<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Tue, 30 Jun 2026 17:30:52 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Donations pour in at South Florida mission center to help Venezuela earthquake victims]]></title><link>https://www.local10.com/news/local/2026/06/30/donations-pour-in-at-south-florida-mission-center-to-help-venezuela-earthquake-victims/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/donations-pour-in-at-south-florida-mission-center-to-help-venezuela-earthquake-victims/</guid><dc:creator><![CDATA[Gabrielle Arzola]]></dc:creator><description><![CDATA[People from across the United States are coming together in South Florida to send help to Venezuela, with donations pouring into the Global Empowerment Mission.]]></description><pubDate>Tue, 30 Jun 2026 17:23:10 +0000</pubDate><content:encoded><![CDATA[<p>People from across the United States are coming together in South Florida to send help to Venezuela, with donations pouring into the <a href="https://www.globalempowermentmission.org/mission/venezuela-earthquakes/" target="_self" rel="" title="https://www.globalempowermentmission.org/mission/venezuela-earthquakes/">Global Empowerment Mission</a>.</p><p>Back-to-back <a href="https://www.local10.com/topic/Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Venezuela/">earthquakes in Venezuela</a> have killed nearly 1,500 people and left thousands injured.</p><p>Cars lined up early Tuesday as people dropped off supplies, with some traveling hundreds of miles to contribute.</p><p>Justo Piaero drove from Raleigh, North Carolina, making the two-day trip to be the first person in line.</p><p>As a Venezuelan, Piaero said seeing videos from his home country has been devastating, and he wanted to find a way to help.</p><p>“It’s a trip that I never like to do, but it’s something we have to do. We have to help the people in need, and this is total disaster in my country,” Piaero said.</p><p>The effort in Doral brought together volunteers and donors who said they were moved to help in any way they could.</p><p>Rosalina Castro, a volunteer, said she felt she needed to do something after seeing the suffering.</p><p>“I’m heartbroken still I felt the need to come out and do something at least something so small is coming to move pallets and water,” Castro said.</p><p>Volunteers spent hours moving boxes and supplies through the South Florida heat, saying the work was powered by a desire to support people in need.</p><p>For donor Cristy Paulick, seeing the community come together was emotional.</p><p>“It’s heartbreaking, it breaks my heart, but I’m happy to see everybody coming together to do this it’s heartfelt and heartwarming as well,” Paulick said.</p><p>Organizers said the donations represent more than just supplies — they represent hope for people affected by the crisis.</p><p><a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/\" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/\">Click here</a> for more information on multiple drop-off locations across South Florida collecting goods and supplies for victims.</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[Trio arrested in connection with multiple smash-and-grab vehicle burglaries in Pinecrest ]]></title><link>https://www.local10.com/news/local/2026/06/26/trio-arrested-in-connection-with-multiple-smash-and-grab-burglaries-in-pinecrest/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/trio-arrested-in-connection-with-multiple-smash-and-grab-burglaries-in-pinecrest/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Three men were arrested after Pinecrest police said they were scouting the town for smash-and-grab vehicle burglaries.]]></description><pubDate>Fri, 26 Jun 2026 19:33:14 +0000</pubDate><content:encoded><![CDATA[<p>Three men were arrested in connection with a string of smash-and-grab vehicle burglaries in Pinecrest, police said. </p><p><a href="https://www.local10.com/news/local/2026/06/26/arrestan-a-tres-personas-vinculadas-a-multiples-robos-a-vehiculos-tras-romper-sus-ventanas-en-pinecrest/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/26/arrestan-a-tres-personas-vinculadas-a-multiples-robos-a-vehiculos-tras-romper-sus-ventanas-en-pinecrest/">Leer en español</a></p><p>According to arrest reports, officers identified the suspects as Terrance Beron Sills, 19, Jayden Cereus, 18, both of Fort Lauderdale, and Kevin Peeples, 18, of Miami.</p><p>Police said officers were on patrol around 11:30 p.m. Thursday after receiving a be-on-the lookout alert for a gray Honda Accord that had been linked to multiple smash-and-grab burglaries in Pinecrest and repeatedly detected by automated license plate reader cameras throughout the village.</p><p>According to the reports, an officer spotted the vehicle near Southwest 122nd Street and Southwest 67th Avenue. </p><p>Investigators said the driver was wearing a black ski mask over the lower half of his face before pulling it down. They also confirmed that the driver, Cereus, turned off the car’s headlights and began reversing after noticing a marked police vehicle.</p><p>Officers said they stopped the Honda and detained all three occupants without incident.</p><p>According to the reports, officers found three automotive window punch tools, multiple pairs of gloves and black ski masks in plain view inside the car. Police said the tools are commonly used to quickly shatter vehicle windows during burglaries.</p><p>After being advised of their Miranda rights, the three suspects gave conflicting explanations about why they were in Pinecrest, according to the reports.</p><p>Police said Peeples told investigators the group was “staying at a hotel far from here,” and were looking for an Airbnb to rent in Pinecrest, but officers later contacted the homeowner at the address on his phone, who said they were not expecting anyone and did not know the suspects.</p><p>According to the reports, Sills, who told officers the Honda belonged to him, admitted the window punch tools were his but claimed he kept them in case he locked his keys inside the car. </p><p>Police said Sills also stated the group had driven from Fort Lauderdale “to look for cars” before refusing to answer additional questions.</p><p>Investigators said Cereus told officers the group had been driving around Pinecrest for about 30 minutes but also claimed the hotel where they were staying was about an hour away.</p><p>They said based on the car’s connection to previous burglaries, repeated license plate reader alerts, the items recovered from the car and the suspects’ conflicting statements, officers arrested all three men.</p><p>Police have not disclosed how many valuables or how much property was stolen in the burglaries linked to the thefts. </p><p>Jail records show Sills, Cereus and Peeples each face one count of possession of burglary tools and one count of loitering or prowling. </p><p>As of Friday, all three suspects are being held on a $5,100 bond at the Turner Guilford Knight Correctional Center.</p><p>Anyone with information on the case is urged to call Miami-Dade Crime Stoppers at 305-471-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[Federal judge denies effort by Trump administration to get New Hampshire's detailed voter data]]></title><link>https://www.local10.com/news/national/2026/06/30/federal-judge-denies-effort-by-trump-administration-to-get-new-hampshires-detailed-voter-data/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/30/federal-judge-denies-effort-by-trump-administration-to-get-new-hampshires-detailed-voter-data/</guid><dc:creator><![CDATA[By MICHAEL CASEY, Associated Press]]></dc:creator><description><![CDATA[A federal judge has dismissed a lawsuit by the Justice Department aimed at compelling New Hampshire to turn over its voter rolls, dealing the Trump administration another setback in its quest for detailed information about the nation's voters.]]></description><pubDate>Tue, 30 Jun 2026 17:06:28 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge has dismissed a lawsuit by the Justice Department aimed at compelling New Hampshire to turn over its voter rolls, dealing the Trump administration another setback in its quest for detailed information about the nation's voters.</p><p>The ruling from U.S. District Judge Joseph LaPlante found that the request to provide the state’s voter registration list did not comply with a section of the Civil Rights Act of 1960 pertaining to federal election records. His ruling, issued Monday, also found that the Justice Department failed to allege any violation under the Help America Vote Act of 2002, which established standards for states’ voting systems and voter registration lists.</p><p>That prevents "allowing the Attorney General unrestricted access to New Hampshire’s (voter list) to conduct a line-by-line audit to assess a ‘possible’ violation of a federal statute,” wrote LaPlante, an appointee of former President George W. Bush.</p><p>New Hampshire Secretary of State David Scanlan, a Republican, welcomed the ruling.</p><p>“I am committed to protecting the private information of New Hampshire voters to the fullest extent required by law," he said in a statement.</p><p>The dismissal in New Hampshire brings to 10 the number of states where the Justice Department has lost similar cases. The department has sued to force release of detailed state voter data — which includes dates of birth, addresses, driver’s license numbers and partial Social Security numbers — in 30 states and the District of Columbia.</p><p>In addition to New Hampshire, judges have rejected those attempts in Arizona, California, Maine, Massachusetts, Maryland, Michigan, Oregon, Rhode Island and Wisconsin. In Georgia, a judge dismissed a Justice Department lawsuit because it had been filed in the wrong city, prompting the government to refile elsewhere.</p><p>In explaining their push for the records, federal officials have said they need the voter data to ensure that states are complying with federal election laws related to maintaining voter registration lists, even though states already have detailed processes to do that. In the case out of Rhode Island, a Justice Department attorney acknowledged that the department was seeking unredacted voter roll information so it could be shared with the Department of Homeland Security to check citizenship status.</p><p>Democratic and some Republican officials have objected to the Justice Department requests for detailed voter data and said such a demand violates state and federal privacy laws.</p><p>At least 13 states have either provided or promised to provide their voter registration lists to the department, according to the Brennan Center for Justice and Associated Press reporting: Alaska, Arkansas, Indiana, Louisiana, Mississippi, Nebraska, Ohio, Oklahoma, South Carolina, South Dakota, Tennessee, Texas and Wyoming.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TZFMHETED3H7C4JXJ4ELXHPEEE.jpg?auth=3de41abd2ff948b1efc3737db1b7d6ae875fefbb788db3191c8259da1f88409f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People cast their votes at the Upper Marlboro Community Center Tuesday,, June 23, 2026, in Upper Marlboro, Md. (AP Photo/Gail Burton)]]></media:description><media:credit role="author" scheme="urn:ebu">Gail Burton</media:credit></media:content></item><item><title><![CDATA[Bello again: Pierre Coffin, voice of the Minions, finally understands his yellow henchman]]></title><link>https://www.local10.com/entertainment/2026/06/30/bello-again-pierre-coffin-voice-of-the-minions-finally-understands-his-yellow-henchman/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/30/bello-again-pierre-coffin-voice-of-the-minions-finally-understands-his-yellow-henchman/</guid><dc:creator><![CDATA[By JAKE COYLE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Filmmaker Pierre Coffin is the creator and chief practitioner of Minionese, but it’s a dialect — like most things Minions — that’s taken time to hone.]]></description><pubDate>Tue, 30 Jun 2026 17:04:54 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Filmmaker Pierre Coffin is the creator and chief practitioner of Minionese, but it’s a dialect — like most things Minions — that’s taken time to hone.</p><p>“I have this file on my phone of Indian dishes or weird words.” Coffin says. “People come up to me and say, ‘You should say that!’ and I write it down.”</p><p>“The hardest thing,” adds Coffin, “is just to find the melody.”</p><p>It’s been 16 years since Coffin co-directed Illumination's “Despicable Me.” He has made three more movies in the franchise, directing “Despicable Me 2,” “Despicable Me 3” and “Minions.” But the Minions, like Coffin’s personal version of Frankenstein’s monster, have often remained a deviling, even mystifying force to him.</p><p>Coffin, a French Indonesian animator who lives in Paris, where Illumination productions are based, has struggled with both the dictates of Hollywood franchise-building and the strange narrative conundrums of movies based around a supervillain and gibberish-speaking henchmen.</p><p>“That’s why I kind of disappeared from the series,” Coffin said in a recent interview from Paris. “I mean, the first one was really good. A bad guy becoming a good guy after contact with three little girls, I could see it. The second one was a little bit more shady because it was like: That guy who’s no longer a bad guy falls in love and there’s a marriage at the end. That’s literally how Chris (Meledandri) pitched it to me. My French sensibility threw up a little bit.”</p><p>If you can’t tell, Coffin — the still-mischievous 59-year-old son of a French diplomat and an Indonesian novelist — is unusually candid about the franchise he helped create. Even movies that he directed, he’s highly critical of.</p><p>The previous “Minions” spinoff, 2022’s “Minions: The Rise of Gru,” Coffin won’t even talk about because, he says, “I don’t necessarily like it and it’s strange to me.” “Despicable Me 3,” the 2017 sequel was the last movie Coffin directed, but he says he didn't even want to make it. Afterward, Coffin told Meledandri, the Illumination chief executive, that he was done.</p><p>“I told him: I got to move on. I did my trilogy, my prequel — I’m good. I can help with the voices, no problem. But I want to move on,” Coffin says. “I worked on separate things, but I always get pulled back by the Minions.”</p><p>The Minions have a way of manipulating their bosses, Coffin included. After walking away from them, he's back for “Minions & Monsters,” the third standalone feature for the “Banana!”-shouting little guys.</p><p>“All the other ones I had doubts about. I was guided into a direction that I did not necessarily like or understand,” says Coffin of the previous sequels. “But the things were a huge success. I was humbled. OK, there has to be something I don’t understand.</p><p>“This one is horrible because I’m thinking I really like it,” Coffin says, laughing. “And I’m thinking, man, maybe I just killed the franchise.”</p><p>Making the Minions main characters</p><p>On the contrary, “Minions & Monsters,” which opens in theaters Wednesday, may be the best “Minions” movie yet. In it, the Minions turn filmmakers. Alongside Charlie Chaplin and Harold Lloyd, they try to make a monster movie in 1920s Hollywood.</p><p>The premise, suggested by Meledandri, was too enticing for Coffin to turn down. He even wanted to write the script, which he did with cowriter Brian Lynch. “Minions & Monsters” makes the yellow troublemakers something more than chaos-inducing sidekicks. They’re silent film stars who for the first time feel like actual protagonists.</p><p>“This movie has so much for people who were kids when they first encountered the Minions,” says Meledandri. “More than any previous Minion movie, it incorporates all of that wonderful silliness of the Minions but it's also a terrific story.”</p><p>Even after seven films and more than $5 billion in box office, the Minions are still revealing themselves to Coffin. They were, in the first place, a product of evolution. For “Despicable Me,” they were first designed like hulking thugs, then more like robots, then more like mole men. Coffin, Chris Renaud and art director Eric Guillon kept refining. Add in some goggles, overalls and names like Stuart and Kevin and, bingo: movie history.</p><p>How to speak Minionese</p><p>Yet given that the Minions are impossible to understood, except for a word or two, they make for tricky protagonists. Hand them over to a new boss, and you risk making the Minions second bananas again. At the same time, long sections of uninterrupted Minionese can grow tiresome without some human interpreter.</p><p>“If it’s too long and annoying to the ear, we just kill it,” Coffin says. “All of these movies, we do until we find the little formula.”</p><p>Even just writing for the Minions isn’t a clear process. Coffin, who voices all the Minions, is accustomed to improvising their dialogue back and forth. (For the first “Minions” movie, he'd begin his mornings with two hours alone with a microphone before commuting to the studio.) Putting pen to paper came less naturally.</p><p>“Brian didn’t know how to write them,” Coffin says. “He tried writing gibberish. I told him, ‘Don’t write gibberish. I don’t understand what they’re saying. Let’s write them in English.’ It took us a while to establish that dumb thing.”</p><p>Coffin can sound almost parental about the Minions. The characters he gave voice to aren’t just in the movies. They're like mascots for Illumination, generated billions in merchandising. Not every treatment nails their singular nature.</p><p>“I don’t want to criticize what the others have done with the Minions, but when someone else does something with the Minions, I feel that they’re considering them creatures,” Coffin says. “But they’re not creatures. They’re creatures with a spirit, with a personality.”</p><p>Even he’s still figuring them out. In writing “Minions & Monsters,” Coffin wanted to think about the origins of friendships. He began surveying people about how they met their best friends. Many of the replies inevitably went back to when someone was 8 or 10 years old.</p><p>“That made it very clear to us: The Minions are kids,” Coffins says. “I discovered that on this movie. It dawned on me. They’re irresponsible, they don’t listen, they make a mess, they don’t listen to authority. From that moment onward, it was very easy.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WGKCYAAXPZO7RUASFG5DL4IH24.jpg?auth=e72a746ac3cd27652748921a327aee5bc9b6306b8c00b5f46b2144863ae53b08&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pierre Coffin, left, director of "Minions & Monsters," and Chris Meledandri, CEO of Illumination, appear during the Universal Pictures and Focus Features presentation at CinemaCon in Las Vegas on April 15, 2026. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PJQWQ7VHIK3JR7ONMB77RNWHT4.jpg?auth=1a2e65cba829095d9c73d578254cbae32689d77b43579c8f135ca5ed1a93e56b&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 Universal Pictures shows minion Henry, voiced by Pierre Coffin, left, and Goomi, voiced by Trey Parker, in a scene from Illumination's "Minions & Monsters." (Universal Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Illumination</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2Q5QB43ULC7HRHCCLNWQZ4XKS4.jpg?auth=f21ffc3d7730bba95edbb15d7361d6084962b24ead61832694c82774da599d15&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 Universal Pictures shows a scene from Illumination's "Minions & Monsters." (Universal Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Illumination</media:credit></media:content></item><item><title><![CDATA[Witness speaks out after man killed in shooting involving BSO deputies, Plantation officer ]]></title><link>https://www.local10.com/news/local/2026/06/30/witness-speaks-out-after-man-killed-in-shooting-involving-bso-deputies-plantation-officer/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/witness-speaks-out-after-man-killed-in-shooting-involving-bso-deputies-plantation-officer/</guid><dc:creator><![CDATA[Linnie Supall, Amanda Batchelor]]></dc:creator><description><![CDATA[A witness spoke to Local 10 News Tuesday, a day after a suspect was fatally shot during an encounter with Broward Sheriff’s Office deputies and a Plantation police officer.]]></description><pubDate>Tue, 30 Jun 2026 17:01:21 +0000</pubDate><content:encoded><![CDATA[<p>A man was <a href="https://www.local10.com/news/local/2026/06/29/bso-suspect-dead-after-exchange-of-gunfire-with-deputies-plantation-officer/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/29/bso-suspect-dead-after-exchange-of-gunfire-with-deputies-plantation-officer/">shot and killed Monday</a> after an encounter with Broward Sheriff’s Office deputies and a Plantation police officer in Davie, according to investigators.</p><p>The shooting happened near the McDonald’s at Stirling Road and the Davie Road Extension after deputies attempted to arrest the suspect, who authorities said was armed and fled from deputies.</p><p>Witnesses described hearing a rapid barrage of gunfire during the confrontation.</p><p>“They keep telling him to put his hands up – ‘Let me see your hands,’” witness Gregory Jackson said. “I guess the guy didn’t reply. Next thing I know, I hear almost 30 shots coming from the guns. I dropped my phone and ran.”</p><p>Jackson said he scrambled for cover as the shooting unfolded.</p><p>“Once I heard those gunshots, man, I went for cover,” he said. “I went to take cover up under my car, got skinned up in the process.”</p><p>On Tuesday, investigators returned to the scene, focusing their attention on the bushes and the fast food restaurant’s drive-thru as they searched for additional evidence.</p><p>“It was a crazy, horrific sight that I seen yesterday,” Jackson said. “I’ve never seen nothing like it.”</p><p>According to Broward Sheriff Gregory Tony, deputies initially encountered the suspect in the parking lot of a Wawa across the street while attempting to serve an active arrest warrant. He said the suspect ran from deputies while holding a gun.</p><p>Deputies pursued the man for roughly 100 feet before tackling him in an effort to take him into custody, Tony said.</p><p>According to the sheriff, the suspect was wanted for fleeing and eluding police and detectives believed DNA evidence may connect him to other crimes. He did not provide details about those investigations.</p><p>The sheriff also said investigators had intelligence indicating the suspect previously told others that if law enforcement attempted to arrest him, he intended to force a “suicide by police” confrontation.</p><p>It’s unclear whether the suspect fired his own gun during the confrontation. </p><p>The Florida Department of Law Enforcement is investigating the shooting. Authorities have not yet released the suspect’s identity.</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[Boy, 1, found dead inside vehicle parked outside Plantation daycare, police say]]></title><link>https://www.local10.com/news/local/2026/06/29/child-found-dead-inside-vehicle-parked-outside-plantation-preschool/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/child-found-dead-inside-vehicle-parked-outside-plantation-preschool/</guid><dc:creator><![CDATA[Terrell Forney, Jeff  Derderian ]]></dc:creator><description><![CDATA[A death investigation is ongoing after a child was found dead Monday inside a vehicle in Broward County, authorities said.]]></description><pubDate>Tue, 30 Jun 2026 01:09:09 +0000</pubDate><content:encoded><![CDATA[<p>A death investigation is ongoing after a 1-year-old boy was found dead Monday inside a vehicle in Broward County, authorities said.</p><p><a href="https://www.local10.com/news/local/2026/06/29/hallan-a-un-nino-muerto-dentro-de-un-auto-frente-a-escuela-en-plantation/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/29/hallan-a-un-nino-muerto-dentro-de-un-auto-frente-a-escuela-en-plantation/">Leer en español</a></p><p>The police scene was located outside A World of Discovery Academy, at 7025 Northwest Fourth Street in Plantation. </p><p>According to Plantation police, first responders arrived after receiving reports about a deceased child inside a vehicle. </p><p>Upon arrival, Plantation Fire Department crews located the vehicle and pronounced the boy dead at the scene, authorities said.</p><p>According to investigators, the boy’s father was told that his son was marked absent and had never been dropped off at the daycare.</p><p>Police say the father then opened the back of his SUV and discovered his son inside. </p><p>Leslie Novoa, the owner of A World of Discovery Academy, told Local 10’s Jeff Derderian that the boy comes from “a very loving family.” </p><p>“It’s a devastating situation for the family. I guess for the parents who have their kids come to this school -- when they came and saw all of this, the officers, that would be really, like, concerning,” Viviana Alarcon, who works nearby, said. </p><p>A mother whose children are also enrolled at the daycare, and who asked not to be identified, told Derderian that the boy and his family are in her prayers.</p><p>“I’m sorry and can’t imagine the loss. It’s devastating,” the mother said. “You never want to lose a child, and I know it’ll be hard to come to terms with that.”</p><p>Authorities have not confirmed any additional information, including the circumstances that led to the child’s death or whether anyone would be facing charges. </p><p>“I never heard anything bad about that school,” Alarcon said. “It honestly has a good reputation.”</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[LeBron James not returning to Lakers, plans to play 24th season elsewhere]]></title><link>https://www.local10.com/sports/2026/06/30/lebron-james-not-returning-to-lakers-plans-to-play-24th-season-elsewhere-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/lebron-james-not-returning-to-lakers-plans-to-play-24th-season-elsewhere-ap-source-says/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[LeBron James will not be back with the Los Angeles Lakers and plans to play a record-extending 24th NBA season elsewhere.]]></description><pubDate>Tue, 30 Jun 2026 17:13:44 +0000</pubDate><content:encoded><![CDATA[<p>LeBron James will not be back with the Los Angeles Lakers and plans to play a record-extending 24th NBA season elsewhere.</p><p>His decision is perhaps the biggest domino that will fall during the NBA's offseason player movement window, alongside Giannis Antetokounmpo being traded by Milwaukee to Miami — one of James' former stops.</p><p>The Lakers released a statement Tuesday thanking James for his eight seasons with the club.</p><p>“LeBron James is one of the greatest athletes in history,” said Jeanie Buss, part of the Lakers’ ownership group. “We will always be thankful for his eight years with the Lakers, including the title he led us to in 2020 under the toughest imaginable circumstances, and the countless records he broke in purple and gold. We wish him all the best in the future, both on the court and off. He will always be a cherished part of the Lakers family.”</p><p>ESPN, citing James’ longtime agent and Klutch Sports CEO Rich Paul, first reported James’ plans.</p><p>James can begin talking officially to new clubs after 6 p.m. EDT on Tuesday, when the league’s free agent period opens. He will not be able to sign with a new team until the league’s offseason moratorium is lifted on July 6.</p><p>A slew of options will be available to James on the open market, including Golden State. Longtime Warriors forward Draymond Green did not exercise his $27.6 million option for this coming season earlier this week in large part to allow his team flexibility to make other roster moves.</p><p>“Personally, I’m always willing to work with the team on whatever is best, especially at this point in my career,” Green said on the latest episode of his podcast, which was released Tuesday. “So my decision to opt out was for a few reasons. As you all know, I’ve always taken the approach of working with the organization. I’ve been in one place for 14 years. It’s more of a family to me than anything.”</p><p>It could be the move that convinces James to go to Golden State — a franchise he faced four times with Cleveland in the NBA Finals. He also has close relationships with Green, Stephen Curry and Warriors coach Steve Kerr.</p><p>James spent eight seasons with the Lakers, the longest he spent in one stint with one NBA team and led them to the 2020 NBA championship. He became the NBA’s all-time points leader while wearing a Lakers uniform and surpassed a slew of other records while in purple and gold.</p><p>He spent the first seven years of his career in Cleveland, then left for four years in Miami where he won the first two of his four championships. That was followed by another four-year stint with the Cavaliers, and in 2018 he joined the Lakers.</p><p>James is the NBA’s oldest active player; he turns 42 in December. He was the first player in league history to log 23 seasons; he’ll add at least one more to that this season. He also became the first player in the league to have a son as a teammate, with Bronny James playing alongside him with the Lakers.</p><p>The list of James’ accolades to this point are beyond comparison.</p><p>He’s a 22-time All-Star, a 21-time All-NBA selection, a four-time Most Valuable Player, a four-time NBA Finals MVP, a three-time All-Star Game MVP, and was part of the NBA’s 75th anniversary team. He’s coming off a season where he averaged 20.9 points, 6.1 rebounds, and 7.2 assists per game, and for his career, he’s averaged 26.8 points, 7.5 rebounds, and 7.4 assists in more than 1,600 games.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DMMGIX75B2BR4X2ZLKMONEF64U.jpg?auth=3810d9d670dfc55cbea79fc0284e77e944e1459f9002d295465687e1ca153343&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Lakers forward LeBron James salutes public address announcer Lawrence Tanter prior to an NBA basketball game against the Denver Nuggets Saturday, March 2, 2024, in Los Angeles. (AP Photo/Mark J. Terrill,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Lauderhill stabbing leaves man dead, another hospitalized, first responders say]]></title><link>https://www.local10.com/news/local/2026/06/30/lauderhill-stabbing-leaves-man-dead-another-hospitalized-first-responders-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/lauderhill-stabbing-leaves-man-dead-another-hospitalized-first-responders-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A man was killed and another was hospitalized after a stabbing in Lauderhill Tuesday morning, first responders confirmed to Local 10 News.]]></description><pubDate>Tue, 30 Jun 2026 16:51:08 +0000</pubDate><content:encoded><![CDATA[<p>A man was killed and another was hospitalized after a stabbing in Lauderhill Tuesday morning, first responders confirmed to Local 10 News.</p><p>Lauderhill Fire Rescue officials said the stabbing happened near a home in the 5300 block of Northwest 19th Street.</p><p>Authorities said a man in his mid-to-late 20s, who has not yet been identified, was pronounced dead at the scene. They said another man in his early 60s was transported to Broward Health Medical Center as a trauma alert.</p><p>Sky 10 flew over the scene just after 12:20 p.m., where officers were investigating. </p><p>No other details about the stabbing were immediately released. </p><p>Local 10 has reached out to the Lauderhill Police Department for more information.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6JXOIF4VDVEKTDNTPAGYBF235U.jpeg?auth=4e6614956a3140b1ce74d1ab7cd73669293dffca5eef50a15483963177cf18ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Broward brush fire sparked by lightning; grows to more than 5,000 acres]]></title><link>https://www.local10.com/news/local/2026/06/30/broward-brush-fire-sparked-by-lightning-grows-to-more-than-5000-acres/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/broward-brush-fire-sparked-by-lightning-grows-to-more-than-5000-acres/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[A brush fire burning in the Everglades near the Sawgrass Expressway in Broward County has grown to more than 5,000 acres, but firefighters have now contained half of the blaze, according to the Florida Forest Service.]]></description><pubDate>Tue, 30 Jun 2026 16:21:51 +0000</pubDate><content:encoded><![CDATA[<p>A brush fire burning in the Everglades near the Sawgrass Expressway in Broward County has grown to more than 5,000 acres, but firefighters have now contained half of the blaze, according to the Florida Forest Service.</p><p><a href="https://www.local10.com/espanol/2026/06/30/incendio-forestal-provocado-por-un-rayo-en-broward-crece-a-mas-de-5000-acres/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/incendio-forestal-provocado-por-un-rayo-en-broward-crece-a-mas-de-5000-acres/">Leer en español</a></p><p>The Atlantic Fire, which began Sunday as a fire covering just a few hundred acres, rapidly expanded across the Everglades west of the Sawgrass Expressway near Atlantic Boulevard.</p><p>While the fire showed little visible activity Tuesday, officials stressed that it remains an active wildfire.</p><p>Aerial images from Sky 10 showed a large swath of charred landscape where the fire has burned through the Everglades.</p><p>The Florida Forest Service described current conditions as “low fire activity,” but warned that the blaze could become more active as temperatures rise throughout the day.</p><p>Firefighters remained at the scene Tuesday, closely monitoring the fire’s behavior as heat and drier conditions could cause flames to intensify and produce large plumes of smoke.</p><p>One of the biggest concerns earlier in the firefighting effort was the fire’s proximity to the Sawgrass Expressway. Crews conducted strategic prescribed burns, also known as back burns, to remove vegetation that could have fueled the fire’s spread toward the highway. Those efforts helped protect the roadway from the advancing flames.</p><p>Officials said moisture in the soil has helped limit fire activity, but that moisture is expected to evaporate as the day warms, increasing the potential for the fire to flare up again.</p><p>The Florida Forest Service said the Atlantic Fire is now 50% contained.</p><p>Investigators have also determined the fire was sparked by lightning.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Incendio forestal provocado por un rayo en Broward crece a más de 5,000 acres ]]></title><link>https://www.local10.com/espanol/2026/06/30/incendio-forestal-provocado-por-un-rayo-en-broward-crece-a-mas-de-5000-acres/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/incendio-forestal-provocado-por-un-rayo-en-broward-crece-a-mas-de-5000-acres/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Incendio de matorrales en los Everglades abarca más de 5,000 acres, y por ahora los bomberos han contenido la mitad del incendio, según el Servicio Forestal de Florida.]]></description><pubDate>Tue, 30 Jun 2026 16:46:57 +0000</pubDate><content:encoded><![CDATA[<p>Un incendio de matorrales que arde en los Everglades cerca de la autopista Sawgrass Expressway en el condado de Broward, abarca más de 5,000 acres y por ahora los bomberos han contenido la mitad del incendio, según el Servicio Forestal de Florida.</p><p>El incendio Atlantic Fire, que comenzó el domingo como un fuego que cubría solo unos pocos cientos de acres, se expandió rápidamente por los Everglades al oeste de la Sawgrass Expressway cerca de Atlantic Boulevard.</p><p>Aunque el incendio mostró poca actividad visible el martes, las autoridades enfatizaron que sigue siendo un incendio forestal activo.</p><p>Imágenes aéreas de Sky 10 mostraron una gran franja de paisaje carbonizado donde el fuego ha quemado los Everglades.</p><p>El Servicio Forestal de Florida describió las condiciones actuales como “baja actividad de fuego”, pero advirtió que el incendio podría volverse más activo a medida que las temperaturas aumenten durante el día.</p><p>Los bomberos permanecieron en la escena el martes, monitoreando de cerca el comportamiento del fuego, ya que el calor y las condiciones más secas podrían hacer que las llamas se intensifiquen y produzcan grandes columnas de humo.</p><p>Una de las mayores preocupaciones al inicio del esfuerzo de extinción fue la proximidad del fuego a la Sawgrass Expressway. Las cuadrillas realizaron quemas controladas estratégicas, también conocidas como “back burns”, para eliminar vegetación que pudiera haber alimentado la propagación del fuego hacia la autopista. Esos esfuerzos ayudaron a proteger la vía de las llamas en avance.</p><p>Los funcionarios dijeron que la humedad en el suelo ha ayudado a limitar la actividad del fuego, pero se espera que esa humedad se evapore a medida que avanza el día, aumentando el potencial de que el incendio se reactive.</p><p>El Servicio Forestal de Florida dijo que el incendio Atlantic Fire ahora está 50% contenido.</p><p>Los investigadores también determinaron que el incendio fue provocado por un rayo.</p>]]></content:encoded></item><item><title><![CDATA[Cepeda anuncia "desobediencia civil" si presidente electo colombiano no renuncia a ciudadanía EEUU]]></title><link>https://www.local10.com/espanol/2026/06/30/cepeda-anuncia-desobediencia-civil-si-presidente-electo-colombiano-no-renuncia-a-ciudadania-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/cepeda-anuncia-desobediencia-civil-si-presidente-electo-colombiano-no-renuncia-a-ciudadania-eeuu/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El excandidato presidencial Iván Cepeda anunció el martes que recurrirá a la “desobediencia civil pacífica” en caso de que el presidente electo Abelardo de la Espriella no renuncie a su nacionalidad estadounidense, aclare si ha sido “colaborador de agencias” de inteligencia de ese país y otros condicionamientos.]]></description><pubDate>Tue, 30 Jun 2026 16:29:05 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El excandidato presidencial Iván Cepeda anunció el martes que recurrirá a la “desobediencia civil pacífica” en caso de que el presidente electo Abelardo de la Espriella no renuncie a su nacionalidad estadounidense, aclare si ha sido “colaborador de agencias” de inteligencia de ese país y otros condicionamientos.</p><p>El progresista Cepeda, quien ejercerá la oposición desde una banca en el Senado tras perder en el balotaje presidencial, explicó en una declaración a la prensa que la desobediencia “implica no reconocer la autoridad de alguien que no responde a la defensa de la soberanía nacional”.</p><p>Cepeda, aliado político del presidente saliente Gustavo Petro, instó a sus más de 12 millones de electores a que también entren en desobediencia en caso de que De la Espriella no ceda ante las condiciones, lo que implicaría que desconozcan “cualquier orden” dada por el presidente electo.</p><p>De la Espriella, de 47 años, nació en la capital de Colombia y en su edad adulta recibió la ciudadanía estadounidense. Según dijo en la campaña a The Associated Press también es miembro del Partido Republicano.</p><p>Los cuestionamientos sobre su doble nacionalidad han orbitado su campaña, tanto por las críticas de Cepeda y Petro, quienes cuestionan su lealtad a Colombia, como por un grupo de juristas que antes del balotaje advirtieron que sus obligaciones como presidente colombiano entrarían en “radical contradicción” con las adquiridas en Estados Unidos como ciudadano.</p><p>El abogado y empresario De la Espriella ha dicho que su compromiso es con Colombia y que la Constitución no impide tener otras nacionalidades, sino que exige haber nacido en Colombia y tener más de 30 años de edad para ejercer como presidente.</p><p>Cepeda también cuestionó el apoyo político que De la Espriella recibió del presidente estadounidense Donald Trump durante la campaña, al considerarlo una “abierta interferencia” al proceso electoral en Colombia.</p><p>A su juicio, De la Espriella no debería posesionarse como presidente hasta que renuncie a su ciudadanía estadounidense y aclare otros temas relacionados con Estados Unidos, a riesgo de que su posesión quede “viciada por ser ilegal e ilegítima”.</p><p>La sombra de Saab</p><p>Cepeda pidió que De la Espriella aclare si fue o es “colaborador o miembro de agencias de seguridad" de Estados Unidos, argumentando que en su ejercicio como abogado contribuyó a los acercamientos con las autoridades de ese país y Alex Saab, un aliado cercano del derrocado presidente venezolano Nicolás Maduro que enfrenta problemas con la justicia estadounidense.</p><p>De la Espriella dijo en campaña a la AP que lo dejó de representar hace aproximadamente siete años. Explicó entonces que sus "contactos con las fiscalías, con los agentes de la DEA, de la CIA, del FBI, siempre fue por los temas de Saab, pero para que él negociara, cosa que no quiso hacer".</p><p>Cepeda también pidió a De la Espriella que cese “toda persecución contra el presidente Petro y desistir de cualquier intento de extraditarlo”.</p><p>De la Espriella dijo a AP que estaría dispuesto a enviar en extradición a Petro en caso de que fuera requerido por Estados Unidos y avancen investigaciones en etapas iniciales que cursan en ese país.</p><p>En los últimos meses fiscales en Brooklyn y Manhattan han estado interrogando a narcotraficantes sobre sus vínculos con Petro y, en particular, sobre acusaciones de que representantes del presidente colombiano solicitaron sobornos para bloquear su extradición a Estados Unidos, según una persona con conocimiento de la investigación que no estaba autorizada a hablar sobre la investigación en curso y habló en marzo con AP bajo condición de anonimato.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LKJAPG4NENGDUVCYBMSOXPWV4E.jpg?auth=f7422174db976e7faee2a2f98d854d58f53fe97aa8e98730952cdf819b8316b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iván Cepeda reconoce su derrota en las elecciones presidenciales en una conferencia de prensa en Bogotá, Colombia, el miércoles 24 de junio de 2026. (AP Foto/Iván Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Rights lawyers sue Ghana over third-country deportation deal with the US]]></title><link>https://www.local10.com/news/world/2026/06/30/rights-lawyers-sue-ghana-over-third-country-deportation-deal-with-the-us/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/rights-lawyers-sue-ghana-over-third-country-deportation-deal-with-the-us/</guid><dc:creator><![CDATA[By EDWARD ACQUAH and MARK BANCHEREAU, Associated Press]]></dc:creator><description><![CDATA[ACCRA, Ghana (AP) — An international coalition of human rights lawyers and advocates sued Ghana on Tuesday, accusing the government of forcing deportees from the U.S. back to the home countries they had fled in violation of their rights.]]></description><pubDate>Tue, 30 Jun 2026 16:23:06 +0000</pubDate><content:encoded><![CDATA[<p>ACCRA, Ghana (AP) — An international coalition of human rights lawyers and advocates sued Ghana on Tuesday, accusing the government of forcing deportees from the U.S. back to the home countries they had fled in violation of their rights.</p><p>It’s the latest legal case targeting an African country over a deal it signed with the Trump administration to accept deportees who aren’t its own citizens.</p><p>The lawsuit was filed at a regional court, the Community Court of Justice of the Economic Community of West African States. The coalition includes the Global Strategic Litigation Council, a network of lawyers and advocates.</p><p>It’s the first case ever brought under a 1979 regional treaty that guarantees free movement across West Africa.</p><p>The case represents 27 people among the at least 60 the U.S. has deported to Ghana since September 2025 as part of an agreement between the governments. Ghana agreed to take in deportees, hold them and arrange their onward removal, despite most of them having received orders of protection by U.S. judges against being deported to their home countries, according to a statement by the coalition.</p><p>According to Tuesday’s statement, most of the 27 people were flown from Ghana to their home countries within hours or days of arriving, despite telling Ghanaian authorities about their U.S. protections. Some described being shackled during the flight from the U.S. Once in Ghana, they said they were held under armed guard in military camps, hotels and airport holding cells, often in poor conditions.</p><p>The coalition accuses Ghana of violating non-refoulement, which is the international legal principle barring countries from sending people to places where they face persecution or torture.</p><p>A spokesperson for Ghana's government did not immediately respond to requests for comment.</p><p>Ghana is one of at least nine African nations to strike third-country deportation deals with the U.S.</p><p>Under the often-secret agreements, the Trump administration has deported thousands of people to nearly two dozen countries that are not their own, advocates say, as part of the U.S. crackdown on immigration. Immigration lawyers say the administration uses deportations to third countries as a legal loophole to indirectly force asylum-seekers back to their home countries.</p><p>Medical evaluations cited in the new lawsuit found signs of post-traumatic stress and severe depression in several of the 27 people involved.</p><p>The lawsuit asks the regional court to stop further transfers, force Ghana to release the deal’s terms, award damages and bar the country from making similar agreements in the future.</p><p>Earlier this month, rights lawyers filed a case against Equatorial Guinea, another African country that signed a deal with the U.S., before Africa’s top human rights body, accusing the country of forcing deportees from the U.S. back to their home countries in violation of their rights.</p><p>___</p><p>Banchereau reported from Dakar, Senegal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4E5XTN5KYBKLUNYP3QSVCBT5L4.jpg?auth=fb34b160334ae2e25fdf1039927d9d0392353284544ec2ec01b39d141f52a40c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[African nations known to have taken in third-country deportees from the United States under the Trump administration's immigration crackdown. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin S. Vineys</media:credit></media:content></item><item><title><![CDATA[Former Surfside commission candidate wants murder charge dropped]]></title><link>https://www.local10.com/news/local/2026/06/29/former-surfside-commission-candidate-wants-murder-charge-dropped/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/former-surfside-commission-candidate-wants-murder-charge-dropped/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[A former South Florida political candidate appeared in front of a judge on Monday. ]]></description><pubDate>Mon, 29 Jun 2026 21:48:40 +0000</pubDate><content:encoded><![CDATA[<p>A former South Florida political candidate appeared in front of a judge on Monday. </p><p><a href="https://www.local10.com/espanol/2026/06/30/ex-candidata-a-la-comision-de-surfside-pide-desestimar-cargo-de-asesinato/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/ex-candidata-a-la-comision-de-surfside-pide-desestimar-cargo-de-asesinato/">Leer en español</a></p><p><a href="https://www.local10.com/news/local/2023/01/16/former-surfside-commission-candidate-facing-first-degree-murder-charge/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2023/01/16/former-surfside-commission-candidate-facing-first-degree-murder-charge/">Accused of killing her uncle</a>, former Surfside Commission candidate Shannon Gallagher, 56, went before a judge while working to get her criminal charges dropped.</p><p>She’s accused of homicide in the death of 74-year-old Thomas Burke, who was found shot in the head in Fort Lauderdale back in March 2022.</p><p>Court documents show the victim signed a last will and testament just days before he died, leaving everything to Gallagher, who was his caretaker at the time. </p><p>Gallagher maintains her uncle’s death was by suicide.</p><p>Gallagher is a California licensed attorney, though not a criminal defense attorney, and is a well-known resident of Surfside.</p><p>She argued that Fort Lauderdale police investigators did not preserve the most important evidence in the case, which is home surveillance video showing her terminally-ill uncle’s final hours.</p><p>It’s unclear when the judge will rule on her request. </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[Ex candidata a la comisión de Surfside pide desestimar cargo de asesinato ]]></title><link>https://www.local10.com/espanol/2026/06/30/ex-candidata-a-la-comision-de-surfside-pide-desestimar-cargo-de-asesinato/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/ex-candidata-a-la-comision-de-surfside-pide-desestimar-cargo-de-asesinato/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[Una ex candidata política del sur de Florida compareció ante un juez el lunes. ]]></description><pubDate>Tue, 30 Jun 2026 16:17:30 +0000</pubDate><content:encoded><![CDATA[<p>Una ex candidata política del sur de Florida compareció ante un juez el lunes.</p><p><a href="https://www.local10.com/news/local/2023/01/16/former-surfside-commission-candidate-facing-first-degree-murder-charge/" target="_self" rel="" title="https://www.local10.com/news/local/2023/01/16/former-surfside-commission-candidate-facing-first-degree-murder-charge/">Acusada de matar a su tío</a>, la ex candidata a la Comisión de Surfside, Shannon Gallagher, de 56 años, se presentó ante el juez mientras busca que se desestimen los cargos criminales en su contra.</p><p>Se le acusa de homicidio por la muerte de Thomas Burke, de 74 años, quien fue encontrado con un disparo en la cabeza en Fort Lauderdale en marzo de 2022.</p><p>Documentos judiciales muestran que la víctima firmó un testamento pocos días antes de morir, dejando todo a Gallagher, quien era su cuidadora en ese momento.</p><p>Gallagher sostiene que la muerte de su tío fue un suicidio.</p><p>Gallagher es una abogada con licencia en California, aunque no es abogada penalista, y es una residente conocida de Surfside.</p><p>Argumentó que los investigadores de la policía de Fort Lauderdale no preservaron la evidencia más importante del caso, que es el video de vigilancia del hogar que muestra las últimas horas de su tío enfermo terminal.</p><p>No está claro cuándo el juez emitirá una decisión sobre su solicitud.</p>]]></content:encoded></item><item><title><![CDATA[Supreme Court will consider whether laws called assault weapons bans violate the Second Amendment]]></title><link>https://www.local10.com/news/national/2026/06/30/supreme-court-will-consider-whether-bans-on-semiautomatic-rifles-violate-the-second-amendment/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/30/supreme-court-will-consider-whether-bans-on-semiautomatic-rifles-violate-the-second-amendment/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A Supreme Court that has expanded gun rights will consider whether bans on semiautomatic rifles, often called assault weapons, violate the Second Amendment.]]></description><pubDate>Tue, 30 Jun 2026 17:22:10 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A Supreme Court that has expanded gun rights will consider whether bans on semiautomatic rifles, often called assault weapons, violate the Second Amendment.</p><p>The justices said Tuesday they will hear appeals challenging bans on the AR-15 and similar semiautomatic firearms in Connecticut and the Chicago area.</p><p>Similar laws are in place in about a dozen states, covering major cities like New York, Los Angeles and Washington, D.C. Congress allowed a national assault weapons ban to expire in 2004, but Democrats have supported renewing it in response to a series of mass shootings. States have also continued to pass their own laws, including recent measures in Virginia and Rhode Island.</p><p>It is the latest high-profile dispute over guns to reach the court since its conservative majority handed down a landmark ruling in 2022 that expanded Second Amendment rights and spawned challenges to firearm laws around the country.</p><p>Arguments are expected to be heard in the fall.</p><p>The Connecticut law was passed after a mass shooter used an AR-15 to kill 26 children and educators at Sandy Hook Elementary in 2012. The state says the guns are a preferred weapon of mass shooters, and they can be banned because they are similar to military-grade weapons.</p><p>“These laws are critical public safety measures, and they are consistent with the Second Amendment," said Janet Carter, managing director of Second Amendment litigation at the gun-control group Everytown Law.</p><p>Gun rights groups, on the other hand, argue it’s unconstitutional to ban semiautomatic rifles, which are legally owned by millions of Americans.</p><p>“The Second Amendment protects arms in common use for lawful purposes, and it’s hard to argue that a type of rifle that potentially outnumbers Ford F-150 trucks in America doesn’t meet that standard,” said Adam Kraut, executive director of the Second Amendment Foundation.</p><p>Four conservative justices on the nine-member court, enough to grant review of a case, had signaled that it was only a matter of time before the court took up the issue.</p><p>The ban in Cook County, Illinois, was first passed in 1993. Lower courts have upheld both laws.</p><p>“If the Second Amendment does not protect the most popular rifles in the country, it is hard to see how it protects any firearms at all,” aside from handguns kept in the home, the challengers wrote.</p><p>Attorneys for Cook County, on the other hand, say the measure does pass constitutional muster. "The trauma that assault weapon massacres have inflicted on the public at large has been staggering,” they wrote.</p><p>The Supreme Court backed Second Amendment rights in two cases this term, striking down gun carry restrictions in Hawaii and a broad federal ban on gun ownership by marijuana users. They've previously upheld some restrictions, including a law barring people under domestic-violence restraining orders from having guns.</p><p>___</p><p>Follow the AP’s coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HN62DKHF52YQ6VJ2IAQUXWDEBU.jpg?auth=2679e4c4531321c3d45b06e8b1d19276818c26fd59602110a3dba89a0ddb0865&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A group prays outside of the Supreme Court ahead of the court's ruling on whether transgender girls and women can play on school athletic teams, Tuesday, June 30, 2026, on Capitol Hill in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[German shepherd injured in Pembroke Pines animal cruelty case finds new home at local rescue]]></title><link>https://www.local10.com/news/local/2026/06/30/german-shepherd-injured-in-pembroke-pines-animal-cruelty-case-finds-new-home-at-local-rescue/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/german-shepherd-injured-in-pembroke-pines-animal-cruelty-case-finds-new-home-at-local-rescue/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Broward County Animal Care has transferred Nico, the 13-year-old German shepherd at the center of a Pembroke Pines animal cruelty case, to a specialized rescue that will provide hospice care. ]]></description><pubDate>Tue, 30 Jun 2026 15:29:36 +0000</pubDate><content:encoded><![CDATA[<p>Broward County Animal Care has transferred Nico, the 13-year-old German shepherd at the center of a <a href="https://www.local10.com/news/local/2026/06/25/video-shows-man-abusing-abandoning-elderly-dog-at-pembroke-pines-shopping-center-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/video-shows-man-abusing-abandoning-elderly-dog-at-pembroke-pines-shopping-center-cops-say/">Pembroke Pines animal cruelty case</a>, to a specialized rescue that will provide hospice care for the dog. </p><p><a href="https://www.local10.com/espanol/2026/06/30/pastor-aleman-herido-en-caso-de-maltrato-animal-en-pembroke-pines-encuentra-nuevo-hogar-en-un-refugio-local/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/pastor-aleman-herido-en-caso-de-maltrato-animal-en-pembroke-pines-encuentra-nuevo-hogar-en-un-refugio-local/">Leer en español</a></p><p>Healy Pack Senior GSD Sanctuary announced Tuesday that Nico has been released from Broward County Animal Care into the care of the sanctuary, its veterinary team and a dedicated foster family.</p><p>Officials said the transfer followed discussions between Broward County Animal Care, Healy Pack Senior GSD Sanctuary and the Miami Coalition Against Breed Specific Legislation.</p><p>According to the sanctuary, Nico will continue receiving comprehensive veterinary evaluations and treatment that began while he was in Broward County Animal Care’s custody.</p><p>“Today is a victory for the voiceless,” Sandy Vogel, board president of Healy Pack Senior GSD Sanctuary, said in a statement. “After a lifetime marked by neglect, suffering and cruelty, he deserves every opportunity to receive comfort, dignity and love.”</p><p>Vogel said the organization’s veterinary team and foster family will evaluate Nico’s condition and provide the care needed to determine the best path forward.</p><p>“We do not know what the future holds, but we do know this: Nico will never again be alone or without people fighting for him,” Vogel said.</p><p>Broward County Animal Care Director Doug Brightwell said the agency was pleased to reach an agreement that puts Nico in a specialized rescue environment.</p><p>“After careful review and productive discussions with Healy Pack Senior GSD Sanctuary, we are pleased to have reached a resolution that allows Nico to receive continued evaluation, veterinary care and placement in a specialized rescue environment,” Brightwell said in a statement. </p><p>Nico’s case drew widespread attention after Pembroke Pines police confirmed the arrest of 60-year-old Humberto Exposito on animal cruelty charges.</p><p>According to police, surveillance video showed Exposito throwing the elderly German shepherd several feet from the back of a box truck last Wednesday while making a delivery to a Sedano’s Supermarket in the 10300 block of Pines Boulevard.</p><p>Investigators said Exposito completed the delivery and left the dog behind without food, water or shelter.</p><p>A Broward County Animal Care spokesperson said Nico was malnourished, had matted fur and suffered from several serious medical conditions, including advanced hip dysplasia and cancer. The dog was also unable to walk when they found him. </p><p>Jail records show Exposito faces charges of aggravated animal cruelty, animal abandonment and confining an animal without sufficient air exchange.</p><p>He has since been released from jail after posting a $12,000 bond. </p><p>As a condition of his release, a judge ordered that he not own or possess any animals. </p><p>Donations for Nico’s care can be made by <a href="https://healypack.org/?fbclid=IwZXh0bgNhZW0CMTAAYnJpZBExbjl2MGpkQjB4d1lmblpiTHNydGMGYXBwX2lkEDIyMjAzOTE3ODgyMDA4OTIAAR7AdmWCwRX97xWk5P6wEN4TN-E2QpeJ1qEsE3V9IhfmUjaCLXJrtR2Q6AzjAA_aem_Xa88ioUBSzRX5Ke8q4cvVg" target="_self" rel="" title="https://healypack.org/?fbclid=IwZXh0bgNhZW0CMTAAYnJpZBExbjl2MGpkQjB4d1lmblpiTHNydGMGYXBwX2lkEDIyMjAzOTE3ODgyMDA4OTIAAR7AdmWCwRX97xWk5P6wEN4TN-E2QpeJ1qEsE3V9IhfmUjaCLXJrtR2Q6AzjAA_aem_Xa88ioUBSzRX5Ke8q4cvVg">clicking here</a>. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4ZCVJR53ZNAXXHT5CDEEPSHG3I.jpg?auth=541ebb9f2f21af74c9cfb95c7f29291d7ff8ca42bad084d9eb170ee06bed3a77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Pastor alemán herido en caso de maltrato animal en Pembroke Pines encuentra nuevo hogar en un refugio local ]]></title><link>https://www.local10.com/espanol/2026/06/30/pastor-aleman-herido-en-caso-de-maltrato-animal-en-pembroke-pines-encuentra-nuevo-hogar-en-un-refugio-local/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/pastor-aleman-herido-en-caso-de-maltrato-animal-en-pembroke-pines-encuentra-nuevo-hogar-en-un-refugio-local/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Broward County Animal Care ha transferido a Nico del centro de caso de maltrato animal en Pembroke Pines a un refugio especializado que le proporcionará cuidados paliativos]]></description><pubDate>Tue, 30 Jun 2026 15:59:50 +0000</pubDate><content:encoded><![CDATA[<p>Broward County Animal Care ha transferido a Nico, el pastor alemán de 13 años que está en el centro de un <a href="https://www.local10.com/news/local/2026/06/25/video-shows-man-abusing-abandoning-elderly-dog-at-pembroke-pines-shopping-center-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/video-shows-man-abusing-abandoning-elderly-dog-at-pembroke-pines-shopping-center-cops-say/">caso de maltrato animal en Pembroke Pines</a>, a un refugio especializado que le proporcionará cuidados paliativos.</p><p>Healy Pack Senior GSD Sanctuary anunció el martes que Nico fue liberado de Broward County Animal Care y puesto bajo el cuidado del santuario, su equipo veterinario y una familia de acogida dedicada.</p><p>Las autoridades dijeron que la transferencia se realizó tras conversaciones entre Broward County Animal Care, Healy Pack Senior GSD Sanctuary y la Miami Coalition Against Breed Specific Legislation.</p><p>Según el santuario, Nico continuará recibiendo evaluaciones veterinarias integrales y tratamiento que comenzó mientras estaba bajo la custodia de Broward County Animal Care.</p><p>“Hoy es una victoria para los que no tienen voz”, dijo en un comunicado Sandy Vogel, presidenta de la junta directiva de Healy Pack Senior GSD Sanctuary. “Después de una vida marcada por la negligencia, el sufrimiento y la crueldad, merece cada oportunidad de recibir comodidad, dignidad y amor”.</p><p>Vogel dijo que el equipo veterinario de la organización y la familia de acogida evaluarán la condición de Nico y proporcionarán la atención necesaria para determinar el mejor camino a seguir.</p><p>“No sabemos qué depara el futuro, pero sí sabemos esto: Nico nunca volverá a estar solo ni sin personas que lo defiendan”, dijo Vogel.</p><p>El director de Broward County Animal Care, Doug Brightwell, dijo que la agencia estaba satisfecha de haber alcanzado un acuerdo que coloca a Nico en un entorno de rescate especializado.</p><p>“Después de una revisión cuidadosa y conversaciones productivas con Healy Pack Senior GSD Sanctuary, nos complace haber llegado a una resolución que permite que Nico reciba evaluación continua, atención veterinaria y colocación en un entorno de rescate especializado”, dijo Brightwell en un comunicado.</p><p>El caso de Nico atrajo amplia atención después de que la policía de Pembroke Pines confirmara el arresto de Humberto Exposito, de 60 años, por cargos de maltrato animal.</p><p>Según la policía, un video de vigilancia mostró a Exposito lanzando al pastor alemán anciano varios pies desde la parte trasera de un camión de caja mientras realizaba una entrega en un supermercado Sedano’s en el bloque 10300 de Pines Boulevard.</p><p>Los investigadores dijeron que Exposito completó la entrega y dejó al perro atrás sin comida, agua ni refugio.</p><p>Un portavoz de Broward County Animal Care dijo que Nico estaba desnutrido, tenía el pelaje enmarañado y sufría varias condiciones médicas graves, incluyendo displasia avanzada de cadera y cáncer. El perro tampoco podía caminar cuando lo encontraron.</p><p>Los registros de la cárcel muestran que Exposito enfrenta cargos de maltrato animal agravado, abandono de animal y confinamiento de un animal sin suficiente ventilación de aire.</p><p>Desde entonces ha sido liberado de la cárcel tras pagar una fianza de $12,000 USD.</p><p>Como condición de su liberación, un juez ordenó que no pueda tener ni poseer animales.</p><p>Las donaciones para el cuidado de Nico pueden realizarse haciendo <a href="https://healypack.org/?fbclid=IwZXh0bgNhZW0CMTAAYnJpZBExbjl2MGpkQjB4d1lmblpiTHNydGMGYXBwX2lkEDIyMjAzOTE3ODgyMDA4OTIAAR7AdmWCwRX97xWk5P6wEN4TN-E2QpeJ1qEsE3V9IhfmUjaCLXJrtR2Q6AzjAA_aem_Xa88ioUBSzRX5Ke8q4cvVg" target="_self" rel="" title="https://healypack.org/?fbclid=IwZXh0bgNhZW0CMTAAYnJpZBExbjl2MGpkQjB4d1lmblpiTHNydGMGYXBwX2lkEDIyMjAzOTE3ODgyMDA4OTIAAR7AdmWCwRX97xWk5P6wEN4TN-E2QpeJ1qEsE3V9IhfmUjaCLXJrtR2Q6AzjAA_aem_Xa88ioUBSzRX5Ke8q4cvVg">clic aquí</a>.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4ZCVJR53ZNAXXHT5CDEEPSHG3I.jpg?auth=541ebb9f2f21af74c9cfb95c7f29291d7ff8ca42bad084d9eb170ee06bed3a77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Calor en Europa provoca temores por salud de los animales]]></title><link>https://www.local10.com/espanol/2026/06/30/calor-en-europa-provoca-temores-por-salud-de-los-animales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/calor-en-europa-provoca-temores-por-salud-de-los-animales/</guid><dc:creator><![CDATA[Por PREDRAG MILIC, Associated Press]]></dc:creator><description><![CDATA[PODGORICA, Montenegro (AP) — La ola de calor que está abrasando a Europa occidental llegó a los Balcanes esta semana, y activistas por el bienestar animal en el pequeño Montenegro han manifestado alarma por el antiguo problema de los animales abandonados.]]></description><pubDate>Tue, 30 Jun 2026 15:52:57 +0000</pubDate><content:encoded><![CDATA[<p>PODGORICA, Montenegro (AP) — La ola de calor que está abrasando a Europa occidental llegó a los Balcanes esta semana, y activistas por el bienestar animal en el pequeño Montenegro han manifestado alarma por el antiguo problema de los animales abandonados.</p><p>Varios caballos deambulaban sin supervisión por las afueras de la capital, Podgorica, sin refugio, agua ni comida. Con temperaturas que alcanzaban casi los 40 grados Celsius (104 Fahrenheit), los activistas expresaron temor por la salud de los animales.</p><p>“Esto está a solo 4 kilómetros (2,4 millas) del centro de la ciudad", expresó Marta Darmanovic, una activista de protección animal. "No está en medio de la nada”.</p><p>En toda Europa, el calor extremo ha batido récords de temperatura, ha sobrecargado los hospitales y ha dejado a la gente luchando por refrescarse. En Francia, las temperaturas de esta semana han sido más altas que las de la histórica ola de calor de 2003, a la que se atribuyeron 15.000 muertes, muchas de ellas de personas mayores.</p><p>Hungría rompió un récord nacional de calor que databa de 2007 cuando las temperaturas alcanzaron los 42 °C (107,6 °F) el martes, según cifras preliminares del Servicio Meteorológico Nacional.</p><p>En la capital de Montenegro, el área abierta donde se han reunido los caballos está cerca de un vertedero ilegal y de varios asentamientos improvisados. No estaba claro cómo llegaron allí los animales o si pertenecían a alguien.</p><p>“Es simplemente increíble que un país no tenga un refugio para animales grandes, para caballos confiscados, ganado confiscado, ganado extraviado y animales silvestres", declaró Darmanovic. "Montenegro ha legalizado de hecho el maltrato animal porque no ha proporcionado ni siquiera la infraestructura mínima necesaria para que se hagan cumplir las normas”.</p><p>La nación adriática de 620.000 habitantes intenta incorporarse a la Unión Europea para 2028. Los países candidatos a la UE deben contar con leyes que regulen el bienestar animal para poder ingresar.</p><p>Branko Kovacevic, jefe de la Administración de Inspección Municipal de Podgorica, indicó que las autoridades de la ciudad han establecido refugios para perros y gatos y que su organismo ahora intenta abordar el tema de los animales grandes dentro de las normas vigentes.</p><p>“Siguen apareciendo caballos y algunos otros animales domésticos abandonados", explicó Kovacevic. "En la medida en que la ley lo permita, nos ocuparemos del problema”.</p><p>Kovacevic argumentó que “lamentablemente, nadie es responsable” de proporcionar agua o comida a los animales.</p><p>Aunque Montenegro y el resto de los Balcanes están más acostumbrados al calor veraniego que países como Gran Bretaña o Francia, las autoridades han aconsejado a la población permanecer en interiores y beber mucha agua. Las temperaturas en la región están previstas a bajar más tarde el martes y el miércoles.</p><p>En la ciudad croata oriental de Osijek, a los animales del zoológico local les estaban sirviendo helado hecho de fruta y carne. Un empleado del zoológico contó a HRT que los monos eligen quedarse en interiores y descansar.</p><p>“Les gustan las sandías frías, los melones y las uvas", comentó el empleado, Zeljko Busljeta. "También reciben limonada y té frío”.</p><p>__________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MGCGWEDXC4C5MLV6LIJN3TYNW4.jpg?auth=981890443c546b5131efcbb948d9f9761be67c339296cab7d8498868285c0869&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Unos caballos en un día caluroso en las afueras de Podgorica, la capital de Montenegro, el 29 de junio del 2026. (AP foto/Risto Bozovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Risto Bozovic</media:credit></media:content></item><item><title><![CDATA[How to stay cool in a heat wave even without air conditioning]]></title><link>https://www.local10.com/news/national/2026/06/30/how-to-stay-cool-in-a-heat-wave-even-without-air-conditioning/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/30/how-to-stay-cool-in-a-heat-wave-even-without-air-conditioning/</guid><dc:creator><![CDATA[By CALEIGH WELLS and MELINA WALLING, Associated Press]]></dc:creator><description><![CDATA[Heat can be dangerous, but health experts say there are ways to manage the threat.]]></description><pubDate>Tue, 30 Jun 2026 15:50:48 +0000</pubDate><content:encoded><![CDATA[<p>Heat can be dangerous, but health experts say there are ways to manage the threat.</p><p>Scorching temperatures, especially combined with high humidity, pose risks particularly for children, older people and those with certain health conditions. Anyone can suffer from heat-related illness.</p><p>Climate change is also exacerbating heat waves and heat stress.</p><p>So here are some tips to stay safe:</p><p>When heat becomes dangerous</p><p>Dangers posed by hot weather depend on more than the temperature. The most detailed measurement is called the wet bulb globe temperature (WBGT), which includes temperature, humidity, cloud cover and wind. The heat index, which measures temperature and humidity, is less descriptive but easier to find on weather apps. Both explain why a shaded soccer field on a 90 degree F day (32 degree C) in arid Phoenix may be less risky than an exposed park on an 80 degree F (27 degree C) day in soupy Little Rock.</p><p>Just based on heat index, NOAA has a chart that calculates how dangerous prolonged exposure can be. For example, a day in which temperatures reach 96 degree F (36 degrees C) and 45% humidity would fall into the “danger” category for prolonged exposure or strenuous activity.</p><p>The WBGT threshold isn't exact, but recent research suggests that even some young, healthy people can't endure hours of exposure to high heat and humidity.</p><p>How to cool down</p><p>Overnight temperatures can be a particularly dangerous part of a heat wave, said Ashley Ward, director of the Heat Policy Innovation Hub at Duke University.</p><p>“Your body needs a reprieve,” she said. “You don't get that overnight, we start the next day at a deficit.” Heat can worsen labor productivity and lead to more visits to the emergency room.</p><p>“When we have overnight temperatures that don't drop below 75 degrees" F (24 degrees C), she said, “you start to see some pretty extraordinary outcomes with respect to heat illness and heat stroke, and even mortality.”</p><p>Ward said air conditioning can help, but she acknowledged that not everyone has access.</p><p>If you can't afford to cool the whole house, Ward said, create a “cool corner" and sleep there, so your body is prepared to tackle the next day.</p><p>Evaporative or “swamp” coolers can help in dry heat, but they increase humidity and can make it more difficult to cool down. In humid places, just use a fan.</p><p>If you don't have air conditioning, find public places that do, including movie theaters, malls and libraries. Some communities set up cooling centers.</p><p>Depending on where you live, the Low-Income Home Energy Assistance Program can help you buy a window air conditioning unit, according to the National Council on Aging. Some local nonprofits and civic organizations can also help.</p><p>Know your rights if you work outside</p><p>Knowing what workplace protections you have is important. Some states have them, including Washington, Oregon, California, Nevada, Colorado, Minnesota and Maryland, according to the Natural Resources Defense Council. Other states don't have any.</p><p>If your state has work rules, try to learn them — though there are still challenges to ensuring regulations are actually enforced, said Bharat Venkat, director of the University of California, Los Angeles Heat Lab.</p><p>He notes that sometimes shaded areas are too far away for workers to take breaks without losing wages, or that management can make it impossible for workers to advocate for themselves. “Most workers don’t actually have control over their time or control over where they work," Venkat said.</p><p>Within those constraints, finding ways to stay hydrated and lower your body temperature are important. You can do this by drinking lots of fluids, wetting clothing or putting cold water or a cold rag on your hands, feet, armpits and neck. A portable handheld fan or a cooling vest can also help.</p><p>If you're exercising, avoid the hottest times of day and bring more water than you think you need.</p><p>Knowing heat illness symptoms</p><p>Heat illness symptoms can vary by person, Venkat said. Medications or existing health conditions can also make it harder to regulate body temperature or notice you're getting too hot.</p><p>Early trouble signs include heavy sweating, muscle cramps and headache. That's when you stop what you're doing and cool yourself off, for example by splashing yourself with cold water or finding an air-conditioned space.</p><p>As heat exhaustion sets in, new symptoms arrive, including faster heart rate and dizziness. Next comes heat stroke, which can include confusion, slurred words and fainting. Ward said that's when to call 911.</p><p>“Don’t be embarrassed to call 911 or go to urgent care when you think you might have overdone it in the heat,” he said.</p><p>___</p><p>Walling and Wells are former Associated Press reporters.</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/OO6SK7FOGT746DK6W4KIRCXZZI.jpg?auth=6821e19fb518eea99302113a32189faedd2df7c23c348ab99e9055416c353aad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person uses a fan as they wait in line to purchase Broadway tickets in Times Square, during a heat advisory in New York, May 19, 2026. (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/4SKJRQVTEVOXLZMFCSW4GWROJU.jpg?auth=93c16659541d1249142d1914d3bf56259dd13f1f2cb1566c4e29c5f5d0eeca48&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Workers climb down from a building during a heat advisory, May 19, 2026, in New York. (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/MYJCS6CPX27FXZWVXPIYAD2OM4.jpg?auth=62ab3ab54c9b935b31d374bf3eaec0469b331b7c58df0093a2e4108f2877fd01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Grace Chyuwei pours water on Joe Chyuwei to help with the heat Aug. 3, 2025, in Death Valley National Park, Calif. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I34BFJYCI74UZEJYD72UIRYOKU.jpg?auth=85097109152ceea5f4611952f21d78b0c784c566061b0e2d67aa6a9caec713d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Petrona Romero, right, drinks an electrolyte beverage while working alongside her husband, Cristino, in a sugarcane field in Niland, Calif., Sept. 11, 2025. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Hidden camera investigation raises questions about former inmates spending nights at Fort Lauderdale shopping center]]></title><link>https://www.local10.com/news/local/2026/06/29/hidden-camera-investigation-raises-questions-about-former-inmates-spending-nights-at-fort-lauderdale-shopping-center/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/hidden-camera-investigation-raises-questions-about-former-inmates-spending-nights-at-fort-lauderdale-shopping-center/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[By day, River Market is one of Fort Lauderdale’s busiest shopping destinations. But after sunset, Local 10 News documented something shoppers, employees and even the city’s mayor said they had no idea was happening.]]></description><pubDate>Mon, 29 Jun 2026 22:26:42 +0000</pubDate><content:encoded><![CDATA[<p>By day, River Market is one of Fort Lauderdale’s busiest shopping destinations. Families dine outside restaurants. Customers shop at Whole Foods, Sephora, Dick’s Sporting Goods, Lululemon, and other retailers along North Federal Highway between Sunrise and Oakland Park boulevards.</p><p><a href="https://www.local10.com/espanol/2026/06/30/camara-oculta-genera-dudas-sobre-ex-internos-que-pasan-la-noche-en-centro-comercial-de-fort-lauderdale/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/camara-oculta-genera-dudas-sobre-ex-internos-que-pasan-la-noche-en-centro-comercial-de-fort-lauderdale/">Leer en español</a></p><p>But after sunset, Local 10 News documented something shoppers, employees and even the city’s mayor said they had no idea was happening.</p><p>Over several nights, Local 10 observed multiple people released from prison remaining overnight at or near the shopping center. Several individuals currently under Florida Department of Corrections supervision independently told Local 10 they are required to report to the area each evening and remain there overnight.</p><p>Some said they sleep in their vehicles. Others said they simply find a place to sit until morning.</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d8180.614596321482!2d-80.1210651365289!3d26.155596942116034!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d901eb873a4699%3A0x2c8a955d5d5b4cd4!2sRiver%20Market!5e1!3m2!1sen!2sus!4v1782758219101!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p>The area offers no overnight restroom facilities, no shelter from the weather and no place to charge court-ordered electronic monitoring devices.</p><p>Local 10 approached numerous shoppers and employees. None agreed to be identified on camera. Several said they were surprised to learn what had been taking place after dark.</p><p>One shopper said public safety was the first concern that came to mind. Another said the public deserved to know what was happening.</p><p>Many of the individuals remaining overnight also declined interviews, saying they feared speaking publicly could affect their supervision. One man agreed to speak only if Local 10 concealed his identity.</p><p>Asked whether he was one of the people spending the night there, he replied, “Yes.”</p><p>When asked whether he had to remain there from 7 p.m. until 7 a.m., he answered, “Yeah. Twelve hours.”</p><p>He also said probation officers had conducted a compliance check at the shopping center earlier that day.</p><p>A second recently released offender, who is required to register as a sex offender, shared FDOC paperwork that he said was provided to him after his release from prison.</p><p>According to the offender, he did not have an approved place to live when he was released. He said he could not move in with relatives because residency restrictions prohibited him from living at that location.</p><p>He told Local 10 a probation officer gave him paperwork and instructed him where to report.</p><p>The Department document reviewed by Local 10 states the offender was “approved to reside” in the 2400 block of North Federal Highway.</p><p>The 2400 block of North Federal Highway is River Market.</p><p>The offender said he believed he was being sent to a shelter or halfway house. Instead, he said, he arrived at a shopping center.</p><p>Asked where he used the restroom during the night, he replied, “There wasn’t no bathroom.”</p><p>A family member told Local 10 that the family believed the state would provide some type of transitional housing. Instead, the family said they discovered the address on the paperwork corresponded to a shopping center, not a shelter or residential facility.</p><p>The family member said a probation officer told the offender to find a place behind one of the stores and remain there overnight. The family member also said questions about access to restrooms, shelter from rain and charging a court-ordered electronic monitoring device were never adequately answered.</p><p>The offender told Local 10 he would rather return to prison than spend another night there.</p><p>Local 10 also searched the Florida Department of Law Enforcement’s public sex offender and predator registry.</p><p>That search identified approximately 180 transient registered sex offenders and sexual predators listing addresses between the 2400 and 2800 blocks of North Federal Highway and within approximately a 1-mile radius of River Market. The records span multiple years and identify numerous unrelated transient offenders reporting addresses along the same commercial corridor.</p><p>The FDOC declined Local 10’s request for an on-camera interview.</p><p>In a written statement, the Department said it “did not designate a business property as an offender’s residential address.”</p><p><i><b>The Department said offenders are responsible for identifying and reporting their residence to both the FDOC and the local sheriff’s office, while the Department verifies that a reported address complies with Florida law and local ordinances.</b></i></p><p><i><b>The Department also stated that offenders without traditional housing sometimes choose to stay in wooded areas, undeveloped land or other open spaces. Regarding the offender whose paperwork Local 10 reviewed, the Department said he “did not have a traditional housing structure” at the time of his release and has since relocated to what it described as a traditional residence.</b></i></p><p>Those statements differ from what Local 10 documented during its investigation.</p><p>Multiple individuals independently told Local 10 they were instructed to report to the River Market area and remain there overnight.</p><p>Local 10 also reviewed Department paperwork stating one offender was approved to reside in the 2400 block of North Federal Highway.</p><p>One individual also told Local 10 that probation officers had recently conducted a compliance check at the shopping center.</p><p>Because of those differences, Local 10 repeatedly asked the Department to explain how its written statement should be reconciled with the accounts provided by multiple individuals, the Department paperwork reviewed by Local 10, and the concentration of transient offenders reporting addresses along the same stretch of North Federal Highway.</p><p>Despite multiple follow-up requests seeking clarification before publication, the Department did not provide additional responses.</p><p>Fort Lauderdale Mayor Dean Trantalis said he first learned about the situation only after Local 10 began asking questions.</p><p>“We’re absolutely surprised by this,” Trantalis said. “I just learned about this last week. This is the first time I’ve heard about it.”</p><p>The mayor said the situation was “not an appropriate solution” for people attempting to reintegrate into society after prison. He said the city manager immediately directed Fort Lauderdale police to begin looking into the matter.</p><p>After Local 10’s inquiries, the city of Fort Lauderdale said police are now in discussions with the FDOC regarding concerns raised by the investigation.</p><p>The city also said it is not aware of any circumstances in which the FDOC has directed offenders to reside in specific locations within Fort Lauderdale.</p><p>Local 10 also repeatedly contacted EDENS, the company that owns River Market, asking whether it knew individuals under FDOC supervision were reportedly spending nights on or around the property and whether anyone from the state had ever notified the company the property was being used in that manner.</p><p>After multiple emails and phone calls, a representative working with EDENS returned one of Local 10’s calls and asked about the investigation.</p><p>After Local 10 explained the reporting and outlined its questions, no additional response was provided before publication despite further follow-up attempts.</p><p>The investigation leaves several questions unanswered.</p><p>If offenders independently identify and report where they will live, as the Department states, how does the Department explain multiple individuals independently telling Local 10 they were instructed to report to the same commercial area each night?</p><p>How does the Department reconcile its written statement with Department paperwork stating one offender was approved to reside in the 2400 block of North Federal Highway?</p><p>And how did approximately 180 transient registered offenders and predators come to list addresses between the 2400 and 2800 blocks of North Federal Highway and within approximately a one-mile radius of River Market?</p><p>Those questions remain unanswered.</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[MDSO: Man faces 20+ charges in Kendall Dodge burglary investigation; 2nd suspect sought]]></title><link>https://www.local10.com/news/local/2026/06/30/mdso-man-faces-20-charges-in-kendall-dodge-burglary-investigation-2nd-suspect-sought/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/mdso-man-faces-20-charges-in-kendall-dodge-burglary-investigation-2nd-suspect-sought/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Homestead man is facing more than 20 felony charges after investigators said he took part in two burglary sprees that targeted vehicles at a Miami-Dade car dealership, stealing expensive infotainment systems and causing thousands of dollars in damage.]]></description><pubDate>Tue, 30 Jun 2026 14:50:20 +0000</pubDate><content:encoded><![CDATA[<p>A Homestead man is facing more than 20 felony charges after investigators said he allegedly took part in two burglary sprees that targeted vehicles at a Miami-Dade car dealership, stealing expensive infotainment systems and causing thousands of dollars in damage.</p><p><a href="https://www.local10.com/espanol/2026/06/30/mdso-acusan-a-hombre-por-mas-de-20-cargos-tras-investigacion-por-robo-en-kendall-dodge-buscan-a-segundo-sospechoso/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/mdso-acusan-a-hombre-por-mas-de-20-cargos-tras-investigacion-por-robo-en-kendall-dodge-buscan-a-segundo-sospechoso/">Leer en español</a></p><p>According to two arrest reports from the Miami-Dade Sheriff’s Office, 25-year-old Josmanny Alexis Valdez was arrested Monday in connection with separate burglary investigations at Kendall Dodge, located at 13355 SW 137th Ave.</p><p>Authorities said the first investigation began after deputies responded to the dealership on May 15 following reports of multiple vehicle burglaries. </p><p>According to an arrest report, the dealership’s service manager discovered that infotainment systems had been stolen from Dodge Ram trucks parked in a fenced used-car lot where customers’ vehicles were being stored while awaiting service.</p><p>Investigators said Valdez and a second suspect, 25-year-old Celestino Ayala Jr., “cut an opening in the chain-link fence” before entering the lot and targeting Dodge Ram trucks from model years 2019 through 2026.</p><p>According to the report, the pair removed the infotainment systems from the unoccupied trucks and “cut the wiring harness” connecting the display screen to each vehicle, “leaving the vehicle permanently damaged.”</p><p>The report states that 18 Dodge Ram infotainment systems were stolen from vehicles belonging to 14 different victims. Investigators estimated each infotainment system was worth about $5,314, while the damage to each vehicle was approximately worth $1,087.</p><p>Detectives later searched Facebook Marketplace and found multiple Dodge Ram infotainment systems listed for sale, according to the report. </p><p>Investigators said the listings appeared on profiles under the names “Gio Valdez,” “Josmanny Valdes” and “Laylowjr Ayala,” all of which contained the same photographs. </p><p>The report states detectives were able to confirm that one of the systems advertised online had been stolen during one of the Kendall Dodge burglaries.</p><p>According to the report, detectives then conducted a “buy/bust operation” on May 28 after an undercover detective arranged to purchase two of the stolen infotainment systems for $500. </p><p>Investigators said surveillance teams watched as the suspects removed the systems from a blue Ford van before driving to Dolphin Mall to complete the transaction.</p><p>They said a subsequent search warrant executed on the van uncovered additional Dodge display screens and radio modules that were confirmed stolen from the dealership.</p><p>The arrest report also states that investigators gathered surveillance and other evidence showing the suspects “were in the area of the Dodge dealership throughout multiple dates.”</p><p>In the first case, Valdez faces five counts each of burglary of an occupied conveyance, grand theft of more than $3,000 while acting with others and criminal mischief causing more than $1,000 in damage, along with one count of burglary of an occupied structure, according to jail records. </p><p>A second arrest report filed in the investigation links Valdez to additional burglaries involving vehicles owned by Rocco’s Custom and Kendall Dodge.</p><p>According to that report, investigators again allege Valdez and Ayala entered the dealership’s fenced lot by cutting through the chain-link fence before removing infotainment systems from Dodge Ram trucks. </p><p>Detectives said the second case stemmed from the same broader investigation that included the Facebook Marketplace listings, undercover operation and recovery of stolen property.</p><p>In the second case, Valdez is facing two counts each of burglary of an unoccupied conveyance, grand theft of more than $3,000 while acting with others and criminal mischief, jail records show. </p><p>As of Tuesday, Valdez was being held on a $168,000 bond at the Turner Guilford Knight Correctional Center. Court records also show that several of his felony cases carry a Nebbia hold, meaning he must prove any money used to post bond came from a legitimate source before he can be released from custody.</p><p>Authorities said Ayala remains at large.</p><p>Anyone with information about the case or Ayala’s whereabouts is urged to call Miami-Dade Crime Stoppers at 305-471-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><media:content url="https://www.local10.com/resizer/v2/V6FLQLXJS5HE5I2NATH3L3BC4I.jpg?auth=ec1f41ce03a42ac653652d49589a223332e85c687045b2da15f36e1ebdf74b7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Cámara oculta genera dudas sobre ex internos que pasan la noche en centro comercial de Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/06/30/camara-oculta-genera-dudas-sobre-ex-internos-que-pasan-la-noche-en-centro-comercial-de-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/camara-oculta-genera-dudas-sobre-ex-internos-que-pasan-la-noche-en-centro-comercial-de-fort-lauderdale/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Revelan dudas grabaciones con cámara oculta sobre ex internos que pasan la noche en uno de los destinos comerciales más concurridos de Fort Lauderdale.]]></description><pubDate>Tue, 30 Jun 2026 15:45:15 +0000</pubDate><content:encoded><![CDATA[<p>Revelan dudas grabaciones con cámara oculta sobre ex internos que pasan la noche en centro comercial de Fort Lauderdale</p><p>Durante el día, River Market es uno de los destinos comerciales más concurridos de Fort Lauderdale. Familias comen en restaurantes al aire libre. Clientes compran en Whole Foods, Sephora, Dick’s Sporting Goods, Lululemon y otros comercios a lo largo de North Federal Highway entre las avenidas Sunrise y Oakland Park.</p><p>Pero después del atardecer, Local 10 News documentó algo de lo que compradores, empleados e incluso el alcalde de la ciudad dijeron no tener conocimiento.</p><p>Durante varias noches, Local 10 observó a múltiples personas liberadas de prisión permaneciendo durante la noche en el centro comercial o sus alrededores. Varias personas actualmente bajo supervisión del Departamento de Correcciones de Florida dijeron de forma independiente a Local 10 que están obligadas a reportarse al área cada noche y permanecer allí hasta la mañana.</p><p>Algunos dijeron que duermen en sus vehículos. Otros dijeron que simplemente encuentran un lugar donde sentarse hasta el amanecer.</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d8180.614596321482!2d-80.1210651365289!3d26.155596942116034!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d901eb873a4699%3A0x2c8a955d5d5b4cd4!2sRiver%20Market!5e1!3m2!1sen!2sus!4v1782758219101!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p>El área no ofrece instalaciones de baños durante la noche, ni refugio contra el clima, ni un lugar para cargar dispositivos de monitoreo electrónico ordenados por la corte.</p><p>Local 10 se acercó a numerosos compradores y empleados. Ninguno aceptó ser identificado en cámara. Varios dijeron que se sorprendieron al enterarse de lo que había estado ocurriendo después del anochecer.</p><p>Un comprador dijo que la seguridad pública fue la primera preocupación que le vino a la mente. Otro dijo que el público merecía saber lo que estaba ocurriendo.</p><p>Muchas de las personas que permanecen durante la noche también rechazaron entrevistas, diciendo que temían que hablar públicamente pudiera afectar su supervisión. Un hombre aceptó hablar solo si Local 10 ocultaba su identidad.</p><p>Al ser preguntado si era una de las personas que pasaban la noche allí, respondió: “Sí”.</p><p>Cuando se le preguntó si tenía que permanecer allí de 7 p.m. a 7 a.m., contestó: “Sí. Doce horas”.</p><p>También dijo que oficiales de libertad condicional habían realizado una verificación de cumplimiento en el centro comercial ese mismo día.</p><p>Un segundo delincuente recientemente liberado, quien está obligado a registrarse como delincuente sexual, compartió documentos del FDOC que dijo le fueron entregados tras su liberación de prisión.</p><p>Según el delincuente, no tenía un lugar aprobado para vivir cuando fue liberado. Dijo que no podía mudarse con familiares porque las restricciones de residencia le prohibían vivir en esa ubicación.</p><p>Le dijo a Local 10 que un oficial de libertad condicional le entregó documentos y le indicó dónde debía presentarse.</p><p>El documento del Departamento revisado por Local 10 establece que el delincuente estaba “aprobado para residir” en el bloque 2400 de North Federal Highway.</p><p>El bloque 2400 de North Federal Highway es River Market.</p><p>El delincuente dijo que creyó que lo estaban enviando a un refugio o casa de transición. En cambio, dijo, llegó a un centro comercial.</p><p>Al ser preguntado dónde usaba el baño durante la noche, respondió: “No había baño”.</p><p>Un familiar le dijo a Local 10 que la familia creía que el estado proporcionaría algún tipo de vivienda de transición. En cambio, la familia dijo que descubrieron que la dirección en los documentos correspondía a un centro comercial, no a un refugio ni a una instalación residencial.</p><p>El familiar dijo que un oficial de libertad condicional le dijo al delincuente que encontrara un lugar detrás de una de las tiendas y permaneciera allí durante la noche. El familiar también dijo que las preguntas sobre acceso a baños, refugio contra la lluvia y carga de un dispositivo de monitoreo electrónico ordenado por la corte nunca fueron respondidas de manera adecuada.</p><p>El delincuente le dijo a Local 10 que preferiría regresar a prisión antes que pasar otra noche allí.</p><p>Local 10 también buscó en el registro público de delincuentes sexuales y depredadores sexuales del Departamento de Cumplimiento de la Ley de Florida.</p><p>Esa búsqueda identificó aproximadamente 180 delincuentes sexuales registrados transitorios y depredadores sexuales que listan direcciones entre los bloques 2400 y 2800 de North Federal Highway y dentro de un radio aproximado de una milla de River Market. Los registros abarcan varios años e identifican a numerosos delincuentes transitorios no relacionados que reportan direcciones a lo largo del mismo corredor comercial.</p><p>El FDOC rechazó la solicitud de Local 10 de una entrevista en cámara.</p><p>En una declaración por escrito, el Departamento dijo que “no designó la propiedad de un negocio como la dirección residencial de un delincuente”.</p><p>El Departamento dijo que los delincuentes son responsables de identificar y reportar su residencia tanto al FDOC como a la oficina del sheriff local, mientras que el Departamento verifica que una dirección reportada cumpla con la ley de Florida y las ordenanzas locales.</p><p>El Departamento también indicó que los delincuentes sin vivienda tradicional a veces eligen permanecer en áreas boscosas, terrenos sin desarrollar u otros espacios abiertos. En cuanto al delincuente cuyos documentos revisó Local 10, el Departamento dijo que él “no tenía una estructura de vivienda tradicional” en el momento de su liberación y que desde entonces se ha mudado a lo que describió como una residencia tradicional.</p><p>Esas declaraciones difieren de lo que Local 10 documentó durante su investigación.</p><p>Varias personas dijeron de forma independiente a Local 10 que se les indicó que se presentaran en el área de River Market y permanecieran allí durante la noche.</p><p>Local 10 también revisó documentos del Departamento que establecían que un delincuente estaba aprobado para residir en el bloque 2400 de North Federal Highway.</p><p>Una persona también le dijo a Local 10 que oficiales de libertad condicional habían realizado recientemente una verificación de cumplimiento en el centro comercial.</p><p>Debido a esas diferencias, Local 10 solicitó repetidamente al Departamento que explicara cómo su declaración escrita debía reconciliarse con los relatos proporcionados por múltiples individuos, los documentos del Departamento revisados por Local 10 y la concentración de delincuentes transitorios que reportan direcciones a lo largo del mismo tramo de North Federal Highway.</p><p>A pesar de múltiples solicitudes de seguimiento para aclaración antes de la publicación, el Departamento no proporcionó respuestas adicionales.</p><p>El alcalde de Fort Lauderdale, Dean Trantalis, dijo que se enteró de la situación solo después de que Local 10 comenzó a hacer preguntas.</p><p>“Estamos absolutamente sorprendidos por esto”, dijo Trantalis. “Me enteré de esto la semana pasada. Es la primera vez que escucho sobre esto”.</p><p>El alcalde dijo que la situación no era “una solución apropiada” para personas que intentan reintegrarse a la sociedad después de la prisión. Dijo que el administrador de la ciudad ordenó de inmediato a la policía de Fort Lauderdale que comenzara a investigar el asunto.</p><p>Tras las consultas de Local 10, la ciudad de Fort Lauderdale dijo que la policía ahora está en conversaciones con el FDOC respecto a las preocupaciones planteadas por la investigación.</p><p>La ciudad también dijo que no tiene conocimiento de circunstancias en las que el FDOC haya ordenado a delincuentes residir en ubicaciones específicas dentro de Fort Lauderdale.</p><p>Local 10 también contactó repetidamente a EDENS, la empresa propietaria de River Market, preguntando si sabía que personas bajo supervisión del FDOC estaban supuestamente pasando la noche en o alrededor de la propiedad y si alguien del estado había notificado a la empresa que la propiedad estaba siendo utilizada de esa manera.</p><p>Después de múltiples correos electrónicos y llamadas telefónicas, un representante que trabaja con EDENS devolvió una de las llamadas de Local 10 y preguntó sobre la investigación.</p><p>Después de que Local 10 explicó el reportaje y planteó sus preguntas, no se proporcionó ninguna respuesta adicional antes de la publicación a pesar de nuevos intentos de seguimiento.</p><p>La investigación deja varias preguntas sin respuesta.</p><p>Si los delincuentes identifican y reportan de forma independiente dónde van a vivir, como afirma el Departamento, ¿cómo explica el Departamento que múltiples individuos hayan dicho de forma independiente a Local 10 que se les indicó presentarse en la misma área comercial cada noche?</p><p>¿Cómo concilia el Departamento su declaración escrita con los documentos del Departamento que establecen que un delincuente estaba aprobado para residir en el bloque 2400 de North Federal Highway?</p><p>¿Y cómo llegaron aproximadamente 180 delincuentes sexuales registrados transitorios y depredadores a listar direcciones entre los bloques 2400 y 2800 de North Federal Highway y dentro de un radio aproximado de una milla de River Market?</p><p>Esas preguntas siguen sin respuesta.</p>]]></content:encoded></item><item><title><![CDATA[Blake Lively wants $8 million in legal fees from Justin Baldoni after 'It Ends With Us' dispute]]></title><link>https://www.local10.com/news/national/2026/06/30/blake-lively-wants-8-million-in-legal-fees-from-justin-baldoni-after-it-ends-with-us-dispute/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/30/blake-lively-wants-8-million-in-legal-fees-from-justin-baldoni-after-it-ends-with-us-dispute/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK and LARRY NEUMEISTER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Blake Lively is seeking $8 million in legal costs from actor and director Justin Baldoni after resolving their dispute over the acrimonious production of their 2024 film “It Ends With Us."]]></description><pubDate>Tue, 30 Jun 2026 15:33:48 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Blake Lively is seeking $8 million in legal costs from actor and director Justin Baldoni after resolving their dispute over the acrimonious production of their 2024 film “It Ends With Us."</p><p>Lively's lawyers disclosed the amount, covering nearly $7.5 million in attorney’s fees from two law firms that represented her and about $500,000 in other expenses, in a court filing Tuesday.</p><p>Lively and Baldoni settled last month just before a trial was to start in federal court in Manhattan on Lively’s claims that he engineered an effort to damage her public reputation and credibility after she accused him of sexually harassing her while shooting the movie.</p><p>Baldoni, who directed the dark romantic drama and starred in it with Lively, denied her claims.</p><p>Lively received no money in the settlement, but a judge subsequently ruled that she is entitled to recover some legal costs she incurred after Baldoni filed a countersuit against her. The judge must still approve the amount she is seeking.</p><p>One of Lively’s lawyers, Michael Gottlieb, wrote in a court declaration that he charged her an average hourly rate of $2,187 — a discount from his usual $2,795 per hour. He said he billed 224 hours for work on her defense to Baldoni’s countersuit, totaling $457,000 in fees.</p><p>Baldoni and his production company, Wayfarer Studios LLC, “employed scorched-earth litigation tactics designed to drain Lively’s resources,” her lawyers wrote in their filing.</p><p>“They could have ended it (and offered to reimburse Lively) at any time. Having refused to do so, they should be ordered to reimburse Lively for all of the costs, attorney’s fees, and expenses they improperly forced her to incur,” they wrote.</p><p>A message seeking comment was left for Baldoni’s lawyer.</p><p>Lively, 38, sued Baldoni, 42, and Wayfarer Studios in December 2024, accusing them of conspiring with publicists to preemptively destroy her reputation after she privately accused him of sexual harassment on the “It Ends With Us" set.</p><p>Weeks later, Baldoni sued Lively, accusing her, her husband — “Deadpool” actor Ryan Reynolds — and their publicist of defamation and extortion.</p><p>Baldoni denied harassing her or orchestrating a smear campaign. He claimed the complaints about his behavior were made up by Lively as part of an effort to seize creative control of the movie.</p><p>Judge Lewis J. Liman threw out Baldoni’s countersuit last year and then dismissed Lively’s sexual harassment claims, saying she could not bring them because she was an independent contractor rather than an employee on the movie set.</p><p>In allowing Lively to recover legal costs, the judge cited a California law designed to protect survivors of sexual harassment and discrimination from retaliatory lawsuits meant to intimidate and silence victims.</p><p>Liman said the law requires that the plaintiff must pay the defendant’s legal fees and costs if a defamation claim made in response to a lawsuit is dismissed, even if the facts of the case have not been developed through the gathering of evidence.</p><p>Liman said an exception would be if Baldoni and Wayfarer Studios, could prove malice fueled Lively’s claims, but that they had produced no evidence to show that.</p><p>In their court filing, Lively's lawyers said $4.5 million should be paid to Gottlieb’s firm, Willkie Farr & Gallagher, and about $3 million should go to the firm Manatt, Phelps & Phillips, LLP.</p><p>The judge rejected Lively's claims to triple any damages and pursue punitive damages as well under the California law, saying that they did not fall within “carefully crafted federal procedural rules designed to protect the rights of the parties.”</p><p>“It Ends With Us,” an adaptation of Colleen Hoover’s bestselling 2016 novel about a relationship devolving into domestic violence, was released in August 2024 and exceeded box office expectations.</p><p>Lively appeared in the 2005 film “The Sisterhood of the Traveling Pants” and the TV series “Gossip Girl” from 2007 to 2012 before starring in films including “The Town” and “The Shallows.”</p><p>Baldoni starred in the TV comedy “Jane the Virgin,” directed the 2019 film “Five Feet Apart” and wrote “Man Enough,” a book challenging traditional notions of masculinity.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RKURQKF5KRNHBW6ZIY2NPNSDKQ.jpg?auth=5486e5665cb8647677ade1fdb64ae17b88b7e246898246817424d88e3a70c00a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of images shows Blake Lively at the London screening of the film "It 'Ends With Us" on Aug. 8, 2024, left, and Justin Baldoni at the world premiere of the film in New York on Aug. 6, 2024. (AP Photo, File)]]></media:description></media:content></item><item><title><![CDATA[Familia de cuatro personas es desplazada por incendio de vivienda en Miami ]]></title><link>https://www.local10.com/espanol/2026/06/30/se-registra-incendio-en-vivienda-de-miami-cierran-carretera-cercana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/se-registra-incendio-en-vivienda-de-miami-cierran-carretera-cercana/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un incendio se registró la mañana del martes en una vivienda de Miami, confirmaron los equipos de emergencia a Local 10 News.]]></description><pubDate>Tue, 30 Jun 2026 14:46:14 +0000</pubDate><content:encoded><![CDATA[<p>Un incendio se registró la mañana del martes en una vivienda de Miami, confirmaron los equipos de emergencia a Local 10 News.</p><p>Un incendio fue reportado a las 9:43 a.m. en una vivienda de un solo piso en el área de Northwest 67th Court y Second Street, según el teniente Pete Sanchez, de Miami Fire-Rescue.</p><p>Sky 10 sobrevoló la escena poco después de las 10:15 a.m. Aparentemente había daños por humo en una eficiencia ubicada en la parte trasera de la vivienda.</p><p>Sanchez confirmó que el incendio comenzó en el exterior y se extendió a la propiedad.</p><p>Dijo que los bomberos extinguieron rápidamente las llamas y revisaron la vivienda para verificar si aún había alguien en el interior.</p><p>“El incendio estuvo contenido principalmente en la pared exterior de la vivienda, pero parte del fuego se extendió al techo y al baño”, dijo Sanchez en un correo electrónico enviado a Local 10 News.</p><p>No se reportaron personas heridas, pero Sanchez indicó que una familia de cuatro personas, dos adultos y dos niños, fue desplazada.</p><p>La Cruz Roja Estadounidense les está brindando asistencia.</p><p>La policía de Miami confirmó que West Flagler Street fue cerrada temporalmente entre las avenidas 67 y 68 debido al incendio.</p><p>Sanchez dijo que la Unidad de Investigación de Incendios de Miami determinará el origen y la causa del incendio.</p>]]></content:encoded></item><item><title><![CDATA[Roof of tutoring center collapses in eastern Pakistan, killing at least 14 children, police say]]></title><link>https://www.local10.com/news/world/2026/06/30/roof-of-tutoring-center-collapses-in-eastern-pakistan-killing-at-least-14-children/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/roof-of-tutoring-center-collapses-in-eastern-pakistan-killing-at-least-14-children/</guid><dc:creator><![CDATA[By BABAR DOGAR, Associated Press]]></dc:creator><description><![CDATA[LAHORE, Pakistan (AP) — A roof collapse at a tutoring center under construction in Pakistan’s eastern city of Lahore on Tuesday killed at least 14 schoolchildren, police and rescue officials said.]]></description><pubDate>Tue, 30 Jun 2026 16:48:10 +0000</pubDate><content:encoded><![CDATA[<p>LAHORE, Pakistan (AP) — A roof collapse at a tutoring center under construction in Pakistan’s eastern city of Lahore on Tuesday killed at least 14 schoolchildren, police and rescue officials said.</p><p>Eight other children were injured and being treated at a hospital, senior police official Faisal Kamran said, adding that the owner of the tutoring center and another person have been arrested.</p><p>Kamran said rescuers were searching through the rubble after receiving reports that more children could be trapped beneath the debris. He said the tutoring center was housed in an aging building and that the roof of an unfinished second floor apparently collapsed because of poor construction quality.</p><p>Building collapses are common in Pakistan, where construction standards are often poorly enforced. Many structures are built with substandard materials, and safety regulations are frequently ignored to reduce costs.</p><p>Witnesses said ambulances and rescue workers rushed to the scene after the roof collapsed. Residents also joined the search, using shovels and their bare hands to remove rubble in an effort to reach children trapped beneath the debris.</p><p>Hours later, as the bodies of the children were being handed over to their families, scenes of anguish unfolded outside hospitals and in the neighborhood on the outskirts of Lahore where the private tutoring center was located in a house. Parents wept over the loss of their children, while mothers and other female relatives cried and beat their chests in grief.</p><p>Most of the victims lived nearby, and funeral prayers were expected later Tuesday.</p><p>Grief was mixed with anger as residents demanded stern punishment for the owner of the tutoring center, blaming him for operating classes in what they described as an aging and unsafe building. Dozens of mourners were seen gathering outside the victims’ homes to offer condolences.</p><p>“We don’t know whose home to visit first to offer condolences for the loss of their children,” resident Zafar Iqbal said as he moved from one bereaved family’s home to another nearby street.</p><p>Lahore is the capital of Pakistan's most populous Punjab province, where many parents send their children to private tutoring centers in the afternoon and evening.</p><p>Pakistan's President Asif Ali Zardari and Prime Minister Shehbaz Sharif expressed grief over the collapse of the roof of an evening school building in Lahore. In separate statements, they offered condolences to the families of the victims, prayed for the speedy recovery of those injured, and said effective safety measures were needed to prevent similar tragedies.</p><p>___</p><p>Associated Press writer K.M. Chaudhry in Lahore contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4JSKXLI3BQ34QFSF4JHZKZT2CU.jpg?auth=0591edd56642716a381b8f7478c40ec2c57df3b54fc97488baa4fe1271478a03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women mourn next to the bodies of their children killed after the roof of a tutoring center under-construction collapsed, on the outskirts of Lahore, Pakistan, Tuesday, June 30, 2026. (AP Photo/K.M Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M Chaudary</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XBY4KPTJ6IAD4LY3UR7VAKXAWU.jpg?auth=10912f8e4bf8f8602e7fa460b29b49cb7bb950d9a4c6e67e6ca5c38b3c308b63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women mourn next to the bodies of their children killed after the roof of a tutoring center under-construction collapsed, on the outskirts of Lahore, Pakistan, Tuesday, June 30, 2026. (AP Photo/K.M Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M Chaudary</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7IKIEHVJ44Y5SDQ2FQNU5NWTUU.jpg?auth=07ea38edda9f1949289edfaec54a24392e2761d7192111b5da49e9f7906d82a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man comforts a woman mourning over the death of her child, killed after the roof of a tutoring center under-construction collapsed, on the outskirts of Lahore, Pakistan, Tuesday, June 30, 2026. (AP Photo/K.M Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M Chaudary</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PIEG6PKMSVO7RJWQTIJ33XRLD4.jpg?auth=63ac4da5c57b345a486eeda46311204389e444274666eeba55c6cee6ed744688&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women mourn over the death of their children killed after the roof of a tutoring center under-construction collapsed, on the outskirts of Lahore, Pakistan, Tuesday, June 30, 2026. (AP Photo/K.M Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M Chaudary</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J5KXZ36GY3UT2RFYILJZANPEOU.jpg?auth=e1bfdf836c3f8b1c11f8617ade6125c9f0a94660460383fc73e8388ce1485204&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Slippers of the children left behind at the site of an under-construction tutoring center which collapsed, on the outskirts of Lahore, Pakistan, Tuesday, June 30, 2026. (AP Photo/K.M Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M Chaudary</media:credit></media:content></item><item><title><![CDATA[Man accused of using fraudulent credit cards to stock up on fireworks in Hialeah ahead of Fourth of July ]]></title><link>https://www.local10.com/news/local/2026/06/30/man-accused-of-using-fraudulent-credit-cards-to-stock-up-on-fireworks-in-hialeah-ahead-of-fourth-of-july/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/man-accused-of-using-fraudulent-credit-cards-to-stock-up-on-fireworks-in-hialeah-ahead-of-fourth-of-july/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 20-year-old man was arrested Monday after he used fraudulent credit cards to spend thousands of dollars on fireworks at a Hialeah business ahead of the Fourth of July, authorities said.]]></description><pubDate>Tue, 30 Jun 2026 14:37:51 +0000</pubDate><content:encoded><![CDATA[<p>A 20-year-old man was arrested Monday after he used fraudulent credit cards to spend thousands of dollars on fireworks at a Hialeah business ahead of the Fourth of July, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/06/30/acusan-a-hombre-por-uso-de-tarjetas-de-credito-fraudulentas-para-abastecerse-de-fuegos-artificiales-en-hialeah-antes-del-cuatro-de-julio/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/acusan-a-hombre-por-uso-de-tarjetas-de-credito-fraudulentas-para-abastecerse-de-fuegos-artificiales-en-hialeah-antes-del-cuatro-de-julio/">Leer en español</a></p><p>According to an arrest report from the Hialeah Police Department, the fraudulent purchases were reported to authorities Monday by the owner of Samurai Fireworks, located at 2122 W. 62<sup>nd</sup> St.</p><p>Police said the owner told police that on June 2, the suspect, identified as Santiago Alejandro Prieto-Mendoza, of Miami, picked up multiple orders of fireworks that were later revealed to have been purchased with fraudulent credit cards.</p><p>The owner said the business was notified about the fraud by their payment processor after Prieto-Mendoza had already picked up the fireworks, worth a total of $2,277.60.</p><p>According to the report, Prieto-Mendoza returned to the business Monday after placing three new orders, which the payment processor also flagged as fraudulent.</p><p>Police said a store employee recognized Prieto-Mendoza as the person who picked up the previous packages on June 2 and immediately notified his supervisors that Prieto-Mendoza was trying to retrieve additional merchandise from the store.</p><p>Police were then called and Prieto-Mendoza was taken into custody on a charge of organized scheme to defraud.</p><p>According to the report, he made some kind of admission to detectives after his arrest, however his exact statement was redacted from the publicly released report.</p><p>As of Tuesday morning, Prieto-Mendoza was being held at the Turner Guilford Knight Correctional Center on a $2,500 bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XDAALCVK5VHG3MF2Q76NWWILSI.jpg?auth=d1b79af07e75f3dafa628f0b7af445f986e34e8768e0bf549bf12a820c917308&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre por uso de tarjetas de crédito fraudulentas para abastecerse de fuegos artificiales en Hialeah antes del Cuatro de Julio ]]></title><link>https://www.local10.com/espanol/2026/06/30/acusan-a-hombre-por-uso-de-tarjetas-de-credito-fraudulentas-para-abastecerse-de-fuegos-artificiales-en-hialeah-antes-del-cuatro-de-julio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/acusan-a-hombre-por-uso-de-tarjetas-de-credito-fraudulentas-para-abastecerse-de-fuegos-artificiales-en-hialeah-antes-del-cuatro-de-julio/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre de 20 años fue arrestado tras gastar miles de dólares en fuegos artificiales con tarjetas de crédito fraudulentas.]]></description><pubDate>Tue, 30 Jun 2026 15:24:51 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 20 años fue arrestado tras gastar miles de dólares en fuegos artificiales con tarjetas de crédito fraudulentas en un negocio de Hialeah antes del Cuatro de Julio, dijeron las autoridades.</p><p>Según un informe de arresto del Departamento de Policía de Hialeah, las compras fraudulentas fueron reportadas a las autoridades el lunes por el propietario de Samurai Fireworks, ubicado en 2122 W. 62nd St.</p><p>La policía dijo que el propietario informó a la policía que el 2 de junio el sospechoso, identificado como Santiago Alejandro Prieto-Mendoza, de Miami, recogió múltiples pedidos de fuegos artificiales que luego se reveló que habían sido comprados con tarjetas de crédito fraudulentas.</p><p>El propietario dijo que el negocio fue notificado sobre el fraude por su procesador de pagos después de que Prieto-Mendoza ya había recogido los fuegos artificiales, con un valor total de $2,277.60 USD.</p><p>Según el informe, Prieto-Mendoza regresó al negocio el lunes después de realizar tres nuevos pedidos, los cuales también fueron señalados como fraudulentos por el procesador de pagos.</p><p>La policía dijo que un empleado de la tienda reconoció a Prieto-Mendoza como la persona que recogió los paquetes anteriores el 2 de junio e inmediatamente notificó a sus supervisores que Prieto-Mendoza estaba tratando de retirar mercancía adicional de la tienda.</p><p>Luego se llamó a la policía y Prieto-Mendoza fue puesto bajo custodia bajo un cargo de esquema organizado para defraudar.</p><p>Según el informe, hizo algún tipo de admisión a los detectives después de su arresto; sin embargo, su declaración exacta fue redactada del informe publicado.</p><p>As of Tuesday morning, Prieto-Mendoza estaba siendo retenido en el Turner Guilford Knight Correctional Center con una fianza de $2,500 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XDAALCVK5VHG3MF2Q76NWWILSI.jpg?auth=d1b79af07e75f3dafa628f0b7af445f986e34e8768e0bf549bf12a820c917308&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Trabajadores humanitarios alertan de enfermedades y hospitales desbordados tras sismos en Venezuela]]></title><link>https://www.local10.com/espanol/2026/06/30/trabajadores-humanitarios-alertan-de-enfermedades-y-hospitales-desbordados-tras-sismos-en-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/trabajadores-humanitarios-alertan-de-enfermedades-y-hospitales-desbordados-tras-sismos-en-venezuela/</guid><dc:creator><![CDATA[Por JUAN PABLO ARRÁEZ e ISABEL DEBRE, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Grupos de ayuda advirtieron el martes que el frágil sistema de salud de Venezuela está llegando a su límite, casi una semana después de dos potentes terremotos que dejaron hospitales dañados y abrumados con personal insuficiente debido a la cantidad de heridos, en condiciones deplorables en la zona del desastre causando la propagación de enfermedades infecciosas.]]></description><pubDate>Tue, 30 Jun 2026 16:27:28 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Grupos de ayuda advirtieron el martes que el frágil sistema de salud de Venezuela está llegando a su límite, casi una semana después de dos potentes terremotos que dejaron hospitales dañados y abrumados con personal insuficiente debido a la cantidad de heridos, en condiciones deplorables en la zona del desastre causando la propagación de enfermedades infecciosas.</p><p>Las decenas de equipos internacionales y nacionales en toda Venezuela siguen centrados en la búsqueda de sobrevivientes, mientras el recuento oficial de muertos supera los 1.700 y se siguen sacando cuerpos de entre los escombros.</p><p>Pero ya se está desarrollando una crisis humanitaria entre los sobrevivientes. Agencias de las Naciones Unidas manifestaron preocupación por los efectos en la salud de miles de personas desplazadas que han dormido durante días a la intemperie o en refugios abarrotados e insalubres.</p><p>Funcionarios venezolanos afirman que más de 15.800 personas se han visto afectadas por los terremotos —una cifra que refleja el número oficial de desplazados—, señaló el martes la portavoz de la agencia de la ONU para los refugiados, Carlotta Wolf. Venezolanos que quedaron sin hogar de forma repentina están durmiendo en autos, parques y otros lugares sin que haya refugios de emergencia adecuados disponibles.</p><p>Wolf indicó que esa cifra seguirá aumentando. Muchas de las personas desplazadas en el estado más golpeado, La Guaira, están sufriendo una escasez generalizada de alimentos, agregó.</p><p>En una rueda de prensa en Ginebra, el portavoz de la Organización Mundial de la Salud (OMS), Christian Lindmeier, dijo que los venezolanos desplazados se han vuelto cada vez más vulnerables a brotes de enfermedades prevenibles como el sarampión, dadas las bajas tasas de vacunación de la población, así como a enfermedades transmitidas por el agua como el dengue, la fiebre amarilla y la malaria, que ahora repuntan tras el desastre.</p><p>El sistema de salud venezolano, estresado por décadas de falta de inversión y años de crisis económica, está “ahora bajo una presión extrema, con instalaciones que operan más allá de su capacidad ante el aumento de los casos de traumatismos”, afirmó Lindmeier.</p><p>Según el gobierno, los sismos de la semana pasada dañaron o comprometieron de alguna forma 38 hospitales en todo el país. La OMS dijo que hasta ahora ha evaluado 21 de esas instalaciones, tres de las cuales ya no están operativas. Otras seis han sufrido daños y el resto ahora se está viendo sobrepasado por el aumento de casos de traumatismos.</p><p>Muchos médicos especialistas están desaparecidos entre las ruinas, incluidos funcionarios a cargo de la atención de maternidad en La Guaira, indicó la OMS, lo que agrava la presión.</p><p>Los “hallazgos revelan una prestación de servicios y un flujo de pacientes caóticos, marcados por el hacinamiento, el creciente retraso de cirugías ... y una ruptura de las medidas de bioseguridad”, dijo Lindmeier, y añadió que el caos ha provocado “el colapso de los servicios forenses y de morgue y un registro inadecuado de víctimas”.</p><p>El gobierno ha ofrecido actualizaciones diarias sobre las víctimas y el lunes reportó que el balance de muertos se situaba en 1.719 fallecidos y 5.000 heridos. Pero expertos sostienen que probablemente se trata de un subregistro significativo, ya que muchas más personas siguen desaparecidas y las esperanzas de encontrar sobrevivientes disminuyen con cada día que pasa.</p><p>Las autoridades no han ofrecido ningún conteo oficial de desaparecidos, y los daños del terremoto a las redes telefónicas y demás infraestructura complican incluso los esfuerzos informales para dimensionar el número de quienes aún permanecen enterrados bajo los escombros.</p><p>En una base de datos digital no gubernamental se reportó que más de 50.000 personas estaban desaparecidas, aunque no está claro cuántas de ellas han sido encontradas.</p><p>________</p><p>DeBre informó desde Buenos Aires, Argentina.</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/5HJVOKD64BAZART4BVF77SNNWA.jpg?auth=37ec3e3593331a4ba065e2706de5ecb0af3d7cb7e02326d998d81232ab1abd85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residentes que ayudan en las labores de rescate se sientan entre escombros que dejaron los terremotos en La Guaira, Venezuela, el 30 de junio de 2026. (Foto AP/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5DDDYABA34XNQBITDB2FJNHXMU.jpg?auth=2a738859b00e14224f559c55e3b0c9e717b8dfd6da3241950c67c67d7106f52e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vista aérea de edificios destruidos en Caraballeda, en La Guaira, Venezuela, el 29 de junio de 2026, tras dos grandes terremotos. (Miguel Medina/pool photo vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Medina</media:credit></media:content></item><item><title><![CDATA[Muere sospechoso tras balacera en la que participaron agentes de BSO y un agente de Plantation ]]></title><link>https://www.local10.com/espanol/2026/06/30/bso-muere-sospechoso-tras-balacera-en-la-que-participaron-agentes-y-agente-de-plantation/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/bso-muere-sospechoso-tras-balacera-en-la-que-participaron-agentes-y-agente-de-plantation/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Seis agentes de la Oficina del Sheriff de Broward (BSO) y un agente de la Policía de Plantation participaron en una balacera mortal la noche del lunes en Davie.]]></description><pubDate>Tue, 30 Jun 2026 13:46:25 +0000</pubDate><content:encoded><![CDATA[<p>Seis agentes de la Oficina del Sheriff de Broward (BSO) y un agente de la Policía de Plantation participaron en una balacera mortal la noche del lunes en Davie, informaron las autoridades.</p><p>Según la BSO, un sospechoso que era buscado por los agentes fue visto cargando gasolina en la estación Wawa ubicada en el 6350 de Stirling Road.</p><p>Cuando las autoridades rodearon al sospechoso, informaron que se produjo un forcejeo entre él y los agentes del orden que se acercaban.</p><p>El sheriff de Broward, Gregory Tony, dijo que el sospechoso estaba armado y recibió la orden de entregar su arma, pero al no hacerlo, se produjo un intercambio de disparos.</p><p>Tony dijo que el sospechoso era buscado por huir para evadir a las autoridades e indicó que los agentes tenían evidencia de ADN que lo vinculaba con otros delitos, aunque no dio más detalles sobre esos presuntos crímenes.</p><p>Tampoco dijo si fue un agente de la BSO o el agente de la Policía de Plantation quien hirió de muerte al sospechoso.</p><p>Se espera que el Departamento de Cumplimiento de la Ley de Florida (FDLE) asuma la investigación, como es habitual en los casos de balaceras en las que participan agentes.</p>]]></content:encoded></item><item><title><![CDATA[Aguas residuales en cocina, cucarachas vivas y P.F. Chang’s entra en la lista de Dirty Dining ]]></title><link>https://www.local10.com/espanol/2026/06/30/aguas-residuales-en-cocina-cucarachas-vivas-y-pf-changs-entra-en-la-lista-de-dirty-dining/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/aguas-residuales-en-cocina-cucarachas-vivas-y-pf-changs-entra-en-la-lista-de-dirty-dining/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Seis restaurantes del sur de Florida terminaron en la lista de Dirty Dining de esta semana y con cierre temporal por graves violaciones a las normas de salud.]]></description><pubDate>Tue, 30 Jun 2026 13:57:04 +0000</pubDate><content:encoded><![CDATA[<p>Seis restaurantes del sur de Florida terminaron en la lista de Dirty Dining de esta semana después de que inspectores estatales ordenaran su cierre temporal por graves violaciones a las normas de salud.</p><p>Entre ellos se encuentra Conch Heaven, en el noroeste de Miami-Dade, donde los inspectores reportaron cucarachas vivas, decenas de moscas y acumulación de una sustancia similar al moho dentro de una máquina de hielo.</p><p>También está The Villa Caribbean Shoppes, en Miami Gardens, que fue citado por una cucaracha viva, numerosas moscas y más de 100 moscas muertas dentro de un dispositivo de control de insectos.</p><p>Chong’s Chinese Restaurant, en Miami, donde los inspectores encontraron alimentos almacenados a temperaturas inadecuadas que fueron ordenados a desechar debido a problemas de refrigeración.</p><p>Beijing Garden, en Miami, donde los inspectores documentaron aguas residuales sin tratar que se devolvían hacia la cocina, una mosca muerta sobre alimentos y otros problemas de saneamiento.</p><p>P.F. Chang’s, en Fort Lauderdale, donde encontraron cucarachas vivas en la cocina.</p><p>Lona Cocina Tequileria, en Fort Lauderdale, donde los inspectores reportaron cucarachas vivas detrás y dentro de equipos de cocina.</p><p>Todos los restaurantes pudieron reabrir después de realizar la limpieza ordenada y aprobar una nueva inspección estatal.</p><p><b>**CONCH HEAVEN</b></p><p><b>11275 NW 27TH AVE.</b></p><p><b>NOROESTE DE MIAMI-DADE (WESTVIEW)</b></p><p><b>INSPECCIÓN BASADA EN UNA QUEJA</b></p><p><b>ORDEN DE CIERRE: 19 DE JUNIO</b></p><p><b>14 VIOLACIONES ENCONTRADAS</b></p><figure><img src="https://www.local10.com/resizer/v2/RIEGSF5XFFBUJOKO7C3GBVHMEM.jpg?auth=04c8f113dfdaee394a62434cf6f109b61d61c0610fec27dd83f76b1f13b7c520&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“Se detectó actividad de cucarachas, evidenciada por la presencia de cucarachas vivas. Se observaron cuatro cucarachas vivas debajo de la mesa de preparación en el área de la cocina. Se observaron dos cucarachas vivas en el piso junto al fregadero de tres compartimentos. Se observaron 12 cucarachas vivas debajo de una caja junto a un estante con ollas y sartenes limpias en el área de la cocina.”</p><p>“Se encontraron insectos voladores vivos de pequeño tamaño. Se observaron aproximadamente 20 moscas vivas en el área de almacenamiento seco junto al cuarto frío.”</p><p>“Acumulación de una sustancia negra/verde similar al moho en el interior de la máquina o depósito de hielo. Violación reincidente.”</p><p>“Techo, plafones o rejillas de ventilación sucios con acumulación de residuos de alimentos, grasa, polvo o una sustancia similar al moho. Se observó grasa en las rejillas del aire acondicionado.”</p><figure><img src="https://www.local10.com/resizer/v2/NREYPRGMSVDD3H2BJJCBNRKHI4.jpg?auth=8ba7be9cd4b4baf3c506335e177b42623703a4f337e291256f8e3fb5abf864dd&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>**THE VILLA CARIBBEAN SHOPPES</b></p><p><b>19501 NW 2ND AVE.</b></p><p><b>MIAMI GARDENS</b></p><p><b>ORDEN DE CIERRE: 24 DE JUNIO</b></p><p><b>22 VIOLACIONES ENCONTRADAS</b></p><p><b>TAMBIÉN FUE CERRADO EL 13 DE OCTUBRE DE 2025 (PROBLEMAS DE MOSCAS Y CUCARACHAS)</b></p><p>“Se detectó actividad de cucarachas, evidenciada por la presencia de una cucaracha viva. Se observó una cucaracha viva sobre un congelador vertical en el área de la cocina.”</p><p>“Acumulación de aves, insectos, roedores u otras plagas muertas o atrapadas en dispositivos de control. Se observaron más de 100 moscas muertas en un exterminador de insectos ubicado sobre un congelador vertical dentro del área de la cocina.”</p><p>“Se encontraron insectos voladores vivos de pequeño tamaño. Se observaron 11 moscas vivas en la pared y sobre la mesa de preparación donde se elaboran jugos. Se observaron 10 moscas vivas en el área de la cocina donde se preparaban cebollas, posándose sobre cajas de alimentos y una mesa. Se observaron 10 moscas vivas dentro de un recipiente donde se utilizaron limones para jugo, sobre una mesa en la cocina.”</p><p>“Dispositivo de control de insectos instalado sobre el área de preparación de alimentos. Se observó un exterminador de insectos sobre un congelador vertical.”</p><p>“Áreas del piso cubiertas con agua estancada. Se observó en el cuarto frío y en la cocina. Violación reincidente.”</p><p><b>**CHONG’S CHINESE RESTAURANT</b></p><p><b>1164 WEST FLAGLER ST.</b></p><p><b>MIAMI</b></p><p><b>ORDEN DE CIERRE: 23 DE JUNIO</b></p><p><b>25 VIOLACIONES ENCONTRADAS</b></p><p>“Cucarachas muertas en el establecimiento. Se observaron tres cucarachas muertas: una en el piso de la cocina y dos dentro de gabinetes de almacenamiento junto al área del baño. Violación reincidente.”</p><p>“Paredes sucias con acumulación de grasa, residuos de alimentos o polvo. Se observaron paredes con acumulación de grasa en toda el área de la cocina.”</p><p>“Se emitió una orden de suspensión de venta para alimentos que requieren control de tiempo y temperatura por abuso de temperatura. Se observaron empanadillas (44 °F - conservación en frío), brotes (58 °F - conservación en frío), camarones (73 °F - conservación en frío), brotes (68 °F - conservación en frío), huevos con cáscara (72 °F - conservación en frío), pollo (57 °F - conservación en frío), carne de res (63 °F - conservación en frío), carne de cerdo (58 °F - conservación en frío), fideos (55 °F - conservación en frío), camarones (55 °F - conservación en frío), repollo (62 °F - conservación en frío), pasta (56 °F - conservación en frío), camarones (57 °F - conservación en frío), brotes (59 °F - conservación en frío) y jamón (46 °F - conservación en frío). Todos los alimentos estaban almacenados en refrigeradores de la línea de cocción y en el cuarto frío. Según un empleado, los alimentos habían permanecido fuera de temperatura por más de cuatro horas.”</p><p>“Cantidad o capacidad inadecuada de unidades de refrigeración para mantener el control de tiempo y temperatura de los alimentos de forma segura. Se observó que los refrigeradores de la línea de cocción y el cuarto frío no funcionaban correctamente.”</p><p><b>**BEIJING GARDEN</b></p><p><b>832 WEST FLAGLER ST.</b></p><p><b>MIAMI</b></p><p><b>ORDEN DE CIERRE: 23 DE JUNIO</b></p><p><b>27 VIOLACIONES ENCONTRADAS</b></p><p>“Se emitió una orden de suspensión de venta debido a que los alimentos no estaban en condiciones aptas para el consumo. Se observó una mosca muerta sobre costillas de cerdo en el área de preparación.”</p><p>“Olores desagradables en el área del comedor.”</p><p>“Aguas residuales sin tratar se devolvían a través de los desagües del piso. Se observó debajo del fregadero de tres compartimentos en el área de la cocina.”</p><p>“Aguas residuales sin tratar sobre el piso del establecimiento. Se observó que el agua sucia no drenaba y había una gran cantidad de agua sucia acumulada en el piso.”</p><p>“Eliminación inadecuada de aguas residuales en los desagües del piso de la cocina y/o área de preparación de alimentos.”</p><p>“Techo, plafones o rejillas de ventilación sucios con acumulación de residuos de alimentos, grasa, polvo o una sustancia similar al moho. Se observaron plafones sucios en el comedor y en toda la cocina. Violación reincidente.”</p><p>“Superficie en contacto con alimentos sucia con residuos de alimentos, una sustancia similar al moho o baba. Se observaron estantes con residuos de alimentos y grasa en el área de la cocina. Violación reincidente.”</p><p>“Alimentos almacenados en el piso. Se observó un balde plástico con sal almacenado en el piso de la cocina. Violación reincidente.”</p><p>“Alimentos que requieren control de tiempo y temperatura para su seguridad, distintos de carne entera asada, mantenidos calientes a menos de 135 grados Fahrenheit. Se observó arroz (71 °F - conservación en caliente) en el área de preparación de la cocina. Según el operador, llevaba menos de una hora. Violación reincidente.”</p><p><b>**P.F. CHANG’S</b></p><p><b>THE GALLERIA</b></p><p><b>2418 EAST SUNRISE BLVD.</b></p><p><b>FORT LAUDERDALE</b></p><p><b>ORDEN DE CIERRE: 23 DE JUNIO</b></p><p><b>5 VIOLACIONES ENCONTRADAS</b></p><p>“Se detectó actividad de cucarachas, evidenciada por la presencia de cucarachas vivas. Se encontraron aproximadamente cinco cucarachas vivas debajo del lavavajillas en el área de lavado de platos y una cucaracha viva sobre una tubería de agua junto a la freidora en la línea de cocción. Esa cucaracha fue exterminada y el área fue limpiada y desinfectada.”</p><p>“Piso sucio o con acumulación de residuos. Debajo del lavavajillas y la estación del fregadero de tres compartimentos había acumulación de residuos de alimentos entre la pared y el equipo.”</p><p>“Superficie en contacto con alimentos sucia con residuos de alimentos, una sustancia similar al moho o baba. En el bar, la boquilla de la primera pistola dispensadora de refrescos estaba sucia.”</p><p>“Áreas del piso cubiertas con agua estancada. En la línea de cocción, debajo de la estación de wok y debajo del fregadero de tres compartimentos. El agua fue retirada.”</p><p><b>**LONA COCINA TEQUILERIA</b></p><p><b>WESTIN FORT LAUDERDALE BEACH RESORT</b></p><p><b>321 NORTH FORT LAUDERDALE BEACH BLVD.</b></p><p><b>FORT LAUDERDALE</b></p><p><b>ORDEN DE CIERRE: 22 DE JUNIO</b></p><p><b>4 VIOLACIONES ENCONTRADAS</b></p><p>“Se detectó actividad de cucarachas, evidenciada por la presencia de cucarachas vivas. Se encontraron tres cucarachas vivas detrás del horno doble apilado en la cocina de preparación. Se encontraron aproximadamente 15 cucarachas vivas dentro de un horno fuera de servicio que se utilizaba para almacenar toallas y bandejas adicionales en la línea de cocción.”</p><p>“Piso sucio o con acumulación de residuos de alimentos detrás de los equipos de cocina del área de preparación.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W4UMN7P6HNFHZAH5C46GNQXHMI.jpg?auth=3066c25f00a92281b9439446e2879803ee1cfc0c32241f6153bad66aed61d8d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[The largest digital camera ever built begins decade-long survey of the universe]]></title><link>https://www.local10.com/tech/2026/06/30/the-largest-digital-camera-ever-built-begins-decade-long-survey-of-the-universe/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/30/the-largest-digital-camera-ever-built-begins-decade-long-survey-of-the-universe/</guid><dc:creator><![CDATA[By ADITHI RAMAKRISHNAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The largest digital camera ever built is starting to capture images of unseen corners of the universe.]]></description><pubDate>Tue, 30 Jun 2026 15:02:05 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The largest digital camera ever built is starting to capture images of unseen corners of the universe.</p><p>The Vera C. Rubin Observatory has officially begun its cosmic survey, meant to capture swathes of the sky in more depth and detail. Perched on a Chilean mountaintop, the telescope will point its eye at the southern sky for the next 10 years, taking hundreds of images per night.</p><p>Researchers hope Rubin's observations will help them take a better census of the universe, mapping billions of stars in the Milky Way and billions more galaxies beyond it. It takes pictures quickly and will grab images of the same areas of sky multiple times, allowing scientists to glimpse fainter objects that previously eluded detection.</p><p>“We’re going to see large numbers of scientists across the world working with this data set, studying the universe in a way that they haven’t been able to before,” said Phil Marshall, the observatory's deputy director of operations.</p><p>Rubin released its first images last year, including colorful shots of the Trifid and Lagoon nebulas located thousands of light-years from Earth. A light-year is nearly 6 trillion miles (9.7 trillion kilometers).</p><p>Since then, researchers have tuned up the equipment so it's ready to take pictures at the depth and accuracy required for the decade-long survey. The images may help scientists discern how galaxies form and cluster over billions of years, and how the universe came to be.</p><p>Funded by the U.S. National Science Foundation and U.S. Department of Energy, the observatory is named after astronomer Vera Rubin, who offered the first tantalizing evidence that a mysterious material called dark matter might be lurking in the universe. Researchers hope the effort may yield clues about dark matter as well as an equally puzzling force known as dark energy.</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/MPFENVTAQJ2QDIR2D6DXAQ7AWM.jpg?auth=3199ee5058165682e6ceae632da33f8fa3adcbd2a9742f6f5a455417c732705c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by NOIRLab shows stars in the constellation Lupus, as captured by the Vera C. Rubin Observatory. (NSF–DOE Vera C. Rubin Observatory/NOIRLab/SLAC/AURA via AP)]]></media:description></media:content></item><item><title><![CDATA[MDSO: Acusan a hombre por más de 20 cargos tras investigación por robo en Kendall Dodge; buscan a segundo sospechoso ]]></title><link>https://www.local10.com/espanol/2026/06/30/mdso-acusan-a-hombre-por-mas-de-20-cargos-tras-investigacion-por-robo-en-kendall-dodge-buscan-a-segundo-sospechoso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/mdso-acusan-a-hombre-por-mas-de-20-cargos-tras-investigacion-por-robo-en-kendall-dodge-buscan-a-segundo-sospechoso/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de Homestead enfrenta cargos por delitos graves después de que investigadores informaran que presuntamente participó en dos series de robos de vehículos en un concesionario de Miami-Dade,]]></description><pubDate>Tue, 30 Jun 2026 15:00:46 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Homestead enfrenta más de 20 cargos por delitos graves después de que los investigadores informaran que presuntamente participó en dos series de robos de vehículos en un concesionario de Miami-Dade, donde sustrajo costosos sistemas de infoentretenimiento y causó miles de dólares en daños.</p><p>Según dos informes de arresto de la Oficina del Sheriff de Miami-Dade (MDSO), Josmanny Alexis Valdez, de 25 años, fue arrestado el lunes en relación con investigaciones separadas por robos en Kendall Dodge, ubicado en el 13355 de Southwest 137th Ave.</p><p>Las autoridades informaron que la primera investigación comenzó después de que agentes respondieran al concesionario el 15 de mayo tras recibir reportes de múltiples robos de vehículos.</p><p>Según un informe de arresto, el gerente de servicio del concesionario descubrió que habían robado sistemas de infoentretenimiento de camionetas Dodge Ram estacionadas en un lote cercado de vehículos usados donde se almacenaban automóviles de clientes mientras esperaban servicio.</p><p>Los investigadores dijeron que Valdez y un segundo sospechoso, Celestino Ayala Jr., de 25 años, “cortaron una abertura en la cerca de malla metálica” antes de ingresar al lote y seleccionar camionetas Dodge Ram de los modelos 2019 al 2026.</p><p>Según el informe, ambos retiraron los sistemas de infoentretenimiento de las camionetas desocupadas y “cortaron el arnés de cableado” que conecta la pantalla con cada vehículo, “dejando el vehículo con daños permanentes”.</p><p>El informe indica que fueron robados 18 sistemas de infoentretenimiento de camionetas Dodge Ram pertenecientes a 14 víctimas diferentes. Los investigadores estimaron que cada sistema tenía un valor aproximado de $5,314 USD, mientras que los daños a cada vehículo ascendían a unos $1,087 USD.</p><p>Posteriormente, los detectives revisaron Facebook Marketplace y encontraron varios sistemas de infoentretenimiento para Dodge Ram publicados a la venta, según el informe.</p><p>Los investigadores dijeron que los anuncios aparecían en perfiles con los nombres “Gio Valdez”, “Josmanny Valdes” y “Laylowjr Ayala”, todos con las mismas fotografías.</p><p>El informe señala que los detectives pudieron confirmar que uno de los sistemas anunciados en internet había sido robado durante uno de los robos en Kendall Dodge.</p><p>Según el informe, los detectives realizaron una “operación de compra y arresto” el 28 de mayo después de que un detective encubierto acordara comprar dos de los sistemas robados por $500 USD.</p><p>Los investigadores dijeron que equipos de vigilancia observaron cómo los sospechosos sacaban los sistemas de una camioneta Ford azul antes de conducir hasta Dolphin Mall para completar la transacción.</p><p>Indicaron que una orden de registro ejecutada posteriormente en la camioneta permitió encontrar pantallas y módulos de radio adicionales de Dodge que fueron confirmados como robados del concesionario.</p><p>El informe de arresto también señala que los investigadores reunieron videos de vigilancia y otras pruebas que demostraban que los sospechosos “estuvieron en el área del concesionario Dodge en múltiples fechas”.</p><p>En el primer caso, Valdez enfrenta cinco cargos por robo en vehículo ocupado, cinco cargos por hurto mayor de más de $3,000 USD actuando junto a otras personas y cinco cargos por daños criminales que superan los $1,000 USD, además de un cargo por robo en una estructura ocupada, según los registros de la cárcel.</p><p>Un segundo informe de arresto presentado en la investigación vincula a Valdez con robos adicionales de vehículos pertenecientes a Rocco’s Custom y Kendall Dodge.</p><p>Según ese informe, los investigadores nuevamente alegan que Valdez y Ayala ingresaron al lote cercado del concesionario tras cortar la cerca de malla metálica y luego retiraron sistemas de infoentretenimiento de camionetas Dodge Ram.</p><p>Los detectives dijeron que el segundo caso surgió de la misma investigación más amplia que incluyó las publicaciones en Facebook Marketplace, la operación encubierta y la recuperación de la propiedad robada.</p><p>En el segundo caso, Valdez enfrenta dos cargos por robo en vehículo desocupado, dos cargos por hurto mayor de más de $3,000 USD actuando junto a otras personas y dos cargos por daños criminales, según los registros de la cárcel.</p><p>Hasta el martes, Valdez permanecía detenido en el Centro Correccional Turner Guilford Knight con una fianza de $168,000 USD. Los registros judiciales también muestran que varios de sus casos por delitos graves tienen una retención Nebbia, lo que significa que deberá demostrar que el dinero utilizado para pagar la fianza proviene de una fuente legítima antes de poder ser liberado.</p><p>Las autoridades informaron que Ayala continúa prófugo.</p><p>Cualquier persona con información sobre el caso o el paradero de Ayala debe comunicarse con Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V6FLQLXJS5HE5I2NATH3L3BC4I.jpg?auth=ec1f41ce03a42ac653652d49589a223332e85c687045b2da15f36e1ebdf74b7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Family of 4 displaced after fire erupts at Miami home]]></title><link>https://www.local10.com/news/local/2026/06/30/fire-erupts-at-miami-home-nearby-roadways-shut/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/fire-erupts-at-miami-home-nearby-roadways-shut/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A fire erupted Tuesday morning at a home in Miami, first responders confirmed to Local 10 News.]]></description><pubDate>Tue, 30 Jun 2026 14:26:08 +0000</pubDate><content:encoded><![CDATA[<p>A fire erupted Tuesday morning at a home in Miami, first responders confirmed to Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/06/30/se-registra-incendio-en-vivienda-de-miami-cierran-carretera-cercana/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/se-registra-incendio-en-vivienda-de-miami-cierran-carretera-cercana/">Leer en español</a></p><p>According to City of Miami Fire-Rescue Lt. Pete Sanchez, the fire was reported at 9:43 a.m. at a single-story home in the area of Northwest 67<sup>th</sup> Court and Second Street.</p><p>Sky 10 was above the scene just after 10:15 a.m. It appeared that there was smoke damage to an efficiency in the rear of the home.</p><p>Sanchez confirmed that the fire started outside and extended to the property.</p><p>He said firefighters quickly extinguished the flames and searched the home for anyone who might have still been inside.</p><p>“The fire was mainly contained to the exterior wall of the home, but some fire extended into the ceiling and bathroom,” Sanchez said in an email to Local 10 News.</p><p>No injuries were reported, but Sanchez said a family of four -- two adults and two children -- have been displaced. </p><p>The American Red Cross is assisting them. </p><p>Miami police confirmed that West Flagler Street was temporarily shut down between 67<sup>th</sup> and 68<sup>th</sup> avenues due to the fire.</p><p>Sanchez said the Miami Fire Investigation Unit will determine the origin and cause of the fire.</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[Raw sewage in kitchen, live roaches found and P.F. Chang’s makes the Dirty Dining list]]></title><link>https://www.local10.com/food/dirty-dining/2026/06/30/raw-sewage-in-kitchen-live-roaches-found-and-pf-changs-makes-the-dirty-dining-list/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/06/30/raw-sewage-in-kitchen-live-roaches-found-and-pf-changs-makes-the-dirty-dining-list/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Six South Florida restaurants landed on this week’s Dirty Dining list after state inspectors ordered them temporarily closed for serious health violations. ]]></description><pubDate>Tue, 30 Jun 2026 13:14:17 +0000</pubDate><content:encoded><![CDATA[<p>Six South Florida restaurants landed on this week’s Dirty Dining list after state inspectors ordered them temporarily closed for serious health violations. </p><p><a href="https://www.local10.com/espanol/2026/06/30/aguas-residuales-en-cocina-cucarachas-vivas-y-pf-changs-entra-en-la-lista-de-dirty-dining/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/aguas-residuales-en-cocina-cucarachas-vivas-y-pf-changs-entra-en-la-lista-de-dirty-dining/">Leer en español</a></p><p>Among them were Conch Heaven in northwest Miami-Dade, where inspectors reported live roaches, dozens of flies and mold-like buildup inside an ice machine.</p><p>The Villa Caribbean Shoppes in Miami Gardens, cited for a live roach, numerous flies and more than 100 dead flies inside an insect control device.</p><p>Chong’s Chinese Restaurant in Miami, where inspectors found temperature-abused food that was ordered thrown away after refrigeration problems.</p><p>Beijing Garden in Miami, where inspectors documented raw sewage backing up into the kitchen, a dead fly on food and other sanitation issues.</p><p>P.F. Chang’s in Fort Lauderdale, where live roaches were found in the kitchen.</p><p>Lona Cocina Tequileria in Fort Lauderdale, where inspectors reported live roaches behind and inside kitchen equipment. </p><p>All of the restaurants were allowed to re-open following an ordered cleanup and a successful re-inspection by state inspectors.</p><p><b>**CONCH HEAVEN</b></p><p><b>11275 NW 27TH AVE</b></p><p><b>NW MIAMI-DADE (WESTVIEW)</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 6/19</b></p><p><b>14 VIOLATIONS FOUND</b></p><figure><img src="https://www.local10.com/resizer/v2/RIEGSF5XFFBUJOKO7C3GBVHMEM.jpg?auth=04c8f113dfdaee394a62434cf6f109b61d61c0610fec27dd83f76b1f13b7c520&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“Roach activity present as evidenced by live roaches found. Observed 4 live roaches under the preparation table in kitchen area. Observed 2 live roaches on the floor by triple sink. 12 live roaches under a box by shelf with clean pots and pans in kitchen area.”</p><p>“Live, small flying insects found observed approximately 20 live flies in dry storage area by walk in cooler.”</p><p>“Accumulation of black/green mold-like substance in the interior of the ice machine/bin. Repeat Violation.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Grease on A/C vents.”</p><figure><img src="https://www.local10.com/resizer/v2/NREYPRGMSVDD3H2BJJCBNRKHI4.jpg?auth=8ba7be9cd4b4baf3c506335e177b42623703a4f337e291256f8e3fb5abf864dd&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>**THE VILLA</b></p><p><b>CARIBBEAN SHOPPES</b></p><p><b>19501 NW 2ND AVE.</b></p><p><b>MIAMI GARDENS</b></p><p><b>ORDERED SHUT 6/24</b></p><p><b>22 VIOLATIONS FOUND</b></p><p><b>ALSO ORDERED SHUT 10/13/25 (FLY AND ROACH ISSUE)</b></p><p>“Roach activity present as evidenced by live roaches found. Observed 1 live roach on top of reach in freezer in kitchen area.”</p><p>“Accumulation of dead or trapped birds, insects, rodents, or other pests, in control devices. Observed 100+ dead flies in bug zapper on top of reach in freezer inside if kitchen area.”</p><p>“Live, small flying insects found. Observed 11 live flies on wall and prep table where juice are made. Observed 10 live flies in kitchen area where onions are being prepared, landing on cases of food and table. Observed 10 live flies inside of pot where limes were used for juice on table in kitchen area.”</p><p>“Insect control device installed over food preparation area. Observed zapper on top of reach in freezer.”</p><p>“Floor area(s) covered with standing water. Observed in walk in and kitchen. Repeat Violation.”</p><p><b>**CHONG’S CHINESE RESTAURANT</b></p><p><b>1164 WEST FLAGLER ST.</b></p><p><b>MIAMI</b></p><p><b>ORDERED SHUT 6/23</b></p><p><b>25 VIOLATIONS FOUND</b></p><p>“Dead roaches on premises. Observed 3 dead roaches. One in the floor of the kitchen and 2 inside storage cabinets by the bathroom area. Repeat Violation.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed wall soiled with accumulated grease throughout the kitchen area.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Observed dumplings (44 F - Cold Holding); sprouts (58 F - Cold Holding) shrimp (73 F - Cold Holding); sprouts (68 F - Cold Holding); shell eggs (72 F - Cold Holding); chicken (57 F - Cold Holding); beef (63 F - Cold Holding); pork (58 F - Cold Holding); noodles (55 F - Cold Holding); shrimp (55 F - Cold Holding); cabbage (62 F - Cold Holding) pasta (56 F - Cold Holding); shrimp (57 F - Cold Holding); sprouts (59 F - Cold Holding); ham (46 F - Cold Holding) . All foods were stored inside reach in coolers at the cook line and inside the walk in cooler. As per employee foods have been out of temperature for more than 4 hours.”</p><p>“Inadequate number/capacity of cold holding units to maintain time/temperature control for safety food at proper temperatures. Observed both reach in coolers at the cook line and the walk in cooler are not working properly.”</p><p><b>**BEIJING GARDEN</b></p><p><b>832 WEST FLAGLER ST.</b></p><p><b>MIAMI</b></p><p><b>ORDERED SHUT 6/23</b></p><p><b>27 VIOLATIONS FOUND</b></p><p>“Stop Sale issued due to food not being in a wholesome, sound condition. Observed a dead fly on pork ribs in preparation area.”</p><p>“Objectionable odors in dining area.”</p><p>“Sewage/wastewater backing up through floor drains. Observed under the 3 compartment sink/kitchen area.”</p><p>“Raw sewage on ground of establishment. Observed dirty water is not draining away and there is a huge amount of dirty water on the floor.”</p><p>“Improper sewage disposal at floor drains in kitchen and/or food preparation area.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Observed ceiling tiles at dining area and all around kitchen soiled. Repeat Violation.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed shelves soiled with food debris and grease at kitchen area. Repeat Violation.”</p><p>“Food stored on floor. Observed plastic bucket with salt stored on the floor in the kitchen. Repeat Violation.”</p><p>“Time/temperature control for safety food, other than whole meat roast, hot held at less than 135 degrees Fahrenheit. Observed rice (71 F - Hot Holding) on preparation area in the kitchen. As per operator less than 1 hour. Repeat Violation.”</p><p><b>**P.F. CHANG’S</b></p><p><b>THE GALLERIA </b></p><p><b>2418 EAST SUNRISE BLVD.</b></p><p><b>FORT LAUDERDALE </b></p><p><b>ORDERED SHUT 6/23</b></p><p><b>5 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Approximately 5 live roaches found under the dish machine in the dish area 1 live roach found on a water line next to the fryer on the cook line. The one roach was exterminated and the area cleaned and sanitized.”</p><p>“Floor soiled/has accumulation of debris. Under the dishwasher/triple sink station table, food debris is built up between the wall and equipment.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. At the bar, the first soda gun nozzle was soiled.”</p><p>“Floor area(s) covered with standing water. At the cook line under the wok station and under the triple sink. The water was removed.”</p><p><b>**LONA COCINA TEQUILERIA</b></p><p><b>WESTIN FORT LAUDERDALE BEACH RESORT</b></p><p><b>321 NORTH FORT LAUDERDALE BEACH BLVD.</b></p><p><b>FORT LAUDERDALE </b></p><p><b>ORDERED SHUT 6/22</b></p><p><b>4 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. 3 live roaches found behind the double stacked oven in the prep kitchen. Approximately 15 live roaches found inside of a nonfunctioning oven used to store towels and extra pans on the cook line.”</p><p>“Floor soiled/has accumulation of food debris behind the prep area cooking equipment.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W4UMN7P6HNFHZAH5C46GNQXHMI.jpg?auth=3066c25f00a92281b9439446e2879803ee1cfc0c32241f6153bad66aed61d8d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Aid workers warn of infectious diseases, overwhelmed hospitals after Venezuela quakes]]></title><link>https://www.local10.com/news/world/2026/06/30/aid-workers-warn-of-infectious-diseases-overwhelmed-hospitals-after-venezuela-quakes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/aid-workers-warn-of-infectious-diseases-overwhelmed-hospitals-after-venezuela-quakes/</guid><dc:creator><![CDATA[By JUAN PABLO ARRÁEZ and ISABEL DEBRE, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Aid groups warned Tuesday that Venezuela's fragile healthcare system is being pushed to its limits nearly a week after two powerful earthquakes, with damaged and understaffed hospitals overwhelmed by the injured and deteriorating conditions in the disaster zone causing infectious diseases to spread.]]></description><pubDate>Tue, 30 Jun 2026 17:10:19 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Aid groups warned Tuesday that Venezuela's fragile healthcare system is being pushed to its limits nearly a week after two powerful earthquakes, with damaged and understaffed hospitals overwhelmed by the injured and deteriorating conditions in the disaster zone causing infectious diseases to spread.</p><p>The scores of international and domestic teams across Venezuela remain focused on the search for survivors, with the government death toll surpassing 1,700 and new bodies still being hauled out from the rubble.</p><p>But a humanitarian crisis is already unfolding among the living. United Nations agencies expressed concern about the health effects of thousands of displaced people sleeping for days in the open or in crowded, unsanitary shelters.</p><p>Venezuelan officials say that more than 15,800 people have been affected by the earthquakes — a figure that reflects the official number of displaced people, U.N. refugee agency spokesperson Carlotta Wolf said on Tuesday. Suddenly homeless Venezuelans are sleeping in cars, parks and elsewhere without adequate emergency shelter available.</p><p>Wolf said that number would continue to rise. Many of those displaced in the hardest-hit state of La Guaira are suffering from widespread food shortages, she said.</p><p>At a media briefing in Geneva on Tuesday, World Health Organization spokesperson Christian Lindmeier warned that displaced Venezuelans without access to toilets, showers, soap or much nourishing food have become increasingly vulnerable to the outbreak of preventable diseases like measles, given the population's low vaccination rates. Conditions are ripe for waterborne infections like dengue, yellow fever and malaria to spread.</p><p>The Venezuelan healthcare system, strained by decades of underinvestment and years of economic crisis is “under extreme pressure now, with facilities operating beyond the capacity of the surge of the trauma cases,” Lindmeier said.</p><p>According to the government, last week's earthquakes damaged or otherwise compromised 38 hospitals nationwide. WHO said it so far has evaluated 21 of those facilities, three of which are no longer operating. Another six have sustained damage and the rest are now buckling under the influx of injuries.</p><p>Many specialist doctors are missing in the ruins, including officials in charge of maternity care in La Guaira, WHO said, compounding the challenges to health care in a country that 8 million people, including many doctors and nurses, have fled in recent years.</p><p>“Findings reveal chaotic service delivery and patient flow, marked by overcrowding, growing surgical backlogs ... and a breakdown in biosafety measures,” Lindmeier said. He added that “the collapse of forensic and morgue services and inadequate casualty registration" has made it difficult to gauge the scope of the disaster.</p><p>Venezuela's government, which has long retained control over access to information, offers daily casualty updates. Jorge Rodríguez, the president of the National Assembly, announced Monday that the official toll stood at 1,719 people killed and 5,000 injured, and warned the public against sharing information that contradicted authorities.</p><p>Experts say the official toll is likely a significant undercount, as many more people remain missing and hopes for finding survivors diminish with each passing day.</p><p>NASA estimates that nearly 59,000 buildings have been damaged or destroyed by the earthquakes, which would put the number of people affected by the quakes in the hundreds of thousands. The U.N. children's agency, UNICEF, on Tuesday said 680,000 children are in need of humanitarian assistance nationwide.</p><p>Authorities have not offered an official count of missing people, leading many Venezuelans to turn to nongovernmental digital databases to report their loved ones as missing. One such registry listed at least 43,220 people as missing.</p><p>___</p><p>DeBre reported from Buenos Aires, Argentina.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PWSCJVW2J5QNAA2Q5E7DCIHSLA.jpg?auth=6bbf0d9ddfc71204c0866fc5827a0199abbac5fa1b738412ebaeee0a69f0c2b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People reach out to receive supplies from volunteers, days after an earthquake struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SEO4MCVD4AZPF63H2PJACCUK2Y.jpg?auth=b561bb85b5441a3ef7f5c084497b02b401532790521619b3463e1d62d7cfd5fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers search through the rubble of buildings that collapsed in the earthquakes in La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BPNWT6XZJMJITMRUFXCCPZIQQQ.jpg?auth=c59704d2533a741287c827f8a7609cf49f795cd949a2a3d628c4b0272b9e8f43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ogleisys Cisneros holds her son, Santiago Medina, while waiting in line for government humanitarian aid, days after an earthquake struck in La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A4HPAWZBRFW33Z2XV3MRG2WLKQ.jpg?auth=f729b02c8c4b479d5ee301007c2244e5d2180bc587e974469e390b0c389189ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People affected by the earthquake line up for food in La Guaira, Venezuela, Saturday, June 27, 2026.(AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ST3YS6KP4KB7KDTATFWG6ACP5E.jpg?auth=616503d3f499f8777bb61f6414a36c76c22eed25fcf7d84d06263af5fa68a2a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Resident Kerli Faria takes a break amid the rubble while searching for her nephews at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Supreme Court upholds birthright citizenship, rejecting Trump’s proposed limits]]></title><link>https://www.local10.com/news/2026/06/30/supreme-court-upholds-birthright-citizenship-rejecting-trumps-proposed-limits/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/30/supreme-court-upholds-birthright-citizenship-rejecting-trumps-proposed-limits/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A divided Supreme Court on Tuesday upheld a broad conception of birthright citizenship, rejecting President Donald Trump’s executive order declaring that children born to people who are in the United States illegally or temporarily are not American citizens.]]></description><pubDate>Tue, 30 Jun 2026 17:11:11 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A divided Supreme Court on Tuesday upheld a broad conception of birthright citizenship, rejecting President Donald Trump’s executive order declaring that children born to people who are in the United States illegally or temporarily are not American citizens.</p><p>By a 6-3 vote, the court struck down Trump’s order. A bare majority of five justices, in an opinion written by Chief Justice John Roberts, held that the long-settled understanding of the 14th Amendment, adopted after the Civil War, makes a citizen of anyone born in the country, with very limited exceptions,</p><p>“Citizenship, then and now, was the right to have rights—to freely participate in our political community. The Framers of the Fourteenth Amendment extended that promise to ‘every free-born person in this land,’” Chief Justice John Roberts wrote for the court, citing congressional debate over the amendment, “We keep that promise today.”</p><p>A sixth justice, Brett Kavanaugh, disagreed about the constitutional ruling, but pointed to a federal law that he said broadly conveys birthright citizenship.</p><p>Justices Samuel Alito, Neil Gorsuch and Clarence Thomas would have upheld Trump’s proposed restrictions.</p><p>“The Court today takes the extraordinary step of holding facially unconstitutional the President’s Order excluding from citizenship the children of foreign temporary visitors and illegal aliens,” Justice Clarence Thomas wrote in a 91-page dissent, more than three times as long as Roberts' opinion. “In doing so, the Court adds to the sad history of the Fourteenth Amendment, which was designed and understood to secure equal rights for the freed blacks but has instead been repurposed for political projects that the Reconstruction Congress did not support.”</p><p>The Republican president's restrictions had been blocked by several lower courts and had not taken effect anywhere in the U.S.</p><p>Trump said the decision was “too bad for our Country” and wrongly suggested that Congress could “easily” address it with legislation. The majority decision rests on constitutional grounds. It would take an amendment to overcome the decision.</p><p>During arguments in April, both conservative and liberal justices questioned the order’s legality in a momentous case that was magnified by Trump’s unprecedented attendance in the courtroom.</p><p>The case framed another test of Trump’s assertions of executive power that defy long-standing precedent for a court with a conservative majority and a robust view of presidential power that has largely ruled in his favor. In the notable exceptions when the court has not, Trump has responded with starkly personal criticisms of the justices.</p><p>The justices ruled on Trump’s appeal of a lower-court ruling from New Hampshire that struck down the citizenship restrictions.</p><p>The birthright citizenship order, which Trump signed on the first day of his second term, is part of his administration’s broad immigration crackdown.</p><p>Birthright citizenship was the first Trump immigration-related policy to reach the court for a final ruling. The justices previously struck down global tariffs Trump had imposed under an emergency powers law that had never been used that way.</p><p>Trump reacted furiously to the late February tariffs decision, saying he was ashamed of the justices who ruled against him and calling them unpatriotic.</p><p>He also seemed to recognize the court was likely to rule against him on birthright citizenship, too, using his Truth Social platform to criticize “dumb judges and justices” and wealthy pregnant women from China and elsewhere who come to the U.S. to give birth so their newborns will have American citizenship.</p><p>Trump’s order would have upended widely held views that the 14th Amendment confers citizenship on everyone born in the U.S., excluding only the children of foreign diplomats and those born to a foreign occupying force.</p><p>The amendment was intended to ensure that Black people, including former slaves, had citizenship, though the Citizenship Clause is written more broadly. “All persons born or naturalized in the United States, and subject to the jurisdiction thereof, are citizens of the United States and of the State wherein they reside,” it reads.</p><p>In a series of decisions, lower courts have struck down Trump's executive order as illegal. The decisions have invoked the high court’s 1898 ruling in Wong Kim Ark, which held that the U.S.-born child of Chinese nationals was a citizen.</p><p>Roberts, joined by Justice Amy Coney Barrett and the three liberal justices, said the amendment's language, the historical context and the 1898 case make clear that children born to parents illegally or temporarily in the U.S. “are citizens at birth.”</p><p>But there was only a bare majority of five justices on the constitutional question.</p><p>Kavanaugh sided with the majority because of a federal law that makes those children citizens. But he joined the dissenters in finding that Trump's order does not violate the Constitution. His view would enable a future Congress to change the law to restrict birthright citizenship.</p><p>The Trump administration had argued that the common view of citizenship is wrong, asserting that children of noncitizens are not “subject to the jurisdiction” of the United States and therefore are not entitled to citizenship.</p><p>More than one-quarter of a million babies born in the U.S. each year would have been affected by the executive order, according to research by the Migration Policy Institute and Pennsylvania State University’s Population Research Institute.</p><p>While Trump has largely focused on illegal immigration in his rhetoric and actions, the birthright citizenship restrictions also would have applied to people who are legally in the United States, including students and applicants for green cards, or permanent resident status.</p><p>___</p><p>Follow the AP’s coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MY3I65ZGJPLLIIMC4ABISEG27Y.jpg?auth=0bd022d53e498991fe270747986f4ab496fa41d09761f383ae12a87b25fb7d0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Supreme Court is seen Monday, June 29, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Body camera footage from arrest of NFL star James Pierce Jr. released]]></title><link>https://www.local10.com/news/local/2026/06/29/body-camera-footage-from-arrest-of-nfl-star-james-pierce-jr-released/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/body-camera-footage-from-arrest-of-nfl-star-james-pierce-jr-released/</guid><dc:creator><![CDATA[Nicole Perez, Amanda Batchelor]]></dc:creator><description><![CDATA[The Doral Police Department has released body camera video from the February arrest of Atlanta Falcons linebacker James Pearce junior.]]></description><pubDate>Tue, 30 Jun 2026 01:33:14 +0000</pubDate><content:encoded><![CDATA[<p>The Doral Police Department has released body camera video from <a href="https://www.local10.com/news/local/2026/04/23/report-falcons-james-pearce-jr-to-enter-intervention-program-following-arrest-in-doral/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/04/23/report-falcons-james-pearce-jr-to-enter-intervention-program-following-arrest-in-doral/">the February arrest of Atlanta Falcons linebacker James Pearce Jr</a>.</p><p><a href="https://www.local10.com/espanol/2026/06/29/difunden-video-del-arresto-del-jugador-de-la-nfl-james-pearce-jr/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/29/difunden-video-del-arresto-del-jugador-de-la-nfl-james-pearce-jr/">Leer en español</a></p><p>Police say Pearce, 22, repeatedly resisted their orders before taking off, allegedly leading officers on a chase that ended when he crashed his vehicle.</p><p>Pearce was arrested in February following a domestic dispute with WNBA star Rickea Jackson, according to authorities.</p><p>He was charged with three felonies -- aggravated battery with a deadly weapon, fleeing and eluding police and resisting an officer with violence. A fourth charge of stalking was brought as a misdemeanor and an additional charge of aggravated battery of an officer was dropped.</p><p>According to Doral police, Jackson told authorities she attempted to drive away from Pearce on Feb. 7, and was driving toward the Doral police station to seek help when Pearce&nbsp;<a href="https://www.local10.com/news/local/2026/02/09/nfls-james-pearce-jr-crashed-into-wnba-stars-car-twice-as-he-stalked-her-after-breakup-police/" rel="" title="https://www.local10.com/news/local/2026/02/09/nfls-james-pearce-jr-crashed-into-wnba-stars-car-twice-as-he-stalked-her-after-breakup-police/">“intentionally collided into the rear of her vehicle with his SUV”</a>&nbsp;before police arrived.</p><p>Pearce allegedly refused an initial order from police to “get on the floor,” according to details of the arrest in an affidavit. The police report said Pearce then drove away and hit a police officer’s left knee with his vehicle “intentionally in an attempt to evade arrest.”</p><p>According to police, Pearce wrecked his vehicle and then ran off before being apprehended following a “short struggle.”</p><p>Jackson, 24, is two years into her WNBA career. She has said she and Pearce began dating when they were at the University of Tennessee together.</p><p>Pearce&nbsp;<a href="https://apnews.com/article/nfl-draft-falcons-9a463efc6469fed7694e960565cd2e44" rel="">was the No. 26 pick</a>&nbsp;in the NFL draft last year. He had 10 1/2 sacks and his 45 quarterback pressures set a Falcons rookie record.</p><p>Pearce has since agreed to enter a six-month intervention program to avoid taking the case to trial.</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 cámara corporal del arresto de la estrella de la NFL James Pierce Jr. ]]></title><link>https://www.local10.com/espanol/2026/06/29/difunden-video-del-arresto-del-jugador-de-la-nfl-james-pearce-jr/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/29/difunden-video-del-arresto-del-jugador-de-la-nfl-james-pearce-jr/</guid><dc:creator><![CDATA[Nicole Perez, Amanda Batchelor]]></dc:creator><description><![CDATA[La policía de Doral publicó el video de cámara corporal que muestra el arresto en febrero del linebacker James Pearce Jr., quien huyó de los oficiales tras una disputa con la jugadora de la WNBA Rickea Jackson y terminó estrellando su auto.]]></description><pubDate>Tue, 30 Jun 2026 02:49:13 +0000</pubDate><content:encoded><![CDATA[<p>El Departamento de Policía de Doral difundió el video de cámara corporal del <a href="https://www.local10.com/news/local/2026/04/23/report-falcons-james-pearce-jr-to-enter-intervention-program-following-arrest-in-doral/" rel="">arresto en febrero del linebacker de los Atlanta Falcons James Pearce Jr</a>.</p><p>La policía señala que Pearce desobedeció repetidamente sus órdenes antes de huir, lo que supuestamente desencadenó una persecución que terminó cuando estrelló su vehículo.</p><p>Pearce fue arrestado en febrero tras una disputa doméstica con la estrella de la WNBA Rickea Jackson, según las autoridades.</p><p>Fue acusado de tres delitos graves: agresión agravada con un arma mortal, huir para evadir a la Policía y resistirse con violencia a un agente. Un cuarto cargo, por acoso, fue presentado como delito menor y un cargo adicional por agresión agravada contra un agente fue retirado.</p><p>Según la Policía de Doral, Jackson dijo a las autoridades que intentó alejarse de Pearce el 7 de febrero y que conducía hacia la estación de Policía de Doral para buscar ayuda cuando Pearce <a href="https://www.local10.com/espanol/2026/02/09/james-pearce-jr-choco-dos-veces-contra-auto-de-exnovia-de-la-wnba-durante-persecucion-en-doral/" target="_self" rel="" title="https://www.local10.com/espanol/2026/02/09/james-pearce-jr-choco-dos-veces-contra-auto-de-exnovia-de-la-wnba-durante-persecucion-en-doral/">“colisionó intencionalmente la parte trasera de su vehículo con su SUV”</a> antes de que llegaran los agentes.</p><p>Según los detalles del arresto incluidos en una declaración jurada, Pearce presuntamente se negó a una orden inicial de la Policía para “tirarse al suelo”. El informe policial indica que luego huyó en su vehículo y golpeó intencionalmente la rodilla izquierda de un agente “en un intento de evadir el arresto”.</p><p>Según la Policía, Pearce chocó su vehículo y luego huyó a pie antes de ser detenido tras un “breve forcejeo”.</p><p>Jackson, de 24 años, cursa su segunda temporada en la WNBA. Ha dicho que ella y Pearce comenzaron a salir cuando ambos estudiaban en la Universidad de Tennessee.</p><p>Pearce <a href="https://apnews.com/article/nfl-draft-falcons-9a463efc6469fed7694e960565cd2e44" target="_self" rel="" title="https://apnews.com/article/nfl-draft-falcons-9a463efc6469fed7694e960565cd2e44">fue la selección número 26 </a>del Draft de la NFL el año pasado. Registró 10.5 capturas de mariscal de campo y sus 45 presiones al quarterback establecieron un récord para un novato de los Falcons.</p><p>Pearce ha aceptado desde entonces ingresar a un programa de intervención de seis meses para evitar que el caso llegue a juicio.</p>]]></content:encoded></item><item><title><![CDATA[Supreme Court strikes down limits on party spending in federal elections, backing Republican appeal]]></title><link>https://www.local10.com/news/politics/2026/06/30/supreme-court-strikes-down-limits-on-party-spending-in-federal-elections-backing-republican-appeal/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/supreme-court-strikes-down-limits-on-party-spending-in-federal-elections-backing-republican-appeal/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court on Tuesday erased limits on how much political parties can spend in coordination with candidates for Congress and president, striking down a federal election law that is more than 50 years old.]]></description><pubDate>Tue, 30 Jun 2026 17:00:01 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Tuesday erased limits on how much political parties can spend in coordination with candidates for Congress and president, striking down a federal election law that is more than 50 years old.</p><p>Prodded by a Republican-led lawsuit that includes Vice President JD Vance, the court's six conservative justices were again in the majority of the latest decision that upended congressionally enacted limits on raising and spending money to influence elections. The court’s 2010 Citizens United decision opened the door to unlimited independent spending in federal elections.</p><p>The limits on party spending stem from a desire to prevent large donors from skirting caps on individual contributions to a candidate by directing unlimited sums to the party, with the understanding that the money will be spent on behalf of the candidate.</p><p>The Supreme Court had previously upheld the limits, in 2001.</p><p>But Justice Brett Kavanaugh, writing for the court, said that decision was wrong and should be overruled. “In short, constitutional text, history and precedent establish that the political-party coordinated-expenditure limits violate the First Amendment,” Kavanaugh wrote.</p><p>Justice Elena Kagan's dissent for the three liberal justices said the court “ushers in untold harm” by enabling parties to funnel large contributions to individual candidates, far in excess of what donors can give those candidates directly.</p><p>The Republican committees for House and Senate candidates filed the lawsuit in Ohio in 2022, joined by Vance, then a senator from Ohio, and then-Rep. Steve Chabot.</p><p>After President Donald Trump took office for his second term, the Federal Election Commission dropped its defense of the law and joined with Republicans in urging that it be overturned.</p><p>Democrats had called on the court to uphold the law, even though there is wide agreement that the spending limits have hurt political parties in an era of unlimited spending by other organizations.</p><p>Last year, the coordinated party spending for Senate races ranged from $127,200 in several states with small populations to nearly $4 million in California, the most populous state. For House races, the limits were $127,200 in states with only one representative and $63,600 everywhere else.</p><p>Entrenched divisions between liberal and conservative justices over campaign finance restrictions were on display when the court heard arguments in December.</p><p>“Every time we interfere with the congressional design, we make matters worse,” said Justice Sonia Sotomayor, a dissenter in Citizens United and the court’s other campaign money cases.</p><p>By contrast, Justice Samuel Alito, a member of the Citizens United majority, described the decision as “much maligned, I think unfairly maligned.” The effect of the decision was to ”level the playing field,” Alito said, by expanding the right to spend freely that had previously belonged only to media companies.</p><p>___</p><p>Follow the AP's coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PK7TP4FYRBGQRALEFGMBZM3GNY.jpg?auth=c4f2cb937d7ed73d331ac974f2107c9d9b6a10f2a696c37057f3ba651f287b2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Supreme Court is seen Monday, June 29, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Development odds dwindling for system off the southeast US]]></title><link>https://www.local10.com/weather/hurricane/2026/06/30/development-odds-dwindling-for-system-off-the-southeast-us/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/30/development-odds-dwindling-for-system-off-the-southeast-us/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[A weak area of low pressure along a stalled front over the western Atlantic, about 400 miles to the southeast of the Carolinas, remains disorganized, and little to no development is expected over the next few days as the system drifts westward toward the southeast U.S.]]></description><pubDate>Tue, 30 Jun 2026 13:44:51 +0000</pubDate><content:encoded><![CDATA[<p>A weak area of low pressure along a stalled front over the western Atlantic, about 400 miles to the southeast of the Carolinas, remains disorganized, and little to no development is expected over the next few days as the system drifts westward toward the southeast U.S.</p><p><a href="https://www.local10.com/espanol/2026/06/30/disminuyen-las-probabilidades-de-desarrollo-de-sistema-frente-al-sureste-de-estados-unidos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/disminuyen-las-probabilidades-de-desarrollo-de-sistema-frente-al-sureste-de-estados-unidos/">Leer en español</a></p><figure><img src="https://www.local10.com/resizer/v2/T4VPHMZ57ZD7BL6UW3VKXXRYBM.PNG?auth=5295e61932857abaa1dcfa0cff499ca10f930a2937081a07e8476a9f7690636f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>While the National Hurricane Center was maintaining 10% development odds as of Tuesday morning, most of our reliable forecast guidance – including Google’s DeepMind machine learning-based 1,000-member ensemble system – have dropped the chances of development entirely.</p><p>As we’ve discussed in previous newsletters, the low-pressure area is embedded within a front, which is also a natural zone for wind shear, an impediment for tropical development. Additionally, abundant dry air surrounding the low-pressure system isn’t allowing for sustained thunderstorm activity that might otherwise eat away at the nearby wind shear.</p><p>The development zone is straddling an area of warmer waters, but cooler waters lurking to its northeast are counteracting the warmer Gulf Stream waters to its west.</p><figure><img src="https://www.local10.com/resizer/v2/VMFQCTZPINGXTA2QPOBFNFP6IQ.png?auth=75af1bff74bb0fc5cd250493fccd6701ef635cb6ec54f392a0870480d86de9b1&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><figure><img src="https://www.local10.com/resizer/v2/55A7ULWRI5H6ZOOCZRYISBDHYQ.png?auth=629866e78da9db6a1820d512105b77bbb7560610e784ecef3bb99fff9ad366f7&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>In general, the environment is not conducive to the low-pressure system fending off the hostile influence of the non-tropical air in the frontal zone, and overall conditions this week won’t support development.</p><p>The low-pressure system will get trapped under the high-pressure heat dome centered over the Ohio Valley this week, which will nudge it slowly back toward the southeastern U.S. and in the direction of coastal Georgia and South Carolina from late Thursday into Saturday.</p><figure><img src="https://www.local10.com/resizer/v2/GLYGLKEXCRH7VIFJNJXEW2RSCI.PNG?auth=f0104e23001d81e74ffedefa47610e9c081fac23ceb012aabace38ba24be92da&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>At that point, however, the combination of increasing wind shear and very dry continental air will wash out the system, and it won’t pose any significant issues for the July 4<sup>th</sup> holiday.</p><p>Elsewhere, the Atlantic should stay dormant for at least the first half of July.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NXPTMPUE2FEDVPQDK4XRQHONJI.png?auth=c4e10e4ae9d70525836b6817d56fbd676876add434cab534f0bc69b79da5220a&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Tuesday morning satellite showing a weak area of low pressure off the southeast U.S. being monitored for possible development. For now, development odds remain low as the system drifts westward this week. Credit: NOAA/CIRA.]]></media:description></media:content></item><item><title><![CDATA[Consumer confidence ticks up as gas prices fall but Americans remain gloomy about the economy]]></title><link>https://www.local10.com/business/2026/06/30/consumer-confidence-ticks-up-as-gas-prices-fall-but-americans-remain-gloomy-about-the-economy/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/consumer-confidence-ticks-up-as-gas-prices-fall-but-americans-remain-gloomy-about-the-economy/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Americans' attitudes toward the economy improved slightly this month as gas prices declined, but their outlook is still mostly negative by historical standards.]]></description><pubDate>Tue, 30 Jun 2026 17:03:59 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Americans' attitudes toward the economy improved slightly this month as gas prices declined, but their outlook is still mostly negative by historical standards.</p><p>The Conference Board said Tuesday that its consumer confidence index rose 0.6 point to 91.2 in June, a figure that is still below its year-ago reading of 95.2. Consumer attitudes worsened after the Iran war caused oil and gas prices to spike, accelerating inflation and causing Americans' inflation-adjusted incomes to decline. Before the pandemic, the index regularly topped 120.</p><p>The report suggests that consumer confidence is recovering only slowly from the hit caused by the Iran war. Even so, Americans have continued to spend despite their dour outlook, which has kept the economy growing even as inflation accelerated. Measures of consumer sentiment have been less predictive of how Americans actually shop since the pandemic.</p><p>“Consumer confidence inched up in June as falling oil prices in recent weeks provided some relief to consumer inflation fears,” Dana Peterson, the Conference Board's chief economists said in a statement. “Consumer appraisals of current business conditions were slightly more positive compared to last month. However, perceptions of the current labor market softened measurably."</p><p>Earlier this month, a government report showed that consumers stepped up their spending in May despite higher gas prices. Analysts expect the steady consumer outlays kept the economy growing at about a 2.5% annual rate in the April-June quarter.</p><p>Falling gas prices may also help boost Americans' outlook in the coming months. On average nationwide, gas prices spiked above $4.50 after the U.S.-Iran conflict began Feb. 28. They have since fallen back to $3.85 a gallon, according to AAA.</p><p>The survey also found that consumers had a dimmer view of hiring and the job market this month. The proportion of Americans who said jobs are “hard to get” rose to 22.5% from 19.8% the previous month, a noticeable increase.</p><p>But on Wednesday the government released a report showing that the number of open jobs remained at a solid 7.6 million in May, indicating that companies are showing more interest in recruiting workers.</p><p>The Labor Department will release its monthly jobs report for June on Thursday, and economists forecast it will show that employers added 100,000 jobs, a solid gain. The unemployment rate is expected to stay at a low 4.3%, according to data provider FactSet.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S5ZBJIJYJ2DSNLEDUQIZBKZ5LM.jpg?auth=95f7691bd9d1e25e16f9c2f7bc15d39ee09fcf0dd01409d83e537e5295b9efb2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A customer shops at a grocery store in Chicago, 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/BAQGNEB4LUGRJIYHWTJ5DDCSAY.jpg?auth=45c99007a77123c862bb7b2c9fcd59650cba63aecc87b5216510dbb657afd014&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sale signs of meat are displayed on a refrigerated case inside a grocery store in Chicago, 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/CGI4DU3FQQHRSIIP5CJYXPK5HU.jpg?auth=f854595993a9d0186c6ac826a8015cb5daf1d4f80634920e37fff084675aafe0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Customers shop at a grocery store in Chicago, 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/KF5I2LWGPE2IHAQOQQAFVXR5SA.jpg?auth=085c16c528ac3a4bd1d7cb267243b5dbc822cb4c99f1148ac4a632de4438d239&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Packages of meat are displayed on a refrigerated case inside a grocery store in Chicago, 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></item><item><title><![CDATA[Disminuyen las probabilidades de desarrollo de sistema frente al sureste de Estados Unidos ]]></title><link>https://www.local10.com/espanol/2026/06/30/disminuyen-las-probabilidades-de-desarrollo-de-sistema-frente-al-sureste-de-estados-unidos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/disminuyen-las-probabilidades-de-desarrollo-de-sistema-frente-al-sureste-de-estados-unidos/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Una débil área de baja presión a lo largo de un frente estacionario sobre el Atlántico occidental, permanece desorganizada y pronóstico de poco o ningún desarrollo durante los próximos días.]]></description><pubDate>Tue, 30 Jun 2026 14:23:14 +0000</pubDate><content:encoded><![CDATA[<p>Una débil área de baja presión a lo largo de un frente estacionario sobre el Atlántico occidental, a unas 400 millas al sureste de las Carolinas, permanece desorganizada y se espera poco o ningún desarrollo durante los próximos días mientras el sistema se desplaza lentamente hacia el oeste en dirección al sureste de Estados Unidos.</p><figure><img src="https://www.local10.com/resizer/v2/T4VPHMZ57ZD7BL6UW3VKXXRYBM.PNG?auth=5295e61932857abaa1dcfa0cff499ca10f930a2937081a07e8476a9f7690636f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Aunque el Centro Nacional de Huracanes (NHC) mantenía una probabilidad de desarrollo del 10% hasta la mañana del martes, la mayoría de nuestros modelos de pronóstico confiables, incluido el sistema de conjunto de 1,000 miembros basado en aprendizaje automático de DeepMind de Google, han reducido por completo las probabilidades de desarrollo.</p><p>Como hemos explicado en boletines anteriores, el área de baja presión está incrustada dentro de un frente, que también es una zona natural de cizalladura del viento, un factor que dificulta el desarrollo tropical. Además, la abundante masa de aire seco que rodea al sistema de baja presión impide que se mantenga una actividad de tormentas eléctricas que, de otro modo, podría debilitar la cizalladura del viento cercana.</p><p>La zona con potencial de desarrollo se encuentra sobre un área de aguas más cálidas, pero las aguas más frías ubicadas al noreste están contrarrestando las aguas más cálidas de la Corriente del Golfo que se encuentran al oeste.</p><figure><img src="https://www.local10.com/resizer/v2/VMFQCTZPINGXTA2QPOBFNFP6IQ.png?auth=75af1bff74bb0fc5cd250493fccd6701ef635cb6ec54f392a0870480d86de9b1&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><figure><img src="https://www.local10.com/resizer/v2/55A7ULWRI5H6ZOOCZRYISBDHYQ.png?auth=629866e78da9db6a1820d512105b77bbb7560610e784ecef3bb99fff9ad366f7&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>En términos generales, el ambiente no es favorable para que el sistema de baja presión pueda resistir la influencia adversa del aire no tropical presente en la zona frontal, y las condiciones durante esta semana no favorecerán su desarrollo.</p><p>El sistema de baja presión quedará atrapado bajo el domo de alta presión que provoca calor intenso y que está centrado sobre el valle de Ohio esta semana, lo que lo empujará lentamente de regreso hacia el sureste de Estados Unidos y en dirección a las costas de Georgia y Carolina del Sur entre finales del jueves y el sábado.</p><figure><img src="https://www.local10.com/resizer/v2/GLYGLKEXCRH7VIFJNJXEW2RSCI.PNG?auth=f0104e23001d81e74ffedefa47610e9c081fac23ceb012aabace38ba24be92da&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Para ese momento, sin embargo, la combinación de una cizalladura del viento cada vez mayor y aire continental muy seco debilitará el sistema, por lo que no representará problemas importantes para el feriado del 4 de julio.</p><p>En otras partes, el Atlántico debería permanecer inactivo al menos durante la primera mitad de julio.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NXPTMPUE2FEDVPQDK4XRQHONJI.png?auth=c4e10e4ae9d70525836b6817d56fbd676876add434cab534f0bc69b79da5220a&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Tuesday morning satellite showing a weak area of low pressure off the southeast U.S. being monitored for possible development. For now, development odds remain low as the system drifts westward this week. Credit: NOAA/CIRA.]]></media:description></media:content></item><item><title><![CDATA[Job openings stayed at a surprisingly strong 7.6 million in May; U.S. labor market proves resilient]]></title><link>https://www.local10.com/business/2026/06/30/job-openings-stayed-at-a-surprisingly-strong-76-million-in-may-us-labor-market-proves-resilient/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/job-openings-stayed-at-a-surprisingly-strong-76-million-in-may-us-labor-market-proves-resilient/</guid><dc:creator><![CDATA[By PAUL WISEMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — U.S. job openings stayed at a surprisingly strong 7.6 million in May as the American labor market remains resilient in the face of the economic shock from the Iran war.]]></description><pubDate>Tue, 30 Jun 2026 14:54:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — U.S. job openings stayed at a surprisingly strong 7.6 million in May as the American labor market remains resilient in the face of the economic shock from the Iran war.</p><p>Forecasters had expected employers to post just 7 million openings in May.</p><p>The job market is sturdy but not exactly booming. Layoffs rose in May, and the number of people quitting their jobs — a sign of confidence in their prospects — ticked up only slightly. That's according to data from the Bureau of Labor Statistics released Tuesday.</p><p>Employers are advertising openings, but they aren't actually doing much hiring. Gross hiring — before counting people who lost or quit their jobs — dipped to 5.17 million in May from 5.26 million in April. When the job market was booming from mid-2021 to mid-2023 after COVID-19 lockdowns, gross monthly hiring regularly topped 6 million.</p><p>“The hiring switch needs to fully turn on for the labor market to feel alive again,” ZipRecruiter economist Nicole Bachaud said in a commentary.</p><p>After the United States and Israel attacked Feb. 28, Iran retaliated by closing the Strait of Hormuz, through which a fifth of the world's oil and natural gas passes. Energy prices soared, squeezing Americans already frustrated by the high cost of living.</p><p>But the American job market has chugged along, continuing to rebound from a miserable 2025. In the first five months of the year, U.S. employers have added an average of nearly 114,000 net jobs a month. That is up from just 9,700 a month in 2025, the weakest hiring outside a recession since 2002.</p><p>High interest rates and President Donald Trump's unpredictable economic policies discouraged employers from making hiring decisions last year. Trump's tax cuts and the fact that the United States is an energy producer have limited the economic damage from the war this year.</p><p>When the Labor Department releases its jobs report for June on Thursday, it is expected to show that companies, nonprofits and government agencies added another 100,000 jobs and that unemployment stayed at a low 4.3%.</p><p>Because of baby boomer retirements and Trump's immigration crackdown, fewer people are competing for work, and the United States doesn't need as many jobs as it used to keep the unemployment rate stable. Economists say the so-called "break-even'' rate of hiring could be as low as zero jobs a month, down from perhaps 150,000 a year or so ago.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6HZOADTXXOB6HVFNIYOFEMNLLY.jpg?auth=6a8e0a83acbc7157207624ac8e71b59a48ea407c76d94638d02478bd4a720f24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A hiring sign is seen outside of a company in Wheeling, Ill., Monday, June 8, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Hallan a un niño muerto dentro de un auto frente a escuela en Plantation]]></title><link>https://www.local10.com/news/local/2026/06/29/hallan-a-un-nino-muerto-dentro-de-un-auto-frente-a-escuela-en-plantation/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/hallan-a-un-nino-muerto-dentro-de-un-auto-frente-a-escuela-en-plantation/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[Un niño fue encontrado sin vida dentro de un vehículo estacionado frente a A World of Discovery Academy en Plantation, y las autoridades aún no han revelado las circunstancias de su muerte.]]></description><pubDate>Tue, 30 Jun 2026 02:38:14 +0000</pubDate><content:encoded><![CDATA[<p>Una investigación de muerte está en curso luego de que un niño fuera encontrado sin vida dentro de un vehículo en el condado de Broward, dijeron autoridades.</p><p>La escena policial estaba ubicada frente a A World of Discovery Academy, en el 7025 de Northwest Fourth Street, en Plantation.</p><p>Según la policía, los primeros en responder llegaron tras recibir reportes de un niño fallecido dentro de un vehículo.</p><p>Al llegar, equipos del Departamento de Bomberos de Plantation localizaron el vehículo y declararon al niño sin vida, dijeron autoridades.</p><p>“Es una situación devastadora para la familia. Supongo que para los padres que traen a sus hijos a esta escuela, cuando llegaron y vieron todo esto, a los agentes, debió ser realmente preocupante”, dijo Viviana Alarcón, quien trabaja cerca del lugar.</p><p>Las autoridades no han confirmado información adicional, incluidas las circunstancias que llevaron a la muerte del menor ni si alguien enfrentará cargos.</p><p>“Nunca había escuchado nada malo sobre esa escuela”, dijo Alarcón. “La verdad es que tiene una buena reputación”.</p>]]></content:encoded></item><item><title><![CDATA[Supreme Court upholds state laws banning transgender girls and women from school athletic teams]]></title><link>https://www.local10.com/sports/2026/06/30/supreme-court-upholds-state-laws-banning-transgender-girls-and-women-from-school-athletic-teams/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/supreme-court-upholds-state-laws-banning-transgender-girls-and-women-from-school-athletic-teams/</guid><dc:creator><![CDATA[By MARK SHERMAN and LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court on Tuesday upheld state laws barring transgender girls and women from playing on school athletic teams, in another setback for transgender people.]]></description><pubDate>Tue, 30 Jun 2026 17:14:19 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Tuesday upheld state laws barring transgender girls and women from playing on school athletic teams, in another setback for transgender people.</p><p>The court’s six-justice conservative majority, which has repeatedly ruled against transgender Americans in the past year, ruled that state bans in Idaho and West Virginia don’t violate the Constitution. The court unanimously agreed that barring transgender girls and women also doesn't run afoul of the federal law known as Title IX, which prohibits sex discrimination in education.</p><p>Justice Brett Kavanaugh wrote for the court that, “states may maintain women's and girls' sports for biological females" to address safety and competitive fairness concerns. “The Constitution and Title IX do not require an overhaul of women’s and girls’ sports throughout America."</p><p>More than two dozen other Republican-led states have adopted bans on female transgender athletes, and the decision seems certain to extend to them as well.</p><p>Left unresolved by the outcome are lawsuits challenging state laws and regulations in Connecticut, California and elsewhere that permit transgender athletes to compete consistent with their gender identity.</p><p>Justice Sonia Sotomayor dissented, saying from the bench that the majority opinion was wrong to reject an equal-protection claim from 16-year-old Becky Pepper-Jackson.</p><p>With the science still evolving, transgender students shouldn't automatically be shut out of team sports, she said. “We just simply do not know scientifically that transgender students pose dangers,” she said, reading from a dissent joined by her liberal colleagues.</p><p>Pepper-Jackson, a high school sophomore in Bridgeport, West Virginia, has been taking puberty-blocking medication, has publicly identified as a girl since age 8 and has been issued a West Virginia birth certificate recognizing her as female. She is the only transgender person who has sought to compete in girls sports in West Virginia.</p><p>Pepper-Jackson has progressed from a back-of-the-pack cross-country runner in middle school to statewide champion in the shot put. She beat the second-place finisher by two feet in last month's West Virginia championship meet.</p><p>In the Idaho case, Lindsay Hecox sued over the state’s first-in-the-nation ban for the chance to try out for the women’s track and cross-country teams at Boise State University in Idaho. She didn’t make either squad because “she was too slow,” her lawyer, Kathleen Hartnett, told the court during arguments in January, but she competed in club-level soccer and running.</p><p>Prominent women in sports have weighed in on both sides. Tennis champion Martina Navratilova, swimmers Summer Sanders and Donna de Varona and beach volleyball player Kerri Walsh Jennings are supporting the state bans. Soccer stars Megan Rapinoe and Becky Sauerbrunn and basketball players Sue Bird and Breanna Stewart back the transgender athletes.</p><p>Kavanaugh, who has coached girls' basketball, underlined the importance of women's sports and athletes' dedication. “No student-athlete on either side of the issue, whether a biological female or transgender, deserves to be ostracized or vilified,” he wrote.</p><p>In 2020, the Supreme Court ruled LGBTQ people are protected by a landmark federal civil rights law that prohibits sex discrimination in the workplace, finding that “sex plays an unmistakable role” in employers’ decisions to punish transgender people for traits and behavior they otherwise tolerate.</p><p>But last year, the six conservative justices on the nine-member court declined to apply the same sort of analysis when they upheld state bans on gender-affirming care for transgender minors.</p><p>The states supporting the prohibitions on transgender athletes argued there is no reason to extend the ruling barring workplace discrimination to Title IX.</p><p>Idaho’s law, state Solicitor General Alan Hurst said, is “necessary for fair competition because, where sports are concerned, men and women are obviously not the same.”</p><p>Republican President Donald Trump applauded Tuesday's decision, calling it a “BIG WIN” in a social-media post.</p><p>Lawyers for Pepper-Jackson argued that such distinctions generally make sense but that their client has none of those advantages because of the unique circumstances of her early transition. In Hecox’s case, her lawyers wanted the court to dismiss the case because she had forsworn trying to play on women’s teams.</p><p>NCAA president Charlie Baker told Congress in 2024 that he was aware of only 10 transgender athletes out of more than half a million students on college teams. But despite the small numbers, the issue has taken on outsize importance.</p><p>Baker’s NCAA and the U.S. Olympic and Paralympic Committees banned transgender women from women’s sports after President Donald Trump, a Republican, signed an executive order aimed at barring their participation.</p><p>The public generally is supportive of the limits. An Associated Press-NORC Center for Public Affairs Research poll conducted in October 2025 found that about 6 in 10 U.S. adults “strongly” or “somewhat” favored requiring transgender children and teenagers to compete only on sports teams that match the sex they were assigned at birth, not the gender they identify with, while about 2 in 10 were “strongly” or “somewhat” opposed and about one-quarter did not have an opinion.</p><p>About 2.1 million adults, or 0.8%, and 724,000 people ages 13 to 17, or 3.3%, identify as transgender in the U.S., according to the Williams Institute at the UCLA School of Law.</p><p>___</p><p>Follow the AP's coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KRLVYPNP75Y4VZQINHXYU7NB2U.jpg?auth=340cfe1167b8873603f49faec0abfb19212e92455a8509bf18a83a7c964ed783&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Supreme Court is seen Monday, June 29, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[LO ÚLTIMO: Rescatan con vida a niño de tres años de escombros en La Guaira]]></title><link>https://www.local10.com/espanol/2026/06/30/lo-ultimo-rescatan-con-vida-a-nino-de-tres-anos-de-escombros-en-la-guaira/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/lo-ultimo-rescatan-con-vida-a-nino-de-tres-anos-de-escombros-en-la-guaira/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Seis días después de los dos devastadores terremotos consecutivos en Venezuela, centenares de rescatistas de ese país y de otras naciones trabajan contrarreloj para encontrar sobrevivientes bajo los escombros.]]></description><pubDate>Tue, 30 Jun 2026 17:04:20 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Seis días después de los dos devastadores terremotos consecutivos en Venezuela, centenares de rescatistas de ese país y de otras naciones trabajan contrarreloj para encontrar sobrevivientes bajo los escombros.</p><p>Hasta ahora los sismos de 7,2 y 7,5 de magnitud han dejado al menos 1.719 muertos y más de 5.000 heridos. Más de 50.000 personas son buscadas por sus familiares.</p><p>Aquí los últimos acontecimientos sobre Venezuela:</p><p>Rescatan con vida a niño de tres años</p><p>La presidenta interina Delcy Rodríguez informa que equipos de rescate provenientes de Jordania rescataron a un niño de 3 años que había permanecido atrapado bajo los escombros durante seis días en La Guaira.</p><p>Indica que más de 3.300 rescatistas han llegado a Venezuela, junto con 140 perros y 700.000 toneladas de ayuda humanitaria.</p><p>Rodríguez señala que más de 75.000 familias resultaron afectadas por los sismos.</p><p>Mandatarios del bloque Mercosur guardan un minuto de silencio</p><p>Los mandatarios y otros funcionarios presentes en la Cumbre de Mercosur que se desarrolla en la ciudad paraguaya de Luque guardaron un minuto de silencio por los más de 1.700 fallecidos y los miles de heridos y desaparecidos a causa de los sismos en Venezuela.</p><p>El homenaje respondió a un pedido del presidente de Brasil, Luiz Inácio Lula da Silva, quien comenzó su discurso en el encuentro regional expresando su “solidaridad con el pueblo y el gobierno de Venezuela ante las pérdidas incalculables ocasionadas por los terremotos de la semana pasada”.</p><p>Otros asistentes a la cumbre son los presidentes de Paraguay, Santiago Peña; Uruguay, Yamandú Orsi; Bolivia, Rodrigo Paz; Chile, Jose Antonio Kast, y Ecuador, Daniel Noboa. El mandatario argentino Javier Milei no participa y está representando por su canciller.</p><p>Argentina, Brasil, Paraguay y Uruguay son miembros fundadores del Mercosur, mientras Bolivia es socio pleno desde 2024 y Chile y Ecuador son Estados asociados. Venezuela se encuentra suspendida desde 2017 en todos sus derechos y obligaciones como Estado parte del bloque.</p><p>Argentina prepara más ayuda</p><p>El vocero presidencial de Argentina, Adrián Ravier, informó que seis ciudadanos de su país han fallecido a causa de los sismos y ocho han sido reportados como desaparecidos. En tanto, otro nacional está hospitalizado.</p><p>Agregó en una rueda de prensa que el gobierno del presidente Javier Milei reforzará la asistencia a los venezolanos con el envío de un avión Hércules en el que viajarán 38 efectivos militares con agua, un generador eléctrico, equipo sanitario, tiendas, cocina de campaña, material de comunicaciones y dos perros de búsqueda con sus guías.</p><p>Ravier destacó las labores de Bart, un perro rescatista de la Armada Argentina que logró localizar a dos niños con vida atrapados bajo los escombros en el estado de La Guaira. Además el pastor Belga Malinois recuperó seis cuerpos.</p><p>Médico destaca ayuda de amas de casa</p><p>El doctor Ángel Ramírez declaró a la cadena de televisión estatal que el hospital donde trabaja se ha beneficiado de la ayuda de amas de casa que han llevado comida y de empresarios que han donado equipamiento.</p><p>“Sin ellos, no hubiéramos podido lograr nada”, afirmó Ramírez, quien trabaja en el Hospital Dr. Domingo Luciani de Caracas.</p><p>Comentó a Venezolana de Televisión que el hospital ha atendido a más de 250 pacientes y realizado más de 100 cirugías.</p><p>“Nadie está cobrando nada”, recalcó, enfatizando que toda la atención médica es gratuita.</p><p>Unicef envía ayuda humanitaria</p><p>Un cargamento de 47 toneladas métricas con suministros de salud, agua y educación procedente de las reservas de la Unión Europea llegará a Venezuela y se espera más ayuda en los próximos días, anuncia Unicef.</p><p>El cargamento incluye kits de emergencia para atención médica urgente, suministros para partos seguros, cuidado del recién nacido y prevención y tratamiento de enfermedades; suministros para la purificación y almacenamiento de agua y tiendas de campaña, entre otros elementos.</p><p>“Las familias de los estados afectados necesitan urgentemente agua potable y acceso a atención médica. Muchas duermen a la intemperie, temerosas de las réplicas. Estos suministros nos ayudarán a brindar a los niños y a las familias lo que más necesitan ahora: atención médica, agua potable y espacios seguros”, declaró Roberto Benes, director regional de Unicef para América Latina y el Caribe.</p><p>Unicef estima que 680.000 niños necesitan asistencia humanitaria en los estados afectados por los terremotos.</p><p>España eleva a 19 los fallecidos de ese país en los sismos</p><p>El ministro de Asuntos Exteriores de España eleva a 19 el número de españoles fallecidos en los terremotos, además de 131 desaparecidos y 12 localizados bajo los escombros. Asimismo, anuncia que un hospital de campaña de la Agencia Española de Cooperación Internacional para el Desarrollo partirá el miércoles de Madrid con destino a Venezuela.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DVEHGPWASUQBWRN26WUSHOBG5A.jpg?auth=eafead52ac6146f14163eede093402481ba897f317f34642226ec9065f26cf8e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los residentes buscan entre los escombros de un edificio que se derrumbó durante los terremotos en La Guaira, Venezuela, el martes 30 de junio de 2026. (AP Foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D2LBEHIQG24EPV4EODKQ2H5AMU.jpg?auth=dc2b78159d6c2ca0a8e3449c89381765f04db28f60403d3d9da7869cc4b40bee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Niños juegan al baloncesto cerca de edificios destruidos por los terremotos que azotaron Catia La Mar, Venezuela, el lunes 29 de junio de 2026. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[BSO: Suspect dead after shooting involving deputies, Plantation officer]]></title><link>https://www.local10.com/news/local/2026/06/29/bso-suspect-dead-after-exchange-of-gunfire-with-deputies-plantation-officer/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/bso-suspect-dead-after-exchange-of-gunfire-with-deputies-plantation-officer/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Six Broward Sheriff’s Office deputies and a Plantation police officer were involved in a fatal shooting Monday night in Davie, authorities said. ]]></description><pubDate>Tue, 30 Jun 2026 02:27:54 +0000</pubDate><content:encoded><![CDATA[<p>Six Broward Sheriff’s Office deputies and a Plantation police officer were involved in a fatal shooting Monday night in Davie, authorities said. </p><p><a href="https://www.local10.com/espanol/2026/06/30/bso-muere-sospechoso-tras-balacera-en-la-que-participaron-agentes-y-agente-de-plantation/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/bso-muere-sospechoso-tras-balacera-en-la-que-participaron-agentes-y-agente-de-plantation/">Leer en español</a></p><p>According to BSO, a suspect that deputies had been seeking was observed pumping gas at the Wawa, located at 6350 Stirling Road.</p><p>As authorities converged on the suspect, they said a fight broke out between him and the approaching law enforcement officers.</p><p>Broward Sheriff Gregory Tony said the suspect was armed and was told to give up his gun, but when that didn’t happen, it led to a shooting that killed the suspect. </p><p>Tony said the “suspect might have gotten a shot off,” prior to being killed, but that would be determined in the investigation. </p><p>Tony said the suspect was wanted for fleeing and eluding, and indicated that deputies had DNA evidence linking the suspect to additional crimes, although he didn’t release further details about those alleged crimes. </p><p>The Florida Department of Law Enforcement is expected to take over the investigation, as is customary with deputy-involved shootings. </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[Triple digit heat indices continue as we gradually slip into a wetter pattern]]></title><link>https://www.local10.com/weather/2026/06/30/triple-digit-heat-indices-continue-as-we-gradually-slip-into-a-wetter-pattern/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/30/triple-digit-heat-indices-continue-as-we-gradually-slip-into-a-wetter-pattern/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[South Florida is not under a heat advisory on Tuesday, but we are still running hotter than average with a 105-degree heat index. ]]></description><pubDate>Tue, 30 Jun 2026 13:42:51 +0000</pubDate><content:encoded><![CDATA[<p>South Florida is not under a heat advisory on Tuesday, but we are still running hotter than average with a 105-degree heat index. </p><p>Tuesday is a transition day into a wetter weather pattern. Expect a few inland thunderstorms developing this afternoon. Some storms in the Everglades may try to push back to the coast closer to sunset.</p><p>Thunderstorms on Wednesday will be more numerous and centered over more populated areas. It’s a return to our usual rainy season pattern that will last into the 4<sup>th</sup> of July weekend. Fort Lauderdale has only picked up 1″ of rain so far in the month of June, which is more than 8″ below average. South Florida is slowly slipping back into a drought, so a return to thunderstorms is a beneficial weather pattern.</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[Too pushy? Coco Gauff brought to tears by interaction with anti-doping tester]]></title><link>https://www.local10.com/sports/2026/06/30/too-pushy-coco-gauff-brought-to-tears-by-interaction-with-anti-doping-tester/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/too-pushy-coco-gauff-brought-to-tears-by-interaction-with-anti-doping-tester/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Coco Gauff said she was brought to tears by a “pushy” anti-doping tester. Serena Williams called the system “ grueling.”]]></description><pubDate>Tue, 30 Jun 2026 13:27:16 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Coco Gauff said she was brought to tears by a “pushy” anti-doping tester. Serena Williams called the system “ grueling.”</p><p>Protocols designed to protect tennis from doping are in the spotlight as players open up about their experiences navigating the system in the aftermath of a four-year ban handed to 2023 Wimbledon champion Marketa Vondrousova — not for testing positive but for refusing to take a test.</p><p>Players are required to provide a 60-minute time slot each day to be available for testing, plus the International Tennis Integrity Agency says that if a doping control officer "locates and notifies a player outside of that hour, they must complete the test.”</p><p>Naturally, there's a need for communication between players and testers.</p><p>“I’m not going to lie, some of them can be pushy, make you feel like you’re doing something wrong,” Gauff, the No. 7 seed, said after her first-round victory at Wimbledon.</p><p>“One time she came outside my time slot. But the way she was speaking to me on the phone, it literally made me cry afterwards," the 22-year-old American said. "I found out I was in the right, and I didn’t have to do anything.”</p><p>Ahead of her first-round match Tuesday, Ajla Tomljanovic described her close calls.</p><p>“I’m very scared of the system because it feels broken," she said. "I’ve had a few experiences of my own where it was about technicalities and when I speak to people in charge they’re not helpful — I don’t want to say they don’t care — but they weren’t very helpful at all to explain things or just show some sort of compassion when I was nowhere near missing a test or testing positive.”</p><p>The Australian player said she was seeking help about how the app works.</p><p>“I was new to the whole system. And I was at two fails for a month and I knew if I get a third one accidentally I would be out for at least two, three years,” she said. “It’s in a way, I won’t say no fault of my own but it’s not to the degree of being banned and smearing your name. In that sense, I think there’s so much to improve on.”</p><p>Williams, who makes her Wimbledon return on Tuesday, said the testing system was “a big reason why I didn’t want to come back either, because it’s just so hard."</p><p>The Vondrousova case</p><p>The 27-year-old Czech player, who became Wimbledon’s first unseeded female champion when she beat Ons Jabeur in the 2023 final, refused to take a test in early December 2025 after a doping control officer rang her apartment's intercom at 8 p.m.</p><p>This month, following a hearing by an independent tribunal, Vondrousova received the maximum four-year ban for a first offense.</p><p>ITIA published a video explainer of the case, saying Vondrousova on the night in question challenged the timing of the test because it was outside her designated time slot.</p><p>The agency noted: “If a Doping Control Officer, or DCO, locates and notifies a player outside of that hour, they must complete the test.”</p><p>Vondrousova had described the tester as “aggressive” and said the frequent ringing of the intercom “triggered a state of distress," the ITIA video says.</p><p>The tribunal's June 22 decision confirmed that Vondrousova refused the test and that the evidence “provided no compelling justification for doing so.”</p><p>The ITIA added that under World Anti-Doping Agency rules, “test refusals can be sanctioned as severely as positive tests." One rationale is an athlete who is doping could simply refuse a test and seek a lighter punishment.</p><p>Last year, the ITIA said it conducted over 8,000 tests both in and out of competition “and received a handful of complaints. We take all feedback on board and encourage players to share their views with us.” Other organizations, such as the U.S. Anti-Doping Agency, also conduct player testing.</p><p>On possible changes to the system, the ITIA noted that tennis follows WADA rules and processes, which "will be refreshed in 2027. As part of this process, WADA consults with athletes from across global sport.”</p><p>“We understand the system can seem challenging," the ITIA said, “but it is there to protect players, not to trip them up. If players are ever unsure about a test, have questions, or would like to provide feedback on their experience, we want to hear about it.”</p><p>Some players say a 4-year ban is harsh</p><p>Jessica Pegula, the No. 4 seed, said she didn't know the full details of Vondrousova's case but that “I feel, like, for Marketa.”</p><p>“For something like that, for four years, you’re ruining someone’s career over something that could have really just been a complete misunderstanding, and I just don’t think that’s fair. I think the sentencing is so harsh," Pegula said.</p><p>“I don’t quite understand the difference between that and then obviously what happened with (Jannik) Sinner and Iga (Swiatek),” she said. “They justified what the rules were and why it was the way it was.”</p><p>Top-ranked Sinner, the defending men's champion at Wimbledon, accepted a three-month ban in a settlement with WADA in early 2025 following his two positive doping tests from the prior year. WADA had challenged ITIA's decision not to suspend Sinner for what it judged was accidental contamination — entering his system through a massage — by a banned anabolic steroid.</p><p>Swiatek, Wimbledon's defending women's champion, accepted a one-month suspension in 2024 after testing positive for the banned substance trimetazidine, a heart medication. The ITIA accepted her explanation that the result was unintentional and caused by the contamination of a nonprescription medication, melatonin, that Swiatek was taking for issues with jet lag.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RGZ2UQQT53PCAQOACWCMQRIDGE.jpg?auth=2278d8c8af61d93de7c8a7a89936dcff16ebd9b2d790de010f9a3679cc996e46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Coco Gauff of the United States plays a return to Tamara Korpatsch of Germany during the women's singles at the Wimbledon Tennis Championships in London, Monday, June 29, 2026.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4C3CSQISMV63TUUGYL3FUQOBZI.jpg?auth=7e33c08830d3326508d7d188202732b064f19162186ce3979e1376f2ae4e779e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jessica Pegula of the United States returns to Darja Vidmanova of Czech Republic during the women's singles match at the Wimbledon Tennis Championships in London, Monday, June 29, 2026.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FTDF5KLGWRYO7E5YXUW766S27A.jpg?auth=7f8b7601918af9caddcb378a91b9904eca6d0adaecb2e94f17bd6f2be75f9417&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Czech Republic's Marketa Vondrousova celebrates with the trophy after beating Tunisia's Ons Jabeur to win the final of the women's singles on day thirteen of the Wimbledon tennis championships in London, Saturday, July 15, 2023. (AP Photo/Alberto Pezzali, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content></item><item><title><![CDATA[Congo bans gatherings in areas far from Ebola outbreak. Some say it limits dissent]]></title><link>https://www.local10.com/news/world/2026/06/30/congo-bans-gatherings-in-areas-far-from-ebola-outbreak-some-say-it-limits-dissent/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/congo-bans-gatherings-in-areas-far-from-ebola-outbreak-some-say-it-limits-dissent/</guid><dc:creator><![CDATA[By JEAN-YVES KAMALE and MONIKA PRONCZUK, Associated Press]]></dc:creator><description><![CDATA[KINSHASA, Congo (AP) — Opposition and civil society groups are protesting Congo’s new ban on public demonstrations and mass gatherings in the capital and other areas far from the country’s deadly Ebola outbreak, alleging that the decision aims to limit freedom of speech.]]></description><pubDate>Tue, 30 Jun 2026 13:26:11 +0000</pubDate><content:encoded><![CDATA[<p>KINSHASA, Congo (AP) — Opposition and civil society groups are protesting Congo’s new ban on public demonstrations and mass gatherings in the capital and other areas far from the country’s deadly Ebola outbreak, alleging that the decision aims to limit freedom of speech.</p><p>The decision announced over the weekend came as the outbreak of a type of Ebola with no approved treatment or vaccine continues to grow, with 1,307 people infected and 377 dead across three provinces in eastern Congo. It could be the worst Ebola outbreak yet.</p><p>Congo’s ministry of interior on Saturday said gatherings and demonstrations were forbidden in the provinces of Kinshasa, Tshopo, Haut-Uele and Bas-Uele as fears grow about the outbreak spilling into new areas. None of the provinces have any confirmed cases.</p><p>Separately, the mayor of ​Goma, eastern Congo’s largest city and now under the control of the Rwanda-backed M23 rebel group, also banned public gatherings and demonstrations, including celebrations linked to sport events, on Monday. Congo is in its first World Cup in over half a century.</p><p>Congo’s political opposition has denounced the ban as unconstitutional. Prince Epenge, the spokesperson for the Lamuka coalition, has said the ban aims to prevent a planned demonstration in the capital, Kinshasa, early next month. The protest is against proposed constitutional changes that would allow Congo’s President Felix Tshisekedi to run for a third term.</p><p>Civil society organizations also condemned the ban in a statement on Monday, citing freedom of speech and freedom of assembly.</p><p>In a televised address on Monday evening, Tshisekedi announced a $319 million response plan to the Ebola outbreak, and called on people to respect health guidelines, report suspected cases and not give in to misinformation. He did not directly address the bans.</p><p>“Ebola is neither a rumor nor a source of shame,” Tshisekedi said. “It is a health emergency that demands responsibility, solidarity, and truth.”</p><p>Health workers have reported some skepticism and attacks over Ebola from residents in the affected areas of Ituri, North Kivu and South Kivu provinces.</p><p>Cases also have been confirmed in neighboring Uganda, as well as one in France in a doctor who returned from Congo.</p><p>The United Nations ​warned in a report on Tuesday that if the virus spreads into other neighboring countries including Rwanda and Angola, it could cost Africa up to $3.6 billion and result in 328,000 job losses.</p><p>More than a month into the outbreak, officials believe it continues to outpace response efforts and no one knows its true scale. They are yet to identify patient zero and struggle to trace contact cases.</p><p>The World Health Organization has warned that violence from rebels in eastern Congo is complicating the response to the outbreak. In Ituri, attacks by the Islamic State group-backed Allied Democratic Force have cut off access to many villages and forced people to flee their homes, adding to already overcrowded camps of people displaced by years of conflict.</p><p>___</p><p>Pronczuk reported from Dakar, Senegal. Associated Press writer Janvier Barhahiga in Bukavu, Congo, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3Z3D5KDNAA567SB66IEUI7DBRE.jpg?auth=5f9058dee03863fbf7e6723de14145ad3459b6b7768be4bbf26ebd30311a9d71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers tend to an Ebola patient at the Rwampara Treatment Center in Ituri, Congo, Thursday, June 18, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content></item><item><title><![CDATA[The Latest: Trump's envoys are in Qatar for Iran war mediation]]></title><link>https://www.local10.com/news/2026/06/30/the-latest-trumps-envoys-are-in-qatar-for-iran-war-mediation/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/30/the-latest-trumps-envoys-are-in-qatar-for-iran-war-mediation/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[It’s been 123 days since the U.S. and Israel launched the Iran war, and the world again awaits another round of some sort of talks as President Donald Trump and Iranian officials disagree over what and even how they'll communicate. Trump’s special Mideast envoy Steve Witkoff and son-in-law Jared Kushner plan meetings with Qatari mediators.]]></description><pubDate>Tue, 30 Jun 2026 16:20:37 +0000</pubDate><content:encoded><![CDATA[<p>It’s been 123 days since the U.S. and Israel launched the Iran war, and the world again awaits another round of some sort of talks as President Donald Trump and Iranian officials disagree over what and even how they'll communicate. Trump’s special Mideast envoy Steve Witkoff and son-in-law Jared Kushner plan meetings with Qatari mediators.</p><p>A new AP-NORC poll shows Republicans and older, white adults are especially likely to say they fly the American flag, while younger Democrats and Black adults are more likely to say they don’t fly it, reflecting deeply divided views on what patriotism means.</p><p>And on this final day of a Supreme Court term centering on Trump’s expansive claims of presidential power, the justices have upheld the constitutionality of birthright citizenship, rejecting Trump's effort to deny the right to the children of noncitizen parents. Follow live updates on the rulings.</p><p>Here's the Latest:</p><p>Court will consider striking down assault weapons bans in Connecticut and the Chicago area</p><p>A Supreme Court that has expanded gun rights will consider whether bans on semiautomatic rifles, often called assault weapons, violate the Second Amendment.</p><p>The justices said Tuesday they will take up appeals asking the court to strike down bans on the AR-15 and similar semiautomatic firearms in the Chicago area and Connecticut.</p><p>Similar laws are in place in about a dozen states, covering major cities like New York, Los Angeles and Washington, D.C. Congress allowed a national assault weapons ban to expire in 2004, but  Democrats have supported renewing it in response to a series of mass shootings and states have continued to pass their own laws.</p><p>The case is expected to be heard in the fall.</p><p>Republican Tom Kean Jr. said he was treated for depression during absence from Congress</p><p>New Jersey Republican Rep. Tom Kean Jr. revealed Tuesday that he spent months away from Congress being treated for depression.</p><p>“It is physical, it is emotional, and until you experience it yourself, it is difficult to fully understand how powerful this illness can be,” he said on the House floor.</p><p>Kean, whose battleground district includes Trump’s Bedminster golf club, missed more than 100 votes in Congress this year. His reappearance comes after he won an uncontested primary on June 2.</p><p>“Today I stand before you healthier, stronger and excited to return to the work that I love,” Kean said.</p><p>Kean’s office has said he’s still running for reelection against Democratic nominee Rebecca Bennett, a former Navy helicopter pilot. Democrats have targeted the district as a prime pick-up opportunity.</p><p>▶ Read more</p><p>Supreme Court upholds birthright citizenship, rejecting Trump’s proposed limits</p><p>The Court ’s ruling released Tuesday upholds a broad conception of birthright citizenship, rejecting President Donald Trump’s executive order declaring that children born to people who are in the United States illegally or temporarily are not American citizens.</p><p>The justices relied on a long-settled understanding of the 14th Amendment, adopted after the Civil War, and more recent federal laws in ruling that anyone born in the country, with very limited exceptions, is a citizen.</p><p>▶ Read more about Tuesday’s Supreme Court rulings</p><p>US job monthly openings hold at a surprising 7.6 million despite Iran war shock</p><p>May’s job openings were surprisingly strong in the data released Tuesday by the Bureau of Labor Statistics, showing American labor market resilience to the war’s economic shock. Forecasters had expected employers to post just 7 million openings in May.</p><p>Rebounding from a miserable 2025, U.S. employers have added nearly 114,000 net jobs a month on average this year, up from just 9,700 in 2025, the weakest outside a recession since 2002.</p><p>Because of baby boomer retirements and Trump’s immigration crackdown, fewer people are competing for work, and the United States doesn’t need as many jobs as it used to keep the unemployment rate stable. Economists say the so-called “break-even’’ rate of hiring could be as low as zero jobs a month, down from perhaps 150,000 a year or so ago.</p><p>▶ Read more</p><p>Supreme Court backs state laws banning transgender girls from sports</p><p>The Court ’s conservative majority added to its repeated rulings against transgender Americans by deciding that bans in Idaho and West Virginia don’t violate the Constitution or the federal law known as Title IX, which prohibits sex discrimination in education.</p><p>The ruling seems certain to extend to the dozens of other Republican-led states that have banned female transgender athletes. Left unresolved are lawsuits challenging state laws and regulations in Connecticut, California and elsewhere that permit transgender athletes to compete consistent with their gender identity.</p><p>About 2.1 million adults, or 0.8%, and 724,000 people ages 13 to 17, or 3.3%, identify as transgender in the U.S., according to the Williams Institute at the UCLA School of Law.</p><p>▶ Read more about Tuesday’s Supreme Court rulings</p><p>US envoys arrive in Qatar for meetings on Iran, with tensions high over Hormuz</p><p>Trump’s special Mideast envoy Steve Witkoff and his son-in-law Jared Kushner plan meetings with mediators about the implementation of an initial deal to end the war in Iran, following more crossfire in the Persian Gulf.</p><p>They won’t directly negotiate with Iranian diplomats, instead using mediators as go-betweens, said Majed al-Ansari, a spokesman for Qatar’s Foreign Ministry.</p><p>Iran was also sending a delegation to Qatar, but has no plans to meet with the American side at any level, Iran’s Foreign Ministry spokesman Esmail Baghaei said. His statement left open the possibility of messages being passed through the Qataris.</p><p>▶ Read more</p><p>Who flies the American flag for holidays — and who never flies one, according to an AP-NORC poll</p><p>American views of “Old Glory” are divided by politics, age and race, according to a new survey conducted by The Associated Press-NORC Center for Public Affairs Research ahead of the nation’s 250th birthday celebration.</p><p>Whether people see it as a unifying or divisive symbol tracks with other deep divisions among Americans, who see their country’s history and accomplishments very differently. About 7 in 10 Republicans and about 6 in 10 Americans ages 60 and older fly the flag at least during holidays. About 6 in 10 Democrats and independents, on the other hand, say they “never” fly the U.S. flag. That includes the vast majority, 75%, of Democrats under 45.</p><p>Only about 3 in 10 Black adults say they ever display the American flag, compared with about half of white and Hispanic adults.</p><p>The survey of 2,596 adults was conducted April 16-20.</p><p>▶ Read more</p><p>What the Supreme Court’s Cook ruling means for Federal Reserve independence</p><p>The Supreme Court on Monday said the Federal Reserve, unlike any other agency in Washington, has a measure of independence from the presidency and day-to-day politics. But the court didn’t define to what extent.</p><p>The case is the latest round in an unprecedented fight between the Fed and Trump. More political interference at the Fed could upend financial markets around the world, which closely follow its interest rate moves.</p><p>Trump has repeatedly demanded that the central bank cut its key interest rate to lower borrowing costs for homeowners, businesses, and even the government itself. Trump sought to fire a Fed governor, Lisa Cook, last August after accusing her of mortgage fraud — a charge she denies.</p><p>In a 5-4 decision, the court ruled that the president cannot fire the seven members of the Fed’s board of governors without a clear cause. The decision endorses the Fed’s independent structure even as the court eliminated such protections for leaders of other agencies, including the Federal Trade Commission, whom the president can fire at-will.</p><p>▶ Read more</p><p>Trump nominates acting Labor Secretary Keith Sonderling as permanent chief</p><p>Trump said Monday he will nominate Keith Sonderling to be the secretary of labor, elevating him from the agency’s acting director two months after Lori Chavez-DeRemer resigned amid abuse-of-power allegations.</p><p>Sonderling, a lawyer who has held a variety of acting positions and leadership roles across Trump’s government, was previously the deputy labor secretary and a Republican member of the Equal Employment Opportunity Commission.</p><p>“Throughout his career, Keith has proven his dedication to delivering strong results for the Hardworking People of our Country, and I know he will do an incredible job in his new role,” Trump wrote in a Truth Social post announcing Sonderling’s nomination.</p><p>Sonderling’s nomination is subject to Senate confirmation.</p><p>During Trump’s second term, in addition to his Labor Department post, Sonderling has been the acting director of U.S. Office of Government Ethics and the Institute of Museum and Library Services, one of several agencies Trump targeted for closure in an executive order last year.</p><p>▶ Read more</p><p>The Supreme Court it issue momentous rulings on Trump’s power</p><p>The Supreme Court is wrapping up a term that has focused on Trump’s expansive claims of presidential power.</p><p>Trump’s efforts to restrict birthright citizenship, fire the heads of most independent agencies at will and remove a sitting Federal Reserve governor are among the remaining eight cases the justices are expected to decide this week, beginning Monday.</p><p>The court also is weighing, in cases from West Virginia and Idaho, whether to uphold laws in roughly half the states that prohibit transgender girls and women from playing on their public school and college sports.</p><p>Two election-related cases remain, over state laws that allow a grace period for the receipt of mailed ballots, provided they are sent by Election Day, and limits on political party spending in support of candidates for Congress and president.</p><p>Also outstanding is a dispute over geofence warrants that collect the location history of cellphone users to find people near crime scenes. Critics say the practice is a fishing expedition that violates civil liberties.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7VWKAZ2TR72P6F7576RN6EFUZM.jpg?auth=3a183a5e7bc9f50e561f9723093bf00d414230a3e3856ba0aea21d62e6b1fc68&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 to reporters as Environmental Protection Agency administrator Lee Zeldin listens in the Oval Office of the White House, Monday, June 29, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B4XQD6HA3NIO4FZHOD2UVF7RUE.jpg?auth=eb2afdfa2c58d4b0c3e71f2e4574fad575290fd5f2675066e573838523422a0c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person holds a sign about protecting voting rights during a protest near the White House, May 11, 2026, in Washington. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6KRVGIYSI7IFI5RUWQXXATXQY4.jpg?auth=3135e648d4f202120729e7237ed035ded7c7bd4444d78413536de07ac73d1f9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[House Minority Leader Hakeem Jeffries, D-N.Y., arrives to speak to reporters at the Capitol in Washington, Monday, June 29, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SKAMFPRQMTDIF6XHYDBZQMWPUM.jpg?auth=4c2c809d6fb69816879135b02d2abcaaabba6453c45bf36bf624eef1e84b5942&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A mockup of President Donald Trump's proposed Triumphal Arch stands at the Great American State Fair on the National Mall, Monday, June 29, 2026, in Washington. (AP Photo/Jen Golbeck)]]></media:description><media:credit role="author" scheme="urn:ebu">Jen Golbeck</media:credit></media:content></item><item><title><![CDATA[Carnegie Foundation unveils 2026's 'Great Immigrants, Great Americans' list]]></title><link>https://www.local10.com/business/2026/06/30/carnegie-foundation-unveils-2026s-great-immigrants-great-americans-list/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/carnegie-foundation-unveils-2026s-great-immigrants-great-americans-list/</guid><dc:creator><![CDATA[By GLENN GAMBOA, Associated Press]]></dc:creator><description><![CDATA[This year’s class of “Great Immigrants, Great Americans” includes Citi CEO Jane Fraser, Pulitzer Prize-winning authors Hernan Diaz and Cristina Rivera Garza, and fashion designer Gabriela Hearst. The newly renamed Andrew Carnegie Foundation announced the honorees Tuesday as immigration advocates expressed concern about the future of U.S. immigration policy following last week’s Supreme Court rulings.]]></description><pubDate>Tue, 30 Jun 2026 13:01:41 +0000</pubDate><content:encoded><![CDATA[<p>This year’s class of “Great Immigrants, Great Americans” includes Citi CEO Jane Fraser, Pulitzer Prize-winning authors Hernan Diaz and Cristina Rivera Garza, and fashion designer Gabriela Hearst. The newly renamed Andrew Carnegie Foundation announced the honorees Tuesday as immigration advocates expressed concern about the future of U.S. immigration policy following last week’s Supreme Court rulings.</p><p>Foundation President Dame Louise Richardson said the awards, launched in 2005, have never been meant to be political. Earlier this month, the foundation changed its name from the Carnegie Corporation of New York to emphasize its nonprofit status and connection to famed industrialist Andrew Carnegie, a Scottish immigrant.</p><p>“We’re not articulating it in response to this moment,” Richardson told The Associated Press. “But it seems especially important at this moment that we celebrate immigrants and their contributions and also that we present a view of immigrants different from the ones so often portrayed in the media.”</p><p>The immigration debate continues at the highest levels of power, as President Donald Trump’s administration executes his agenda to increase immigration enforcement and reduce the numbers of legal immigrants and asylum seekers in the country. On the other side, Pope Leo XIV said, “Human dignity has no passport and does not lose its value when crossing a border,” as he visited a once-notorious epicenter of the European migration debate in Spain earlier this month.</p><p>Richardson — a naturalized American citizen, born in Ireland — said the entire issue has “become so fraught, especially with the movement against legal immigration and, in particular, the visas for highly skilled people.”</p><p>“That just strikes me as an act of self-harm on a national level,” she added, “because so many of these people are the engines of the economy.”</p><p>CEO Iman Abuzeid wants to inspire other immigrants</p><p>Honoree Dr. Iman Abuzeid, co-founder and CEO of the artificial intelligence-driven healthcare career platform Incredible Health, sees the award as recognition not just for her accomplishments, but for everyone who helped her along the way.</p><p>“And if my story makes it feel like it’s more possible for someone else, then that’s probably the part that I care about the most,” added the native of Sudan, who now lives in San Francisco.</p><p>Abuzeid said she specifically chose to emigrate to the United States after living in Saudi Arabia, the United Arab Emirates and completing medical school in England.</p><p>“It is the best country for what I’m trying to do,” she said. “I think if you’re ambitious and you’re willing to work hard and you’ve got some skills, it is probably the best country in the world for you.”</p><p>Being an immigrant, Abuzeid said, has given her the drive to take on risk and bet on her own abilities. It has also influenced her to build Incredible Health in a way that balances the needs of employers looking to hire health care workers with the career needs of the workers, about 20% of whom are immigrants.</p><p>“I think being from Sudan does make me a little bit more attuned to topics like bias and diversity,” she said. “Because we’re operating a marketplace at scale, we can see these patterns in our data where workers of certain last names were seeing bias against them. … So when we removed that, we were able to improve that part of the marketplace.”</p><p>Conductor Cristian Măcelaru sees immigration as ‘opportunity’</p><p>Honoree Cristian Măcelaru, conductor of the Cincinnati Symphony Orchestra, said immigration offers both the immigrant and their new home country a chance to improve their lives.</p><p>“This is an opportunity we should hold dear,” the native of Romania said. “It really makes for a unique kind of country.”</p><p>It also creates a unique artistic point of view, said Măcelaru, who moved to Michigan to study music at Interlochen Arts Academy when he was 16.</p><p>“I’ve met so many incredible people that were supportive of my arrival to the United States and embracing of who I was,” he said. “But, at the same time, there is that nostalgia for what you’ve left behind that accompanies you on a daily basis. … The immigrant experience never leaves you.”</p><p>Măcelaru, who conducted the Orchestre National de France during the Paris Olympics opening ceremony viewed by more than a billion people in 2024, said culture becomes stronger when it appreciates the strengths of others.</p><p>“I think all of us actually love the cultures of different places,” said Măcelaru, who makes a point of diversifying the music presented by the Cincinnati Symphony Orchestra. “It doesn’t matter where we are on the planet, you end up loving music that is from a different place. You end up loving food that is from a different country.”</p><p>Harvard's Gregory Nagy ‘awestruck’ by influx of new cultures</p><p>Honoree Gregory Nagy, Harvard University’s Francis Jones Professor of Classical Greek Literature and a professor of Comparative Literature, takes it a step further.</p><p>“To have an influx of new cultures and new ways of looking at things — that variety is the human fabric,” said the native of Hungary who emigrated with his family as a boy following World War II. They first went to Canada, and then to the United States when his father was invited to become a professor of classical piano at Indiana University. “I’m just awestruck by how important the melting pot is.”</p><p>Nagy, who prides himself on being “a friendly Midwesterner” after spending his formative years in Bloomington, Indiana, uses the Danish philosopher Søren Kierkegaard’s thoughts on repetition — how a person changes an idea even if they only repeat it — to back up that belief.</p><p>But he also supports it with his ongoing teaching. Nagy’s class on “The Ancient Greek Hero,” which he has taught for more than 50 years and is currently the longest-running class at Harvard, continues to change with the times, while remaining true to its subject matter.</p><p>He has studied how “The Oath of the Ephebes,” from more than 2,400 years ago, connects the importance of environmentalism to being a good citizen. He says the ancient Greek idea of heroism is closer to modern comic book heroes than to the idealized, perfect versions many Americans hold dear.</p><p>That evolution is driven by young people, as reflected in the election of Péter Magyar as prime minister of Nagy’s beloved Hungary in April, the social changes that followed, and the new perspectives brought by immigration, Nagy said.</p><p>“I was very fortunate to become an immigrant,” he said. “And I was lucky enough to achieve puberty in Indiana, so that Americanizes you very well.”</p><p>___</p><p>Associated Press coverage of philanthropy and nonprofits receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content. For all of AP’s philanthropy coverage, visit https://apnews.com/hub/philanthropy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SDNPDNFQ32PDDEP4AOWTIILQQY.jpg?auth=35aeb297e77f8e1e3c7a3a26bb8b36434d11da889a8684278530c91df6baf0af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Iman Abuzeid, co-founder and CEO of Incredible Health, is photographed in San Francisco in 2024. (Incredible Health via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Anstasiia Sapon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O5FRTDMVEX2BWI3S3LC6X3FFX4.jpg?auth=811880a76c2608cb8ee66cd2f38feb36ceca8591194e19e88c6bfefa593ab07f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Citi CEO Jane Fraser speaks during the APEC CEO Summit, Nov. 16, 2023, in San Francisco. (AP Photo/Eric Risberg, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Risberg</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AIFKPJTH4UDWACAVERWA5J6S6E.jpg?auth=bcaf0524c900fc2712cc7353f8f9a114b124a7e061d3713fee5197ff80b13256&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chief conductor Cristian Macelaru , center, performs with the WDR symphony orchestra at the traditional President's charity concert at the symphonic concert hall Koelner Philharmonie in Cologne, Germany, April 13, 2025. (AP Photo/Martin Meissner, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[The NFL’s Detroit Lions have released cornerback Terrion Arnold, who is charged in Florida kidnappings]]></title><link>https://www.local10.com/news/florida/2026/06/30/the-nfls-detroit-lions-have-released-cornerback-terrion-arnold-who-is-charged-over-kidnappings/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/30/the-nfls-detroit-lions-have-released-cornerback-terrion-arnold-who-is-charged-over-kidnappings/</guid><dc:creator><![CDATA[By JOHN HANNA, Associated Press]]></dc:creator><description><![CDATA[The NFL's Detroit Lions on Monday released cornerback Terrion Arnold, only days after his arrest over allegations that he orchestrated the abduction and beating of three men who prosecutors believe he wrongly suspected of having stolen luxury goods and $100,000 in cash from him.]]></description><pubDate>Tue, 30 Jun 2026 12:25:22 +0000</pubDate><content:encoded><![CDATA[<p>The NFL’s Detroit Lions on Monday released cornerback Terrion Arnold, only days after his arrest over allegations that he orchestrated the abduction and beating of three men who prosecutors believe he wrongly suspected of having stolen luxury goods and $100,000 in cash from him.</p><p>The team made the announcement on the X social media platform. Arnold had two years left on his four-year rookie contract, worth $14.3 million.</p><p>The team did not give a reason, but the announcement came the same day that a Florida judge set Arnold’s bail at $1 million. Prosecutors say the three victims, including a man who worked as a driver for Arnold, were robbed while being held at gunpoint in a Tampa apartment in February.</p><p>Prosecutors had wanted Arnold held without bond on the eight felony charges he faces. But Chief Circuit Court Judge Christopher Sabella granted bond to him.</p><p>The judge did not require Arnold to wear an ankle monitor because it would have prevented him from taking the field for games and training. The judge also said Arnold already has a “paparazzi monitor,” referring to the photographers who have been watching his movements.</p><p>“If he shows up on a beach in Tahiti, he’ll be on social media,” Sabella said at the end of the bond hearing in Tampa.</p><p>Sabella said that although the charges are serious — each could bring a life sentence if Arnold is convicted — prosecutors are “not there yet” in having a strong case for Arnold’s guilt.</p><p>The judge did order Arnold to remain at his home in Tallahassee except for when he’s playing, training and traveling with the Lions. He also said Arnold cannot have any contact with other people tied to the case and must surrender his passport within 48 hours.</p><p>Arnold, 23, was a first-round pick in the 2024 draft after playing at the University of Alabama. He had 31 tackles and an interception last season as part of the Lions’ defense.</p><p>According to prosecutors, the victims were abducted three days after cash and luxury items, including Rolex watches and Louis Vuitton bags, were reported stolen from Arnold at an Airbnb rental in the Tampa area. Prosecutors allege that six of Arnold’s associates actually carried out the crimes, holding, beating and pistol-whipping the victims, and that Arnold wasn’t there at the time.</p><p>None of Arnold’s co-defendants had bond set for them. Two female co-defendants have pleaded guilty and are cooperating with authorities. Their statements tie Arnold, who was not at the apartment, to the crimes, according to prosecutors.</p><p>Prosecutors argue that Arnold is as responsible for the crimes as his co-defendants because he told his associates that he thought he knew who had stolen from him and said he wanted to confront them, setting events in motion.</p><p>“Our office remains committed to seeking justice for the three victims in the case who were beaten, robbed, and held against their will,” said Erin Maloney, a spokesperson for the state attorney’s office.</p><p>But Harvey Steinberg, an attorney for Arnold, argued in court Monday that prosecutors are “not even close” to showing that Arnold that he knew or directed what his associates would do.</p><p>Denise White, the CEO of EAG Sports Management, which represents Arnold, said before the Lions announced they were releasing Arnold that the judge’s ruling “confirms that there is very little evidence to even suggest any criminal involvement by Mr. Arnold.”</p><p>___</p><p>This story was updated to correct that among the charges Arnold faces are four robbery-related counts, not four assault counts.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded></item><item><title><![CDATA[US envoys arrive in Qatar for meetings on Iran, with tensions high over Hormuz]]></title><link>https://www.local10.com/news/world/2026/06/30/us-envoys-arrive-in-qatar-for-meetings-on-iran-with-tensions-high-over-hormuz/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/us-envoys-arrive-in-qatar-for-meetings-on-iran-with-tensions-high-over-hormuz/</guid><dc:creator><![CDATA[By JON GAMBRELL, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — Two U.S. envoys arrived in Qatar on Tuesday for talks with mediators about the implementation of an initial deal to end the war in Iran, an official said.]]></description><pubDate>Tue, 30 Jun 2026 15:26:21 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — Two U.S. envoys arrived in Qatar on Tuesday for talks with mediators about the implementation of an initial deal to end the war in Iran, an official said.</p><p>The visit by Steve Witkoff, U.S. President Donald Trump’s special Mideast envoy, and Jared Kushner, his son-in-law, comes after a weekend of crossfire in the Persian Gulf over efforts to reopen the Strait of Hormuz to shipping traffic.</p><p>The envoys won’t be having direct negotiations with Iranian diplomats while in Qatar’s capital, Doha, said Majed al-Ansari, a spokesman for Qatar’s Foreign Ministry. Instead, mediators are working for the time being as go-betweens for the talks, which won’t include any high-level officials, he added.</p><p>The U.S. and Iran have held indirect negotiations before. However, the two previous rounds collapsed and preceded the 12-day war Israel launched against Iran in 2025 and this year's war, launched jointly by the U.S. and Iran on Feb. 28.</p><p>Iran is also sending a delegation to Qatar this week. Iran’s Foreign Ministry spokesman Esmail Baghaei said Tuesday that Iran has had no plans for a meeting with the American side at any level in the coming days.</p><p>“What will take place in Doha tomorrow is a discussion with the Qatari side about implementing parts of the memorandum of understanding, including the release of Iran’s blocked assets,” Baghaei told journalists at his own briefing.</p><p>It is possible the two sides could exchange messages through the Qatari mediators.</p><p>The U.S. and Iran agreed to an interim deal earlier this month that calls for Tehran to dilute its stockpile of enriched uranium. It also waives U.S.-backed oil sanctions on the country, calls for free traffic through the Strait of Hormuz and gives each side 60 days to hammer out broader agreements.</p><p>Iranian President Masoud Pezeshkian said Monday that Qatar plans to release $6 billion in frozen Iranian assets. A U.S. official, speaking on condition of anonymity because of the sensitive negotiations, confirmed the release amount, saying it would be used to buy U.S. food products for the Iranian people.</p><p>A fifth of the world's oil was shipped through the Strait of Hormuz before the war began. Iran’s attacks and threats stopped cargo ships and tankers from moving through the strait, creating a global energy crisis.</p><p>The strait has long been considered an international waterway despite being in Iran and Oman’s territorial waters.</p><p>Both sides traded strikes amid efforts last week to open Oman’s territorial waters in the strait to both inbound and outbound ship traffic from the Persian Gulf. That raised concerns that negotiations to formally end the war could be disrupted.</p><p>Iran twice attacked vessels in the strait — including a tanker filled with Qatari crude — and drew retaliatory American airstrikes. Iran also launched drone and missile attacks targeting Bahrain and Kuwait on Sunday.</p><p>___</p><p>AP reporter Josh Boak in Washington contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QITLAWWHBVQPDGI7WG56WQAXMM.jpg?auth=2e4cf42da5993648d44691e27b3f821a565699d050fa78fa98aaf25a441d4feb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Steve Witkoff, special envoy to the Middle East, listens as President Donald Trump and NATO Secretary General Mark Rutte meet in the Oval Office at the White House, Wednesday, June 24, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E5E553EDHUUYTZYMWAY462Y6VU.jpg?auth=24b0f4996f5fe17907cdc2502afeeb583e4d101fbafcb9af6dc6796b5d9dac8e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children wade in the water with cargo ships at anchor in the background and a fisherman nearby, in the Strait of Hormuz off Bandar Abbas, Iran, Tuesday, June 30, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content></item><item><title><![CDATA[The Latest: Supreme Court upholds birthright citizenship, rejecting Trump’s restrictions]]></title><link>https://www.local10.com/news/2026/06/30/the-latest-supreme-court-upholds-birthright-citizenship-rejecting-trumps-restrictions/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/30/the-latest-supreme-court-upholds-birthright-citizenship-rejecting-trumps-restrictions/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The Supreme Court on Tuesday upheld a broad conception of birthright citizenship, rejecting President Donald Trump’s executive order declaring that children born to parents who are in the United States illegally or temporarily are not American citizens.]]></description><pubDate>Tue, 30 Jun 2026 17:06:01 +0000</pubDate><content:encoded><![CDATA[<p>The Supreme Court on Tuesday upheld a broad conception of birthright citizenship, rejecting President Donald Trump’s executive order declaring that children born to parents who are in the United States illegally or temporarily are not American citizens.</p><p>The decision, in line with the longstanding judicial interpretation of the 14th Amendment, comes on the final day of a Supreme Court term that has centered on Trump’s expansive claims of presidential power — and largely ruled in his favor.</p><p>In its other Tuesday rulings, the court upheld laws in roughly half the states that prohibit transgender girls and women from playing on their public school and college sport teams and struck down limits on party spending in federal elections.</p><p>Here's the latest:</p><p>Justice Thomas says the majority misunderstands the 14th amendment</p><p>He insists the majority opinion perpetuates a misunderstanding and misapplication of the 14th amendment.</p><p>The citizenship clause and related Reconstruction statutes granted citizenship “to persons born and domiciled in the United States regardless of their race,” he wrote. But “neither guaranteed citizenship to persons who were not domiciled in the United States.”</p><p>He continued: “Blacks were entitled to citizenship because they were Americans. They had no other homeland, owed no allegiance to any foreign power, and were subject to no other authority.”</p><p>That highlights the argument over what it means to be “subject to the jurisdiction” of the U.S.</p><p>The majority holds that, with exceptions like foreign diplomats, being on U.S. soil makes a person subject to U.S. laws. Thomas and dissenters reason that no one who is separately subject to another foreign government should be considered “subject to the jurisdiction” of the U.S., at least when conferring citizenship.</p><p>Justice Jackson takes issue with Thomas in citizenship reasoning</p><p>Justice Clarence Thomas’ dissent in the birthright case argued the 14th amendment’s citizenship clause applied only to formerly enslaved people and not more broadly.</p><p>That prompted Justice Ketanji Brown Jackson to pen a concurrence to Roberts’ majority opinion.</p><p>“Despite his longstanding endorsement of a ‘colorblind’ Constitution, Justice Thomas now surprisingly suggests that the Citizenship Clause was a race-conscious remedial measure, relating only to ‘freed slaves such as Dred Scott,’” she wrote, calling that a “narrow vision” of Reconstruction’s intended expansion of democracy.</p><p>“This alternative account pitches Black Americans against immigrants when the advocates who promoted the Fourteenth Amendment did no such thing,” Jackson wrote. “Freed Blacks fought for the shared humanity of all people.”</p><p>Jackson is the first Black woman to sit on the Supreme Court. Thomas is the second Black man, succeeding Thurgood Marshall, who argued the Brown v. Board case that struck down segregated schools.</p><p>Trump says Congress should end birthright citizenship and calls court ruling ‘too bad’</p><p>The president said the Supreme Court’s decision upholding that anyone born in the United States automatically becomes an American citizen was “too bad for our Country,” but that Congress could “easily” address it with legislation.</p><p>Trump declared that “No long and unwieldy Constitutional Amendment is necessary!”</p><p>But the Supreme Court’s ruling Tuesday makes it clear that it would be necessary to amend the Constitution. Chief Justice John Roberts, who wrote the opinion for the court, pointed to the Fourteenth Amendment in the Constitution in ruling that anyone born in the country, with very limited exceptions, is a citizen.</p><p>Justice Department reacts to the ruling on birthright citizenship</p><p>The Justice Department said in a statement that it’s “committed to tackling illegal birth tourism schemes by working diligently with U.S. Attorneys across the country to uphold the law.”</p><p>“Actors seeking to exploit loopholes to obtain automatic citizenship for their children pose a national security threat and will be brought to justice,” the department said in a post on X.</p><p>Dred Scott case featured in the justices’ birthright citizenship writings</p><p>U.S. Supreme Court justices have long distanced themselves from the pre-Civil War decision that declared Black people — enslaved and free — were not U.S. citizens.</p><p>The 1857 Dred Scott case was featured again Tuesday, being mentioned 48 times in 194 pages of the birthright citizenship opinion, concurrences and dissents.</p><p>Roberts’ majority opinion explained how U.S. birthright citizenship originates with English common law: Anyone born in the monarch’s realm was considered a “natural-born subject.”</p><p>The “odious” Scott case, Roberts said, deviated from that once-accepted understanding and “was met with shock.”</p><p>In response, he detailed, the Civil Rights Act of 1866 and the 14th Amendment’s citizenship clause restored common law understanding, with lawmakers making clear they were explicitly rebuking the Scott decision.</p><p>Yet, Roberts wrote, “the Government and the principal dissent propose a return to its core tenet,” that “for certain people, being born on American soil will not suffice to confer citizenship.”</p><p>Supreme Court denies report that Justice Samuel Alito is retiring</p><p>The Supreme Court’s public information office is denying a published report, since retracted, that the court announced Alito’s retirement Tuesday.</p><p>The unusual statement followed a story from NPR saying the court had announced that Alito was stepping down. NPR pulled the story a short time later. Chief Justice John Roberts announced the retirement of several court employees Tuesday, as he customarily does after the court’s final opinions are out. Alito was not among them.</p><p>Speculation had swirled about the justice’s future plans earlier this year, but Fox News and CBS reported this spring that he planned to remain on the bench.</p><p>NPR’s editor-in-chief released a statement saying the story had been incorrectly reported and that correspondent Nina Totenberg would appear on “All Things Considered” Tuesday afternoon to explain what had happened.</p><p>Court will consider striking down assault weapons bans in Connecticut and the Chicago-area</p><p>A Supreme Court that has expanded gun rights will consider whether bans on semiautomatic rifles, often called assault weapons, violate the Second Amendment.</p><p>The justices said Tuesday they will take up appeals asking the court to strike down bans on the AR-15 and similar semiautomatic firearms in the Chicago area and Connecticut.</p><p>Similar laws are in place in about a dozen states, covering major cities like New York, Los Angeles and Washington, D.C. Congress allowed a national assault weapons ban to expire in 2004, but Democrats have supported renewing it in response to a series of mass shootings and states have continued to pass their own laws.</p><p>The cases are the latest high-profile disputes over guns to reach the court since its conservative majority handed down a landmark ruling in 2022 that expanded Second Amendment rights and spawned challenges to firearm laws around the country.</p><p>The case is expected to be heard in the fall.</p><p>▶ Read more</p><p>More reactions to the Supreme Court’s decision on campaign spending</p><p>The conservative-leaning Institute for Free Speech hailed the decision as “a landmark victory for the First Amendment.”</p><p>“More than half the states have operated for years without restricting coordinated party expenditures, and there is no evidence of the corruption the federal government fears,” institute senior attorney Brett Nolan said. “The Court corrected a two-decade-old mistake.”</p><p>Meanwhile, Jacquelyn Lopez and Rachel Jacobs, partners in the Elias Law Group, which represents Democrats in voting rights cases and election contests, said the decision “needlessly” destroyed “a long-standing pillar” of federal campaign finance laws.</p><p>However, they also said Republicans have “pushed the boundaries” of the limits to help weak candidates. They said the Elias Law Group had anticipated the outcome for months.</p><p>“In the long run, Democratic campaigns will benefit from the level playing field this ruling provides,” they said. “Now, both parties are free to offer unlimited support to their candidates, not just the party willing to ignore the law to do so.”</p><p>From a descendant of the man at the center of the 1898 birthright citizenship ruling</p><p>Norman Wong, the great-grandson of Wong Kim Ark, the Chinese American cook at the center of the landmark 1898 Supreme Court decision establishing birthright citizenship, applauded Tuesday’s ruling.</p><p>“My great grandfather, Wong Kim Ark, never set out to become a symbol. He was one man, only a cook, and yet he stood up for what was right, and I believe that it has made a difference,” Wong said in a statement. “As a result, he stood up for the rights of all of us Americans — it just so happens that I am related to him. Today’s ruling shows that his victory remains as important now as it was in 1898.”</p><p>‘By the grace of God, the president does not manage to do everything he wants’</p><p>For a Mexican mother with six children born in the United States — ranging in age from 18 years to 18 months — the Supreme Court’s decision brought happiness.</p><p>“I am happy for our children,” the 38-year-old woman said in a telephone interview. “I am happy because they don’t face any risk like we do.”</p><p>The woman, who asked not to be identified for fear of being detained and deported, crossed the U.S.-Mexico border in 2007 in search of a better life. She has not applied for asylum or any other immigration status.</p><p>She works at a plant nursery in South Florida, where her children attend school.</p><p>The woman said one of her children called her as soon as he found out about the decision to share his joy with her.</p><p>“By the grace of God, the president does not manage to do everything he wants,” the mother said. “I was confident that, with God’s help, he would not succeed.”</p><p>Birthright citizenship survived racist eras, and now Trump, Global Refuge leader says</p><p>The head of Global Refuge said the Supreme Court averted a catastrophe with its 6-3 opinion upholding the 14th Amendment and rejecting the Trump administration’s attempt to overturn a Reconstruction era amendment.</p><p>“Birthright citizenship survived the Chinese Exclusion Act, Jim Crow, and today, it survived an executive order that would have essentially turned the maternity ward into a customs checkpoint,” said Krish O’Mara Vignarajah, President and CEO of Global Refugee.</p><p>“The Justices rightly recognized that the U.S. Constitution is clear and unambiguous: if you are born in this country and subject to its jurisdiction, you are a citizen of this country,” she said. Vignarajah said a different outcome would have denied citizenship to more than 250,000 children born in the U.S. each year.</p><p>“This was a constitutional stress test.”</p><p>Trump says Republicans won ‘big’ on Supreme Court’s party spending ruling</p><p>The president applauded a Supreme Court ruling that struck down a federal election law and made it easier for major donors to avoid caps on individual contributions to candidates by going through the party.</p><p>“A BIG WIN FOR REPUBLICANS and, more importantly, The First Amendment!” Trump posted on social media.</p><p>House Speaker Mike Johnson ‘very disappointed’ over birthright citizenship ruling</p><p>The Republican leader’s news conference was interrupted by the ruling as reporters instantly sought a real-time reaction.</p><p>“Oh dear,” Johnson said as a reporter read out the decision.</p><p>Johnson said he believes it will subject the country to “serious challenges going forward and we’ll have to deal with that.”</p><p>Johnson, who has worked as a constitutional lawyer primarily on religious issues, said the 14th Amendment is being abused by people who are coming to the U.S. to have children in a “birthing tourism trend.” It’s not illegal but is a practice the Trump administration has tried to reduce.</p><p>Republican senator calls for constitutional amendment restricting birthright citizenship</p><p>Sen. Eric Schmitt of Missouri called the Supreme Court’s decision “wrong, dangerous, and disastrous for American sovereignty and the American people.” He denounced the decision’s majority, including “squish conservatives,” in a post on X.</p><p>Schmitt added that Congress may need to act to restrict birthright citizenship following the court’s ruling.</p><p>“I will be announcing a forthcoming constitutional amendment to restore the sacred bond between American citizens and their government,” Schmitt wrote.</p><p>He said the amendment “will ensure that citizenship once again reflects allegiance, permanence, and membership in the American nation.”</p><p>Nation’s largest Latino civil rights group touts victory in birthright citizenship case</p><p>“This decision confirms a truth that generations of Americans have lived by: a child born on this soil is a citizen of this nation,” Roman Palomares, president of the League of United Latin American Citizens, said in a statement. “The Court has made clear that no president can override the Constitution by decree.”</p><p>LULAC was one of the plaintiffs in the birthright citizenship case. The organization sued the Trump administration last year over the president’s executive order restricting birthright citizenship.</p><p>In transgender sports dissent, Justice Sonia Sotomayor says details matter</p><p>In her dissent on the West Virginia transgender athlete case, Sotomayor emphasized that Becky Pepper-Jackson, a 16-year-old high school sophomore, identified as a girl at a young age and started hormone therapy before going through puberty as a male.</p><p>That matters, Sotomayor said.</p><p>The justice did not argue that West Virginia could not set policies that set restrictions on transgender participation in girls’ sports to ensure safety and fairness. Such a policy, Sotomayor argued, could conceivably allow Pepper-Jackson to compete as she wishes. Meanwhile, the justice wrote, an absolute ban could violate the Constitution’s equal protection clause.</p><p>But the immediate issue, Sotomayor said, is that courts haven’t resolved the factual question of whether Pepper-Jackson’s circumstances put her on the same competitive level with other female athletes. Sotomayor said justices should have returned the case to lower courts to settle that question.</p><p>Opposing reactions to the Supreme Court’s trans athlete decision</p><p>West Virginia Gov. Patrick Morrisey, a Republican, hailed Tuesday’s Supreme Court decision barring transgender athletes from girls’ and women’s sports, while the American Civil Liberties Union senior lawyer Joshua Block called it “heartbreaking.”</p><p>Morrisey said the decision “will be remembered as one of the most important victories for women’s athletics since the enactment of Title IX itself…We defended a simple principle most Americans instinctively understand: that women’s sports exist to provide women and girls a fair opportunity to compete and succeed.”</p><p>Block said: “The reality is that the equality of transgender women and girls takes nothing away from, and in fact promotes, the equality of all women and girls. We will continue to advance the fundamental principle that all young people deserve equal opportunity to thrive and succeed.”</p><p>The trans teenager at the center of the Supreme Court’s decision on sports</p><p>Becky Pepper-Jackson is at the center of Supreme Court decision upholding states’ ban on transgender athletes participating in girls’ and women’s sports.</p><p>The teenager from Bridgeport, West Virginia, is a state-qualifying track and field athlete who placed third in the 2025 discus competition.</p><p>Six years ago, at age 11, Pepper-Jackson challenged a then-new state law banning trans athletes from competing in female sports in middle school, high school and college.</p><p>Now, in high school, Pepper-Jackson is the only trans person who’s sought to compete in girls sports in West Virginia.</p><p>Tuesday’s ruling means Pepper-Jackson’s recently completed track season will be her last in the state.</p><p>Divides over political party spending have mostly split along partisan lines</p><p>After President Trump took office for his second term, the Federal Election Commission dropped its defense of the law limiting party spending and joined with Republicans in urging that it be overturned.</p><p>Democrats had called on the court to uphold the law, even though there’s wide agreement that the spending limits have hurt political parties in an era of unlimited spending by other organizations.</p><p>Entrenched divisions between liberal and conservative justices over campaign finance restrictions were on display when the court heard arguments in December.</p><p>“Every time we interfere with the congressional design, we make matters worse,” said Justice Sonia Sotomayor, a dissenter in Citizens United and the court’s other campaign money cases.</p><p>By contrast, Justice Samuel Alito, a member of the Citizens United majority, described the decision as “much maligned, I think unfairly maligned.” The effect of the decision was to ”level the playing field,” Alito said, by expanding the right to spend freely that had previously belonged only to media companies.</p><p>Group supporting tough restrictions on immigration says Supreme Court ruling is a mistake</p><p>“Birthright citizenship for children of illegal aliens will continue to be a ballooning negative consequence of the failure to enforce our immigration laws,” said Dale Wilcox, executive director and general counsel of the Federation for American Immigration Reform. “But that very fact makes it all the more urgent to step up enforcement to the maximum possible extent and end illegal immigration.”</p><p>Trump says Supreme Court ruling on transgender athletes is a ‘big win’</p><p>The president has made his opposition to transgender athletes a key feature of his speeches and he embraced the Supreme Court decision that states can ban the athletes from girls and women’s teams.</p><p>“BIG WIN,” Trump said on social media. “Wow! That takes that ridiculous situation off the table!!!”</p><p>Immigrant advocacy group welcomes birthright citizenship ruling</p><p>“The Justices rightly recognized that the U.S. Constitution is clear and unambiguous: if you are born in this country and subject to its jurisdiction, you are a citizen of this country,” Krish O’Mara Vignarajah, the head of Global Refuge, a nonprofit that works with immigrants, said in a statement. “Birthright citizenship survived the Chinese Exclusion Act, Jim Crow, and today, it survived an executive order that would have essentially turned the maternity ward into a customs checkpoint.”</p><p>Latino civil rights leaders praise birthright citizenship decision</p><p>“Today, the Supreme Court defended the soul of this country and the very definition of what it means to be an American,” Voto Latino President Maria Teresa Kumar said in a statement.</p><p>She added: “By reaffirming that every child born on American soil is a citizen, the court chose to embrace our multiracial and multicultural reality, rather than succumb to a political agenda rooted in the fear of it.”</p><p>Chief Justice Roberts’ majority opinion upholding birthright citizenship</p><p>“Citizenship, then and now, was the right to have rights — to freely participate in our political community. The Framers of the Fourteenth Amendment extended that promise to ‘every free-born person in this land,’” Chief Justice John Roberts wrote for the court, citing congressional debate over the amendment. “We keep that promise today.”</p><p>How colonial history helped shape birthright citizenship</p><p>Unlike much of the world, birthright citizenship is common across North, Central and South America. Many legal historians believe the roots of that geographic divide reach back more than 500 years, when European nations began sending settlers to their American colonies.</p><p>Europe’s aristocrat rulers wanted to encourage people to move to the colonies, but those colonists wanted their children — even if born overseas — to hold on to their European citizenship.</p><p>The practice remained in place as independence movements began to take shape and as independent nations began to emerge.</p><p>“By then, their legal traditions had already started to form,” said César Cuauhtémoc García Hernández, a law professor at Ohio State University. “So by and large they continued some of the key legal practices of the colonial European governments that they had just severed ties with.”</p><p>NAACP president praises Supreme Court decision protecting birthright citizenship</p><p>“Trump’s attempted assault on the 14th Amendment was dealt a major blow today. This decision is a powerful affirmation of the Constitution and the enduring promise of equality it represents,” said NAACP President Derrick Johnson. “For over 150 years, the Fourteenth Amendment has guaranteed citizenship to everyone born in this country. Today, the court rightly rejected efforts to undermine that core protection and instead upheld a principle that is essential to our democracy.”</p><p>Birthright citizenship opinion is literally weighty, with a printed version that’s especially thick</p><p>Many of those pages are from the dissent penned by Justice Thomas and joined by Gorsuch. The majority opinion is 26 pages long, Thomas’s dissent runs to 91 pages.</p><p>Supreme Court upholds birthright citizenship, rejecting Trump’s proposed limits</p><p>In upholding a broad conception of birthright citizenship, the court rejected President Donald Trump’s executive order declaring that children born to people who are in the United States illegally or temporarily are not American citizens.</p><p>The justices relied on a long-settled understanding of the 14th Amendment, adopted after the Civil War, and more recent federal laws in ruling that anyone born in the country, with very limited exceptions, is a citizen.</p><p>The Republican president’s restrictions had been blocked by several lower courts and had not taken effect anywhere in the U.S.</p><p>During arguments in April, both conservative and liberal justices questioned the order’s legality in a momentous case that was magnified by Trump’s unprecedented attendance in the courtroom.</p><p>▶ Read more</p><p>Advocates for LGBTQ+ youth condemn the transgender athletes ruling</p><p>“Today’s news has nothing to do with safety or fairness in sports,” Trevor Project CEO Jaymes Black said in a statement. “These rulings only serve to send a message to transgender and nonbinary young people that says, ‘you don’t belong.’”</p><p>Supreme Court strikes down limits on party spending in federal elections</p><p>The Supreme Court on Tuesday erased limits on how much political parties can spend in coordination with candidates for Congress and president, striking down a federal election law that’s more than 50 years old.</p><p>Prodded by a Republican-led lawsuit that includes Vice President JD Vance, the court’s conservative justices were again in the majority of the latest decision that upended congressionally enacted limits on raising and spending money to influence elections. The court’s 2010 Citizens United decision opened the door to unlimited independent spending in federal elections.</p><p>The limits on party spending stem from a desire to prevent large donors from skirting caps on individual contributions to a candidate by directing unlimited sums to the party, with the understanding that the money will be spent on behalf of the candidate.</p><p>The Supreme Court had previously upheld the limits in 2001.</p><p>▶ Read more</p><p>One advocate for transgender rights says Tuesday’s ruling will resonate in areas beyond sports</p><p>“The Supreme Court gave cover to a campaign whose stated goal is to deny constitutional projections to trans people,” Imara Jones, CEO of TransLash Media, said in a statement. “The ultimate objective is to establish the cocktail of laws and systemic marginalization that will allow those in power to exclude larger and larger groups of Americans.”</p><p>From Justice Brett Kavanaugh on the transgender athletes ruling</p><p>“Sports are generally zero sum,” Kavanaugh said in the majority opinion. “Every biological male who makes the team takes a roster spot from a female athlete. Every biological male who earns playing time reduces the playing time of a female athlete. Every biological male who starts takes a starting position from a female athlete. Every biological male who wins a race takes the gold medal away from a female athlete.”</p><p>Supreme Court upholds state laws banning transgender girls and women from school athletic teams</p><p>The ruling is another setback for transgender people.</p><p>The court’s conservative majority, which has repeatedly ruled against transgender Americans in the past year, ruled that state bans in Idaho and West Virginia don’t violate the Constitution or the federal law known as Title IX, which prohibits sex discrimination in education.</p><p>More than two dozen other Republican-led states have adopted bans on female transgender athletes, and the decision seems certain to extend to them as well.</p><p>Left unresolved by the outcome are lawsuits challenging state laws and regulations in Connecticut, California and elsewhere that permit transgender athletes to compete consistent with their gender identity.</p><p>▶ Read more</p><p>Several courts have blocked the citizenship restrictions</p><p>The justices are weighing Trump’s appeal of a lower-court ruling from New Hampshire that struck down the citizenship restrictions, one of several courts that have blocked them.</p><p>Trump signed the birthright citizenship order on the first day of his second term, but the restrictions have not taken effect anywhere in the country.</p><p>Dueling views on birthright citizenship</p><p>In oral arguments, Sauer, the lawyer for Trump’s administration, said that birthright citizenship encourages illegal immigration and “rewards illegal aliens who not only violate the immigration laws but also jump in front of those who follow the rules.”</p><p>The practice “demeans the priceless and profound gift of American citizenship,” he told the court.</p><p>But the American Civil Liberties Union, which is challenging Trump’s order, sees it very differently.</p><p>“It’s one of the clearest statements of who we are as a country,” the ACLU said in a statement. “No matter who your parents are, if you’re born here, you belong here.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6KNVDHJ5UCHWIHY5TVD7YHO6JU.jpg?auth=b34ea7e5b06ed41208ab3e787ef8b65c40ceeaee5afb695a7adc80fe01111e15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Supreme Court is seen Monday, June 29, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EFJ35VYEGZ2WW3URY2K5CNQ23A.jpg?auth=72423bfc07a77df9d23bcfe8d4a4016b05848f47f81c49322f8783bfd85f0197&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Supreme Court is seen Tuesday, June 30, 2026, on Capitol Hill in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KRLVYPNP75Y4VZQINHXYU7NB2U.jpg?auth=340cfe1167b8873603f49faec0abfb19212e92455a8509bf18a83a7c964ed783&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Supreme Court is seen Monday, June 29, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Nutrition apps can help build healthy habits. For some users, their gaming features carry risks]]></title><link>https://www.local10.com/health/2026/06/30/nutrition-apps-can-help-build-healthy-habits-for-some-users-their-gaming-features-carry-risks/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/30/nutrition-apps-can-help-build-healthy-habits-for-some-users-their-gaming-features-carry-risks/</guid><dc:creator><![CDATA[By ALBERT STUMM, Associated Press]]></dc:creator><description><![CDATA[Green means go, red means stop. Trophies or confetti come with good performance, and people who fall behind get nudged to do better.]]></description><pubDate>Tue, 30 Jun 2026 11:37:32 +0000</pubDate><content:encoded><![CDATA[<p>Green means go, red means stop. Trophies or confetti come with good performance, and people who fall behind get nudged to do better.</p><p>Those brightly colored engagement tactics long ago jumped from smartphone games to everything from online shopping to sports betting and classrooms. So it should come as no surprise that many nutrition-tracking apps like MyFitnessPal and Noom also use gaming features to keep users coming back.</p><p>But as nutrition apps proliferate, some researchers are raising alarms that gamification features may do more harm than good for some people.</p><p>Isabella Anderberg, a psychologist researching digital dieting behavior at Flinders University in Adelaide, Australia, said calorie tracking can reinforce behaviors associated with body dysmorphia and disordered eating.</p><p>“We do know that not everyone’s going to experience harm from using the apps, but there are certainly factors that might increase risk,” Anderberg said. “Approach with caution.”</p><p>The case for nutrition tracking apps</p><p>Anderberg said there is certainly a place for the apps. Health professionals she interviewed during her research reported that apps can be especially helpful as meal-planning tools for people managing chronic conditions such as heart disease and diabetes. And physical activity apps remind people to move their bodies.</p><p>Many users report enjoying them, finding tactics like streak notifications to be motivating.</p><p>Angela Drury, an English professor in Woodstock, Georgia, began using MyFitnessPal more than 10 years ago to track protein, fat, carbohydrate and calorie intake when she started CrossFit. She has since cycled through several other apps, including Weight Watchers, Lose It and now Nourish, which is paid for by her insurance and includes blood work and weekly meetings with a dietitian.</p><p>Drury said the apps have helped her stay on track with fitness goals and have sometimes steered her away from high-calorie foods when she uploaded photos of meals she was considering eating. She feels a little boost when she gets a badge for continuing a streak for logging meals, but a notification that says she hasn’t entered lunch has the opposite effect.</p><p>“Then it felt like it was scolding me,” she said.</p><p>Be wary of what the app tells you</p><p>The way most apps work, users enter height, weight, age and other information and then set a goal. The app says how many calories or macronutrients are needed to reach that goal, using gamelike elements such as badges, streaks, rewards, points and notifications to encourage user engagement.</p><p>Many nutrition tracking apps are free but offer premium versions that users must pay for.</p><p>The Centers for Disease Control and others say that how many calories you need depends on factors including your age, sex and level of physical activity. The CDC provides a tool to calculate how many calories an individual needs.</p><p>Critics warn that food databases are often inaccurate, with estimated portion sizes and calorie counts that vary widely.</p><p>Courtney Simpson, a behavioral psychologist and director of eating disorders at the Evidence-Based Treatment Centers of Seattle, said some apps encourage people to set calorie goals that are far too low for any adult. That's not only unhealthy but can set people up for failure.</p><p>The gaming features keep people coming back to unrealistic goals, creating shame that may contribute to binge eating or other behaviors people are trying to change, Simpson said.</p><p>“It’s not that gamification itself is bad. It’s about what it is promoting,” she said. “Is that actually going to be beneficial?”</p><p>MyFitnessPal and Noom did not respond to several requests for comment.</p><p>Listen to your body</p><p>Anderberg said people who already believe that thinner is better are more likely to misuse the apps. Calorie and macronutrient tracking can then become obsessional, which creates more negative feelings when daily goals aren’t met.</p><p>She urged users to be skeptical of what the apps tell them to do and instead rely on their own intuition. If you feel the need to rest, nurse an injury or treat yourself to something delicious, do so.</p><p>“We are sort of losing that ability to read our body cues,” she said.</p><p>Simpson noted that focusing on weight as a measure of overall health, besides being inaccurate, makes it more likely to lose and regain weight. Such cycling is linked to worse health outcomes over time.</p><p>“If you really want lasting change, then you need to be doing behaviors that are feasible and sustainable for you over time,” she said.</p><p>Drury could see how the apps could be harmful for people predisposed to disordered eating, but she said the most important consideration for her is to set realistic goals and listen to your body.</p><p>“I’ve ultimately learned that you cannot starve yourself into being in the shape you want to be in,” she said.</p><p>EDITOR’S NOTE: Albert Stumm writes about wellness, food and travel. Find his work at https://www.albertstumm.com</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LWTIXZJCFI2C5NDQBQRNSCGCPI.jpg?auth=d1154b155beb4046394ae6bd2d9ec8f8d0cf2eea00323bcf8b0c5b1beb9764e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[(AP Illustration / Peter Hamlin)]]></media:description><media:credit role="author" scheme="urn:ebu">AP Illustration /  Peter Hamlin</media:credit></media:content></item><item><title><![CDATA[Cypriot natural gas could start flowing from ExxonMobil's discoveries by 2033]]></title><link>https://www.local10.com/business/2026/06/30/cypriot-natural-gas-could-start-flowing-from-exxonmobils-discoveries-by-2033/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/cypriot-natural-gas-could-start-flowing-from-exxonmobils-discoveries-by-2033/</guid><dc:creator><![CDATA[By MENELAOS HADJICOSTIS, Associated Press]]></dc:creator><description><![CDATA[NICOSIA, Cyprus (AP) — Natural gas could start flowing by 2033 out of two undersea deposits discovered by ExxonMobil off Cyprus, a senior executive with the company said Tuesday, helping to turn the east Mediterranean island nation into a new European energy hub.]]></description><pubDate>Tue, 30 Jun 2026 13:09:11 +0000</pubDate><content:encoded><![CDATA[<p>NICOSIA, Cyprus (AP) — Natural gas could start flowing by 2033 out of two undersea deposits discovered by ExxonMobil off Cyprus, a senior executive with the company said Tuesday, helping to turn the east Mediterranean island nation into a new European energy hub.</p><p>The largest U.S. oil company and its consortium partner, QatarEnergy, consider the most likely option for getting the gas to market would be conveying it through a pipeline to existing processing facilities in Egypt where it can be liquefied for export, ExxonMobil's Vice President of Global Exploration John Ardill said.</p><p>Other options including building onshore facilities in Cyprus or a floating one in waters over the deposits are considered too costly at this point.</p><p>“Everything you’ve seen between the government of Cyprus and the government of Egypt gives us a lot of confidence that there’s good government to government coordination, the agreements in place to leverage that eastern Mediterranean energy hub concept,” Ardill said.</p><p>He was speaking after ExxonMobil and QatarEnergy signed a deal with Cyprus declaring the two deposits commercially viable.</p><p>The deposits — dubbed Glaucus and Pegasus — are located in Block 10 of Cyprus’ exclusive economic zone (EEZ) and are estimated to hold together roughly 7 trillion cubic feet of gas.</p><p>Ardill said the consortium is looking to expand its presence off Cyprus, expressing interest in exploring an area, or block, on the southwestern corner of the EEZ that is adjacent to an area where it already holds drilling licenses.</p><p>The consortium will carry out additional drilling at the Pegasus deposit around the end of this year to collect more key data for its development, he added.</p><p>“So what we should tell ordinary people is we have been working very diligently together between government and investor to make these discoveries and we’re working very diligently to get the gas flowing for the people of Cyprus,” Ardill said.</p><p>Cyprus is trying to position itself as a new energy source for Europe and beyond following the initial discovery of natural gas off its southern shore in 2011.</p><p>Apart from ExxonMobil and QatarEnergy, two other consortiums hold exploration licenses in the Cypriot EEZ.</p><p>A consortium composed of Italy’s Eni and French TOTAL holds licenses for four blocks where two deposits hold an estimated 5.6 trillion cubic feet of gas combined, while a partnership between Chevron, Dutch Shell and Israeli NewMed is licensed for one bloc where the oldest discovery — Aphrodite — holds approximately 5.6 trillion cubic feet of gas.</p><p>Earlier this year, Eni’s Chief Operating Officer Guido Brusco said the company was close to making a final decision on developing the Cronos gas field that could deliver the hydrocarbon to European markets by late 2027 or early 2028.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZG7YHDQMRQSCGCDRWZBWA3XMP4.jpg?auth=d34174d5e361128e11946d97152e76ff1edd29551aaa860963d9f31686fb98d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People on the beach take photos of the 'Tungsten Explored' drilling ship, in the southern coastal city of Larnaca, Cyprus, on Nov. 3, 2021. (AP Photo/Petros Karadjias, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Karadjias</media:credit></media:content></item><item><title><![CDATA[‘Tons of babies everywhere’: Growing bunny population a big issue in Wilton Manors neighborhood]]></title><link>https://www.local10.com/news/local/2026/06/29/tons-of-babies-everywhere-growing-bunny-population-a-big-issue-in-wilton-manors-neighborhood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/tons-of-babies-everywhere-growing-bunny-population-a-big-issue-in-wilton-manors-neighborhood/</guid><dc:creator><![CDATA[Jacey Birch]]></dc:creator><description><![CDATA[Three years ago, Local 10 News was part of a major project to help rescue bunnies in Wilton Manors that numbered in the dozens.]]></description><pubDate>Mon, 29 Jun 2026 21:58:07 +0000</pubDate><content:encoded><![CDATA[<p>Three years ago, Local 10 News was part of a major project to help rescue bunnies in Wilton Manors that numbered in the dozens.</p><p>But not every single rabbit was rehomed, so as you can imagine, the ones left behind have been rapidly reproducing ever since.</p><p>Now, everywhere you look in the Jenada Isle neighborhood, there are black bunnies, brown bunnies, white rabbits and even baby bunnies.</p><p>“I really like the bunnies,” said resident Trey Opp. “I mean, I don’t like that they’re free and roaming and there’s no one taking control and it’s going on and on, but I do think that they’re cute.”</p><p>Added resident David Brassil: “They breed like rabbits and they might just take over and start digging holes and ruining people’s yards and stuff like that, but they are really cute.”</p><p>While most people agree that the bunnies are adorable, the little bouncing critters can be a menace for homeowners. </p><p>“They are destroying our property,” said resident George Kvocka. “I mean, they are out causing damage to the property. You can see all the grass and the plants are being dug up, so it’s costly for neighbors to keep that up.”</p><p>Local 10 Animal Advocate Jacey Birch found holes all over the island while searching to see how many rabbits call the Wilton Manors neighborhood their home.</p><p>“I almost tripped earlier in one of their holes in my backyard, so I can see why they can be a frustration,” said resident Chad Parvus. </p><p>Local 10 News’ cameras captured at least a dozen holes over two different visits, while neighbors claim there could be up to 60.</p><p>Kvocka said he feeds the bunnies daily right out of his garage, but he called the Animal Advocate team for help, not knowing where else to turn.</p><p>The history behind the bunnies in the neighborhood goes back several years to when a breeder illegally dumped domestic rabbits in the area, and then those rabbits did exactly what rabbits do. </p><p>They reproduced. </p><p>Did you know a female rabbit can give birth to a new litter every month?</p><p>Three years ago, the city, a rabbit rescue and the residents all got together to help rehome the dumped animals along with the ones that were born there.</p><p>“They’re very difficult to keep under control and they breed like rabbits, so even if they were to pretty much get rid of most of them, as long as one or two of them stayed around, the problem would come back,” said Parvus. </p><p>Added Opp: “They took away a lot of the bunnies when they took them away back in 2023. They started reproducing; now there’s tons of babies everywhere.”</p><p>The problem is nobody really oversees the bunnies and every single time a baby is born on the island, it’s considered a feral animal. </p><p>And therein lies the problem.</p><p>The Florida Fish and Wildlife Conservation Commission said domesticated rabbits are under the jurisdiction of local governments, not the FWC. </p><p>Local 10 then reached out to the city, which said, “at this time, the city is not actively pursuing any actions related to the rabbits on the island.”</p><p>Finally, Local 10 News contacted Broward County Animal Control, which said, in part: “Our scope of services are limited to dogs and cats.”</p><p>“I see them under my deck in my backyard, I see them in neighbors’ yards. It’s just going to continue and continue until somebody does something about it,” said Opp. </p><p>Local 10 also reached out to several <a href="https://pennyandwild.org/resources/surrender/" target="_blank" rel="noreferrer" title="https://pennyandwild.org/resources/surrender/">rabbit rescue groups</a>, but none will accept feral rabbits living on the streets that are not domesticated. </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[World Cup fans enjoy festive watch party during match between Brazil, Japan]]></title><link>https://www.local10.com/sports/2026/06/29/world-cup-fans-enjoy-festive-watch-party-during-match-between-brazil-japan/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/world-cup-fans-enjoy-festive-watch-party-during-match-between-brazil-japan/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[Futbol fans flocked to Downtown Miami on Monday for what turned out to be an epic World Cup watch party. ]]></description><pubDate>Mon, 29 Jun 2026 21:22:16 +0000</pubDate><content:encoded><![CDATA[<p>Futbol fans flocked to downtown Miami on Monday for what turned out to be an epic World Cup watch party. </p><p> </p><p>It took place at Bayfront Park during the match between Brazil and Japan. </p><p>The Round of 32 knockout stage game was a great one. </p><p>It remained tied until the final moments, when Brazil pulled out a thrilling 2-1 victory. </p><p>Local 10 News’ Liane Morejon was there for all the fun, and her report can be seen at the top of this page. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Brooke Shields hosts new show reuniting first responders with tragedy survivors]]></title><link>https://www.local10.com/news/local/2026/06/29/brooke-shields-hosts-new-show-reuniting-first-responders-with-tragedy-survivors/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/brooke-shields-hosts-new-show-reuniting-first-responders-with-tragedy-survivors/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[From mountainside rescues and violent floods, to car crashes and fires, first responders make all the difference between life and death in a dangerous situation.]]></description><pubDate>Tue, 30 Jun 2026 02:33:28 +0000</pubDate><content:encoded><![CDATA[<p>From mountainside rescues and violent floods, to car crashes and fires, first responders make all the difference between life and death in a dangerous situation.</p><p>“Hearts of Heroes” reunites the survivors of tragedy with the extraordinary men and women who saved their lives.</p><p>A life-saving rescue is more than meets the eye, according to disaster rescue expert Sheldon Yellen.</p><p>The show drives home the reality that a hero lives within all of us.</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[False hope and schadenfreude: Familiar feelings for Germany after another World Cup flop]]></title><link>https://www.local10.com/sports/2026/06/30/false-hope-and-schadenfreude-familiar-feelings-for-germany-after-another-world-cup-flop/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/false-hope-and-schadenfreude-familiar-feelings-for-germany-after-another-world-cup-flop/</guid><dc:creator><![CDATA[By CIARÁN FAHEY, Associated Press]]></dc:creator><description><![CDATA[Another World Cup, another early exit.]]></description><pubDate>Tue, 30 Jun 2026 16:50:23 +0000</pubDate><content:encoded><![CDATA[<p>Another World Cup, another early exit.</p><p>Germany should be getting used to disappointment, but it doesn’t make it any less painful for a traditional soccer heavyweight that had been tentatively hoping for a fifth World Cup title to restore lost pride.</p><p>Germany did manage to survive the group stage for the first time since winning the trophy in 2014, but it’s little consolation after Monday’s loss to unheralded Paraguay on penalties sent the team home after the first knockout game.</p><p>“We messed it up,” Joshua Kimmich told reporters after the match in Foxborough, Massachusetts.</p><p>It was a familiar feeling for the Germany captain who also struggled for explanations after the team’s group-stage exit at the 2022 World Cup in Qatar.</p><p>“As a child, when you watched the national team during tournaments, it was always semifinals, finals, or world champions. There was always lots of success. You grew up with that, cheering them on,” the 31-year-old Kimmich said Monday, when he apologized for the team failing to meet expectations.</p><p>“All of us who were on the pitch should feel that, rather than looking to blame someone else. We blew it,” Kimmich said in comments reported by dpa.</p><p>Coach under fire</p><p>Germany coach Julian Nagelsmann is in the firing line after some contentious calls — particularly after recalling veteran goalkeeper Manuel Neuer from international retirement just before the tournament after months of denials.</p><p>The 40-year-old Neuer failed to justify his inclusion at the expense of Hoffenheim’s Oliver Baumann, and was arguably at fault for Ecuador’s winning goal in the last group game.</p><p>“I gave it my all,” Neuer said.</p><p>Nagelsmann finally bowed to pressure and gave forward Deniz Undav his first start against Paraguay, but the move didn’t pay off as the Kurdish Yazidi player was unable to add to his three goals and two assists from his first two games as a substitute.</p><p>Nagelsmann was also criticized for not playing forward Nick Woltemade at all until he sent him on with extra time looming against Paraguay. Woltemade was among three players who missed in the penalty shootout.</p><p>False hope</p><p>Nagelsmann had raised expectations by saying Germany was aiming to win the title. Ultimately, his team failed to show any justification for such hopes.</p><p>Germany played four games at the World Cup, winning two against debutant Curaçao and Ivory Coast, before the losses to Ecuador and Paraguay.</p><p>While Paraguay’s win was joyously celebrated on the streets of its capital, Asunción, it was considered a major shock — few German fans knew any of the Paraguayan players before the match, and they were already looking forward to a likely Round of 16 meeting with France, which plays Sweden on Tuesday.</p><p>“You have to beat such a team,” Neuer said of Paraguay. “That’s a fact when you want to measure yourself against teams like France.”</p><p>Nagelsmann has vowed to stay on as coach, though he was also criticized for his prickly responses to questions after the game.</p><p>“I’m still convinced that he’s probably the right one to continue,” Germany team director Rudi Völler said. “It’s not only up to me.”</p><p>Serious talks ahead</p><p>Bernd Neuendorf, the president of the German soccer federation, said Tuesday he already met “at length” with Nagelsmann, Völler and sporting director Andreas Rettig, and they agreed “our performance at the World Cup fell short of our standards.”</p><p>“In the coming days, we will calmly look at the reasons why the team was unable to realize its potential and failed to meet both its own expectations and those of the German football community,” Neuendorf said. “After such a crushing blow, we cannot and do not wish to simply return to business as usual.”</p><p>Nagelsmann has a contract running through the European Championship in 2028.</p><p>Schadenfreude takes over</p><p>German Chancellor Friedrich Merz illustrated the disconnect between the German team’s hopes and reality better than most when he wrote on social media, “What a match, @DFB_Team! You thrilled our country with your commitment and team spirit at this World Cup. We’re proud of you.”</p><p>Merz was quickly mocked for his post on X, where many users asked which match he was referring to. The words “which match” began trending.</p><p>“I honestly don’t know which was worse. The match or this analysis,” FDP politician Marie-Agnes Strack-Zimmermann wrote.</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/2IXPNLMQQZKUXB4TYBCPA5EAUI.jpg?auth=1525632c9a7517ed7751579f2781aac05ab3b8f9dacacb6aa7a53bb7a1fabf19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Germany fan reacts at the end of the World Cup round of 32 soccer match between Germany and Paraguay in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZBYNPY67UDF43YVLQBQVP7S7CI.jpg?auth=897e3069dfcdedf42e3ec6a547dfc0c9a2593bca8954d08c223e59c605cad62f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Germany head coach Julian Nagelsmann claps hands to supporters after losing the World Cup round of 32 soccer match between Germany and Paraguay in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DEFLKN7KBATNVXBYTVKHPXHWBA.jpg?auth=ee2321b0379a85300e432137c4b4aa5d5b6941af827a7afa9cd64361d2695cef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Germany's Nick Woltemade (11) walks off the field after losing to Paraguay in a shootout during the World Cup round of 32 soccer match in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QP3UYUA3WJWUB3GNTBQH5C57S4.jpg?auth=f251b051737288c5179cdc4cb1eeb5e0c44f6fe612d9a65af02fa1033152576c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Germany's Jamal Musiala (10) and Malick Thiaw (24) walk off the field after losing to Paraguay in a shootout during the World Cup round of 32 soccer match in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TYW2JZFWACGRVYBRON6AAHY2BE.jpg?auth=95c20986b7e7959844fe18f6baa6709935f6ab04ab8b931c70963b38f87e3b92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay's Fabian Balbuena (5) looks on as German players react during a penalty shootout at the end of during the World Cup round of 32 soccer match between Germany and Paraguay in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content></item><item><title><![CDATA[Gojek co-founder sentenced to 10 years in Indonesia over school laptops corruption case]]></title><link>https://www.local10.com/news/world/2026/06/30/indonesia-sentences-gojek-founder-to-10-years-for-graft-over-procurement-of-school-laptops/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/indonesia-sentences-gojek-founder-to-10-years-for-graft-over-procurement-of-school-laptops/</guid><dc:creator><![CDATA[By NINIEK KARMINI and ANDI JATMIKO, Associated Press]]></dc:creator><description><![CDATA[JAKARTA, Indonesia (AP) — Indonesia's anti-graft court on Tuesday sentenced one of the co-founders of ride-hailing and payments giant Gojek to 10 years in prison after finding him guilty in a high-profile corruption case stemming from his time as education minister.]]></description><pubDate>Tue, 30 Jun 2026 12:06:57 +0000</pubDate><content:encoded><![CDATA[<p>JAKARTA, Indonesia (AP) — Indonesia's anti-graft court on Tuesday sentenced one of the co-founders of ride-hailing and payments giant Gojek to 10 years in prison after finding him guilty in a high-profile corruption case stemming from his time as education minister.</p><p>Nadiem Anwar Makarim was convicted of pushing his ministry to buy Google Chromebook laptops for schools during the COVID-19 pandemic as the American tech giant was considering an investment in Gojek's parent company. Makarim denied wrongdoing.</p><p>A panel of five judges at Jakarta’s Corruption Court ordered Makarim to repay 809 billion rupiah (about $45.2 million) — a figure prosecutors said represented the value to him of Google's investment in PT Aplikasi Karya Anak Bangsa — and imposed a fine of 1 billion rupiah (about $55,870). Prosectors said the purchasing decision also caused $125 million in state losses.</p><p>“The defendant, as a minister who should serve as a role model, abused his authority. His actions were deliberate, structured and systematic,” said presiding Judge Purwanto S. Abdullah, “As a high-ranking official, the defendant exacerbated the situation during the COVID-19 pandemic, when the education sector was already in crisis.”</p><p>The court didn't find that Makarim's push to buy Chromebooks actually influenced Google. Three former Google executives testified during the trial that Google’s investment in GoTo was unrelated to the Indonesian government’s decision.</p><p>Following the verdict Makarim, 41, criticized what he called an excessive punishment and said he would appeal because “there is not a single part of the accusation by the prosecution that has not been refuted, that has not been proven otherwise, no form of bribery, no conflict of interest, there is no state lost.”</p><p>Speaking to The Associated Press in a brief interview after the hearing, he said the policy to select the cheapest laptop based on an operating system that is free has saved at least 3.6 trillion rupiah (about $201 million).</p><p>“It’s very disappointing decision today and was shocking because the judges in their decision didn’t mention anything about enriching myself,” he said.</p><p>“So, I believe that this trial is about the picture of justice in Indonesia and about how every honest person who wants to serve their country are not save in this country,” Makarim added.</p><p>The 10-year sentence was far below the 18 years sought by the prosecution, which had told the court that Makarim had abused his position to influence policy decisions and corporate dealings.</p><p>The three-judge panel said they reduced the penalty because Makarim is still in his productive age and the sentence imposed should not deny the defendant the opportunity for rehabilitation and a return to contributing to society. They also ordered the time he has served since he was arrested in September to be deducted from the sentence.</p><p>Makarim was detained with two former education ministry officials and a former tech consultant who were sentenced up to four-and-half years in the case, while another staff member is wanted by authorities but remains at large.</p><p>The trial, which started in January, has drawn significant public attention, often attended by hundreds of motorcycle taxi drivers showing support for the man who helped create their industry.</p><p>The judges said Makarim’s decision to use ChromeOS and Chrome Education Upgrades — products licensed exclusively by Google — was driven by a conflict of interest, disregarding advice from the ministry’s legal bureau and policies that required to prioritizing domestic products.</p><p>“The defendant maintained the Chromebook policy by systematically removing officials who opposed it during his tenure as education and culture minister,” Abdullah said.</p><p>In a dissenting opinion, a member of the panel, Andi Saputra, argued that there was not enough evidence and Marakim should be acquitted.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MYGWUMQ6QTBQ5GX435FMQSWA5U.jpg?auth=1025540846f49cfdc66df7a9a6ac3feea587b68e16e8767559c5eba3071ed770&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fomer Education Minister Nadiem Anwar Makarim, center, who is also the co-founder of ride-hailing and payment giant Gojek, talks to the media after his sentencing hearing in a Google Chromebook laptop procurement corruption case, at the Corruption Court in Jakarta, Indonesia, Tuesday, June 30, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5TT6GPPSTFDWVQZ3Y6E7G4TLHE.jpg?auth=2d4723a6c653033450f5219c94bcdd9855c0cf5a4362d1fcdb4ae49163874166&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The co-founder of ride-hailing and payment giant Gojek and fomer Indonesian Education Minister Nadiem Anwar Makarim gestures after being sentenced in a Google Chromebook laptop procurement corruption case, at the Corruption Court in Jakarta, Indonesia, Tuesday, June 30, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KVCOVLSXWQ26S7NCIJWMVEVUJQ.jpg?auth=698e064b3b1468ddbbe64c9c388cc1c8ead3d781caef768e3d1806c673a327f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The co-founder of ride-hailing and payment giant Gojek and fomer Indonesian Education Minister Nadiem Anwar Makarim, center, is hugged by a supporter as his wife Franka, top right, looks on after being sentenced in a Google Chromebook laptop procurement corruption case, at the Corruption Court in Jakarta, Indonesia, Tuesday, June 30, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LPDT7UNRCD2NCS2IDU7BUY7VDA.jpg?auth=5ba3ba5e700574bafdf6a778ac048b205970a5f623d48cfba7c2b0302a26a416&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The co-founder of ride-hailing and payment giant Gojek and fomer Indonesian Education Minister Nadiem Anwar Makarim, left, speaks with his lawyers after being sentenced in a Google Chromebook laptop procurement corruption case, at the Corruption Court in Jakarta, Indonesia, Tuesday, June 30, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KLBD5N2RVU3CLJLVKGLMWH7TJM.jpg?auth=b6c18e4bf1bcba116dba553ef9d14acdc72fcffbc2614f5ff92653a6cf35a1d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fomer Education Minister Nadiem Anwar Makarim, also the co-founder of ride-hailing and payment giant Gojek, is greeted by supporters before his sentencing hearing in a Google Chromebook laptop procurement corruption case, at the Corruption Court in Jakarta, Indonesia, Tuesday, June 30, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content></item><item><title><![CDATA[June 30: Broward brush fire pushes some smoke, haze towards metro areas ]]></title><link>https://www.local10.com/weather/2026/06/30/june-30-broward-brush-fire-pushes-some-smoke-haze-towards-metro-areas/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/30/june-30-broward-brush-fire-pushes-some-smoke-haze-towards-metro-areas/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Happy last day of June, and yes, get ready for another hot, humid day. High temperatures will be in the mid-90s, but heat indices will reach 105-110 degrees. ]]></description><pubDate>Tue, 30 Jun 2026 10:41:34 +0000</pubDate><content:encoded><![CDATA[<p>Happy last day of June, and yes, get ready for another hot, humid day. High temperatures will be in the mid-90s, but heat indices will reach 105-110 degrees. Afternoon storms are expected with the development of the sea breeze. These showers and storms will be isolated and push inland, so much of the metro, coastal areas will stay dry and very hot. A brush fire continues to burn over inland Broward County, with a west wind this morning, it is pushing some smoke and haze towards our metro areas. Please limit your time outdoors in some areas until this afternoon. Later today, a south-east breeze takes place which will then push the smoke and haze inland over the Everglades. 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[How to talk about money with your kids]]></title><link>https://www.local10.com/business/2026/06/30/how-to-talk-about-money-with-your-kids/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/how-to-talk-about-money-with-your-kids/</guid><dc:creator><![CDATA[By ADRIANA MORGA, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — At the grocery store, Jamie Corum sets a two-minute timer for her 10-year-old daughter to look around. Then she resets it to 10 minutes so her daughter can choose one thing to buy, making sure she considers her budget and how much tax she'll have to pay.]]></description><pubDate>Tue, 30 Jun 2026 10:35:09 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — At the grocery store, Jamie Corum sets a two-minute timer for her 10-year-old daughter to look around. Then she resets it to 10 minutes so her daughter can choose one thing to buy, making sure she considers her budget and how much tax she'll have to pay.</p><p>Corum and her wife have made it a priority to teach financial lessons to their three children, using engaging activities to encourage their interest in topics like saving and budgeting.</p><p>“My goal is for them to have a healthy relationship with money and not have insecurities,” said Corum, an Austin, Texas-based cybersecurity professional.</p><p>Not everyone feels as confident. Money can be a difficult conversation, especially if parents don’t feel totally comfortable with the topic themselves. But Jennifer Seitz, director of education at Greenlight, a family personal finance app, said that's starting to change.</p><p>“This generation is really committed to doing better for their kids even though a majority of parents don’t feel equipped,” Seitz said.</p><p>There are more banking products available to help parents think about their children's financial futures, including debit cards for kids that can be used under parental supervision and apps that gamify money to make it approachable for kids.</p><p>Some people actually start learning while they are parenting, like Naseema McElroy, a nurse who became a money content creator. When McElroy's oldest daughter was a year old, she felt inspired to learn more about personal finance to pay off debt. As she learned more, she started to share her knowledge with friends and then a wider audience online.</p><p>“I started just from wanting to share the lessons that I was learning about money with my friends because I felt like we learn so late in life and then we all had daughters,” McElroy said.</p><p>Many parents want to start talking about finances with their children because they didn't have financial education growing up, Seitz said.</p><p>Here are some expert recommendations if you want to start talking about money with your kids:</p><p>Talk about money openly and often</p><p>Money conversations can feel uncomfortable, especially if your family didn’t encourage them. But if you want your children to engage with money in a healthy way, it’s best to talk about it, said Carrie Joy Grimes, a personal finance expert and founder of WorkMoney, a personal finance nonprofit.</p><p>“Have conversations about money in front of your kid to normalize it,” Grimes said.</p><p>In Corum’s family, the topic of money has become part of their daily lives.</p><p>“We talk about how we have a budget for the house, that everything that their mom and I bring into the house has an assignment, a job,” Corum said.</p><p>A great way to start is by talking about the cost of things, said Courtney Pettway, CEO and founder of KidVestors, a financial literacy platform for children. Pettway recommends asking questions like: What does this item cost? Why do you want this item? Is it a need or a want? And if they're getting an allowance, you could ask: How long would it take for you to save up for this item?</p><p>At the dinner table, while you’re at the grocery store, when you travel or shop for clothes, take day-to-day situations and turn them into money lessons.</p><p>Teach children how to make money decisions</p><p>A key aspect of personal finance is knowing how to make choices with money. This can be taught by giving kids small amounts of money and allowing them to choose how to spend it, Grimes said.</p><p>“I gave (my daughter) enough money that she could make choices with it. So she learned early on that she had enough she could save up for something, so she could say no to things and say yes to other things,” said Grimes. “Learning to say no, learning to hold money to yourself for long enough to get the thing you want, it’s a really hard skill.”</p><p>When giving children the opportunity to choose, it's crucial parents don't impart judgment on their decisions, said Bobbi Rebell, consumer finance expert at BadCredit.org, a personal finance website. Framing choices as personal preferences rather than right or wrong answers will build children's confidence in their decision-making process, she said.</p><p>Parents can find free financial literacy worksheets for children from Hands on Banking, a free financial education service by Wells Fargo.</p><p>Teach how to set financial goals</p><p>For many children, their first access to money is through an allowance. Whether it’s saving for a new video game or a bicycle, setting a goal for their money can be a good way to teach children the value of saving.</p><p>“Recognizing the progress, seeing how close they’re getting to the goal, visualizing the end goal, and then really celebrating when they achieve that goal can help them learn that when they can make small financial goals a reality,” Seitz said.</p><p>Tip jars can be an analog way to track progress, Pettway said. Encourage your child to add a portion of the money they receive to a “savings” jar, an “investing” jar and a “giving” jar. As children see their jars getting full, they begin to be motivated to continue adding money.</p><p>It can also be beneficial to make children active participants in future plans, recommended Lindsay Bryan-Podvin, financial therapist and founder of Mind Money Balance, a financial wellness service. If, for example, your child wants to go to an expensive sports summer camp, encourage them to save a portion of the cost from their allowance or summer job.</p><p>Allow them to make mistakes</p><p>It's inevitable that kids will make mistakes while learning about money. These can be approached as opportunities to learn important money lessons that will be useful for their future, Rebell says. However, it’s important that you let your children make the mistakes rather than solve issues for them.</p><p>“If you constantly bail them out, they’re not gonna learn to manage it,” Rebell said.</p><p>Bryan-Podvin also recommends that you avoid responding to mistakes in a negative way. Showing intense frustration or anger can hurt children's trust and make them feel like they cannot turn to their parents when they make normal mistakes.</p><p>“Help them learn how to manage their emotions, help them think about how they might do things differently,” she added.</p><p>Get creative</p><p>Money can often seem boring, so making it fun, engaging, and entertaining can be the key to keeping your children’s interest alive.</p><p>For example, when shopping for things like school supplies, Corum chooses an appropriate amount from her own budget for her daughter to decide which items she wants. However, when shopping for toys or other non-essential items, Corum gives her daughter a portion of her allowance or other extra money she might have from special chores.</p><p>Corum gave her children debit cards and uses a family personal finance app connected to the cards to distribute their allowances and monitor their spending. Her children have access to their debit cards through their own app portal where they can see their spending, save, invest and learn more about personal finance topics.</p><p>Apps like Acorns Early, Greenlight and BusyKid are among the most popular family personal finance apps.</p><p>——</p><p>The Associated Press receives support from Charles Schwab Foundation for educational and explanatory reporting to improve financial literacy. The independent foundation is separate from Charles Schwab and Co. Inc. The AP is solely responsible for its journalism.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4IH2IRNEQDGAO5EOQW7Q3BGAOY.jpg?auth=2ad4330e5058d346ecf278626d85bde9323b2b1b36846731e16b277fe762d43a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jamie Corum, her children Ivy Edgar, 10, Cash Edgar, 17, and wife Jessica Edgar-Corum pose for a portrait in their neighborhood on Monday, June 29, 2026, in Pflugerville, Texas. (AP Photo/Joel Angel Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Joel Angel Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IDY4F2XCRNUH4LINNYTK4QNO34.jpg?auth=f429aecaaa97298034d2ac21c3ddec92480f9dd65f93571cf114046d92b77a96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ivy Edgar, 10, cooks pasta with her parents Jessica Edgar-Corum and Jamie Corum at their home on Monday, June 29, 2026, in Pflugerville, Texas. (AP Photo/Joel Angel Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Joel Angel Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YVDDGKM47CGSFSYWE7TPPNAGVY.jpg?auth=5dd7959a8533a20352da79df4d2ca10d773c952a2b17dfdb7ed9c10d7c5c21a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cash Edgar, 17, sits next to his mother Jamie Corum and dog Oslo at their home on Monday, June 29, 2026, in Pflugerville, Texas. (AP Photo/Joel Angel Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Joel Angel Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V2GAKFYJDUJDTFTQ7LV3AJIWUA.jpg?auth=5cc28ba47ba57feb89f7b359727beb0b744bb9ca04b25a74e1c02253c5382bf4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jessica Edgar-Corum, her daughter Ivy Edgar, 10, and wife Jamie Corum prepare dinner at their home on Monday, June 29, 2026, in Pflugerville, Texas. (AP Photo/Joel Angel Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Joel Angel Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EGVF3DSJX2O54BJJI4PE3P2SM4.jpg?auth=59e425ecef7ac10f448222bf4bc8d35ba2dc2a7ee2d8a5382850ba16268d5048&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jamie Corum and her wife Jessica Edgar-Corum pose for a portrait outside their home on Monday, June 29, 2026, in Pflugerville, Texas. (AP Photo/Joel Angel Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Joel Angel Juarez</media:credit></media:content></item><item><title><![CDATA['Good to have the GOAT back': Serena Williams to make singles return on Day 2 at Wimbledon]]></title><link>https://www.local10.com/sports/2026/06/30/good-to-have-the-goat-back-serena-williams-to-make-singles-return-on-day-2-at-wimbledon/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/good-to-have-the-goat-back-serena-williams-to-make-singles-return-on-day-2-at-wimbledon/</guid><dc:creator><![CDATA[By MATTIAS KARÉN, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Serena Williams is set to return to Wimbledon's Centre Court on Tuesday for her first singles match in nearly four years as she plays Maya Joint in the first round of the grass-court Grand Slam tournament.]]></description><pubDate>Tue, 30 Jun 2026 16:52:24 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Serena Williams is set to return to Wimbledon's Centre Court on Tuesday for her first singles match in nearly four years as she plays Maya Joint in the first round of the grass-court Grand Slam tournament.</p><p>Defending women's champion Iga Swiatek opened play on the main court — and had to come through a tough three-setter against Taylor Townsend — but the 44-year-old Williams was certainly the main attraction on Day 2. She's going up against an opponent less than half her age in the 20-year-old Joint.</p><p>After returning to play doubles at Queen's Club this month, Williams accepted wild cards to play in both the singles and doubles tournament — with her older sister Venus — at Wimbledon.</p><p>Her return has certainly created a buzz around the All England Club, which is without some of its usual star power after two-time men's champion Carlos Alcaraz and home favorite Emma Raducanu both withdrew with injuries.</p><p>Williams practiced for about 50 minutes a few hours before her match, with good friend Caroline Wozniacki — another former No. 1 — looking on.</p><p>“I’m very excited, it’s always good to have the GOAT back,” Wozniacki told The Associated Press. “She is fun to watch, not only as a friend but also as a tennis fan. Anytime you can have her back and playing, I think it’s exciting for the game.”</p><p>After the opening day featured wins for No. 1s Jannik Sinner and Aryna Sabalenka, along with Novak Djokovic, this year's French Open winner Alexander Zverev is also set to play on Centre Court on Tuesday.</p><p>Swiatek, who had her father and sister watching on in the Royal Box on Centre Court, struggled with her serve and committed nine double-faults before overcoming Townsend 6-1, 2-6, 6-3.</p><p>No. 2 Elena Rybakina also advanced, beating Lois Boisson 6-4, 1-6, 6-3.</p><p>Fifth-seeded Alex de Minaur and No. 6 Taylor Fritz were among the early winners in the men's bracket. But No. 4 Ben Shelton, a quarterfinalist here last year, lost to 140th-ranked Finnish qualifier Otto Virtanen in five sets, going out 6-4, 3-6, 6-7 (8), 6-2, 7-6 (9).</p><p>Fritz beat Dusan Lajovic of Serbia 6-3, 6-4, 6-3 on No. 1 Court, having originally been set to face Jack Draper on Centre Court before the British player withdrew with an injury.</p><p>Women's No. 6 Amanda Anisimova also advanced, along with former Wimbledon finalist Jasmine Paolini.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OYEPNRGWI4OBHW3L7DRHJ2ESR4.jpg?auth=7e91292e4b5daf5c0333efedc3bbd03176da3bf17c8cd553a4ea7b614d04c26e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States arrives for a practice session ahead of her women's singles match against Maya Joint of Australia at the Wimbledon Tennis Championships in London, Tuesday, June 30, 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/KVZT5V7UE4EWNZCOJZ46GT55XM.jpg?auth=97e0b340b26967f4a675e0ba702e5e741633ed66027d6fd08399d7a0edc8fe6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States arrives for a practice session ahead of her women's singles match against Maya Joint of Australia at the Wimbledon Tennis Championships in London, Tuesday, June 30, 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/T4Y2NZ5E3A4WBYE3M3PFNWNPCI.jpg?auth=dda650b8dcee45b99b63e97aa888c4381677710631d672174370048a42396721&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States arrives for a practice session ahead of her women's singles match against Maya Joint of Australia at the Wimbledon Tennis Championships in London, Tuesday, June 30, 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/56MF6EPDKZH72QLP7VVGG5L6WM.jpg?auth=e157ea0609c51e1beab5d98e525c94705e755c05370455f550d17802260df867&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States arrives for a practice session ahead of her women's singles match against Maya Joint of Australia at the Wimbledon Tennis Championships in London, Tuesday, June 30, 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/OPKRSVWOCOALR7FMX6M7X5ZLOM.jpg?auth=1d99b7c875b7566f3b3b6c04a9ef039dce2b26313db818684db7c07eeeeca05a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iga Swiatek of Poland gets emotional after winning her first round women's singles match against Taylor Townsend of the United States, at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content></item><item><title><![CDATA[An IRA playbook to build wealth]]></title><link>https://www.local10.com/business/2026/06/30/an-ira-playbook-to-build-wealth/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/an-ira-playbook-to-build-wealth/</guid><dc:creator><![CDATA[SHERYL ROWLING of Morningstar, Associated Press]]></dc:creator><description><![CDATA[In the world of financial planning, we often treat retirement accounts as static buckets. But for the savvy investor, an IRA has a life cycle that must evolve as they do. From a teen’s first summer job to a retiree’s final legacy bequest, the optimal way to use these accounts changes based on tax bracket and life stage.]]></description><pubDate>Tue, 30 Jun 2026 10:12:06 +0000</pubDate><content:encoded><![CDATA[<p>In the world of financial planning, we often treat retirement accounts as static buckets. But for the savvy investor, an IRA has a life cycle that must evolve as they do. From a teen’s first summer job to a retiree’s final legacy bequest, the optimal way to use these accounts changes based on tax bracket and life stage.</p><p>By viewing retirement savings as a five-stage life cycle, investors can minimize the IRS’ take and maximize what stays in their pocket.</p><p>1. The seedling stage: The working advantage</p><p>The most powerful tool in the tax code is time. If a child has earned income—perhaps from a family business or a summer job—they are eligible to jump-start their future immediately.</p><p>The Strategy: Parents should encourage their teens to find a job or even employ them on their own for legitimate work. In 2026, the standard deduction is $16,100. Most teens likely will earn less than that, so they’ll pay 0% in income tax. Furthermore, if they are working for a parent’s unincorporated business, they are typically exempt from Social Security and Medicare taxes until age 18.</p><p>The Benefit: The child can contribute up to the amount of their earned income or $7,500, whichever is less, into a Roth IRA. Because they are in a 0% bracket, the “cost” of the Roth is zero, but the reward is massive: decades of compounding where both the principal and the interest are tax-free forever.</p><p>2. The early career: Roth renaissance</p><p>When a young adult first enters the professional workforce, their tax bracket is usually at its lifetime low. This is the optimal time to prioritize Roth contributions over current tax deductions.</p><p>The Strategy: Early-career workers should contribute to a Roth IRA or a Roth 401(k). At a minimum, they should contribute enough to their company’s plan to capture the full employer match—that’s free money!</p><p>The Benefit: Paying a 10% or 12% tax rate now (which, for a married couple in 2026, covers taxable income up to $100,800) to secure tax-free withdrawals 40 years from now is a bargain. Investors are effectively “buying” a tax-free future while their “tax price” is at a discount.</p><p>3. The peak earnings years: pivot to deduction</p><p>As workers hit their 40s and 50s, they typically enter their highest-earning years. Now, the math flips. Their goal shifts from paying taxes now to deferring taxes while they are in a top-tier bracket.</p><p>The Strategy: Highly paid workers should shift their focus to traditional IRAs and deductible 401(k)s. In 2026, investors can defer up to $24,500 ($32,500 if over 50) into a 401(k). Every dollar contributed reduces their taxable income today at what is likely their highest marginal rate.</p><p>The Benefit: Earners are betting that their tax bracket in retirement—when they no longer have a salary—will be lower than it is today. They save 37 cents on the dollar now and aim to pay it back at a much lower rate down the road.</p><p>4. The ‘gap years’: The Roth conversion window</p><p>The period between retirement and the start of required minimum distributions, which now begin at age 73 for most, is the golden age of tax planning. Often, investors’ income drops significantly, putting them in an artificially low tax bracket.</p><p>The Strategy: Retirees should use this low-income window to enact Roth conversions and move money from their traditional IRA to their Roth IRA, paying the tax at today’s low rates.</p><p>The Benefit: This strategy “shrinks” the size of future forced RMDs and builds two distinct pools of capital: one taxable and one tax-free. This flexibility is retirees’ greatest defense against future tax law changes.</p><p>5. Late retirement: The legacy and distribution phase</p><p>In the final stage, the goal is to maintain the lowest possible average tax bracket while fulfilling charitable and familial goals.</p><p>The Strategy: Retirees should draw strategically between their two pools, using the traditional IRA for their taxable floor and the Roth for a spike in expenses (such as a new car or a big trip) to avoid being pushed into a higher bracket.</p><p>There’s also a charitable/legacy play retirees can use: Qualified charitable distributions satisfy RMDs tax-free once retirees hit age 70½.</p><p>The Benefit: For their heirs, retirees can leave their Roth IRA to their kids (giving them 10 years of tax-free growth) and leave the traditional IRA to charity, which pays zero tax on the distribution.</p><p>The bottom line</p><p>Retirement planning is a living life cycle. By matching your account type to your current tax reality, you aren’t just saving for the future, you’re outmaneuvering the IRS at every stage of the game.</p><p>______</p><p>This article was provided to The Associated Press by Morningstar. For more personal finance content, go to https://www.morningstar.com/personal-finance.</p><p>Sheryl Rowling, CPA, is an editorial director, financial adviser for Morningstar.</p><p>Related Links</p><p>529 Plan vs. Taxable Brokerage Account: Why a Hybrid College Savings Strategy May Work Best</p><p>https://www.morningstar.com/personal-finance/529-plan-vs-taxable-brokerage-account-why-hybrid-college-savings-strategy-may-work-best</p><p>The Retirement Expense You May Be Missing</p><p>https://www.morningstar.com/retirement/retirement-expense-you-may-be-missing</p><p>The Portfolio That Has Been Beating the Classic 60/40, and Why It Matters for You</p><p>https://www.morningstar.com/portfolios/portfolio-that-has-been-beating-classic-6040-why-it-matters-you</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OQEEN3IL23CP4URTVME6ADQGVU.jpg?auth=3407ba916f40530def24f40ea4c31f5d58f503ba255eeebc4a14f59b4ab88d6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cash is fanned out from a wallet in North Andover, Mass, June 15, 2018. (AP Photo/Elise Amendola, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Elise Amendola</media:credit></media:content></item><item><title><![CDATA[Russian and Belarusian skaters can return to international events with approved neutral status]]></title><link>https://www.local10.com/sports/2026/06/30/russian-and-belarusian-skaters-can-return-to-international-events-with-approved-neutral-status/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/russian-and-belarusian-skaters-can-return-to-international-events-with-approved-neutral-status/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LAUSANNE, Switzerland (AP) — Russian skaters can return to world championships and Grand Prix events next season as neutral athletes for the first time since the full military invasion of Ukraine.]]></description><pubDate>Tue, 30 Jun 2026 09:40:04 +0000</pubDate><content:encoded><![CDATA[<p>LAUSANNE, Switzerland (AP) — Russian skaters can return to world championships and Grand Prix events next season as neutral athletes for the first time since the full military invasion of Ukraine.</p><p>The International Skating Union said Tuesday it was lifting a ban since February 2022 on skaters and officials from Russia and Belarus taking part in its events, though without their national symbols of flag and anthem.</p><p>Still, athletes could face issues getting entry visas from countries hosting ISU events.</p><p>In 2027, the world championships of figure skating is hosted by Finland and South Korea hosts in short track. China will host the next speed skating worlds.</p><p>The ISU cited the success of some skaters from Russia and Belarus qualifying for and competing at the 2026 Milan Cortina Olympics “without related incident.”</p><p>In figure skating in Milan, Russians Adeliia Petrosian and Petr Gumennik were cleared to compete with neutral status and both finished sixth in their individual events. Viktoriia Safonova of Belarus also competed with Individual Neutral Athlete status.</p><p>Guidance from the International Olympic Committee also was noted by the ISU. The IOC advised sports bodies on May 7 to readmit athletes from Belarus without vetting for neutral status.</p><p>Skaters approved with neutral status must not have “at any time since February 2022, actively and publicly supported that war,” the ISU said.</p><p>The governing body said the decision “does not affect the ISU’s continued condemnation of armed conflict, nor the ISU’s ongoing support for Ukrainian skaters.”</p><p>The exclusion of Russian and Belarus skaters since 2022 was, the ISU said, not a punishment for the war but a decision taken “exclusively in the interests of the safety of participants and the integrity of the competition.”</p><p>___</p><p>AP Winter Olympics: https://apnews.com/hub/milan-cortina-2026-winter-olympics</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QETONXUSDFH67ZL6TPV43UBKMY.jpg?auth=24d0d7f51e8a516154acb12a0c391e0e3f3b2cdfffda59d485027bc9a779c149&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Adeliia Petrosian of Individual Neutral Athletes competes during the women's figure skating free program at the 2026 Winter Olympics, in Milan, Italy, on Feb. 19, 2026. (AP Photo/Natacha Pisarenko, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Pope issues plea to breakaway traditionalist group to back off bishop consecrations]]></title><link>https://www.local10.com/news/world/2026/06/30/pope-begs-breakaway-traditionalist-group-to-back-off-bishop-consecrations/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/pope-begs-breakaway-traditionalist-group-to-back-off-bishop-consecrations/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, Associated Press]]></dc:creator><description><![CDATA[ROME (AP) — Pope Leo XIV on Tuesday issued a plea to a breakaway group of traditionalist Catholics to call off its plan to consecrate new bishops without his consent, describing the move as a schismatic act and a “sin of extreme gravity.”]]></description><pubDate>Tue, 30 Jun 2026 15:51:24 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — Pope Leo XIV on Tuesday issued a plea to a breakaway group of traditionalist Catholics to call off its plan to consecrate new bishops without his consent, describing the move as a schismatic act and a “sin of extreme gravity.”</p><p>“I plead with you and ask you with all my heart: please turn back!” Leo wrote in a letter to the Rev. Davide Pagliarani, the superior of the Society of St. Pius X.</p><p>Leo issued the last-ditch appeal a day before the society plans to consecrate four new bishops at its seminary in Econe, Switzerland. Under church law, the consecrations constitute a schismatic act, or an intentional rupture of the unity of the Catholic Church, and incur automatic excommunication for the four bishops and the bishop administering the consecration.</p><p>Pagliarani responded by writing a formal letter to Leo asking him to take time before deciding any penalty.</p><p>“Far be it from us to separate ourselves from the Roman Church. We desire, on the contrary, to serve her by means that are extraordinary, as one would assist a mother in distress who requires particular help, even if such help is not understood by everyone,” Pagliarani wrote.</p><p>SSPX asks pope for more time</p><p>The ceremony poses the first major crisis for the American pope, who has stressed the need for church unity since the start of his pontificate. He has worked especially hard to heal tensions with traditionalist Catholics who prefer the old Latin Mass, that worsened in some ways during the Pope Francis pontificate.</p><p>The society was founded in opposition to the modernizing reforms of the 1960s Second Vatican Council. Among other things, the council revolutionized the Catholic Church’s relations with other religions and the laity, and allowed Mass to be celebrated in vernacular languages rather than Latin.</p><p>Its members celebrate the ancient Latin Mass and have accused the modern church of being rife with heresies and errors. The society insists that only the SSPX is upholding the true faith of Christ and has justified the consecrations, citing a “state of necessity” to minister to its faithful.</p><p>In response to the pope’s letter, Marc-André Mabillard, media manager for the society, expressed “great sadness to not be understood by our leader,” and added: “We are changing absolutely nothing in our plans.”</p><p>Asked by phone about the prospect of excommunication, Mabillard said: “We don’t fear it. It pains us immensely, but we believe that the good we seek is greater than the pain that will be inflicted upon us.”</p><p>Previous excommunications and outreach</p><p>In 1988, SSPX founder Archbishop Marcel Lefebvre consecrated four bishops without papal consent. The Vatican promptly excommunicated Lefebvre and the four other bishops, and the group today still has no legal status in the church.</p><p>The Vatican in 2009 lifted those original excommunications as part of its outreach to try to bring the group back under its wing. But the Vatican has warned that a similar fate awaits the new bishops if Wednesday's consecrations go ahead.</p><p>In his letter, Leo repeated the Vatican's offer of dialogue and said that going through with the consecrations would be counterproductive for the SSPX faithful.</p><p>“I urge you to consider carefully the spiritual good of the faithful, because the schismatic act you are about to undertake would deprive them of the licit, and in some cases, even valid reception of the sacraments,” he wrote.</p><p>Despite the original 1988 schismatic act, the group has continued to grow and today poses a threat to the Holy See as a parallel, ultra-Catholic, pre-Vatican II church. The SSPX counts two bishops, 751 priests, 264 seminarians, 145 religious brothers, 88 oblates and 250 religious sisters representing 50 nationalities, according to SSPX statistics.</p><p>___</p><p>Jamey Keaten in Geneva contributed to this report.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/POSBMYISFY6XMRRKEESTUWASFI.jpg?auth=8fb8c8e90007343dc69a85683c31738bd895f78b81b9609070d5ca004658b36e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV holds his weekly general audience in St. Peter's Square at The Vatican, Wednesday, June 24, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[Why most Black Americans say they never fly the American flag, according to a new AP-NORC poll]]></title><link>https://www.local10.com/news/politics/2026/06/30/why-most-black-americans-say-they-never-fly-the-american-flag-according-to-a-new-ap-norc-poll/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/why-most-black-americans-say-they-never-fly-the-american-flag-according-to-a-new-ap-norc-poll/</guid><dc:creator><![CDATA[By COREY WILLIAMS, LINLEY SANDERS and SIMRAN PARWANI, Associated Press]]></dc:creator><description><![CDATA[DETROIT (AP) — Jerry Esters proudly displays the American flag each day on his Detroit home. A few miles away, Yvonne Pistochini says there is no scenario under which she would allow the Stars and Stripes to cast its shadow where she lives.]]></description><pubDate>Tue, 30 Jun 2026 17:18:36 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — Jerry Esters proudly displays the American flag each day on his Detroit home. A few miles away, Yvonne Pistochini says there is no scenario under which she would allow the Stars and Stripes to cast its shadow where she lives.</p><p>Both are Black.</p><p>For Esters, the flag represents the opportunities that allowed the great-great-grandson of slaves to find success and flourish. Pistochini, 79, simply says the America identified by the flag is not the same country she saw growing up.</p><p>Americans' views of “Old Glory” are divided by politics, age and race, according to a new survey conducted by The Associated Press-NORC Center for Public Affairs Research ahead of the nation's 250th birthday celebration.</p><p>Republicans and older, white adults are especially likely to say they fly the American flag, while younger Democrats and Black adults are more likely to say they don't fly it. Views of the flag — and whether it's a unifying or divisive symbol — track with other deep divisions among Americans, who see their country's history and accomplishments very differently.</p><p>“A lot of Black Americans see the flag as a symbol of both inclusion and exclusion,” said Matthew Delmont, professor of American history at Dartmouth College. “Black Americans, more so than white Americans, also understand the flag can be used to justify a version of patriotism that is rooted in exclusion, with the flag being used to say ‘you don’t belong here.’”</p><p>The survey of 2,596 adults was conducted April 16-20. It suggests that older white Americans, especially Republicans, are more likely to see the flag as unifying.</p><p>About half of U.S. adults said they display the flag at home throughout most of the year, or during holidays. About 7 in 10 Republicans and about 6 in 10 Americans ages 60 and older fly the flag at least during holidays.</p><p>About 6 in 10 Democrats and independents, on the other hand, say they “never” fly the U.S. flag. That includes the vast majority, 75%, of Democrats under 45.</p><p>Opportunities worth fighting for</p><p>Esters, a 64-year-old retired clay sculptor for a Detroit automaker, flies three American flags at his Sherwood Forest home on the city’s west side.</p><p>“When these homes were built, Black men like me, my mother and my family ... we couldn’t even buy these homes,” he said. “To me, that’s one reason I fly the flag. We went through a lot to be able to own nice homes, and this is what we fought for.”</p><p>The other reason is Moriah Martin, Esters’ great-great-grandmother, who was born into slavery.</p><p>“I’m kind of living out her dreams — what I did for a living, having a business, having a nice home,” he said. “I think that’s the American way, but we got to fight for it and we, as Blacks, fought for it.”</p><p>He's in the minority among Black adults, according to the survey, which found that only about 3 in 10 Black adults say they ever display the American flag, compared with about half of white and Hispanic adults.</p><p>Pistochini says current divisions over political leanings and perspectives, and inequality of opportunities for the poor and people of color are not what she believes the flag should stand for. People confuse flying it with being patriotic, she added.</p><p>“Just because you fly a flag doesn't make you a patriot,” Pistochini said. “If there was patriotism, we would not have all this. We can't look at (what's going on) and say this is America.”</p><p>For country and freedom</p><p>Ben Gaskins, chair of political science at Lewis & Clark College in Portland, Oregon, says the flag is an important symbol of patriotism for many Americans.</p><p>“It is those who are older people, who are white and people who are more conservative,” Gaskins said. “They take it as more central to their identity.”</p><p>Nancy Hansen, a 73-year-old retired Customs and Border Protection clerk in Culvertson, Montana, believes “you have to be for the country, no matter what” and that the flag means “freedom.”</p><p>“Freedom to live where we want to live, travel where we want to travel, raise our kids where we want to raise our kids,” said Hansen, who is white and identifies as Republican.</p><p>Each year around July 4, the American Legion posts flags outside businesses and homes in Culvertson, including Hansen’s home.</p><p>Linda and Greg Cunningham also equate the flag with freedom.</p><p>The white, conservative Pontiac, Michigan, couple are going all out this summer. The exterior of their home northwest of Detroit is awash in red, white and blue. The flag sits atop a flagpole just feet from their door.</p><p>“It's no political thing, at all," said Linda Cunningham, 63. “It's our freedom. I love the American flag. I love the whole concept of it. I love America. I know there’s so much going on in the world, right now, and I know everyone has their own views, and I'm just sad that politics have to be brought into the flag.”</p><p>Flag as a ‘painful reminder’</p><p>Of those who took the survey, 47% see the flag as a “more unifying” symbol. About 16% call it a “more divisive” icon, while 36% say it's neither divisive nor unifying.</p><p>Only 22% of Black adults see the flag as a unifying symbol, compared with 55% of white adults and 42% of Hispanic adults.</p><p>“It’s a painful symbol. It’s a reminder of what we could be and how it’s failed to live up to that for Black people, for Indigenous people and people of color,” said Allison Wiltz, a Black author and founder of Writers and Editors of Color.</p><p>Paul Walthour, 71, occasionally flies the flag outside his Minneapolis-area home on special occasions and some holidays. Walthour says that when he’s away from home and at his cabin, the flag goes up each morning and is taken down at the end of the day.</p><p>“This is antiquated, perhaps,” said Walthour, who is white and a retired advertising agency creative director. “I feel it’s a symbol that you’re proud to be an American.”</p><p>“Unfortunately, I kind of think it’s kind of a symbol of dividing more than uniting,” added Walthour, who identifies as a Democrat. “The people who fly it on the far right have one kind of feeling about it, and the people who fly it on the left have a different kind of feeling about it.”</p><p>___</p><p>Williams is a member of AP's Race & Ethnicity team. Sanders and Parwani reported from Washington.</p><p>___</p><p>The AP-NORC poll of 2,596 adults was conducted April 16-20 using a sample drawn from NORC’s probability-based AmeriSpeak Panel, which is designed to be representative of the U.S. population. The margin of sampling error for adults overall is plus or minus 2.6 percentage points.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YDPWJMWRHEQJAQ3STZSPI4WQUI.jpg?auth=b63edaba4597cc58f1c6fd2ea09702c67d44e436f57b0c56430f0cba35e8e8cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Miniature American flags flutter in wind gusts across the National Mall near the Capitol in Washington, Nov. 10, 2025. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C4CCDPAHXB6LOKZNAOGXZH4TKM.jpg?auth=244c5733a580697545156ddfe42bf03db9f5e3ddb7f1f544daeee3ae3065bfef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jerry Esters stands in front of American flag outside his Detroit home on June 9, 2026. (AP Photo/Corey R. Williams)]]></media:description><media:credit role="author" scheme="urn:ebu">Corey R.  Williams</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F35LS5S62QCKKGUIRF3IB4YYSI.jpg?auth=9a485013f6be6b057eab0bcdb80ff7d6e6211b57caf9894b08c499a1eefdd910&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Linda and Greg Cunningham fly the American flag outside their Pontiac, Mich., home on June 10, 2026. (AP Photo/Corey R. Williams)]]></media:description><media:credit role="author" scheme="urn:ebu">Corey R. Williams</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HW4DN2NJYD6IPMCMT2MSFW5D3Q.jpg?auth=4cbd65d2bb02c5ae64f6c5b4d2be8f1caee22ebd719f33786c5503bc6d913ce7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - American flags fly in front of the U.S. Capitol at sunrise, Oct. 1, 2025, in Washington. (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/6REL33J2DJ5G2YFZ3GLJV5LHOQ.jpg?auth=99a4fbbec6067ca6819b6cf5335bdebf300135d81b51ccc0cffda30e29cfa4bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The American flag over the Capitol is illuminated by the early morning light in Washington, Oct. 1, 2025. (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[UK boosts military spending by $20 billion but critics say it's not enough]]></title><link>https://www.local10.com/news/world/2026/06/30/britain-sets-out-a-plan-for-future-defense-with-a-focus-on-drones-and-a-fight-over-money/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/britain-sets-out-a-plan-for-future-defense-with-a-focus-on-drones-and-a-fight-over-money/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Self-flying fighter jets, uncrewed submarines and drones will be at the center of Britain’s future military under a defense plan announced Tuesday that includes a 15 billion pound ($20 billion) spending boost.]]></description><pubDate>Tue, 30 Jun 2026 15:37:02 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Self-flying fighter jets, uncrewed submarines and drones will be at the center of Britain’s future military under a defense plan announced Tuesday that includes a 15 billion pound ($20 billion) spending boost.</p><p>Like other NATO countries, the U.K. is under pressure to increase defense spending to counter a more aggressive Russia and less reliable United States. But its Defense Investment Plan has been repeatedly delayed as military leaders and Treasury officials wrangled over the cost.</p><p>Prime Minister Keir Starmer said the plan reflects a world of conflicts transformed by technology and will keep Britain safe in “a more dangerous and volatile world."</p><p>“When the world is arming and aggression is rising, the best way to avoid war is to prepare for it," he said.</p><p>But the blueprint does not commit to spending 3% of U.K. GDP on defense by 2030, one of the factors that spurred John Healey to resign as U.K. defense secretary on June 11. Healey accused the government of underspending on the military at a time of “rising threats," citing a British intelligence assessment that Russia could attack a NATO member country by 2030.</p><p>In the House of Commons on Tuesday, Healey said that “with European security at stake,” Britain needs "to develop a clear, credible funding plan that will hit 3% and that will meet our NATO commitment of 3.5% by 2035."</p><p>Starmer said Healey’s successor, Defense Secretary Dan Jarvis, had worked to “sharpen and strengthen" the plan. Its 15 billion pounds in new spending is more than the 13.5 billion pounds ($18 billion) Healey was offered by the Treasury, but far less than the 28 billion pounds ($37 billion) that defense officials had called for.</p><p>UK faces pressure to hit NATO target</p><p>Under the plan, defense spending will hit 2.7% of GDP by 2029. Starmer said the 3% target will be reached “in the next Parliament,” a period that could extend to 2034. The U.K. remains committed to hitting NATO’s 3.5% target by 2035, though it's unclear how it will get there.</p><p>The government said the new funding will boost spending on defense to almost 300 billion pounds ($400 billion) over the next four years. Big-ticket items include 5 billion pounds ($6.6 billion) for drone technology, 8 billion pounds ($10.6 billion) to build new stealth fighter jets alongside Japan and Italy, and 11 billion pounds ($14.5 billion) to increase weapons stockpiles. The U.K. will also spend 64 billion pounds ($85 billion) modernizing its nuclear weapons.</p><p>Starmer said some road and energy projects would be scrapped to help pay for the military.</p><p>The U.K. military is seeking to reverse years of decline in the face of an increasingly assertive Russia, which invaded its neighbor Ukraine in 2022 and increasingly tests the defenses of European nations with overt and covert activity.</p><p>The U.K. has watched how drones have transformed war in Ukraine, which uses 200,000 of them a month to defend against Russian forces. Britain plans to invest billions in drone systems across all branches of the military. Instead of a planned fleet of new destroyers, the Royal Navy will get hybrid vessels that will act as command hubs for drones.</p><p>“The very nature of conflict is changing before our eyes,” Starmer said during a speech at a drone manufacturer near London. He said that, armed with cutting-edge technology, Ukrainian forces have destroyed Russia’s Black Sea fleet, “struck deep into Russian territory and stopped the advance of one of the biggest armies in the world.”</p><p>Critics say more money is needed</p><p>Britain and other NATO member nations have faced pressure from U.S. President Donald Trump to increase military spending. Trump has long questioned the value of the military alliance and complained that the United States provides security to European countries that don’t pull their weight.</p><p>The resignations of Healey and junior Defense Minister Al Carns were among a series of blows that prompted Starmer to announce last week that he will resign. A NATO summit in Turkey on July 7 and 8 may be his final overseas trip as prime minister.</p><p>His replacement, likely the former Greater Manchester Mayor Andy Burnham, will be under pressure to stick to the commitments in the defense plan.</p><p>“It is a platform on which I know my successor will build," Starmer said.</p><p>Opposition Conservative Party defense spokesperson James Cartlidge said the plan was “too little, too late.”</p><p>And retired Gen. Richard Barrons, who helped lead a defense review in preparation for the investment plan, said “we have to find more money for defense sooner.”</p><p>“We’re not keeping up with our allies, we’re certainly not keeping up with our enemies, and we know that the U.S. is no longer going to come and save European security in the face of a Russian threat,” he told the BBC.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JQW3UPKALERWURW6UVCN2UBSCE.jpg?auth=3194505a212ca7beafe93863e788a2558f07116aff3cee64c14bcc5e049ee470&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[British Prime Minister Keir Starmer speaks on the occasion of the announcement of a defense plan, in Berkshire, England, Tuesday, June 30, 2026. (Stefan Rousseau/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefan Rousseau</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HROAKS3Q7MDHFNLD3UCK6JCIME.jpg?auth=0a890d6f01ed96c00c016049c92c486b9e5e5e116b8a1cb6b2f31238a971f09e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[British Prime Minister Keir Starmer announces a defense plan, in Berkshire, England, Tuesday, June 30, 2026. (Stefan Rousseau/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefan Rousseau</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JUTDAJRXEINET7NVY5R7WI7WJU.jpg?auth=731b9e5ff0fdee19f152315ad0c3dcbead10ffb627e9dd8b5e842569e9552d9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[British Prime Minister Keir Starmer, left, hugs Chancellor of the Exchequer Rachel Reeves on the occasion of the announcement of a defense plan, in Berkshire, England, Tuesday, June 30, 2026. (Stefan Rousseau/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefan Rousseau</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HCDZXQ5KUC2V2IGR6BUMZXD72M.jpg?auth=ce2cddfe67b030dae4e001305a0ea7a1bc1a4e15b327e98ccdd3477956deae18&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[British Prime Minister Keir Starmer, left, followed by Chancellor of the Exchequer Rachel Reeves and Defense Secretary Dan Jarvis arrive for the announcement of a defense plan, in Berkshire, England, Tuesday, June 30, 2026. (Stefan Rousseau/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefan Rousseau</media:credit></media:content></item><item><title><![CDATA[Report: Disruption of Mideast energy supplies into next year would slam global economy]]></title><link>https://www.local10.com/business/2026/06/03/report-disruption-of-mideast-energy-supplies-into-next-year-would-slam-global-economy/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/report-disruption-of-mideast-energy-supplies-into-next-year-would-slam-global-economy/</guid><dc:creator><![CDATA[By DAVID McHUGH, Associated Press]]></dc:creator><description><![CDATA[FRANKFURT, Germany (AP) — Prolonged disruption of energy supplies from the Middle East due to the Iran war would deal a severe blow to the global economy, sending some countries into recession and spreading inflation and higher unemployment, the Organization for Economic Cooperation and Development said in a report Wednesday.]]></description><pubDate>Wed, 03 Jun 2026 13:14:23 +0000</pubDate><content:encoded><![CDATA[<p>FRANKFURT, Germany (AP) — Prolonged disruption of energy supplies from the Middle East due to the Iran war would deal a severe blow to the global economy, sending some countries into recession and spreading inflation and higher unemployment, the Organization for Economic Cooperation and Development said in a report Wednesday.</p><p>Hardest hit would be Asian economies that depend on crude oil, fuel and natural gas from the Persian Gulf, supplies that have been largely choked off by the closure of the Strait of Hormuz due to the risk of Iranian attack. And poorer countries where people spend more of their incomes on fuel and food would also be severely affected, the OECD said.</p><p>But the consequences of sharply higher energy prices and inflation would be felt around the world. Global growth would slump to levels not seen except for major setbacks like the COVID-19 pandemic and the global financial crisis and recession of the late 2000s. Under the OECD’s prolonged disruption scenario, global growth slows from 3.4% last year to 2.1% this year and 1.8% in 2027, potentially pushing some economies into or close to recession.</p><p>Under a different OECD scenario for a time-limited disruption, in which energy production and shipments from the Gulf start to return to pre-war levels in the middle of this year, growth would slow to 2.8% this year and rebound to 3.1% next year.</p><p>“The global economy entered 2026 with robust momentum, but the outlook has weakened significantly since the start of the conflict in the Middle East, with effects likely to be felt for some time,” OECD Secretary-General Mathias Cormann said. “The longer the disruptions last, the larger the economic and social costs become.”</p><p>Cormann warned that government spending aimed at relieving energy costs needed to be aimed at those most in need and temporary, to avoid running up excess government debt and preserving incentives to save energy.</p><p>Despite repeated outbreaks of violence, a declared ceasefire in the war between the US and Iran remains officially in place. The ongoing risk to shipping however means that traffic through the Strait of Hormuz has dwindled to a trickle, down more than 90% compared to before the war. That has disrupted about a fifth of the world’s supplies of crude oil and fuel products as well as of natural gas.</p><p>The OECD report follows a UN study warning that higher energy prices will impact almost billion people in poorer countries and small island states that depend on imported fuel, forcing tradeoffs between covering energy bills and investing in essential public services. More than 30% of people in those countries already live below the extreme poverty line, defined as living on $3 or less a day.</p><p>The OECD is an international intergovernmental organization and policy forum of 38 democracies with market-based economies, headquartered in Paris.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WXFHCYV5WZSNM72HKQD5JTTZGM.jpg?auth=303b948efffa18ad72e655c6228dd8d865ca56b3c2923c7dbca0b240920a326f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People stand next to a vendor's cart on the beach as cargo ships and offshore service vessels are anchored in the Strait of Hormuz, off Bandar Abbas, Iran, Sunday, May 31, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JF2PJWHIXC5BQWKVNYZBXFNGPM.jpg?auth=06060b31eeb77dcddee5cc8f1db5d46da405d15d0eb8b39c69e4772d34733793&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The logo at the entrance of the Organisation for Economic Co-operation and Development (OECD) headquarters in Paris, France, Wednesday, June 7, 2017. (AP Photo/Francois Mori, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Francois Mori</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PWRV44RQYOWGSRTVTLNB3DFAIA.jpg?auth=fcc311c0504afdffdb6b5c4674aa4b32600c6fe0e6473ca5ff4c2e0f5928c1c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Men walk on the shoreline as people wade in the water in the Strait of Hormuz, where cargo and service vessels are anchored off Bandar Abbas, Iran, Monday, June 1, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content></item><item><title><![CDATA[He survived 2 natural disasters in Venezuela's La Guaira. Now he vows never to return]]></title><link>https://www.local10.com/news/world/2026/06/30/he-survived-2-natural-disasters-in-venezuelas-la-guaira-now-he-vows-never-to-return/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/he-survived-2-natural-disasters-in-venezuelas-la-guaira-now-he-vows-never-to-return/</guid><dc:creator><![CDATA[By FABIOLA SÁNCHEZ, Associated Press]]></dc:creator><description><![CDATA[Venezuelan merchant Grian Serrano has survived two of the country's worst natural disasters: the devastating 1999 mudslides that ravaged the coastal state of La Guaira and, 26 years later, two powerful earthquakes that struck the same region.]]></description><pubDate>Tue, 30 Jun 2026 07:14:00 +0000</pubDate><content:encoded><![CDATA[<p>Venezuelan merchant Grian Serrano has survived two of the country's worst natural disasters: the devastating 1999 mudslides that ravaged the coastal state of La Guaira and, 26 years later, two powerful earthquakes that struck the same region.</p><p>Bruised around his left eye and across much of his body, 46-year-old Serrano is recovering from the ordeal he endured with his son and mother Wednesday.</p><p>The three were buried beneath rubble and twisted steel when their eight-story apartment building collapsed in the city of Caraballeda in La Guaira, the state hardest hit by the magnitude 7.2 and 7.5 earthquakes.</p><p>“It is a miracle from God,” Serrano said as he recalled how, in total darkness, he clawed through debris with his bare hands before rescuing his 8-year-old son and 69-year-old mother with the help of two passersby.</p><p>The two earthquakes have killed more than 1,700 people and injured more than 5,000, according to the government. Hundreds of buildings collapsed or were damaged, primarily in La Guaira. Significant damage was also reported in the capital, Caracas, and in the states of Carabobo, Miranda, Aragua and Yaracuy.</p><p>La Guaira — known as Vargas until 2019 — is Venezuela’s second-smallest state but one of its most strategically important. About 30 kilometers (19 miles) north of Caracas, it is home to the country’s main international airport and second-largest seaport.</p><p>Its roughly 440,000 residents are largely low-income and depend on tourism, commerce and jobs tied to the airport and seaport.</p><p>Speaking from his brother's home in Caracas, Serrano recalled the terror he felt last week, his thoughts inevitably returning to Dec. 15, 1999, when he was jolted awake by the screams of their household employee, who had seen a nearby river overflow after days of heavy rain.</p><p>From his window, he watched the swollen river sweep away trees, massive boulders and vehicles with people trapped inside, banging on the windows and pleading for help.</p><p>Driven by instinct, Serrano fled his fourth-floor apartment with his mother, sister and nanny, climbing to the roof. From there, they watched floodwaters engulf the building’s lower floors as massive trees slammed into its columns, fearing it would collapse like others nearby.</p><p>Their fears eased at dawn as the rain stopped and the floodwaters began to recede. After waiting in vain for rescue, the family made their way through mud, rocks, debris and fallen trees to his grandparents’ home in a nearby neighborhood.</p><p>The 1999 floods and landslides known as the “Vargas Tragedy” killed 782 people, another 2,000 were reported missing and about 250,000 residents were affected, according to Ángel Rangel, who led rescue operations as director of Venezuela’s Civil Protection agency.</p><p>Still shaken by the devastation left by the earthquakes, Serrano believes La Guaira — bordered by the Caribbean Sea and the Ávila mountain range — is under a curse.</p><p>“It isn’t normal for such horrible things to happen in the same place,” he said.</p><p>Rangel, a disaster specialist, sees it differently. The engineer said the buildings that collapsed in La Guaira were built on terrain formed over centuries by sediment carried down from the surrounding mountains.</p><p>“That type of terrain is particularly risky for construction,” Rangel said, adding that building in such areas requires “strict adherence to seismic-resistant engineering standards” adopted after the powerful 1967 earthquake that struck Caracas.</p><p>Many of the buildings that collapsed in La Guaira were built in the 1970s, and it remains unclear whether they met those standards.</p><p>After losing his home and all his belongings, Serrano said he does not know what comes next. But one thing is certain: He will never live in La Guaira again.</p><p>“That’s twice now,” he said. “Sometimes I think if there’s a third time, it’s going to win the battle.”</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YWKMNYTO7SJSY662VIYDR7BNCQ.jpg?auth=eca1a679b6b10041a708c428ee38d55e4afb0b1b28e082b47a1cd2395c49b2f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Grian Serrano, left, his mother, Ingrid Rochabrun, and his son, Gael, sit at the home where they are staying with relatives in Caracas, Venezuela, after surviving the back-to-back earthquakes that destroyed their apartment building in Caraballeda, Monday, June 29, 2026. Serrano also survived the 1999 mudslides that struck La Guaira. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RET4BIKCJYBLQEFJ3LGZIONEF4.jpg?auth=66d1df72d25d6a7a25373dbcb9646b6005e01cc10504959f5c931928de7704f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Grian Serrano embraces his mother Ingrid Rochabrun at the home where they are staying with relatives in Caracas, Venezuela, after surviving the back-to-back earthquakes that destroyed their apartment building in Caraballeda, Monday, June 29, 2026. Serrano also survived the 1999 mudslides that struck La Guaira. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V53K2BL7JJNFLM5UEOHPFNAZ4Q.jpg?auth=8bbeb2dc915036c957b30160bff8d4bd9ec329b2e4bbe417fcd300de8049a085&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The flood ravaged neighborhood of Los Corales, in Vargas state just north of the capital Caracas, Dec. 19, 1999. (AP Photo/Ricardo Mazalan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A4HPAWZBRFW33Z2XV3MRG2WLKQ.jpg?auth=f729b02c8c4b479d5ee301007c2244e5d2180bc587e974469e390b0c389189ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People affected by the earthquake line up for food in La Guaira, Venezuela, Saturday, June 27, 2026.(AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/24TL6GOOSZU5L76DJW75EG7G5I.jpg?auth=669fd3e291a025fdb520b2ee7eaa226b165e4dfe7903874547d26e48dc1426c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A toy car lies in the rubble two days after earthquakes struck Catia La Mar, Venezuela, Friday, June 26, 2026.(AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[How some in Palestinian diaspora find connection, identity and resilience in traditional embroidery]]></title><link>https://www.local10.com/news/world/2026/06/30/how-some-in-palestinian-diaspora-find-connection-identity-and-resilience-in-traditional-embroidery/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/how-some-in-palestinian-diaspora-find-connection-identity-and-resilience-in-traditional-embroidery/</guid><dc:creator><![CDATA[By MARIAM FAM, Associated Press]]></dc:creator><description><![CDATA[Decades later, Samar Kabouli still fondly recalls gathering with women in her family and sipping cardamom-spiced coffee as they embroidered fabric with colorful threads in traditional Palestinian patterns.]]></description><pubDate>Tue, 30 Jun 2026 06:49:05 +0000</pubDate><content:encoded><![CDATA[<p>Decades later, Samar Kabouli still fondly recalls gathering with women in her family and sipping cardamom-spiced coffee as they embroidered fabric with colorful threads in traditional Palestinian patterns.</p><p>Born in Lebanon to Palestinian refugees, Kabouli had never seen her parents’ homeland. But more than just making pretty designs, the threads in her needle were stitching a connection to her heritage.</p><p>It's known as “tatreez,” and Kabouli, 48, started doing the traditional form of Palestinian embroidery in her teens to make money. Besides an economic lifeline, tatreez has provided her with a bridge to the land her parents fled during the 1948 mass displacement that Palestinians call their Nakba, or catastrophe.</p><p>Hundreds of thousands of Palestinians were expelled or fled their homes in present day Israel during the 1948 war surrounding Israel's creation. Israel refused their return.</p><p>Kabouli's work allows her to send a message of resilience, of survival.</p><p>“We’re still here,” she said. “All what has been happening in Gaza … and we’re still standing and we’ll not forget the cause.”</p><p>From refugee camps to stitching circles and from museum halls to online classes, many in the Palestinian diaspora communities worldwide engage with tatreez as far more than a decorative aesthetic.</p><p>They're finding in it a celebration of cultural heritage, a bridge to their homeland and dispersed communities and — with its myriad embroidered symbols — a visual language of storytelling. To many, refugees or not, it's become a symbol of Palestinian identity and pride, a vehicle for documenting history and a form of resistance.</p><p>With the Israel-Hamas war in Gaza, some have also used it to raise funds for people there or stitched designs to focus attention on Palestinian suffering in the enclave.</p><p>“We had a lot of people who came and they’re like, ‘OK, we want to do a T-shirt with a Gaza chest or we want to do a scarf with the Gaza motif,’” said Ali Jaafar, general manager of Inaash Association, where Kabouli works. The Lebanese organization provides Palestinian women in refugee camps in Lebanon with much-needed income through tatreez, while also aiming to help preserve and promote the heritage. It sells embroidered fashion, home decor and art pieces, and showcases the art form in exhibitions and museums.</p><p>Protecting heritage and ‘struggling through culture’</p><p>Efforts to preserve and raise awareness about tatreez in Palestinian communities at home and abroad are part of a larger push to safeguard a heritage and connections to a history and a place that many fear are at risk of being erased.</p><p>“Palestinian tatreez is an identity and a document of our presence in every Palestinian village and town," said Maha Saca, founder and director of the Palestinian Heritage Center in Bethlehem in the Israeli-occupied West Bank, adding that old embroidered thobes, or dresses, show the presence of Palestinians in particular locations before the dispersal of many.</p><p>“The Palestinian woman has written the story of her village through motifs from her surrounding environment and her beliefs,” Saca said. “We’re struggling through culture and saying we have roots.”</p><p>The Palestinian embroidery art form was added in 2021 to UNESCO’s list of Intangible Cultural Heritage of Humanity.</p><p>In New York, Lina Barkawi, whose small business teaches tatreez, said the “constant fight for liberation and having a Palestinian identity that’s recognized globally is really what has been driving a lot of this documentation.”</p><p>A generational practice and window into history</p><p>In Arabic, tatreez refers to embroidery in general as well as the specific Palestinian form, which is often a social practice taught through generations by grandmothers and mothers. Some seek formal training.</p><p>With motifs that Palestinian women had historically adopted from their surroundings, the old embroidered thobes can offer clues through stitched patterns, design and color about facets of a woman's personal story, her environment and regional identity, Saca said.</p><p>In the Palestinian context, such connections to time and place, including areas now in Israel, gain added importance as testament to what was, she said. “How do we have a Jaffa thobe if we hadn’t been in Jaffa?" she said. "We write history on our thobes.”</p><p>There's also an element of continuity. Saca said her grandmother’s embroidered wedding thobe bears the hallmarks of Bethlehem dresses, and that her own granddaughter’s baptism dress included embroideries copied from that dress.</p><p>Tatreez also can be political, both through preservation and creation.</p><p>“Just being able to have some of the dresses from pre-1948 is a political act,” Barkawi said.</p><p>There's also the making of the so-called “intifada thobe” that included embroidered political and Palestinian symbols, such as the flag. It's linked to the “first intifada,” or uprising, which erupted in 1987 against Israel’s occupation and was met with a fierce Israeli response.</p><p>Stitching, mourning and documenting</p><p>After the war in Gaza, which was triggered by Hamas’ Oct. 7, 2023, attack on Israel, fashion designer Hama Hinnawi expressed grief through tatreez work. Tatreez is usually colorful, she said. But that was no moment for color.</p><p>The result? Black embroidery on black fabric, a statement of mourning for the killings, destruction and displacement in Gaza. She's also experimented with turning some iconic scenes from the war into new embroidery motifs.</p><p>“We have a big responsibility on our shoulders to tell this story, not to be buried for the next generations … through tatreez, through art, through speaking.”</p><p>Born in Jordan to Palestinian parents, Hinnawi wanted to bring awareness to heritage through her fashion brand by marrying tatreez with contemporary fashion.</p><p>To her, tatreez simply means home. It’s “identity, pride, storytelling,” said Hinnawi, who shuttles between Chicago and Jordan.</p><p>She's provided embroidery work opportunities to Palestinian women in refugee camps in Jordan and talked in the U.S. about tatreez. Before the war, she also worked with women in Gaza.</p><p>Barkawi runs an online community of Palestinian and non-Palestinian embroiderers, some of whom have created designs sold to raise funds for Gaza families. One incorporates a “water and seeds” motif with an embroidered message to “Feed Gaza Now.”</p><p>Members in different countries recreated a tapestry that once hung in a bombed Gaza home, each stitching a part and mailing it to another.</p><p>Born in the U.S. to a Palestinian father and Panamanian mother, Barkawi said learning about tatreez deepened her Palestinian identity.</p><p>New dresses with woven stories</p><p>Embroidering her first thobe took two years. Barkawi incorporated motifs with personal meanings, such as palm trees that represent her name in Arabic. She added orchids, the national flower of Panama, for her mom.</p><p>Technically imperfect, it was the perfect dress for her Islamic marriage ceremony.</p><p>“I embedded my story as a Palestinian in the diaspora into this dress.”</p><p>In Lebanon, Kabouli, too, once dreamed of owning a tatreez piece for her wedding trousseau. She couldn’t afford one.</p><p>After their parents died, an older sister had turned to tatreez with Inaash to help support the large family. Kabouli learned from her.</p><p>Now a production supervisor at Inaash in Beirut, Kabouli sees her younger self in the women working in refugee camps in Lebanon, many in the south, which was hard hit by the latest Israel-Hezbollah war. The vibrancy of tatreez often contrasts with harsh living conditions in camps amid employment and other restrictions the refugees face. Contending with power cuts, women, eager to finish a piece and get paid, may work on rooftops to grasp the last ray of sunlight, Jaafar said.</p><p>Besides the income, Kabouli said doing tatreez can be grounding, almost meditative.</p><p>She has another yearning: to see her parents’ homeland. They came from an area in what’s now Israel.</p><p>For now, tatreez provides her with hope.</p><p>“I don’t feel like I am far away. I keep working on Palestinian heritage, following the cause,” she said. “It connects me to my homeland, especially since we’re deprived of it.”</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DQA4IEZFBOSNNHBNCWBKNJZUHY.jpg?auth=3d867866ccabd780ecd3e3e62e95fcc49683b60ef825ae0fb34facd2acb8be81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian weavers Rula Barakeh, right, and Samira Nasser work on handmade embroidered pieces at the Inaash Association embroidery workshop in Beirut, Tuesday, May 19, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/54ARHCBVXC3DYSMXMMKNMNUMOU.jpg?auth=84f26c556d2f3594ca39e8fb3e95a51e630081c6a8a9ed43f0aff62c9ca78545&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian weaver Samar Kabouli works at the Inaash Association embroidery workshop in Beirut, Tuesday, May 19, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YUOZRKX72W2MK4AVQVXYFEX63A.jpg?auth=536ae7d176fdbbac903e8cb55b3626e82c4499a05d02ad3739236389ac69e62c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian weaver Samira Nasser works on a handmade embroidered piece at the Inaash Association embroidery workshop in Beirut, Tuesday, May 19, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LKIZCMNC22LFAPSY2OIORWSMHQ.jpg?auth=d1b6ca58926d42249f1ea02bee2253f8e009b60e48dae1f41f470c30fa71c11e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ali Jaafar, the general manager of Inaash Association, arranges clothes at the embroidery workshop in Beirut, Tuesday, May 19, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FVOFKLTHOJC6N7WF3WS6OQXEE4.jpg?auth=bb7b2531424f6ca295f4480ab536416336728d362000d06d7ca0764f2d12e465&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian weaver Samar Kabouli works at the Inaash Association embroidery workshop in Beirut, Tuesday, May 19, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R2W555W7WXBXX2NX5KMVQXMOKA.jpg?auth=c7611bf46b78bd8711ef8b36520b7398bc86a5063c5ce1753ad74258bfc03980&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian weaver Rula Barakeh works on a handmade embroidered piece at the Inaash Association embroidery workshop in Beirut, Tuesday, May 19, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y5ZNSKVVOTHBBT3FX2PNOGFGWA.jpg?auth=59daa790ed4d541080abf6669375b70e6449ec70027754c327080f2c01e413b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian weaver Samira Nasser works on a handmade embroidered piece at the Inaash Association embroidery workshop in Beirut, Tuesday, May 19, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JNWQPDNOJM7HOKFZKQBHAICX4E.jpg?auth=e1034cadbbbe34b0e90b57cf74eaac14933b6745c0d26cdba3bf815baeb5a729&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A hand-embroidered map of historic Palestine with names of cities and the words “Palestine” and “Returning” in Arabic is displayed at the Inaash Association embroidery workshop in Beirut, Tuesday, May 19, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content></item><item><title><![CDATA[US playing at home and trying to avoid another quick exit from World Cup knockout rounds]]></title><link>https://www.local10.com/sports/2026/06/30/us-playing-at-home-and-trying-to-avoid-another-quick-exit-from-world-cup-knockout-rounds/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/us-playing-at-home-and-trying-to-avoid-another-quick-exit-from-world-cup-knockout-rounds/</guid><dc:creator><![CDATA[By JIM VERTUNO, Associated Press]]></dc:creator><description><![CDATA[Getting to the knockout rounds of the World Cup is nothing new for the United States. But that's usually where the American make a quick exit.]]></description><pubDate>Tue, 30 Jun 2026 06:09:02 +0000</pubDate><content:encoded><![CDATA[<p>Getting to the knockout rounds of the World Cup is nothing new for the United States. But that's usually where the American make a quick exit.</p><p>Wednesday's match against Bosnia-Herzegovina in Santa Clara, California, marks the eighth time the U.S. has played in an elimination round in 12 World Cups. But only once, in 2002, have the Americans a won a match in the knockout rounds.</p><p>Because this year's tournament was expanded to 48 teams, the first knockout round includes 32, creating an extra round of elimination play.</p><p>Here's a look at the short and mostly unsuccessful U.S. record once the World Cup reaches the win-or-go-home stage.</p><p>Uruguay, 1930: Semifinals</p><p>The first World Cup was played with 13 teams and the U.S. advanced straight to the semifinals as winner of its group. That's where the Americans' tournament ended with a 6-1 loss to Argentina.</p><p>Italy, 1934: One and done</p><p>The second edition of the World Cup was the only tournament that did not use groups for the early matches. Instead, all 16 teams played a straight knockout format. The U.S. was immediately eliminated with a 7-1 loss to host and eventual champion Italy.</p><p>US, 1994: Round of 16</p><p>The U.S. didn't qualify for the World Cup from 1954 through 1986, was eliminated in the group stage in 1990 and then got an automatic bid as the host nation in '94. A 1-1 tie with Switzerland and shocking 2-1 victory over Colombia in the Rose Bowl in the group stage earned the Americans a match against Brazil in the knockout round.</p><p>Brazil was down to 10 men after a first-half red card: Leonardo threw an elbow that fractured American midfielder Tab Ramos' skull. The Brazilians still controlled the match and won 1-0 on the way to their fourth World Cup title.</p><p>South Korea-Japan, 2002: Quarterfinals</p><p>The best U.S. showing in the modern era of the tournament. An upset of European heavyweight Portugal and a draw with co-host South Korea sent the Americans to the knockout round against regional rival Mexico. Goals from Brian McBride and Landon Donovan led to a 2-0 victory.</p><p>The U.S. run ended in the next match with a tense 1-0 loss to eventual finalist Germany that was decided on Michael Ballack's goal in the 39th minute. Americans remember the match for an infamous no-call when a German player appeared to block a likely U.S. goal with his arm. There was no video review in use at the time.</p><p>South Africa, 2010: Round of 16</p><p>Donovan's frantic, last-minute goal against Algeria secured a dramatic 1-0 victory in the final group match that sent the U.S. to the next round.</p><p>Facing Ghana, the U.S. went down 1-0 after just five minutes. Donovan tied it on a penalty kick in the second half. Asamoah Gyan’s extra-time goal secured a 2-1 victory for Ghana that sent the U.S. home.</p><p>Brazil, 2014: Round of 16</p><p>The U.S. advanced out of the group stage with a 2-1 win over Ghana, a 2-2 draw with Portugal and a 1-0 loss to eventual champion Germany. Their tournament ended with a 2-1 loss to Belgium.</p><p>Qatar, 2022: Round of 16</p><p>The U.S. started group play with draws with Wales and England, and advanced with a 1-0 win over Iran on Christian Pulisic's goal. The Netherlands then made quick work of the U.S., winning 3-1.</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/ZQ747ABIIZS36PWYMONJKDYPKY.jpg?auth=889692c021e0c9a974945fc17b896388550266cb31b06bf5e56fde73c395e53e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) and Antonee Robinson (5) celebrate after scoring during the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Ted S. Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content></item><item><title><![CDATA[US stocks trim their losses for June]]></title><link>https://www.local10.com/business/2026/06/30/us-stocks-trim-their-losses-for-june/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/us-stocks-trim-their-losses-for-june/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — U.S. stocks are trimming their losses from a rocky June on Tuesday.]]></description><pubDate>Tue, 30 Jun 2026 16:13:22 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — U.S. stocks are trimming their losses from a rocky June on Tuesday.</p><p>The S&P 500 rose 0.6%, though it's still heading for its first losing month following two fabulous ones. The Dow Jones Industrial Average was up 135 points, or 0.3%, as of noon Eastern time, and the Nasdaq composite was 1.2% higher.</p><p>The main reason for this month’s weakness has been a fall to Earth for stocks in the artificial-intelligence industry. After soaring to tremendous heights in the frenzy around AI, such stocks have come under pressure because of worries that they shot too high. That’s a big deal for all investors because AI stocks have grown into some of Wall Street’s largest and most influential, pulling indexes behind them.</p><p>AI stocks were stronger Tuesday, with Nvidia rising 1.6% to trim its loss for the month. It was one of the strongest forces lifting the S&P 500.</p><p>Microsoft, which is investing heavily in AI, rose 0.7% to bring its loss for the month back below 18%. Oracle, though, fell 1.6% to bring its drop for June to nearly 36%. It's another company contending with concerns that big spending on AI may not yield enough productivity and profits to make it worth it.</p><p>Outside of AI, the economy seems to be rumbling along, even though U.S. households are still feeling sour about it. A report released in the morning said that U.S. employers were advertising many more job openings at the end of May than economists expected, the latest signal that the job market remains resilient.</p><p>But a second report said that confidence among U.S. consumers improved by less than economists expected. More Americans are saying it's hard to get a job, according to a survey by the Conference Board, even with data suggesting continued hiring.</p><p>Tuesday's relatively quiet trading came as companies close their books for the quarter running from April through June. Investors want to see strong growth in profits to justify the big gains stocks made early in the quarter. Despite June’s drop, the S&P 500 is still on track for its best quarter since six years ago, when stocks rocketed out of the crash caused by the COVID pandemic.</p><p>Concentrix tumbled 16.7% after the technology company reported profit and revenue for the latest quarter that were just shy of analysts’ expectations.</p><p>In the oil market, prices drifted as two U.S. envoys arrived in Qatar for talks with mediators about the implementation of an initial deal to end the war in Iran. The Americans will not be having direct negotiations with Iranian diplomats while in Doha.</p><p>The price for a barrel of Brent crude oil, the international standard, erased an early, modest rise and dipped 0.6% to $73.47. The hope is that an end to the war will restore full access to the Strait of Hormuz, allowing oil tankers to move more crude and lower its price.</p><p>Expensive oil has already sent inflation jumping around the world, which in turn has raised worries that the Federal Reserve and other central banks may have to raise interest rates. Higher rates would keep a lid on inflation, but they would also slow economic growth and hurt prices for investments.</p><p>The yield on the 10-year Treasury rose to 4.40% from 4.38% late Monday.</p><p>In stock markets abroad, indexes rose across much of Europe and Asia.</p><p>Germany’s DAX returned 1.5%, and South Korea’s Kospi climbed 1% for two of the world's bigger gains.</p><p>Japan’s Nikkei 225 rose 0.9% as the value of the Japanese yen dropped near its lowest level against the U.S. dollar in 40 years.</p><p>U.S. government bonds are paying much higher yields than their Japanese counterparts, and the possibility of rate hikes by the Fed is putting more pressure on the yen. Speculation is rising that Japan’s government may try to prop up the yen’s value, but Japan’s finance minister said only that the government was ready to “respond appropriately whenever necessary.”</p><p>___</p><p>AP Business Writers Chan Ho-him and Elaine Kurtenbach contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6FZXHPYKAETFMUTIZOTJDW7BJY.jpg?auth=3a5080dcfc0499c7c1c2d1aac89ca2a4625788ea78caf8e592fdbed49f2b1032&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Specialist Michael Pistillo works on the floor of the New York Stock Exchange, Friday, June 26, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Marruecos vence por penales a Países Bajos y avanza a los octavos de final de la Copa del Muindo.]]></title><link>https://www.local10.com/espanol/2026/06/30/marruecos-vence-por-penales-a-paises-bajos-y-avanza-a-los-octavos-de-final-de-la-copa-del-muindo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/marruecos-vence-por-penales-a-paises-bajos-y-avanza-a-los-octavos-de-final-de-la-copa-del-muindo/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MONTERREY, México (AP) — Marruecos vence por penales a Países Bajos y avanza a los octavos de final de la Copa del Muindo.]]></description><pubDate>Tue, 30 Jun 2026 04:22:01 +0000</pubDate><content:encoded><![CDATA[<p>MONTERREY, México (AP) — Marruecos vence por penales a Países Bajos y avanza a los octavos de final de la Copa del Muindo.</p>]]></content:encoded></item><item><title><![CDATA[FIFA World Cup 2026: Track Round of 16 qualifications]]></title><link>https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.]]></description><pubDate>Mon, 29 Jun 2026 21:16:15 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup Round of 32 started on June 28, after the qualification of <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/">12 group winners, 12 runners-up, and the 8 best third-place teams</a>.</p><p>After 16 single direct-knockout matches, the winning teams will advance to the tournament’s Round of 16, which begins on the Fourth of July. </p><p><b>Here is the list of the teams that have advanced to the Round of 16:</b></p><ol><li><b>Canada</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> runner-up, qualified after a 1-0 <a href="https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/">victory on June 28</a> against Canada. The team’s Round of 16 match is at 1 p.m. on July 4 against Morocco. </li><li><b>Brazil</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> winner, qualified after a 2-0 <a href="https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/">victory on June 29</a> against Japan. The team’s Round of 16 match is at 4 p.m. on July 5 at the New York/New Jersey Stadium.</li><li><b>Paraguay</b>, the third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, qualified after a 1-1 draw that ended with <a href="https://www.local10.com/sports/2026/06/29/paraguay-upsets-germany-on-penalty-kicks-at-world-cup-after-a-1-1-draw-through-extra-time/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/paraguay-upsets-germany-on-penalty-kicks-at-world-cup-after-a-1-1-draw-through-extra-time/">a 4-3 victory on penalties</a> against Germany on June 29. The team’s Round of 16 match is at 5 p.m. at Philadelphia Stadium. </li><li><b>Morocco</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> runner-up, qualified after a 1-1 draw that ended with a 3-2 victory on penalties against the Netherlands on June 30. The team’s Round of 16 match is at 1 p.m. on July 4 against Canada. </li></ol><p><b>TRACK PROGRESS</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/"><b>Round of 16 qualifications</b></a></li><li><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/"><b>Eliminations during Round of 32</b></a></li><li><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/"><b>Round of 32 teams</b></a></li></ul><p><b>TOURNAMENT’S SCHEDULE</b></p><h3><b>Round of 32 knock-out matches</b></h3><p><b>June 30 </b></p><ul><li>Ivory Coast vs. Norway at 1 p.m. in Arlington, Texas. </li><li>France vs. Sweden at 5 p.m. in New Jersey</li><li>Mexico vs. Ecuador at 9 p.m. in Mexico City</li></ul><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b></p><ul><li>England vs. DR Congo is at noon at the Atlanta Stadium.</li><li>Belgium vs. Senegal is at 4 p.m. at the Seattle Stadium.</li><li>United States vs. Bosnia and Herzegovina is at 8 p.m. at the San Francisco Bay Area Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b></p><ul><li>Spain vs. Austria at 3 p.m. at Los Angeles Stadium</li><li>Portugal vs. Croatia at 7 p.m. at the Toronto Stadium</li><li>Switzerland vs. Algeria at 11 p.m. at BC Place Vancouver.</li></ul><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b> </p><ul><li>Australia vs. Egypt is at 2 p.m. at the Dallas Stadium.</li><li>Argentina vs. Cape Verde is at 6 p.m. at the Miami Stadium </li><li>Colombia vs. Ghana is at 9:30 p.m. at the Kansas City Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><ul><li>Canada vs. Morocco is at 1 p.m. at the NRG Stadium in Houston.</li></ul><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OCFMXKIP5TFDT2CW5JYZJ5EUOI.jpg?auth=7756956e6d002830b515a60924b3020da24ea4b99746af40668047b9154aa50a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Casemiro (5) celebrates after scoring his side's first goal during the World Cup round of 32 soccer match between Brazil and Japan in Houston, Monday, June 29, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[Republican Tom Kean Jr. reveals depression diagnosis after four-month absence from Congress]]></title><link>https://www.local10.com/news/politics/2026/06/30/republican-tom-kean-jr-said-he-was-treated-for-depression-during-absence-from-congress/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/republican-tom-kean-jr-said-he-was-treated-for-depression-during-absence-from-congress/</guid><dc:creator><![CDATA[By MIKE CATALINI and JOEY CAPPELLETTI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — New Jersey Republican Rep. Tom Kean Jr. disclosed Tuesday that he was being treated for depression during his unexplained four-month absence from the House, suggesting in a brief floor speech that he remained silent about his condition until now because he is a “private person by nature.”]]></description><pubDate>Tue, 30 Jun 2026 16:24:20 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — New Jersey Republican Rep. Tom Kean Jr. disclosed Tuesday that he was being treated for depression during his unexplained four-month absence from the House, suggesting in a brief floor speech that he remained silent about his condition until now because he is a “private person by nature.”</p><p>Depression, Kean said, “is physical, it is emotional, and until you experience it yourself, it is difficult to fully understand how powerful this illness can be.”</p><p>Kean’s reappearance came weeks after his victory in an uncontested primary on June 2 and months after he last cast his vote in the House. His speech ended the silence on his condition, yet left questions unanswered. Kean said he first entered the hospital due to health concerns and underwent testing, but offered no further details.</p><p>After the speech, Kean left the Capitol quickly without answering questions from reporters.</p><p>Kean last voted in the House on March 5. His absence had complicated matters for House Republican leaders, who have been struggling to pass bills with their threadbare majority.</p><p>Addressing his earlier statement that he expected to return to work in a matter of weeks, Kean said he believed that at the time and it was his doctors’ best estimate.</p><p>“But as the over 48 million of my fellow Americans being treated for this illness have come to discover there is no timeline for healing," Kean said.</p><p>“Today I stand before you healthier, stronger and excited to return to the work that I love."</p><p>A second-term lawmaker and scion of a New Jersey political family, Kean represents a battleground district that includes President Donald Trump’s Bedminster golf club.</p><p>What the House speaker says about Kean’s return</p><p>Speaker Mike Johnson, R-La., spoke before Kean's speech and predicted that people would respond with empathy to his disclosure. He said he encouraged Kean to “be transparent” when he addresses his colleagues — and the public — on his return.</p><p>“There’s no conspiracy involved in this, nothing scandalous at all,” Johnson said. “If it were me, I would have been more specific about that and I encouraged him to be.”</p><p>Johnson added that he thinks Kean would be “easily” reelected in November.</p><p>The mystery over Kean's absence had potential political implications, given the competitive district he represents and the Republican Party's narrow control of the House. His office has said he is still running for reelection and is set to face Democratic nominee Rebecca Bennett, a former Navy helicopter pilot, in New Jersey's most high-profile contest in November.</p><p>Democrats have targeted the district as a prime pick-up opportunity, given that the seat has changed hands in the last two midterm elections. Kean won in 2022 by defeating Democrat Tom Malinowski, who had defeated Republican Leonard Lance in 2018.</p><p>Trump has endorsed Kean’s reelection, without mentioning his absence.</p><p>Kean comes from a long line of public servants, stretching 250 years to the country’s founding when one of his ancestors became New Jersey’s first leader since independence.</p><p>Kean's great-grandfather was a senator, his grandfather was a congressman and his father is the former two-term governor, Tom Kean Sr.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EAW3OFEQUWUB7SXAU75HOCFZAQ.jpg?auth=a1610f4b90bd808350550387b3b409968bd51aff18735f837094281301990980&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Tom Kean, R-N.J., listens during a Subcommittee of the House Foreign Affairs about Belarus on Capitol Hill, Dec. 5, 2023, in Washington. (AP Photo/Mariam Zuhaib, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Track Round of 32 teams]]></title><link>https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.]]></description><pubDate>Sun, 21 Jun 2026 02:43:17 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.</p><p>The World Cup’s daily group-stage matches ended on June 27 after 16 teams were eliminated. </p><p>The 48 qualifying teams started the tournament with matches within 12 groups of four on June 11. </p><p>As the tournament continues, the single direct-knockout matches to advance into the Round of 16 are set to end on July 3.</p><h3><b>The list of 32 </b></h3><p><b>Here is the list of the teams in order of group-stage placement, points earned, and FIFA ranking: </b></p><ol><li><b>Argentina</b> (1) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> with 9 points. The match is at 6 p.m. on July 3 against Cape Verde.</li><li><b>France</b> (2) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> with 9 points. The match is at 5 p.m. on June 30 against Sweden. </li><li><b>Mexico</b> (14) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> with 9 points. The match is at 9 p.m. on June 30 against Ecuador. </li><li><b>Spain</b> (3) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a> with 7 points. The match is at 3 p.m. on July 2 against Austria. </li><li><b>England</b> (4) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> with 7 points. The match is at noon on July 1 against Congo. </li><li><b>Brazil</b> (6) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> with 7 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>The Netherlands</b> (8) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 7 points. The team was <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</a> on June 29. </li><li><b>Belgium</b> (9) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> with 7 points. The match is at 4 p.m. on July 1 against Senegal. </li><li><b>Colombia</b> (11) wins <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> with 7 points. The match is at 9:30 p.m. on July 3 against Ghana. </li><li><b>Switzerland</b> (17) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 7 points. The match is at 11 p.m. on July 2 against Algeria. </li><li><b>Germany</b> (10) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 6 points. The team was<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</a> on June 29.</li><li><b>United States </b>(15) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> with 6 points. The match is at 8 p.m. on July 1 against Bosnia and Herzegovina. </li><li><b>Morocco</b> (7) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> runner-up with 7 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Ivory Coast</b> (30) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> runner-up with 6 points. The match is at 1 p.m. on June 30 against Norway. </li><li><b>Norway</b> (31) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> runner-up with 6 points. The match is at 1 p.m. on June 30 against the Ivory Coast. </li><li><b>Portugal</b> (5) is the <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> runner-up with 5 points. The match is at 7 p.m. on July 2 against Croatia. </li><li><b>Japan</b> (18) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> runner-up with 5 points. The team was <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</a> on June 29. </li><li><b>Egypt</b> (26) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> runner-up with 5 points. The match is at 3 p.m. on July 3 against Australia. </li><li><b>Australia</b> (27) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> runner-up with 4 points. The match is at 3 p.m. on July 3 against Egypt. </li><li><b>Canada</b> (32) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> runner-up with 4 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>. </li><li><b>South Africa</b> (54) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> runner-up with 4 points. The team was <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</a> on June 28. </li><li><b>Cape Verde</b> (64) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a> runner-up with 3 points. The match is at 6 p.m. on July 3 against Argentina. </li><li><b>Austria</b> (22) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> runner-up with 4 points. The match is at 7 p.m. on July 2 against Spain. </li><li><b>Croatia</b> (11) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> runner-up with 6 points. The match is at 7 p.m. on July 2 against Portugal. </li><li><b>Senegal</b> (18) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> with 4 points. The match is at 4 p.m. on July 1 against Belgium. </li><li><b>Algeria</b> (29) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> with 4 points and a minus two goal difference. Game day: July 2</li><li><b>Ecuador</b> (32) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 4 points. The match is at 9 p.m. on June 30 against Mexico. </li><li><b>Paraguay</b> (37) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> with 4 points and a minus two goal difference. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Sweden</b> (38) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 4 points. The match is at 5 p.m. on June 30 against France. </li><li><b>Congo</b> (46) classifies after placing third in <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> with 4 points plus one goal difference. The match is at noon on July 1 against England. </li><li><b>Bosnia and Herzegovina</b> (64) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 4 points and a minus one goal difference. The match is at 8 p.m. on July 1 against the U.S. </li><li><b>Ghana</b> (65) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> with 4 points. The match is at 9:30 p.m. on July 3 against Colombia. </li></ol><p><b>TRACK PROGRESS</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/"><b>Round of 16 qualifications</b></a></li><li><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/"><b>Eliminations during Round of 32</b></a></li></ul><p><b>TOURNAMENT’S SCHEDULE</b></p><h3><b>Round of 32 knock-out matches</b></h3><p><b>June 30 </b></p><ul><li>Ivory Coast vs. Norway at 1 p.m. in Arlington, Texas. </li><li>France vs. Sweden at 5 p.m. in New Jersey</li><li>Mexico vs. Ecuador at 9 p.m. in Mexico City</li></ul><p><b>July 1</b></p><ul><li>England vs. DR Congo is at noon at the Atlanta Stadium.</li><li>Belgium vs. Senegal is at 4 p.m. at the Seattle Stadium.</li><li>United States vs. Bosnia and Herzegovina is at 8 p.m. at the San Francisco Bay Area Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b></p><ul><li>Spain vs. Austria at 3 p.m. at Los Angeles Stadium</li><li>Portugal vs. Croatia at 7 p.m. at the Toronto Stadium</li><li>Switzerland vs. Algeria at 11 p.m. at BC Place Vancouver.</li></ul><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: </p><ul><li>Australia vs. Egypt is at 2 p.m. at the Dallas Stadium.</li><li>Argentina vs. Cape Verde is at 6 p.m. at the Miami Stadium </li><li>Colombia vs. Ghana is at 9:30 p.m. at the Kansas City Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </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><h3> </h3>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3ZDFFLPTVWB4KDL6ONPSJD3KG4.jpg?auth=b9dea1717dd0acdac46cd692f9feebdfbe1186ea8f3b128fdd9f934620d2f4cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay goalkeeper Orlando Gill (12) makes a save from Germany's Kai Havertz (7) during a penalty shootout during the World Cup round of 32 soccer match between Germany and Paraguay in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[Trump's fixation on voting has had mixed results. He still has ways to affect November's elections]]></title><link>https://www.local10.com/news/politics/2026/06/30/trumps-fixation-on-voting-has-had-mixed-results-he-still-has-ways-to-affect-novembers-elections/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/trumps-fixation-on-voting-has-had-mixed-results-he-still-has-ways-to-affect-novembers-elections/</guid><dc:creator><![CDATA[By BILL BARROW, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — President Donald Trump has tried many ways to tighten his grip on U.S. elections, from signing executive orders to pushing restrictive legislation in Congress. Monday's Supreme Court ruling siding with states that accept late-arriving mail ballots was the latest example showing the limits of his reach.]]></description><pubDate>Tue, 30 Jun 2026 04:03:57 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — President Donald Trump has tried many ways to tighten his grip on U.S. elections, from signing executive orders to pushing restrictive legislation in Congress. Monday's Supreme Court ruling siding with states that accept late-arriving mail ballots was the latest example showing the limits of his reach.</p><p>It followed back-to-back rulings last week that barred his two sweeping executive orders seeking to change national election rules, more court rulings preventing his Department of Justice from obtaining detailed state voter data and his stalled attempts to get the Senate to pass the SAVE Act. That measure would eliminate nearly all absentee voting, require citizenship documents to register to vote and impose photo identification requirements nationwide right before the midterm elections.</p><p>“It’s been a mixed bag for Republicans,” said University of Notre Dame law professor Derek Muller. But the president, he added, “has come up mostly empty-handed.”</p><p>Trump's efforts have not been entirely fruitless. Republican-run states have satisfied his demands to redraw congressional district lines, efforts buoyed by the Supreme Court striking down a key section of the Voting Rights Act, and he has been directing his Department of Justice to investigate voting and election operations, which Democrats see as a possible prelude to their involvement in November.</p><p>All the activity around how the nation votes and runs its elections is a reflection of the Republican president's long fixation on his false claim that his 2020 election defeat was rigged. He has been so frustrated by the inability of the Senate to pass the SAVE Act that he has refused to sign a bipartisan housing bill.</p><p>He weighed in again Monday after the Supreme Court's decision in the mail ballot deadline case, saying on his social media account that he is trying to “save America from crooked elections.” Voting rights groups and Democrats see him abusing power and attempting to suppress legal voters to gain an advantage in the midterms, when control of Congress is at stake.</p><p>Regardless, Muller said Trump faces legal and political realities: The Constitution gives the states and Congress authority over elections while providing no such role for the president.</p><p>“That’s how federalism works,” Muller said.</p><p>Here’s a look at Trump’s efforts to reshape election rules and what options he might have left for the November midterms.</p><p>Focus on noncitizens and voter data has met roadblocks</p><p>The president has repeatedly said U.S. elections are riddled with fraud in part because of noncitizen voting. Research shows the problem to be rare, accounting for a minuscule percentage of fraud cases. Convictions are measured in the hundreds over periods in which tens of millions of ballots are cast.</p><p>Trump’s view resulted in a multiagency push to nationalize voter data and use federal resources to help states remove voters from the rolls. The Department of Justice has sought detailed voter files from multiple states, data that would include dates of birth and partial Social Security numbers. Democratic and some Republican secretaries of state balked, and federal lawsuits followed. The administration has lost every case so far.</p><p>Homeland Security citizenship check rejected in court</p><p>Trump's Department of Homeland Security, with help from the DOGE effort led by Elon Musk, revamped a government tool called SAVE (Systematic Alien Verification for Entitlements). The program has been a key pillar of his efforts to cull potentially ineligible voters from state rolls.</p><p>Last week, a federal judge blocked its use as a mass citizenship check.</p><p>The administration, according to its own news releases, had allowed local election administrators to search users by the thousands, using a wider range of metrics rather than DHS-issued identification numbers. At least 67 million registrations, primarily in Republican-controlled states, were analyzed. Tens of thousands were flagged as potential noncitizens or people who have died, but some voters were wrongly identified as ineligible.</p><p>U.S. District Court Judge Sparkle L. Sooknanan ruled that Trump’s changes aggregated Americans’ sensitive personal data in a way that could result in voters being wrongly purged from the rolls.</p><p>“All in all, the federal government has knowingly trampled on the privacy rights of American citizens in a manner that threatens the sacred right to vote,” Sooknanan said in her order.</p><p>Executive orders used in place of legislation</p><p>As presidents before him, Trump signed executive orders when Congress would not enact his policy preferences.</p><p>Trump’s first order reflected his emphasis on noncitizens. Like the SAVE Act pending on Capitol Hill, it sought to require would-be voters to document their citizenship to be able to register to vote.</p><p>U.S. District Court Judge Denise Casper put a temporary block on the order last year as she considered the case and last week made her decision permanent. The Constitution, Casper wrote, “does not grant the President any specific powers over elections.”</p><p>Trump issued a second order in March, as the SAVE Act’s rough path in Congress became obvious. He called for a national voter list using data from U.S. Citizenship and Immigration Services and the Social Security Administration. Further, the order would have empowered the U.S. Postal Service to determine who gets an absentee ballot and threatened local elections officials with prosecution.</p><p>Absentee voting is a staple of U.S. elections, but Trump describes the practice, incorrectly, as allowing fraud — even as he has used it himself. A 2025 report by the Brookings Institution found that mail voting fraud occurred in only 0.000043% of total mail ballots cast.</p><p>Democratic secretaries of state sued, and U.S. District Court Judge Indira Talwani made the same legal assessment as Casper. The provisions, she wrote last week, “unconstitutionally violate the separation of powers.”</p><p>The White House has indicated it will appeal.</p><p>Even Trump says the SAVE Act has long odds</p><p>Trump on Monday called the Senate logjam “crazy” and one of the holdouts, Republican Alaska Sen. Lisa Murkowski, “Trump-deranged.”</p><p>It’s the latest legislative tussle that prompted Trump to demand Republicans scrap the filibuster, which requires most major legislation to get support from 60 of the 100 senators. But that likely wouldn’t matter in this case, with four of the Senate’s 53 Republicans declaring their opposition to the bill itself: Murkowski, Susan Collins of Maine, Mitch McConnell of Kentucky and Thom Tillis of North Carolina.</p><p>The president acknowledged Monday that the SAVE Act is “probably not going to happen.”</p><p>Trump still has options for the November elections</p><p>Both major parties have national operations to monitor elections, including legal teams ready to file challenges.</p><p>Despite the Republican National Committee losing the mail ballot case, Chairman Joe Gruters on Monday alluded to those efforts: “We are not going to be deterred by this decision, and the RNC will keep fighting to have elections end on Election Day,” he said.</p><p>Meanwhile, Trump has been developing a possible roadmap for more aggressive actions.</p><p>His U.S. attorney in Los Angeles said in June that he had opened multiple election fraud investigations, and he sent a prosecutor to the county's vote-tabulation center after California's June primary. Six months earlier, FBI agents executed a warrant and seized ballots and other records from the 2020 election in Georgia's Fulton County, which includes Atlanta.</p><p>Muller, the law professor, said local elections officials “already are having conversations about chain of custody disputes” for ballots as they are cast, collected, counted and stored.</p><p>He and UCLA law professor Rick Hasen noted that judicial warrants are required for the kinds of actions that happened in Fulton County. Muller predicted “the bar would be even higher” for any warrant the administration requests during a live election.</p><p>Hasen added that he's working to educate judges around the country on the importance of chain of custody for ballots.</p><p>“Republicans believe him when he says the election is rigged. And then when Republicans try to change voting rules to tighten things up, that causes Democrats to also think that the election system is being rigged,” Hasen said. “So, if what he’s trying to achieve is undermine voters’ confidence in the election process, he seems to have succeeded spectacularly.”</p><p>___</p><p>Associated Press writer Ali Swenson in New York contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VWBZGAVP6XPCYVB4LOAY7KFMVE.jpg?auth=84e23f32cb23f12994e2e8c5485b53a2b042f3d20f5204eae81cdb1cc2ca2c67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump addresses the crowd as he departs after speaking at the Faith & Freedom Coalition's policy conference at the Washington Hilton, Friday, June 26, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B4XQD6HA3NIO4FZHOD2UVF7RUE.jpg?auth=eb2afdfa2c58d4b0c3e71f2e4574fad575290fd5f2675066e573838523422a0c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person holds a sign about protecting voting rights during a protest near the White House, May 11, 2026, in Washington. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7NA2WUSIUWHHCV2Q7TOA6W4TMI.jpg?auth=865678a9cacbc64c927f98de927d48b63d5539b306b942edb92ba2c040524769&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Supporters of President Donald Trump carry flags and signs as they parade past the Capitol in Washington, after news that President-elect Joe Biden had defeated the incumbent in the race for the White House, in Washington, Nov. 7, 2020. (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[A Jefferson for every era, from Lincoln to Trump, and the contradictions that endure]]></title><link>https://www.local10.com/news/politics/2026/06/30/a-jefferson-for-every-era-from-lincoln-to-trump-and-the-contradictions-that-endure/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/a-jefferson-for-every-era-from-lincoln-to-trump-and-the-contradictions-that-endure/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[CHARLOTTESVILLE, Va. (AP) — He's a prize-winning presidential historian who wrote an entire biography of Thomas Jefferson. But even Jon Meacham needs to think for a moment before defining what it means to be a “Jeffersonian.”]]></description><pubDate>Tue, 30 Jun 2026 04:02:27 +0000</pubDate><content:encoded><![CDATA[<p>CHARLOTTESVILLE, Va. (AP) — He's a prize-winning presidential historian who wrote an entire biography of Thomas Jefferson. But even Jon Meacham needs to think for a moment before defining what it means to be a “Jeffersonian.”</p><p>"Well for a long time, before the civil rights movement, it meant to be more inclined toward states' rights and limited government," says Meacham, the National Constitution Center's Semiquincentennial Scholar. He then pauses, and asks to start over, recalling how President Franklin Delano Roosevelt evoked Jefferson as an “apostle of liberty” who would have supported the U.S. fighting the Nazis in World War II.</p><p>You could define it in so many ways. Historians may argue over the “greatness” of individual founders, but as the country's 250th anniversary approaches many agree that no one's life and work resonates like Jefferson's. He embodied the “very best and the very worst” of the United States, Meacham says.</p><p>And a great deal in between.</p><p>America’s birth is rooted in his most profound contradiction — the man who proclaimed that “all men are created equal” while being a slaveholder to the end of his life. But Jefferson advanced and explored both sides of so many issues and world views that have defined the country's path: agrarian self-sufficiency and worldly innovation, pluralism and separatism, limited government and dreams of an “empire of liberty.”</p><p>“There is no more malleable figure in early America than Jefferson,” says Andrew Burstein, a professor of history at Louisiana State University who has summed up Jefferson's legacy in a book he published a decade ago: “Democracy’s Muse: How Thomas Jefferson became an FDR Liberal, a Reagan Republican, and a Tea Party Fanatic, All the While Being Dead.”</p><p>“There have been times in American history when just about everyone would have considered themselves ‘Jeffersonian,’" says historian Peter S. Onuf, author of numerous works on Jefferson. “Yet even at those moments, he was a controversial figure.”</p><p>It's an argument without end</p><p>Jefferson's legacy is debated even in settings that owe their existence to him.</p><p>On the campus of the University of Virginia, the college he founded and regarded as a signature achievement, stands a memorial to thousands of enslaved people who lived and worked there.</p><p>At Monticello, the mountaintop estate and plantation outside of Charlottesville where Jefferson lived when not in public office, a banner near the entrance features the Declaration and the caption, “After all, our guy wrote it.” But once on the grounds, reminders of his enslavement of hundreds are found throughout, from its “Burial Ground for Enslaved People” that includes dozens of graves to an exhibit dedicated to Sally Hemings, the enslaved woman with whom Jefferson is widely believed to have had six children.</p><p>Monticello's director of historic interpretation and audience engagement, Brandon Dillard, cites the staff's mission “to tell unflinching stories of America’s complex origins and fitful progress toward the ideals Jefferson articulated in the Declaration of Independence."</p><p>Jefferson regarded Monticello as a refuge from the times, but the times inevitably find their way here. A guide on the gardens and grounds tour points out that a foldable plant Jefferson tried and failed to grow — the “Mimosa Pudica,” or “sensitive plant” — now thrives because of climate change. The visitors' center is LEED Gold-certified for green energy, Dillard says, and geothermal systems have been installed in other buildings for temperature control.</p><p>Monticello raises questions old and new about race. Virtually all of the guides are white, an issue Dillard notes is prevalent nationwide. A recent survey released by the American Association for State and Local History found that around just 10% of workers at museums, historic sites and historical societies were nonwhite and that many “Latino/a/x, and multiracial respondents reported higher rates of discrimination and harassment.” (Dillard declined to answer in detail the experience of guides of color at Monticello.)</p><p>There is a Jefferson for every occasion</p><p>Jefferson’s contradictions date back through much of American history; he was claimed by both sides of the Civil War and both sides of the civil rights movement.</p><p>Nineteenth-century Confederates and 20th-century segregationists cited his defense of states' rights, while Abraham Lincoln and civil rights leaders emphasized Jefferson as the author of the Declaration of Independence. In the space of a few months in 1963, he would be invoked in the inaugural speech of Alabama Gov. George Wallace as he vowed defiance of federal efforts to integrate the state’s schools and by the Rev. Martin Luther King as he delivered his “I Have a Dream" speech during the March on Washington.</p><p>Roosevelt enlisted Jefferson as an ideological ally for the New Deal (the Thomas Jefferson Memorial in Washington, D.C., began as a New Deal project) and a former New Dealer-turned conservative, President Ronald Reagan, held up Jefferson decades later as a foe of wasteful spending. Jefferson has been cited often by free-speech advocates for his crucial support for the Bill of Rights, while President Donald Trump has quoted Jefferson's 1807 lament that “Nothing can now be believed which is seen in a newspaper” as an implicit endorsement of his modern war against “fake news.”</p><p>Jefferson has also been placed on either side of today's divide over immigration. Ibram X. Kendi, author of “How to Be an Anti-Racist,” cites his well-documented belief in colonization for Black people as inspiration for contemporary scapegoating and xenophobia. Meanwhile, at a time when the Trump administration is aggressively trying to restrict immigration and even denaturalize some citizens, Monticello continues its decades-old July 4 naturalization ceremonies, with Virginia Gov. Abigail Spanberger scheduled as this year's keynote speaker.</p><p>“As new citizens share their personal stories every Fourth of July," Dillard says, “we are reminded that the values uplifted in that Declaration are values toward which people from all backgrounds aspire.”</p><p>Many Monticello visitors, many reasons to visit</p><p>Monticello attracts hundreds of thousands of visitors each year. They come for many reasons.</p><p>Erin Porter is a Virginia native in her 40s who until recently had never been to Monticello and wanted to cross it off her bucket list, while Nathan Jaycox of Connecticut is a former nuclear engineer now seeking to absorb history for a class he hopes to teach. Duane Cromwell, a longtime resident of Vancouver, was here on a very personal mission.</p><p>Cromwell, 70, grew up in Greenville, South Carolina, where she was taught that slavery was “an economic necessity” and learned nothing about Jefferson's history of enslavement. In town last month for a family reunion, she arrived at Monticello anxious to get past the “whitewashed Southern version” and the myths of evil “yankees” and the victimized rebels who defied them.</p><p>“Did you (ever) notice kudzu growing up over trees and buildings while in the South? It is an invasive plant brought to the region to control erosion. Well, it is like racism. It is pervasive, part of the horizon, always there but soon you don’t notice it,” she says.</p><p>“Having said that, I do think that people do go along better, there is more interactions, relationships than when I was growing up. Everyone needs each other and in the South, there is a great sense of humor and friendliness that help people navigate the awkward moments.”</p><p>For Cromwell, Monticello was a chance to educate herself, to become a better person — and, like countless others before her, using Thomas Jefferson as a prism.</p><p>“Isn’t that what it’s all about?”</p><p>___</p><p>AP National Writer Hillel Italie frequently writes about American history.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZTNEQ7H6MLJPDY34VSMXC5WEUM.jpg?auth=1ff675d93828218faecebf3cfd6c17088005432570ac20c374b235c88cc1eaae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A statue of Thomas Jefferson, right, stands in New York's City Hall Council Chamber, July 14, 2010. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MXPEXMTBNU3WTQ23MYMC5OZXGU.jpg?auth=ee0527ffe34dbb5c81db1b9a1e352a23eb9448ef98a8f614ea685c05419b8401&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A quote by Thomas Jefferson, "…the failure of one thing repaired by the success of another; and instead of one harvest, a continued one throughout the year." is displayed in the White House Kitchen Garden during the White House Fall Garden Tour in Washington, Oct. 8, 2022. (AP Photo/Carolyn Kaster, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M77KOJMM2L7ILPKL3MCQOMMJHA.jpg?auth=272a62d10820cb660689838343071e4dd6e92210709128cf4451aaca96227169&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A statue of University of Virginia founder, Thomas Jefferson, stands watch over the Rotunda at the University of Virginia on Nov. 14, 2022, in Charlottesville. Va. (AP Photo/Steve Helber, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Helber</media:credit></media:content></item><item><title><![CDATA[A bat flip, a shout of 'Venezuela' and tears for home as Red Sox 1B Willson Contreras plays on]]></title><link>https://www.local10.com/sports/2026/06/30/a-bat-flip-a-shout-of-venezuela-and-tears-for-home-as-red-sox-1b-willson-contreras-plays-on/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/a-bat-flip-a-shout-of-venezuela-and-tears-for-home-as-red-sox-1b-willson-contreras-plays-on/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Boston Red Sox first baseman Willson Contreras knows the people back home in his native Venezuela are hurting as they try to deal with the fallout from a pair of massive earthquakes that left hundreds dead.]]></description><pubDate>Tue, 30 Jun 2026 04:01:34 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Boston Red Sox first baseman Willson Contreras knows the people back home in his native Venezuela are hurting as they try to deal with the fallout from a pair of massive earthquakes that left hundreds dead.</p><p>The pull to return home to help is real. That isn't an option for Contreras at the moment, so on Monday night against Washington, he did what he could to show that what's happening back home isn't far from his mind.</p><p>Contreras unleashed a massive bat flip after ripping a 421-foot homer in what became a 6-3 Boston victory. He then broke down in tears in the dugout, the anguish that's been a constant since portions of his homeland were turned into rubble last week pouring out of him.</p><p>“Everything that’s going on in Venezuela, it’s not easy to hide,” Contreras told reporters after the game. "It’s not easy just to show up and play with everything that is going on in my country.”</p><p>The urge to do something, anything, to help is real. Contreras looked toward the Boston dugout and shouted “Venezuela” before making the trip around the bases following a three-run shot that marked his 18th homer of the season.</p><p>“I feel like I could be there helping people and I can’t do that,” Contreras said. “And the homer just represents something that I pray to God for it to happen, because that’s the only thing I can do for Venezuela right now physically. And that’s why I was emotional.”</p><p>The 34-year-old Contreras was born in Puerto Cabello, about three hours west of the capital of Caracas. He described frustration over reports of volunteers and aid packages having trouble getting through to those who need it.</p><p>“It sucks seeing so many bad things going on in Venezuela,” he said. “I don’t think we deserve all of this. We’re a good people. Good country. We are good people.”</p><p>Contreras' night on the field ended a bit early. First base umpire Nic Lentz ejected him in the second inning after Lentz ruled Contreras failed to check his swing on a Miles Mikolas pitch that ended up being a strikeout.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KNZXRS5PSPDGWS4WNICWW4VXGI.jpg?auth=58ee20a055efd3dd37959180299391db553c5f538d20a49defe2709c5742e883&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 celebrates after scoring on a two-run single by Caleb Durbin in the fourth inning of a baseball game against the New York Yankees, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2DAMSGV3HWAQWCVZETYCMB57OM.jpg?auth=f2d7b9d4b21a69104df62442d467ff975052b3aaa64db6eafda0f175eb81ead5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox interim manager Chad Tracy, right, holds back Willson Contreras, center, after Contreras was thrown out for contesting a call during the second inning of a baseball game against the Washington Nationals, Monday, June 29, 2026, in Boston. (AP Photo/Mary Schwalm)]]></media:description><media:credit role="author" scheme="urn:ebu">Mary Schwalm</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Track Round of 32 eliminations]]></title><link>https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.]]></description><pubDate>Mon, 29 Jun 2026 21:17:48 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup Round of 32 started on June 28, after the qualification of <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/">12 group winners, 12 runners-up, and the 8 best third-place teams</a>.</p><p>After 16 single direct-knockout matches, the winning teams will advance to the <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">tournament’s Round of 16</a>, which begins on the Fourth of July. </p><p>Here is the list of <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/">the Round of 32</a> teams eliminated:</p><ol><li><b>South Africa</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> runner-up with 4 points, was eliminated on June 28 after <a href="https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/">Canada won 1-0</a>. </li><li><b>Japan</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> runner-up with 5 points, was eliminated on June 29 after <a href="https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/">Brazil won 2-1</a>. </li><li><b>Germany</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> winner with 6 points, was eliminated on June 29 after <a href="https://www.local10.com/sports/2026/06/29/paraguay-upsets-germany-on-penalty-kicks-at-world-cup-after-a-1-1-draw-through-extra-time/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/paraguay-upsets-germany-on-penalty-kicks-at-world-cup-after-a-1-1-draw-through-extra-time/">a 1-1 draw ended with a 4-3 defeat on penalties</a> against Paraguay. </li><li><b>The Netherlands, </b>the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> winner with 7 points, was eliminated on June 29 after a 1-1 draw ended with a 3-2 defeat on penalties against Morocco. </li></ol><p><b>TRACK PROGRESS</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/"><b>Round of 16 qualifications</b></a></li><li><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/"><b>Eliminations during Round of 32</b></a></li><li><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/"><b>Round of 32 teams</b></a></li></ul><p><b>TOURNAMENT’S SCHEDULE</b></p><h3><b>Round of 32 knock-out matches</b></h3><p><b>June 30 </b></p><ul><li>Ivory Coast vs. Norway at 1 p.m. in Arlington, Texas. </li><li>France vs. Sweden at 5 p.m. in New Jersey</li><li>Mexico vs. Ecuador at 9 p.m. in Mexico City</li></ul><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b></p><ul><li>England vs. DR Congo is at noon at the Atlanta Stadium.</li><li>Belgium vs. Senegal is at 4 p.m. at the Seattle Stadium.</li><li>United States vs. Bosnia and Herzegovina is at 8 p.m. at the San Francisco Bay Area Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b></p><ul><li>Spain vs. Austria at 3 p.m. at Los Angeles Stadium</li><li>Portugal vs. Croatia at 7 p.m. at the Toronto Stadium</li><li>Switzerland vs. Algeria at 11 p.m. at BC Place Vancouver.</li></ul><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: </p><ul><li>Australia vs. Egypt is at 2 p.m. at the Dallas Stadium.</li><li>Argentina vs. Cape Verde is at 6 p.m. at the Miami Stadium </li><li>Colombia vs. Ghana is at 9:30 p.m. at the Kansas City Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </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><h3><b>Track group-stage</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YOWVVUH4KHJK6UUK7KRGFFFT3E.jpg?auth=a8e740278794178cda44b727e13161fa1f38e685fa098621462b70c596ab1dfb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Kaishu Sano (24) celebrates after scoring the opening goal of his team during the World Cup round of 32 soccer match between Brazil and Japan in Houston, Monday, June 29, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[Calentamiento global, contaminación y urbanización descontrolada condenan a lagos de Cachemira]]></title><link>https://www.local10.com/espanol/2026/06/29/calentamiento-global-contaminacion-y-urbanizacion-descontrolada-condenan-a-lagos-de-cachemira/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/29/calentamiento-global-contaminacion-y-urbanizacion-descontrolada-condenan-a-lagos-de-cachemira/</guid><dc:creator><![CDATA[Por DAR YASIN y SIBI ARASU, Associated Press]]></dc:creator><description><![CDATA[SRINAGAR, India (AP) — Cada mañana, largas y estrechas embarcaciones de madera llamadas shikaras navegan elegantemente por el extenso lago Dal en una escena casi idílica enmarcada por las montañas de la cordillera de los Himalaya.]]></description><pubDate>Tue, 30 Jun 2026 03:30:41 +0000</pubDate><content:encoded><![CDATA[<p>SRINAGAR, India (AP) — Cada mañana, largas y estrechas embarcaciones de madera llamadas shikaras navegan elegantemente por el extenso lago Dal en una escena casi idílica enmarcada por las montañas de la cordillera de los Himalaya.</p><p>Pero no todo es perfecto en uno de los lagos más conocidos del sur de Asia. La contaminación que proviene de edificios locales, las especies de plantas invasoras que amenazan la biodiversidad, y la disminución del nivel del agua —en parte debida al calor provocado por el cambio climático—, ponen en peligro la existencia a largo plazo del lago Dal y de cientos de otros lagos de la Cachemira controlada por India.</p><p>Se requiere de un esfuerzo constante por parte de los trabajadores empleados por el gobierno local para mantener a raya la maleza del lago Dal —y deben tomar precauciones para evitar la irritación de la piel causada por el agua contaminada—. No obstante, la situación podría ser peor para el lago, ubicado en Srinagar, la ciudad más poblada de Cachemira: es uno de los pocos lagos de la región que recibe trabajos de restauración continuos.</p><p>“Nos da miedo tocar el agua con las manos desnudas. Si necesitamos limpiar algo a mano, usamos guantes, porque sin ellos, nuestras manos rápidamente desarrollan alergias”, dijo en una tarde reciente Ghulam Rasool, un eliminador de maleza empleado por el gobierno local.</p><p>Rasool agregó que a veces parece imposible mantener el lago limpio. “Las aguas residuales desembocan directamente en el lago, y los arroyos que bajan de las montañas arrastran desechos como pañales y otro tipo de basura”, expuso.</p><p>La combinación de los cambios provocados por el clima, la contaminación y la urbanización descontrolada acelera el declive de los lagos indios, con consecuencias que se extienden desde los frágiles ecosistemas hasta las comunidades pesqueras y la economía turística.</p><p>Un informe del gobierno indio del año pasado encontró que, de los 697 lagos naturales de la región, 315 han desaparecido y 203 se han reducido desde 1967. Cientos de lagos registrados en décadas anteriores se han convertido en marismas poco profundas, humedales estacionales o, en algunos casos, han sido reemplazados por tierras de cultivo y otros desarrollos urbanísticos.</p><p>Viviendas y granjas invaden los lagos</p><p>En Cachemira, los lagos siempre han sido centros de actividad, incluidos los famosos mercados flotantes del lago Dal, donde los lugareños venden de todo: desde verduras hasta recuerdos. No obstante, a lo largo de las últimas décadas, la extensión de los lagos se ha reducido debido a las inconstancia de las lluvias, el aumento de sedimentos provenientes de los ríos y la invasión de tierras para cultivo y viviendas. Pequeñas islas para la agricultura o largos puentes de madera que conducen a viviendas ilegales se han convertido en una imagen cada vez más común.</p><p>En una vista aérea del lago Dal se aprecia claramente cómo las tierras de cultivo y las viviendas invaden lo que antes era terreno lacustre. El ganado pasta libremente en tierras de cultivo recién formadas a pesar de que los pescadores tradicionales intentan obtener su cuota diaria en las cercanías.</p><p>Las aguas residuales sin tratar que desembocan en los lagos provocan el crecimiento de la maleza que se alimenta del nitrógeno, el fósforo y otros nutrientes presentes en los desechos. Plásticos y otro tipo de basura ensucian el lago. Decenas de personas se dedican a eliminar la maleza del lago Dal diariamente, y es posible observar pequeños montículos de maleza removida en varios puntos del cuerpo de agua.</p><p>También se utilizan excavadoras y otra maquinaria pesada para retirar maleza y basura del lago.</p><p>Si bien reconocen que se necesitan más fondos y trabajo, los funcionarios del gobierno local dijeron que hacen su mejor esfuerzo. La autoridad gubernamental encargada del lago, creada en 1997, incluye ingenieros civiles, científicos, funcionarios forestales y agentes de la policía local.</p><p>Aunque más del 75% de la población de Srinagar está conectada a sistemas de tratamiento de aguas residuales, las aguas residuales de las viviendas no conectadas contribuyen significativamente a la contaminación del lago, explicó Muzamil Ahmad Rafiqui, ingeniero superintendente de la Autoridad de Conservación y Gestión de Lagos de Cachemira.</p><p>El cambio climático agrava el desgaste de los lagos</p><p>Algunos de los años más cálidos del mundo han provocado que la región del Himalaya se caliente más rápido que el promedio mundial. El deshielo temprano, la disminución de las nevadas y las lluvias más intensas alteran el ritmo y el volumen del agua que alimenta a los ríos y a los lagos.</p><p>Sher Muhammad, glaciólogo del Centro Internacional para el Desarrollo Integrado de las Montañas, con sede en Katmandú, destacó que los patrones cambiantes e impredecibles implican que los lagos ahora enfrentan periodos de afluencia repentina seguidos de una presión prolongada durante los meses más secos.</p><p>El deshielo de los glaciares de la región también ha incrementado la cantidad de sedimentos que llegan a los lagos río abajo. Si bien el deshielo puede generar un aumento inicial en el caudal, con el tiempo reducirá la reserva natural del agua que sustenta a los ríos y lagos durante los períodos secos, manifestaron los expertos.</p><p>El cambio climático ha sido devastador para Cachemira, dijo Irfan Rashid, científico ambiental de la Universidad de Cachemira, en Srinagar.</p><p>“Ha afectado a cada sector de nuestra economía”, subrayó. Rashid añadió que la capacidad de generación de energía hidroeléctrica, el turismo y las valiosas plantaciones de manzanas y azafrán se han visto golpeados por el clima extremo e impredecible de los últimos años.</p><p>Las comunidades pesqueras son las más afectadas</p><p>Los pescadores del lago Wular, a unos 65 kilómetros (40 millas) al noroeste de Srinagar, expusieron que el lago se ha vuelto menos profundo y su superficie está fragmentada por nuevas zonas de vegetación. Parte de su cuenca hidrográfica ha sido invadida por plantaciones de árboles. La navegación se ha vuelto más difícil y quedan menos peces.</p><p>Abdul Rasheed, un pescador de 45 años, dijo que solía ganar alrededor de 1.000 rupias (11 dólares) al día. Ahora sólo gana entre 100 y 200 rupias (entre 1 y 2 dólares) por toda una noche de pesca.</p><p>“Ha habido muchos cambios desde mi infancia”, agregó Rasheed.</p><p>Como ocurre con muchos otros lagos en Cachemira, el desarrollo agrícola y residencial ha invadido el lago, mientras que las aguas residuales sin tratar y la escorrentía agrícola han deteriorado la calidad de su agua. De hecho, en varias zonas, la superficie es una sustancia verdosa y viscosa. El estudio detallado más reciente del lago Wular, realizado por el grupo conservacionista Wetlands International (Humedales Internacional), en 2007, reveló que el lago se había reducido un 45% durante el siglo anterior. El informe también destacó que la degradación del lago aumenta el riesgo de inundaciones en el valle de Cachemira, ya que tradicionalmente era la principal barrera contra los desbordamientos del río Jhelum.</p><p>Muchos pescadores del lago Wular dijeron no creer que las generaciones futuras podrán vivir de la pesca.</p><p>Bashir Ahmed, de 55 años, quien ha pescado en el lago desde hace décadas, comentó que antes un joven sin experiencia podía regresar a casa con 4 kilogramos (9 libras) de pescado.</p><p>“Ahora, incluso un pescador experto regresa a casa con no más de un kilogramo (2,2 libras)”, agregó.</p><p>___</p><p>Arasu informó desde Bangalore, India, y está en X como @sibi123. Dar Yasin está en Instagram como @daryasinap</p><p>___</p><p>La cobertura climática y medioambiental de The Associated Press recibe el apoyo de varias fundaciones privadas. Vea más sobre la iniciativa climática de la AP aquí. La AP es la única responsable de todo el contenido. Encuentre los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de patrocinadores y las áreas de cobertura financiadas en AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VAPD6DLEYMHKWM5G2VLPQEIIEM.jpg?auth=38cf92388cd36b6247bfc248a69f7749bcb332f8fde343135c6813ecc38d0634&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Embarcaciones navegan por las aguas del lago Dal en Srinagar, en la parte de Cachemira controlada por la India, el jueves 4 de junio de 2026. (AP Foto/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content></item><item><title><![CDATA[Saibari's shootout winner sends Morocco past the Netherlands, earliest World Cup exit for the Dutch]]></title><link>https://www.local10.com/sports/2026/06/30/saibaris-shootout-winner-sends-morocco-past-the-netherlands-earliest-world-cup-exit-for-the-dutch/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/saibaris-shootout-winner-sends-morocco-past-the-netherlands-earliest-world-cup-exit-for-the-dutch/</guid><dc:creator><![CDATA[By ETHAN WILCOX, Associated Press]]></dc:creator><description><![CDATA[GUADALUPE, Mexico (AP) — Ismael Saibari scored the decisive goal in a penalty shootout, and Morocco sent the Netherlands to its earliest World Cup exit, eliminating the Dutch 3-2 after a 1-1 draw on Monday night.]]></description><pubDate>Tue, 30 Jun 2026 06:47:29 +0000</pubDate><content:encoded><![CDATA[<p>GUADALUPE, Mexico (AP) — Ismael Saibari scored the decisive goal in a penalty shootout, and Morocco sent the Netherlands to its earliest World Cup exit, eliminating the Dutch 3-2 after a 1-1 draw on Monday night.</p><p>With the shootout tied at 2-all after four rounds, Morocco goalkeeper Yassine Bounou made a strong save of Crysencio Summerville's attempt, batting it away with his left hand. Saibari then sent the winner into the low left corner as goalkeeper Bart Verbruggen went the other direction. The midfielder tore off his shirt and screamed with joy as he was mobbed by teammates.</p><p>Earlier in the shootout with Morocco trailing 1-0, Verbruggen appeared to have stopped an attempt by Soufiane Rahimi, but the goalkeeper couldn’t secure the ball and deflected it over the line with the back of his leg.</p><p>“We know when we do everything on the pitch, it’s God that gives something back to us as well,” Morocco head coach Mohamed Ouahbi said. “We give all the energy that we have on the field. Rahimi’s goal could have not been a goal, but it went in thankfully.”</p><p>The Netherlands had reached at least the Round of 16 in 11 previous World Cups, including a quarterfinal appearance four years ago in Qatar, when Morocco made a breakthrough run to become the first team from Africa to reach the semifinals. In this year's expanded tournament, 32 teams reached the knockout stage for the first time.</p><p>Morocco moves on to face co-host Canada in the Round of 16 on Saturday in Houston. The Atlas Lions previously beat Canada 2-1 in the group stage of the 2022 World Cup.</p><p>Morocco was on the front-foot for major stretches of the game Monday. The Netherlands instead focused on counterattacking.</p><p>“I think Morocco has gained everybody’s respect now,” said Ouahbi, who took over as head coach in March. “I saw (the Netherlands’ style of play) as a form of respect.”</p><p>Cody Gakpo scored in the 72nd minute for Netherlands. After the goal, which was assisted by Summerville, the Dutch bench ran onto the field to embrace the 27-year-old Gakpo, who broke down in tears. Gakpo and his partner, Noa van der Bij, recently announced that they lost their unborn child.</p><p>Morocco’s Issa Diop tied it in the 91st. Chemsdine Talbi sent a looping cross into the box from about 28 yards out on the left side and connected with Diop for a clean header that Verbruggen had no chance to stop.</p><p>Neither team had a strong scoring opportunity in 30 minutes of extra time at Estadio BBVA.</p><p>In the second half of extra time, Netherlands head coach Ronald Koeman used one of his substitutions to bring on Justin Kluivert. Kluivert was one of three Dutch players to miss his penalty.</p><p>“The last substitution I made was to bring in Justin (Kluivert) because he’s one of the best at penalty shootouts,” Koeman said. “But he missed his penalty and that’s even more bitter for him and for us.”</p><p>It was the third consecutive time the Netherlands has been eliminated from the World Cup in a penalty shootout.</p><p>It was the second game of this tournament to conclude with a shootout. Paraguay beat Germany on penalties earlier Monday.</p><p>The teams entered with the highest combined ranking of any Round of 32 match. Morocco was sixth in the world and the Netherlands was seventh.</p><p>“We need to be telling ourselves that no one can stop us,” Ouahbi said. “Nobody is unbeatable. If we get things wrong, we’ll go home.”</p><p>___</p><p>Ethan Wilcox is a student in the University of Georgia’s Carmical Sports Media Institute.</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/TK7GAHALCQNCNTSY75PL4VGSTE.jpg?auth=e7aaca9dff39dbed2ff1de3a3edad0b6e44793e496a0877bf80529af940c7856&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Moroccan team starts to celebrate after winning on penalty kicks the World Cup round of 32 soccer match between the Netherlands and Morocco in Guadalupe, near Monterrey, Mexico, Monday, June 29, 2026. (AP Photo/Sofia Yaker)]]></media:description><media:credit role="author" scheme="urn:ebu">Sofia Yaker</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I4IFU4EVI63BEBLE2PP3XA3MJE.jpg?auth=c4074ebc3288c457997d6c66fcd55414cab2d7b24ed4b505d8d5fafe98b2c54c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Morocco's Ismael Saibari (11) celebrates kicking the game winning penalty kick goal during the World Cup round of 32 soccer match between the Netherlands and Morocco in Guadalupe, near Monterrey, Mexico, Monday, June 29, 2026. (AP Photo/Dolores Ochoa)]]></media:description><media:credit role="author" scheme="urn:ebu">Dolores Ochoa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VRXH6CQYJ2D3PF6PGB2D5LAICE.jpg?auth=2e327a1359d163ce71ecc414b2a34d25a2ee0e8d3b6d833932eab69ba5db3fe4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherlands goalkeeper Bart Verbruggen (1) allows a goal during a penalty shootout at the end of the World Cup round of 32 soccer match between the Netherlands and Morocco in Guadalupe, near Monterrey, Mexico, Monday, June 29, 2026. (AP Photo/Moises Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OM6PFUPNVNNPRY2G7QK722CMGI.jpg?auth=c06d7f3a3885987301454787787a40b4d8a85cca9baddebbaedd558724faa1b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Morocco's Ismael Saibari (11) scores from the penalty spot during the World Cup round of 32 soccer match between the Netherlands and Morocco in Guadalupe, near Monterrey, Mexico, Monday, June 29, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YG3SSE63B3QEWJ6D6SEFRC3A3I.jpg?auth=c2cca788bca6da40202c4d3316d6fd43ac36dc770cefaa4cf3d7e64f02567705&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Morocco's Ismael Saibari (11) celebrates kicking the game winning penalty kick goal during the World Cup round of 32 soccer match between the Netherlands and Morocco in Guadalupe, near Monterrey, Mexico, Monday, June 29, 2026. (AP Photo/Dolores Ochoa)]]></media:description><media:credit role="author" scheme="urn:ebu">Dolores Ochoa</media:credit></media:content></item><item><title><![CDATA[Se resistió a balazos al arresto y los policías lo mataron en gasolinera de Davie]]></title><link>https://www.local10.com/espanol/2026/06/29/se-resistio-a-balazos-al-arresto-y-los-policias-lo-mataron-en-gasolinera-de-davie/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/29/se-resistio-a-balazos-al-arresto-y-los-policias-lo-mataron-en-gasolinera-de-davie/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Un sospechoso buscado por huir de las autoridades murió el lunes tras un tiroteo con seis agentes del alguacil de Broward y un oficial de Plantation en una gasolinera Wawa de Davie, luego de negarse a entregar su arma.]]></description><pubDate>Tue, 30 Jun 2026 02:36:15 +0000</pubDate><content:encoded><![CDATA[<p>Seis agentes del alguacil de Broward y un oficial de la policía de Plantation se vieron involucrados en un tiroteo mortal, según informaron las autoridades.</p><p>Según BSO, un sospechoso que los agentes buscaban fue observado cargando gasolina en la estación Wawa ubicada en 6350 Stirling Road la noche del lunes.</p><p>Cuando las autoridades se acercaron al sospechoso, indicaron que se desató un forcejeo entre él y los oficiales que se aproximaban.</p><p>El alguacil de Broward, Gregory Tony, dijo que el sospechoso estaba armado y se le ordenó entregar su arma, pero al no hacerlo, se produjo un intercambio de disparos.</p><p>Tony señaló que el sospechoso era buscado por huir y evadir a las autoridades, e indicó que los agentes contaban con evidencia de ADN que lo vinculaba a delitos adicionales, aunque no dio más detalles al respecto.</p><p>Tampoco precisó si fue un agente del alguacil o el oficial de Plantation quien disparó fatalmente contra el sospechoso.</p><p>Se espera que el Departamento de Policía de la Florida (FDLE) asuma la investigación, como es habitual en los casos de tiroteos con participación de agentes del orden.</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[US riding wave of confidence to World Cup knockout rounds after strong start to home tournament]]></title><link>https://www.local10.com/sports/2026/06/29/us-riding-wave-of-confidence-to-world-cup-knockout-rounds-after-strong-start-to-home-tournament/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/us-riding-wave-of-confidence-to-world-cup-knockout-rounds-after-strong-start-to-home-tournament/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[IRVINE, Calif. (AP) — U.S. captain Tim Ream says his teammates all recognize the golden opportunity in front of them to make their nation's best World Cup run in their home tournament over the following days — and hopefully weeks.]]></description><pubDate>Mon, 29 Jun 2026 21:01:22 +0000</pubDate><content:encoded><![CDATA[<p>IRVINE, Calif. (AP) — U.S. captain Tim Ream says his teammates all recognize the golden opportunity in front of them to make their nation’s best World Cup run in their home tournament over the following days — and hopefully weeks.</p><p>Yet instead of feeling amplified pressure under the raised expectations created by their strong group round and a groundswell of national support, these Americans appeared to be energized by the opportunity to make history as they broke camp Monday at their training base in Orange County.</p><p>“Would it be weird if I told you I don’t really feel too much pressure at this minute?” Ream said with a grin.</p><p>“I think we felt more pressure for that first game against Paraguay than anything, and that’s coming from ourselves, not from anything on the outside,” Ream added, referring to the Americans’ impressive 4-1 win in their World Cup opener on June 12. ”We just have to put in a performance the way we have in the group stage, and then we see where that takes us.”</p><p>The U.S. faces Bosnia-Herzegovina in the round of 32 in Santa Clara, California, on Wednesday night. The Americans are significantly favored — which is sort of an achievement in itself, given that this team has won exactly one knockout-round match in its entire World Cup history.</p><p>But these Americans are on the international stage with more optimism and likely more talent than nearly all previous editions of this team. Whether that translates into a deep run is still to be decided, but the Americans’ confidence and excitement is undeniable.</p><p>“The game is going to be about us and what we’re prepared to do, and what we have to do to advance,” U.S. striker Folarin Balogun said. “It’s crunch time. This is the business end, and this is the stage where, in my opinion, the big players step forward and the big players carry the pressure and make things happen.”</p><p>Although the Americans reached the semifinals at the inaugural World Cup in 1930 by winning their group, their only knockout victory came at the 2002 tournament when they beat Mexico in the round of 16.</p><p>Tim Ream says the US team felt more pressure at the last World Cup in Qatar</p><p>The 38-year-old Ream believes the Americans felt more pressure four years ago in Qatar, when they muddled through group play before getting blasted 3-1 by the Netherlands in the first knockout round.</p><p>Those Americans weren’t led by accomplished Argentine coach Mauricio Pochettino, who has made strong tactical advancements and clearly instilled many of his players with a new kind of confidence after previous U.S. cycles were spent under more parochial coaching.</p><p>They also didn’t have Balogun, the elite goal-scorer who made a major impact on the Americans’ victories over Paraguay and Australia by a combined 6-1, clinching their group in style and rendering their third match meaningless.</p><p>Folarin Balogun taking in American culture during the World Cup</p><p>Balogun’s impact is undeniable on the field, but the Brooklyn-born, London-raised forward is also a focal point away from the field. This World Cup cycle has been his first significant exposure to U.S. culture, and that’s an endless source of amusement and insight for his teammates.</p><p>“He says America is a simulation quite often,” defender Mark McKenzie said with a laugh. “We’ll be driving down the road and he’ll see something and be like, ‘What is that? Why is an individual dressed like that, or why are they throwing a sign up in the air on the corner? What is Bojangles?’ It’s stuff like that, where he’s like, ‘Bro! America! What is going on?’”</p><p>Many of the top Americans now play their club soccer internationally — another obvious factor in this team’s improved competitiveness in this World Cup. Defender Chris Richards, an Alabama native who plays in London for Crystal Palace, says his team is more mature and more tested than most previous editions of the U.S. roster because of its experience at all levels of the sport.</p><p>And count Richards among those who find Balogun’s culture shock to be a hilarious distraction during the down time on international breaks and this World Cup cycle.</p><p>“I think (Balogun) still has this notion that he says Americans aren’t real,” Richards said. “There’s some stuff that we do that doesn’t fly back in London. It’s a lot to learn and especially when you’re only here for a few weeks at a time. It’s been cool (for Balogun) being able to see different pockets of America.”</p><p>Cristian Roldan and Auston Trusty do modified training ahead of round of 32</p><p>NOTES: Injured players Cristian Roldan (quadriceps strain) and Auston Trusty (ankle) did modified training while their teammates went through a full workout Monday, but McKenzie (foot irritation) remained sidelined for a second straight day. Roldan hasn’t played at this World Cup, while Trusty scored in the Americans’ 3-2 loss to Turkey before he rolled his ankle late in the match. Roldan was on the field doing drills for the second straight day. McKenzie is getting treatment away from practice. None of the three injured Americans was expected to play a major role in the knockout rounds.</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/3LOGLZ6LWK7UBUBYEMXALJQ34I.jpg?auth=4aeea78e31b4406875789657b1ea95ffef513bf0bf0e41edd6d7d37ea5c158f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Giovanni Reyna, center left, Antonee Robinson, center, and Tyler Adams practice during a training session ahead of their FIFA World Cup match against Bosnia in Irvine, Calif., Monday, June 29, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BQ4D57NFWXKHFYSH7D5DL7SI3Y.jpg?auth=a30b092f65f97767e1c50d1f77a8a242ba57e911998f24ff4ac4c8723cc8545d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Tyler Adams attends a training session ahead of a FIFA World Cup match against Bosnia in Irvine, Calif., Monday, June 29, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EBW7JRT3AV32BI4ZRY2GWBYX6M.jpg?auth=006b9cfb288aa79550c92da4dfdf396c92762bf5abc91ba7fa303e097a6c4c19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Tim Ream speaks with the media before a training session ahead of a FIFA World Cup match against Bosnia in Irvine, Calif., Monday, June 29, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G2SPL747LLIJ77DALEUOK7SYSA.jpg?auth=501869d084360e8aee9f89f61d93b340c443efe3d335f4d2cb85f1259d631238&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Chris Richards, left, and Antonee Robinson exercise during a training session ahead of their FIFA World Cup match against Bosnia in Irvine, Calif., Monday, June 29, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U5656YQLGROTGAPGBVXVUQAB5I.jpg?auth=b9afd067628828448decbc0500eab98a12bf4e5bde75946a4bcd30d103256d55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States players attend a training session ahead of their FIFA World Cup match against Bosnia in Irvine, Calif., Monday, June 29, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content></item><item><title><![CDATA[Florida senator introduces bill aimed at protecting military service members from squatters]]></title><link>https://www.local10.com/news/2026/06/29/florida-senator-introduces-bill-aimed-at-protecting-military-service-members-from-squatters/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/29/florida-senator-introduces-bill-aimed-at-protecting-military-service-members-from-squatters/</guid><dc:creator><![CDATA[Ross Ketschke]]></dc:creator><description><![CDATA[Lawmakers in Washington are considering a new bill that would crack down on squatters illegally living in the homes of U.S. military servicemen and women. ]]></description><pubDate>Tue, 30 Jun 2026 02:12:55 +0000</pubDate><content:encoded><![CDATA[<p>Lawmakers in Washington are considering a new bill that would crack down on squatters illegally living in the homes of U.S. military servicemen and women. </p><p>U.S. Senator Ashley Moody (R-Florida) introduced the Servicemember Residence Protection Act. The legislation would ensure state and local protections for those illegally living on a property, often referred to as “squatters rights” would not apply if the property was owned by a member of the armed forces. </p><p>Legal protections for squatters, those who occupy a property without the owner’s permission, vary greatly from state to state. However, property owners can be dragged through lengthy and expensive legal fights before an eviction can be secured. </p><p>In recent years, state lawmakers in Florida have taken steps to crackdown on squatting. In an interview with Local 10, Moody said the Senate bill would go further to ensure the homes of service men and women are protected when they are deployed. </p><p>“This would protect our servicemen and women across the nation, no matter where their home is,” Moody said. “And make sure that when they return from service or another duty station would never count towards any time that would establish any sort of squatters rights.” </p><p>In recent years, there have been several documented cases of squatters illegally moving onto the property of service members during deployment. In 2025, 11 people were arrested for allegedly squatting on a property in Polk County that belonged to a member of the U.S. Airforce. According to the Polk County Sheriff’s Office, the squatters allegedly caused damage to the home, sold the homeowner’s belongings, and used drugs on the property. </p><p>A version of the bill passed the House last year.</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[Helping Venezuela: NFL star joins Global Empowerment Mission’s team; his message to South Floridians, ‘Do what you can’ ]]></title><link>https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/</link><guid isPermaLink="true">https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/</guid><dc:creator><![CDATA[Christina Vazquez, Andrea Torres]]></dc:creator><description></description><pubDate>Mon, 29 Jun 2026 17:48:52 +0000</pubDate><content:encoded><![CDATA[<p>NFL star Andrés Borregales, who was born in Caracas and moved to South Florida in 2004, joined the Global Empowerment Mission’s team to help send aid to northern Venezuela.</p><p>The 23-year-old New England Patriots player — who made NFL history on Feb. 8 as the first Venezuelan-born player to make it to a Super Bowl — didn’t just hand over money and donations. </p><p>“We physically can’t be there right now ... which sucks ... but we are still helping out in any way that we can. That’s why we are here helping out,” he said while volunteering at GEM’s warehouse in Doral. </p><p>The former University of Miami standout, known as “Automatic Andy,” and his wife, Stephanie Borregales, a Florida State University graduate, wore the GEM neon green vest with pride. </p><p>“I have my sister over there,” the NFL football kicker said. “Thank God, she is OK, but a lot of families aren’t.” </p><p>There was urgency after a 4.6-magnitude aftershock struck on Monday amid the devastation of Wednesday’s 7.2- and 7.5-magnitude earthquakes in the Venezuelan state of La Guaira.</p><p>“Not many people have a shelter to go back to or a home to go back to because it’s all rubble,” Andy Borregales said. </p><p>As the death toll continued to increase, the United Nations <a href="https://news.un.org/en/story/2026/06/1167826" target="_self" rel="" title="https://news.un.org/en/story/2026/06/1167826">estimated</a> on Monday that there were some 680,000 children among the 1.8 million Venezuelans who need assistance after the quakes.</p><p>There are other Venezuelan professional athletes in pain in the U.S. MLB catcher William Contreras, who was born in Puerto Cabello and plays for the Milwaukee Brewers, was<a href="https://www.mlb.com/news/william-contreras-honors-venezuela-with-world-baseball-classic-gear" target="_self" rel="" title="https://www.mlb.com/news/william-contreras-honors-venezuela-with-world-baseball-classic-gear"> in tears after a victory on Friday</a> and apologized for not being able to join the search and rescue effort. </p><p>Andy Borregales, who graduated from Champagnat Catholic School in Hialeah in 2021, felt the same pain, but as a Venezuelan American from South Florida, he had a massive effort to join. </p><p>Moving boxes at the warehouse, at 1850 NW 84th Ave, was helping Andy Borregales, who also played football as a student at Booker T. Washington High School in Miami’s Overtown and Chaminade-Madonna College Preparatory School in Hollywood. </p><p>“It’s really just amazing to see just everyone come together,” said Stephanie Borregales, a Cuban American who wed the NFL player last year in Boca Raton and who believes in the healing power of giving.</p><p>GEM also has a warehouse in Valencia, Venezuela, where the distribution effort begins. GEM is not accepting clothes or linens, but the list of items they are accepting includes tents, inflatable mattresses, nonperishable food, hygiene products, batteries, diapers, and emergency kits. </p><p>“If all you can donate is a box of soap. That is enough,” Andy Borregales said. “Do what you can.” </p><p><b>For more information about how to become a GEM volunteer, </b><a href="https://www.globalempowermentmission.org/volunteer/" target="_self" rel="" title="https://www.globalempowermentmission.org/volunteer/"><b>visit this page</b></a><b>. </b></p><p><b>Related list</b>: <a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">Drop-off locations in South Florida</a></p><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/">Physicians in Miami-Dade collect donations of medical supplies near Doral </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/">Meet Miami-Dade Fire Rescue Capt. German Leal</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Pembroke Pines police officers announce collection drive</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb partners with nonprofit CADENA for emergency housing </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi aims to protect vulnerable children</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Officials close La Guaira, require volunteers to register in Caracas </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon donates to Airlink to help charities with logistics</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Helping Venezuela: Doral-based Global Empowerment Mission runs distribution center in Valencia]]></title><link>https://www.local10.com/community/2026/06/29/helping-venezuela-global-empowerment-mission-leads-aid-distribution-effort/</link><guid isPermaLink="true">https://www.local10.com/community/2026/06/29/helping-venezuela-global-empowerment-mission-leads-aid-distribution-effort/</guid><dc:creator><![CDATA[Byron Tollefson, Christina Vazquez, Andrea Torres, Caroline Coles]]></dc:creator><description><![CDATA[After they stopped accepting donations on Monday afternoon in Doral, dozens of Global Empowerment Mission volunteers clapped because more help was on the way to the devastated coastal towns of Venezuela.]]></description><pubDate>Tue, 30 Jun 2026 00:04:51 +0000</pubDate><content:encoded><![CDATA[<p>After they stopped accepting donations on Monday afternoon in Doral, dozens of <a href="https://www.globalempowermentmission.org/" target="_self" rel="" title="https://www.globalempowermentmission.org/">Global Empowerment Mission</a> volunteers clapped because more <a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/">help was on the way</a> to the devastated coastal towns of Venezuela.</p><p>In northern Venezuela’s state of La Guaira, there was also applause after search-and-rescue teams pulled someone out alive from the rubble five days after the 7.2- and 7.5-magnitude earthquakes. </p><p>The displaced from Caracas to Catia La Mar, Macuto, and Caraballeda were in fear after a 4.6-magnitude aftershock on Monday morning. In Doral, the GEM team had them in mind with every victory. </p><p>“GEM will be the distribution center and coordinator throughout Venezuela,” said Michael Kesti, a lobbyist with the <a href="https://www.governmentrelationsgroup.us/" target="_self" rel="" title="https://www.governmentrelationsgroup.us/">Government Relations Group</a> who leads GEM’s government relations efforts. </p><p><a href="https://michaelcapponi.com/" target="_self" rel="" title="https://michaelcapponi.com/">Michael Capponi</a>, a former nightlife entrepreneur who founded GEM to send aid to Haiti after the <a href="https://www.globalempowermentmission.org/about/our-story/" target="_self" rel="" title="https://www.globalempowermentmission.org/about/our-story/">2010</a> earthquake, shared updates from a warehouse in Valencia, the third-largest city in Venezuela. </p><p>From the cars at a drop-off drive-thru area outside the GEM warehouse, at <a href="https://maps.app.goo.gl/JdNwSHuKW6yUuW7C9" target="_self" rel="" title="https://maps.app.goo.gl/JdNwSHuKW6yUuW7C9">1850 NW 84th Ave</a>., in Doral, to the sorting and packing areas inside, groups of GEM donors and volunteers kept the aid flowing. </p><p> “All of these supplies are getting directly to families in Venezuela without any interference of the Venezuelan government,” said Doral Mayor Christi Fraga, who partnered with GEM to run <a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">drop-off locations</a> that feed the warehouse in Doral. </p><p>The U.S. State Department and the U.S. Southern Command were working with the administration of Delcy Rodríguez, Venezuela’s acting president since Jan. 5, to keep the aid from the U.S. flowing. </p><p>“It’s really that leadership role in coordinating flights with the humanitarian supplies, making sure they can get in, they can get unloaded, and on the ground,” said Mignon Houston, a spokeswoman for the U.S. State Department.</p><p>The <a href="https://x.com/usembassyve/status/2071746844112162923" target="_self" rel="" title="https://x.com/usembassyve/status/2071746844112162923">USS Fort Lauderdale</a> was delivering aid in La Guaira. NASA <a href="https://gis.earthdata.nasa.gov/portal/apps/mapviewer/index.html?webmap=0c3d77dd5aae46e4829d9a282477615c" target="_self" rel="" title="https://gis.earthdata.nasa.gov/portal/apps/mapviewer/index.html?webmap=0c3d77dd5aae46e4829d9a282477615c">released a map </a>showing a satellite view of the estimated 58,870 buildings that the earthquakes either damaged or destroyed. Rescue teams were still asking for silence as they searched.</p><p>“With every hour that passes, we feel our hopes fading. Many tell us that we’re searching in places where there are no longer any possibilities of finding people alive. However, many Venezuelans have asked us not to give up, and we haven’t,” Salvadoran President Nayib Bukele wrote in <a href="https://x.com/nayibbukele/status/2071746108443767278" target="_self" rel="" title="https://x.com/nayibbukele/status/2071746108443767278">a statement on Monday night</a>. </p><p>Gianluca Rampolla, a United Nations coordinator, <a href="https://news.un.org/en/story/2026/06/1167837" target="_self" rel="" title="https://news.un.org/en/story/2026/06/1167837">reported</a> the UN had agreed to procure 10,000 body bags for the Venezuelan government. </p><p>“I have my sister over there,” said <a href="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/">NFL star Andrés Borregales</a>, a GEM volunteer in Doral. “Thank God, she is OK, but a lot of families aren’t.”</p><p>To keep the community effort going in South Florida, Borregales had a message for anyone who hasn’t been able to help: “If all you can donate is a box of soap, that is enough. Do what you can.”</p><p>The Trump administration committed $300 million in aid to Venezuela. The Miami Marlins <a href="https://www.mlb.com/marlins/tickets/offers/venezuela-earthquake-relief" target="_self" rel="" title="https://www.mlb.com/marlins/tickets/offers/venezuela-earthquake-relief">announced</a> a $100,000 donation to GEM on Monday. </p><p>Miami-Dade Mayor Daniela Levine Cava, who has volunteered at GEM in Doral, released <a href="https://x.com/MayorDaniella/status/2071757429444952540" target="_self" rel="" title="https://x.com/MayorDaniella/status/2071757429444952540">a statement</a> on Monday to thank LATAM Airlines and GEM after <a href="https://x.com/MayorDaniella/status/2071757429444952540/photo/3" target="_self" rel="" title="https://x.com/MayorDaniella/status/2071757429444952540/photo/3">she and Kesti</a> witnessed the departure of a cargo plane. </p><p>“Tonight, I was at Miami International Airport as one of the first major humanitarian aid shipments departed for Venezuela,” Levine Cava said in a statement. “Our community has shown extraordinary generosity and humanity in response to this tragedy.” </p><p>Venezuelan opposition leader María Corina Machado, the 2025 Nobel Peace Prize-winner, <a href="https://x.com/MariaCorinaYA/status/2071701667699990571" target="_self" rel="" title="https://x.com/MariaCorinaYA/status/2071701667699990571">released a video on Monday</a> saying that she was in Panama City working on her return to Venezuela. “I ​am willing to do whatever it takes, speak to whoever I ​need to ⁠speak to, in order to coordinate and serve our people,” Machado said in Spanish. “I am ready and close to Venezuela, and I will do what needs to be done so we meet up there.”</p><p><b>Helpful list: </b><a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">Aid drop-off locations in South Florida</a></p><ul><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/">NFL star joins Global Empowerment Mission’s team; his message to South Floridians, ‘Do what you can’</a><b> </b></li><li><a href="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/">More than 100 Venezuelans who were deported from the US hours before the earthquakes are missing</a></li></ul><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><figure><img src="https://www.local10.com/resizer/v2/OQWAZ3LJKZXM4L4YXAR7YACHFY.jpg?auth=9abb79f15a3ca10baf3516333c71c7c70ae6173eae73fec19c0caad20d38e1f7&smart=true&width=1200&height=900" alt="A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/">Food for the Poor welcomes investments in reconstruction </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/">Physicians in Miami-Dade collect donations of medical supplies near Doral </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/">Meet Miami-Dade Fire Rescue Capt. German Leal</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Pembroke Pines police officers announce collection drive</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb partners with nonprofit CADENA for emergency housing </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi aims to protect vulnerable children</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Officials close La Guaira, require volunteers to register in Caracas </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon donates to Airlink to help charities with logistics</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Explosion in Monaco reportedly wounds Ukrainian tycoon with ties to Russia]]></title><link>https://www.local10.com/news/world/2026/06/30/explosion-in-monaco-wounds-3-reportedly-including-ukrainian-tycoon-with-ties-to-russia/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/explosion-in-monaco-wounds-3-reportedly-including-ukrainian-tycoon-with-ties-to-russia/</guid><dc:creator><![CDATA[By PHILIPPE MAGONI and SYLVIE CORBET, Associated Press]]></dc:creator><description><![CDATA[MONACO (AP) — An explosion at an apartment building entrance in Monaco reportedly wounded a Ukrainian tycoon with ties to Russia and two other people, the chief prosecutor in the exclusive Mediterranean country said Tuesday.]]></description><pubDate>Tue, 30 Jun 2026 15:11:39 +0000</pubDate><content:encoded><![CDATA[<p>MONACO (AP) — An explosion at an apartment building entrance in Monaco reportedly wounded a Ukrainian tycoon with ties to Russia and two other people, the chief prosecutor in the exclusive Mediterranean country said Tuesday.</p><p>A search was underway for a suspect who fled on foot after the blast late Monday, Prosecutor Stéphane Thibault said, adding that the motive was unclear.</p><p>Media reports identified Ukrainian construction tycoon Vadym Yermolaiev as being among the injured. He has said he renounced his Ukrainian citizenship nearly a decade ago, and he was targeted by Ukrainian sanctions in 2023 for ties to Russia. A woman and a child were also hurt.</p><p>“It appears that the family was specifically targeted,” said Christophe Mirmand, the minister of state for Monaco. He said the suspect “had walked around the area several times while waiting for the victims,” according to surveillance footage.</p><p>It was not clear why the family was targeted or by whom.</p><p>Russia has a long history of targeting its enemies abroad, and Western intelligence officials have recently said that a campaign of targeted killings has ramped up since President Vladimir Putin’s 2022 invasion of Ukraine.</p><p>Ukraine is also believed to have carried out attacks and targeted killings of Russian figures in the course of the war, although those attacks have largely been confined to Ukrainian or Russian territory.</p><p>The Ukrainian Foreign Ministry said its embassy in France, which is also responsible for Monaco, was in touch with local authorities. Ukrainian diplomats were at the scene providing assistance, it said.</p><p>Attack shocks glamorous Monaco</p><p>The attack shocked the country on the Mediterranean coast, one of the world’s smallest sovereign states known for its high concentration of wealthy residents. Monaco’s Prince Albert II described it as “an odious act” and said all public services were mobilized to ensure security.</p><p>Monaco police opened an attempted murder investigation into the attack, but they did not describe it as a terrorism investigation, Thibault told reporters.</p><p>The family members are “regular” residents of Monaco, and authorities did not yet know whether they had been threatened in the past, Mirmand said.</p><p>The blast occurred around 9 p.m. Monday at the entrance of a residence near the French border.</p><p>The woman who was wounded was in life-threatening condition, Thibault said. He did not provide the identities of the people who were hurt.</p><p>The woman was being treated at a hospital in Nice, Mirmand told French news broadcaster LCI. Her partner and the 13-year-old child suffered less severe injuries but were still hospitalized Tuesday, he added.</p><p>The suspect got away via steps to a small street to the neighboring French town of Beausoleil, according to surveillance footage.</p><p>In a picture captured by surveillance cameras and published by French media, the suspect could be seen in a street wearing a black jacket, light-colored pants, white shoes and a black bucket hat that partly concealed his face.</p><p>The three people were “apparently returning home peacefully,” Mirmand said, citing surveillance footage. “They were caught in the explosion as they crossed the threshold of their apartment building."</p><p>Ukrainian tycoon is a well-known real estate developer</p><p>Yermolaiev, a Ukrainian-born businessman originally from the city of Dnipro, built his fortune through the Alef Group, a diversified business that includes commercial real estate, manufacturing and agriculture. He became one of the country’s best-known property developers, leading projects that reshaped parts of Dnipro’s city center. He has regularly appeared in rankings of Ukraine’s wealthiest entrepreneurs.</p><p>In an interview with Forbes Ukraine, Yermolaiev said he renounced his Ukrainian citizenship and became a Cypriot citizen in 2017.</p><p>In December 2023, Ukrainian President Volodymyr Zelenskyy imposed sanctions on Yermolaiev as part of a broader package targeting individuals and companies Kyiv said had business links to Russia or Russian-occupied territories.</p><p>The Cyprus Registrar of Companies lists a man called Vadym Iermolaiev as the director of Vespano Ltd., a company in the Cypriot city of Limassol first registered in January 2019. Cyprus’ Interior Ministry told The Associated Press it could not provide information about the man’s citizenship status due to confidentiality rules.</p><p>A coastal playground for the rich and famous, Monaco is renowned as much for its tax-friendly incentives and Formula 1 Grand Prix as its glamorous royal family. The small principality is widely regarded as one of the safest places in the world, in part because of its network of thousands of surveillance cameras covering most public spaces.</p><p>Monaco’s population of 38,000 is multinational, with only a fifth of the population actually citizens of the principality.</p><p>___</p><p>Associated Press journalists Illia Novikov in Kyiv, Ukraine; Menelaos Hadjicostis in Nicosia, Cyprus; and Barry Hatton in Lisbon, Portugal, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RTOAMWNCWIHMSI7YOI3YI4MA3E.jpg?auth=ab1cf8ae9e1122e9e77efe52e2ec32f09493df0bf7b5dfc64650266841a78f8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Investigators examine the scene at the residential building where an explosive device seriously injured three people a day earlier in Monaco, Tuesday, June 30, 2026. (AP Photo/Philippe Magoni)]]></media:description><media:credit role="author" scheme="urn:ebu">Philippe Magoni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GOXCOVOHKOJTXSIRKCOB27FTUM.jpg?auth=853cc71839e01d0a78476ef6d07211fa9093d66e703aca848b32a30129834a00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A view of the residential building where an explosive device seriously injured three people in Monaco, Tuesday, June 30, 2026. (AP Photo/Philippe Magoni)]]></media:description><media:credit role="author" scheme="urn:ebu">Philippe Magoni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NJGRCDJ5MSRDUFZLCNTWGD7DNM.jpg?auth=8cf669252f8d13b0cc5a44963009916860c2e1bab46fbd0e0f31c242db44ba94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A police officer guards in a street in Monaco, Tuesday, June 30, 2026, a day after an explosive device seriously injured three people at a residential building in Monaco. (AP Photo/Philippe Magoni)]]></media:description><media:credit role="author" scheme="urn:ebu">Philippe Magoni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OXV3D4VF47SRRU2A6QT4RRHGYE.jpg?auth=de2796e59db98a443d8874b860685d448afb1d662b9058e49ff06aceabdfb7fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police stop motorists after a blast from an explosive device injured multiple people at a residential building in Monaco, late Monday, June 29, 2026.. (Clement Lanot via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Clement Lanot</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HGRKBYFCBXWUX4G7VJDHYKLU6A.jpg?auth=dc5f6171caf8d3f3e374a2cf29fb83d43ef3072dba83a8a10cc2865fff279808&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Map showing where an explosion caused multiple injuries in Monaco. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content></item><item><title><![CDATA[Warming climate, pollution and unplanned growth push Kashmir’s lakes toward disappearance]]></title><link>https://www.local10.com/news/world/2026/06/29/warming-climate-pollution-and-unplanned-growth-push-kashmirs-lakes-toward-disappearance/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/29/warming-climate-pollution-and-unplanned-growth-push-kashmirs-lakes-toward-disappearance/</guid><dc:creator><![CDATA[By DAR YASIN and SIBI ARASU, Associated Press]]></dc:creator><description><![CDATA[SRINAGAR, India (AP) — Every morning, long, narrow wooden boats called shikaras move elegantly across expansive Dal Lake in a postcard-perfect scene framed by the Himalayan mountains.]]></description><pubDate>Tue, 30 Jun 2026 01:10:44 +0000</pubDate><content:encoded><![CDATA[<p>SRINAGAR, India (AP) — Every morning, long, narrow wooden boats called shikaras move elegantly across expansive Dal Lake in a postcard-perfect scene framed by the Himalayan mountains.</p><p>But all is not perfect in one of South Asia’s best-known lakes. Pollution from local buildings, invasive plant species that threaten biodiversity and declining water levels, in part due to climate-driven heat, are threatening the long-term existence of Dal Lake and hundreds of other lakes in Indian-controlled Kashmir.</p><p>It takes constant effort by workers employed by the local government to keep Dal Lake's weeds at bay, and they must take precautions to avoid skin irritation from the polluted water. Yet it could be worse for the lake, which is located in Kashmir's most populous city, Srinagar. It's one of the few lakes in the region to receive sustained restoration work.</p><p>“We are afraid to touch the water with bare hands. Whenever we need to clean something by hand, we wear gloves, because without them our hands quickly develop allergies,” Ghulam Rasool, a weed cleaner employed by the local government, said on a recent afternoon.</p><p>Rasool said that sometimes it feels impossible to keep the lake clean.</p><p>“Sewage drains flow directly into the lake, and water streams coming from the mountains are bringing waste such as diapers and other garbage,” he said.</p><p>A combination of climate-driven changes, pollution and unplanned development is accelerating a decline in Indian lakes, with consequences rippling from fragile ecosystems to fishing communities and the tourism economy.</p><p>An Indian government report last year found that of the region’s 697 natural lakes, 315 have disappeared and 203 have shrunk since 1967. Hundreds recorded in earlier decades have been reduced to shallow marshes, seasonal wetlands or, in some cases, replaced by farmland and other development.</p><p>Homes and farms encroach upon lakes</p><p>Lakes in Kashmir have always been centers of activity, including Dal Lake’s famous floating markets where locals sell everything from vegetables to souvenirs. However, recent decades have seen the lakes’ boundaries shrink due to unpredictable rainfall, increased sediment from rivers and encroachment by farmland and houses. Small islands of farmland or long wooden bridges leading to illegal homes are becoming an increasingly common sight.</p><p>Farmland and homes creeping into what was once lake land is apparent in an aerial view of Dal Lake. Cattle graze freely on newly formed farmland even as the traditional fishers try to make their daily quota nearby.</p><p>Untreated sewage flowing into the lakes results in the growth of weeds, which feed off nitrogen, phosphorous and other nutrients in the waste. Plastics and other garbage dirty the lake. Dozens of weed cleaners try to clear Dal Lake every day, and small mounds of cleared weeds can be seen at various spots across the lake. Excavators and other heavy machinery are also used to pull weeds and garbage from the lake.</p><p>While acknowledging that more funds and work are needed, local government officials said they are trying their best. A government-run lake authority started in 1997 includes civil engineers, scientists, forest officials and local police officials.</p><p>While more than 75% of Srinagar’s population is connected to sewage treatment systems, sewage from the unconnected houses is a major contributor to lake pollution, said Muzamil Ahmad Rafiqui, superintending engineer for Kashmir’s Lake Conservation and Management Authority.</p><p>Climate change worsens lake depletion</p><p>Some of the world’s warmest years have meant that the Himalayan region is warming faster than the global average. Earlier snowmelt, reduced snowfall and more intense rainfall events are disrupting the timing and volume of water that feeds rivers and lakes.</p><p>Sher Muhammad, a glaciologist with the Kathmandu-headquartered International Centre for Integrated Mountain Development, said the shifting, unpredictable patterns mean lakes now face periods of sudden inflow followed by prolonged stress during drier months.</p><p>The melting of the region's glaciers has also increased the amount of sediment carried downstream into the lakes. While the melting of glaciers can spur an initial boost in water flow, over time it will reduce the natural water storage that sustains rivers and lakes during dry periods, experts said.</p><p>Climate change has been devastating for Kashmir, said Irfan Rashid, an environmental scientist at the Srinagar-based University of Kashmir. “It has impacted every sector of our economy,” he said. Rashid said hydropower-generating capacity, tourism and highly valued apple and saffron farms have all been hit by erratic, extreme weather in recent years.</p><p>Fishing communities feel the brunt</p><p>Fishers at Wular Lake, about 65 kilometers (40 miles) northwest of Srinagar, said the lake has become shallower, its surface fragmented by new patches of vegetation. Parts of its catchment area have been taken over by tree plantations. Navigation has become harder, and fewer fish remain.</p><p>Abdul Rasheed, a 45-year-old fisherman, said he used to earn around 1,000 rupees ($11) a day. Now it's only 100 to 200 rupees ($1 to $2) for an entire night of fishing.</p><p>“There are a lot of changes since my childhood,” said Rasheed.</p><p>As is the case with many other lakes in Kashmir, agricultural and residential development has encroached on the lake, while untreated sewage and farm runoff have hurt its water quality. Indeed, the surface in several areas is a green gunk. The most recent detailed study of Wular Lake, conducted by the conservation group Wetlands International in 2007, found that the lake had shrunk by 45% over the preceding century. The report also emphasized that the degradation of the lake increases flood risks in the Kashmir valley because it was traditionally the biggest buffer for overflows from the Jhelum River.</p><p>Many fishers at Wular Lake said they don't believe future generations will be able to live off fishing.</p><p>Bashir Ahmed, a 55-year-old who has fished in the lake for decades, said in the past a young person with no fishing experience could return home with 4 kilograms (nearly 9 pounds) of fish.</p><p>“Now even a skilled fisherman comes home with no more than 1 kilogram (2.2 pounds),” he said.</p><p>___</p><p>Arasu reported from Bengaluru, India, and can be followed on X at @sibi123. Follow Dar Yasin on Instagram at @daryasinap</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/P5WU27EKYAAPWJ5RT4GSITUSYA.jpg?auth=001a55c632c51f8a037d80a7e4544003c221e052765ded711fbeed1d26e66f5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mohammad Amin, a Kashmiri laborer employed by a nonprofit organization that collects garbage floating on Dal Lake, works on the outskirts of Srinagar, Indian controlled Kashmir, Monday, May 4, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4HSP7P7OZEHJZ3UBBFOOSWI2CI.jpg?auth=621dae35f215735b9045ea9af5439a7e10e657c39e5aad7f52107d1b0da9de70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An employee of the Lake Conservation and Management Authority (LCMA) uses a machine to clear weeds from Dal Lake in Srinagar, Indian controlled Kashmir, Wednesday, May 20, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DTCCYQVBPQTSPARLYI4HMNIV7U.jpg?auth=fd0662cea578dec7e6eaad2d75fe1ed2d42c3fff446cc0fe444d7c1847f6b57e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A couple on their way to work row a shikara, a traditional boat, through algae and trash-filled waters of Wular Lake in Bandipora, northeast of Srinagar, Indian controlled Kashmir, Tuesday, May 5, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4N6FQHGGFXTK7CWNHATHGI5ZAE.jpg?auth=62483a5d666ad93e52790bc260ab5f68ad329578be8c15559ed207c5190e84b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Kashmiri woman cleans a blanket in algae-filled water on the banks of Wular Lake in Bandipor, northeast of Srinagar, Indian controlled Kashmir, Tuesday, May 5, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EYW6YMZBOQQD2VKHBR4RWNUFNE.jpg?auth=d920a56359497d2495eaf342f694c2d9d9706c68b9860e1f62c21f8e994e47b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A cyclist walks a bike on a wooden footbridge as a man rows his boat in the interiors of Dal Lake on the outskirts of Srinagar, Indian controlled Kashmir, Monday, May 4, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FWLZD5PICORBEQDB7HAA3SF55I.jpg?auth=a8ee421f7599aab15b3119acc4c5b12fb1df137e489846fca00cc197592600cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ghulam Rasool, second from right, a weed cleaner employed by Lake Conservation and Management Authority (LCMA), works at Dal Lake in Srinagar, Indian controlled Kashmir, Wednesday, May 20, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6HAXPICZWGALWTCJTIYR6T2XTQ.jpg?auth=cedf44641b2fa7a8a29b3ded0c1419a41d84bced68876b63d96a27b3d14fa764&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boats maneuver the waters of Dal Lake in Srinagar, Indian controlled Kashmir, Thursday, June 4, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NUQGBOSAZNRNWZE3PMHL6MI73Q.jpg?auth=26de735254d75694e54ec97cba4c7267fb9b777d72e81ec39128245e1f7bba9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kashmiri men sell their produce early in the morning at the floating vegetable market on Dal Lake in Srinagar, Indian Controlled Kashmir, Monday, May 18, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I2JGOIENBTYFMI5ELZK4OPBMVM.jpg?auth=7c6e29780f5284c27b061b2b15ea3ebb488dc486c632e84ac4ed0ec6b19f6cf3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A floating vegetable garden is visible in the interior of Dal Lake on the outskirts of Srinagar, Indian controlled Kashmir, Friday, May 15, 2026.(AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QIFB44JC57IY5ZIZOQSIE6GHHE.jpg?auth=0bf29598e0939b433706f831ae5dabdae772246890887169a6fc4e998d120e23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cattle graze along the banks of Wular Lake as a Kashmiri villager rows a shikara, a traditional boat, in Bandipora, northeast of Srinagar, Indian controlled Kashmir, Tuesday, May 5, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JILH3YQW7H4KUVL522NJSB26DQ.jpg?auth=846f8d82a6a49952930a40e31527f2c75b53cc49e6bb2e0b4602500fe0d903cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists enjoy a ride on a traditional boat near the floating market on Dal Lake in Srinagar, Indian controlled Kashmir, Monday, June 1, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IHPRXEFVOB3TP6LLXNFVRA7M7A.jpg?auth=d2bf3bd94904b8517a7aa96e544f19275db6a281bab7bcf44f815aee688cebde&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists enjoy a ride on a traditional boat at sunset on Dal Lake in Srinagar, Indian controlled Kashmir, Monday, June 1, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BT36RBRBWVPUKIKAW562NWZN44.jpg?auth=b3248eabd55ddcfa4aef40d1fa33bf9f0d6d2716c5a0ba1c4f67144923bed75d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A door made of tin sheets stands on a wooden footbridge connecting the interior of Dal Lake to the shore in Srinagar, Indian controlled Kashmir, Monday, May 4, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7IUTZII2TMFWFBM3IQ7X27MEHE.jpg?auth=f775a37ae4d217e46859d8a33b28cc8b735e37c5810a5e328467e99e5a77ceee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A stray cow grazes beside a canal filled with trash near Wular Lake in Bandipora, northeast of Srinagar, Indian controlled Kashmir, Tuesday, May 5, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O4W4WK756ERW7FFZMKCJ3XFBUA.jpg?auth=f445a948b7fca3d4466e9a72d7888a65a7c89461c3ee1bcda09b05c143cd0261&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Kashmiri boatman collects mire and aquatic weeds from Dal Lake to use as manure and to extend a floating gardens on the outskirts of Srinagar, Indian controlled Kashmir, Friday, May 15, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KK7ILHY22LM3RXWRPJCEPEDXGM.jpg?auth=9a3201fbaf2cbc881a6e2f678d8813cd9f0385221ee3d6a03b301c13e697a504&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kashmiri women on a boat wash blankets in the interiors of Dal Lake in Srinagar, Monday, June 1, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q4PXEY3623GCPUQCTKMH6JCU5Y.jpg?auth=d075f8c26b4a7c85311f08c57bffadeb7bf85b5bbb0f8fc179b2e2f93c1c69d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Kashmiri man harvests grass from Dal Lake to sell as fodder for cattle in Srinagar, Indian controlled Kashmir, Monday, June 1, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZBGX7WWP4WUC4OY36WHZ5KJCZY.jpg?auth=d0b4fa067c52d81196371f208c612532efa89633ea97f11815e527c60c9ecfdd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kashmiri fishers on a boat row past weed and lotus leaves lying on the bank of Dal Lake in Srinagar, Indian controlled Kashmir, Monday, May 4, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BLJB2PSLFNL6ZH67OPOOAXHYTQ.jpg?auth=79a5b5b48b8b05822c81866a8d3da2514d3b324dd9783a466f16c168574cb4c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Abdul Rasheed, a fisher, casts his net into the waters of Wular Lake in Bandipora, northeast of Srinagar, Indian controlled Kashmir, Tuesday, May 5, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2Z5QQSPEIHJGAGN3IIFSKQRZHQ.jpg?auth=9fc345ee06ee63e73569a7260c9f377047c7a558ce49e5b1d2d5c2cda15e4b3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bashir Ahmed, a Kashmiri fisher, stands on an island in Wular Lake in Bandipora, northeast of Srinagar, Indian controlled Kashmir, Tuesday, May 5, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RRIISWUI5ERHJCZPKFHESKTXCE.jpg?auth=ca9c435907edbe193def261dd1b35d91da986e112bf95040681942d6f2dd209b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Kashmiri fisher rows his boat at dawn on Dal Lake on the outskirts of Srinagar, Indian controlled Kashmir, Monday, May 4, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content></item><item><title><![CDATA[Sportsbooks say World Cup betting has surged past expectations, with US hype driving action]]></title><link>https://www.local10.com/sports/2026/06/29/sportsbooks-say-world-cup-betting-has-surged-past-expectations-with-us-hype-driving-action/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/sportsbooks-say-world-cup-betting-has-surged-past-expectations-with-us-hype-driving-action/</guid><dc:creator><![CDATA[By MARK ANDERSON, Associated Press]]></dc:creator><description><![CDATA[LAS VEGAS (AP) — Sportsbook operators anticipated this year's World Cup would set betting records because the major elements were aligned.]]></description><pubDate>Mon, 29 Jun 2026 23:39:45 +0000</pubDate><content:encoded><![CDATA[<p>LAS VEGAS (AP) — Sportsbook operators anticipated this year’s World Cup would set betting records because the major elements were aligned.</p><p>The world’s most popular sporting event is being played in North America, so U.S. audiences can see the games live while the sun is out or in the early evening. The U.S. also has a team that may be its most talented in history.</p><p>And then the U.S. went out and won its first two matches to capture its group.</p><p>“I think it has exceeded our expectations,” said Mark Bickerdike, Caesars Sportsbook’s head of soccer trading, said of the money being bet.</p><p>DraftKings Sportsbook director Johnny Avello said the wagering on the 48-team World Cup, which opened the knockout stage on Sunday, is putting itself in the same company as the always popular NCAA Tournament in college basketball.</p><p>“It could be the biggest event of the year when it’s all said and done,” Avello said. “March Madness takes place over the course of three weeks, and it rakes quite a bit of money. This is getting there.</p><p>“It blows the Super Bowl away. One game, one day. This thing here is way bigger than that.”</p><p>Christian Cipollini, BetMGM Sportsbook’s trading manager, said the enormous interest in the U.S. team has only grown. The Americans open the single-elimination phase of the tournament on Wednesday night against Bosnia-Herzegovina in Santa Clara, California.</p><p>“I expect that to be BetMGM’s most bet-on soccer game of all time,” Cipollini said. “In this World Cup, all three of our most bet-on games have been the three USA games. This game is leading up to be a perfect storm where the USA looks very good. There’s a lot of hype around the team.”</p><p>France and Argentina on a collision course?</p><p>The three sportsbooks list Kylian Mbappé-led France as the favorite to win it all, with Lionel Messi and defending champion Argentina not far behind. They are on opposite sides of the bracket, so if they face each other, it would be in the final, a rematch of four years ago.</p><p>At BetMGM, 15.3% of tickets have been on France, the most of any country, and it has received 20.4% of the money. That is slightly below Spain, which has taken in 20.5% of the handle, much if not most of it before the tournament.</p><p>Longtime handicapper Bruce Marshall cautioned against assuming France and Argentina would meet in the final.</p><p>“I could see seven or eight teams winning this thing,” Marshall said. “So any favorite at this stage, I don’t know that there’s great value there.”</p><p>Bettors look for long shots</p><p>Americans like a good underdog story, and wagers are coming in on some teams with exceptionally long odds.</p><p>“Bettors like to take a shot for a small amount of money and put it on those teams,” Avello said. “Of course, that risk is high for us because it doesn’t take much. A $5 bet on Congo, it’s $5,000 (in a payout). You take quite a few of those and the liability gets up pretty high on them.”</p><p>Marshall said it would make sense to take a look at Colombia (33-1 at BetMGM) or Switzerland (66-1) as teams with great value.</p><p>“Colombia looks really dangerous, and they’re getting a lot of support,” Marshall said. “They played their first couple of games in Mexico, which were like home games for them.</p><p>“The one nobody’s talking about is Switzerland, and they’re one of these teams that remind me a of a club side. I say that in positive terms because they’re very familiar with one another. A lot of these World Cup teams are sort of thrown together and haven’t played much with each other. Switzerland’s got guys who’ve played, 80, 100 games together.”</p><p>Sportsbooks aren’t necessarily hoping for a US win</p><p>Should the Americans pull off the nearly unthinkable and win the World Cup, the sportsbooks would be feeling financial pain.</p><p>The U.S. has gone from a 50-1 long shot to 25-1 at BetMGM, and the Americans are 30-1 at Caesars and 33-1 at DraftKings.</p><p>“If the U.S. would’ve limped into the knockout round, our liability probably wouldn’t be as high as it is,” Cipollini said. “But the fact that they’ve looked good, there’s a lot of people that are, ‘They do have a chance.’ It’s on home soil. It’s easy to talk yourself into something we all kind of want to happen.”</p><p>‘The Simpsons’ drives some betting</p><p>A 1997 episode of “The Simpsons” featuring a match between Mexico and Portugal is causing some fans to believe the long-running TV show forecast that meeting in this year’s World Cup.</p><p>That’s not the case. Neither the World Cup nor the year 2026 were mentioned.</p><p>But those details apparently doesn’t matter to some bettors, causing a notable uptick in wagering on that matchup taking place.</p><p>“We have got a liability on that,” Bickerdike said.</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/A634ISE7Q3VBCVYWU43MRZCPDY.jpg?auth=7f7d813c27319bc2cb49ad87235472f2242d92575a76e0578b6a1a00c3a50758&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Sebastian Berhalter (14) celebrates scoring his side's second goal against Turkey during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Thursday, June 25, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H2PTCZEIBQO5BUXP4FTEF5BLAA.jpg?auth=12a8cf18407eb798b346f0ff1c27b0df4669005a180213ced4f37790af4b72f8&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) controls the ball as Norway's Fredrik Aursnes (14) defends during the World Cup Group I soccer match between Norway and France in Foxborough, Mass., near Boston, Friday, June 26, 2026. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X3IG5V4DKMBHYL2TXTAYK33N6M.jpg?auth=30c3518a3de62c7db9d99a49400cf3fd9f46b98cae41c36470fc8e264c23a417&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) controls the ball against Jordan's Amer Jamous (6) during the World Cup Group J soccer match between Jordan and Argentina in Arlington, Texas, near Dallas, Saturday, June 27, 2026. (AP Photo/Sam Hodde)]]></media:description><media:credit role="author" scheme="urn:ebu">Sam Hodde</media:credit></media:content></item><item><title><![CDATA[Trump nominates acting Labor Secretary Keith Sonderling to be agency's permanent chief]]></title><link>https://www.local10.com/business/2026/06/29/trump-nominates-acting-labor-secretary-keith-sonderling-to-be-agencys-permanent-chief/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/29/trump-nominates-acting-labor-secretary-keith-sonderling-to-be-agencys-permanent-chief/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump said Monday he will nominate Keith Sonderling to be the secretary of labor, elevating him from the agency's acting director two months after Lori Chavez-DeRemer resigned amid abuse-of-power allegations.]]></description><pubDate>Tue, 30 Jun 2026 00:24:10 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump said Monday he will nominate Keith Sonderling to be the secretary of labor, elevating him from the agency's acting director two months after Lori Chavez-DeRemer resigned amid abuse-of-power allegations.</p><p>Sonderling, a lawyer who has held a variety of acting positions and leadership roles across Trump's government, was previously the deputy labor secretary and a Republican member of the Equal Employment Opportunity Commission.</p><p>“Throughout his career, Keith has proven his dedication to delivering strong results for the Hardworking People of our Country, and I know he will do an incredible job in his new role,” Trump wrote in a Truth Social post announcing Sonderling's nomination.</p><p>Sonderling's nomination is subject to Senate confirmation.</p><p>During Trump's second term, in addition to his Labor Department post, Sonderling has been the acting director of U.S. Office of Government Ethics and the Institute of Museum and Library Services, one of several agencies Trump targeted for closure in an executive order last year.</p><p>At the library agency, Sonderling placed many agency staff members on administrative leave, sent termination notices to most of them, began canceling grants and contracts and fired all members of the National Museum and Library Services Board. Those actions were later blocked by a judge, and the case remains on appeal.</p><p>Chavez-DeRemer resigned in April following reports that she was under a series of investigations.</p><p>A New York Times report revealed that the Labor Department’s inspector general was reviewing material showing Chavez-DeRemer and her top aides and family members routinely sent personal messages and requests to young staff members.</p><p>She also faced allegations that she drank alcohol on the job and that she tasked aides to plan official trips for primarily personal reasons.</p><p>Chavez De-Remer has denied wrongdoing.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BCQVYEPDNAIZHXGV6FBZJT3GJQ.jpg?auth=76ba134fb19585d0ca19ebad961c1a0bef58c1558354611c5dad47e9b4b6e2f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Acting Labor Secretary Keith Sonderling walks onto stage to speak ahead of President Donald Trump during a visit to the Lehigh Valley operations facility for Mack Trucks in Macungie, Pa., Tuesday, June 23, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[More than 100 Venezuelans who were deported from the US hours before the earthquakes are missing]]></title><link>https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/</guid><dc:creator><![CDATA[By GISELA SALOMON, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — More than 100 people just deported from the United States were being held in a hotel when earthquakes struck Venezuela, setting off a scramble to find survivors and bodies buried in the rubble, according to survivors.]]></description><pubDate>Mon, 29 Jun 2026 22:28:47 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — More than 100 people just deported from the United States were being held in a hotel when earthquakes struck Venezuela, setting off a scramble to find survivors and bodies buried in the rubble, according to survivors.</p><p>A deportation flight from Miami arrived in Venezuela hours before Wednesday’s earthquakes. On board were 146 Venezuelans, including 19 women and seven children, according to ICE Flight Monitor, an initiative of Human Rights First, which tracks deportation flights. They were transported to a hotel in La Guaira.</p><p>Lisbeth Portillo, 58, said she escaped the rubble from the hotel with about 20 other deportees who walked the streets looking for help. They saw people running, some naked and others barefoot as they emerged from the rubble of the building in La Guaira, one of the areas that was hardest hit in Wednesday’s 7.2 and 7.5 earthquakes.</p><p>“We walked about five kilometers, and I cried and cried … there was no communication,” Portillo said in a phone interview from her home in Maracaibo, Venezuela.</p><p>They reached a National Guard building, where they had a chance to call relatives.</p><p>“I was born again; God gave me a second chance,” said Portillo. “I am traumatized,” she said after a pause, weeping.</p><p>The Venezuelan government says more than 1,700 people were killed.</p><p>They survived the earthquake the same day that were deported from the U.S.</p><p>Portillo was caught up in the Trump administration’s drive for mass deportations. In May, ICE Flight Monitor tracked 288 deportation flights to 38 countries, including Burkina Faso, Cambodia, Cameroon, Chile and the Ivory Coast.</p><p>The U.S. ran 12 deportation flights to Venezuela in May, operating three days a week, according to ICE Flight Monitor. Deportation flights to Venezuela resumed in February 2025 after a 13-month pause.</p><p>Portillo said the government took them to the Hotel Santuario La Llanada, where they underwent medical exams and got identification documents. They were told they would go home the next day.</p><p>Portillo was staying in a second floor room with 16 other women. She stepped onto a balcony to look at the sea and saw that the sky was black; it was very hot. She returned to the room, laid on a bed, and began to feel herself being shaken.</p><p>“I started hearing ‘papa, papa papapa,’, and I saw the women next to me start to fall,” she said, describing the sounds from the earthquake. “They were all screaming for help.”</p><p>And almost immediately, the second earthquake.</p><p>“I fall and end up buried and covered by a beam, but the shaking shifted everything where I was buried and I was able to get out,” said Portillo, who has bruises all over her body.</p><p>U.S. Immigration and Customs Enforcement did not immediately respond to a request for information from the AP.</p><p>A video from the Venezuelan government posted on social media showed images of the deportees being received by Venezuelan authorities upon their arrival at the Caracas airport on Wednesday.</p><p>Jenny Rodriguez, 24, told the Telemundo network that she was on the flight and taken to the hotel.</p><p>“I was trapped under the rubble. A colleague who had been on the same flight came by; I managed to free my hand from the debris, grabbed him by the trousers, and begged for help”, she said. “Thanks to God — and to him — I was able to get out of there.”</p><p>Liliana Rojas told Telemundo that she has been trying to locate her 33-year-old partner. The detention center where he was held in El Paso, Texas, says only told that he was deported.</p><p>“No one is giving an answer about anything,” Rojas said.</p><p>Woman says she feels ‘born again’ after surviving</p><p>Portillo, who crossed the U.S. border with Mexico in November 2021 and said had an pending asylum claim, couldn’t remember her children’s phone number. She called her husband in the United States.</p><p>“I said to him, ‘Cesar, I’m alive. Help me.’ And my husband kept saying, ‘It can’t be,’” she said. “‘I’m alive, I made it out of the rubble, I’m alive,’ I told him.”</p><p>Her husband called their children, who picked her up and were able to reunite with their mother the following night.</p><p>“I was born that day; on the 24th, I was born again,” said Portillo, who lived in South Florida for more than four years.</p><p>___</p><p>This version corrects the headline to say the hotel was in La Guaira.</p>]]></content:encoded></item><item><title><![CDATA[Nuevo México podría reclamar suma millonaria por estrategia fallida de la DEA: gobernadora]]></title><link>https://www.local10.com/espanol/2026/06/29/nuevo-mexico-podria-reclamar-suma-millonaria-por-estrategia-fallida-de-la-dea-gobernadora/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/29/nuevo-mexico-podria-reclamar-suma-millonaria-por-estrategia-fallida-de-la-dea-gobernadora/</guid><dc:creator><![CDATA[Por SUSAN MONTOYA BRYAN, JIM MUSTIAN y JOSHUA GOODMAN, Associated Press]]></dc:creator><description><![CDATA[ALBUQUERQUE, Nuevo México, EE.UU. (AP) — La gobernadora de Nuevo México afirmó el lunes que las autoridades estatales podrían reclamar miles de millones de dólares en daños civiles tras las revelaciones de que agentes de la Administración para el Control de Drogas de Estados Unidos (DEA, por sus siglas en inglés) permitieron repetidamente que cargamentos de fentanilo llegaran a comunidades azotadas por las drogas, mientras los investigadores buscaban armar casos más grandes.]]></description><pubDate>Mon, 29 Jun 2026 22:56:44 +0000</pubDate><content:encoded><![CDATA[<p>ALBUQUERQUE, Nuevo México, EE.UU. (AP) — La gobernadora de Nuevo México afirmó el lunes que las autoridades estatales podrían reclamar miles de millones de dólares en daños civiles tras las revelaciones de que agentes de la Administración para el Control de Drogas de Estados Unidos (DEA, por sus siglas en inglés) permitieron repetidamente que cargamentos de fentanilo llegaran a comunidades azotadas por las drogas, mientras los investigadores buscaban armar casos más grandes.</p><p>La gobernadora demócrata Michelle Lujan Grisham prometió llevar su indignación “directamente a la Casa Blanca y al Congreso” para pedir garantías de que la DEA ya no utiliza esa arriesgada estrategia policial en Nuevo México y de que no se replica en otros lugares. Las sobredosis se han disparado en Nuevo México, aun cuando las muertes por fentanilo disminuyeron en otros estados.</p><p>“Se trata de un fracaso asombroso del gobierno federal”, declaró la gobernadora ante periodistas en una conferencia de prensa en la oficina del médico forense estatal en Albuquerque, sumándose a un grupo de agentes del orden y funcionarios estatales y locales que exigían respuestas. “Es repugnante y despreciable”.</p><p>Hasta el momento, ni la Casa Blanca ni la DEA han respondido a solicitudes de comentarios.</p><p>Las declaraciones de Lujan Grisham se produjeron una semana después de que The Associated Press informara que agentes de la DEA monitorearon repetidamente —pero no incautaron— cargamentos de fentanilo como parte de un esfuerzo por construir casos penales más grandes entre 2023 y 2025.</p><p>Agentes actuales y anteriores de la DEA, entre ellos, el denunciante David Howell, dijeron a la AP que la estrategia equivalía a hacer una apuesta con la seguridad pública y que podría haber violado normas del Departamento de Justicia de Estados Unidos destinadas a proteger a la población.</p><p>Inicialmente, la DEA negó las acusaciones de Howell en un comunicado enviado a la AP. Pero más tarde, la agencia pidió al organismo de supervisión independiente del Departamento de Justicia que realizara su propia investigación.</p><p>El fentanilo no fue incautado en medio de la epidemia de drogas más mortífera en la historia de Estados Unidos y mientras la DEA encabezaba una campaña de concientización pública —“One Pill Can Kill” (“Una pastilla puede matar”)— donde enfatizaba que incluso unos pocos miligramos de la sustancia pueden ser letales.</p><p>Nuevo México respondió con rapidez a las revelaciones. La semana pasada, el fiscal general del estado anunció una investigación penal para determinar si algún funcionario federal violó la ley estatal al exponer deliberadamente a residentes de Nuevo México al opioide sintético.</p><p>“Vamos a proteger al resto de Estados Unidos de este tipo de esfuerzo sucio de ‘necesito un gran caso’, sin importar las consecuencias”, manifestó Lujan Grisham. “Estamos furiosos porque es inmoral”.</p><p>El alcalde de Albuquerque, Tim Keller, señaló que el fentanilo representa el “desafío número 1” de su ciudad, ya que impulsa el crimen y que más personas vivan en la calle, además de tensionar los recursos de atención médica.</p><p>“Usarnos en algún tipo de experimento desinformado e indisciplinado que literalmente está matando a nuestra gente —eso es lo que es”, expresó. “Esto debería indignar a todos y cada uno de los habitantes de Nuevo México”.</p><p>La semana pasada, el presidente Donald Trump compartió un enlace en su página de Truth Social a un artículo que atribuía el escándalo al “Departamento de Justicia dirigido por Biden”. En una declaración a la AP la semana pasada, el Departamento de Justicia dijo de manera similar que “la presunta conducta ocurrió bajo las desastrosas políticas de fronteras abiertas del gobierno de Biden”.</p><p>Howell se presentó por primera vez durante el gobierno de Biden en 2023 —y fue marginado por hacerlo—, pero siguió alertando sobre cargamentos de fentanilo no incautados en fechas tan recientes como el año pasado, y el mayor que documentó ocurrió dos meses después del inicio del segundo mandato de Trump: un cargamento de 1,8 millones de pastillas del que la DEA se enteró pero que no interceptó en marzo de 2025.</p><p>Lujan Grisham ha criticado a ambos gobiernos por no hacer lo suficiente para frenar la ola de fentanilo en Nuevo México, y mencionó la muerte el año pasado de una niña de 15 meses que, según se informó, tragó parte de las drogas de su madre en Española, un pueblo devastado por la pobreza persistente y la adicción.</p><p>No se sabe si alguna sobredosis mortal en el estado puede atribuirse directamente a la estrategia de la DEA. Mientras las muertes por sobredosis a nivel nacional cayeron 14% el año pasado, datos del gobierno muestran que Nuevo México registró un aumento de 21%.</p><p>“Alguien debe pagar por el daño al estado, por los riesgos para la seguridad pública que serán compartidos por todos aquí durante una década o más, y pagar para tratar de corregir los errores y recomponer la vida de las personas”, afirmó.</p><p>Lujan Grisham, quien dejará el cargo al final del año tras dos mandatos como gobernadora, dijo que la peor parte de ser una líder electa es tener que enfrentar a las víctimas de lo que calificó como una devastación y una pérdida “sin sentido”.</p><p>“No hay palabras que puedan quitar ese dolor”, expresó, y añadió que sus experiencias no pueden ser desestimadas por la política de siempre. “Todo lo que podamos hacer para evitar la próxima pérdida para la próxima familia, es el trabajo que todos hacemos colectivamente”.</p><p>__</p><p>Mustian y Goodman informaron desde Miami.</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/DTSUXDGVLZVAGQSXXCHC6LGMSU.jpg?auth=f09f05f16d3d729d77cb8923d75ce808230663f4785e029d21b4685f46da5593&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La gobernadora de Nuevo México, Michelle Lujan Grisham, habla de hacer que las autoridades federales rindan cuentas por políticas que permitieron que pastillas de fentanilo llegaran a las calles, en una conferencia de prensa en Albuquerque, el lunes 29 de junio de 2026. (AP Foto/Susan Montoya Bryan)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content></item><item><title><![CDATA[Nursing gains 'professional' label for student loans after judge's ruling, but theology now dropped]]></title><link>https://www.local10.com/health/2026/06/29/nursing-gains-professional-label-for-student-loans-after-judges-ruling-but-theology-now-dropped/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/29/nursing-gains-professional-label-for-student-loans-after-judges-ruling-but-theology-now-dropped/</guid><dc:creator><![CDATA[By COLLIN BINKLEY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Students pursuing graduate degrees in nursing, physical therapy and several other fields will be eligible to take out higher federal student loan amounts — at least for now — after a federal judge blocked part of a Trump administration rule that held them to lower limits.]]></description><pubDate>Mon, 29 Jun 2026 23:20:16 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Students pursuing graduate degrees in nursing, physical therapy and several other fields will be eligible to take out higher federal student loan amounts — at least for now — after a federal judge blocked part of a Trump administration rule that held them to lower limits.</p><p>The U.S. Education Department issued a revised rule on Monday designed to follow the judge's order from last week, officials told The Associated Press. Agency officials called it a temporary change while they fight in court to keep the original rule, which defined medicine, law and other fields as “professional programs” but excluded fields such as nursing.</p><p>The department disagrees with the judge's order but will comply, even as officials plan to prevail in the case over which degrees are defined as “professional,” Undersecretary Nicholas Kent said in a statement. “We will continue to make the case that the definition is both lawful and appropriate,” he said.</p><p>The change represents a short-term win for groups that sued to stop the rule. Eight groups challenged the department's definition in court, representing nurse practitioners, therapists, speech language pathologists and more.</p><p>But in strictly applying the judge's order, the department is now striking some degrees from the list of professional programs, meaning those students will face lower loan limits. Theology studies programs are among the biggest to shift from professional to non-professional degrees in the shuffle, subjecting theology students to a lower student loan limit. The master of divinity degree — a common degree for pastors and ministers — remains on the professional list, with a more generous student loan limit.</p><p>The new rule, which takes effect Wednesday, comes from a student loan overhaul passed in President Donald Trump's tax bill last year. Programs designated as professional degrees face federal loan caps of $200,000, while other graduate programs are capped at $100,000.</p><p>Previously, graduate students had been able to take out federal loans up to the full cost of their degree. Trump officials pushed for new loan caps to rein in student debt and lower tuition prices that they said had grown out of control.</p><p>The groups that brought the lawsuit said the rule would require students to forgo their studies or take out riskier private loans. Although many graduate nursing degrees fall within the lower loan limits, some can cost more than $100,000, including in high-demand fields like nurse anesthesia.</p><p>In a notification to universities on Monday, the Education Department said it's confident the Trump administration's initial rule will ultimately be upheld in court. The amended rule is expected to remain in effect during the judge's preliminary stay, but the department warned that it “may change as litigation in the case proceeds.”</p><p>The original rule included about a dozen programs that were deemed professional, which Trump officials had said was not a judgment on their importance but part of a technical definition dating to the 1960s. Along with law and medicine, that list also included theology, pharmacy, veterinary medicine, clinical psychology and more.</p><p>The temporary rule expands that list to 29 specific degree programs, including master of science in nursing, doctor of nursing practice, and doctor of nurse anesthesia practice. Others newly added to the professional list include degrees for physical therapy, athletic training, speech-language pathology, physician associates and anesthesiologist assistants.</p><p>The department's communication listed about 25 programs that are now considered non-professional degrees. Along with theology, that list now includes applied psychology, pharmaceutical sciences and others. (The doctor of pharmacy degree remains professional.)</p><p>Last week's court ruling blocked parts of the Education Department's definition that were added in a federal rulemaking process. U.S. District Judge Beryl Howell in Washington called it a “misguided” interpretation that strayed from a longstanding definition created by Congress.</p><p>The department's definition laid out several criteria used to weigh if degrees count as professional programs. It said those degrees generally take six years to complete and require licenses to begin practicing, among other requirements.</p><p>It also said professional degrees cannot lead to employment that must be "be supervised by another professional" with “more education, training, and qualifications.”</p><p>A separate lawsuit filed by a coalition of Democratic-led states challenging the loan caps is still pending.</p><p>___</p><p>Associated Press Writer Heather Hollingsworth contributed to this report from Kansas City.</p><p>___</p><p>The Associated Press’ education 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/XSE7DWO7E7FZUUCGMOZMIGRWG4.jpg?auth=81d2dfc9149ff9d8546bb2c446c9768caef3cff04cfb7aedfc95fae4280c952a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Department of Education building is seen in Washington, Nov. 18, 2024. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[June 29: Summer sizzle]]></title><link>https://www.local10.com/weather/2026/06/29/june-29-summer-sizzle/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/29/june-29-summer-sizzle/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[Warm and mostly dry describes weather conditions for South Florida Monday night.]]></description><pubDate>Mon, 29 Jun 2026 22:42:54 +0000</pubDate><content:encoded><![CDATA[<p>Warm and mostly dry describes weather conditions for South Florida Monday night. Miami-Dade and Broward counties can expect few clouds and light winds. Temperatures are forecast to drop near 80°F overnight.</p><p>Tuesday offers sunshine and scattered clouds with the possibility of late-afternoon storms, particularly inland. Temperatures will make a run for the low and mid-90s. Factor in the humidity and it will feel like the triple digits.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arkansas will move forward with a ban on using SNAP for candy and soda despite recent court ruling]]></title><link>https://www.local10.com/health/2026/06/29/arkansas-will-move-forward-with-a-ban-on-using-snap-for-candy-and-soda-despite-recent-court-ruling/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/29/arkansas-will-move-forward-with-a-ban-on-using-snap-for-candy-and-soda-despite-recent-court-ruling/</guid><dc:creator><![CDATA[By TRAVIS LOLLER, Associated Press]]></dc:creator><description><![CDATA[Arkansas is moving forward with its plan to ban government food aid from being used to buy candy and soda beginning on Wednesday, even though a federal judge ruled last week that similar restrictions in other states violated federal law.]]></description><pubDate>Mon, 29 Jun 2026 22:43:07 +0000</pubDate><content:encoded><![CDATA[<p>Arkansas is moving forward with its plan to ban government food aid from being used to buy candy and soda beginning on Wednesday, even though a federal judge ruled last week that similar restrictions in other states violated federal law.</p><p>Announcing the plan on Monday, Gov. Sarah Huckabee Sanders cited an urgent need to combat a “chronic disease epidemic” in America, including high rates of obesity, diabetes and heart disease.</p><p>On one floor of the state’s Department of Human Services, “our state has been approving food stamp purchases for soft drinks and candy, while on another floor, our state’s Medicaid program is paying to treat the chronic diseases those products can help create,” she said.</p><p>Food stamps is an older name for the Supplemental Nutrition Assistance Program, or SNAP. The federally funded and state-run program provides a monthly stipend for low-income families to buy groceries. It is used by nearly 42 million Americans, or about one in eight.</p><p>In a news release, the Arkansas governor's office cited Stanford University research that found restricting the purchase of sugary drinks with food stamps could reduce rates of obesity and type-2 diabetes. However, overall research remains mixed about whether restricting SNAP purchases improves diet quality and health.</p><p>Debates over SNAP benefits are common</p><p>Lawmakers at the state and federal level have long debated which foods should be eligible for purchase with SNAP. Currently, benefits cannot be used to buy hot prepared foods, but a bipartisan group of U.S. senators has introduced a bill that would allow SNAP to be used to buy rotisserie chicken from the grocery store.</p><p>Arkansas is one of 23 states to receive a waiver allowing it to restrict the purchase of some sugary foods and drinks. Health and Human Services Secretary Robert F. Kennedy Jr. and Agriculture Secretary Brooke Rollins have pushed for the ban as part of the “Make America Healthy Again” campaign.</p><p>While the goals of the state restrictions are similar, the exact rules vary. Some states want to ban the purchase of both sugary drinks and candy using SNAP and others want to prohibit only the purchase of sugary beverages.</p><p>The USDA acted illegally in approving waivers, judge finds</p><p>Last week, U.S. District Judge Amy Berman Jackson in Washington vacated USDA approval of the pilot projects that allowed new SNAP restrictions in Colorado, Iowa, Nebraska, Tennessee and West Virginia.</p><p>The judge said the ruling was not a reflection on the merits of the program, but said the projects were not permitted under the statute the USDA was citing. The agency also failed to follow its own regulations for implementing a pilot project, she ruled.</p><p>The Arkansas program is being implemented under the same regulations as the programs that were vacated. David Super, a law professor at Georgetown University, said that after a U.S. Supreme Court ruling last year, federal district courts generally no longer issue nationwide injunctions. Still, Arkansas’ decision to go forward with the program is “putting that to the extreme test.”</p><p>Sanders noted the ruling in her announcement on Monday but said, "Arkansas is moving full speed ahead, because we won’t wait around while our people get less and less healthy and we spend more and more taxpayer dollars trying to fix the problem.”</p><p>Grocery stores are responsible for enforcing the SNAP restrictions</p><p>Steve Goode, executive director of the Arkansas Grocers and Retail Merchants Association, said that he “wouldn’t want to guess” at how prepared the state’s businesses are to implement the benefits changes this week.</p><p>“SNAP benefits in retail have been the same for years,” he said, noting that this is going to be a “big change.”</p><p>“Some of our members that have stores in other states have done this already and the results have been OK,” he said. Arkansas has helped by hiring a third-party vendor to create a list of banned items for the stores to reference, which hasn’t been the case in some other states.</p><p>Meanwhile, the state has also created an app for SNAP beneficiaries to use that will help them determine which items are eligible for purchase and which aren’t.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PWLPP7HK4HZ6DRLYU2RKSPOPNQ.jpg?auth=766cf75848b2ababdb961f14ec0449b70929c545cf036b426090ebe1ba452073&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A California's SNAP benefits shopper pushes a cart through a supermarket in Bellflower, Calif., Feb. 13, 2023. (AP Photo/Allison Dinner, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Dinner</media:credit></media:content></item><item><title><![CDATA[Paraguay stuns Germany in a penalty shootout for the biggest upset of the 2026 World Cup]]></title><link>https://www.local10.com/sports/2026/06/29/paraguay-stuns-germany-in-a-penalty-shootout-for-the-biggest-upset-of-the-2026-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/paraguay-stuns-germany-in-a-penalty-shootout-for-the-biggest-upset-of-the-2026-world-cup/</guid><dc:creator><![CDATA[By KYLE HIGHTOWER, Associated Press]]></dc:creator><description><![CDATA[FOXBOROUGH, Mass. (AP) — José Canale wasn’t in the starting lineup in either of his previous two appearances for Paraguay in this World Cup.]]></description><pubDate>Tue, 30 Jun 2026 01:33:24 +0000</pubDate><content:encoded><![CDATA[<p>FOXBOROUGH, Mass. (AP) — José Canale wasn’t in the starting lineup in either of his previous two appearances for Paraguay in this World Cup.</p><p>He made his first start a memorable one.</p><p>Canale scored on the first sudden-death penalty kick, Orlando Gill made two key saves in the shootout, and Paraguay beat Germany 4-3 on penalties Monday to earn the biggest upset of the 2026 World Cup.</p><p>It was a major triumph for the landlocked South American country of 7 million people that's surrounded by soccer giants like Argentina and Brazil. And it was the latest surprising exit by Germany, a four-time champion that has struggled at the World Cup since it last lifted the trophy in 2014.</p><p>“I think we deserved one more game and to be honest, considering everything that was said, everything we went through,” Canale said. “What I want to highlight from our team is how united we are. ... Today was a game we really needed to show our true colors.”</p><p>Paraguayans celebrated in the streets of the capital, Asunción, screaming, jumping and hugging when the match ended. Some cried and dropped to their knees in disbelief, with the familiar beat of the team’s song “Soy Albirrojo” reverberating through the crowd.</p><p>Paraguay became the first team to defeat Germany in a penalty shootout at the World Cup. The Germans missed three of six penalty tries, the last by Jonathan Tah, who blasted his attempt high over the crossbar in the first sudden-death round, setting up Canale for the winner. Tah's miss followed a save by German goalkeeper Manuel Neuer of Fabian Balbuena's attempt that would have won it for Paraguay.</p><p>Tah also thought he had the go-ahead goal in extra time. He headed in a corner kick by Nathaniel Brown in the 102nd minute, but officials concluded after a video review that Waldemar Anton has pushed Gill to the ground before the shot and the goal was disallowed.</p><p>The Round of 32 match ended 1-1 after extra time. Paraguay took the lead when Julio Enciso scored on a header late in the first half, but Kai Havertz equalized in the 52nd minute for Germany.</p><p>“We had to analyze every player, every detail. Thanks to that I was able to only miss two penalties,” Gill said. “This is for all the people of Paraguay.”</p><p>Paraguay, which entered the match ranked 41st by FIFA, became the deepest betting long shot to win a match in this World Cup. Germany came in as the 10th-ranked team in the world.</p><p>The Paraguayans will face the winner of Tuesday’s match between France and Sweden in the Round of 16 on Saturday in Philadelphia. A win on the 250th anniversary of the United States' founding would send Paraguay back to Foxborough for the quarterfinals on July 9.</p><p>Germany had won six of seven penalty shootouts in major tournaments, including six straight since losing to Czechoslovakia in the 1976 European Championship final.</p><p>“It’s not enough for German football,” coach Julian Nagelsmann said.</p><p>In the only previous World Cup match between the teams, Germany beat Paraguay 1-0 in the round of 16 at the 2002 tournament. Nearly a quarter-century later, Paraguay got its revenge.</p><p>Paraguay had appeared in five previous knockout games but failed to score in each. It had advanced only once, winning on penalty kicks against Japan in the round of 16 at the 2010 tournament in South Africa. It fell that year to eventual champion Spain in the quarterfinals.</p><p>Monday was Germany’s first knockout game since the 2014 final in Brazil, when the Germans beat Argentina 1-0. The Germans were eliminated in the group stage at the last two tournaments.</p><p>“We had very big plans for this World Cup. It’s very difficult to disappoint again,” Havertz said. “It was difficult to create chances and keep the pace.”</p><p>Paraguay broke the early stalemate in the 42nd minute Monday with some perfect ball movement to set up Enciso.</p><p>Miguel Almiron split Germany’s Aleksandar Pavlovic and Nathaniel Brown with a left-footed pass to Matias Galarza. Galarza sent a cross to Enciso, who was unmarked by Germany’s defenders and easily headed it past Neuer.</p><p>In the second half, Havertz took a cross from Florian Wirtz, which he got just enough head on to redirect it past Gill.</p><p>Germany, whose 10 goals in the group stage was tied for the most of any team, struggled to find a way through Paraguay’s 4-5-1 setup. The Germans had 78% of the possession in the first half.</p><p>Paraguay was without defender Omar Alderete, who left with an injury in the second half of its 0-0 draw against Australia. Canale started in his place.</p><p>Paraguay opened the World Cup with a 4-1 loss to the United States, then beat Turkey 1-0 while playing the entire second half with 10 men. A scoreless draw against Australia was good enough for Paraguay to reach the knockout stage as the third-place finisher from Group D.</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/MVZ26VCURUPEHT4G25CECMQCKA.jpg?auth=ec56c6d3dbcdd897875dcd708dc10742bdf25b713373b75d69d939eb763484b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Germany goalkeeper Manuel Neuer (1) reacts as Paraguay players celebrate after a penalty shootout at the end of the World Cup round of 32 soccer match between Germany and Paraguay in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Mark Stockwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Stockwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QK65DUAMD6VESYQF7DNGR76F5U.jpg?auth=e5384aadfdda92b7653cc750cf3adcde5a199bf731d96db1976220a35128811d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay's Jose Canale (13) scores a sudden death penalty goal to win the match during the World Cup round of 32 soccer match between Germany and Paraguay in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FFIYNP3ZLX5EQMFRTEJTULL2TI.jpg?auth=45ccc8770b969c80ef22ebbc99f4c3b7fa3231d0b68652d3b718dd436e7dad42&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay goalkeeper Orlando Gill (12) makes a save during a penalty shootout at the end of during the World Cup round of 32 soccer match between Germany and Paraguay in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6JQJP7YDCVFYXETXKR7ZLGKG4E.jpg?auth=fcba4848de78025530666ca12f3d62d6cdb66264985db86debc15f02e11d6bf3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Germany's Nick Woltemade (11) walks off the field after losing to Paraguay in a shootout during the World Cup round of 32 soccer match in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3ZDFFLPTVWB4KDL6ONPSJD3KG4.jpg?auth=b9dea1717dd0acdac46cd692f9feebdfbe1186ea8f3b128fdd9f934620d2f4cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay goalkeeper Orlando Gill (12) makes a save from Germany's Kai Havertz (7) during a penalty shootout during the World Cup round of 32 soccer match between Germany and Paraguay in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item></channel></rss>