<?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>Thu, 02 Jul 2026 16:49:22 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Father of teen girl killed in boating crash stresses boating safety ahead of July 4 weekend]]></title><link>https://www.local10.com/news/local/2026/07/02/officials-stress-boating-safety-ahead-of-july-4-weekend/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/officials-stress-boating-safety-ahead-of-july-4-weekend/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[Boating can be a lot of fun, especially on the Fourth of July weekend, but it can also be dangerous. ]]></description><pubDate>Thu, 02 Jul 2026 16:18:19 +0000</pubDate><content:encoded><![CDATA[<p>Boating can be a lot of fun, especially on the Fourth of July weekend, but it can also be dangerous. </p><p><a href="https://www.local10.com/espanol/2026/07/02/autoridades-insisten-en-la-seguridad-nautica-antes-del-fin-de-semana-del-4-de-julio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/autoridades-insisten-en-la-seguridad-nautica-antes-del-fin-de-semana-del-4-de-julio/">Leer en español</a></p><p>Grieving father Andres Fernandez ― whose 17-year-old daughter, Lucy, was killed during a boating accident that led to a trial for now-acquitted <a href="https://www.local10.com/topic/George_Pino/" target="_self" rel="" title="https://www.local10.com/topic/George_Pino/">real estate mogul George Pino</a> ― spoke about the importance of boating safety during a press conference on Thursday. </p><p>“We want them to just recognize that it is a beautiful thing to do with friends and family, but they need to realize that there is danger, and that at a moment’s notice something could happen,” said Fernandez. </p><p>Fernandez played a major role in a comprehensive boating safety task force after his daughter’s death on Labor Day weekend in 2022. </p><p>The goal is to make having fun on the water a safer experience for all involved.</p><p>Fernandez said despite the passing of time, the hole in your heart doesn’t close. </p><p>“We never thought that this could happen to us and, you know, it’s living proof that it can,” said Fernandez. “We’re just so blessed that I get to say her name every day, and I love that.”</p><p>Some tips Fernandez listed were not drinking alcohol if you’re the captain and making sure there are life-jackets for everyone on board. </p><p>Fernandez was also a driving voice in the passing of Lucy’s Law, which was signed into law in June 2025, which increases penalties for people who are reckless while operating a vessel on the water. </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[USMNT fans erupt at Bayfront Park as team defeats Bosnia-Herzegovina 2-0 in gritty battle]]></title><link>https://www.local10.com/sports/2026/07/02/usmnt-fans-erupt-at-bayfront-park-as-team-defeats-bosnia-herzegovina-2-0-in-gritty-battle/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/02/usmnt-fans-erupt-at-bayfront-park-as-team-defeats-bosnia-herzegovina-2-0-in-gritty-battle/</guid><dc:creator><![CDATA[Trent Kelly, Ryan Mackey]]></dc:creator><description><![CDATA[Thousands of fans packed Bayfront Park on Wednesday night, turning downtown Miami into a sea of red, white and blue as the U.S. men’s national team defeated Bosnia-Herzegovina 2-0 to advance to the World Cup round of 16.]]></description><pubDate>Thu, 02 Jul 2026 16:36:03 +0000</pubDate><content:encoded><![CDATA[<p>Thousands of fans packed Bayfront Park on Wednesday night, turning downtown Miami into a sea of red, white and blue as the U.S. Men’s National Team defeated Bosnia-Herzegovina 2-0 to advance to the World Cup round of 16.</p><p><a href="https://www.local10.com/espanol/2026/07/02/aficionados-de-la-usmnt-estallan-de-emocion-en-bayfront-park-tras-victoria-2-0-sobre-bosnia-herzegovina-en-un-renido-partido/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/aficionados-de-la-usmnt-estallan-de-emocion-en-bayfront-park-tras-victoria-2-0-sobre-bosnia-herzegovina-en-un-renido-partido/">Leer en español</a></p><p>“Honestly it’s nice to see, bringing all these people together. At the end of the day that’s what we want to see,” a USMNT fan said. </p><p>The final seconds of the match triggered a wave of celebration across the park as fans erupted following the U.S. victory.</p><p>“It was absolutely beautiful to see everybody as a community, even tho the odds were stacked against us,” another said. </p><p>The match was marked by constant physical play, with Bosnia-Herzegovina pressuring U.S. attackers and using heavy challenges throughout the night. </p><p>U.S. fullbacks Sergiño Dest and Christian Pulisic were repeatedly checked and bumped when trying to push forward, while U.S. midfielders were frequently disrupted in tight spaces.</p><p>Striker Folarin Balogun was involved in the intensity on both sides — scoring during the match before later being shown a controversial red card in the 64th minute. Even after going down to 10 men, the United States managed to hold on and secure the win.</p><p>Fans filled Bayfront Park throughout the evening, gathering to watch the match on a large outdoor screen while waving flags, wearing jerseys and chanting in support of the U.S. team.</p><p>“This is a great opportunity for us to be together and support our team,” another fan said. </p><p>Some attendees said the atmosphere reflected both the excitement of the tournament and the unity of fans from different backgrounds.</p><p>Carlos Jarquin, of Palm Beach County, said, “I think we’re gonna do amazing. I think this is the strongest team we’ve had since I’ve been watching soccer.”</p><p>The event also featured pre-match entertainment as performers helped build energy inside the fan zone ahead of kickoff.</p><p>For many in attendance, the gathering extended beyond soccer, serving as a cultural celebration that brought together fans from across South Florida and beyond.</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[Aficionados de la USMNT estallan de emoción en Bayfront Park tras victoria 2-0 sobre Bosnia-Herzegovina en un reñido partido]]></title><link>https://www.local10.com/espanol/2026/07/02/aficionados-de-la-usmnt-estallan-de-emocion-en-bayfront-park-tras-victoria-2-0-sobre-bosnia-herzegovina-en-un-renido-partido/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/aficionados-de-la-usmnt-estallan-de-emocion-en-bayfront-park-tras-victoria-2-0-sobre-bosnia-herzegovina-en-un-renido-partido/</guid><dc:creator><![CDATA[Trent Kelly, Ryan Mackey]]></dc:creator><description><![CDATA[Miles de aficionados llenaron Bayfront Park la noche del miércoles y convirtieron el centro de Miami en un mar de rojo, blanco y azul mientras la selección masculina de Estados Unidos derrotó 2-0 a Bosnia-Herzegovina para avanzar a los octavos de final de la Copa del Mundo.]]></description><pubDate>Thu, 02 Jul 2026 16:45:19 +0000</pubDate><content:encoded><![CDATA[<p>Miles de aficionados llenaron Bayfront Park la noche del miércoles y convirtieron el centro de Miami en un mar de rojo, blanco y azul mientras la selección masculina de Estados Unidos derrotó 2-0 a Bosnia-Herzegovina para avanzar a los octavos de final de la Copa del Mundo.</p><p>“Honestamente, es bonito ver a toda esta gente reunida. Al final del día, eso es lo que queremos ver”, dijo un aficionado de la selección masculina de Estados Unidos.</p><p>Los últimos segundos del partido desataron una ola de celebración en todo el parque, donde los aficionados estallaron de emoción tras la victoria de Estados Unidos.</p><p>“Fue absolutamente hermoso ver a toda la comunidad unida, incluso cuando todo parecía estar en nuestra contra”, dijo otro aficionado.</p><p>El partido estuvo marcado por un juego físico constante, con Bosnia-Herzegovina presionando a los atacantes estadounidenses y realizando fuertes entradas durante toda la noche.</p><p>Los laterales de Estados Unidos, Sergiño Dest y Christian Pulisic, fueron marcados y golpeados repetidamente cuando intentaban avanzar, mientras que los mediocampistas estadounidenses fueron constantemente presionados en espacios reducidos.</p><p>El delantero Folarin Balogun estuvo involucrado en la intensidad del encuentro por ambos lados: anotó un gol durante el partido, pero posteriormente recibió una polémica tarjeta roja en el minuto 64. Incluso con 10 jugadores, Estados Unidos logró mantener la ventaja y asegurar la victoria.</p><p>Los aficionados llenaron Bayfront Park durante toda la noche para ver el partido en una pantalla gigante al aire libre, mientras ondeaban banderas, vestían camisetas de la selección y coreaban cánticos de apoyo al equipo estadounidense.</p><p>“Esta es una gran oportunidad para estar juntos y apoyar a nuestro equipo”, dijo otro aficionado.</p><p>Algunos asistentes señalaron que el ambiente reflejaba tanto la emoción del torneo como la unión de aficionados de distintos orígenes.</p><p>Carlos Jarquín, del condado Palm Beach, dijo: “Creo que vamos a hacerlo increíble. Creo que este es el equipo más fuerte que hemos tenido desde que empecé a ver fútbol”.</p><p>El evento también contó con entretenimiento previo al partido, mientras varios artistas ayudaban a animar la zona de aficionados antes del inicio del encuentro.</p><p>Para muchos de los asistentes, la reunión fue más allá del fútbol y se convirtió en una celebración cultural que reunió a aficionados de todo el sur de Florida y de otras partes.</p>]]></content:encoded></item><item><title><![CDATA[Fitness influencer pleads guilty in Miami-Dade gym beating]]></title><link>https://www.local10.com/news/local/2026/07/02/fitness-influencer-pleads-guilty-in-miami-dade-gym-beating/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/fitness-influencer-pleads-guilty-in-miami-dade-gym-beating/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[Social media fitness influencer Wes Watson pleaded guilty Thursday to aggravated battery in connection with a violent confrontation at a Miami-Dade County gym last December.]]></description><pubDate>Thu, 02 Jul 2026 16:43:16 +0000</pubDate><content:encoded><![CDATA[<p>Social media fitness influencer Wes Watson pleaded guilty Thursday to aggravated battery in connection with a violent confrontation at a Miami-Dade County gym last December.</p><p>Watson, 42, appeared in Miami-Dade court as part of a plea agreement stemming from the incident at Elevation Fitness.</p><p>According to arrest documents, Watson told responding officers he was working out when the victim approached him and said he wanted to fight. Investigators say surveillance video captured Watson beating the victim with his weightlifting belt during the altercation.</p><p>As part of the plea agreement, prosecutors offered Watson a sentence of 21 months in prison, including time already served, followed by seven years of probation and mental health treatment.</p><p>During Thursday’s hearing, Watson’s attorney argued the circumstances leading up to the fight were unusual.</p><p>“There’s been a lot that’s been argued in this case about stand your ground,” defense attorney Eric Clemmon said. “What’s unique is you have an alleged victim that sought somebody out because of his presence online. This guy bought a plane ticket, came through New Jersey, showed up at the gym for the sole purpose of confronting Mr. Watson. That turned into something else.”</p><p>Watson is a convicted felon and is also facing multiple unrelated criminal charges in Broward County, including charges of felony battery, aggravated assault, witness tampering and allegations related to <a href="https://www.local10.com/news/local/2026/03/23/video-shows-domestic-violence-arrest-of-fitness-influencer-wes-watson/" target="_self" rel="" title="https://www.local10.com/news/local/2026/03/23/video-shows-domestic-violence-arrest-of-fitness-influencer-wes-watson/">domestic violence involving his girlfriend.</a></p><p>Watson is scheduled to return to court on July 27 for sentencing in the Miami-Dade case.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZC7L3RF7CJGFPCCXAWO6EMIER4.jpeg?auth=3acff8196ca6777741bd53dcd7af033d0cf1efbba1a58e4dc91f1f5417595bda&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Miami-Dade launches hydration stations to kick off Plastic Free July]]></title><link>https://www.local10.com/news/local/2026/07/01/miami-dade-launches-hydration-stations-to-kick-off-plastic-free-july/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/miami-dade-launches-hydration-stations-to-kick-off-plastic-free-july/</guid><dc:creator><![CDATA[Louis Aguirre]]></dc:creator><description><![CDATA[As plastic pollution continues to choke oceans and waterways, a global movement is challenging people to be part of the solution.]]></description><pubDate>Thu, 02 Jul 2026 02:47:21 +0000</pubDate><content:encoded><![CDATA[<p>As plastic pollution continues to choke oceans and waterways, a global movement is challenging people to be part of the solution.</p><p><a href="https://www.local10.com/espanol/2026/07/02/miami-dade-instala-estaciones-de-hidratacion-para-dar-inicio-al-julio-sin-plastico/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/miami-dade-instala-estaciones-de-hidratacion-para-dar-inicio-al-julio-sin-plastico/">Leer en español</a></p><p>Wednesday marked the first day of <a href="https://www.plasticfreejuly.org/get-involved/what-you-can-do/" target="_self" rel="" title="https://www.plasticfreejuly.org/get-involved/what-you-can-do/">Plastic Free July</a>, a campaign encouraging people to reduce their use of plastics. Miami-Dade County is joining the effort with a new initiative.</p><p>Miami-Dade County unveiled its first Hope Hydration Station at the Government Center Metrorail station in downtown Miami, offering free cold, filtered water to anyone who wants to refill a reusable bottle.</p><p>“It’s going to really change culture. I’m sure we’re going to see more people utilizing this and saying no, refusing those plastic water bottles,” Miami-Dade Mayor Daniella Levine Cava said.</p><p>The goal is to encourage people to switch to reusable bottles and refuse plastic ones to help curb the massive amount of plastic waste ending up in the environment.</p><p>“It’s super easy. Place your bottle, water comes out chilled, it’s filtered, it’s free, and our whole thesis is that if these are more accessible, more beautiful and easier to access, then everyone is going to be more sustainable. There’s no need for a plastic bottle if there are Hope stations everywhere,” said Cristina Gnecco, co-founder and COO of Hope Hydration.</p><p>Hope Hydration founder and CEO Jorge Richardson said the timing of the station’s unveiling ahead of Plastic Free July was intentional.</p><p>Plastic Free July is a global movement urging people to reduce their plastic waste one reusable choice at a time.</p><p>“We don’t need a few people doing this perfectly. We need a lot of people trying, and that’s how we will actually start to have this ripple effect impact,” said Maddie Kaufman, program director for <a href="https://debrisfreeoceans.org/plasticfreejuly/" target="_self" rel="" title="https://debrisfreeoceans.org/plasticfreejuly/">Debris Free Oceans.</a></p><p>The idea is to start small by eliminating one plastic habit from daily life.</p><p>“It takes, like, two weeks to build a habit. So take two weeks to try to build a habit with one item,” Kaufman said.</p><p>The need for action has never been greater.</p><p>“It is a scary number. And yes, we are in crisis mode,” said Marcus Eriksen, co-founder and director of research for the 5 Gyres Institute.</p><p>Roughly 8 million metric tons of plastic enter the ocean each year, adding to the more than 171 trillion plastic particles already there. Plastic production is projected to double over the next 25 years.</p><p>“We pick up 20,000-plus pounds of trash per day on International Coastal Cleanup Day. Our landfills are filling up with plastic. Our bodies are filling up with plastic,” Kaufman said.</p><p>Advocates say recycling alone will not solve the problem. Globally, only 9% of plastic is ever recycled, and they say the only way forward is to refuse plastic whenever possible.</p><p>“Recycling does not work. We cannot reasonably keep up with the plastic that’s produced now and will be in the future,” said Catherine Uden, senior field representative for Oceana South Florida.</p><p>With Florida law preventing local governments from regulating most single-use plastics, much of the responsibility falls on consumers.</p><p>Programs like <a href="https://www.mbrisingabove.com/climate-mitigation/plastic-free-miami-beach/" target="_self" rel="" title="https://www.mbrisingabove.com/climate-mitigation/plastic-free-miami-beach/">Plastic Free Miami Beach</a> and <a href="https://www.miamidade.gov/global/service.page?Mduid_service=ser1648650124675404" target="_self" rel="" title="https://www.miamidade.gov/global/service.page?Mduid_service=ser1648650124675404">Plastic Free 305</a> help consumers make better choices by highlighting businesses that have significantly reduced their plastic packaging and single-use items.</p><p>“73% of visitors, tourists and consumers want to spend their money on sustainable businesses and their products,” said Cynthia Seymour of the Coconut Grove Business Improvement District.</p><p>Hope Hydration plans to install 15 more stations throughout Miami-Dade County at public parks and other county venues. The goal is to expand to 250 stations over the next year, making it easier, free and more convenient for people to stop buying bottled water in plastic containers and use refillable bottles instead.</p><p><!-- Local 10 — "Don't Trash Our Treasure" Navbox -->
<div class="dtt-navbox" role="complementary" aria-label="Don't Trash Our Treasure navigation">
  <style>
    .dtt-navbox {
      --dtt-dark: #1e6b3b;
      --dtt-mid:  #2f8d55;
      --dtt-sea:  #1f8a99;
      --ring:     rgba(31,138,153,0.25);

      max-width: 900px;
      margin: 1.25rem auto;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid rgba(0,0,0,0.08);
      box-shadow: 0 10px 28px rgba(0,0,0,0.08);
      background: #fff;
      font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
      color: #123728;
    }

    .dtt-header img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .dtt-body {
      padding: 14px clamp(14px, 3vw, 22px) 18px;
    }

    /* Vertical stack */
    .dtt-buttons {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .dtt-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 12px 14px;
      border-radius: 10px;
      background: linear-gradient(180deg, var(--dtt-mid), var(--dtt-dark));
      color: #fff !important;
      text-decoration: none !important;
      font-weight: 700;
      font-size: 0.98rem;
      letter-spacing: .2px;
      border: 1px solid rgba(0,0,0,0.05);
      box-shadow: 0 6px 14px rgba(31,138,153,0.18), inset 0 1px 0 rgba(255,255,255,0.25);
      transition: transform .08s ease, box-shadow .12s ease, filter .12s ease;
      outline: none;
      width: 100%;               /* stretch full width */
      box-sizing: border-box;
      min-height: 48px;
    }
    .dtt-btn:visited { color: #fff !important; }
    .dtt-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 10px 18px rgba(31,138,153,0.24), inset 0 1px 0 rgba(255,255,255,0.3);
      filter: saturate(1.05);
    }
    .dtt-btn:focus-visible {
      box-shadow: 0 0 0 4px var(--ring), inset 0 1px 0 rgba(255,255,255,0.3);
    }
  </style>

  <!-- Header image only -->
  <div class="dtt-header">
    <img
      src="https://www.local10.com/resizer/v2/2QPYUWHUXFDYBPXRTIGOHHRBKE.png?auth=d632fd4dcdda2eeae8158db6395360d19c0dab43264992a9654a9f0059efebc1"
      alt="Local 10 — Don't Trash Our Treasure"
      width="1600" height="300"
      decoding="async" loading="lazy"
    />
  </div>

  <!-- Body -->
  <div class="dtt-body">
    <nav class="dtt-buttons" aria-label="Don't Trash Our Treasure links">
      <a class="dtt-btn" href="https://www.local10.com/topic/Don%27t_Trash_Our_Treasure/" target="_blank" rel="noopener noreferrer">
        📰 <span>More stories</span>
      </a>

      <a class="dtt-btn" href="https://www.local10.com/community/2021/04/20/send-us-your-story-ideas-for-dont-trash-our-treasure/" target="_blank" rel="noopener noreferrer">
        💡 <span>Send us your ideas</span>
      </a>

      <a class="dtt-btn" href="https://www.local10.com/news/local/2021/04/20/list-get-involved-with-beach-cleanups-in-south-florida/" target="_blank" rel="noopener noreferrer">
        📍 <span>Find beach cleanups</span>
      </a>
    </nav>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade instala estaciones de hidratación para dar inicio al Julio sin Plástico]]></title><link>https://www.local10.com/espanol/2026/07/02/miami-dade-instala-estaciones-de-hidratacion-para-dar-inicio-al-julio-sin-plastico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/miami-dade-instala-estaciones-de-hidratacion-para-dar-inicio-al-julio-sin-plastico/</guid><dc:creator><![CDATA[Louis Aguirre]]></dc:creator><description><![CDATA[Mientras la contaminación por plástico continúa asfixiando los océanos y las vías fluviales, un movimiento mundial desafía a las personas a formar parte de la solución.]]></description><pubDate>Thu, 02 Jul 2026 16:38:59 +0000</pubDate><content:encoded><![CDATA[<p>Mientras la contaminación por plástico continúa asfixiando los océanos y las vías fluviales, un movimiento mundial desafía a las personas a formar parte de la solución.</p><p>El miércoles marcó el inicio de <a href="https://www.plasticfreejuly.org/get-involved/what-you-can-do/" target="_blank" rel="noreferrer" title="https://www.plasticfreejuly.org/get-involved/what-you-can-do/">Julio sin Plástico</a>, una campaña que anima a las personas a reducir el uso de plásticos. El condado Miami-Dade se une al esfuerzo con una nueva iniciativa.</p><p>El condado Miami-Dade inauguró su primera estación de hidratación Hope en la estación Government Center del Metrorail, en el centro de Miami, donde ofrece agua fría, filtrada y gratuita a cualquier persona que quiera rellenar una botella reutilizable.</p><p>“Esto realmente va a cambiar la cultura. Estoy segura de que veremos a más personas utilizando estas estaciones y diciendo no a las botellas de agua de plástico”, dijo la alcaldesa de Miami-Dade, Daniella Levine Cava.</p><p>El objetivo es incentivar a las personas a cambiar a botellas reutilizables y rechazar las de plástico para ayudar a reducir la enorme cantidad de desechos plásticos que terminan en el medio ambiente.</p><p>“Es muy fácil. Colocas tu botella, sale agua fría, filtrada y gratuita. Toda nuestra idea es que, si estas estaciones son más accesibles, más atractivas y más fáciles de usar, todos serán más sostenibles. No hay necesidad de una botella de plástico si hay estaciones Hope en todas partes”, dijo Cristina Gnecco, cofundadora y directora de operaciones de Hope Hydration.</p><p>El fundador y director ejecutivo de Hope Hydration, Jorge Richardson, dijo que la inauguración de la estación antes del inicio de Julio sin Plástico fue intencional.</p><p>Julio sin Plástico es un movimiento mundial que anima a las personas a reducir sus desechos plásticos, una decisión reutilizable a la vez.</p><p>“No necesitamos que unas pocas personas lo hagan de manera perfecta. Necesitamos que muchas personas lo intenten, y así es como realmente comenzaremos a generar un efecto multiplicador”, dijo Maddie Kaufman, directora de programas de <a href="https://debrisfreeoceans.org/plasticfreejuly/" target="_blank" rel="noreferrer" title="https://debrisfreeoceans.org/plasticfreejuly/">Debris Free Oceans</a>.</p><p>La idea es comenzar con pequeños cambios, eliminando un hábito relacionado con el plástico de la vida diaria.</p><p>“Se necesitan unas dos semanas para crear un hábito. Así que dedica dos semanas a intentar crear un hábito con un solo artículo”, dijo Kaufman.</p><p>La necesidad de actuar nunca ha sido mayor.</p><p>“Es una cifra alarmante. Sí, estamos en modo de crisis”, dijo Marcus Eriksen, cofundador y director de investigación del Instituto 5 Gyres.</p><p>Cada año, aproximadamente ocho millones de toneladas métricas de plástico llegan al océano, sumándose a los más de 171 billones de partículas de plástico que ya existen allí. Se proyecta que la producción de plástico se duplicará durante los próximos 25 años.</p><p>“Recogemos más de 20,000 libras de basura por día durante el Día Internacional de Limpieza de Costas. Nuestros vertederos se están llenando de plástico. Nuestros cuerpos se están llenando de plástico”, dijo Kaufman.</p><p>Los defensores de esta causa afirman que el reciclaje, por sí solo, no resolverá el problema. A nivel mundial, solo el 9 % del plástico se recicla, y aseguran que la única solución es rechazar el plástico siempre que sea posible.</p><p>“El reciclaje no funciona. No podemos seguir el ritmo de la cantidad de plástico que se produce ahora ni de la que se producirá en el futuro”, dijo Catherine Uden, representante principal de campo de Oceana South Florida.</p><p>Debido a que la ley de Florida impide que los gobiernos locales regulen la mayoría de los plásticos de un solo uso, gran parte de la responsabilidad recae en los consumidores.</p><p>Programas como <a href="https://www.mbrisingabove.com/climate-mitigation/plastic-free-miami-beach/" target="_blank" rel="noreferrer" title="https://www.mbrisingabove.com/climate-mitigation/plastic-free-miami-beach/">Plastic Free Miami Beach</a> y <a href="https://www.miamidade.gov/global/service.page?Mduid_service=ser1648650124675404" target="_blank" rel="noreferrer" title="https://www.miamidade.gov/global/service.page?Mduid_service=ser1648650124675404">Plastic Free 305</a> ayudan a los consumidores a tomar mejores decisiones al destacar a los negocios que han reducido significativamente el uso de envases plásticos y artículos desechables.</p><p>“El 73 % de los visitantes, turistas y consumidores quieren gastar su dinero en negocios sostenibles y en sus productos”, dijo Cynthia Seymour, del Distrito de Mejoramiento Comercial de Coconut Grove.</p><p>Hope Hydration planea instalar 15 estaciones más en todo el condado Miami-Dade, en parques públicos y otros espacios del condado. El objetivo es expandirse a 250 estaciones durante el próximo año, para que sea más fácil, gratuito y conveniente dejar de comprar agua embotellada en envases de plástico y utilizar botellas reutilizables.</p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade Animal Services highlights Tina, shares July 4 pet safety tips ]]></title><link>https://www.local10.com/pets/2026/07/02/miami-dade-animal-services-highlights-tina-shares-july-4-pet-safety-tips/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/07/02/miami-dade-animal-services-highlights-tina-shares-july-4-pet-safety-tips/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Miami-Dade Animal Services is featuring Tina, a young mixed-breed dog, as she waits for adoption while also reminding pet owners to take precautions ahead of the July 4 holiday and fireworks.]]></description><pubDate>Thu, 02 Jul 2026 16:19:07 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Animal Services is featuring Tina, a young mixed-breed dog, as she waits for adoption while also reminding pet owners to take precautions ahead of the July 4 holiday and fireworks.</p><p><a href="https://www.local10.com/espanol/2026/07/02/servicios-para-animales-de-miami-dade-destaca-a-tina-y-comparte-consejos-para-proteger-a-las-mascotas-durante-el-4-de-julio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/servicios-para-animales-de-miami-dade-destaca-a-tina-y-comparte-consejos-para-proteger-a-las-mascotas-durante-el-4-de-julio/">Leer en español</a></p><p>Tina, estimated to be about 1½ years old and weighing roughly 48 pounds, came into the shelter as a stray and is not expected to grow much larger, animal officials said.</p><p>Shelter staff described her as friendly, gentle and easygoing, noting that she quickly bonds with people and enjoys greeting everyone she meets. They also said she walks well on a leash and does not pull, making her a good fit for first-time dog owners.</p><p>As Independence Day approaches, animal services officials are also urging pet owners to take steps to keep animals safe during fireworks celebrations.</p><p>They recommend making sure pets are wearing updated ID tags and have current microchip information in case they become frightened and run off.</p><p>Shelter staff also advise keeping pets indoors during fireworks, providing a quiet and secure space away from crowds and noise, and walking dogs before festivities begin.</p><p>They added that fireworks can be overwhelming for animals, as they are often more sensitive to loud noises than humans.</p><p>For pets that experience anxiety, officials said calming aids or anxiety wraps may help, though effectiveness can vary by animal.</p><p>Animal services also suggested creating a calm environment inside the home, such as a quiet room or “safe space,” to help reduce stress during holiday celebrations.</p><p>More information on Tina and other adoptable pets is available at Miami-Dade Animal Services’ website.</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[Servicios para Animales de Miami-Dade destaca a Tina y comparte consejos para proteger a las mascotas durante el 4 de Julio]]></title><link>https://www.local10.com/espanol/2026/07/02/servicios-para-animales-de-miami-dade-destaca-a-tina-y-comparte-consejos-para-proteger-a-las-mascotas-durante-el-4-de-julio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/servicios-para-animales-de-miami-dade-destaca-a-tina-y-comparte-consejos-para-proteger-a-las-mascotas-durante-el-4-de-julio/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Servicios para Animales de Miami-Dade destaca a Tina, una perra mestiza joven que espera ser adoptada, al tiempo que recuerda a los dueños de mascotas que tomen precauciones antes del feriado del 4 de Julio y los fuegos artificiales.]]></description><pubDate>Thu, 02 Jul 2026 16:33:18 +0000</pubDate><content:encoded><![CDATA[<p>Servicios para Animales de Miami-Dade destaca a Tina, una perra mestiza joven que espera ser adoptada, al tiempo que recuerda a los dueños de mascotas que tomen precauciones antes del feriado del 4 de Julio y los fuegos artificiales.</p><p>Según las autoridades de bienestar animal, Tina, de aproximadamente un año y medio de edad y unas 48 libras de peso, llegó al refugio como una perra callejera y no se espera que crezca mucho más.</p><p>El personal del refugio la describió como amigable, dócil y tranquila, y destacó que crea vínculos rápidamente con las personas y disfruta saludar a todos los que conoce. También señalaron que camina bien con correa y no tira de ella, lo que la convierte en una buena opción para personas que tendrán un perro por primera vez.</p><p>A medida que se acerca el Día de la Independencia, las autoridades de bienestar animal también instan a los dueños de mascotas a tomar medidas para mantener a sus animales seguros durante las celebraciones con fuegos artificiales.</p><p>Recomiendan asegurarse de que las mascotas lleven placas de identificación actualizadas y que la información de su microchip esté al día, en caso de que se asusten y huyan.</p><p>El personal del refugio también aconseja mantener a las mascotas dentro de la casa durante los fuegos artificiales, proporcionarles un lugar tranquilo y seguro, alejado de las multitudes y el ruido, y sacar a pasear a los perros antes de que comiencen las celebraciones.</p><p>Agregaron que los fuegos artificiales pueden resultar abrumadores para los animales, ya que suelen ser más sensibles a los ruidos fuertes que los seres humanos.</p><p>Para las mascotas que experimentan ansiedad, las autoridades indicaron que los productos calmantes o los chalecos para la ansiedad pueden ayudar, aunque su eficacia puede variar según el animal.</p><p>Servicios para Animales también sugirió crear un ambiente tranquilo dentro del hogar, como una habitación silenciosa o un “espacio seguro”, para ayudar a reducir el estrés durante las celebraciones.</p><p>Puede encontrar más información sobre Tina y otras mascotas disponibles para adopción en el sitio web de Servicios para Animales de Miami-Dade.</p>]]></content:encoded></item><item><title><![CDATA[Autoridades insisten en la seguridad náutica antes del fin de semana del 4 de Julio]]></title><link>https://www.local10.com/espanol/2026/07/02/autoridades-insisten-en-la-seguridad-nautica-antes-del-fin-de-semana-del-4-de-julio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/autoridades-insisten-en-la-seguridad-nautica-antes-del-fin-de-semana-del-4-de-julio/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[Navegar puede ser muy divertido, especialmente durante el fin de semana del 4 de Julio, pero también puede ser peligroso.]]></description><pubDate>Thu, 02 Jul 2026 16:29:06 +0000</pubDate><content:encoded><![CDATA[<p>Navegar puede ser muy divertido, especialmente durante el fin de semana del 4 de Julio, pero también puede ser peligroso.</p><p>Andrés Fernández, padre de Lucy Fernández, de 17 años, quien murió en un accidente de navegación que derivó en un juicio contra el <a href="https://www.local10.com/topic/George_Pino/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/George_Pino/">magnate inmobiliario George Pino</a>, posteriormente absuelto, habló el jueves durante una conferencia de prensa sobre la importancia de la seguridad náutica.</p><p>Fernández desempeñó un papel clave en la creación de un grupo de trabajo integral sobre seguridad náutica tras la muerte de su hija durante el fin de semana del Día del Trabajo en 2022.</p><p>El objetivo es hacer que disfrutar en el agua sea una experiencia más segura para todos.</p><p>Algunos de los consejos que compartió Fernández fueron no consumir alcohol si se es el capitán de la embarcación y asegurarse de que haya chalecos salvavidas para todas las personas a bordo.</p><p>Fernández también fue una de las principales voces impulsoras de la aprobación de la Ley de Lucy, promulgada en junio de 2025, que aumenta las sanciones para las personas que operan una embarcación de manera imprudente.</p>]]></content:encoded></item><item><title><![CDATA[Soft-spoken Malik Tillman delivers a loud statement with his bloody sock goal at the World Cup]]></title><link>https://www.local10.com/sports/2026/07/02/soft-spoken-malik-tillman-delivers-a-loud-statement-with-his-bloody-sock-goal-at-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/02/soft-spoken-malik-tillman-delivers-a-loud-statement-with-his-bloody-sock-goal-at-the-world-cup/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[SANTA CLARA, Calif. (AP) — Malik Tillman is soft-spoken off the field with his interviews often given at a volume just above a whisper.]]></description><pubDate>Thu, 02 Jul 2026 16:26:47 +0000</pubDate><content:encoded><![CDATA[<p>SANTA CLARA, Calif. (AP) — Malik Tillman is soft-spoken off the field with his interviews often given at a volume just above a whisper.</p><p>He spoke loudly with his bloody right foot at one of the biggest moments of the World Cup for the United States. Still feeling the affects of being stomped on by an opponent’s studs, Tillman scored the first free kick goal in a World Cup for the Americans in 32 years to seal a 2-0 win over Bosnia-Herzegovina on Wednesday night that sent the U.S. into the round of 16.</p><p>Tillman celebrated the biggest moment of his young career with a smile and a scream as he ran to celebrate with his teammates in front of the large contingent of American fans at Levi’s Stadium.</p><p>“I’m a different type of person on the pitch,” he said after the game. “Of course maybe you don’t really see my emotions, but then if you score a goal like this, I think also you guys saw my emotions. It’s a great feeling.”</p><p>Tillman showed off his bloody sock — perhaps the most famous in American sports lore since Curt Schilling's in the 2004 baseball playoffs for the Boston Red Sox — after the game, saying he was still in a bit of pain.</p><p>But the discomfort was lessened by pure joy as the U.S. now prepares to play Belgium on Monday night in Seattle with a chance to make it to the quarterfinals for the first time since 2002.</p><p>Tillman's goal came with the U.S. protecting a one-goal lead and down a man after Folarin Balogun was sent off with a red card early in the second half. Balogun scored his third goal of the tournament in the first half but Tillman delivered the game-sealer in the highlight of what has already been a productive World Cup for the 24-year-old.</p><p>“Obviously he’s been playing so well,” captain Tim Ream said. “I’d argue he’s, other than Balo’s goals, he’s one of our best players. Everywhere on the field, doing the dirty things, making the hard things easy. I think it is just that. He just wanted to feel like he had a place. He’s a quiet kid, but he’s just come on leaps and bounds.”</p><p>Tillman is the son of an American serviceman and German mother and grew up in Germany playing on the Bayern Munich youth squad and the German national youth team before making the switch to the U.S. team in 2022.</p><p>His big moment came last summer in the Gold Cup when he scored two goals against Trinidad and Tobago and another against Haiti in the group stage. He then missed a penalty kick in the first half of the quarterfinals against Costa Rica before making one in the penalty shootout that sent the U.S. to the semifinals.</p><p>“The Gold Cup was really huge for him,” Ream said. “I think the adversity of the Costa Rica game, the penalty was really big for him. Now you look at him and he looks like he’s just playing such an easy game. It’s incredible to see. He’s had that in him all this time. It was just a matter of him finding the confidence and him believing in himself.”</p><p>This past year wasn’t easy for him after he moved from PSV Eindhoven to Bayer Leverkusen in a transfer worth a reported $41 million. He had six goals and one assist in 29 games in the Bundesliga and scoring two more in the Champions League.</p><p>His biggest goal came Wednesday night when he became the first American man to score off a free kick in a World Cup since Eric Wynalda in the 1994 opener against Switzerland.</p><p>“It was amazing,” coach Mauricio Pochettino said. “I think Malik is an amazing player, full of talent. We knew that he has the talent to do what he did. I’m so happy for him. Tough season for him in Leverkusen but I think now he’s enjoying and we are enjoying and the fans are enjoying his football.”</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/OWZPQNFNTXF63HTMIKCYICYIUI.jpg?auth=bed5c6699a6bb5874f1146f9f4184bcaf547f8c77be67625494501a888299c8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Malik Tillman (17) celebrates with teammates after scoring on a free kick during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 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/PSKOP5KM4KAID54WVDHPWMQI3Q.jpg?auth=2aecb24338278ff31793f991b913b8d059f4c91f90dd5d1b3d14b43e124f1fd9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Malik Tillman (17) scores their second goal from a free kick during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 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/6RMANEDEWPJOIJFVW6D5WKF32E.jpg?auth=3ebf42dc9ff992ecd13f7d639b8306fcf8d23ea1bb7372ec2597e1ec9a4c7fed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Malik Tillman, left, scores his team's second goal from a free kick during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[Ayudando a Venezuela: Vuelo a Caracas lleva tres toneladas de ayuda y aún más esperanza]]></title><link>https://www.local10.com/espanol/2026/07/02/ayudando-a-venezuela-vuelo-a-caracas-lleva-tres-toneladas-de-ayuda-y-aun-mas-esperanza/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/ayudando-a-venezuela-vuelo-a-caracas-lleva-tres-toneladas-de-ayuda-y-aun-mas-esperanza/</guid><dc:creator><![CDATA[Gabrielle Arzola]]></dc:creator><description><![CDATA[En el Aeropuerto Internacional de Miami, un vuelo de American Airlines transportó algo más que personas. Lo más valioso a bordo era la esperanza.]]></description><pubDate>Thu, 02 Jul 2026 16:21:10 +0000</pubDate><content:encoded><![CDATA[<p>En el Aeropuerto Internacional de Miami, un vuelo de American Airlines transportó algo más que personas. Lo más valioso a bordo era la esperanza.</p><p>El vuelo con destino a Caracas, Venezuela, es la primera misión humanitaria de la aerolínea hacia ese país sudamericano desde los mortales terremotos.</p><p>El piloto Cristóbal Orsini, originario de Venezuela, ha volado un avión en innumerables ocasiones. Pero dijo que ningún viaje había sido tan personal como este.</p><p>“Estoy muy feliz y agradecido de poder formar parte de este vuelo humanitario”, dijo.</p><p>“Conozco a muchas personas que murieron”, agregó. “Murieron muchos pilotos. Murieron muchos auxiliares de vuelo, personas que conocía, personas con las que trabajé”.</p><p>JC Lascano, vicepresidente sénior de American, dijo que el avión “transportará 7,000 libras de suministros de ayuda: medicinas, alimentos, productos perecederos, cosas que son absolutamente necesarias en este momento, no solo para nuestro equipo, sino para quienes viven en el país”.</p><p>La aerolínea se ha asociado con Global Empowerment Mission, en Doral, donde cientos de voluntarios han trabajado día y noche para clasificar, empacar y enviar suministros que salvan vidas.</p><p>Aunque los terremotos provocaron una enorme devastación en el país, nunca sacudieron la compasión de quienes están decididos a ayudar a reconstruirlo.</p><p><b>Lista útil: </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/" 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/">Lugares para entregar ayuda en el sur de Florida</a></p><p><b>Más información sobre </b><a href="https://www.local10.com/topic/Helping_Venezuela/" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>cómo ayudar a Venezuela.</b></a></p><ul><li><a href="https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/" target="_self" rel="" title="https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/">La organización sin fines de lucro GEM, con sede en Doral, envía más de 1 millón de dólares en ayuda de la comunidad.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/7KDHNH6KA27CL32XR6CFXJLEXU.jpg?auth=031e9d3b6bd79ea9fc5c896b0e1dc60a729d0e42ab948d698ce848e6b8a57b97&smart=true&width=1200&height=900" alt="Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/">Inter Miami, Marlins y Dolphins se suman a los esfuerzos de ayuda.</a></li><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/">Una estrella de la NFL se une al equipo de Global Empowerment Mission; su mensaje para los habitantes del sur de Florida es: “Hagan lo que puedan”.</a></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/">Más de 100 venezolanos que fueron deportados de Estados Unidos horas antes de los terremotos están desaparecidos.</a></li></ul><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 celebra las inversiones en reconstrucción.</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/">Médicos del condado de Miami-Dade recolectan donaciones de suministros médicos cerca de 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/">Les presentamos al capitán German Leal del Departamento de Bomberos y Rescate de Miami-Dade.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="Los equipos de rescate buscan entre los escombros tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Los equipos de rescate buscan entre los escombros tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/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/">Agentes de policía de Pembroke Pines anuncian una campaña de recolección de donaciones.</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 se asocia con la organización sin fines de lucro CADENA para proporcionar alojamiento de emergencia.</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 tiene como objetivo proteger a los niños vulnerables.</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="">El equipo de la Fundación Grey Bull Rescue llega a 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/">Las autoridades clausuran La Guaira y exigen que los voluntarios se registren en 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 realiza donaciones a Airlink para ayudar a organizaciones benéficas con la logística.</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/">El equipo de búsqueda y rescate de Miami se prepara para desplegarse.</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 organiza campaña de recolección en 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/">Una organización benéfica con sede en Weston se asocia con una farmacia local.</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/">El proyecto DYNAMO, liderado por veteranos, entrega 20.000 libras de ayuda en las primeras 48 horas.</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/">El altruismo en El Arepazo alimenta el esfuerzo del equipo de Global Empowerment Mission.</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/">Rescatistas salvadoreños trabajan para liberar a un sobreviviente de 15 años en Caraballeda.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Un coche de juguete yace entre los escombros dos días después de dos terremotos, el viernes 26 de junio de 2026, en Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Un coche de juguete yace entre los escombros dos días después de dos terremotos, el viernes 26 de junio de 2026, en 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 incluye en sus kits de ayuda humanitaria notas escritas a mano con mensajes de esperanza.</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/">El Comando Sur de Estados Unidos se centra en los daños en los aeropuertos.</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/">El Departamento de Estado despliega un equipo de búsqueda y rescate en Miami-Dade.</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 abre 4 nuevos puntos de entrega de ayuda.</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 mantendrá abiertos 6 puntos de entrega de ayuda las 24 horas del día, los 7 días de la semana.</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/">El recaudador de impuestos de Miami-Dade abre 11 puntos de entrega.</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 abre 4 puntos de entrega de ayuda.</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/">Se abre un punto de entrega de ayuda en 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 ofrece servicio gratuito hasta el 25 de julio, pero un kit cuesta 470 dólares.</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 despliega personal y necesita donaciones.</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 solicita donaciones para su fondo de emergencia.</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 se centra en los “hospitales de campaña de emergencia”.</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/">La Cruz Roja solicita donaciones para su Fondo de Emergencia para la Respuesta ante Desastres.</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/">La ONU solicita donaciones para un programa infantil que carece de fondos suficientes.</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 solicita donaciones para su “fondo de ayuda en casos de desastre”.</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 solicita donaciones para comidas frescas.</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 lanza la ‘Operación Manos Amigas’.</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Researchers launch study on Ebola treatments as Congo outbreak worsens]]></title><link>https://www.local10.com/health/2026/07/02/researchers-launch-study-on-ebola-treatments-as-congo-outbreak-worsens/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/02/researchers-launch-study-on-ebola-treatments-as-congo-outbreak-worsens/</guid><dc:creator><![CDATA[By LAURAN NEERGAARD, Associated Press]]></dc:creator><description><![CDATA[Researchers began a highly anticipated study of two possible Ebola treatments on Thursday in hopes of fighting the still-growing outbreak in eastern Congo, as the World Health Organization announced the enrollment of the first participant.]]></description><pubDate>Thu, 02 Jul 2026 16:25:38 +0000</pubDate><content:encoded><![CDATA[<p>Researchers began a highly anticipated study of two possible Ebola treatments on Thursday in hopes of fighting the still-growing outbreak in eastern Congo, as the World Health Organization announced the enrollment of the first participant.</p><p>The virus causing this outbreak, called Bundibugyo, is less common than others that cause Ebola disease and there are no specific treatments or vaccines for it. Already more than 1,400 people have been diagnosed and 438 have died, WHO Director-General Tedros Adhanom Ghebreyesus said Thursday.</p><p>Standard supportive care, especially if started early, can help and the WHO says more than 200 people have recovered. But there’s an urgent need for better options.</p><p>The trial “offers real hope that we can deliver concrete results for – and with – the communities at the heart of the outbreak,” Tedros said in a statement.</p><p>Researchers will be testing if two drugs could improve survival. One is Gilead Sciences’ remdesivir, a broad-acting antiviral approved to treat COVID-19 but that has shown some hints in lab tests that it may help fight the currently spreading virus. The other is Mapp Biopharmaceutical’s experimental MBP134, antibodies engineered to target Ebola viruses including Bundibugyo.</p><p>All patients enrolled in the trial would receive today’s best standard care and be randomly assigned to also receive remdesivir, MBP134, both or neither, said WHO research adviser Dr. Vasee Moorthy. Survival will be tracked for 28 days after starting treatment.</p><p>It could take months and possibly as many as 1,000 study participants to tell if either drug works, Moorthy cautioned, explaining that scientists could tell more quickly, and with fewer patients, if one or the other turns out to be highly effective.</p><p>Currently the study is being offered only in one Ebola treatment center in Congo’s Ituri province. The region has been hit hard by violence, including toward healthcare workers trying to fight a virus spread by contact with sick patients’ bodily fluids. Officials plan to expand to other locations once it is safe to do so.</p><p>Moorthy said enough of each drug had been donated by Gilead and the U.S. government, which has funded MBP134 research and owns those doses, for the trial. If either proves effective, the next step would be ensuring patients can continue to access the treatment outside the study.</p><p>The WHO-supported trial is a collaboration between Congo’s national biomedical research institute INRB, Britain’s Oxford University, Antwerp's Institute of Tropical Medicine and other international health groups.</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/XVEZTRDQ5P7KDMH6YMBNE6ZQRI.jpg?auth=27cd45a05a5e7df223cc6871ef8e8bd25eceab2ca5ab5c9e3ca5696fbc417152&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Health workers attend to an Ebola patient at the Rwampara treatment Center in Ituri, Congo, Thursday, June 18, 2026. (AP Photo/Moses Sawasawa, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content></item><item><title><![CDATA[Permit obtained by AP shows schedule for Taylor Swift and Travis Kelce's wedding]]></title><link>https://www.local10.com/entertainment/2026/07/02/permit-obtained-by-ap-shows-schedule-for-taylor-swift-and-travis-kelces-wedding/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/02/permit-obtained-by-ap-shows-schedule-for-taylor-swift-and-travis-kelces-wedding/</guid><dc:creator><![CDATA[By JAKE OFFENHARTZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Taylor Swift and Travis Kelce's wedding is slated to begin at 5 p.m. Friday at New York's Madison Square Garden and could last until 4 a.m. the next morning, according to a copy of a city permit obtained by The Associated Press]]></description><pubDate>Thu, 02 Jul 2026 16:31:15 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Taylor Swift and Travis Kelce's wedding is slated to begin at 5 p.m. Friday at New York's Madison Square Garden and could last until 4 a.m. the next morning, according to a copy of a city permit obtained by The Associated Press</p><p>The application — for a “Special Event at MSG" — was approved Wednesday night by New York City’s permitting office, according to a spokesperson for Mayor Zohran Mamdani.</p><p>Multiple people familiar with the plans have confirmed to the AP that the application is tied to the wedding between the superstar singer and the football player.</p><p>The permit shows 100 guests will begin arriving at Madison Square Garden on Thursday for a “pre party celebration” at 6:30 p.m., which officials described as an intimate rehearsal dinner.</p><p>A full street closure will then go into effect near the Manhattan arena overnight as crews erect multiple entrance and drive through tents, according to the permit.</p><p>The “main event” will begin at 5 p.m. Friday, the permit shows, and can continue until 4 a.m. the next morning.</p><p>Swift’s representative has not responded to multiple requests for comment.</p><p>The people who confirmed the wedding to The Associated Press spoke on the condition of anonymity because they were not authorized to publicly discuss the events.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QGVNEOVVGXX44HAF3QMAR6DCTU.jpg?auth=070fd43de07c801a3e427b20c548918e531ee3abaa413b827ac2820cdd64136c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A truck is unloaded outside New York's Madison Square Garden, Wednesday, July 1, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YANH2PZ6MKXQZ7WXI4MOBNWXTM.jpg?auth=348a8b65b821ab06a2b85e866f9d865400d65fed01bd6e3060c2c0347be386e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Travis Kelce, left, and Taylor Swift pose after the AFC Championship NFL football game against the Buffalo Bills, Jan. 26, 2025, in Kansas City, Mo. (AP Photo/Ashley Landis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MLMFKCPPX7DHBDXNCOBO2PJOHY.jpg?auth=c9cdd714514451cf22ad4c96e7e80941e840b857bdfca813a29681ec664e7a12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker holds "No Parking" signs prior to posting as trucks fill the loading dock outside New York's Madison Square Garden, Wednesday, July 1, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XSLBJE4UVTFIBUMB7PDNTTZPMY.jpg?auth=e01ef946b83a38a0f947425bf04da62937e14979a55233fb74b9f1f05a1ea2f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A truck is unloaded outside New York's Madison Square Garden, Wednesday, July 1, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Flight to Caracas packed with 3 tons of supplies ― and even more hope]]></title><link>https://www.local10.com/news/local/2026/07/02/helping-venezuela-flight-to-caracas-packed-with-3-tons-of-supplies-and-even-more-hope/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/helping-venezuela-flight-to-caracas-packed-with-3-tons-of-supplies-and-even-more-hope/</guid><dc:creator><![CDATA[Gabrielle Arzola]]></dc:creator><description><![CDATA[At Miami International Airport, one American Airlines flight carried more than people. The heaviest thing on board was hope.]]></description><pubDate>Thu, 02 Jul 2026 16:06:33 +0000</pubDate><content:encoded><![CDATA[<p>At Miami International Airport, one American Airlines flight carried more than people. The heaviest thing on board was hope. </p><p><a href="https://www.local10.com/espanol/2026/07/02/ayudando-a-venezuela-vuelo-a-caracas-lleva-tres-toneladas-de-ayuda-y-aun-mas-esperanza/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/ayudando-a-venezuela-vuelo-a-caracas-lleva-tres-toneladas-de-ayuda-y-aun-mas-esperanza/">Leer en español</a></p><p>The flight, to Caracas, Venezuela, is the airline’s first humanitarian trip to the South American country since the deadly earthquakes.</p><p>Pilot Cristobal Orsini, originally from Venezuela, has flown a plane countless times. But a trip has never felt so personal until now. </p><p>He said, “I’m very happy and grateful that I am able to be a part of this humanitarian flight.”</p><p>“I know many people that have died,” he said. “A lot of pilots died. A lot of flight attendants, people that I knew, people that I used to work with.”</p><p>JC Liscano, a senior vice president with American, said that the airplane “is going to carry 7,000 pounds of relief supplies: medicine, food, perishables, things that are absolutely needed right now ― not just by our team, but those (who) live in the country."</p><p>The airline is partnering with the Global Empowerment Mission in Doral, where hundreds of volunteers have worked around the clock to sort, pack and ship life-saving supplies. </p><p>Even though the earthquakes brought tremendous devastation to the country, they never shook the compassion of those determined to help put it back together.</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><p><b>More on </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> </b> </p><ul><li><a href="https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/" target="_self" rel="" title="https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/">Doral-based nonprofit GEM dispatches over $1 million in aid from community </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/7KDHNH6KA27CL32XR6CFXJLEXU.jpg?auth=031e9d3b6bd79ea9fc5c896b0e1dc60a729d0e42ab948d698ce848e6b8a57b97&smart=true&width=1200&height=900" alt="Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/">Inter Miami, Marlins, Dolphins join relief efforts</a></li><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><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><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[Chip Ganassi Racing says six-time IndyCar champion Scott Dixon won't return in 2027]]></title><link>https://www.local10.com/sports/2026/07/02/chip-ganassi-racing-says-six-time-indycar-champion-scott-dixon-wont-return-in-2027/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/02/chip-ganassi-racing-says-six-time-indycar-champion-scott-dixon-wont-return-in-2027/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LEXINGTON, Ohio (AP) — Six-time IndyCar champion Scott Dixon is ending a remarkable run with Chip Ganassi Racing.]]></description><pubDate>Thu, 02 Jul 2026 16:15:23 +0000</pubDate><content:encoded><![CDATA[<p>LEXINGTON, Ohio (AP) — Six-time IndyCar champion Scott Dixon is ending a remarkable run with Chip Ganassi Racing.</p><p>Owner Chip Ganassi announced Thursday that Dixon recently informed the team he would not return in 2027.</p><p>“Scott has meant so much to CGR over the past 24 years,” Ganassi said. “Together we’ve shared championships, many victories and countless moments that have helped define this organization."</p><p>Ganassi said he believed the 45-year-old Dixon’s contract gave him an opportunity to end his career with the team.</p><p>“We respect that he’s chosen a different path and wish him nothing but continued success,” Ganassi said. “Scott will always be a special part of this team’s history, and we’re grateful for everything we’ve accomplished together.”</p><p>Dixon, who won the 2008 Indianapolis 500, is the defending champion at IndyCar's next race at Mid-Ohio Sports Car Course on Sunday. He is 10th in points this season with one top-five finish.</p><p>“Our focus now is on finishing this season strong with the No. 9 PNC team while also preparing for the future at Chip Ganassi Racing," Ganassi said.</p><p>Dixon won karting titles in Australia and New Zealand before moving to the United States where he raced in Indy Lights and CART series before moving to IndyCar in 2003.</p><p>He won series championships in 2003, 2008, 2013, 2015, 2018 and 2020 and has 59 career victories, trailing only A.J. Foyt.</p><p>Dixon was inducted into the Motorsports Hall of Fame of America in 2024 and was awarded a knighthood last December in New Zealand. He was born in Australia to New Zealand-born parents who later returned to live in Auckland.</p><p>___</p><p>AP auto racing: https://apnews.com/hub/auto-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A3VLL6Y3ODBHNK77D6LZKR4KYM.jpg?auth=b612201b8fe85da97b4169b19f26e1e706939e1ed7ec98dabe0ccffad37f45e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Scott Dixon, left, stands next to Chip Ganassi before the start an IndyCar auto race at World Wide Technology Raceway on Aug. 21, 2021, in Madison, Ill. (AP Photo/Jeff Roberson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VEEFKP2F5DZ2CB6FOTLT7IRY44.jpg?auth=01bb3739731dac263e6ba25a066cec219ce3359bcb303e59893573f3a468480b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - From left, second placed Marcus Ericsson, first placed Scott Dixon, and third placed Marcus Armstrong celebrate after the IndyCar Detroit Grand Prix auto race in Detroit, June 2, 2024. (AP Photo/Paul Sancya, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NKRDWNH2K4NF4MTU3PJ4IS2QZE.jpg?auth=b825f0637e47b0ff6a552da1c05518c39e1a6af9b1e3a63b549d956a993b59b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chip Ganassi Racing driver Scott Dixon races during the IndyCar Grand Prix of Long Beach auto race April 21, 2024, in Long Beach, Calif. (AP Photo/Ryan Sun, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Sun</media:credit></media:content></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[When we talk about Cuba, we usually concentrate on their centralized political and economic system. However, we fail to recognize that individuals that have lived under totalitarian regimes have had to survive under a culture of fear.]]></description><pubDate>Thu, 02 Jul 2026 15:46:05 +0000</pubDate><content:encoded><![CDATA[<p><b>July 2 update: Cuba’s culture of fear complicates a Democratic transition</b></p><p><a href="https://www.local10.com/espanol/2026/07/02/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p>When we talk about Cuba, we usually concentrate on their centralized political and economic system. However, we fail to recognize that individuals that have lived under totalitarian regimes have had to survive under a culture of fear. Such system of government creates a psychological set of attitudes and values that help define the daily behavior in order to align the people’s wants and needs to the restrictions imposed by the government.</p><p>To break such behaviors could take years of psychological training and change. Therefore, transitioning a totalitarian state to support a transition to some form of a Democratic government could take time.</p><p><b>Dr. Andy S. Gomez’s June updates can be viewed by </b><a href="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/"><b>clicking here. </b></a></p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MXCB3QQDRTOKMZL7FAYR3GN6IY.jpg?auth=11e99049ff200a2582673156c7c0b6e18b468bcd650a597f619dcd4acbd58092&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker unloads boxes of fruit at a state-run market in Havana, Cuba, Wednesday, June 17, 2026. (AP Photo/Jorje Luis Banos)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[Rescue teams in Venezuela cling to hope as US rebuffs criticisms of government earthquake response]]></title><link>https://www.local10.com/news/world/2026/07/02/rescue-teams-in-venezuela-cling-to-hope-as-us-rebuffs-criticisms-of-government-earthquake-response/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/rescue-teams-in-venezuela-cling-to-hope-as-us-rebuffs-criticisms-of-government-earthquake-response/</guid><dc:creator><![CDATA[By REGINA GARCIA CANO, MEGAN JANETSKY and FERNANDA PESCE, Associated Press]]></dc:creator><description><![CDATA[CATIA LA MAR, Venezuela (AP) — Black smoke from fires in flattened buildings and the smell of decomposing bodies spread across ruins Thursday, eight days after Venezuela’s devastating earthquakes, while rescue teams pulled on a thread of hope that they might still find survivors trapped beneath the rubble.]]></description><pubDate>Thu, 02 Jul 2026 16:10:07 +0000</pubDate><content:encoded><![CDATA[<p>CATIA LA MAR, Venezuela (AP) — Black smoke from fires in flattened buildings and the smell of decomposing bodies spread across ruins Thursday, eight days after Venezuela’s devastating earthquakes, while rescue teams pulled on a thread of hope that they might still find survivors trapped beneath the rubble.</p><p>As officials carried body bags and stacked caskets in the port city of Catia La Mar, joy briefly broke through the pervading misery that has blanketed Venezuela's northern La Guaira on Thursday morning when rescue teams pulled a 43-year-old man out of the rubble he was buried under for nearly eight days.</p><p>Rescuers from across the Americas had worked for about 100 hours to pull Hernán Alberto Gil Flores from the collapsed shopping mall under which he was buried. Trapped in an air pocket, he'd survived on the water and sustenance rescuers passed him through the rubble. He was pulled out of the ruins on a stretcher and was carried to an ambulance as throngs of people cheered in a rare moment of victory.</p><p>Thousands more did not make it that far.</p><p>Venezuela's government said as of Wednesday that at least 2,295 were killed and more than 11,000 were wounded. Thousands more were sleeping in crowded shelters or outside, or remained missing as family members searched the rubble. The aftermath has left medics worried that the fallout could pave the way for a widening medical crisis of untreated injuries and infectious diseases in a healthcare system already on the brink.</p><p>U.S. support of a government under fire</p><p>Acting President Delcy Rodríguez continued to face mounting criticisms by Venezuelans over the government's inadequate handling of the earthquakes — civilian and international rescue efforts have far overshadowed the Venezuelan government response.</p><p>The criticism came just a day before the extension of Rodríguez’s 180-day mandate as acting leader was set to expire. Rodríguez served as deputy to former President Nicolás Maduro until he was ousted by the United States in January and she became interim leader with the backing of the Trump administration.</p><p>With little transparency by Venezuelan officials, it was unclear what would happen once the deadline passes Thursday.</p><p>Under Venezuela’s constitution, temporary absences are to be filled by the vice president — which was Rodríguez’s former role — for up to 90 days. These interim appointments can be extended by the national assembly for an additional 90 days.</p><p>The Venezuelan leader has strong support from lawmakers and the Trump administration. The National Assembly, controlled by Rodríguez’s party, can trigger a snap election if lawmakers declare the post permanently vacant.</p><p>The U.S. continued to throw support behind her government Wednesday in the face of criticism, and officials said there were 900 military personnel currently on the ground to support relief and rescue operations.</p><p>John M. Barrett, the U.S. chargé d’affaires to Venezuela, pushed back against accusations that Rodríguez was politicizing response efforts.</p><p>During a call with reporters, Barrett said the U.S. response “does require a high level of coordination with local authorities to be successful.”</p><p>“And what I can say with confidence is that the local authorities have fully complied with our requests and have accelerated this massive humanitarian response,” Barrett said.</p><p>Gen. Francis Donovan, head of U.S. Southern Command, added during the call that “decades of poor investment in the people of Venezuela” had “made this even more challenging for the current government.”</p><p>“It is a big problem for any leader to deal with a challenge of this magnitude,” Donovan said.</p><p>___</p><p>Janetsky reported from Mexico City. Associated Press journalist Ben Finley contributed to this report from Washington D.C.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XDODKLTDSKHNUBJQP5PNHJEK3Q.jpg?auth=7e31aae68637b32a3333b193addf30743e0b91ba7af87db2fcce37c2be58f35e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chilean rescue workers carry Hernán Alberto Gil Flores after he was pulled from the rubble eight days after he was trapped by twin earthquakes that struck Catia La Mar, Venezuela, Thursday, July 2, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q6DN6ENIZBNCOULQXWY7PCMV7M.jpg?auth=f28c84f5175a43a4202e966bcf9fc02500928e47b57f3e34d3167801f7d3f04e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers attend to Hernán Alberto Gil Flores after he was pulled from the rubble eight days after he was trapped by twin earthquakes that struck Catia La Mar, Venezuela, Thursday, July 2, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YB2VY7VMLSDQDG4HXXNGSSDDOM.jpg?auth=325f7cc22b67d84094325bb8d972427e38cf1e142be5e2b6c2aacd41f0103512&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lieutenant-Colonel Vianney Labbe, left, head of the detachment of the French 7th Civil Security Training and Intervention Regiment (RIISC 7), Venezuela's interim President Delcy Rodriguez, center, Oliver Blanco, Venezuela's Vice Minister for Europe and North America, and French ambassador to Venezuela Emmanuel Pineda, right, visit a temporary camp of the French Civil Security in La Guaira, Wednesday, July 1, 2026, following the June 24 earthquakes. (Miguel Medina/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Medina</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UZKN4A4JYVSW7HAJVKBN6QNHVI.jpg?auth=47e3399da4333d0bd000ec50a71cc1fcd6fab421c8487078668b1e054efd2b57&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers from Argentina search a building damaged by back-to-back earthquakes after residents reported hearing noises from beneath the rubble in Catia La Mar, Venezuela, Wednesday, July 1, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UPPUVGFHJB35QPYWXO3ZGR2BNI.jpg?auth=f726b8db1c6fb240ea3c2e59187af9b92d0419c009d33babe8dc05b1aa9c011e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vietnamese rescuers searches a building that collapsed during back-to-back earthquakes in Catia La Mar, Venezuela, Wednesday, July 1, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Últimas actualizaciones del analista sobre Cuba de Local 10, Dr. Andy Gómez]]></title><link>https://www.local10.com/espanol/2026/07/02/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[Cuando hablamos de Cuba, por lo general nos concentramos en su sistema político y económico centralizado. Sin embargo, no logramos reconocer que las personas que han vivido bajo regímenes totalitarios han tenido que sobrevivir bajo una cultura del miedo.]]></description><pubDate>Thu, 02 Jul 2026 16:09:25 +0000</pubDate><content:encoded><![CDATA[<p><b>Actualización del 2 de julio: La cultura del miedo en Cuba complica una transición democrática</b></p><p>Cuando hablamos de Cuba, por lo general nos concentramos en su sistema político y económico centralizado. Sin embargo, no logramos reconocer que las personas que han vivido bajo regímenes totalitarios han tenido que sobrevivir bajo una cultura del miedo. Ese sistema de gobierno crea un conjunto de actitudes y valores psicológicos que ayudan a definir el comportamiento cotidiano con el fin de alinear los deseos y las necesidades de la población con las restricciones impuestas por el gobierno.</p><p>Romper con esos comportamientos podría tomar años de entrenamiento y cambios psicológicos. Por lo tanto, la transición de un Estado totalitario hacia alguna forma de gobierno democrático podría tomar tiempo.</p><p><b>Las actualizaciones de junio del Dr. Andy S. Gómez pueden consultarse haciendo </b><a href="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/"><b>clic aquí</b></a><b>.</b></p><p><i>El Dr. Andy S. Gómez es el analista sobre Cuba de Local 10. Gómez es considerado uno de los principales expertos sobre Cuba. Trabajó en la educación superior durante 32 años antes de retirarse de la Universidad de Miami en 2012.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MXCB3QQDRTOKMZL7FAYR3GN6IY.jpg?auth=11e99049ff200a2582673156c7c0b6e18b468bcd650a597f619dcd4acbd58092&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker unloads boxes of fruit at a state-run market in Havana, Cuba, Wednesday, June 17, 2026. (AP Photo/Jorje Luis Banos)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[This air conditioning strategy is the sweet spot for saving energy and money, experts say]]></title><link>https://www.local10.com/health/2026/07/02/this-air-conditioning-strategy-is-the-sweet-spot-for-saving-energy-and-money-experts-say/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/02/this-air-conditioning-strategy-is-the-sweet-spot-for-saving-energy-and-money-experts-say/</guid><dc:creator><![CDATA[By KIKI SIDERIS and ISABELLA O'MALLEY, Associated Press]]></dc:creator><description><![CDATA[Having air conditioning at home is a luxury that keeps people comfortable during the hottest months of the year, and it’s debated whether the AC should stay blasting or be turned off when people head to work during the day.]]></description><pubDate>Thu, 02 Jul 2026 16:03:04 +0000</pubDate><content:encoded><![CDATA[<p>Having air conditioning at home is a luxury that keeps people comfortable during the hottest months of the year, and it’s debated whether the AC should stay blasting or be turned off when people head to work during the day.</p><p>Some swear that turning off the AC when they’re gone for a few hours is the most energy-efficient, cost-saving method. Others say it’s better to leave it running continuously, preventing the system from straining to rapidly cool the house down after the home has gotten warmer throughout the day.</p><p>Three experts interviewed by The Associated Press agreed that setting the thermostat a few degrees higher than normal while you’re away is generally the best way to balance energy efficiency against comfort and humidity.</p><p>While turning an AC unit off for several hours and turning it back on can save money and energy compared to continuously running it, that approach can lead to mold problems in humid environments as well as wear and tear that can cause more frequent repairs. The equation can also vary depending on other factors including comfort level, AC unit type and building insulation.</p><p>Air conditioning strategies differ in humid or dry climates</p><p>According to the U.S. Department of Energy, adjusting your thermostat by 7-10 degrees Fahrenheit (4-6 degrees Celsius) for eight hours a day can save up to 10% a year on heating and cooling.</p><p>Experts say there are a lot of factors to consider when deciding what AC habits save the most energy and money.</p><p>“If you’re gone for like 15 minutes to go to the grocery store, you don’t get any gain" by turning off your AC, said Elizabeth Hewitt, professor and urban planning expert at Stony Brook University.</p><p>But as a general rule, “if you’re going for your work day, say for eight hours or so, you’ll almost always save more energy and money by turning things off," she said.</p><p>In some climates, however, turning off the AC might not be feasible, so residents can set back their AC a few degrees instead of blasting cold air all day.</p><p>In dry places like Arizona, you can let the home warm up more by raising the thermostat a few degrees higher. But in humid climates like Florida, air inside the home can become damp and harder to cool, and turning the AC off for long periods can increase the risk of mold since the system helps control indoor moisture.</p><p>Bumping up the thermostat by 1 degree Fahrenheit (0.6 degrees Celsius) yields about a 3% savings in cooling costs, said Patrick Phelan, mechanical engineering professor at Arizona State University.</p><p>Phelan also said leaving your AC off for hours and then turning it back on could lead to wear that results in more frequent repairs. That is because it can take AC systems 15 to 30 minutes after they are turned on to perform most efficiently.</p><p>How much energy and money you can save depends on the kind of home you live in, said Gregor Henze, an architectural engineering professor at the University of Colorado Boulder.</p><p>Homes built with heavy materials like concrete or brick hold in cool air longer, while older, draftier houses heat up faster. In less insulated homes, Henze said, it makes sense to adjust the thermostat even if you’re stepping out for just a few hours, because the indoor temperature can rise quickly.</p><p>Some AC units save more energy than others</p><p>Whether you have a window unit, a smart thermometer or central air could influence your savings.</p><p>Window units are generally less efficient because they’re installed in an open window, making it difficult to seal out hot air completely, said Hewitt. She added that spraying “cheap foam spray insulation in open windows or areas that are drafty is a really low-hanging fruit that doesn’t cost a lot of money and really helps retain the indoor temperature in your home.”</p><p>Phelan says smart thermostats are a handy tool to remove the mental burden of tinkering with your manual thermostat multiple times a day. Smart thermostats “learn” by monitoring the occupancy with a sensor and raise the temperature when no one is home to conserve energy and lower it when people return.</p><p>“If you’re going from just an ordinary manual thermostat to installing a smart one like a Nest, then you can expect something like 10% savings," said Phelan.</p><p>How to cool your home without air conditioning</p><p>Each expert said simple steps like blocking sunlight can go a long way in keeping homes cool.</p><p>Henze pointed to “time-honored strategies” such as opening windows at night when it’s cooler. In dry climates, that night air doesn’t add much moisture, but in humid regions it can bring in dampness the AC will later need to remove.</p><p>Hewitt added that closing your blinds can make a difference of several degrees.</p><p>Phelan also noted that some blinds are designed to reflect sunlight and said tinted window films are another option.</p><p>___</p><p>O'Malley is a former Associated Press reporter.</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/CA67567U3FQUICQR7Q4SSM7MI4.jpg?auth=cfa27842c5fb75efaba1de354f16afdaa78bd64457025273c09d95d8206ef9bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sonel Telemaque, left, wipes sweat from his brow while installing a new air conditioning unit alongside Brian Hermosillo during record-breaking heat March 19, 2026, in Tempe, Ariz. (AP Photo/Caitlin O'Hara, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Caitlin O'Hara</media:credit></media:content></item><item><title><![CDATA[Average 30-year US mortgage rate falls to 6.43%, its lowest level in seven weeks]]></title><link>https://www.local10.com/business/2026/07/02/average-30-year-us-mortgage-rate-falls-to-643-its-lowest-level-in-seven-weeks/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/average-30-year-us-mortgage-rate-falls-to-643-its-lowest-level-in-seven-weeks/</guid><dc:creator><![CDATA[By ALEX VEIGA, Associated Press]]></dc:creator><description><![CDATA[The average long-term U.S. mortgage rate fell this week to its lowest level since mid-May, easing borrowing costs for prospective homebuyers.]]></description><pubDate>Thu, 02 Jul 2026 16:20:05 +0000</pubDate><content:encoded><![CDATA[<p>The average long-term U.S. mortgage rate fell this week to its lowest level since mid-May, easing borrowing costs for prospective homebuyers.</p><p>The benchmark 30-year fixed rate mortgage rate fell to 6.43% from 6.49% last week, mortgage buyer Freddie Mac said Thursday. One year ago, the average rate was 6.67%.</p><p>The average rate has been mostly hovering around 6.5% in the months since the war between the U.S. and Iran began in late February, disrupting the flow of crude oil from the Persian Gulf to customers worldwide. That’s sent oil prices sharply higher, helping drive up inflation, bond yields and mortgage rates.</p><p>Despite the modest decline from last week, the average rate is now at its lowest level since May 14, when it was 6.36%.</p><p>Borrowing costs on 15-year fixed-rate mortgages, often sought by borrowers refinancing a home loan, also declined this week. That average rate fell to 5.79% from 5.84% last week. A year ago, it was at 5.8%, Freddie Mac said.</p><p>Mortgage rates are influenced by several factors, from the Federal Reserve’s interest rate policy decisions to bond market investors’ expectations for the economy and inflation. They generally follow the trajectory of the 10-year Treasury yield, which lenders use as a guide to pricing home loans.</p><p>The 10-year Treasury yield was at 4.46% at midday Thursday on the bond market, down from 4.48% late Wednesday.</p><p>Hope that the United States and Iran may ultimately end their war and reopen the Strait of Hormuz  to oil tankers delivering crude has helped lower oil prices, helping ease some of the pressure on bond yields.</p><p>Bond yields remain elevated, though. The 10-year Treasury yield was at 3.97% in late February.</p><p>As recently as late February, the average rate on a 30-year mortgage had slipped just under 6% for the first time since late 2022. It’s hasn’t fallen below that threshold since. Five weeks ago, it reached 6.53%, its highest level since Aug. 28.</p><p>While average long-term mortgage rates remain lower than they were at this time last year, uncertainty about their trajectory amid the war with Iran kept many would-be homebuyers on the sideline.</p><p>Sales of previously occupied U.S. homes declined in the first three months of the year compared to a year earlier, extending a nationwide housing slump that dates back to 2022 when mortgage rates began to climb from pandemic-era lows. Sales were essentially flat in April, but accelerated in May to their fastest pace since December.</p><p>Still, sales of existing U.S. homes continue to hovering close to a 4-million annual pace, far short of the historic norm that is closer to 5.2-million.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4KI4KLSNBUNNZCDCQCT4WH74SA.jpg?auth=2737452b2c38c474a36a622d2cdb8caf8883ef516aaa05c73867bdbc57553f7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A "For Sale" sign is seen on Tuesday, Jan. 6, 2026, in Portland, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[Miami Shores police seek man seen carrying what appeared to be long gun, approaching home]]></title><link>https://www.local10.com/news/local/2026/07/02/miami-shores-police-seek-man-seen-carrying-what-appeared-to-be-long-gun-approaching-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/miami-shores-police-seek-man-seen-carrying-what-appeared-to-be-long-gun-approaching-home/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Miami Shores police asked for the public’s help Thursday in identifying a man who they say was seen on home surveillance video carrying what appeared to be a long-barrel rifle or shotgun and approaching a home on Wednesday night. ]]></description><pubDate>Thu, 02 Jul 2026 15:45:33 +0000</pubDate><content:encoded><![CDATA[<p>Miami Shores police asked for the public’s help Thursday in identifying a man who they say was seen on home surveillance video carrying what appeared to be a long-barrel rifle or shotgun and approaching a home on Wednesday night. </p><p><a href="https://www.local10.com/espanol/2026/07/02/policia-de-miami-shores-busca-a-hombre-visto-con-lo-que-parecia-ser-un-arma-larga-mientras-se-acercaba-a-una-vivienda/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/policia-de-miami-shores-busca-a-hombre-visto-con-lo-que-parecia-ser-un-arma-larga-mientras-se-acercaba-a-una-vivienda/">Leer en español</a></p><p>According to police, the incident happened around 10:15 p.m. when the individual was captured on camera walking up to a residence in Miami Shores.</p><p>Investigators said the culprit, described as a white male wearing a baseball cap and an unknown-colored shirt and shorts, appeared to be carrying what looked like a long gun.</p><p>Surveillance video shows the man approaching the front door, ringing the doorbell and waiting about 15 seconds before leaving the area and walking southbound, police said.</p><p>They said the resident told investigators they did not recognize the individual and had never seen him before.</p><p>Anyone with information about the man’s identity or whereabouts is urged to contact the Miami Shores Police Department at 305-759-2468.</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/UBIKFTLBHZDZFBT2NFDHGFBULY.jpg?auth=40cf18dde4bff04ef2443ff828a7015c8e8881444fd190f8e6b7be92c440138b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía de Miami Shores busca a hombre visto con lo que parecía ser un arma larga mientras se acercaba a una vivienda]]></title><link>https://www.local10.com/espanol/2026/07/02/policia-de-miami-shores-busca-a-hombre-visto-con-lo-que-parecia-ser-un-arma-larga-mientras-se-acercaba-a-una-vivienda/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/policia-de-miami-shores-busca-a-hombre-visto-con-lo-que-parecia-ser-un-arma-larga-mientras-se-acercaba-a-una-vivienda/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La Policía de Miami Shores solicitó este jueves la ayuda del público para identificar a un hombre que, según dijeron, fue captado por una cámara de vigilancia residencial portando lo que parecía ser un rifle o una escopeta de cañón largo mientras se acercaba a una vivienda la noche del miércoles.]]></description><pubDate>Thu, 02 Jul 2026 15:51:25 +0000</pubDate><content:encoded><![CDATA[<p>La Policía de Miami Shores solicitó este jueves la ayuda del público para identificar a un hombre que, según dijeron, fue captado por una cámara de vigilancia residencial portando lo que parecía ser un rifle o una escopeta de cañón largo mientras se acercaba a una vivienda la noche del miércoles.</p><p>Según la Policía, el incidente ocurrió alrededor de las 10:15 p.m., cuando el individuo fue captado por una cámara mientras se acercaba a una vivienda en Miami Shores.</p><p>Los investigadores dijeron que el sospechoso, descrito como un hombre blanco que vestía una gorra de béisbol, una camiseta de color desconocido y pantalones cortos, parecía portar lo que aparentaba ser un arma larga.</p><p>El video de vigilancia muestra al hombre acercándose a la puerta principal, tocando el timbre y esperando unos 15 segundos antes de retirarse del lugar y caminar en dirección sur, informó la Policía.</p><p>Indicaron que el residente dijo a los investigadores que no reconocía al individuo y que nunca lo había visto antes.</p><p>Cualquier persona con información sobre la identidad o el paradero del hombre debe comunicarse con el Departamento de Policía de Miami Shores al 305-759-2468.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UBIKFTLBHZDZFBT2NFDHGFBULY.jpg?auth=40cf18dde4bff04ef2443ff828a7015c8e8881444fd190f8e6b7be92c440138b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA['Awesome.' 'Sad.' 'Let's keep democracy going.' Americans weigh in on state of a 250-year-old nation]]></title><link>https://www.local10.com/news/national/2026/07/02/awesome-sad-lets-keep-democracy-going-americans-weigh-in-on-state-of-a-250-year-old-nation/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/02/awesome-sad-lets-keep-democracy-going-americans-weigh-in-on-state-of-a-250-year-old-nation/</guid><dc:creator><![CDATA[By CALVIN WOODWARD and HOLLY RAMER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Across the United States, many Americans are celebrating their country's 250th birthday by closing their ears to all the partisan shouting. All the fingernails-on-chalkboard screeching out of Washington. All the clamor of social media agitprop.]]></description><pubDate>Thu, 02 Jul 2026 16:26:33 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Across the United States, many Americans are celebrating their country's 250th birthday by closing their ears to all the partisan shouting. All the fingernails-on-chalkboard screeching out of Washington. All the clamor of social media agitprop.</p><p>Instead, in varied ways, they are tuning into their own personal concepts of America the Beautiful.</p><p>In Associated Press interviews with citizens in the days before the Fourth, auto technician Joe Fuqua-Bejarano, in Topeka, Kansas, sized up “what makes us awesome” as a people. It's clearly not the politics, in his view, but rather resilience.</p><p>“We’ve just all got to find unity somewhere, whether that’s in laughter or perseverance, and keep everybody cool,” he said from the fireworks stand where he's doing a booming business as a side hustle.</p><p>The world's long-running image of Americans as a brash and confident (if not boastful and jingoistic) lot did not square easily with the tempered enthusiasms and trepidations expressed by many of the people AP interviewed.</p><p>“There are lots of points of contention going around,” noted one of them, Christina Zhou, a 25-year-old research assistant from Cambridge, Massachusetts. Yet “there are still a lot of beautiful things that are happening.”</p><p>“What I’m trying to do is think about just things that are happening locally,” she added. “It feels a little bit more like within our own personal control.”</p><p>‘We’re just happy Americans'</p><p>In Mont Vernon, New Hampshire, farmer Mindy Dean, 50, and her family will be milking their goats Saturday and maybe taking in some local fireworks. Or maybe not. The 250th hoopla has been mostly lost on her. “We’re just happy Americans,” she said. “We kinda do our own thing and just enjoy our freedom as Americans.”</p><p>In contrast, the goat-free Neil Casey, an 81-year-old retiree from Nashua, New Hampshire, and his friend Maureen Regan, who lives in Cambridge, are free-range celebrants. They're roaming Boston's historical sites, like Paul Revere's house, and as many of the city's Fourth events as they can manage. They, too, are plugging their ears to discord.</p><p>“I’m very much aware of our country and what we’ve been through, you know, so I’m just trying to immerse myself in the atmosphere of the 250th," Casey said. Regan took heart in all the soccer fans who poured into the country for the World Cup and praised what they experienced.</p><p>“They love everything we have," she said, ”and I want people to not forget that and remember how lucky we are." Her advice to compatriots: "Just enjoy the moment. Enjoy that we’ve been here for 250 years.”</p><p>Still, for some, it is nearly impossible to separate holiday patriotism from steps by President Donald Trump to bend the celebrations toward himself, as with the Fourth of July festivities on the National Mall that he said will culminate in a Trump rally Saturday.</p><p>When patriotism feels ‘Republican’</p><p>"When you’re celebrating the Fourth of July right now, it feels like that’s like a Republican thing to do,” said Madeline Capodilupo, 26, a special-education teacher who lives in Boston. She'll spend the weekend with her fiancé's family at their Maine beach house.</p><p>“It’s just hard to celebrate something when it doesn’t feel like we should be celebrating anything," she said.</p><p>What celebrants are celebrating, exactly, is diverse and personal.</p><p>Ronald Hall spent 18 months in the Air Force toward the end of the Vietnam War. His wife, Karen, served two years in the Army and took part in Operation Desert Storm during the first Gulf War. While they shopped for vegetables at Detroit's Eastern Market this week, Ronald said he's spent a lifetime celebrating American ideals, which might be distinct from reality.</p><p>As a Black man, he said, America's promise of freedom and equality was at the core. “I grew up remembering the promise,” he said. “That’s what we celebrated: the promise, not the country.”</p><p>Old warriors find their faith tested</p><p>Veterans are always front and center in America's big occasions and the 250th is no different. At the New Hampshire Veterans Home in Tilton, residents are looking forward to a community celebration in the coming days that will feature a National Guard Black Hawk helicopter, a World War II ambulance, food trucks, music and even Uncle Sam on stilts.</p><p>The old warriors are keeping the faith. But that faith is being tested.</p><p>“I believe this country is the greatest that ever existed,” said Leo LeClerc, 83, an Air Force veteran who served in Vietnam. “Our democracy is strong and it will continue to be strong as long as people participate in it.”</p><p>But, he said. “I don’t like what’s going on in this country" and “I don’t feel very good about the 250th.” An independent who voted for Trump in 2016, he now believes a “cult of personality has taken over" around the president.</p><p>Tom Gaumont, 74, an Army veteran and former history teacher, remembered the 1976 bicentennial as a more hopeful time, despite the aftershocks of President Richard Nixon's resignation under threat of impeachment.</p><p>“I’m kinda sad at this point with what I anticipate,” Gaumont said. “I’ve seen and taught about how these things kind of crumble, so I’m concerned.”</p><p>“We’ve lasted this long," he added, "and this is a very existential time in our history.”</p><p>Allan Bailey, 83, a Republican who also served in Vietnam and later owned a motel, voiced similar pessimism.</p><p>“I’m worried about how the country is going, I really am,” he said. "I don’t know what we’re going to leave our children, and that bothers me a lot.”</p><p>A security guard works to ‘make the USA the greatest’</p><p>In Dearborn, Michigan, Nabeel Mawari, 38, sounded a more hopeful note. On Saturday, he'll be working his security guard job while his wife and two young sons celebrate the holiday with relatives. An immigrant from Yemen, now a U.S. citizen, Mawari spoke from his backyard about life in the United States.</p><p>“My life is here,” Mawari said. “We try to make the U.S.A. the greatest. That’s why I’m here. I love this country. The Fourth of July, it is very important.”</p><p>Then there's the man who, for perhaps very understandable reasons, wanted to stay far away from the political fray.</p><p>Gary MacGrath, 77, has been a caricaturist at a suburban Philadelphia fair for 14 years. This year, McGrath’s booth was sandwiched right between the local Democratic and Republican Party clubs. Talk about a rock and a hard place. He said he learned as a bartender earlier in life to “never talk about religion or politics" and was heeding that lesson now.</p><p>But he did permit himself this: “It’s 250 years," he said. “Let’s keep democracy going.”</p><p>___</p><p>Ramer reported from Bedford and Tilton, N.H. Associated Press writers John Hanna in Topeka, Kan., Mike Catalini in Southampton, Pa., Michael Casey in Cambridge, Mass., and Corey Williams in Detroit contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QDIOM4A2TXUBECUVJTXXYLRZXQ.jpg?auth=5954e65ffb75f1caa5dea2d5a3eac68e0b5841c3c29dca05c93c29a276afa5dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Madeline Capodilupo poses for a photo at a farmers market in Bedford, N.H., Tuesday, June 30, 2026. (AP Photo/Holly Ramer)]]></media:description><media:credit role="author" scheme="urn:ebu">Holly Ramer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CS6OPI7QPBCXILEYETWHOIS5V4.jpg?auth=7576ebe385d5116454f07376866e49f20d2ab9cf762613b6800577368cdaeb61&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Karen and Ronald Hall shop for produce at the Eastern Market in Detroit on Tuesday, June 30, 2026. (AP Photo/Corey Williams)]]></media:description><media:credit role="author" scheme="urn:ebu">Corey Williams</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AUK3EICAD3UKPA35ZWSGQ5YMQM.jpg?auth=84c91e1f71f9e8a4f6c86074dd944e39b97a9f78e3e8aec8655b28a8243469ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joe Fuqua-Bejarano, left, and his brother, Blake, manage Jake’s Fireworks stand on Tuesday, June 30, 2026, in Topeka, Kan. (AP Photo/John Hanna)]]></media:description><media:credit role="author" scheme="urn:ebu">John Hanna</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IPVYQFWTBLFJ7YF7EBVIYITE6M.jpg?auth=f11f4d11fc53d7e73b6e5aeee377e8309e4a23701435110f9300e22c2924383b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tom Gaumont, an Army veteran and former history teacher, poses for a photo at the New Hampshire Veterans Home in Tilton, N.H., Wednesday, July 1, 2026. (AP Photo/Holly Ramer)]]></media:description><media:credit role="author" scheme="urn:ebu">Holly Ramer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LUBOGZZZHQU4IUMNMUNNJCKI3Q.jpg?auth=d757e053b780cfb6a283dda8b7dad4c7149fa3ba3357aeab5cdab9f2f261269f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mindy Dean poses for a photo at the farmers market in Bedford, N.H., Tuesday, June 30, 2026. (AP Photo/Holly Ramer)]]></media:description><media:credit role="author" scheme="urn:ebu">Holly Ramer</media:credit></media:content></item><item><title><![CDATA[June 2026 updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[The recent devastating earthquakes in Venezuela have put on pause any serious conversations between Washington, D.C. and Cuba. However, the question remains: how long can Cuba hold on as their economic situation worsens and social unrest increases each day?]]></description><pubDate>Mon, 01 Jun 2026 13:35:22 +0000</pubDate><content:encoded><![CDATA[<p><b>June 29 update: Venezuela earthquakes put a pause on any serious conversations between US, Cuba</b></p><p>The recent devastating earthquakes in Venezuela have put on pause any serious conversations between Washington, D.C. and Cuba. However, the question remains: how long can Cuba hold on as their economic situation worsens and social unrest increases each day?</p><p>The Cuban government is trying to find ways to implement the recently approved 176 reforms. But even Cuban economists inside the island agree that they might be too late to save Cuba from a total economic collapse.</p><p><b>June 24 update: US Supreme Court allows claim by Exxon Mobil against the government of Cuba to proceed</b></p><p>The U.S. Supreme Court has ruled in a 6-to-3 decision that the claim by Exxon Mobil against the government of Cuba for confiscating their properties in the early 1960’s can proceed under the Helms-Burton law.</p><p>This clearly sets a precedent for the other 5,913 registered American companies to file legal procedures against the Cuban government.</p><p><b>June 22 update: Ramiro Valdes, one of the original Comandantes of the Cuban Revolution, dies</b></p><p>Ramiro Valdes, one of the original Comandantes of the Cuban Revolution, died in Cuba Sunday at the age of 94. He was the founder of the Ministry of the Interior, known for its repressive measures against the Cuban people. Valdes is credited for killing numerous Cubans who opposed the regime from the early days of the revolution. Most recently, he was responsible for training the security police in Venezuela.</p><p><b>June 19 update: Cuba approves 176 new economic measures </b></p><p>The National Assembly of the Cuban government approved 176 new economic measures Thursday to help jumpstart their moribund economy. Similar economic reforms were introduced when Raul Castro took over power from his brother, Fidel, but they failed because the government’s infrastructure could not implement them. Are these measures in time to save Cuba from a total economic disaster? Many economists even inside the island have come out and said that they are a bit too late.</p><p>On Thursday, the European Parliament approved a resolution sanctioning Cuban President Miguel Díaz-Canel and the leaders of the Cuban economic military conglomerate, GAESA. Finally, it suspended the existing agreement between the EU and Cuba.</p><p><b>June 17 update: Can President Trump afford another conflict?</b></p><p>Now that the U.S. and Iran have reached an agreement to stop the war, can President Donald Trump politically afford another conflict? This time it will be with Cuba -- a nation that will offer little military resistance to the U.S., but can also be a political trap for Secretary of State Marco Rubio’s future run for the U.S. presidency.</p><p><b>June 11 update: Rubio announces sanctioning of CUPET:</b></p><p>U.S. Secretary of State Marco Rubio announced Thursday afternoon the sanctioning of Cuba’s oil and gas company, Union Cuba Petroleo (CUPET). This company had been confiscated from American owners at the start of the revolution.</p><p>This is a sign that Cuba’s government has not shown any willingness to negotiate with the U.S. This action further chokes the regime who is running out of options as the socio-economic problems get worse each day that passes.</p><p><b>June 10 update: Defense Secretary Pete Hegseth visits Guantanamo Bay for operational briefings</b></p><p>Defense Secretary Pete Hegseth traveled to Naval Station Guantanamo Bay in Cuba on Wednesday to receive updates and operational briefings on the base’s mission, according to the Pentagon.</p><p>According to <a href="https://www.reuters.com/world/americas/pentagons-hegseth-travels-guantanamo-bay-cuba-2026-06-10/" target="_self" rel="" title="https://www.reuters.com/world/americas/pentagons-hegseth-travels-guantanamo-bay-cuba-2026-06-10/">Reuters</a>, Hegseth flew into the U.S. naval base at Guantanamo Bay, marking the latest visit by a senior American official to the communist-led island as President Donald Trump’s administration continues to increase pressure on the Cuban government.</p><p>His trip comes less than two weeks after General Francis Donovan, the top U.S. military commander for Latin America, visited Guantanamo Bay and held discussions with a senior Cuban military official near the base’s perimeter.</p><p>Hegseth is the third high-ranking U.S. official to visit Cuba in recent months, highlighting Washington’s continued focus on the island amid ongoing tensions between the two countries.</p><p><b>June 8 update: What will be brought up during any future negotiations?</b></p><p>One of the issues that will certainly come up during any future negotiations between the U.S. and Cuba will be the 5,913 American companies, as well as Cuban-American properties, that were confiscated by the Cuban Revolution in the early 1960’s.</p><p>According to Mauricio Tamargo, former chairman of the Foreign Claims Office in the U.S. Department of Justice, the estimated values of these properties are in the billions.</p><p><b>June 3 update: Raúl Castro turns 95</b></p><p>Raúl Castro, the former president of Cuba, turns 95 years old Wednesday under the shadow of a criminal indictment from the U.S. and an uncertain future for Cuba with the legacy of his brother, Fidel Castro, on his shoulders.</p><p><a href="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p><b>June 1 update: Looking to the future: Should Cuban Americans invest in Cuba?</b></p><p>A few months ago, Cuba’s Vice Minister Oscar Pérez-Oliva Fraga, who is the grand-nephew of Raúl Castro, invited Cuban Americans in exile to invest in Cuba. </p><p>In 2019, the Cuban government amended their constitution to allow foreign investment. However, they did not change their laws to protect the investments. </p><p>Therefore, the risks to invest in Cuba remain greater than the opportunities.</p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q7A6IOAPVY6DFEQJXKMMK4PDTI.jpg?auth=7227bd9e6003bcb7c8a393515e36a9c8959fe2f9a3435b88154bc62d43c8d395&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past graffiti in the colors of the Cuban flag in Havana, Cuba, Wednesday, June 17, 2026. (AP Photo/Jorge Luis Banos)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[Finding freedom from the heat on July 4th will be a challenge in eastern US]]></title><link>https://www.local10.com/health/2026/07/02/finding-freedom-from-the-heat-on-july-4th-will-be-a-challenge-in-eastern-us/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/02/finding-freedom-from-the-heat-on-july-4th-will-be-a-challenge-in-eastern-us/</guid><dc:creator><![CDATA[By HOLLY RAMER, Associated Press]]></dc:creator><description><![CDATA[CONCORD, N.H. (AP) — Heat as oppressive as British colonial rule is bearing down on the eastern U.S. heading into the long Fourth of July weekend, prompting some communities to cancel, postpone or otherwise alter their Independence Day plans.]]></description><pubDate>Thu, 02 Jul 2026 16:10:49 +0000</pubDate><content:encoded><![CDATA[<p>CONCORD, N.H. (AP) — Heat as oppressive as British colonial rule is bearing down on the eastern U.S. heading into the long Fourth of July weekend, prompting some communities to cancel, postpone or otherwise alter their Independence Day plans.</p><p>Dangerous, record-breaking heat will continue across much of the central and eastern U.S. through Friday and will continue along the East Coast through the weekend, the National Weather Service said Thursday. Temperatures in the high 90s Fahrenheit (30 degrees Celsius) were forecast for the Northeast; Philadelphia and Boston could top 100. Humidity is expected to make it feel even hotter, all but ensuring that sweat will dampen spirits at many celebrations marking 250 years of American independence.</p><p>“Anywhere you go in southern New England, you will be dealing with dangerous heat today, tomorrow and Saturday,” said Bryce Williams, a meteorologist with the weather service.</p><p>In Boston, entrance to the Boston Pops Fireworks Spectacular will start at 4 p.m. instead of noon on Saturday because of the heat. In Philadelphia, officials shortened the route of a Thursday morning parade, canceled an afternoon all-American Block Party back the start times of an evening picnic and concert at Independence Mall.</p><p>In Lower Windsor Township, Pennsylvania, an America 250 celebration including food trucks, games and the highway department's dump truck has been rescheduled for July 8. In Norristown, Pennsylvania, officials canceled a parade set for Saturday, citing the safety of residents, participants and first responders, though evening fireworks and an afternoon party featuring games, food, and music will go on as scheduled.</p><p>“The parade is one of our community’s most beloved traditions, and we share in the disappointment of its cancellation, especially as we celebrate America’s 250th birthday,” Interim Municipal Administrator Jayne Musonye said.</p><p>Gettysburg National Military Park in Pennsylvania moved outdoor events indoors. Amtrak, meanwhile, canceled some train routes due to the heat Thursday, including the Acela between Boston and Washington, and said others may operate with reduced speeds resulting in delays through Saturday.</p><p>A heat dome — high-pressure systems above a region that trap heat and humidity — has been smothering parts of the U.S., from the Midwest to the East Coast. Beyond the holiday festivities, officials in many communities are taking steps to keep residents safe, including opening cooling centers. In Boston, several air-conditioned museums are offering free admission to city residents, and in Providence, Rhode Island, city pools and waterparks have extended their hours.</p><p>As the heat bore down on New York, Mayor Zohran Mamdani urged people conserve energy by setting their air conditionings to 78 degrees — a step previous mayors, including former Mayor Rudy Giuliani, have advised — in order to avoid stressing the power grid. Nevertheless, the request drew a round of jeers from the Democratic mayor’s conservative critics online.</p><p>Florida Gov. Ron DeSantis, a Republican who pokes at the mayor often on social media, responded on X “Is this what was meant by the warmth of collectivism?,” spinning a phrase the democratic socialist employed in his inaugural address back at Mamdani.</p><p>The operators of the electric grids in New York state, New England and one stretching across 13 mid-Atlantic and midwestern states all projected that electricity demand would peak on Thursday before falling back slightly on Friday. They have not issued emergency calls to reduce consumption, however, and industry analysts say system planners prepare for such circumstances.</p><p>PJM Interconnection, which operates the grid that serves 65 million people from New Jersey to Illinois, said Thursday’s projected peak would set an all-time high for summer electricity demand, last set in 2006. That peak is well above what PJM had projected it would see this summer, but it said it had a cushion of energy capacity above that peak.</p><p>____</p><p>Associated Press writer Anthony Izaguirre in New York, Michael Casey in Boston and Marc Levy in Harrisburg, Pennsylvania, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XBD3WKNF3IDWJXZNZKMEFNKGCE.jpg?auth=2151b507b6f296be5be1ea9f056f04962bcef1451763d7ece369067fbcd92135&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mickelina Papotto, of Salem, Ore., left, and Lorie Odegaard, of Gaithersburg, Md., fan themselves while waiting in line for the ferris wheel at the Great American State Fair on the National Mall, Wednesday, July 1, 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/VFBMNTCUJ2RTQTSWNLNVM6MEIE.jpg?auth=05009589f3a2b42673018a89f2bcba3550b44d2ee3cd0e0504caa17825721241&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors and members of the National Guard rest in the shade of a tent while attending the Great American State Fair on the National Mall, Wednesday, July 1, 2026, in Washington. (AP Photo/Nathan Howard)]]></media:description><media:credit role="author" scheme="urn:ebu">Nathan Howard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q52FGEAQCDG7Z45IZIWCBWJOCM.jpg?auth=49ee824299da15d4dd387323902618c1f56648a9fe31bcbb470a18dd7b0f79bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man wipes sweat off of his head while attending the Great American State Fair, on the National Mall, Wednesday, July 1, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Heat adds to strains on areas with data centers, raising the temperature on AI debates]]></title><link>https://www.local10.com/business/2026/07/02/heat-adds-to-strains-on-areas-with-data-centers-raising-the-temperature-on-ai-debates/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/heat-adds-to-strains-on-areas-with-data-centers-raising-the-temperature-on-ai-debates/</guid><dc:creator><![CDATA[By MATT O'BRIEN and KAITLYN HUAMANI, Associated Press]]></dc:creator><description><![CDATA[LOWELL, Mass. (AP) — Eileen Castle's swimming pool, the only one for blocks around, was once a refuge for neighborhood children on hot summer days.]]></description><pubDate>Thu, 02 Jul 2026 15:13:33 +0000</pubDate><content:encoded><![CDATA[<p>LOWELL, Mass. (AP) — Eileen Castle's swimming pool, the only one for blocks around, was once a refuge for neighborhood children on hot summer days.</p><p>But even as temperatures soared this week, Castle, 82, said she won't be filling the pool — not with the data center behind her house buzzing with the sound of its industrial air conditioners and its backup diesel generators belching fumes at unexpected times.</p><p>“I think about the air quality, the water, what effects it has on the kids in the area,” she said on her front stoop as children whirred past on bicycles.</p><p>Hot weather of the kind sweeping the eastern U.S. drives up electricity demand for data centers, adding to their strain on power grids and worsening air quality for surrounding areas. The impact on communities like the racially diverse Sacred Heart neighborhood in Lowell, Massachusetts underscores why the artificial intelligence industry is feeling so much heat over the fast-sprouting facilities.</p><p>Around the country, data centers have been blamed increasingly for a host of environmental ills. Some tech industry figures say the facilities have become lightning rods for concerns over broader economic and societal changes posed by the AI boom.</p><p>But on sweltering days, it's hard not to see the effects on Castle's neighborhood, which the state government has designated as facing higher environmental and health risks because of a population that's been historically excluded from political decision-making.</p><p>“It’s majority low-income and working family, family members who are working hard every day to just try to put food on the table,” said state Rep. Tara Hong, a Democrat who represents a heavily Cambodian American district in Lowell, a city of about 115,000 people northwest of Boston.</p><p>“It’s an inclusive place there and that data center is just smack in the middle of everything,” Hong said.</p><p>Data centers require more resources to cope with heat waves</p><p>A heat wave is “almost the worst situation for data center operation,” said Shaolei Ren, a professor at the University of California, Riverside, who has studied AI’s environmental toll. A data center’s racks of computer servers run hot and pose a power grid challenge and a water system challenge, Ren said.</p><p>There are two ways to keep data centers running without interruption, Ren said: refrigeration-based cooling, which is energy-intensive, and evaporative cooling, which is water-intensive.</p><p>Some data centers will turn to backup diesel generators as a “preventative measure” to mitigate the likelihood of an outage, Ren said. If the grid is highly stressed, grid operators will sometimes request that data center operators turn on their generators as “the last line of defense,” Ren said.</p><p>Diesel emissions can have harmful effects on human health, even with short-term exposure. If too many diesel generators are fired up to supply the electricity during heat waves, Ren said that could be "a disaster for the local air quality.″</p><p>The operator of the Lowell data center, the Markley Group, said it has planted more than 2,000 trees nearby to improve air quality. CEO Jeff Markley said in a statement to The Associated Press that the company has switched on generators in an emergency only a handful of times.</p><p>“They are not run proactively or continuously; they engage only during an actual power disruption to keep critical systems online, plus brief weekly testing of about five minutes per unit, run one generator at a time,” he said.</p><p>A data center sprouted where a pasta factory made spaghetti</p><p>Markley said he chose Lowell because of its abundant water for cooling — supplied by the same Merrimack River that powered 19th century cotton mills in the Industrial Revolution. He said the Lowell facility uses about 118,000 gallons of water per day at the peak of summer, a small fraction of the city's daily consumption.</p><p>Castle, a lifelong resident, was among those who welcomed the Markley Group a decade ago when it first started building on the site of an abandoned Prince spaghetti factory that had employed generations of neighbors from 1939 to 1997. But about two years ago, when the Markley Group plopped its second cooling tank behind her above-ground swimming pool, along with a growing number of surveillance cameras, the relationship had soured.</p><p>In response to growing opposition, Lowell's City Council voted 10-0 in February to pass a moratorium that blocks further data center expansion for a year.</p><p>Data center electricity use has grown in the last few years, said Jonathan Koomey, a researcher who has been studying the computing warehouses for 30 years. But it’s “very much a local phenomenon,” he said. On a national scale, Koomey said demand growth has been moderate in recent years and he doesn't expect that to change.</p><p>“This is not a national crisis. It’s not explosive growth nationally,” he said. But in communities surrounding data centers, there are environmental costs, local economic costs, traffic and other concerns that need to be accounted for, Koomey added.</p><p>When temperatures climb into triple digits — as they’re expected to this week in New England — it’s harder to push heat out of a data center. Keeping it cool then requires more power, as is true of commercial buildings and homes. That can put a strain on power grids and can pose a “real risk” of power outages, Koomey said.</p><p>That strain looks different from the typical summer AC rush. In those instances, systems operators are dealing with “a lot of small loads” that are “not 100% coordinated” when individuals turn on their home air conditioners, which is to the power system's benefit, Koomey said.</p><p>“One of the challenges that the data center operators face is that these data centers are pretty big loads. They are big enough that they have to think about how to coordinate them and make sure that they’re not all cutting off at the same time or coming on at the same time,″ he said.</p><p>The North American Electric Reliability Corporation, a nonprofit that develops and enforces standards for the utility industry, recently issued an alert about the “unprecedented challenges from a surge in large power consumers” and developed guidelines to mitigate the "immediate risks posed″ by AI data centers.</p><p>As servers heat up, so do community data center tensions</p><p>Tensions ran so high in Lowell this week that police officers temporarily detained a 14-year-old girl who spoke out of turn at a city-led community forum fielding input on data center zoning.</p><p>“I’m not hurting anyone,” the girl shouted Monday evening after police officers escorted her from a middle school auditorium. “We just don’t want data centers!”</p><p>A coalition of data center opponents is increasingly clashing with electricians employed by Markley and other data center backers who say the facility boosts Lowell's ties to the tech industry.</p><p>Criticized for calling police to the contentious meeting and later asking an officer to remove the girl, Lowell Mayor Erik Gitschier, whose office is nonpartisan, told local talk radio station WCAP he didn't know her age at the time and defended his efforts to try to bring decorum to a topic he said deserves debate.</p><p>“It was warm out," he said. "You had people who had definite, passionate positions and they were screaming.”</p><p>___</p><p>Huamani contributed from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4X7O46JCCGICID2EQ7JYAINCN4.jpg?auth=1fd35df2a3867d8fed9a018c062b4b5fccaf188bcc4363f87d5c959a138caf75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A data center built by the Markley Group looms over a residential neighborhood in Lowell, Mass., on June 30, 2026. (AP Photo/Matt O'Brien)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt O'Brien</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H33SFDJGS2R6JHX66MAVX4XSZA.jpg?auth=62c7a4f7717f31246c937bf00857f781639a0287283f0336e095f8b124df4cd2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A data center built by the Markley Group looms over a ballpark and residential neighborhood in Lowell, Mass., on June 30, 2026. (AP Photo/Matt O'Brien)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt O'Brien</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T5LLHAYOYBNZYUJISJRMQ2D46M.jpg?auth=3bc686c493f45165016496367c4cc61707989bcee606be545e2cd89f6f124b34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A data center and its backup diesel generators built by the Markley Group loom over a ballpark and residential neighborhood in Lowell, Mass., on June 30, 2026. (AP Photo/Matt O'Brien)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt O'Brien</media:credit></media:content></item><item><title><![CDATA[Once a source of national pride, Cuba's healthcare system declines as energy shortages deepen crisis]]></title><link>https://www.local10.com/news/world/2026/07/02/once-a-source-of-national-pride-cubas-healthcare-system-declines-as-energy-shortages-deepen-crisis/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/once-a-source-of-national-pride-cubas-healthcare-system-declines-as-energy-shortages-deepen-crisis/</guid><dc:creator><![CDATA[By ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description><![CDATA[BATABANO, Cuba (AP) — After two surgeries and several rounds of radiation therapy over the past four years to treat a tumor, Irisleydis Tristá has spent the past seven months unable to get a CT scan to determine whether the cancer has grown or spread.]]></description><pubDate>Thu, 02 Jul 2026 15:11:57 +0000</pubDate><content:encoded><![CDATA[<p>BATABANO, Cuba (AP) — After two surgeries and several rounds of radiation therapy over the past four years to treat a tumor, Irisleydis Tristá has spent the past seven months unable to get a CT scan to determine whether the cancer has grown or spread.</p><p>The CT scanner at Havana’s Hermanos Ameijeiras Hospital, the country’s leading hospital, is broken. Doctors have told her that, because of a lack of resources, they cannot operate on her again in Cuba, she said.</p><p>“I feel like my life is in danger,” Tristá, 34, a mother of a 13-year-old from Batabanó, a town 70 kilometers (43 miles) south of Havana, told The Associated Press. “I don’t know if it has grown. We have no way of knowing,” she said.</p><p>Cuba’s once-vaunted system of free universal healthcare has deteriorated sharply. The crisis, say analysts, has been compounded by fuel shortages they attribute to tightened U.S. sanctions on the island’s energy sector, worsening an economy that had already been struggling for years.</p><p>The Trump administration is pressuring Cuba’s socialist government to implement major economic reforms and change its way of governance in return for a lifting of sanctions.</p><p>Hospitals across the island face shortages of supplies including syringes, gauze, vaccines and anesthetics. They also lack spare parts to repair equipment such as hemodialysis and CT scan machines, leaving patients like Tristá without critical care. Food shortages have also made it difficult for her to follow the diet prescribed by her doctors.</p><p>Medical specialists and technicians have left the country in large numbers.</p><p>Children among the hardest hit</p><p>Cuba was already grappling with an economic crisis following the COVID-19 pandemic and the tightening of U.S. sanctions. The situation worsened after U.S. authorities captured then-Venezuelan President Nicolás Maduro in early January, depriving Cuba of one of its staunchest allies. The White House then threatened countries that sold fuel to the island and stepped up pressure on foreign companies and individuals to stop doing business with Havana.</p><p>The result was persistent power outages lasting more than 20 hours, gasoline rationing and declines in industrial and food production, among other effects.</p><p>For Cuba, a country with health indicators comparable to those of developed nations — including low mortality, high life expectancy, broad vaccination coverage and widespread prenatal care — the situation “is shocking,” said Mario Cruz Peñate, the Pan American Health Organization and World Health Organization representative in the island.</p><p>Cruz Peñate said the fuel shortages have caused “quite large” disruptions to health services, affecting not only the service itself, but the entire process around the continuity of care.</p><p>He added that PAHO and the WHO themselves also faced difficulties in distributing humanitarian aid. The United Nations, on which they depend, launched a $94 million emergency plan in March to address the foreseeable humanitarian crisis resulting from the energy blockade.</p><p>A government report released in June said the survival rate for children with cancer had fallen to 65% from 85% before the energy restrictions began in January.</p><p>“We have had children die. Two so far this year,” said Yolainy Romero, a specialist at the National Institute of Oncology and Radiobiology in Havana, during a tour of the pediatric ward. “This situation is terrible.”</p><p>Romero said some children, particularly those from distant provinces, must return to the hospital every 21 days for treatment.</p><p>“Sometimes a week or even 15 days go by before they can come because of the fuel shortage,” she said.</p><p>“It’s very hard,” said Adriana Felipe García, whose 4-year-old daughter, Nashly Zerquera, is being treated at the hospital. They traveled about 350 kilometers (217 miles) from their home in Sancti Spíritus, east of Havana, for her treatment.</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/VCZHMQA6FTS7GKBT6D7ZAQ5M2M.jpg?auth=d4809f40b758bf2676d97d0026e30fa845fc70cf1fb78cb93025ddcdea1a6ef1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cancer patient Irisleydis Trista Calzadilla cries during an interview at her home in Batabano, Cuba, Friday, June 26, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3ER33EVKPPR76O6FPAFB23QIGI.jpg?auth=aa30c8bc14acd0da91e430c455d6bbfac420d6e5f812dcde9294e71bbfad3892&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nashly Zerquera, a 4-year-old oncology patient, sits in her bed at the National Institute of Oncology and Radiobiology in Havana, Cuba, Wednesday, June 24, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NG5BWRZHSFUUQBTT7TY3CIHRGY.jpg?auth=80542c3b06a05aec5026a28dfaa984c7a067bfad5b373829d70c36fcc9b207aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Salet Fernandez, a 17-year-old oncology patient, looks at her phone as her mother Yarima Mesa sits by her bed at the National Institute of Oncology and Radiobiology in Havana, Cuba, Wednesday, June 24, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OLQMEPHGJKDPGBB4IMFWPFHKO4.jpg?auth=b212af2d5a08aec29a7683cf59ce96b191cf77c9f512f0e66483df1a5ddea02a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Emanuel Darian, an 18-year-old oncology patient, left, rests as his mother Katiuska Guerrero sits by his side at the National Institute of Oncology and Radiobiology in Havana, Cuba, Wednesday, June 24, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2UC5E7YQWALG3PQOMPDJZRS34I.jpg?auth=d5b164560fdf232ba6587287a1e7e6dbc4ca9aa179132aa1da9e516ee33eb063&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Karolina Silva Matis, a 6-year-old oncology patient, is examined by Dr. Yolainy Romero Rodriguez at the National Institute of Oncology and Radiobiology in Havana, Cuba, Wednesday, June 24, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Acusan a siete personas en operativo encubierto de Broward contra la solicitud de menores para fines sexuales]]></title><link>https://www.local10.com/espanol/2026/07/02/acusan-a-siete-personas-en-operativo-encubierto-de-broward-contra-la-solicitud-de-menores-para-fines-sexuales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/acusan-a-siete-personas-en-operativo-encubierto-de-broward-contra-la-solicitud-de-menores-para-fines-sexuales/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Agentes de la Oficina del Sheriff de Broward (BSO) informaron que realizaron un operativo encubierto contra la trata de personas que resultó en el arresto de siete sospechosos que presuntamente buscaban abusar sexualmente de adolescentes.]]></description><pubDate>Thu, 02 Jul 2026 15:06:20 +0000</pubDate><content:encoded><![CDATA[<p>Los agentes de la Oficina del Sheriff del Condado de Broward informaron que llevaron a cabo una operación encubierta contra la trata de personas que resultó en la detención de siete sospechosos que intentaban abusar sexualmente de adolescentes.</p><p>Seis de ellos eran del condado de Broward y el séptimo del vecino condado de Palm Beach.</p><p>Según los informes de detención, los detectives utilizaron varios sitios web y aplicaciones en los que se hicieron pasar por chicos o chicas adolescentes, o, en un sitio web, por un “primo mayor” que explotaba sexualmente a una niña de 15 años.</p><p>Según los informes, a los hombres con los que conversaron se les indicó que se dirigieran a un hotel en Dania Beach.</p><p>Ryan Thorpe Walker, de cincuenta años, cuya dirección figura como una oficina de correos y centro de distribución en Oakland Park, está acusado de intentar reunirse con un adolescente, mientras que Marco Ramirez Linares, de 22 años y residente de Hollywood, está acusado de ofrecer 100 dólares a cambio de sexo con una adolescente.</p><p>Según los detectives, algunos de los sospechosos mintieron sobre su edad.</p><p>Según los agentes, Zubaer Ashar, de 27 años y residente de Greenacres, dijo tener 17 años y le preguntó a su supuesto “primo” si una chica de 15 años a la que le ofrecía 150 dólares por tener relaciones sexuales con ella “tomaba anticonceptivos”.</p><p>Kyle Andrew Rosenthal, de 32 años y residente de Coral Springs, declaró que tenía 30 años cuando intentó reunirse con quien creía que era una niña de 14 años, según la Oficina del Sheriff del Condado de Broward (BSO).</p><p>Según los informes de detención, al menos dos de los sospechosos reconocieron que lo que estaban haciendo podría llevarlos a la cárcel.</p><p>Los agentes dijeron que cuando Grant Ryan Werner, de 25 años y residente de Dania Beach, se dio cuenta de que estaba chateando con quien creía que era un chico de 15 años, dijo: “No sé, jajaja, en el fondo no me molesta, pero no quiero meterme en problemas”.</p><p>Las autoridades dijeron que Werner también le dijo al supuesto adolescente, antes del encuentro planeado, “sí, jaja, básicamente puedo ser acusado de pedófilo (sic) lol”.</p><p>Según los agentes, Luis Chifundo Ortiz, de 23 años y residente de Pembroke Pines, le dijo a quien creía que era un chico de 15 años: “Recuerda que no eres mayor de edad” y “No tienes 18 años o más, así que tengo que tenerlo en cuenta”.</p><p>Un comunicado de prensa de la Oficina del Sheriff del Condado de Broward (BSO, por sus siglas en inglés) indica que los hombres arrestados enfrentan diversos cargos, entre ellos “trata de personas de un menor, viajar para encontrarse con un menor, solicitar servicios sexuales a un menor, posesión de MDMA e incumplimiento de la libertad condicional”.</p><p>Según la Oficina del Sheriff del Condado de Broward (BSO, por sus siglas en inglés), los agentes también indicaron que durante la operación, “diez víctimas fueron rescatadas y conectadas con recursos esenciales como refugio, atención médica y asesoramiento para ayudarlas a reconstruir sus vidas”.</p><p>“Además, una de las víctimas fue identificada como una adolescente que se había escapado de casa y provenía de otra ciudad”, indica el comunicado de prensa de la Oficina del Sheriff del Condado de Broward (BSO). “Se reunió con su familia y se le ofrecieron amplios servicios de apoyo”.</p><p><a href="https://www.local10.com/news/local/2026/07/01/cops-accuse-6-in-south-florida-child-prostitution-sting/" rel="" title="https://www.local10.com/news/local/2026/07/01/cops-accuse-6-in-south-florida-child-prostitution-sting/">Operaciones similares</a> también tuvieron lugar recientemente <a href="https://www.local10.com/news/local/2026/06/10/homestead-men-nabbed-in-child-sex-trafficking-sting-ahead-of-world-cup-police-say/" rel="" title="https://www.local10.com/news/local/2026/06/10/homestead-men-nabbed-in-child-sex-trafficking-sting-ahead-of-world-cup-police-say/">en el condado de Miami-Dade</a> .</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2GK3SPVYKZEIBAUCXU62L7Y6BY.png?auth=81d767ebba0894216c3098dc3f2569a6fb288db558aa94d6ab1fa3158aaa8f40&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Sting arrests.]]></media:description></media:content></item><item><title><![CDATA[Broward deputies accuse 7 in child solicitation sting]]></title><link>https://www.local10.com/news/local/2026/07/02/broward-deputies-accuse-7-in-child-solicitation-sting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/broward-deputies-accuse-7-in-child-solicitation-sting/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Broward Sheriff’s Office deputies said they conducted a human trafficking sting that netted seven suspects seeking to sexually abuse teenagers.]]></description><pubDate>Thu, 02 Jul 2026 14:58:45 +0000</pubDate><content:encoded><![CDATA[<p>Broward Sheriff’s Office deputies said they conducted a human trafficking sting that netted seven suspects seeking to sexually abuse teenagers.</p><p><a href="https://www.local10.com/espanol/2026/07/02/acusan-a-siete-personas-en-operativo-encubierto-de-broward-contra-la-solicitud-de-menores-para-fines-sexuales/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/acusan-a-siete-personas-en-operativo-encubierto-de-broward-contra-la-solicitud-de-menores-para-fines-sexuales/">Leer en español</a></p><p>Six of them were from Broward County and the seventh was from neighboring Palm Beach County.</p><p>According to arrest reports, detectives used various websites and apps in which they posed as teenage boys or girls, or, on one website, an “older cousin” pimping a 15-year-old girl.</p><p>The men they chatted with were directed to go to a hotel in Dania Beach, the reports state.</p><p>Fifty-year-old Ryan Thorpe Walker, whose address is listed as a post office and distribution facility in Oakland Park, is accused of trying meet a teenage boy, while Marco Ramirez Linares, 22, of Hollywood, is accused of offering $100 for sex with a teenage girl.</p><p>Some of the suspects lied about their ages, detectives said. </p><p>Deputies said Zubaer Ashar, 27, of Greenacres, said he was 17 and asked the purported “cousin” whether a 15-year-old girl he was offering $150 for sex with was “on birth control.”</p><p>Kyle Andrew Rosenthal, 32, of Coral Springs, said he was 30 when attempting to meet up with who he thought was a 14-year-old girl, according to BSO.</p><p>At least two of the suspects acknowledged what they were doing could land them in jail, arrest reports state.</p><p>Deputies said when Grant Ryan Werner, 25, of Dania Beach, found out he was chatting with who he thought was a 15-year-old boy, he said, “Idkkk lol I’m low key ok with it but I don’t want to get in trouble.”</p><p>Authorities said Werner also told the purported teen, before the planned meetup, “yea haha I can Basically be charged as a pedofile (sic) lol.”</p><p>Deputies said Luis Chifundo Ortiz, 23, of Pembroke Pines, told who he thought was a 15-year-old boy, “Remember that you’re not legal” and, “You’re not 18+, so I have to be aware of that.”</p><p>A BSO news release states that the men arrested all face various charges, including “human trafficking of a minor, traveling to meet a minor, solicitation of a minor, possession of MDMA and violation of probation.”</p><p>According to BSO, deputies additionally said that during their operation, “ten victims were rescued and connected to critical resources such as shelter, medical care and counseling to help them rebuild their lives.”</p><p>“Additionally, one of the victims was identified as a teenage runaway from out of town,” the BSO news release states. “She was reunited with her family and offered extensive support services.”</p><p><a href="https://www.local10.com/news/local/2026/07/01/cops-accuse-6-in-south-florida-child-prostitution-sting/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/01/cops-accuse-6-in-south-florida-child-prostitution-sting/">Similar stings</a> also recently took place <a href="https://www.local10.com/news/local/2026/06/10/homestead-men-nabbed-in-child-sex-trafficking-sting-ahead-of-world-cup-police-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/homestead-men-nabbed-in-child-sex-trafficking-sting-ahead-of-world-cup-police-say/">in Miami-Dade County</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/2GK3SPVYKZEIBAUCXU62L7Y6BY.png?auth=81d767ebba0894216c3098dc3f2569a6fb288db558aa94d6ab1fa3158aaa8f40&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Sting arrests.]]></media:description></media:content></item><item><title><![CDATA[Why US landfalls are a rare occurrence on the 4th of July]]></title><link>https://www.local10.com/weather/hurricane/2026/07/02/why-us-landfalls-are-a-rare-occurrence-on-the-4th-of-july/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/02/why-us-landfalls-are-a-rare-occurrence-on-the-4th-of-july/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Hurricane season doesn’t guarantee us any holidays, but the 4th of July is one of those rare exceptions when the coast is clear in most years.]]></description><pubDate>Thu, 02 Jul 2026 14:34:29 +0000</pubDate><content:encoded><![CDATA[<p>Hurricane season doesn’t guarantee us any holidays, but the 4th of July is one of those rare exceptions when the coast is clear in most years.</p><p><a href="https://www.local10.com/espanol/2026/07/02/por-que-los-huracanes-que-tocan-tierra-en-estados-unidos-son-un-fenomeno-poco-comun-el-4-de-julio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/por-que-los-huracanes-que-tocan-tierra-en-estados-unidos-son-un-fenomeno-poco-comun-el-4-de-julio/">Leer en español</a></p><p>In recordkeeping that extends back to pre-Civil War days, we’ve only documented two tropical storms and one hurricane landfall on the 4th of July in the U.S. Two of those storms happened more than a century ago.</p><p>The only Independence Day hurricane strike on record was Hurricane Arthur back in 2014, which scraped quickly over North Carolina’s Outer Banks as a Category 2 hurricane during the pre-dawn hours of July 4th. Although Arthur technically made landfall at 11:15 PM local on July 3rd just west of Cape Lookout, the eye of the hurricane was still over Pamlico Sound and lashing the North Carolina coastline after midnight on July 4th.</p><p>Even so, Arthur was accelerating away from North Carolina by daybreak on July 4th, 2014, with peeks of sunshine even reaching the sands of North Carolina’s battered beaches later that morning.</p><p><b>Why so few U.S. landfalls on the 4th?</b></p><p>The Independence Day holiday falls in the early part of the hurricane season when hurricanes and tropical storms are generally less common. Roughly 94 percent of named storms, 97 percent of hurricanes, and 99.5 percent of all major (Category 3 or stronger) hurricanes form after July 4th. Only about one in eight named storms to hit the U.S. happens before July 5. </p><p>But July 4th has something more working in its favor. As we’ve written about extensively in this newsletter over the years, storms begin forming farther away from the U.S. in July, which means we have fewer “homegrown” or “homebrewed” systems.</p><p>Because of this, we actually see a dip in the number of U.S. storms in July, with July falling second only to November for the lowest number of U.S. named storm landfalls of any month of the 6-month hurricane season.</p><figure><img src="https://www.local10.com/resizer/v2/QLEDZGLZFBAQRNAGWPS33R3QSU.png?auth=35321940f09aaa47302ac327310ed194cbaf051d24a832ee81d0183c2d909a0c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>So while we can never guarantee a hurricane-free holiday from June through November, July 4th is probably the closest you’ll get before Thanksgiving.</p><p><b>All about the extreme heat this July 4th</b></p><p>Even in the years when storms don’t strike on July 4th, we can see issues from the tropics, such as the tropical-laden air that contributed to the horrific central Texas floods last year and killed nearly 140 people.</p><p>This Independence Day, however, it won’t be flooding but excessive heat that poses the biggest threat weatherwise. A dangerous heatwave gripping the central and eastern U.S. will pose major health-related issues for those underneath the massive heat dome in the days ahead.</p><figure><img src="https://www.local10.com/resizer/v2/Q6SLLBYOYNGFVGFRM7JD3X6COY.png?auth=ecf07f51f14b8a86c385c8a761560538839c60437c7a7fec506792fe5458a035&smart=true&width=1200&height=900" alt="Forecast daily high temperatures from the National Weather Service for July 4, 2026. Temperatures circled indicate a record daily high for the reporting station. Dozens of stations from the mid-Atlantic to the northeast U.S. could set heat records on Saturday. Credit: Weathermodels.com" height="900" width="1200"/><figcaption>Forecast daily high temperatures from the National Weather Service for July 4, 2026. Temperatures circled indicate a record daily high for the reporting station. Dozens of stations from the mid-Atlantic to the northeast U.S. could set heat records on Saturday. Credit: Weathermodels.com</figcaption></figure><p>The National Weather Service has a wide swath of the eastern U.S. under extreme heat risk for the holiday weekend, with dozens of daily temperature records threatened, as feels-like temperatures touch 115 degrees in parts of the mid-Atlantic and northeast.</p><figure><img src="https://www.local10.com/resizer/v2/DPU5KIVPQBEWHOHDNK3I2JCXI4.png?auth=6b4fa0084a4967dff348a403913cd803dd588047b83a7e6ecc100c6ef362f22f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>For those affected by the heatwave, remember to limit your time outdoors, stay hydrated, and ensure you have easy access to A/C or cooling centers.</p><p>The tropics should remain quiet for at least the first few weeks 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/7ZA67Y36W5CRBAYG5YTOWXYRH4.png?auth=141b6d828494348f751068e3103edf78cdfbdb51f9ae9e5ff3e1bacc130fef63&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Por qué los huracanes que tocan tierra en Estados Unidos son un fenómeno poco común el 4 de Julio]]></title><link>https://www.local10.com/espanol/2026/07/02/por-que-los-huracanes-que-tocan-tierra-en-estados-unidos-son-un-fenomeno-poco-comun-el-4-de-julio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/por-que-los-huracanes-que-tocan-tierra-en-estados-unidos-son-un-fenomeno-poco-comun-el-4-de-julio/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[La temporada de huracanes no hace excepciones por los días festivos, pero el 4 de Julio es una de esas raras excepciones en las que, la mayoría de los años, las costas permanecen libres de ciclones.]]></description><pubDate>Thu, 02 Jul 2026 15:02:12 +0000</pubDate><content:encoded><![CDATA[<p>La temporada de huracanes no nos garantiza ningún día festivo, pero el 4 de julio es una de esas raras excepciones en las que, la mayoría de los años, la costa está despejada.</p><p>En los registros que se remontan a la época anterior a la Guerra Civil, solo hemos documentado dos tormentas tropicales y un huracán que tocaron tierra el 4 de julio en Estados Unidos. Dos de esas tormentas ocurrieron hace más de un siglo.</p><p>El único huracán que azotó el Día de la Independencia del que se tiene constancia fue el huracán Arthur en 2014, que pasó rápidamente por los Outer Banks de Carolina del Norte como huracán de categoría 2 durante las primeras horas de la madrugada del 4 de julio. Aunque técnicamente Arthur tocó tierra a las 23:15 hora local del 3 de julio, justo al oeste de Cape Lookout, el ojo del huracán todavía se encontraba sobre Pamlico Sound y azotaba la costa de Carolina del Norte después de la medianoche del 4 de julio.</p><p>Aun así, Arthur se alejaba a toda velocidad de Carolina del Norte al amanecer del 4 de julio de 2014, e incluso algunos rayos de sol llegaron a las arenas de las castigadas playas de Carolina del Norte más tarde esa misma mañana.</p><p><b>¿Por qué tan pocos impactos en tierra en Estados Unidos el día 4?</b></p><p>El Día de la Independencia cae al comienzo de la temporada de huracanes, cuando estos y las tormentas tropicales suelen ser menos frecuentes. Aproximadamente el 94 % de las tormentas con nombre, el 97 % de los huracanes y el 99,5 % de todos los huracanes importantes (categoría 3 o superior) se forman después del 4 de julio. Solo alrededor de una de cada ocho tormentas con nombre que azotan Estados Unidos ocurre antes del 5 de julio.</p><p>Pero el 4 de julio tiene algo más a su favor. Como hemos comentado extensamente en este boletín a lo largo de los años, las tormentas comienzan a formarse más lejos de Estados Unidos en julio, lo que significa que tenemos menos sistemas “locales” o “de origen local”.</p><p>Debido a esto, en realidad vemos una disminución en el número de tormentas en Estados Unidos durante julio, siendo julio el segundo mes con menor número de tormentas con nombre que tocan tierra en Estados Unidos durante la temporada de huracanes de 6 meses, solo superado por noviembre.</p><figure><img src="https://www.local10.com/resizer/v2/QLEDZGLZFBAQRNAGWPS33R3QSU.png?auth=35321940f09aaa47302ac327310ed194cbaf051d24a832ee81d0183c2d909a0c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Si bien nunca podemos garantizar unas vacaciones sin huracanes entre junio y noviembre, el 4 de julio es probablemente lo más parecido que tendrás antes del Día de Acción de Gracias.</p><p><b>Todo sobre el calor extremo de este 4 de julio.</b></p><p>Incluso en los años en que no hay tormentas el 4 de julio, podemos observar problemas derivados de los trópicos, como la atmósfera cargada de precipitaciones tropicales que contribuyó a las terribles inundaciones del centro de Texas el año pasado y que causaron la muerte de casi 140 personas.</p><p>Este Día de la Independencia, sin embargo, la mayor amenaza meteorológica no serán las inundaciones, sino el calor extremo. Una peligrosa ola de calor que azota el centro y el este de Estados Unidos provocará graves problemas de salud a quienes se encuentren bajo esta intensa ola de calor en los próximos días.</p><figure><img src="https://www.local10.com/resizer/v2/Q6SLLBYOYNGFVGFRM7JD3X6COY.png?auth=ecf07f51f14b8a86c385c8a761560538839c60437c7a7fec506792fe5458a035&smart=true&width=1200&height=900" alt="Forecast daily high temperatures from the National Weather Service for July 4, 2026. Temperatures circled indicate a record daily high for the reporting station. Dozens of stations from the mid-Atlantic to the northeast U.S. could set heat records on Saturday. Credit: Weathermodels.com" height="900" width="1200"/><figcaption>Forecast daily high temperatures from the National Weather Service for July 4, 2026. Temperatures circled indicate a record daily high for the reporting station. Dozens of stations from the mid-Atlantic to the northeast U.S. could set heat records on Saturday. Credit: Weathermodels.com</figcaption></figure><p>El Servicio Meteorológico Nacional ha advertido de un riesgo extremo de calor en una amplia zona del este de Estados Unidos durante el fin de semana festivo, con docenas de récords de temperatura diarios amenazados, ya que la sensación térmica alcanzará los 115 grados en partes del Atlántico medio y el noreste.</p><figure><img src="https://www.local10.com/resizer/v2/DPU5KIVPQBEWHOHDNK3I2JCXI4.png?auth=6b4fa0084a4967dff348a403913cd803dd588047b83a7e6ecc100c6ef362f22f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Para quienes se vean afectados por la ola de calor, recuerden limitar el tiempo que pasan al aire libre, mantenerse hidratados y asegurarse de tener fácil acceso a aire acondicionado o centros de refrigeración.</p><p>Se prevé que la actividad tropical se mantenga tranquila al menos durante las primeras semanas de julio.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7ZA67Y36W5CRBAYG5YTOWXYRH4.png?auth=141b6d828494348f751068e3103edf78cdfbdb51f9ae9e5ff3e1bacc130fef63&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[MDSO: Argument over ‘being too loud’ preceded IHOP shooting that left 2 wounded, 2 arrested]]></title><link>https://www.local10.com/news/local/2026/07/02/mdso-argument-over-being-too-loud-preceded-ihop-shooting-that-left-2-wounded-2-arrested/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/mdso-argument-over-being-too-loud-preceded-ihop-shooting-that-left-2-wounded-2-arrested/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Cutler Bay man and woman were arrested Wednesday in connection with a shooting outside of an IHOP that deputies say left two men wounded more than two months ago.]]></description><pubDate>Thu, 02 Jul 2026 14:41:29 +0000</pubDate><content:encoded><![CDATA[<p>A Cutler Bay man and woman were arrested Wednesday in connection with a shooting outside of an IHOP that deputies say left two men wounded more than two months ago.</p><p><a href="https://www.local10.com/espanol/2026/07/02/mdso-discusion-por-hacer-demasiado-ruido-precedio-a-balacera-en-ihop-que-dejo-dos-personas-heridas-y-dos-arrestados/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/mdso-discusion-por-hacer-demasiado-ruido-precedio-a-balacera-en-ihop-que-dejo-dos-personas-heridas-y-dos-arrestados/">Leer en español</a></p><p>The suspects were identified in an arrest report from the Miami-Dade Sheriff’s Office as 27-year-old Kelton Abston and 42-year-old Mari Carmen Zelaya.</p><p>According to the report, the incident happened just before 4 a.m. on May 31 at the IHOP at 18860 S. Dixie Highway.</p><p>Deputies said Abston and Zelaya became involved in an argument with two men inside the restaurant over the victims “being too loud.”</p><p>According to the report, Abston then walked outside and, while leaving the restaurant, told the victims he was “going to kill them.”</p><p>The report states Abston pulled a gun from his vehicle while outside as Zelaya “began to wave and dare the victims to go outside.” </p><p>Deputies said Abston then began banging the front window of the IHOP with the gun. </p><p>As the victims remained inside, the pair returned to the restaurant, where an argument continued between one of the victims and Zelaya, according to deputies.</p><p>The report states one of the victims pushed Zelaya during the argument, prompting Abston to punch that victim in the face.</p><p>Deputies said during the ensuing fight, Abston pulled out a gun while falling into a booth and fired several rounds, striking both victims in the chest.</p><p>According to the report, Abston and Zelaya then ran outside, with Zelaya getting into the driver’s seat and Abston in the passenger seat before they fled the scene.</p><p>Deputies said that after several weeks of reviewing surveillance video, they located Zelaya Wednesday at a Burger King at 11400 SW 186th St., where she was taken into custody.</p><p>They said Abston arrived at the restaurant in a different vehicle while deputies were making the arrest and was also taken into custody.</p><p>According to the report, Abston was read his Miranda rights and made a statement that was redacted from the publicly released report before refusing to speak further.</p><p>Jail records show Abston faces two counts of attempted felony murder with a firearm causing injury and one count of battery, while Zelaya faces one count of accessory after the fact.</p><p>As of Thursday, both suspects were being held at the Turner Guilford Knight Correctional Center, where their bonds were listed as “to be set.” </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZLJ2HR6YWNFZNHGFZWZPIGCY3U.jpg?auth=7ae7510a0d0c58e3c64fb258d8c3274dca535c9f6c30d9bfb850f91281716fac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[MDSO: Discusión por “hacer demasiado ruido” precedió a balacera en IHOP que dejó dos personas heridas y dos arrestados]]></title><link>https://www.local10.com/espanol/2026/07/02/mdso-discusion-por-hacer-demasiado-ruido-precedio-a-balacera-en-ihop-que-dejo-dos-personas-heridas-y-dos-arrestados/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/mdso-discusion-por-hacer-demasiado-ruido-precedio-a-balacera-en-ihop-que-dejo-dos-personas-heridas-y-dos-arrestados/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre y una mujer de Cutler Bay fueron arrestados el miércoles en relación con una balacera frente a un IHOP que, según los agentes, dejó a dos hombres heridos hace más de dos meses.]]></description><pubDate>Thu, 02 Jul 2026 14:55:40 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre y una mujer de Cutler Bay fueron arrestados el miércoles en relación con una balacera frente a un IHOP que, según los agentes, dejó a dos hombres heridos hace más de dos meses.</p><p>Los sospechosos fueron identificados en un informe de arresto de la Oficina del Sheriff de Miami-Dade (MDSO) como Kelton Abston, de 27 años, y Mari Carmen Zelaya, de 42.</p><p>Según el informe, el incidente ocurrió poco antes de las 4 a.m. del 31 de mayo en el IHOP ubicado en el 18860 de S. Dixie Highway.</p><p>Los agentes indicaron que Abston y Zelaya se involucraron en una discusión con dos hombres dentro del restaurante porque las víctimas “estaban haciendo demasiado ruido”.</p><p>Según el informe, Abston salió del restaurante y, mientras se retiraba, les dijo a las víctimas que “iba a matarlas”.</p><p>El informe indica que Abston sacó un arma de su vehículo mientras estaba afuera, al mismo tiempo que Zelaya “comenzó a hacer señas y a desafiar a las víctimas para que salieran”.</p><p>Los agentes dijeron que Abston comenzó a golpear con el arma la ventana frontal del IHOP.</p><p>Mientras las víctimas permanecían dentro, la pareja regresó al restaurante, donde continuó una discusión entre una de las víctimas y Zelaya, según los agentes.</p><p>El informe señala que una de las víctimas empujó a Zelaya durante la discusión, lo que provocó que Abston golpeara a esa víctima en el rostro.</p><p>Los agentes indicaron que, durante la pelea que siguió, Abston sacó un arma mientras caía sobre un asiento del restaurante y disparó varias veces, hiriendo a ambas víctimas en el pecho.</p><p>Según el informe, Abston y Zelaya salieron corriendo del restaurante. Zelaya se sentó al volante y Abston en el asiento del pasajero antes de huir del lugar.</p><p>Los agentes dijeron que, tras varias semanas revisando videos de vigilancia, localizaron a Zelaya el miércoles en un Burger King ubicado en el 11400 de SW 186th St., donde fue arrestada.</p><p>Indicaron que Abston llegó al restaurante en otro vehículo mientras los agentes realizaban el arresto y también fue detenido.</p><p>Según el informe, a Abston le leyeron sus derechos Miranda e hizo una declaración que fue censurada en la versión pública del informe antes de negarse a seguir hablando.</p><p>Los registros de la cárcel muestran que Abston enfrenta dos cargos de intento de asesinato durante la comisión de un delito grave con un arma de fuego que causó lesiones y un cargo de agresión, mientras que Zelaya enfrenta un cargo de encubrimiento después del hecho.</p><p>Hasta el jueves, ambos sospechosos permanecían detenidos en el Centro Correccional Turner Guilford Knight, donde sus fianzas figuraban como “pendientes de ser fijadas”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZLJ2HR6YWNFZNHGFZWZPIGCY3U.jpg?auth=7ae7510a0d0c58e3c64fb258d8c3274dca535c9f6c30d9bfb850f91281716fac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Couple climbs Empire State Building in NYC; man appears to propose after installing flag at top ]]></title><link>https://www.local10.com/news/national/2026/07/01/couple-climbs-empire-state-building-in-nyc-man-appears-to-propose-after-installing-flag-at-top/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/01/couple-climbs-empire-state-building-in-nyc-man-appears-to-propose-after-installing-flag-at-top/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A couple climbed to the top of the iconic Empire State Building in New York City Wednesday, flying a banner at the top of the skyscraper. ]]></description><pubDate>Wed, 01 Jul 2026 17:12:39 +0000</pubDate><content:encoded><![CDATA[<p>A couple climbed to the top of the iconic Empire State Building in New York City Wednesday, flying a banner at the top of the skyscraper. </p><p><a href="https://www.local10.com/espanol/2026/07/01/pareja-escala-el-empire-state-building-en-nueva-york-hombre-aparentemente-le-propone-matrimonio-tras-colocar-una-bandera-en-la-cima/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/pareja-escala-el-empire-state-building-en-nueva-york-hombre-aparentemente-le-propone-matrimonio-tras-colocar-una-bandera-en-la-cima/">Leer en español</a></p><p>The banner read, “When the power of love beats the love of power the world knows peace.”</p><p>The incident happened around noon Wednesday and local news outlets reported that the observation deck was later cleared.</p><p>According to various news outlets, the two began descending from the top of the building at about 12:35 p.m., and at one point, the man appeared to propose to the woman, who then removed her mask and kissed him.</p><p>The couple has since been identified as <a href="https://www.instagram.com/p/DaQhEGbjbHT/?hl=en&amp;img_index=2" target="_self" rel="" title="https://www.instagram.com/p/DaQhEGbjbHT/?hl=en&amp;img_index=2">Angela Nikolau</a> and <a href="https://www.instagram.com/beerkus/?hl=en" target="_self" rel="" title="https://www.instagram.com/beerkus/?hl=en">Ivan Beerkus</a> who star in Netflix’s “Skywalkers A love Story” and have performed similar stunts.</p><p>Both were arrested after they descended the skyscraper. </p><p>At 1,454 feet tall, the Empire State Building is the eighth tallest building in New York City. The tallest building is One World Trade Center, which stands at 1,776 feet tall.</p>]]></content:encoded></item><item><title><![CDATA[Man accused of grabbing teen, hitting her buttocks as she walked to Miami school]]></title><link>https://www.local10.com/news/local/2026/07/02/man-accused-of-grabbing-teen-hitting-her-buttocks-as-she-walked-to-miami-school/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/man-accused-of-grabbing-teen-hitting-her-buttocks-as-she-walked-to-miami-school/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 22-year-old man was arrested Wednesday, two days after he allegedly grabbed a 16-year-old girl and hit her buttocks as she was walking to school in Miami, authorities said.]]></description><pubDate>Thu, 02 Jul 2026 14:12:21 +0000</pubDate><content:encoded><![CDATA[<p>A 22-year-old man was arrested Wednesday, two days after he allegedly grabbed a 16-year-old girl and hit her buttocks as she was walking to school in Miami, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/02/acusan-a-hombre-de-sujetar-a-adolescente-y-golpearle-los-gluteos-mientras-caminaba-hacia-una-escuela-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/acusan-a-hombre-de-sujetar-a-adolescente-y-golpearle-los-gluteos-mientras-caminaba-hacia-una-escuela-de-miami/">Leer en español</a></p><p>According to an arrest report from the City of Miami Police Department, the incident occurred shortly after 11 a.m. Monday in the 2300 block of West Flagler Street.</p><p>Police said the victim claimed that as she was walking through the parking lot of a Burger King, on her way to school, the suspect, later identified by police as Keldon Figueroa, hit her on her buttocks, grabbed her by the wrist and asked her a few times, “Do you want to f***?”</p><p>The victim told police that the man was holding a key between his fingers and she feared that he would use it as a weapon.</p><p>According to the report, the victim said she “had to act clueless,” and the man eventually let her go and fled in the opposite direction.</p><p>Figueroa and the victim do not know each other, authorities confirmed.</p><p>Police said surveillance footage from the Burger King captured part of the incident.</p><p>According to the report, Figueroa was located the next day at work and was arrested.</p><p>Police said he was on probation in connection with a separate case and his GPS monitor placed him at the scene of Monday’s crime. </p><p>He now faces charges of attempted kidnapping and battery.</p><p>As of Thursday morning, Figueroa was being held at the Turner Guilford Knight Correctional Center. He was expected to appear in bond court sometime Thursday. </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/HBJHEJNPCJA2HDBP5U7XFGZELI.jpg?auth=9e12b7e4dfa51926c20d50e2218ca075127aed502cb4bc649ad59273ddbc7fd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre de sujetar a adolescente y golpearle los glúteos mientras caminaba hacia una escuela de Miami]]></title><link>https://www.local10.com/espanol/2026/07/02/acusan-a-hombre-de-sujetar-a-adolescente-y-golpearle-los-gluteos-mientras-caminaba-hacia-una-escuela-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/acusan-a-hombre-de-sujetar-a-adolescente-y-golpearle-los-gluteos-mientras-caminaba-hacia-una-escuela-de-miami/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre de 22 años fue arrestado el miércoles, dos días después de que presuntamente sujetó a una adolescente de 16 años y le golpeó los glúteos mientras caminaba hacia una escuela de Miami, informaron las autoridades.]]></description><pubDate>Thu, 02 Jul 2026 14:27:57 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 22 años fue arrestado el miércoles, dos días después de que presuntamente sujetó a una adolescente de 16 años y le golpeó los glúteos mientras caminaba hacia una escuela de Miami, informaron las autoridades.</p><p>Según un informe de arresto del Departamento de Policía de la Ciudad de Miami, el incidente ocurrió poco después de las 11 a.m. del lunes en la cuadra 2300 de West Flagler Street.</p><p>La Policía informó que la víctima aseguró que, mientras caminaba por el estacionamiento de un Burger King rumbo a la escuela, el sospechoso, identificado posteriormente como Keldon Figueroa, le golpeó los glúteos, la sujetó por la muñeca y le preguntó varias veces: “¿Quieres coger?”</p><p>La víctima dijo a la Policía que el hombre sostenía una llave entre los dedos y que temía que la usara como arma.</p><p>Según el informe, la víctima dijo que “tuvo que hacerse la desentendida”, y que el hombre finalmente la soltó y huyó en dirección contraria.</p><p>Las autoridades confirmaron que Figueroa y la víctima no se conocían.</p><p>La Policía informó que las cámaras de vigilancia del Burger King captaron parte del incidente.</p><p>Según el informe, Figueroa fue localizado al día siguiente en su lugar de trabajo y fue arrestado.</p><p>La Policía indicó que estaba bajo libertad condicional por un caso separado y que el monitor GPS que llevaba lo ubicó en la escena del crimen ocurrido el lunes.</p><p>Ahora enfrenta cargos de intento de secuestro y agresión.</p><p>Hasta la mañana del jueves, Figueroa permanecía detenido en el Centro Correccional Turner Guilford Knight. Se esperaba que compareciera ante un juez para la audiencia de fianza en algún momento del jueves.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HBJHEJNPCJA2HDBP5U7XFGZELI.jpg?auth=9e12b7e4dfa51926c20d50e2218ca075127aed502cb4bc649ad59273ddbc7fd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Checking in on the health of the Atlantic]]></title><link>https://www.local10.com/weather/hurricane/2026/07/01/checking-in-on-the-health-of-the-atlantic/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/01/checking-in-on-the-health-of-the-atlantic/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Typically by July we begin to get a better sense of the overall health of the Atlantic basin and how it’ll affect the peak months of the season in August, September, and October. This July the skies and seas of the Atlantic look beaten, bruised, and battered, which bodes well for curtailing overall hurricane activity in the months ahead.]]></description><pubDate>Wed, 01 Jul 2026 14:40:12 +0000</pubDate><content:encoded><![CDATA[<p>Typically by July we begin to get a better sense of the overall health of the Atlantic basin and how it’ll affect the peak months of the season in August, September and October. This July, the skies and seas of the Atlantic look beaten, bruised and battered, which bodes well for curtailing overall hurricane activity in the months ahead.</p><p><a href="https://www.local10.com/espanol/2026/07/01/revisan-la-salud-del-oceano-atlantico/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/revisan-la-salud-del-oceano-atlantico/">Leer en español</a></p><figure><img src="https://www.local10.com/resizer/v2/HKMDC4PPNZGNRILPYANGYNHDVI.PNG?auth=8119da2e7d89a19ed4807c4bcc3213c6cd35e769fe178153ea8cbeedf9374f9e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>First off, the Main Development Region of the tropical Atlantic – where most our strongest hurricanes form during the season – just recorded its coolest June in 5 years.</p><figure><img src="https://www.local10.com/resizer/v2/UZV45SOJVJGZJCPRVQXN2QQXE4.png?auth=209be7c845907b0bbd8ffe7fd2b8eac68705f31b869858b721cfeb9d3ec8380e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The warmth of the eastern part of the Main Development Region – the band of waters between Africa and the Caribbean – is one of our most reliable predictors for seasonal hurricane activity. The cooler the waters, the lower tropical activity we should expect.</p><p>While waters here are still slightly above the 30-year average, the trend is down, and the easterly trade winds – prevailing winds that blow from Africa toward the Caribbean throughout the year – that help to regulate the Atlantic’s temperature are forecast to be much stronger than average through at least mid-July. The stronger east-to-west flowing winds mix up the Atlantic and cool it, so I don’t see the Atlantic rebounding to a warmer place as August approaches.</p><p>The other bellwether we look to in July for what the cards might hold for August and September is the amount of wind shear through the Caribbean Sea. While wind shear – the change in wind strength and direction with altitude – doesn’t tell us much in June, come July it tends to be one of our best predictors for future hurricane activity.</p><figure><img src="https://www.local10.com/resizer/v2/ZVBGTDORLFASBGXRNLMCKLHMIE.png?auth=7432bfc889c5de24e07f4857bca80e0ab2eae2fa0671f75f8b28a7c4d9b854c1&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>For June, shear was running well above average, but more importantly, the trend for above-average wind shear across the Caribbean is headed even higher for July courtesy of an increasingly strong El Nino in the eastern Pacific.</p><figure><img src="https://www.local10.com/resizer/v2/ILPNVLXVRFCORBGI4ITWPPRBME.png?auth=dea3ddf18baac45d18ee1e4e99c39fcd68e848140cf9a533ba513cf842e7ec1c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Higher wind shear suggests would-be storms will have a tougher time organizing, and it’s the Caribbean and western Atlantic that are most affected during El Niño years like this one.</p><p>Lastly, we look to global upper-air patterns to assess the health of the Atlantic basin. One of the telltale signs of a healthy Atlantic are global circulation patterns supporting rising air over the North Indian Ocean and sinking air over the eastern and central Pacific. This year, we have the exact opposite pattern, with impressive subsidence, or sinking air, centered squarely over the North Indian Ocean, and reams of rising air over the Pacific, indicating things just aren’t right in the Atlantic.</p><figure><img src="https://www.local10.com/resizer/v2/54ECZKOT7FA4PD6ZC62EJBLKUI.png?auth=ed4bdbcf7d70fbefcbfc353f9720d2070e7695071dab98f95180d8814d38bf84&smart=true&width=1200&height=900" alt="Forecast through middle July from the European model ensemble system showing regions of rising and sinking air (as inferred from 200 mb velocity potential anomalies). The forecast shows abnormally strong sinking air over the North Indian Ocean and rising air over the central and eastern Pacific, a pattern that is very unfavorable for Atlantic hurricane activity. Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>Forecast through middle July from the European model ensemble system showing regions of rising and sinking air (as inferred from 200 mb velocity potential anomalies). The forecast shows abnormally strong sinking air over the North Indian Ocean and rising air over the central and eastern Pacific, a pattern that is very unfavorable for Atlantic hurricane activity. Credit: TropicalTidbits.com.</figcaption></figure><p>The upshot is the tropical Atlantic isn’t looking ripe for a big storm season. That of course doesn’t mean we can’t (and won’t) see strong hurricanes this year, but they’ll be fewer and have a much tougher time than in any year since at least 2015. We’ll be looking more to the subtropics – the region to the north of the traditional tropical belt that runs from Africa through the Caribbean – for activity this season than in seasons of the recent past. We’ll also not want to sleep on the Gulf, which is running well above average, for tropical seedlings that might slip through the shear-laced cracks this fall.</p><p>But for now, the Atlantic is fast asleep. The low pressure area we’ve been tracking off the Carolina coast is nothing but an innocuous low-level cloud swirl absent any thunderstorms, and development isn’t expected anywhere across the Atlantic basin for at least the first few weeks 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></item><item><title><![CDATA[Albanian police use tear gas and pepper spray as Tirana protest turns violent]]></title><link>https://www.local10.com/news/world/2026/07/02/albanian-police-use-tear-gas-and-pepper-spray-as-tirana-protest-turns-violent/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/albanian-police-use-tear-gas-and-pepper-spray-as-tirana-protest-turns-violent/</guid><dc:creator><![CDATA[By HAMERALDI AGOLLI and ZANA CIMILI, Associated Press]]></dc:creator><description><![CDATA[TIRANA, Albania (AP) — Albanian police clashed with protesters Thursday as an anti-government demonstration — part of protests triggered by plans for a luxury development linked to U.S. President Donald Trump’s son-in-law, Jared Kushner — turned violent.]]></description><pubDate>Thu, 02 Jul 2026 14:39:04 +0000</pubDate><content:encoded><![CDATA[<p>TIRANA, Albania (AP) — Albanian police clashed with protesters Thursday as an anti-government demonstration — part of protests triggered by plans for a luxury development linked to U.S. President Donald Trump’s son-in-law, Jared Kushner — turned violent.</p><p>Police fired tear gas and pepper spray at protesters who were pelting them with rocks, eggs and other objects. Authorities said 12 police officers were injured and 18 protesters were detained.</p><p>The gathering was part of daily protests, dubbed the “ flamingo revolution,” that began more than a month ago in opposition to plans for a luxury coastal development project linked to Kushner.</p><p>While the protests stemmed from environmental issues related to the development project, they have morphed into more general political demonstrations voicing opposition against the government and Socialist Prime Minister Edi Rama</p><p>Thousands of protesters have taken to the streets in recent weeks, blowing whistles and holding cardboard cut-outs of flamingos — one of the protected migratory bird species whose habitats could be threatened by the proposed resort on the Adriatic coast.</p><p>The government says the development at Narta Lagoon would be transformational for the former communist nation as it seeks to enter the high-end tourism market and pushes for European Union membership. But the venture, spanning an abandoned island and a nearby stretch of seafront, has drawn opposition from environmental campaigners and critics of Rama’s government.</p><p>On Thursday, several hundred protesters gathered outside the Albanian parliament in Tirana, demanding the prime minister's resignation and chanting “Rama has to go to jail.”</p><p>Some hurled rocks, eggs and plastic bottles at police, and used part of a metal barrier to smash the windows of a police car. Police used tear gas, pepper spray and a water cannon to disperse the crowd.</p><p>“The protesters want their voice to be heard inside (the parliament), as the prime minister for so many days has not heard them and has ignored them,” said protester Agustela Thoma. “But enough is enough.”</p><p>Interior Minister Besfort Lamallari condemned “the acts of vandalism and criminal violence" against the police.</p><p>“Police officers are public servants, citizens of the Republic, and family members just like everyone else. They serve the law, public order, and the safety of every citizen, without distinction. An attack against them is an attack against the state,” the minister added.</p><p>___</p><p>Cimili reported from Pristina, Kosovo</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AM4U3CB65DP445CYJG7SMB627E.jpg?auth=517bbb7a38f28fdbf8fde5a8a6062599e2c6b2e95d1043938e216e00f4ccac8a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A riot police officer uses pepper spray against a protester during clashes at an anti-government rally in Tirana, Albania, Thursday, July 2, 2026. (AP Photo/Hameraldi Agolli)]]></media:description><media:credit role="author" scheme="urn:ebu">Hameraldi Agolli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MUZ3JGFET4IOA7N3ZFQ4JE4OTM.jpg?auth=b24bfcf026f0561e2342992038231e9cd2cdad74e695f65d0ced8acfde75fdd9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protesters try to remove a barricade as police hold it during clashes at an anti-government rally in Tirana, Albania, Thursday, July 2, 2026. (AP Photo/Hameraldi Agolli)]]></media:description><media:credit role="author" scheme="urn:ebu">Hameraldi Agolli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OXXF24SZDWYRSXEZTOBKPQMJMI.jpg?auth=e9fa94ca9a41565248f0846ce37f24591e8cd964f552ec3593dfe9e0c6ece38e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police detain a protester during clashes at an anti-government rally in Tirana, Albania, Thursday, July 2, 2026. (AP Photo/Hameraldi Agolli)]]></media:description><media:credit role="author" scheme="urn:ebu">Hameraldi Agolli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6GBBZ66OU5BDDCFANM5GE37HMM.jpg?auth=0919af40a8c8c9204ef28c34721be5a61d6cfd650da0f0338db616e2846490ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police use a water cannon during clashes at an anti-government rally in Tirana, Albania, Thursday, July 2, 2026. (AP Photo/Hameraldi Agolli)]]></media:description><media:credit role="author" scheme="urn:ebu">Hameraldi Agolli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5XPN5LEJ3JKPWJHLZ2QL3JUJQM.jpg?auth=6a5c6c97630b11f0894a2464885a69c4ac8935a50277a306fdb0d30fdb580bab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A protester uses a flag to wipe flour from a police officer's face during clashes at an anti-government rally in Tirana, Albania, Thursday, July 2, 2026. (AP Photo/Hameraldi Agolli)]]></media:description><media:credit role="author" scheme="urn:ebu">Hameraldi Agolli</media:credit></media:content></item><item><title><![CDATA[Petro trata con León XIV la situación sociopolítica de Colombia en la recta final de su gobierno]]></title><link>https://www.local10.com/espanol/2026/07/02/petro-trata-con-leon-xiv-la-situacion-sociopolitica-de-colombia-en-la-recta-final-de-su-gobierno/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/petro-trata-con-leon-xiv-la-situacion-sociopolitica-de-colombia-en-la-recta-final-de-su-gobierno/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El papa León XIV y el secretario de Estado del Vaticano recibieron el jueves en audiencia privada al presidente de Colombia, Gustavo Petro, con quien dialogaron sobre la situación sociopolítica de Colombia y de la región, justo en el último tramo de su gobierno y cuando lo sucederá el opositor Abelardo de la Espriella.]]></description><pubDate>Thu, 02 Jul 2026 14:26:24 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El papa León XIV y el secretario de Estado del Vaticano recibieron el jueves en audiencia privada al presidente de Colombia, Gustavo Petro, con quien dialogaron sobre la situación sociopolítica de Colombia y de la región, justo en el último tramo de su gobierno y cuando lo sucederá el opositor Abelardo de la Espriella.</p><p>La oficina de prensa de la Santa Sede indicó que durante las conversaciones se prestó "especial atención a las repercusiones de los conflictos, a la delincuencia organizada internacional y al cambio climático”.</p><p>Además, fue expresada la “satisfacción por las buenas relaciones entre Colombia y la Santa Sede”, especialmente en favor de la “promoción de la paz, la reconciliación y la unidad nacional”.</p><p>Tras encontrarse con el papa León XIV, Petro se reunió con el cardenal Pietro Parolin, secretario de Estado, acompañado de monseñor Daniel Pacho, subsecretario para el sector multilateral de la Sección para las Relaciones con los Estados y Organismos Internacionales.</p><p>El progresista Petro acudió a la audiencia cuando le resta poco más de un mes para dejar el poder. El 7 de agosto asumirá como presidente De la Espriella, abogado y empresario apoyado por el presidente estadounidense Donald Trump, quien promete dar un giro conservador en Colombia.</p><p>Petro aseguró en la red social X que solicitó al papa “ayudarnos a proteger a las comunidades campesinas beneficiarias de la reforma agraria".</p><p>En su gobierno Petro avanzó en la entrega de tierras para los campesinos que sufrieron el despojo en años pasados como víctimas del conflicto armado colombiano. En adelante, dijo Petro, las tierras estarían en peligro porque “algunos de los allegados” de las “mafias” que quieren volver a tomar poder de las tierras buscan “dirigir de nuevo el Ministerio de Agricultura” en el próximo gobierno.</p><p>A su llegada a Italia el lunes Petro dijo que vería al papa para “dialogar del peligro de ocultar la verdad”, sin dar detalles sobre esa afirmación en X, donde también reprochó que “ningún funcionario del gobierno italiano” lo recibió en el aeropuerto.</p><p>La primera ministra italiana Giorgia Meloni felicitó en X a De la Espriella por su triunfo en las urnas luego de la segunda vuelta presidencial en Colombia y dijo estar lista para desarrollar las relaciones bilaterales y fortalecer la cooperación en la lucha contra el narcotráfico y las organizaciones criminales transnacionales.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SIFDXX2VB72LKAAUFHDZS5DNAI.jpg?auth=184a5410adfcb2fcccfbffa9e9515f9c207475cdc2188e2cf23ccf4da4113f7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Colombia, Gustavo Petro, es recibido por el arzobispo Petar Rajic, prefecto de la Prefectura de la Casa Pontificia, a su llegada al patio de San Dámaso para reunirse con el papa León XIV en el Vaticano, el jueves 2 de julio de 2026. (AP Foto/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[The Supreme Court tackled race, history and the law in fraught and reflective major rulings]]></title><link>https://www.local10.com/news/politics/2026/07/02/the-supreme-court-tackled-race-history-and-the-law-in-fraught-and-reflective-major-rulings/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/02/the-supreme-court-tackled-race-history-and-the-law-in-fraught-and-reflective-major-rulings/</guid><dc:creator><![CDATA[By MATT BROWN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court just wrapped up a term that yielded significant rulings in cases involving race and discrimination that could have lasting effects on U.S. politics and society.]]></description><pubDate>Thu, 02 Jul 2026 14:05:58 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court just wrapped up a term that yielded significant rulings in cases involving race and discrimination that could have lasting effects on U.S. politics and society.</p><p>Justices were at times bitterly divided — and critical of one another — in rulings that winnowed key provisions of a landmark voting rights law, allowed the government to revoke protections for some immigrants and even challenged the historic understanding of birthright citizenship for the children of immigrants.</p><p>The decisions come at a moment when long-standing debates over race and identity have turned toward immigration, increasing racial diversity and the fairness of policies meant to prevent and redress discrimination.</p><p>“This term, we saw a Supreme Court that is moving quickly to eradicate legal protections in ways that will leave vulnerable communities exposed to the harsh winds of discrimination and hatred that we continue to see across the country today,” Kristen Clarke, general counsel for the NAACP and the former head of the Justice Department’s civil rights division during the Biden administration, told The Associated Press.</p><p>Here is a breakdown of the latest decisions involving race and what they may mean going forward:</p><p>The temporary protected status case</p><p>The court allowed the government to end deportation protections for Haitians and Syrians in the U.S. who have fled violence and natural disaster. President Donald Trump's administration revoked the temporary protected status last year.</p><p>With the president's more than decadelong track record of denigrating developing nations and immigrants who come to the U.S. from Africa, Asia, Latin America and the Middle East, attorneys for some affected migrants contended that the government could not cancel the designations, in part because Trump's comments about immigrants were racist.</p><p>“The true reason for the termination is the president’s racial animus towards non-white immigrants and bare dislike of Haitians in particular,” Geoffrey Pipoly, an attorney for the Haitian nationals in the case, said during April oral arguments in the case, Mullin v. Doe. The attorneys noted that, during his second presidential campaign, Trump claimed immigrants “are poisoning the blood of our country" and suggested in another instance that migrants have “bad genes.”</p><p>Federal authorities denied prejudice played a role in the decision and argued that TPS was supposed to end but has lasted more than a decade in some cases.</p><p>In writing for the 6-3 conservative majority, Justice Samuel Alito said none of the cited statements was “overtly racial,” reasoning that any of Trump's actions could have been taken without racial animus and attributing his anti-immigrant comments to “political discourse."</p><p>That's not how the court's liberal minority saw the situation.</p><p>“The references — of filth, disease, and primitiveness — are shot through with racial stereotypes and tropes. It is hard to imagine the statements being made today of any White community,” Justice Elena Kagan wrote in her dissent.</p><p>The birthright citizenship case</p><p>In one of the highest-profile cases of the term, the court reaffirmed that the 14th Amendment to the U.S. Constitution means all people born in the U.S. are citizens.</p><p>On his first day in office last year, Trump signed an executive order seeking to restrict birthright citizenship to the children of U.S. citizens, a move that civil rights groups challenged as unconstitutional and racist.</p><p>In his majority opinion, Chief Justice John Roberts traced the arc of birthright citizenship — a principle that all people born on U.S. soil are citizens — from its origins in English common law to its codification in the 14th Amendment.</p><p>Roberts noted that race and citizenship had been fiercely debated in courts, speeches, Congress and battlefields because of Black Americans’ fight for freedom from slavery.</p><p>Freed Black Americans did not receive citizenship as a “reward,” Roberts wrote, but because “the Amendment recognized their rightful claim to birthright citizenship simply and solely by virtue of their having been born on American soil.”</p><p>The 6-3 ruling was a blow to the Trump administration, which has made restricting immigration its central goal.</p><p>“The clause does not extend citizenship to the children of temporary visa holders or illegal aliens,” U.S. Solicitor General John Sauer argued before the court in April.</p><p>Justice Clarence Thomas agreed and wrote in his dissent that African descendants of enslaved people in the U.S. are a unique case separate from the children of tourists or people in the country illegally.</p><p>“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,” Thomas wrote.</p><p>In a stark move, liberal Justices Ketanji Brown Jackson and Sonia Sotomayor directly criticized Thomas' claim in a joint opinion.</p><p>“The Reconstruction Amendments were an anticaste, antisubordination reset for the Nation, not a mere spot treatment for the dark stain of slavery,” they wrote.</p><p>The voting rights case</p><p>The Supreme Court handed down a decision in April that gutted a key provision of the Voting Rights Act meant to remedy efforts to disenfranchise minority voters. Among the methods the law permitted to stop voting discrimination in states was the creation of majority-minority congressional districts.</p><p>In the majority opinion, Alito found that because race and partisan voting behavior were so intertwined, it was unfair to conclude that a partisan gerrymander of a state's congressional districts could be racist, given there may be other reasons for the map's results.</p><p>Alito reasoned that “in a state where both parties have substantial support and where race is often correlated with party preference,” partisan actors can “easily exploit” laws meant to protect minority political participation for disingenuous reasons.</p><p>The liberal justices balked at the logic and criticized the conservative majority for harming minority representation in politics and culture. They believed that the law's provisions were still necessary to prevent discrimination by states and worried about the fallout from its removal.</p><p>“The consequences are likely to be far-reaching and grave," Kagan wrote in her dissent. “Today’s decision renders Section 2 all but a dead letter. In the states where that law continues to matter — the states still marked by residential segregation and racially polarized voting — minority voters can now be cracked out of the electoral process.”</p><p>The decision has had profound impact on the political landscape, with nearly a dozen Southern states immediately taking steps to redistrict and eliminate majority-Black districts.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S7UVUJAM6KREI7YJKQOEE3B3HY.jpg?auth=87152185a125a5737977affabdd23d82c1c570dca6ce6a64ea0e8c904bd4d063&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, 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/3UGGNJLHMEG4RY6AREFEWZVNFE.jpg?auth=b78e708751d7e0e70ddb33deb19f3a57b15eef6a5036b22ec229f15615d2a75b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Activists celebrate the Supreme Court's birthright citizenship ruling outside of the Supreme Court on Capitol Hill, Tuesday, June 30, 2026, 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[Soccer fans are into this year's World Cup, but the US still isn't a soccer nation, new poll finds]]></title><link>https://www.local10.com/entertainment/2026/07/02/soccer-fans-are-into-this-years-world-cup-but-the-us-still-isnt-a-soccer-nation-new-poll-finds/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/02/soccer-fans-are-into-this-years-world-cup-but-the-us-still-isnt-a-soccer-nation-new-poll-finds/</guid><dc:creator><![CDATA[By LINLEY SANDERS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — This World Cup has given U.S. soccer fans plenty to cheer about — even if a new survey shows most Americans are still on the sidelines.]]></description><pubDate>Thu, 02 Jul 2026 14:06:26 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — This World Cup has given U.S. soccer fans plenty to cheer about — even if a new survey shows most Americans are still on the sidelines.</p><p>New polling from Ipsos Sports, provided exclusively to The Associated Press, shows that the World Cup has excited soccer fans and piqued many Americans’ interest, even as the sport faces an uphill climb to reach mainstream popularity in the United States.</p><p>Despite that challenge, many U.S. adults were excited about the United States making it to the knockout round of the World Cup. Most soccer fans in the U.S. have been pleased by the U.S. men’s national team performance, and the overwhelming majority are excited for the rest of the World Cup.</p><p>The poll was conducted June 26-28, after the United States advanced from the group stage but before they won against Bosnia-Herzegovina in the first knockout round.</p><p>Soccer fans are excited by the USMNT's performance</p><p>About 6 in 10 soccer fans were “extremely” or “very” excited about the U.S. advancing to the knockout round, much higher than the 25% of Americans overall who said the same.</p><p>The United States has historically lost once they reached the knockout rounds. Before Wednesday, they had last won a knockout game in 2002.</p><p>Though this poll was conducted before the United States' victory against Bosnia-Herzegovina, fans were already giving the U.S. men’s team credit for having a strong showing in the group stage. Most soccer fans, 55%, said the U.S. team's performance was going “extremely well” or “very well.” One-quarter, roughly, believed it was going “somewhat well.”</p><p>Similarly, about half of soccer fans say the United States’ role in co-hosting the World Cup is going at least “very” well.</p><p>There's less enthusiasm for FIFA's role in managing the World Cup. Only about one-third of soccer fans in the U.S. say that's going “extremely” or “very” well. During the tournament, FIFA has faced criticism for enforcing mandated hydration breaks that some say ruin the momentum of games, as well as cooperating with travel restrictions and visa refusals against Iran.</p><p>The poll found Americans and soccer fans alike are about evenly split on whether they have a favorable or unfavorable opinion of FIFA. About 2 in 10 U.S. adults have a positive view of FIFA, while 25% have a negative one. Most Americans — 55% — don't have an opinion.</p><p>Will this be the moment Americans turn to soccer? Probably not</p><p>It’s not easy to get Americans to care about soccer, even with the World Cup in their backyard.</p><p>Only about 2 in 10 Americans consider themselves fans of international or U.S. soccer, far behind the share who root for professional football, basketball or baseball. And roughly one-third of U.S. adults say they have heard or read “a lot” about the World Cup, though most have heard at least “a little.”</p><p>Roughly 2 in 10 U.S. adults — 17% — say they are “extremely” or “very” excited about the rest of the World Cup. That’s up a smidge from Ipsos polling in May, but points to the challenge that comes with trying to turn America into a soccer nation.</p><p>Most Americans expect that the World Cup will increase other Americans’ interest in soccer, but relatively few say they have personally gotten more interested in the sport. About 6 in 10 U.S. adults think Americans in general will get more into soccer because of the World Cup, while 24% say they personally have.</p><p>Soccer fans are especially optimistic, though. About three-quarters of soccer fans in the U.S. expect this year’s World Cup will increase Americans’ general interest in soccer, compared to about half of non-soccer fans. And roughly half of soccer fans say the World Cup has increased their own interest in the sport, even if only 17% of non-fans say the same.</p><p>Many Americans will watch games or follow on social media</p><p>Outside of watching games, there are other ways for people to engage with the World Cup.</p><p>About 4 in 10 U.S. adults — including about half of soccer fans — say they have used social media to keep up with teams and players.</p><p>Roughly one-quarter of Americans have gone to a restaurant or bar to watch a game or plan to do so, and about 2 in 10 have gone to a World Cup watch party. About 2 in 10 U.S. adults — and 33% of soccer fans in the U.S. — say they have bought official merchandise like team jerseys, posters or scarves.</p><p>As sportsbooks note how World Cup betting has exceeded expectations amid the USMNT's success, about 1 in 10 Americans in the poll say they have placed an official bet on the games. About 5% say they have traded on game outcomes using a prediction market.</p><p>And with official and unofficial watch parties popping up in host cities across the United States, 8% say they have watched a game from a host city.</p><p>___</p><p>The Ipsos Sports poll of 1,027 adults was conducted June 26-28 using a sample drawn from the Ipsos probability-based KnowledgePanel. The margin of sampling error for adults overall is plus or minus 3.5 percentage points.</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/WCFSPBHW72WFTTICDPGIBH5WU4.jpg?auth=23f5811de438abe03e86940dfa7f7ba0b69a807bda0ae3dc8e9d03a7a94b5606&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People attend a watch party for a World Cup soccer match between the United States and Bosnia Wednesday, July 1, 2026, in Washington, at the FIFA Fan Zone on the National Mall. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5IGWO7JTVJ6HMXRDVBJTXFBOTM.jpg?auth=b16587e1d8d0fcb5682f22ac7b728df9eeac6be043d4e66a10c5d3ecc71e449b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans celebrate after a United States goal during a watch party for a World Cup soccer match against Bosnia at the KC Live! entertainment district Wednesday, July 1, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ROKAT5EFCENKSBMYB2FR2JBW4Y.jpg?auth=1694e5752b6e52c6dda8aab1a286eb92e9eee11d634c784b7545cc9ec3bc34c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States head coach Mauricio Pochettino, left, celebrates with supporters following the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2SMO44JZNKKRTQNAFGX4YB6CPE.jpg?auth=b39b0c5b4ca9f5470bfb5cbf25853d250b046b3a3167f059bacad50b622e7693&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Weston McKennie (8) and Christian Pulisic (10) celebrate winning the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Eakin Howard)]]></media:description><media:credit role="author" scheme="urn:ebu">Eakin Howard</media:credit></media:content></item><item><title><![CDATA[Goal of higher voter turnout remains elusive in California as changes have extended ballot counting]]></title><link>https://www.local10.com/news/politics/2026/07/02/goal-of-higher-voter-turnout-remains-elusive-in-california-as-changes-have-extended-ballot-counting/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/02/goal-of-higher-voter-turnout-remains-elusive-in-california-as-changes-have-extended-ballot-counting/</guid><dc:creator><![CDATA[By MICHAEL R. BLOOD, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — California is finally nearing the end of the ballot counting from its June 2 primary, a tediously slow process that is largely the result of multiple changes over the years intended to boost turnout by making voting easier and more accessible.]]></description><pubDate>Thu, 02 Jul 2026 14:02:20 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — California is finally nearing the end of the ballot counting from its June 2 primary, a tediously slow process that is largely the result of multiple changes over the years intended to boost turnout by making voting easier and more accessible.</p><p>State data and experts who study voting trends suggest those efforts have made no significant improvement in participation, even as California's drawn-out tabulating has put it in the crosshairs of President Donald Trump and made it a target of those who promote unfounded election conspiracy theories.</p><p>Turnout hit 40.8% in the June primary, according to preliminary figures from the secretary of state's office, with counties required to complete their counting by Thursday. While that was an increase over the previous two primary elections, it was below participation levels in several other primaries stretching back to 2000 and nowhere near participation in the 1970s, when primary turnout sometimes topped 70%.</p><p>Wide gaps also remain in participation by younger voters and voters of color, according to the Center for Inclusive Democracy, a nonpartisan research group. The state's most consistent voters remain older, white, more affluent homeowners.</p><p>The state appears to have seen only incremental progress from its voting changes over the past decade or more, said the center's director, Mindy Romero.</p><p>“We haven’t seen significant jumps in turnout,” she said. “We still have very significant disparity in turnout with race and ethnicity. The numbers don’t lie.”</p><p>Extensive changes have mostly led to longer vote counting</p><p>Over the years, heavily Democratic California has ushered in a series of changes aimed at driving up voter participation. Those changes have sometimes come with a price, lengthening the time it takes to count ballots.</p><p>Every voter receives a mail-in ballot that can arrive at an election office seven days late and still be counted, provided the envelope is postmarked by Election Day. Residents also can sign up to vote on Election Day if they missed the registration deadline or had not updated their voter registration information. Those ballots are counted once their registration is verified.</p><p>Each envelope containing a mail ballot must match the signature on file, and that takes time. If a signature does not match, election officials are required to give those voters a chance to come in and prove their identity so the ballot will count, further delaying a final tally.</p><p>In that sense, California’s unusually long vote tally is the result of its own doing. In a report released last month, the nonpartisan California Voter Foundation found that the percentage of California’s ballots counted within two days of Election Day has generally declined over time, from 81% in 2004 to 66% in 2024.</p><p>That period loosely tracked a steady expansion of mail voting in the state. In a special statewide election last year, nearly 9 of every 10 voters used a mail ballot.</p><p>Florida, Texas and other big states quickly wrap up vote counting. California is a national laggard, with the outcome in close races sometimes taking weeks to decide.</p><p>While election officials insist they are focused on accuracy, the extended tabulating period has opened the door for candidates who see their lead slip away to suggest something nefarious is at work. After the June primary, Trump seized on California’s reputation as the national slowpoke in vote counting to renew his long-standing criticism of the state's elections, while the Republican's Department of Justice launched an investigation into Los Angeles County's elections.</p><p>Even Democratic Gov. Gavin Newsom’s office has lamented the glacial pace of counting. The state’s newly enacted budget includes $29 million to help speed up the state’s long count.</p><p>“We wish the votes were counted faster, too,” Newsom's press office wrote on the social platform X last month.</p><p>Turnout hardly budged after California passed a major participation law</p><p>One of the most prominent changes came in 2016, with the passage of what was called the Voter’s Choice Act. It was intended to make voting more convenient and increase turnout, especially among younger voters of color.</p><p>The law set a path toward statewide vote-by-mail and, in some counties, replaced traditional neighborhood polling places with community voting centers and ballot drop boxes. The goal was to free voters from being tied to a single polling location or day.</p><p>It does not appear the law has had the intended impact.</p><p>Elections two decades apart give a stark illustration: Turnout for the 2024 presidential election in California was 71%, 5 percentage points lower than turnout for the 2004 presidential election. The 2022 midterms turnout was 51%, the same rate as the midterm election 20 years earlier.</p><p>A 2025 study by the nonpartisan Public Policy Institute of California concluded that “turnout did not consistently improve or worsen for any racial or ethnic group.”</p><p>“The effects of the (act) have generally fallen short of the reform’s original goal of a larger and more representative electorate,” the study said.</p><p>In separate 2025 research, the institute found that whites make up 36% of California’s adult population but comprise 50% of the state’s likely voters. Latinos make up 38% of the adult population but 29% of likely voters. Black residents make up 5% of adults and 4% of likely voters.</p><p>“You can’t definitely, clearly say the (act) had an overall, positive impact on turnout,” said Romero, the voting researcher, who added that more study was needed.</p><p>Legislative changes can go only so far to boost turnout</p><p>There appears to be an emerging consensus that more needs to be done to connect with and motivate infrequent voters, many of them people of color who are often overlooked by campaigns.</p><p>U.S. Sen. Alex Padilla, a Democrat who was the state’s chief elections officer when the Voter’s Choice Act was signed by Democratic Gov. Jerry Brown, said in a statement that while the state is a leader in voting access “candidates and political parties must do more to motivate voters to get out and vote.”</p><p>Kim Alexander, president of the California Voter Foundation, said part of California’s challenge is simply contending with the scale of voting. California has 23 million-plus registered voters, more than any other state. That number has increased steadily over two decades, even as turnout has not jumped significantly.</p><p>The state has at least made gains registering new voters — nearly 85% of eligible voters are registered, compared with 70% two decades ago. That also means more votes to count, another challenge to the timeliness of results. The state has about 7.5 million more voters than it did in 2006.</p><p>Alexander said a voter’s decision to turn in a ballot can turn on multiple considerations. Primary elections can be seen as optional, with the general election coming in the fall. Even California’s notoriously complex ballots with dozens of races overlapping with state and local ballot initiatives can be a turnoff, she said, overwhelming some would-be voters.</p><p>Despite all the state's changes, how people vote can be less important than what motivates them to vote.</p><p>“The public’s level of trust in government and institutions, who and what’s on the ballot and how well-financed their get-out-the-vote campaigns are, have a much greater impact on voter participation than the election model used,” said Bob Page, Orange County's registrar of voters.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MXJ3IIOEWYLRUH2GNPXHKJOFPE.jpg?auth=6b57918d7eff7e29707d67c8dd1748d0412a0abf632a6bebbbda962f4be12814&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker inspects a ballot at the L.A. County Ballot Processing Center during the California primary election on Tuesday, June 2, 2026, in City of Industry, Calif. (AP Photo/William Liang)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/54FYUOHCS76SZFC2H6ADEDFHFA.jpg?auth=6ba93c936b58854cced60f05916463f703d0e6f0b00559e8227d644def5d0127&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Voters cast their ballots at a voting center on the UCLA campus on Tuesday, June 2, 2026, in Los Angeles. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5UN66E4ADKZSCOI6UFNK4ENWKI.jpg?auth=a87cdf024143b3ea6c95a6bab2d8ad9ba34dc761ac7f71462bb5f2159570bc26&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker sorts ballots at the L.A. County Ballot Processing Center during the California primary election on Tuesday, June 2, 2026, in City of Industry, Calif. (AP Photo/William Liang)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QZVDENZM2DMN6BYH65VD7CGERI.jpg?auth=36d2e3c17e3a2dd694ce332739e2c277ae90bedad79adc094fadf7212a23d138&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A ballot is inspected at a ballot processing center during the California primary election on Tuesday, June 2, 2026, in Sacramento, Calif.. (AP Photo/Rich Pedroncelli)]]></media:description><media:credit role="author" scheme="urn:ebu">Rich Pedroncelli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U7GJPAHFU3VLEJSXHDNJOSLUKI.jpg?auth=7687355932c1e6ae3ab6742b50cc5ad9595d0a9820c2c4c9255a6df5440e6085&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California Republican gubernatorial candidate Steve Hilton holds a newspaper while speaking at a news conference at the San Mateo County elections office Friday, June 5, 2026, in San Mateo, Calif. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Grupo de preservación del Faro de Hillsboro lanza campaña de recaudación de fondos para proyecto de restauración de $2 millones USD]]></title><link>https://www.local10.com/espanol/2026/07/02/grupo-de-preservacion-del-faro-de-hillsboro-lanza-campana-de-recaudacion-de-fondos-para-proyecto-de-restauracion-de-2-millones-usd/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/grupo-de-preservacion-del-faro-de-hillsboro-lanza-campana-de-recaudacion-de-fondos-para-proyecto-de-restauracion-de-2-millones-usd/</guid><dc:creator><![CDATA[Jackie Pascale]]></dc:creator><description><![CDATA[El Faro de Hillsboro Inlet ha guiado a los navegantes a lo largo de la costa del condado Broward durante más de un siglo, pero quienes están a cargo de preservar este histórico monumento aseguran que ahora necesita reparaciones importantes para garantizar que permanezca en pie para las futuras generaciones.]]></description><pubDate>Thu, 02 Jul 2026 13:37:50 +0000</pubDate><content:encoded><![CDATA[<p>El Faro de Hillsboro Inlet ha guiado a los navegantes a lo largo de la costa del condado Broward durante más de un siglo, pero quienes están a cargo de preservar este histórico monumento aseguran que ahora necesita reparaciones importantes para garantizar que permanezca en pie para las futuras generaciones.</p><p>A diferencia de lo que muchas personas creen, el icónico faro no recibe fondos del gobierno federal ni de la Guardia Costera de Estados Unidos. En cambio, es mantenido por la <a href="https://www.hillsborolighthouse.org/" target="_blank" rel="noreferrer" title="https://www.hillsborolighthouse.org/">Sociedad para la Preservación del Faro de Hillsboro</a>, una organización sin fines de lucro que depende casi por completo de actividades de recaudación de fondos, membresías y recorridos públicos para cubrir los costos de mantenimiento y restauración.</p><p>“No recibimos ni un dólar de la Guardia Costera. No recibimos ni un dólar del gobierno”, dijo Ralph Krugler, historiador de la Sociedad para la Preservación del Faro de Hillsboro. “La mayor parte del dinero proviene de los eventos de recaudación de fondos y de los recorridos públicos que realizamos para generar ingresos. Por eso está tomando tanto tiempo”.</p><p>El faro comenzó a operar el 8 de marzo de 1907 y se ha convertido en uno de los monumentos más reconocibles del sur de Florida. Krugler, quien dirige muchos de los recorridos mensuales de la organización, afirma que los visitantes suelen quedar cautivados por las vistas panorámicas desde la cima de la estructura de 11 pisos.</p><p>Pero la subida también deja ver el desgaste que más de un siglo de exposición al aire salino ha causado en el faro.</p><p>El óxido ha deteriorado componentes originales de hierro y se pueden observar grietas y corrosión en varias partes de la estructura.</p><p>“Es por el aire salino”, dijo Krugler. “El ambiente es muy agresivo para el hierro”.</p><p>Actualmente, los trabajadores están retirando el material dañado, aplicando nuevos recubrimientos protectores y planean reemplazar las piezas de hierro deterioradas por acero inoxidable, que se espera resista mejor las duras condiciones costeras del sur de Florida durante las próximas décadas.</p><p>Se espera que el proyecto completo de restauración cueste hasta $2 millones USD.</p><p>Hasta ahora, la sociedad de preservación solo ha recaudado una fracción de lo necesario.</p><p>“Nos ha tomado unos 10 años reunir $400,000 USD”, dijo Krugler.</p><p>Para ayudar a acelerar la recaudación de fondos, la organización se ha asociado con la influencer local del mundo de la navegación Camilla Pavan, quien creó la campaña en redes sociales “<a href="https://www.facebook.com/watch/?v=2048352812742620" target="_blank" rel="noreferrer" title="https://www.facebook.com/watch/?v=2048352812742620">Save the Lighthouse</a>” y una página en <a href="https://www.gofundme.com/f/support-hillsboro-lighthouse-preservation?attribution_id=sl:4eebbad3-497b-4817-ad35-c00615d790a8&amp;lang=en_US&amp;ts=1779906733&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp17_tc-amp20_t1&amp;utm_medium=customer&amp;utm_source=copy_link" target="_blank" rel="noreferrer" title="https://www.gofundme.com/f/support-hillsboro-lighthouse-preservation?attribution_id=sl:4eebbad3-497b-4817-ad35-c00615d790a8&amp;lang=en_US&amp;ts=1779906733&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp17_tc-amp20_t1&amp;utm_medium=customer&amp;utm_source=copy_link">GoFundMe</a>.</p><p>Pavan dijo que pasa regularmente frente al faro mientras navega y creyó que las redes sociales podrían ayudar a atraer más atención al esfuerzo de preservación.</p><p>“Sabía que se volvería viral”, dijo.</p><p>También afirmó que la sociedad de preservación tenía muy poca presencia en redes sociales antes de que ella se involucrara.</p><p>“Honestamente, la Asociación del Faro estaba un poco desactualizada cuando se trataba de donaciones y redes sociales”, dijo Pavan. “Fue entonces cuando decidí intervenir e intentar ayudar”.</p><p>La campaña en internet ya ha recaudado miles de dólares, lo que da esperanza a los responsables de la preservación de que podrán generar el impulso suficiente para completar la restauración antes de que los daños empeoren.</p><p>“Estamos tratando de aumentar nuestra presencia y lograr que más personas se den cuenta de que este es parte de la comunidad”, dijo Krugler. “Si de verdad quieren que permanezca aquí, ¿pueden ayudarnos?”.</p><p>El Faro de Hillsboro Inlet solo es accesible por barco. Para obtener información sobre los recorridos o las oportunidades de membresía, <a href="https://www.hillsborolighthouse.org/" target="_blank" rel="noreferrer" title="https://www.hillsborolighthouse.org/">haga clic aquí</a>.</p>]]></content:encoded></item><item><title><![CDATA[Manifestantes denuncian hacinamiento y calor extremo en oficina de ICE en Miramar]]></title><link>https://www.local10.com/espanol/2026/07/01/manifestantes-denuncian-hacinamiento-y-calor-extremo-en-oficina-de-ice-en-miramar/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/manifestantes-denuncian-hacinamiento-y-calor-extremo-en-oficina-de-ice-en-miramar/</guid><dc:creator><![CDATA[Jolena Esperto]]></dc:creator><description><![CDATA[Manifestantes se congregaron este miércoles frente a la oficina de campo del Servicio de Inmigración y Control de Aduanas (ICE) en Miramar tras semanas de alarmantes reportes sobre las condiciones dentro de la instalación.]]></description><pubDate>Wed, 01 Jul 2026 17:49:20 +0000</pubDate><content:encoded><![CDATA[<p>Un grupo de manifestantes se congregó el miércoles frente a la oficina regional del Servicio de Inmigración y Control de Aduanas (ICE) en Miramar, tras semanas de preocupantes reportes sobre las condiciones dentro de la instalación.</p><p>Grupos de derechos de los inmigrantes y organizaciones religiosas han denunciado las condiciones en esta instalación durante años y organizaron las protestas del miércoles. Según los manifestantes, los detenidos están sujetos a hacinamiento y temperaturas excesivas.</p><p>El manifestante Luis Rivera dijo que tiene un amigo cercano de la familia que tenía una cita obligatoria en la oficina. Afirmó sentirse asustado y preocupado.</p><p>“Tienes personas —tu familia, tus amigos— a quienes quieres”, dijo. “Es difícil.”</p><p>Arianne Betancourt contó que su padre estuvo detenido en la instalación durante seis meses. Ahora trabaja a tiempo completo para asegurarse de que las personas tengan condiciones humanas durante su detención.</p><p>“Van a extender la crueldad”, afirmó.</p><p>Betancourt añadió: “Hablo con personas que me dicen que antes de llegar al ‘Alcatraz de los Caimanes’ (en el Condado de Collier) podían caminar, y ahora necesitan silla de ruedas. En estos centros no dan sillas de ruedas, así que estos ancianos ahora están postrados en cama.”</p><p>Un equipo de Local 10 News presenció cómo un camión de bomberos y una ambulancia ingresaron a la instalación y fueron escoltados fuera por las autoridades.</p><p>Rivera dijo que quiere proteger la identidad de su amigo, pero lo describió como un joven de 20 años que llegó a Estados Unidos hace tres años.</p><p>Dijo que su amigo está bien “por el momento, pero continuó en la fila, así que no sé si cuando entre le van a quitar el teléfono.”</p><p>Rivera explicó que ambos viven en Orlando, pero que llevó a su amigo hasta la oficina de Miramar porque ahí era su cita.</p><p>Los manifestantes dijeron que planean continuar con las protestas semanales.</p><p>Un portavoz de ICE emitió el siguiente comunicado a Local 10 News:</p><blockquote><p>“La instalación de Miramar funciona como un lugar de registro para personas incluidas en una lista de casos sin detención y sirve como centro de procesamiento para arrestos operativos diarios. La cantidad de personas retenidas temporalmente en la instalación varía según las necesidades operativas. Después del procesamiento, las personas son trasladadas a centros de detención locales.</p><p>“Estar en detención es una decisión. Alentamos a todos los extranjeros que se encuentran ilegalmente en el país a tomar el control de su salida utilizando la aplicación CBP Home. Estados Unidos está ofreciendo a los extranjeros que están ilegalmente en el país $2,600 USD y un vuelo gratuito para que se autodeporten ahora. Alentamos a todas las personas que se encuentran aquí ilegalmente a aprovechar esta oferta y conservar la oportunidad de regresar a Estados Unidos por la vía legal para vivir el sueño americano. De lo contrario, serán arrestados y deportados sin posibilidad de regresar.</p><p>“ICE garantiza que todas las personas que esperan para registrarse en la instalación de Miramar tengan acceso a baños y agua. Hay baños y bebederos disponibles en el vestíbulo, y las personas solo tienen que solicitar acceso. Las afirmaciones de que las personas que esperan en la fila no tienen acceso a agua o baños son totalmente falsas.”</p><p class="citation">Portavoz de ICE</p></blockquote><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Hillsboro Lighthouse preservation group launches fundraising push for $2 million restoration project]]></title><link>https://www.local10.com/news/local/2026/07/02/hillsboro-lighthouse-preservation-group-launches-fundraising-push-for-2-million-restoration-project/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/hillsboro-lighthouse-preservation-group-launches-fundraising-push-for-2-million-restoration-project/</guid><dc:creator><![CDATA[Jackie Pascale]]></dc:creator><description><![CDATA[The Hillsboro Inlet Lighthouse has guided boaters along Broward County’s coastline for more than a century, but those responsible for preserving the historic landmark say it now needs significant repairs to ensure it remains standing for generations to come.]]></description><pubDate>Thu, 02 Jul 2026 12:23:21 +0000</pubDate><content:encoded><![CDATA[<p>The Hillsboro Inlet Lighthouse has guided boaters along Broward County’s coastline for more than a century, but those responsible for preserving the historic landmark say it now needs significant repairs to ensure it remains standing for generations to come.</p><p><a href="https://www.local10.com/espanol/2026/07/02/grupo-de-preservacion-del-faro-de-hillsboro-lanza-campana-de-recaudacion-de-fondos-para-proyecto-de-restauracion-de-2-millones-usd/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/grupo-de-preservacion-del-faro-de-hillsboro-lanza-campana-de-recaudacion-de-fondos-para-proyecto-de-restauracion-de-2-millones-usd/">Leer en español</a></p><p>Unlike many people assume, the iconic lighthouse is not funded by the federal government or the U.S. Coast Guard. Instead, it is maintained by the <a href="https://www.hillsborolighthouse.org/" target="_self" rel="" title="https://www.hillsborolighthouse.org/">Hillsboro Lighthouse Preservation Society</a>, a nonprofit organization that relies almost entirely on fundraising, memberships and public tours to pay for maintenance and restoration.</p><p>“We get zero dollars from the Coast Guard. We get zero dollars from the government,” said Ralph Krugler, historian for the Hillsboro Lighthouse Preservation Society. “It’s mostly what we do with fundraising events and public tours in order to generate money. That’s why it’s taking so long.”</p><p>The lighthouse first went into service on March 8, 1907, and has become one of South Florida’s most recognizable landmarks. Krugler, who leads many of the organization’s monthly tours, says visitors are often captivated by the sweeping views from the top of the 11-story structure.</p><p>But the climb also reveals the toll more than a century of salt air has taken on the lighthouse.</p><p>Rust has eaten away at original iron components, and cracks and corrosion are visible throughout portions of the structure.</p><p>“Because of the salt air,” Krugler said. “The environment is just so hard on iron.”</p><p>Workers are now removing damaged material, applying new protective coatings and planning to replace deteriorating iron pieces with stainless steel, which is expected to better withstand South Florida’s harsh coastal conditions for decades to come.</p><p>The full restoration project is expected to cost as much as $2 million.</p><p>So far, the preservation society has raised only a fraction of what is needed.</p><p>“It’s taken us like 10 years to get $400,000,” Krugler said.</p><p>To help accelerate fundraising, the organization has partnered with local boating influencer Camilla Pavan, who created the “<a href="https://www.facebook.com/watch/?v=2048352812742620" target="_self" rel="" title="https://www.facebook.com/watch/?v=2048352812742620">Save the Lighthouse</a>” social media campaign and a <a href="https://www.gofundme.com/f/support-hillsboro-lighthouse-preservation?attribution_id=sl:4eebbad3-497b-4817-ad35-c00615d790a8&amp;lang=en_US&amp;ts=1779906733&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp17_tc-amp20_t1&amp;utm_medium=customer&amp;utm_source=copy_link" target="_self" rel="" title="https://www.gofundme.com/f/support-hillsboro-lighthouse-preservation?attribution_id=sl:4eebbad3-497b-4817-ad35-c00615d790a8&amp;lang=en_US&amp;ts=1779906733&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp17_tc-amp20_t1&amp;utm_medium=customer&amp;utm_source=copy_link">GoFundMe page</a>.</p><p>Pavan said she regularly passes the lighthouse while boating and believed social media could help bring more attention to the preservation effort.</p><p>“I knew it would go viral,” she said.</p><p>She said the preservation society had little social media presence before she became involved.</p><p>“Honestly, the Lighthouse Association was kind of not up to date when it came to donations and social media,” Pavan said. “So that’s when I kind of stepped in and tried to help.”</p><p>The online campaign has already raised thousands of dollars, giving preservation leaders hope they can build enough momentum to complete the restoration before the damage worsens.</p><p>“We’re trying to up our presence and get more people to realize that, hey, this is part of the community,” Krugler said. “If you really want it to stick around, can you help us out?”</p><p>The Hillsboro Inlet Lighthouse is accessible only by boat. For information about tours or membership opportunities, <a href="https://www.hillsborolighthouse.org/" target="_self" rel="" title="https://www.hillsborolighthouse.org/">click 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></item><item><title><![CDATA[Where to watch fireworks across South Florida this Fourth of July]]></title><link>https://www.local10.com/features/2026/07/02/where-to-watch-fireworks-across-south-florida-this-fourth-of-july/</link><guid isPermaLink="true">https://www.local10.com/features/2026/07/02/where-to-watch-fireworks-across-south-florida-this-fourth-of-july/</guid><description><![CDATA[Looking for the perfect place to celebrate Independence Day? From dazzling waterfront displays in Miami and Fort Lauderdale to family-friendly celebrations in Broward and the Keys, South Florida is lighting up the sky this Fourth of July. ]]></description><pubDate>Thu, 02 Jul 2026 12:44:24 +0000</pubDate><content:encoded><![CDATA[<p>Looking for the perfect place to celebrate Independence Day? From dazzling waterfront displays in Miami and Fort Lauderdale to family-friendly celebrations in Broward and the Keys, South Florida is lighting up the sky this Fourth of July. </p><p><a href="https://www.local10.com/espanol/2026/07/02/donde-ver-los-fuegos-artificiales-en-el-sur-de-florida-este-4-de-julio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/donde-ver-los-fuegos-artificiales-en-el-sur-de-florida-este-4-de-julio/">Leer en español</a></p><p>We’ve rounded up some of the biggest fireworks shows, live entertainment and festivities happening across the region so you can plan your holiday celebration.</p><h3><u><b>MIAMI-DADE COUNTY</b></u></h3><p><b>Doral: Doral Central Park</b></p><p>3005 NW 92nd Avenue</p><p>Event is from 2 p.m. to 11:30 p.m. and will include a 25-minute fireworks show to close out the night. In addition to fireworks, there will be live entertainment, interactive inflatables, food vendors, and more.</p><p><b>City of Miami: Bayfront Park</b></p><p>301 N Biscayne Blvd.</p><p>America’s 250th Celebration at Bayfront Park -- a free event -- will be held from 1 p.m. to midnight and will feature concerts, food, cocktails and family-friendly activities. Performances will be held by Ashanti and Ja Rule, 112 featuring Slim and Mike, The Fray, Orlando Mendez, Shaggy and Willy Chirino. </p><p>The event also includes a FIFA World Cup Fan Zone with match viewing on a large screen.</p><p><b>City of Miami:</b> <b>Charles Hadley Park</b></p><p>1350 NW 50th Street</p><p>Event is from 4 p.m. to 9 p.m. In addition to a fireworks show, the event will feature free food for kids and seniors on a first come, first served basis, along with rides, games, bounce houses and live music. </p><p><b>City of Miami: Gerry Curtis Park</b> </p><p>1901 NW 24th Avenue</p><p>Event is from 1 p.m. to 9:30 p.m. The event will feature live performances by Oro Sólido, Nia Skyfer, and Aron Luix; FIFA Club World Cup match viewings; family activities; local food vendors and a fireworks show.</p><p><b>Miami Lakes: Veterans Park</b></p><p>15151 NW 82nd Ave</p><p>Event begins at 6:30 p.m., with fireworks at 9 p.m. There will also be live entertainment, food trucks and a kids zone.</p><h3><u><b>BROWARD COUNTY</b></u></h3><p><b>Coconut Creek</b>: <b>Seminole Casino Coconut Creek </b></p><p>5550 NW 40th Street</p><p>The event kicks off at 7 p.m. with live entertainment and food trucks. Fireworks are expected to begin at 9 p.m. </p><p><b>Fort Lauderdale</b>: <b>Las Olas Oceanside Park </b></p><p>3000 E Las Olas Blvd.</p><p>The 4th of July Spectacular at Las Olas Oceanside Park will be held from noon to 9:15 p.m. and features live entertainment, a kids zone, beach games, contests, family activities, and a dazzling fireworks display. At 8:45 p.m., a spectacular drone show will be held prior to fireworks. </p><p><b>Pembroke Pines</b>: <b>Charles F. Dodge City Center</b></p><p>601 City Center Way</p><p>The Independence Day &amp; Fireworks Celebration includes live music, food trucks, a kids’ zone, and a fireworks show. The picnic grounds will be opened at 7 p.m. with fireworks at 9 p.m. The event will be open to Pembroke Pines residents ONLY and tickets will be required to enter the picnic area.</p><p><a href="https://ppines.com/Calendar.aspx?EID=4633&amp;month=7&amp;year=2021&amp;day=5&amp;calType=0" target="_self" rel="" title="https://ppines.com/Calendar.aspx?EID=4633&amp;month=7&amp;year=2021&amp;day=5&amp;calType=0">Click here</a> for more information. </p><p><b>Pompano Beach</b>: <b>Fisher Family Pier</b></p><p>222 N Pompano Beach Blvd.</p><p>The annual July 4th Fireworks Extravaganza will take place at the Fisher Family Pier starting at 5 p.m., with a live DJ and the fireworks spectacular illuminating the oceanfront at 9 p.m. </p><p><b>Sunrise: Amerant Bank Arena</b></p><p>1 Panther Parkway</p><p>The Amerant Bank Arena is hosting a free outdoor celebration starting at 6 p.m. with live concerts by the Higher Ground Band and Light Balance, a kids’ fun zone, a drone show and fireworks. </p><p><b>Tamarac: Tamarac Community Center </b></p><p>8601 W Commercial Blvd.</p><p>The All-American Celebration at the Tamarac Community Center begins at 6:30 p.m. and features live music, food trucks, family activities and a fireworks display. </p><h3><u><b>MONROE COUNTY</b></u></h3><p><b>Islamorada: Founders Park</b></p><p>87000 Overseas Hwy</p><p>The free event starts at 5 p.m. and features family activities, food vendors and a fireworks display at nightfall.</p><p><b>Key Largo:</b> <b>Rowell’s Waterfront Park</b></p><p>104550 Overseas Hwy</p><p>At 10 a.m., a parade will be held at mile marker 98.2, near Anthony’s Clothing Store, followed by a community picnic. </p><p>The main fireworks display launches around 9:15 p.m. at Rowell’s Waterfront Park.</p><p><b>Key West: Edward B. Knight Pier</b></p><p>White Street</p><p>The Rotary Club of Key West is hosting a fireworks show at 9 p.m. There will also be food and drinks to purchase, the proceeds of which will benefit local scholarships. </p><p><b>Marathon: Sombrero Beach</b></p><p>Located at<b> </b>Mile Marker 50</p><p>A parade will start from Marathon High School at 11 a.m., leading to beachside festivities that will last all day, and a fireworks display at about 9 p.m.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DO7Y5L4BEZHQJJMMSMT4O6VJJ4.png?auth=bf52a206b91fb6ab722585e7e737ed5b9b75ec44fe9423e97624d9d344c61c57&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Dónde ver los fuegos artificiales en el sur de Florida este 4 de Julio]]></title><link>https://www.local10.com/espanol/2026/07/02/donde-ver-los-fuegos-artificiales-en-el-sur-de-florida-este-4-de-julio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/donde-ver-los-fuegos-artificiales-en-el-sur-de-florida-este-4-de-julio/</guid><description><![CDATA[¿Buscas el lugar perfecto para celebrar el Día de la Independencia? Desde espectaculares exhibiciones sobre el agua en Miami y Fort Lauderdale hasta celebraciones familiares en Broward y los Cayos, el sur de Florida iluminará el cielo este 4 de Julio.]]></description><pubDate>Thu, 02 Jul 2026 13:43:59 +0000</pubDate><content:encoded><![CDATA[<p>¿Buscas el lugar perfecto para celebrar el Día de la Independencia? Desde espectaculares exhibiciones sobre el agua en Miami y Fort Lauderdale hasta celebraciones familiares en Broward y los Cayos, el sur de Florida iluminará el cielo este 4 de Julio.</p><p>Hemos reunido algunos de los espectáculos de fuegos artificiales, presentaciones en vivo y festividades más importantes que se llevarán a cabo en toda la región para que puedas planificar tu celebración.</p><h3><u><b>CONDADO MIAMI-DADE</b></u></h3><p><b>Doral: Doral Central Park</b></p><p>3005 NW 92nd Avenue</p><p>El evento será de 2 p.m. a 11:30 p.m. e incluirá un espectáculo de fuegos artificiales de 25 minutos para cerrar la noche. Además de los fuegos artificiales, habrá entretenimiento en vivo, inflables interactivos, vendedores de comida y mucho más.</p><p><b>Ciudad de Miami: Bayfront Park</b></p><p>301 N Biscayne Blvd.</p><p>La celebración de los 250 años de Estados Unidos en Bayfront Park, un evento gratuito, se realizará de 1 p.m. a la medianoche e incluirá conciertos, comida, cocteles y actividades para toda la familia. Se presentarán Ashanti y Ja Rule, 112 con Slim y Mike, The Fray, Orlando Mendez, Shaggy y Willy Chirino.</p><p>El evento también contará con una zona para aficionados de la Copa Mundial de la FIFA, donde los partidos podrán verse en una pantalla gigante.</p><p><b>Ciudad de Miami: Charles Hadley Park</b></p><p>1350 NW 50th Street</p><p>El evento será de 4 p.m. a 9 p.m. Además del espectáculo de fuegos artificiales, habrá comida gratuita para niños y adultos mayores, hasta agotar existencias, así como atracciones, juegos, casas inflables y música en vivo.</p><p><b>Ciudad de Miami: Gerry Curtis Park</b></p><p>1901 NW 24th Avenue</p><p>El evento será de 1 p.m. a 9:30 p.m. e incluirá presentaciones en vivo de Oro Sólido, Nia Skyfer y Aron Luix; transmisiones de los partidos de la Copa Mundial de Clubes de la FIFA; actividades familiares; vendedores locales de comida y un espectáculo de fuegos artificiales.</p><p><b>Miami Lakes: Veterans Park</b></p><p>15151 NW 82nd Ave</p><p>El evento comenzará a las 6:30 p.m. y los fuegos artificiales serán a las 9 p.m. También habrá entretenimiento en vivo, camiones de comida y una zona para niños.</p><h3><u><b>CONDADO BROWARD</b></u></h3><p><b>Coconut Creek: Seminole Casino Coconut Creek</b></p><p>5550 NW 40th Street</p><p>El evento comenzará a las 7 p.m. con entretenimiento en vivo y camiones de comida. Se espera que los fuegos artificiales comiencen a las 9 p.m.</p><p><b>Fort Lauderdale: Las Olas Oceanside Park</b></p><p>3000 E Las Olas Blvd.</p><p>El evento “4th of July Spectacular” en Las Olas Oceanside Park se llevará a cabo de mediodía a 9:15 p.m. e incluirá entretenimiento en vivo, una zona para niños, juegos de playa, concursos, actividades familiares y un espectacular show de fuegos artificiales. A las 8:45 p.m. se realizará un espectáculo de drones antes de los fuegos artificiales.</p><p><b>Pembroke Pines: Charles F. Dodge City Center</b></p><p>601 City Center Way</p><p>La celebración del Día de la Independencia y fuegos artificiales incluirá música en vivo, camiones de comida, una zona para niños y un espectáculo de fuegos artificiales. El área de picnic abrirá a las 7 p.m. y los fuegos artificiales comenzarán a las 9 p.m. El evento será exclusivo para residentes de Pembroke Pines y será necesario presentar boletos para ingresar al área de picnic.</p><p>Haga clic aquí para obtener más información.</p><p><b>Pompano Beach: Fisher Family Pier</b></p><p>222 N Pompano Beach Blvd.</p><p>El espectáculo anual de fuegos artificiales del 4 de Julio se llevará a cabo en el Fisher Family Pier a partir de las 5 p.m., con un DJ en vivo y un espectáculo de fuegos artificiales que iluminará la costa a las 9 p.m.</p><p><b>Sunrise: Amerant Bank Arena</b></p><p>1 Panther Parkway</p><p>El Amerant Bank Arena organizará una celebración gratuita al aire libre a partir de las 6 p.m. con conciertos en vivo de Higher Ground Band y Light Balance, una zona de diversión para niños, un espectáculo de drones y fuegos artificiales.</p><p><b>Tamarac: Tamarac Community Center</b></p><p>8601 W Commercial Blvd.</p><p>La celebración “All-American Celebration” en el Tamarac Community Center comenzará a las 6:30 p.m. e incluirá música en vivo, camiones de comida, actividades familiares y un espectáculo de fuegos artificiales.</p><h3><u><b>CONDADO MONROE</b></u></h3><p><b>Islamorada: Founders Park</b></p><p>87000 Overseas Hwy</p><p>El evento gratuito comenzará a las 5 p.m. e incluirá actividades familiares, vendedores de comida y un espectáculo de fuegos artificiales al anochecer.</p><p><b>Key Largo: Rowell’s Waterfront Park</b></p><p>104550 Overseas Hwy</p><p>A las 10 a.m. se realizará un desfile en el marcador de la milla 98.2, cerca de Anthony’s Clothing Store, seguido de un picnic comunitario.</p><p>El principal espectáculo de fuegos artificiales comenzará alrededor de las 9:15 p.m. en Rowell’s Waterfront Park.</p><p><b>Key West: Edward B. Knight Pier</b></p><p>White Street</p><p>El Rotary Club de Key West organizará un espectáculo de fuegos artificiales a las 9 p.m. También habrá comida y bebidas a la venta, cuyos ingresos beneficiarán becas locales.</p><p><b>Marathon: Sombrero Beach</b></p><p>Ubicada en el marcador de la milla 50</p><p>Un desfile partirá de Marathon High School a las 11 a.m. y dará paso a las festividades en la playa durante todo el día, con un espectáculo de fuegos artificiales alrededor de las 9 p.m.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DO7Y5L4BEZHQJJMMSMT4O6VJJ4.png?auth=bf52a206b91fb6ab722585e7e737ed5b9b75ec44fe9423e97624d9d344c61c57&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Champion swimmer dives into Miami River to rescue struggling man]]></title><link>https://www.local10.com/news/local/2026/07/01/swimmer-dives-into-miami-river-to-rescue-struggling-man/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/swimmer-dives-into-miami-river-to-rescue-struggling-man/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[A 22-year-old man is being praised after jumping into the Miami River near the Riverwalk in downtown Miami to rescue a man who was struggling in the water.]]></description><pubDate>Thu, 02 Jul 2026 02:34:46 +0000</pubDate><content:encoded><![CDATA[<p>A 22-year-old man is being praised after jumping into the Miami River near the Riverwalk in downtown Miami to rescue a man who was struggling in the water.</p><p><a href="https://www.local10.com/espanol/2026/07/02/nadador-campeon-se-lanza-al-rio-miami-para-rescatar-a-hombre-que-luchaba-por-mantenerse-a-flote/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/nadador-campeon-se-lanza-al-rio-miami-para-rescatar-a-hombre-que-luchaba-por-mantenerse-a-flote/">Leer en español</a></p><p>Awab Metwally, who is an international student and champion swimmer from Egypt, said he didn’t hesitate when it sounded like someone was in danger.</p><p>“I was like flying because I know there’s something going on,” Metwally said. “There was, like, an emergency, so I have to act.”</p><p>Video shows Metwally running from behind the cameraman before jumping into the water to rescue a man who couldn’t hold onto a ring buoy that had been thrown to him.</p><p>“That guy, he was sinking. He was dropping into the water,” Metwally said.</p><p>He said watching others throw a lifesaver without jumping in convinced him he needed to act.</p><p>“Nobody is doing anything. They’re just throwing to him a lifesaver. Nobody jumped. Nobody did anything. So I said, ‘This guy is going to die,’” he said.</p><p>Metwally said it wasn’t easy pushing the man to the back end of the yacht.</p><p>“It was hard for me to grab him and to push him all the way to the top of the water, but I did my best,” he said.</p><p>Metwally said he started swimming at a very young age in Egypt.</p><p>“Thanks to my mom and dad, they put me in swimming training since I was a kid. That paid off today,” he said.</p><p>Those lessons have earned him the title of Good Samaritan.</p><p>“So if I see somebody, I will do it for sure again. I get goosebumps really bad, but I will do it,” he said.</p><p>Metwally said paramedics performed life-saving measures on the man before taking him to a hospital. First responders have not released any information about the man’s condition.</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[Nadador campeón se lanza al río Miami para rescatar a hombre que luchaba por mantenerse a flote]]></title><link>https://www.local10.com/espanol/2026/07/02/nadador-campeon-se-lanza-al-rio-miami-para-rescatar-a-hombre-que-luchaba-por-mantenerse-a-flote/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/nadador-campeon-se-lanza-al-rio-miami-para-rescatar-a-hombre-que-luchaba-por-mantenerse-a-flote/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Un hombre de 22 años está siendo elogiado tras lanzarse al río Miami, cerca del Riverwalk, en el centro de Miami, para rescatar a un hombre que luchaba por mantenerse a flote en el agua.]]></description><pubDate>Thu, 02 Jul 2026 13:31:55 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 22 años está siendo elogiado tras lanzarse al río Miami, cerca del Riverwalk, en el centro de Miami, para rescatar a un hombre que luchaba por mantenerse a flote en el agua.</p><p>Awab Metwally, estudiante internacional y nadador campeón de Egipto, dijo que no dudó cuando le pareció que alguien estaba en peligro.</p><p>“Fue como si estuviera volando porque sabía que algo estaba pasando”, dijo Metwally. “Había una emergencia, así que tenía que actuar”.</p><p>Un video muestra a Metwally corriendo desde detrás de la persona que grababa antes de lanzarse al agua para rescatar a un hombre que no podía sujetarse a un salvavidas circular que le habían lanzado.</p><p>“Ese hombre se estaba hundiendo. Se estaba yendo hacia el fondo”, dijo Metwally.</p><p>Dijo que ver a otras personas lanzar un salvavidas sin meterse al agua lo convenció de que tenía que actuar.</p><p>“Nadie estaba haciendo nada. Solo le estaban lanzando un salvavidas. Nadie se lanzó. Nadie hizo nada. Entonces dije: “Este hombre va a morir””, afirmó.</p><p>Metwally dijo que no fue fácil empujar al hombre hasta la parte trasera del yate.</p><p>“Fue difícil para mí sujetarlo y empujarlo hasta mantenerlo en la superficie del agua, pero hice mi mejor esfuerzo”, dijo.</p><p>Metwally contó que comenzó a nadar desde muy pequeño en Egipto.</p><p>“Gracias a mi mamá y a mi papá, me inscribieron en entrenamiento de natación desde que era un niño. Eso dio resultados hoy”, dijo.</p><p>Esas lecciones le han valido el reconocimiento como un buen samaritano.</p><p>“Si veo a alguien, sin duda lo volveré a hacer. Me da muchísimos escalofríos, pero lo haré”, dijo.</p><p>Metwally dijo que los paramédicos realizaron maniobras para salvarle la vida al hombre antes de trasladarlo a un hospital. Los equipos de primera respuesta no han divulgado información sobre el estado de salud del hombre.</p>]]></content:encoded></item><item><title><![CDATA[Guardia de seguridad es rescatado vivo de un sótano una semana después de los sismos en Venezuela]]></title><link>https://www.local10.com/espanol/2026/07/02/guardia-de-seguridad-es-rescatado-vivo-de-un-sotano-una-semana-despues-de-los-sismos-en-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/guardia-de-seguridad-es-rescatado-vivo-de-un-sotano-una-semana-despues-de-los-sismos-en-venezuela/</guid><dc:creator><![CDATA[Por FERNANDA PESCE y JUAN PABLO ARRAEZ, Associated Press]]></dc:creator><description><![CDATA[CATIA LA MAR, Venezuela (AP) — Un grupo de rescatistas logró liberar el jueves a un guardia de seguridad del sótano derrumbado de un centro comercial, poniendo fin a una extenuante operación de rescate que se convirtió en un símbolo de esperanza en medio de la devastación causada por los terremotos que azotaron a Venezuela la semana pasada.]]></description><pubDate>Thu, 02 Jul 2026 15:02:22 +0000</pubDate><content:encoded><![CDATA[<p>CATIA LA MAR, Venezuela (AP) — Un grupo de rescatistas logró liberar el jueves a un guardia de seguridad del sótano derrumbado de un centro comercial, poniendo fin a una extenuante operación de rescate que se convirtió en un símbolo de esperanza en medio de la devastación causada por los terremotos que azotaron a Venezuela la semana pasada.</p><p>Hernán Alberto Gil Flores, de 43 años, fue rescatado sano y salvo tras permanecer atrapado durante más de una semana bajo los escombros del estacionamiento del centro comercial Galerías Playa Grande en la ciudad de Catia La Mar, en el estado costero de La Guaira.</p><p>Equipos con banderas de todo el mundo vitorearon mientras los rescatistas trasladaban a Gil Flores, con una máscara de oxígeno, en una camilla cubierta con una lona naranja hasta una ambulancia de la Cruz Roja.</p><p>Un grupo de hombres con uniformes rojos de la Cruz Roja de Costa Rica se abrazaron y rieron aliviados, mientras otros estallaron en aplausos.</p><p>El rescate fue considerado un pequeño milagro en medio de la tragedia. Gracias a que los equipos le proporcionaron comida y agua mientras excavaban el hormigón, lograron mantener a Gil Flores con vida mucho más allá del plazo de 48 a 72 horas que suelen dar la mayoría de las operaciones de rescate para encontrar a sobrevivientes de desastres.</p><p>En su cuenta de X, la presidenta encargada Delcy Rodríguez publicó: “Celebramos la grandeza del ser humano cuando se une por un solo fin: salvar a otro”.</p><p>Gil Flores, quien trabajaba como guardia nocturno en el complejo, se encontraba de servicio dentro de su pequeña caseta de seguridad cuando se produjo el primer temblor el 24 de junio. Aunque la estructura de concreto circundante se derrumbó a su alrededor, su caseta se mantuvo en pie, creando una burbuja de aire.</p><p>“Cuando lo encontramos nos pidió que no le dijéramos a su esposa que estaba vivo por si acaso no lo lograba”, declaró a The Associated Press Minyar Collado, rescatista de la Cruz Roja de Costa Rica.</p><p>El derrumbe del edificio fue provocado por los dos terremotos consecutivos de magnitudes de 7,2 y 7,5. Los violentos temblores dañaron o destruyeron cientos de edificios en el norte de Venezuela y causaron la muerte de al menos 2.295 personas y heridas a más de 11.200. El estado de La Guaira fue la región más afectada del país.</p><p>“Fueron días de tristeza, dolor y desesperación porque no lo encontraba, pero cuando me enteré que estaba vivo ya ví un rayito de luz en la oscuridad”, dijo a AP su esposa Gusbimar González. La pareja tiene dos hijos de 8 y 10 años.</p><p>La compleja y arriesgada operación de rescate duró más de 100 horas después de que un equipo especializado de la Cruz Roja de Costa Rica detectara señales de vida y estableciera contacto con él el domingo.</p><p>El operativo fue coordinado por el equipo de búsqueda y rescate urbano de bomberos de Chile, que trabajó sin descanso con equipos especializados de Costa Rica, Estados Unidos, Portugal, México, El Salvador y Venezuela.</p><p>Junto a un contingente de personal de emergencia integrado por decenas, incluida una unidad humanitaria especializada de El Salvador, los rescatistas sortearon condiciones estructurales muy inestables, lluvias torrenciales y réplicas persistentes para excavar un túnel hasta Gil Flores.</p><p>Los equipos utilizaron una cámara telescópica para mantener contacto constante con él y le hicieron llegar agua y nutrientes líquidos a través de un estrecho conducto para mantenerlo hidratado.</p><p>María Paz Campos, bombera veterana de Chile, fue quien lo acompañó durante toda la operación de rescate. Ella vigiló a Gil Flores a través de la cámara y lo guió a un lugar seguro mientras lo tranquilizaba.</p><p>En un video publicado por los bomberos chilenos se vio a Gil Flores dibujando, aparentemente para pasar el tiempo, mientras Campos le indicaba con delicadeza que mirara a la cámara y se pusiera unas gafas protectoras.</p><p>“Los lentes necesito que los mantengas puestos por las pequeñas partículas que están cayendo, no te caiga ninguna en el ojo que ya tienes dañado”, le dijo Campos mientras él miraba a la cámara con un visible derrame en uno de sus ojos.</p><p>————-</p><p>Los videoreporteros Andry Rincón y Brayan Antequero contribuyeron en este reporte.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O25LBKIIHEOLTVHXI2Z3OV2PVM.jpg?auth=659369b7126dab21a552afb954be74bca81be9ce047678cfb8e6ea8bd626eeab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los equipos de rescate atienden a Hernán Gil Flores tras ser sacado de entre los escombros ocho días después de quedar atrapado por los dos terremotos que azotaron Catia La Mar, Venezuela, el jueves 2 de julio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZY73VIX7U6PDENMKP2VQNIPMRU.jpg?auth=605d3f3c580f3b0ce891a79593312fd875a4bf27d507f74c0fefa5b09e879fcc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los rescatistas transportan a Hernán Gil Flores tras ser rescatado de entre los escombros una semana después de quedar atrapado por los dos terremotos que azotaron Catia La Mar, Venezuela, en Catia La Mar, el jueves 2 de julio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MO5JS2O5RN72JI7CRGOPNXESDY.jpg?auth=0297e70456da6fa6a5d4aace545f824d974835d434e1900a9b167adfe3eefc06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los rescatistas transportan a Hernán Gil Flores Gil después de que fue sacado de entre los escombros ocho días después de quedar atrapado por los dos terremotos que azotaron Catia La Mar, Venezuela, el jueves 2 de julio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Venezuelan security guard pulled alive from building basement 8 days after twin quakes]]></title><link>https://www.local10.com/news/2026/07/02/venezuelan-security-guard-pulled-alive-from-building-basement-8-days-after-twin-quakes/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/02/venezuelan-security-guard-pulled-alive-from-building-basement-8-days-after-twin-quakes/</guid><dc:creator><![CDATA[By FERNANDA PESCE and JUAN PABLO ARRAEZ, Associated Press]]></dc:creator><description><![CDATA[CATIA LA MAR, Venezuela (AP) — Rescuers pulled a 43-year-old security guard alive from a collapsed basement early Thursday, ending a grueling dayslong operation that became a symbol of hope after the devastation of twin earthquakes that struck Venezuela eight days earlier.]]></description><pubDate>Thu, 02 Jul 2026 16:31:28 +0000</pubDate><content:encoded><![CDATA[<p>CATIA LA MAR, Venezuela (AP) — Rescuers pulled a 43-year-old security guard alive from a collapsed basement early Thursday, ending a grueling dayslong operation that became a symbol of hope after the devastation of twin earthquakes that struck Venezuela eight days earlier.</p><p>Hernán Alberto Gil Flores emerged to safety covered in dust atop a stretcher surrounded by helmet-clad rescue workers after being trapped since June 24 under rubble in the basement of the Galerías Playa Grande shopping center in the coastal town in La Guaira.</p><p>Rescuers, who initially made contact with Gil Flores over the weekend, worked more than 100 hours to free him — navigating a highly unstable structure, torrential rain and persistent aftershocks to tunnel down to the survivor.</p><p>Teams carrying flags from around the world cheered as rescuers carried Gil Flores, wearing an oxygen mask and covered in an orange tarp, through throngs of people to an ambulance where they methodically checked his vital signs.</p><p>One Chilean rescuer carrying his stretcher pumped his fist in joy. A group of men in red Costa Rican Red Cross uniforms embraced and laughed in relief. Others broke out into applause.</p><p>“When we found him, he asked us not to tell his wife that he was alive, just in case he wouldn’t make it,” Costa Rican Red Cross rescuer Minyar Collado told The Associated Press, but she added “We were never going to leave him here.”</p><p>The rescue was considered a small miracle cutting through a week of tragedy. By supplying Gil Flores with food and water while they excavated the concrete, rescue teams were able to keep him alive far longer than the 48- to 72-hour threshold most operations give to find survivors in disasters.</p><p>Gil Flores, who worked as a night-shift security guard at the complex, was inside his small security cabin when the first violent tremor struck. While the surrounding concrete structure collapsed around him, his cabin held ground, shielding him from crushing debris and creating a vital pocket of air.</p><p>A specialized team from the Costa Rican Red Cross first detected signs of life and established contact with him Sunday.</p><p>His wife, Gusbimar González, told the AP that she grappled with despair for days before hearing that rescuers made contact.</p><p>“When I learned he was alive, I saw a ray of light in the darkness," she said. The couple has two children, ages 8 and 10.</p><p>The operation was coordinated by an urban search and rescue team of Chilean firefighters, who worked around the clock with specialized teams from the United States, Portugal, Mexico, Costa Rica, El Salvador and Venezuela.</p><p>Acting Venezuelan President Delcy Rodríguez celebrated the rescue on social media at a time that her government has come under fire for what many Venezuelans say has been an inadequate crisis response.</p><p>“We celebrate the greatness of humanity, when it is united for a single purpose: to save another. Thank you to our rescuers and to the support of the international rescuers,” she wrote on a post on X.</p><p>Teams used a telescopic camera to help maintain constant contact with Gil Flores, passing water and liquid nutrients through a narrow shaft to keep him hydrated during the final three days of the rescue.</p><p>María Paz Campos, a veteran firefighter from Chile, talked him through the entire operation and kept him calm during the final excruciating hours Thursday.</p><p>In a video published by Chilean firefighters in the hours before the rescue, Gil Flores is seen drawing, seemingly to pass the time. Campos then gently tells him to look at the camera and to wear protective goggles.</p><p>“I need you to keep the goggles on, for the small particles that are falling, to avoid them getting into your eye,” Campos told the survivor.</p><p>The collapse of the building was triggered by two back-to-back earthquakes on June 24 that registered magnitudes of 7.2 and 7.5, respectively. The shallow, violent tremors damaged or destroyed tens of thousands of buildings across northern Venezuela, killing more than 2,200 people, injuring over 11,000 and leaving La Guaira state as the hardest-hit region in the country.</p><p>___</p><p>Associated Press video journalists Andry Rincón and Brayan Antequero contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q6DN6ENIZBNCOULQXWY7PCMV7M.jpg?auth=f28c84f5175a43a4202e966bcf9fc02500928e47b57f3e34d3167801f7d3f04e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers attend to Hernán Alberto Gil Flores after he was pulled from the rubble eight days after he was trapped by twin earthquakes that struck Catia La Mar, Venezuela, Thursday, July 2, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XDODKLTDSKHNUBJQP5PNHJEK3Q.jpg?auth=7e31aae68637b32a3333b193addf30743e0b91ba7af87db2fcce37c2be58f35e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chilean rescue workers carry Hernán Alberto Gil Flores after he was pulled from the rubble eight days after he was trapped by twin earthquakes that struck Catia La Mar, Venezuela, Thursday, July 2, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BPQ7W2DVR3PUTRW5KB7PMCZUZE.jpg?auth=2a6e5d9dc1f134c1f68c7969efae743c47f397a527ee9ae95921b029ea46cc19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers carry Hernán Alberto Gil Flores Gil after he was pulled from the rubble eight days after he was trapped by twin earthquakes that struck Catia La Mar, Venezuela, Thursday, July 2, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZLDCX3R4LT7E7QZ3GNTIENTLZE.jpg?auth=4df622023e380d62049a1300082b9385dac5a1639c286623c03b68957d54b1ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers carry Hernán Alberto Gil Flores Gil after he was pulled from the rubble eight days after he was trapped by twin earthquakes that struck Catia La Mar, Venezuela, Thursday, July 2, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5UASFHNWYO2RBE3JB7BSYWS5HE.jpg?auth=eb22b7e21ea2088cc91b81af9459ea9b68faca5c91a668fcf25aa7e32d0a6425&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers carry Hernán Alberto Gil Flores after he was pulled from the rubble eight days after he was trapped by twin earthquakes that struck Catia La Mar, Venezuela, Thursday, July 2, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Arrestan a sospechosa que se entrega tras balacera contra otra mujer en Miami Gardens]]></title><link>https://www.local10.com/espanol/2026/07/01/arrestan-a-sospechosa-que-se-entrega-tras-balacera-contra-otra-mujer-en-miami-gardens/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/arrestan-a-sospechosa-que-se-entrega-tras-balacera-contra-otra-mujer-en-miami-gardens/</guid><dc:creator><![CDATA[Ryan Mackey, Aaron Maybin]]></dc:creator><description><![CDATA[Una mujer de Miami Gardens enfrenta múltiples cargos por delitos graves después de que los investigadores informaran que le disparó a otra mujer a principios de este año.]]></description><pubDate>Wed, 01 Jul 2026 15:06:44 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de Miami Gardens enfrenta múltiples cargos por delitos graves después de que los investigadores informaran que presuntamente le disparó a otra mujer a principios de este año.</p><p>Las autoridades informaron que Milagros De La Caridad Navarro, de 35 años, fue arrestada el martes por el Departamento de Policía de Miami Gardens después de entregarse en relación con la balacera del 22 de febrero.</p><p>Según el informe de arresto, los agentes respondieron a la cuadra 100 de Northwest 202nd Terrace poco después de la 1 a.m. de ese día tras recibir reportes sobre una balacera.</p><p>La Policía de Miami Gardens informó que aproximadamente 30 minutos después fue notificada de que una víctima de un disparo había llegado al Hospital HCA Florida Aventura.</p><p>El informe indica que la conductora que llevó a la víctima al hospital les dijo a los agentes que no conocía el área porque estaba de visita desde Georgia.</p><p>La conductora dijo que escuchó múltiples disparos mientras conducía antes de darse cuenta de que su suegra había sido alcanzada por un disparo y luego la llevó al hospital más cercano, según el informe.</p><p>La conductora les dijo a los investigadores que no sabía quién era responsable de la balacera, según el informe.</p><p>Los investigadores informaron que posteriormente entrevistaron a la víctima después de que le retiraran el tubo de respiración.</p><p>Según el informe, la víctima tenía dificultades para hablar y recordar los hechos, pero recordó haber salido de Hollywood Beach con otra mujer, regresar a casa para bañarse y cocinar, y posteriormente salir de una vivienda donde estaba presente una mujer identificada como “Caridad”.</p><p>El informe indica que la víctima les dijo a los detectives que su siguiente recuerdo fue despertar en el hospital.</p><p>La Policía informó que la investigación incluyó entrevistas con testigos, ruedas de reconocimiento fotográfico y videos de vigilancia.</p><p>Según el informe, un testigo identificó a Navarro durante una rueda de reconocimiento fotográfico realizada el 3 de marzo. Posteriormente, otro testigo identificó a Navarro en una rueda de reconocimiento distinta después de decirles a los investigadores que había dejado su casa al cuidado de Navarro mientras estaba fuera, según el informe.</p><p>Los detectives también obtuvieron un video de vigilancia de un vecino que, según el informe de arresto, muestra a Navarro “disparando múltiples veces en dirección de la víctima”.</p><p>Los investigadores informaron que otro testigo les dijo posteriormente que vio a Navarro sacar una pistola de una riñonera negra antes de que el grupo subiera a un vehículo. Indicaron que ese testigo afirmó que no vio cuando se disparó el arma, pero sí vio a Navarro sosteniendo la pistola en la mano derecha mientras se alejaban en el vehículo.</p><p>Los registros de la cárcel muestran que Navarro enfrenta dos cargos de agresión agravada con un arma mortal y un cargo de agresión agravada con un arma que causó lesiones corporales graves.</p><p>Hasta el miércoles, Navarro permanecía detenida sin derecho a fianza en el Centro Correccional Turner Guilford Knight.</p><p>Por el momento, el motivo de la balacera sigue sin estar claro.</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[Ayudando a Venezuela: Organización sin fines de lucro con sede en Doral envía más de $1 millón USD en ayuda de la comunidad]]></title><link>https://www.local10.com/espanol/2026/07/01/ayudando-a-venezuela-organizacion-sin-fines-de-lucro-con-sede-en-doral-envia-mas-de-1-millon-usd-en-ayuda-de-la-comunidad/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/ayudando-a-venezuela-organizacion-sin-fines-de-lucro-con-sede-en-doral-envia-mas-de-1-millon-usd-en-ayuda-de-la-comunidad/</guid><dc:creator><![CDATA[Gabrielle Arzola, Andrea Torres, Terrell Forney]]></dc:creator><description><![CDATA[Una semana después de los terremotos de magnitud 7.2 y 7.5 en Venezuela, la Global Empowerment Mission había enviado más de $1 millón USD en ayuda, según representantes de la organización sin fines de lucro con sede en Doral.]]></description><pubDate>Wed, 01 Jul 2026 20:04:20 +0000</pubDate><content:encoded><![CDATA[<p>Una semana después de los terremotos de magnitud 7,2 y 7,5 en Venezuela, la <a href="https://www.globalempowermentmission.org/" rel="" title="https://www.globalempowermentmission.org/">Misión de Empoderamiento Global</a> había enviado más de un millón de dólares en ayuda, según representantes de la organización sin fines de lucro con sede en Doral.</p><p>Un equipo formado por donantes, voluntarios y personal de GEM trasladó unos 235.000 libras de donaciones en una operación logística compleja que incluyó dos almacenes en Doral y Valencia, que funcionaban como centro de distribución.</p><p>“Es el peor desastre que jamás hayamos vivido”, dijo Rafael Pineyro, concejal de Doral y voluntario de GEM, nacido en Caracas.</p><p>GEM contó con el apoyo del Departamento de Estado de EE. UU., la agencia a la que el presidente Donald Trump encargó la respuesta estadounidense en Venezuela. El Comando Sur de EE. UU. desplegó todas las ramas de las fuerzas armadas.</p><figure><img src="https://www.local10.com/resizer/v2/UIWQT5REN2DDKJTYNYA37ANIHY.jpg?auth=6d24f47a92a9972d18811ec9f5613081a70d039e817ee62c80580ced717a153d&smart=true&width=1200&height=900" alt="Rescuers search through the rubble of a building that collapsed in the earthquakes in La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Rescuers search through the rubble of a building that collapsed in the earthquakes in La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><p>El Departamento de Estado también activó los grupos de trabajo de Florida, procedentes de Miami y del condado de Miami-Dade. Estos se unieron a otros dos equipos de búsqueda y rescate altamente capacitados de Fairfax, Virginia, y California.</p><p>Hassel Mendoza, un ingeniero venezolano que vive en Tampa, viajó a La Guaira para buscar a su madre, hermana, sobrino y cuñado entre las ruinas de un edificio de apartamentos de nueve pisos que se derrumbó.</p><p>“Perdimos mucho tiempo tratando de encontrar nuevas herramientas para una actividad específica, como cortar acero”, <a href="https://www.cnn.com/2026/07/01/americas/venezuela-earthquake-search-rescue-anger-latam-intl" rel="" title="https://www.cnn.com/2026/07/01/americas/venezuela-earthquake-search-rescue-anger-latam-intl">dijo Mendoza a CNN</a> , y agregó que los equipos gubernamentales y los voluntarios no contaban con equipos como taladros o sensores.</p><figure><img src="https://www.local10.com/resizer/v2/DBCP35VSS2LHNCIDBZXEXKCZSI.jpg?auth=f005d68fb802be7f5b7baa199f2c7c7191ce60f0983ee6817e3261b9fa36fa09&smart=true&width=1200&height=900" alt="Rescue workers stand on the rubble of a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. Houses in the Caribe neighborhood are seen at the top. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Rescue workers stand on the rubble of a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. Houses in the Caribe neighborhood are seen at the top. (AP Photo/Matias Delacroix)</figcaption></figure><p>El martes, Diosdado Cabello, un ex oficial militar venezolano que funge como ministro de Justicia, <a href="https://www.cicpc.gob.ve/" rel="" title="https://www.cicpc.gob.ve/">anunció</a> la detención de miembros de las fuerzas del orden acusados ​​de saqueo en La Guaira.</p><p>Cabello, buscado <a href="https://www.state.gov/diosdado-cabello-rondon" rel="" title="https://www.state.gov/diosdado-cabello-rondon">en Estados Unidos</a> por narcotráfico, identificó a los cuatro sospechosos como Maya Aguilar Reyes, una oficial; Fredy Rafael Lugo Oliveros, Roger Andrés Omaña y Josue Jhonatan Burgos Sánchez.</p><p>Un testigo grabó y compartió un <a href="https://www.facebook.com/watch/?v=1940694919968502" rel="" title="https://www.facebook.com/watch/?v=1940694919968502">video</a> que se hizo viral. En él se veía a Aguilar Reyes, su identificación y a una mujer llorando que lo confrontó, le quitó una bolsa llena de dólares estadounidenses y rompió los billetes en pedazos sobre los escombros cerca de un edificio derrumbado.</p><figure><img src="https://www.local10.com/resizer/v2/RCFU6EJ4AFATRLPIPEETDOG4NM.jpg?auth=a12142c2cd0661fa4873289dcd2109d45d1364ca9ab0ff047d31e54d9f933bde&smart=true&width=1200&height=900" alt="Maya Aguilar Reyes, Fredy Rafael Lugo Oliveros, Roger Andrés Omaña, and Josue Jhonatan Burgos Sánchez, all members of Venezuela's top law enforcement agency, the Cuerpo de Investigaciones Científicas, Penales y Criminalísticas, were arrested on Tuesday after they were accused of looting in La Guaira." height="900" width="1200"/><figcaption>Maya Aguilar Reyes, Fredy Rafael Lugo Oliveros, Roger Andrés Omaña, and Josue Jhonatan Burgos Sánchez, all members of Venezuela's top law enforcement agency, the Cuerpo de Investigaciones Científicas, Penales y Criminalísticas, were arrested on Tuesday after they were accused of looting in La Guaira.</figcaption></figure><p>“Sé que muchos venezolanos sienten dolor y frustración; comparto profundamente esos sentimientos”, <a href="https://www.facebook.com/reel/1037629792290152" rel="" title="https://www.facebook.com/reel/1037629792290152">dijo Delcy Rodríguez</a> , presidenta interina de Venezuela desde que el ejército estadounidense capturó a Nicolás Maduro.</p><p>El hermano de Rodríguez, Jorge Rodríguez, presidente de la Asamblea Nacional, anunció el miércoles que el número de muertos había aumentado a 2.295.</p><p>El Servicio Geológico de Estados Unidos estima que el número de víctimas mortales asciende a decenas de miles, y las Naciones Unidas anunciaron la adquisición de 10.000 bolsas para cadáveres.</p><p>El personal y los colaboradores de GEM solicitan donaciones en efectivo al público <a href="https://www.globalempowermentmission.org/donate/?gem_ga_client_id=1197701428.1782400422&amp;gem_ga_session_id=1782935402" rel="" title="https://www.globalempowermentmission.org/donate/?gem_ga_client_id=1197701428.1782400422&amp;gem_ga_session_id=1782935402">a través de esta página web</a> . El almacén de GEM, ubicado en 1850 NW 84th Ave., en Doral, aún necesita voluntarios para clasificar y empacar las donaciones. Para inscribirse, hay <a href="https://www.globalempowermentmission.org/volunteer/#events" rel="" title="https://www.globalempowermentmission.org/volunteer/#events">una página web disponible.</a></p><p>El almacén, abierto todos los días de 9:00 a 17:00, era uno de los muchos puntos de recogida en el sur de Florida. Entre las necesidades prioritarias se encontraban productos de higiene, alimentos no perecederos y artículos de primeros auxilios.</p><p><b>Lista útil: </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/" 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/">Lugares para entregar ayuda en el sur de Florida</a></p><p><b>Más información sobre </b><a href="https://www.local10.com/topic/Helping_Venezuela/" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>cómo ayudar a Venezuela.</b></a></p><figure><img src="https://www.local10.com/resizer/v2/7KDHNH6KA27CL32XR6CFXJLEXU.jpg?auth=031e9d3b6bd79ea9fc5c896b0e1dc60a729d0e42ab948d698ce848e6b8a57b97&smart=true&width=1200&height=900" alt="Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/">Inter Miami, Marlins y Dolphins se suman a los esfuerzos de ayuda.</a></li><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/">Una estrella de la NFL se une al equipo de Global Empowerment Mission; su mensaje para los habitantes del sur de Florida es: “Hagan lo que puedan”.</a></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/">Más de 100 venezolanos que fueron deportados de Estados Unidos horas antes de los terremotos están desaparecidos.</a></li></ul><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 celebra las inversiones en reconstrucción.</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/">Médicos del condado de Miami-Dade recolectan donaciones de suministros médicos cerca de 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/">Les presentamos al capitán German Leal del Departamento de Bomberos y Rescate de Miami-Dade.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="Los equipos de rescate buscan entre los escombros tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Los equipos de rescate buscan entre los escombros tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/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/">Agentes de policía de Pembroke Pines anuncian una campaña de recolección de donaciones.</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 se asocia con la organización sin fines de lucro CADENA para proporcionar alojamiento de emergencia.</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 tiene como objetivo proteger a los niños vulnerables.</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="">El equipo de la Fundación Grey Bull Rescue llega a 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/">Las autoridades clausuran La Guaira y exigen que los voluntarios se registren en 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 realiza donaciones a Airlink para ayudar a organizaciones benéficas con la logística.</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/">El equipo de búsqueda y rescate de Miami se prepara para desplegarse.</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 organiza campaña de recolección en 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/">Una organización benéfica con sede en Weston se asocia con una farmacia local.</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/">El proyecto DYNAMO, liderado por veteranos, entrega 20.000 libras de ayuda en las primeras 48 horas.</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/">El altruismo en El Arepazo alimenta el esfuerzo del equipo de Global Empowerment Mission.</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/">Rescatistas salvadoreños trabajan para liberar a un sobreviviente de 15 años en Caraballeda.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Un coche de juguete yace entre los escombros dos días después de dos terremotos, el viernes 26 de junio de 2026, en Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Un coche de juguete yace entre los escombros dos días después de dos terremotos, el viernes 26 de junio de 2026, en 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 incluye en sus kits de ayuda humanitaria notas escritas a mano con mensajes de esperanza.</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/">El Comando Sur de Estados Unidos se centra en los daños en los aeropuertos.</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/">El Departamento de Estado despliega un equipo de búsqueda y rescate en Miami-Dade.</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 abre 4 nuevos puntos de entrega de ayuda.</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 mantendrá abiertos 6 puntos de entrega de ayuda las 24 horas del día, los 7 días de la semana.</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/">El recaudador de impuestos de Miami-Dade abre 11 puntos de entrega.</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 abre 4 puntos de entrega de ayuda.</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/">Se abre un punto de entrega de ayuda en 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 ofrece servicio gratuito hasta el 25 de julio, pero un kit cuesta 470 dólares.</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 despliega personal y necesita donaciones.</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 solicita donaciones para su fondo de emergencia.</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 se centra en los “hospitales de campaña de emergencia”.</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/">La Cruz Roja solicita donaciones para su Fondo de Emergencia para la Respuesta ante Desastres.</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/">La ONU solicita donaciones para un programa infantil que carece de fondos suficientes.</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 solicita donaciones para su “fondo de ayuda en casos de desastre”.</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 solicita donaciones para comidas frescas.</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 lanza la ‘Operación Manos Amigas’.</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Tesla sales jumped last quarter in a possible sign the worst of the Musk backlash is behind it]]></title><link>https://www.local10.com/business/2026/07/02/tesla-sales-jumped-last-quarter-in-a-possible-sign-the-worst-of-the-musk-backlash-is-behind-it/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/tesla-sales-jumped-last-quarter-in-a-possible-sign-the-worst-of-the-musk-backlash-is-behind-it/</guid><dc:creator><![CDATA[By BERNARD CONDON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Tesla car sales surged in the past three months in a possible sign damage from a customer revolt over Elon Musk and boycotts are mostly behind it.]]></description><pubDate>Thu, 02 Jul 2026 16:21:07 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Tesla car sales surged in the past three months in a possible sign damage from a customer revolt over Elon Musk and boycotts are mostly behind it.</p><p>The electric vehicle maker run by Musk reported Thursday that it delivered 480,126 cars to customers, a jump of 25% over the 384,122 figure a year ago when many Europeans refused to buy his cars because of his embrace of far-right political candidates there.</p><p>The second-quarter sales, the second straight gain in a row, also came in much higher than the 401,000 that Wall Street analysts had been expecting, according to a FactSet survey.</p><p>It's a big turnaround from just a few months ago when Tesla reported sales had fallen in 2025 for a second year in a row and it had to yield its crown as the world's largest EV maker to China's BYD.</p><p>Tesla’s stock fell sharply in midday trading Thursday, down 6%, an odd development that Seth Goldstein of Morningstar attributed possibly to profit-taking by investors after a recent run-up in its shares.</p><p>For the second-quarter figures, the company didn't break out results by country, but an earlier report from European trade groups reported big sales increases in Europe in May, including a 300% rise in Germany.</p><p>The Austin, Texas, company introduced cheaper Model Y and Model 3 models last year in hopes of boosting sales. In Europe, it also cut the cost of leasing and loans. Sales were also helped by a surge of EV buying in general on the continent as gas and diesel prices have risen due to the Iran war.</p><p>For future quarters, Tesla hopes to lure even more Europeans as countries approve use of its driver assistance feature, available in the U.S., called Full Self-Driving (Supervised). The Netherlands approved the system in April, followed by Estonia, Greece and Lithuania.</p><p>Sales fell last year amid protests at showrooms in Europe and the U.S., a Musk figure burned effigy in Milan and vandalism against Tesla drivers. Customers were angry about him publicly supporting far-right political candidates in elections. In the U.S., too, many of Tesla's traditional buyers stopped buying because of Musk's work heading a Trump administration group cutting government spending.</p><p>Tesla was also hurt in the U.S. by the elimination of a tax break for buying electric vehicles in the fall last year, which added as much as $7,500 to EV costs. That is still keeping EV buyers away even as gas prices have risen.</p><p>Tesla sales in the U.S. weren't broken out in the latest report, but research firm Cox Automotive estimates they are still falling fast, down 20% in the second quarter from the year earlier period.</p><p>Amid Tesla struggles last year, Musk managed to shift the narrative about Tesla's future away from its car business to its robots, automated driving system and self-driving robotaxis.</p><p>Judging from the stock price, investors approve. Shares have fully recovered from a deep dive early last year, rocketing more than 40% in the past 12 months.</p><p>______________</p><p>Business Writer Michelle Chapman contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YAYOOOMJ2SIZ2WL23QFYF7FQC4.jpg?auth=ab5299fa9fdb614a1f9c0d399b7d402482419bcb3988c4c9edf4fecc204a255d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tesla vehicles line a parking lot at the company's Fremont, Calif., factory on Aug. 5, 2025. (AP Photo/Noah Berger, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[BSO: Hombre muere tras ser baleado por mujer en estacionamiento de Walmart en North Lauderdale]]></title><link>https://www.local10.com/espanol/2026/07/01/bso-hombre-muere-tras-ser-baleado-por-mujer-en-estacionamiento-de-walmart-en-north-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/bso-hombre-muere-tras-ser-baleado-por-mujer-en-estacionamiento-de-walmart-en-north-lauderdale/</guid><dc:creator><![CDATA[Amanda Batchelor, Rosh Lowe]]></dc:creator><description><![CDATA[Un hombre de 62 años murió después de que una mujer le disparó en el estacionamiento de un Walmart en North Lauderdale el martes, informaron las autoridades el miércoles.]]></description><pubDate>Wed, 01 Jul 2026 17:40:32 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 62 años murió después de que una mujer le disparó en el estacionamiento de un Walmart en North Lauderdale el martes, informaron las autoridades el miércoles.</p><p>La Oficina del Sheriff de Broward identificó al hombre como Bart Diguglielmo, de Lauderhill.</p><p>Según la BSO, <a href="https://www.local10.com/espanol/2026/06/30/bso-una-persona-herida-y-otra-detenida-tras-balacera-frente-a-walmart-de-north-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/30/bso-una-persona-herida-y-otra-detenida-tras-balacera-frente-a-walmart-de-north-lauderdale/">la balacera fue reportada poco antes de las 12:30 p.m. del martes</a> en el estacionamiento del Walmart, ubicado en el 7900 de West McNab Road.</p><p>Agentes y paramédicos de North Lauderdale Fire Rescue respondieron al lugar y encontraron a Diguglielmo con una herida de bala, informaron las autoridades.</p><p>Los agentes informaron que los paramédicos trasladaron a Diguglielmo al Broward Health Medical Center, donde murió.</p><p>Según la BSO, Diguglielmo y una mujer habían discutido por un espacio de estacionamiento antes de la balacera.</p><p>Los agentes informaron que la mujer permaneció en el lugar después de la balacera y aseguró que le disparó a Diguglielmo en defensa propia.</p><p>Los detectives confirmaron que la mujer fue detenida para ser interrogada y que está cooperando con la investigación.</p><p>Indicaron que, una vez concluya la investigación, el caso será presentado ante la Fiscalía Estatal del Condado Broward para determinar si se presentarán cargos penales contra la mujer.</p><p>La identidad de la mujer no ha sido divulgada.</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[Taylor Fritz wins match and style points at Wimbledon. De Minaur also advances]]></title><link>https://www.local10.com/sports/2026/07/02/taylor-fritz-wins-match-and-style-points-at-wimbledon-de-minaur-also-advances/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/02/taylor-fritz-wins-match-and-style-points-at-wimbledon-de-minaur-also-advances/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — A well-dressed Taylor Fritz impressed again at Wimbledon on Thursday, beating compatriot Patrick Kypson 6-2, 6-2, 7-5 to reach the third round as Princess Kate visited the All England Club.]]></description><pubDate>Thu, 02 Jul 2026 13:16:29 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — A well-dressed Taylor Fritz impressed again at Wimbledon on Thursday, beating compatriot Patrick Kypson 6-2, 6-2, 7-5 to reach the third round as Princess Kate visited the All England Club.</p><p>Fritz's white blazer and NBA-style warmup pants for his walk-on at No. 2 Court drew attention but his play wasn't bad either — he fired 19 aces and avoided getting pushed into a fourth set.</p><p>The sixth-seeded American, a semifinalist last year, emphatically pumped his right fist when he broke Kypson to convert his fourth match point.</p><p>“I'm really happy that I was able to just get the break there, avoid going to a tiebreaker, avoid going to a fourth, just get it done in three,” Fritz said in an on-court interview.</p><p>Fritz also won his opener in straight sets and had worn a similar outfit with tear-away warmup pants.</p><p>“I'm a bit more low-key so it's definitely something different for me walking out with the whole fit,” the 28-year-old Californian said.</p><p>“The first round I actually kind of struggled getting the thing off. I saw a video of Frances (Tiafoe) the other day just going full rip-off,” Fritz added. “I tried to copy him today.”</p><p>Fifth-seeded Alex de Minaur also advanced in straight sets, beating Adrian Mannarino 6-3, 6-2, 6-2.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4SLURO6X7C6CFD2MYKZ7QHMTEI.jpg?auth=b8b68b8d918b0ed18b1863202c07a74a230d33313d574634f8c0f018d5dd8fa6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Taylor Fritz of the United States returns the ball to Patrick Kypson of the United States in their second round men's singles match at the Wimbledon Tennis Championships in London, Thursday, July 2, 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/7PVHJSKQQQ5HBOTDGKZ7GSLOKI.jpg?auth=61a6c05e573f80efdc9d44d044a03c1d89fed1a3c0b87f4e5bfb00fe5ac2953d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Taylor Fritz of the United States returns the ball to Patrick Kypson of the United States in their second round men's singles match at the Wimbledon Tennis Championships in London, Thursday, July 2, 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/ZXOMBHWIKWZLRMKCDQ4DM3JODY.jpg?auth=8891a98e955309b989723e61fa96432ba38116ed9c880fca84056be01250f7ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alex de Minaur of Australia celebrates winning the second round men's singles match against Adrian Mannarino of France at the Wimbledon Tennis Championships in London, Thursday, July 2, 2026.(AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W5KD7IUUJZTYHX5VQ32RMI735Y.jpg?auth=862f33d53ff034e566386662d2ea84d1634d1bd00c531fe660ce4dc939b5ea55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tennis supporters watch the men's singles match Alex de Minaur of Australia against Roman Andres Burruchaga of Argentina at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026.(AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6H2YVRUV4OJQU5JFU5IJ77PKE4.jpg?auth=c8188825d0b4752772fc939036973b6b0964034d6be6ebe6cf7393c6f0ed9a86&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Taylor Fritz of the United States takes off his quick-release trousers as he arrives on court 1 to play against Dusan Lajovic of Serbia in their first round men's singles match at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content></item><item><title><![CDATA[Last-minute launch problem delays satellite rescue mission for NASA]]></title><link>https://www.local10.com/tech/2026/07/02/last-minute-launch-problem-delays-satellite-rescue-mission-for-nasa/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/02/last-minute-launch-problem-delays-satellite-rescue-mission-for-nasa/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description><![CDATA[CAPE CANAVERAL, Fla. (AP) — A rush rescue mission to save a NASA space telescope remains grounded, this time because of a last-minute launch problem.]]></description><pubDate>Thu, 02 Jul 2026 15:24:07 +0000</pubDate><content:encoded><![CDATA[<p>CAPE CANAVERAL, Fla. (AP) — A rush rescue mission to save a NASA space telescope remains grounded, this time because of a last-minute launch problem.</p><p>Northrop Grumman ’s rocket-launching plane took off from the Marshall Islands in the Pacific on Thursday, following weather delays all week. While in flight, the team observed a warning in the stream of data and decided against releasing the Pegasus rocket strapped to the plane’s belly, the company said. It was not immediately clear whether the warning came from the rocket or the plane.</p><p>The rocket holds a three-armed robotic spacecraft built by Katalyst Space Technologies to capture the Swift Observatory, which will come crashing down by October if no help arrives. No new launch date has been set.</p><p>NASA paused Swift's science operations earlier this year to preserve its orbit as long as possible. It has detected thousands of gamma ray bursts and exploding stars since its launch in 2004, tipping off other telescopes for more detailed observations.</p><p>Anxious to continue Swift's scanning of the universe, the space agency hired Katalyst Space last September for the $30 million salvage operation.</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/ITG6WAB6UZ3S7OFAQVG2OKRIYQ.jpg?auth=b3c0f1493476c984b414787a8e1a4196d9c060e91331c36014793f73763cf530&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by NASA shows Kieran Wilson, LINK’s principal investigator, and Hunter Robertson, a space systems engineer, both at Katalyst Space, standing next to their spacecraft inside the SES (Space Environment Simulator) at NASA’s Goddard Space Flight Center in Greenbelt, Md., April 17, 2026, ahead of thermal vacuum testing. (Sophia Roberts/NASA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Sophia Roberts</media:credit></media:content></item><item><title><![CDATA[July 2: Another afternoon of thunderstorms producing frequent lightning and gusty winds]]></title><link>https://www.local10.com/weather/2026/07/02/july-2-another-afternoon-of-thunderstorms-producing-frequent-lightning-and-gusty-winds/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/02/july-2-another-afternoon-of-thunderstorms-producing-frequent-lightning-and-gusty-winds/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[We started a stormy weather pattern yesterday and it continues today. ]]></description><pubDate>Thu, 02 Jul 2026 13:04:24 +0000</pubDate><content:encoded><![CDATA[<p>We started a stormy weather pattern yesterday and it continues today. Scattered thunderstorms will develop between noon-2 p.m. The highest chance of storms will be from 2 p.m.-7 p.m. The main threat will be numerous cloud-to-ground lightning strikes, but some could also contain strong wind gusts and minor flooding. Ahead of any rain, expect high temperatures to reach the low 90s with a heat index up to 105°.</p><p>The pattern is on repeat for tomorrow and the holiday weekend. Expect midday heat and humidity followed by spotty thunderstorms. They will be focused on the afternoon, so I’m hopeful that by fireworks time we will have plenty of dry weather.</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[Trump administration proposes a rule it says could save Medicare patients $1.1 billion on drugs]]></title><link>https://www.local10.com/business/2026/07/02/trump-administration-proposes-a-rule-it-says-could-save-medicare-patients-11-billion-on-drugs/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/trump-administration-proposes-a-rule-it-says-could-save-medicare-patients-11-billion-on-drugs/</guid><dc:creator><![CDATA[By JOSH BOAK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Trump administration is proposing a new rule on Thursday to keep hospitals from charging markups on discounted drugs for Medicare patients and says that could save consumers $1.1 billion next year, according to estimates obtained by The Associated Press.]]></description><pubDate>Thu, 02 Jul 2026 16:39:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration is proposing a new rule on Thursday to keep hospitals from charging markups on discounted drugs for Medicare patients and says that could save consumers $1.1 billion next year, according to estimates obtained by The Associated Press.</p><p>The rule would apply to hospitals that serve low-income patients under what is known as the 340B program, which lets hospitals buy outpatient prescription drugs at discounted prices. But in many cases, hospitals can bill insurers at rates that exceed those costs, allowing hospitals to keep the difference and resulting in higher costs to patients.</p><p>Under the proposed rule, the Centers for Medicare & Medicaid Services would change the formula for what hospitals participating in the program can get reimbursed, in an effort to cut costs for patients.</p><p>The Republican administration has sought to show during an election year that it is tackling the challenges of affordability for U.S. families at a time when rising healthcare costs are driving financial strains for households and the government alike. While the administration has taken several steps it says will save money on medical treatment, it is unclear how much savings might ultimately materialize based on the complexity of the country's healthcare system.</p><p>The American Hospital Association said the proposed rule would compound the financial pressures its members face.</p><p>“These proposals will undermine the ability of hospitals to maintain essential services and protect affordable access to care for those who depend on the 340B program,” said Ashley Thompson, the group's senior vice president for public policy analysis and development.</p><p>There is the risk that hospital systems could see their revenues decrease, which could have consequences in the communities they serve. The 340B program was initially designed as a way for healthcare providers to stretch scarce federal resources to better serve more patients. But it has long been at the center of a lobbying battle between hospitals and pharmaceutical companies, with each side attempting to enlist lawmakers in maintaining or changing the benefit.</p><p>The agency estimates that the average older adult with Medicare Part B coverage who is administered one of these drugs would save $800 a year in co-payments. That would work out to a total savings of $1.1 billion for everyone with that coverage.</p><p>The savings over 10 years could total about $20 billion, according to a White House official who requested anonymity to discuss the rule before the official announcement. The official said the proposed rule was not previewed for hospital groups before the release.</p><p>In a policy draft of the rule, the administration gave a specific example of how the current system works for the prostate cancer drug Lupron Depot. Hospitals under the 340B program can acquire a dose for roughly $700, but they can receive about $4,000 in Medicare reimbursement for administering it and an additional $1,000 from the patient co-payment.</p><p>The proposed rule would cut by roughly 40% that amount that hospitals in the discounted drug program could be paid through Medicare programs. If approved, the rule would go into effect at the start of next year.</p><p>In 2018 during President Donald Trump's first term, his administration tried to enact this same type of rule to reduce Medicare payments to hospitals. But the Supreme Court ruled in 2022 that the government could not provide a separate reimbursement plan for 340B hospitals.</p><p>The president signed an executive order in April 2025 to survey how much hospitals spend to buy drugs. The result of that survey led to the proposed rule, which would cap Medicare reimbursement for participating hospitals at the average sales prices, minus 33.4%. The reason why the average reimbursement rate would be cut is because the hospitals acquired the drugs at discounted prices.</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/7PBL6GHD3PJZO6LWWKPEVSPJ5E.jpg?auth=f300d8b9a7b3ec8daf96218651429c2aa6f10d989b22040ab7711a0286022da2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bottles of medications sit on shelves at the Stormont Vail Retail Pharmacy in Topeka, Kan., Tuesday, June 2, 2026. (AP Photo/John Hanna)]]></media:description><media:credit role="author" scheme="urn:ebu">John Hanna</media:credit></media:content></item><item><title><![CDATA[U.S. filings for jobless aid fall to 215,000 as layoffs remain at historically healthy levels]]></title><link>https://www.local10.com/business/2026/07/02/us-filings-for-jobless-aid-fall-to-215000-as-layoffs-remain-at-historically-healthy-levels/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/us-filings-for-jobless-aid-fall-to-215000-as-layoffs-remain-at-historically-healthy-levels/</guid><dc:creator><![CDATA[By MATT OTT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — U.S. applications for jobless aid inched down last week as layoffs remain at historically healthy levels.]]></description><pubDate>Thu, 02 Jul 2026 13:01:06 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — U.S. applications for jobless aid inched down last week as layoffs remain at historically healthy levels.</p><p>The number of Americans filing for unemployment benefits in the week ending June 27 fell by 1,000 to 215,000, the Labor Department reported Thursday. That’s fewer than the 225,000 new applications forecast by analysts surveyed by the data firm FactSet.</p><p>Weekly filings for unemployment benefits are considered representative of U.S. layoffs and are close to a real-time indicator of the health of the job market.</p><p>The government also released its more comprehensive June jobs report on Thursday, a day earlier than usual due to the July 4 holiday.</p><p>That data showed that U.S. employers pulled back on hiring last month, adding only 57,000 jobs. That’s less than half the previous month’s total and a sign companies remain cautious. The unemployment rate dropped to 4.2% from 4.3% in May, though that decline is mostly due to the fact that many out-of-work people gave up looking for jobs and were no longer counted as unemployed.</p><p>June’s tepid hiring comes after a relative surge in job gains the previous three months, countering concerns that the war in Iran would trip up an already wobbly labor market.</p><p>Weekly jobless aid applications have stabilized in a range mostly between 200,000 and 250,000 since the U.S. economy emerged from the pandemic recession. However, hiring began slowing about two years ago and tapered further in 2025 due to President Donald Trump’s tariffs, his purge of the federal workforce and the lingering effects of high interest rates meant to control inflation.</p><p>Among the companies that have cut jobs recently are Verizon, UPS, Amazon, Disney, Starbucks and Walmart.</p><p>Thursday's layoffs data showed that the four-week moving average of jobless claims, which quiets some of the week-to-week noise, fell by 2,500 to 222,000.</p><p>The total number of Americans filing for unemployment benefits for the previous week ending June 20 ticked up by 2,000 by to 1.81 million, also a historically low figure.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HFTHJMVIVKCNONVVRRY6JULU6Y.jpg?auth=4f9ab8cad642e34e034c7ba79c1d5f81b872e9f56f0b8444a3074ab165f28873&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 in Buffalo Grove, Ill., 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[Top EU court dismisses Google appeal of $4.5 billion antitrust fine]]></title><link>https://www.local10.com/business/2026/07/02/top-eu-court-dismisses-google-appeal-of-45-billion-antitrust-fine/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/top-eu-court-dismisses-google-appeal-of-45-billion-antitrust-fine/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BRUSSELS (AP) — Judges at the European Union's top court dismissed an appeal by Google over a landmark, 4.1 billion euro ($4.5 billion) antitrust fine imposed for throttling competition and reducing consumer choice through the dominance of its mobile Android operating system.]]></description><pubDate>Thu, 02 Jul 2026 13:09:39 +0000</pubDate><content:encoded><![CDATA[<p>BRUSSELS (AP) — Judges at the European Union's top court dismissed an appeal by Google over a landmark, 4.1 billion euro ($4.5 billion) antitrust fine imposed for throttling competition and reducing consumer choice through the dominance of its mobile Android operating system.</p><p>The case has been tangled up in courts since the European Commission announced the fine in 2018. But the European Court of Justice dismissal on Thursday marks the end of that process.</p><p>“The appeal brought by Google and its parent company Alphabet against the judgment of the General Court is dismissed, thereby confirming the penalty imposed for Google Search’s abuse of a dominant position in the context of the Android operating system,” the Luxembourg-based judges wrote in their ruling.</p><p>Google previously argued free and open-source Android has resulted in low-cost phones and driven competition with its chief rival, Apple. Android is the most popular mobile operating system, beating even Apple’s iOS.</p><p>The fine is one of three antitrust penalties totaling more than $8 billion that the European Commission slapped on Google between 2017 and 2019, putting the 27-nation bloc at the forefront of the global push to rein in tech giants.</p><p>Since then, the commission has widened its crackdown on digital giants with more antitrust investigations targeting Amazon, Apple and Facebook and sweeping new rules aimed at clamping down on the biggest digital companies.</p><p>Agustín Reyna, director general of the European Consumer Organization, welcomed the court’s ruling and said the EU needs more regulation akin to the Digital Markets Act to “nip unfair practices in the bud” and protect consumers.</p><p>“Today’s judgment sends a very clear message: dominant companies cannot use their power to shut out competition and limit consumer choice,” Reyna said. “Today is a big win for Europe.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HJT33PSCFH4N5JASBRKLTTF6ZA.jpg?auth=163b50f7ca4f0d5c02929744cd09f9c1e4377c8447bd86cda05df96efe7eb56f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man walks by the European Court of Justice in Luxembourg, Oct. 5, 2015. (AP Photo/Geert Vanden Wijngaert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Geert Vanden Wijngaert</media:credit></media:content></item><item><title><![CDATA[Trump administration’s $46 billion 'smart wall' races ahead on the US-Mexico border]]></title><link>https://www.local10.com/news/politics/2026/07/02/trump-administrations-46-billion-smart-wall-races-ahead-on-the-us-mexico-border/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/02/trump-administrations-46-billion-smart-wall-races-ahead-on-the-us-mexico-border/</guid><dc:creator><![CDATA[By REBECCA SANTANA, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — For decades, all that separated the U.S. from Mexico was barbed wire.]]></description><pubDate>Thu, 02 Jul 2026 11:48:18 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — For decades, all that separated the U.S. from Mexico was barbed wire.</p><p>Now, after a massive infusion of cash from Congress, President Donald Trump's administration is swiftly building what it has dubbed a “smart wall,” a combination of 30-foot-tall (9-meter-tall) steel fencing and an array of sophisticated technology like sensors, cameras and towers allowing Border Patrol to surveil the territory.</p><p>The wall is under heavy scrutiny for the billions of dollars being dedicated to it when border crossings are at their lowest in decades. Critics say the U.S. is militarizing the border as it increasingly deploys sophisticated surveillance technology to the area, impacting local communities.</p><p>“We are seeing a massive expansion of surveillance and surveillance technology across the borderlands,” said Ricky Garza, border policy counsel at the Southern Border Communities Coalition, an advocacy group. “The wall in all its forms is harmful to communities.”</p><p>Officials say the technology is complementary to the physical wall and frees up agents for other tasks.</p><p>“It’s a smart wall. It’s not just a barrier,” Customs and Border Protection Commissioner Rodney Scott said during recent congressional testimony. “It maximizes the use of our most valuable resource, which is our agents.”</p><p>Contracts for hundreds of miles of wall already inked</p><p>The wall has been a top priority for Trump, a Republican, since he first ran for president.</p><p>During the administration of President Joe Biden, a Democrat, the border emerged as a flashpoint, with thousands of people seeking to cross into the country each day. Those numbers started to taper off shortly before Trump returned to office last year and then slowed to a trickle, with his broader immigration crackdown serving as a deterrent for would-be migrants.</p><p>Flush with $46 billion to finish the wall after an infusion by Congress for immigration enforcement, CBP is inking tens of billions of dollars in contracts to build the wall and push along the president's signature project.</p><p>Homeland Security Secretary Markwayne Mullin said recently that a preliminary part of the wall will be finished by “this time next year.” Scott said his agency is putting up 6 miles (10 kilometers) of wall a week.</p><p>Hundreds of miles had already been built before Trump returned to office. As of mid-June 2026, CBP has erected another 74 miles (119 kilometers) and aims to build hundreds more. There is no wall planned for roughly 535 miles (861 kilometers) of the roughly 2,000-mile-long (3,200-kilometer-long) border, because rugged terrain already serves as a barrier. Ground sensors and towers will be used instead.</p><p>CBP is also going back to hundreds of miles of already built wall and adding more technology, lights and roads. Along the long stretches of river in Texas that mark the border with Mexico, they're deploying 12- to 15-foot-long (3.7- to 4.5-meter-long) cylinder-shaped buoys meant to keep migrants or smugglers from crossing the border.</p><p>More technology being deployed on the border</p><p>Technology is playing a greater role in the Trump administration’s effort to make illegal crossings along the border more difficult, part of a broader transformation of CBP in the years since Sept. 11, 2001, into an intelligence operation with a mass surveillance network whose reach extends far beyond the nation's frontiers, according to reporting by The Associated Press.</p><p>And critics say the border technology poses a threat.</p><p>The Southern Border Communities Coalition says surveillance technologies can push migrants into more dangerous routes to avoid being detected.</p><p>Garza, the group's policy counsel, warned that surveillance technology infringes on the privacy rights of border residents and that locals have found ground sensors used to detect smuggler or migrant traffic placed on their property without their consent.</p><p>Nayda Alvarez and her relatives own land along the Rio Grande roughly 125 miles (200 kilometers) inland from the Gulf of Mexico. She has found cameras placed on her family's land, and just last week she spotted a surveillance tower about a quarter of a mile (almost half a kilometer) down the river from her house.</p><p>“Are we expecting a war or something?” she said. "It doesn’t make me feel safer.”</p><p>Dave Maass, director of investigations for the Electronic Frontier Foundation, a nonprofit that focuses on civil liberties related to digital technology, said the technology has made the border area “a hostile environment” for locals and would-be migrants.</p><p>The foundation has published a guide on the various types of surveillance towers in use along the southern border designed to help local residents.</p><p>These can range from fixed towers with video, infrared and radar technologies that have a range of roughly 8 miles (13 kilometers) to remote video surveillance systems that have cameras and a spotlight fixed on top. Some are mounted on the backs of trucks so agents can drive them to different parts of the border.</p><p>Increasingly, these towers are autonomous. They can scan an area, analyze what they're seeing using artificial intelligence and alert Border Patrol agents to something suspicious. Proponents say this helps keep Border Patrol agents out in the field instead of sitting in front of computer screens watching for activity. But it also increases AI decision-making along the border when experts have warned about the technology’s potential for bias or other problems.</p><p>The big GOP tax cuts and spending bill passed by Congress last summer requires that CBP buys only the autonomous towers, and the department is deploying an additional 95.</p><p>Underground, buried fiberoptic cables can sense movement, capturing data that is also then analyzed by AI.</p><p>“We follow the contour of the land. We go through trees. We go down into the river banks. We can go absolutely everywhere,” said Magnus McEwen-King, CEO of Sintela, which has a contract with CBP to install the cables. He spoke at a recent border security expo in Phoenix, where some of the technology was on display.</p><p>CBP also uses ground sensors and trail cameras to detect smuggling routes.</p><p>Concerns over cost and future plans</p><p>The nonpartisan watchdog group Taxpayers for Common Sense has questioned both the huge amounts of money for the wall-building and whether taxpayers are getting their money's worth.</p><p>In 2011, under Democratic President Barack Obama, Homeland Security Secretary Janet Napolitano pulled the plug on a project to build a “virtual wall” of integrated technology like radars, sensors and cameras across the entire border after it ran over budget, faced technological glitches and was behind schedule.</p><p>Josh Sewell, director of research and policy at Taxpayers for Common Sense, said the organization would like to see more “robust evaluation” of the technologies being used to avoid similar scenarios. And he criticized the Trump administration for lack of oversight on how the money is being spent, a charge CBP has denied, citing “oversight mechanism.”</p><p>In the Big Bend area of southern Texas, opposition to the department's wall-building plans gathered strong bipartisan support especially in the most sensitive areas that run through a state and national park and a wildlife area.</p><p>CBP now says it is not planning to build a 30-foot-high (9-meter-high) bollard wall in those areas. Its recently announced plans include installing patrol roads and some barriers designed to stop cars and using detection technologies.</p><p>Clara Benson, who is one of the founders of the No Big Bend Wall coalition, says bright lights in the area designed to illuminate the border could pollute the skies in an area renowned for having some of the best views of the stars. Even without a 30-foot-tall (9-meter-tall) steel wall running through the land, there is concern about CBP's plans.</p><p>“There's still a lot of fear and dread that the plan is still going to be quite damaging,” she said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NTMFPTXQKOOQKRLKR7E4XBTK2I.jpg?auth=68b633df70efcffed82765db1e78215cc1886dbde25294550afd267077f7d7f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Surveillance technology used by various law enforcement sit on a tower at the border wall, July 28, 2025, in Douglas, Ariz. (AP Photo/Ross D. Franklin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LA3IMS33M2WNL27MXVR4NS3QB4.jpg?auth=adc261376aa74d95a5f0051d5d0a27f0e209b98ea22e9f5fa557551ff097746d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Army soldiers look at the border wall next to a surveillance vehicle during the visit to the U.S. and Mexico border by Defense Secretary Pete Hegseth in Sunland Park, N.M., Feb. 3, 2025. (AP Photo/Andres Leighton, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Leighton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QL6XPMZ3JE2BRV4J322C37RKXA.jpg?auth=6ce745641db34066a95f9202d491227e56155caaa65412c0fb09e2d0707b0301&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Concertina wire lines the interior of a border wall separating Tijuana, Mexico, from the United States, June 4, 2025, in San Diego. (AP Photo/Gregory Bull, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GPE7XLZUCT4BQTI2MZTASM44WQ.jpg?auth=f470820d763f87684e96b7ea137902e656bc7dcf5bfe69fc1c66a594c3f14e1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Migrants walk past large buoys being used as a floating border barrier on the Rio Grande, Aug. 1, 2023, in Eagle Pass, Texas. (AP Photo/Eric Gay, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Fans pack Bayfront Park for U.S.-Bosnia World Cup watch party]]></title><link>https://www.local10.com/sports/local/2026/07/01/fans-pack-bayfront-park-for-us-bosnia-world-cup-watch-party/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/01/fans-pack-bayfront-park-for-us-bosnia-world-cup-watch-party/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[Despite the muggy weather, the FIFA Fan Fest was well underway, with fans gathering to watch Wednesday’s World Cup games. ]]></description><pubDate>Thu, 02 Jul 2026 02:52:17 +0000</pubDate><content:encoded><![CDATA[<p>Despite the muggy weather, the FIFA Fan Fest was well underway, with fans gathering to watch Wednesday’s World Cup games. </p><p>Supporters of England, Belgium, Senegal, the United States and Bosnia were all represented, creating a melting pot of soccer fans.</p><p>The crowd was expected to keep growing as kickoff for the U.S.-Bosnia match approached. During previous matches, Bayfront Park reached capacity, and it remained to be seen whether that would happen again for Wednesday night’s game.</p><p>“At the end of the day, it is in our city, it is beautiful, and we are 100% percent supporting our country,” said U.S. fan Dylan Rodriguez.</p><p>“Honestly, it’s nice to see — bringing all these people together,“ said fan Caleb. ”At the end of the day, that’s what we want to see.” </p><p>Fans said the event has been a unifying experience, with friendships forming between people from around the world who share a passion for soccer — or futbal, depending on who you ask.</p><p>Families also packed the park, creating lasting memories while enjoying more than just the match. Along with watching the game, fans had access to food, drinks and a variety of activities throughout the festival.</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[Wilton Manors business group steps up support for LGBTQ+ community]]></title><link>https://www.local10.com/news/local/2026/07/01/wilton-manors-business-group-steps-up-support-for-lgbtq-community/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/wilton-manors-business-group-steps-up-support-for-lgbtq-community/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[As Pride Month came to a close, many community leaders pointed to corporations, saying a growing number have pulled their sponsorships from Pride events amid the current political climate.]]></description><pubDate>Wed, 01 Jul 2026 22:29:06 +0000</pubDate><content:encoded><![CDATA[<p>As Pride Month came to a close, many community leaders pointed to corporations, saying a growing number have pulled their sponsorships from Pride events amid the current political climate.</p><p>But members of one local business group are pointing the finger at themselves instead.</p><p>What started with one table has quickly grown into one of the newest Business Network International chapters in Wilton Manors.</p><p>“We are the fastest growing chapter in all of Florida,” said Jerry Windle, who helps lead the group.</p><p>The chapter is the only officially designated LGBTQ+ ally chapter in Florida, but most of its members are not part of the LGBTQ+ community.</p><p>Instead, they are allies, including contractors and hetero family-man Ted Knote.</p><p>“We have a great group here,” Knote said.</p><p>Chapter members said that in less than a year, they have generated nearly $2 million in referral business.</p><p>Windle said part of the idea behind growing the chapter came after seeing corporate sponsorships pull away from LGBTQ+ organizations amid the current political climate and anti-DEI legislation.</p><p>“It’s very easy to become reactive and say why and point the finger and blame, blame, blame,” Windle said.</p><p>“Despite what may happen politically — and we can like it, we can not like it — but rather than point fingers and say would’ve, could’ve, should’ve, it’s what can we do now?” he said.</p><p>The group’s efforts have gone beyond growing business.</p><p>They have also helped support organizations like the Pride Center, where the chapter meets. The center has struggled to continue its HIV prevention efforts after losing federal funding under the Trump administration.</p><p>Windle said the chapter has donated $20,000 to the Pride Center.</p><p>“We have strength when we create the gravitas to sit at the table and we create the table,” he said.</p><p>The business group meets once a week in Wilton Manors.</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[BSO: Man dies after being shot by woman in North Lauderdale Walmart parking lot]]></title><link>https://www.local10.com/news/local/2026/07/01/bso-man-dies-after-being-shot-by-woman-in-north-lauderdale-walmart-parking-lot/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/bso-man-dies-after-being-shot-by-woman-in-north-lauderdale-walmart-parking-lot/</guid><dc:creator><![CDATA[Amanda Batchelor, Rosh Lowe]]></dc:creator><description><![CDATA[A 62-year-old man has died after he was shot in the parking lot of a Walmart in North Lauderdale on Tuesday, authorities announced Wednesday.]]></description><pubDate>Wed, 01 Jul 2026 16:48:25 +0000</pubDate><content:encoded><![CDATA[<p>A 62-year-old man has died after he was shot in the parking lot of a Walmart in North Lauderdale on Tuesday, authorities announced Wednesday.</p><p><a href="https://www.local10.com/espanol/2026/07/01/bso-hombre-muere-tras-ser-baleado-por-mujer-en-estacionamiento-de-walmart-en-north-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/bso-hombre-muere-tras-ser-baleado-por-mujer-en-estacionamiento-de-walmart-en-north-lauderdale/">Leer en español</a></p><p>The man was identified by the Broward Sheriff’s Office as Bart Diguglielmo, of Lauderhill.</p><p>According to BSO,<a href="https://www.local10.com/news/local/2026/06/30/bso-1-injured-1-detained-following-shooting-outside-north-lauderdale-walmart/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/30/bso-1-injured-1-detained-following-shooting-outside-north-lauderdale-walmart/"> the shooting was reported just before 12:30 p.m. Tuesday</a> in the parking lot of the Walmart, located at 7900 W. McNab Road.</p><p>Deputies and North Lauderdale Fire Rescue medics responded to the scene and found Diguglielmo suffering from a gunshot wound, authorities said.</p><p>Deputies said paramedics transported Diguglielmo to Broward Health Medical Center, where he died.</p><p>Local 10 exclusively obtained video showing the moments that the fatal shooting occurred. </p><p>According to BSO, Diguglielmo and a woman had gotten into an argument over a parking space prior to the shooting.</p><p>Deputies said the woman remained at the scene after the shooting and claimed she shot Diguglielmo in self-defense.</p><p>Detectives confirmed that the woman was detained for questioning and is cooperating in the investigation.</p><p>The victim’s daughter, who asked to be identified only as Amanda, was in tears as she described her father during a Zoom interview with Local 10 News, calling him a “good man” who previously served in the military.</p><p>She told Local 10’s Rosh Lowe that nobody “deserves to lose their life over a parking spot.” </p><p>Amanda told Lowe that she was “hesitant to do the interview,” but said she wanted her dad “to be remembered for who he was and not who the media is portraying him to be.” </p><p>“I heard one news site say it was over a parking spot,” Amanda said. “Another says it was because my dad was making some type of advance towards the woman, which I will completely debunk because my dad is not that person. He’s not perfect, but not someone that would do this to this extreme.”</p><p>Amanda said she had been estranged from her dad for many years, but they had recently been working on repairing their relationship. </p><p>Detectives said upon the completion of the investigation, the case will be presented to the Broward County State Attorney’s Office to determine whether criminal charges will be filed against the woman who shot Diguglielmo.</p><p>The woman’s identity has not been released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Demonstrators decry overcrowding, overheating at Miramar ICE field office]]></title><link>https://www.local10.com/news/local/2026/07/01/demonstrators-decry-overcrowding-overheating-at-miramar-ice-field-office/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/demonstrators-decry-overcrowding-overheating-at-miramar-ice-field-office/</guid><dc:creator><![CDATA[Jolena Esperto]]></dc:creator><description><![CDATA[Protestors gathered outside the Miramar Immigration and Customs Enforcement field office on Wednesday after weeks of alarming reports about conditions inside the facility.]]></description><pubDate>Wed, 01 Jul 2026 17:22:53 +0000</pubDate><content:encoded><![CDATA[<p>Protestors gathered outside the Miramar Immigration and Customs Enforcement field office on Wednesday after weeks of alarming reports about conditions inside the facility.</p><p><a href="https://www.local10.com/espanol/2026/07/01/manifestantes-denuncian-hacinamiento-y-calor-extremo-en-oficina-de-ice-en-miramar/" target="_blank" rel="" title="https://www.local10.com/espanol/2026/07/01/manifestantes-denuncian-hacinamiento-y-calor-extremo-en-oficina-de-ice-en-miramar/">Leer en español</a></p><p>Immigrant rights and faith groups have decried conditions at the facility for years and organized Wednesday protests.</p><p>They said detainees are subject to overcrowding and overheating.</p><p>Protester Luis Rivera said he has a close family friend who had a required appointment at the office. He said he’s scared and worried.</p><p>“You have people -- your family, your friends -- (who) you love,” he said. “It’s hard.”</p><p>Arianne Betancourt said her father was detained at the facility for six months. She now works full time to make sure people have humane conditions when held in detention.</p><p>“They’re going to spread the cruelty,” she said.</p><p>Betancourt added, “I talk to people who tell me that before they got to ‘Alligator Alcatraz’ (in Collier County), they were able to walk and now they require a wheelchair and at these centers they don’t give wheelchairs, so these elders are bed-bound now.”</p><p>A Local 10 News crew saw a fire truck and ambulance go inside and get escorted out by authorities.</p><p>Rivera said he wants to protect his friend’s identity, but described him as a 20-year-old who came to the U.S. three years ago.</p><p>He said his friend is OK “for the moment, but he continued in the line, so I don’t know when he go inside (if) they’re going to remove (his) phone.”</p><p>Rivera said they live in Orlando, but he drove his friend to the Miramar office, because that’s where his appointment was.</p><p>Protesters said they plan to continue the weekly protests.</p><p>An ICE spokesperson released the following statement to Local 10 News:</p><blockquote><p>“The Miramar facility functions as a check-in location for individuals on a non-detained docket and serves as a processing site for daily operational arrests. The number of individuals temporarily held at the facility varies based on operational needs. After processing, individuals are transferred to local detention centers.</p><p>“Being in detention is a choice. We encourage all illegal aliens to take control of their departure with the CBP Home App. The United States is offering illegal aliens $2,600 and a free flight to self-deport now. We encourage every person here illegally to take advantage of this offer and reserve the chance to come back to the U.S. the right legal way to live the American dream. If not, you will be arrested and deported without a chance to return.</p><p>“ICE ensures that all individuals waiting to check in at the Miramar facility have access to restrooms and water. Restrooms and water fountains are available in the lobby, and individuals need only request access. Allegations that individuals in line do not have access to water or restrooms are totally false.”</p><p class="citation">ICE spokesperson</p></blockquote><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Shark attack on Alabama teen inspires the start of a national alert system]]></title><link>https://www.local10.com/news/florida/2026/07/02/shark-attack-on-alabama-teen-inspires-the-start-of-a-national-alert-system/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/02/shark-attack-on-alabama-teen-inspires-the-start-of-a-national-alert-system/</guid><dc:creator><![CDATA[By KIM CHANDLER, Associated Press]]></dc:creator><description><![CDATA[Lulu Gribbin was 15 when she survived a shark attack off the coast of Florida. She lost her left hand, part of her right leg and almost her life.]]></description><pubDate>Thu, 02 Jul 2026 11:19:34 +0000</pubDate><content:encoded><![CDATA[<p>Lulu Gribbin was 15 when she survived a shark attack off the coast of Florida. She lost her left hand, part of her right leg and almost her life.</p><p>What she didn’t know when she entered the water on that day in 2024 was that another woman had been bitten by a shark 90 minutes earlier and just 3 miles (4.8 kilometers) down the beach. Had she known about the earlier attack, there is no way she would have been swimming, she said.</p><p>Gribbin’s story has inspired new federal legislation to authorize emergency alerts to mobile phones to warn beachgoers when a shark has bitten someone in the area.</p><p>President Donald Trump last week signed “Lulu’s Law,” which requires the Federal Communications Commission to allow the emergency messages. The legislation, which Gribbin advocated for, authorizes the warnings by classifying a shark attack as an event for which an emergency alert can be issued. It is up to states to implement the warnings. Gribbin’s home state of Alabama approved such a warning system last year.</p><p>“It’s really just common-sense legislation. It says that whenever there has been a shark attack in a certain area where you are near, it will send an alert to your phone, exactly like how an Amber Alert system works when a child is abducted,” she said.</p><p>Gribbin said she hopes the alert system will help prevent attacks like hers. “I definitely see this law working in the future and I'm really excited to hopefully save lives,” she said.</p><p>A fight to survive</p><p>Gribbin was one of three people bitten by a shark on June 7, 2024, off the Florida Panhandle.</p><p>She was on a mother-daughter trip to the Florida Panhandle. Gribbin said she and her friend had been diving for sand dollars.</p><p>“All of the sudden my best friend yelled, ‘Shark!’ and so we all started swimming for our lives,” Gribbin recalled. She said she remembered that sharks are attracted to frantic splashing and yelled for everyone to be calm. Gribbin, who was closest to the shark, was bitten.</p><p>“The shark bit off my hand first, and I raised my arm out of the water, and there was just flesh and bone there,” Gribbin said. The shark then latched onto her leg. A man punched the shark off her and strangers on the beach rushed to help. She was flown by helicopter to a nearby hospital.</p><p>Doctors were able to save the teen's life but had to amputate part of her right leg.</p><p>Choosing positivity throughout her recovery</p><p>In the hospital, Gribbin made a deliberate decision to choose joy and to never give up.</p><p>She initially struggled knowing, “that I only have two regular limbs, and that my life would be completely different.”</p><p>“I would cry, and I would ask my mom, ‘Why is it happening to me?’ And on that day, we put a Bible verse on my bedside table that said, ‘With God, all things are possible.’ And then she told me that what you look like doesn’t define you, it’s who you are on the inside. And so, I think that stuck with me throughout my whole recovery the past two years.</p><p>It doesn’t matter what I look like, as long as I’m spreading positivity and inspiring others to stay strong and to never give up,” she said.</p><p>Gribbin was fitted with prosthetic limbs, quickly regained her ability to walk, returned to sports and got her driver’s license. She has gone back in the water and learned to surf, meeting Bethany Hamilton, a professional surfer who lost her arm in a shark attack.</p><p>U.S. Sen. Katie Britt, the Alabama Republican who sponsored the legislation, said the legislation happened because of the teen's “courage, perseverance, and advocacy to protect future beachgoers.”</p><p>“Because of her strength, lives will be changed. We should all be inspired by her,” Britt said.</p><p>Shark bites remain rare</p><p>While sharks are commonly found in the waters off the United States, shark bites are rare, said Gavin Naylor, director of the Florida Museum of Natural History’s shark research program.</p><p>There are between 60 to 80 known unprovoked bites worldwide each year, he said. It's extremely rare that two or more people are bit in close proximity. He said in a database of known shark bites, called the International Shark Attack File, there have only been a few instances of multiple bites in a single day.</p><p>When that happens, he said it’s likely because of environmental conditions such as sharks following schools of bait fish closer to the shore. Murky water conditions can also be a factor because they increase the chance that a shark will mistake a person for a fish or seal.</p><p>In the area where Gribbin was bitten, there are about 20 to 30 bull sharks 1,312 feet (400 meters) offshore at all time, Naylor said. Great white sharks have been spotted more frequently in the chilly waters of New England and Atlantic Canada, according to conservation groups. A smartphone app called Sharktivity also allows shark spotters to report their sightings.</p><p>The sightings might unnerve people, but Naylor said it's important to remember that shark attacks are rare.</p><p>“If sharks wanted to eat people, we’d have about 10,000 bites a day. The fact that we have so few is basically testament to the fact that the sharks are doing their level best to avoid people, not to target them,” Naylor said.</p><p>Gribbin said she would rather people have the opportunity to get information and make decisions about protecting themselves than to go into the water without knowing.</p><p>Another survivor praises the alert system</p><p>Braxton Rocha, who was bitten by a large tiger shark off the north shore of the Big Island of Hawaii, said he liked the idea of an alert system. He thinks it is information that people, particularly tourists to the island, will want to know.</p><p>Rocha was spearfishing in 2015 when he saw the large shark. “Looked like a bus or submarine. She was the biggest thing I’d seen in the ocean at that time,” Rocha said. He started making his way to shore. When he looked back to check where the shark was, the animal was right in front of him. He tried to push the shark away, but the animal was too big and powerful. It latched onto his leg. Rocha punched it in the nose and the shark let go and swam away.</p><p>“Everything happened so fast. It was almost like being struck by lightning. I was still kind of out of it. I looked down and see giant clouds of blood just bursting out of my leg,” he said.</p><p>It took nearly 100 staples to repair the gaping wound on his leg. But the experience did not dampen Rocha's enthusiasm for the ocean and wildlife. “I’ve always loved sharks,” Rocha said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OR6ZGVENIIFPQGHHIDPKL7JQGM.jpg?auth=864f3cd40951277430cd061e925eb1c38bd3cad0c1f40fcbdcdd81217c54d433&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign warns beachgoers about sharks at Lecount Hollow Beach May 22, 2019 in Wellfleet, Mass. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2IW76A4TRSKZ5C6WVYEMOEPUUE.jpg?auth=53b6d89f011b994cb92752ebcdd137f38535043278916b27d5a50430abb91498&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo courtesy of the Gribbin family shows Lulu Gribbin, who lost her hand and part of her leg in a shark attack off the coast of Florida in 2024. (Courtesy of Gribbin family)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/M32762WQ23NJVQK4IJNUCMDHWY.jpg?auth=a20ab85643d869dcc1d0d253b5d1ef2ec4997dbc3d7f98cae033eef275bb2457&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sand and hammerhead sharks swim in a holding tank at the University of Hawaii's Institute of Marine Biology on Oahu's Coconut Island on Jan. 21, 2016. (AP Photo/Caleb Jones, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Caleb Jones</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J6HSFSA6FUTVYPOW6K2MHNF27M.jpg?auth=84d56cfb657d10c9f83d20aaea6f3e4905759a34fd8589ccf3bc92f1f7f59548&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mindi Moran, of Portland, Maine, watches a great white shark swims past while on shark watch with Dragonfly Sportfishing charters off the Massachusetts' coast of Cape Cod, Aug. 17, 2021. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[July 2: Early coastal showers start the day]]></title><link>https://www.local10.com/weather/2026/07/02/july-2-early-coastal-showers-start-the-day/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/02/july-2-early-coastal-showers-start-the-day/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Grab the rain gear and be ready for some early coastal showers to start your Thursday.]]></description><pubDate>Thu, 02 Jul 2026 10:53:50 +0000</pubDate><content:encoded><![CDATA[<p>Grab the rain gear and be ready for some early coastal showers to start your Thursday. High temperatures will be in the low 90s, but heat indices will reach 103-105 degrees. Afternoon storms are expected with the development of the sea breeze. These showers and storms will be strong-to-low end severe and could bring some flooding concerns. 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[Trump and Republicans return to communist attacks against Democrats ahead of the midterm elections]]></title><link>https://www.local10.com/news/politics/2026/07/02/trump-and-republicans-return-to-communist-attacks-against-democrats-ahead-of-the-midterm-elections/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/02/trump-and-republicans-return-to-communist-attacks-against-democrats-ahead-of-the-midterm-elections/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump and his fellow Republicans are reviving a line of attack against Democrats heading into the midterm elections: They're communists.]]></description><pubDate>Thu, 02 Jul 2026 13:58:00 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump and his fellow Republicans are reviving a line of attack against Democrats heading into the midterm elections: They're communists.</p><p>In just the past week, Trump has issued dark warnings that members of the Democratic Party's ascendant left are communists who want to “completely destroy the traditional American way of life" and even engage in assassinations. Vice President JD Vance has similarly called out communism as a political shift that is “something we haven't seen in the U.S.” House Speaker Mike Johnson has decried “radical candidates” who are “self-described, self-identifying Marxists.”</p><p>The GOP's ideological focus conflates democratic socialism, which often centers on securing universal healthcare, higher taxes on the wealthy and stricter corporate regulation, with communism, under which private ownership is largely eliminated. It has been building since Zohran Mamdani, a democratic socialist, won the Democratic nomination for New York City mayor last year.</p><p>But it's kicked into a higher gear recently after democratic socialists won several New York City congressional primaries last week. The primary victory on Tuesday by another democratic socialist, Melat Kiros, for a Denver congressional seat suggested the trend may extend beyond Manhattan liberalism.</p><p>“The Democrats are making this easy for us,” Rep. Richard Hudson, the North Carolina Republican who leads the House GOP's strategy and fundraising arm, said in an interview. “They're nominating extreme liberals, leftists who are out of touch even with mainstream Democrats.”</p><p>Republicans are holding onto slim majorities</p><p>The messaging effort comes as Republicans scramble to hold onto threadbare congressional majorities in the November midterms. It risks overlooking public frustration, particularly among younger voters, with unfettered capitalism at a time of growing income inequality and rising costs.</p><p>But it also gives Republicans a much-needed opportunity to shift the conversation back to territory that is more comfortable for them after their party has spent much of the year on defense over the fallout from Trump's decision to launch a war against Iran, which contributed to widespread price spikes.</p><p>Ralph Reed, the longtime conservative activist who hosted Trump last week at a Faith and Freedom Coalition conference, acknowledged that Republicans are facing steep headwinds this year. But the recent string of wins by democratic socialists, he said, allows Republicans to present a contrast between “common sense and crazy.”</p><p>Democrats are uncertain over the party's direction</p><p>The renewed push could tug at tensions among Democrats who are largely united in their loathing of Trump but are divided over the party's direction. This year's primaries are shaping up as a referendum between centrists who are eager to course correct from what they see as progressive overreach earlier in the decade and a left-wing pushing for even more sweeping change.</p><p>“A lot of this anger has been boiling under the surface,” said Joseph Geevarghese, executive director of Our Revolution, which was founded by U.S. Sen. Bernie Sanders, a Vermont independent who caucuses with Democrats. “It’s coming to the fore in this moment in a very powerful way.”</p><p>But Rep. Josh Gottheimer, a centrist New Jersey Democrat, called the victories in Colorado and New York “aberrations.”</p><p>“We’ve got to fight like hell to keep our party from being hijacked by socialists,” he said. “Most of them are bomb throwers, not problem solvers.”</p><p>Nevada Attorney General Aaron Ford easily dispatched a more progressive rival earlier this year in his Democratic bid for governor in a state Trump carried in 2024. As he eyes a general election challenge to Republican Gov. Joe Lombardo, he insisted candidates like those who won in New York don't represent all Democrats.</p><p>He said the Democratic Socialists of America “is not the face of our party.”</p><p>Rep. Suzan DelBene, a Washington Democrat who chairs the House Democratic campaign committee, said in a statement that Republicans were “resorting to desperate attacks that aren’t actually about the pocketbook issues.”</p><p>Trump risks overreaching with communism argument</p><p>Trump and fellow Republicans risk missing the mark when the public's embrace of capitalism might not be as strong as it was decades ago.</p><p>About half of U.S. adults, 54%, have a positive view of capitalism, according to an August poll from Gallup, a slight decline from 61% in 2010. Democrats have driven some of the shift, but favorable opinions of capitalism have fallen among independents as well.</p><p>Only 42% of Democrats viewed capitalism favorably, while 66% had a positive view of socialism. The poll found that both younger and older Democrats have warmed slightly on socialism since 2010, but Democrats under age 50 are much less likely to view capitalism favorably. Democrats age 50 or older didn't shift meaningfully.</p><p>“Young voters, who I would argue are driving a lot of the electoral energy that we're seeing, came of age politically in a post-Soviet world,” Geevarghese said. “The attacks don't land in the same way when Donald Trump was politically of age.”</p><p>Hudson, who is running the House GOP campaign committee, acknowledged the communism line might not resonate in the same way with all voters, particularly younger people. That's why, he said, it's important for Republicans to tailor their message to the needs of individual districts.</p><p>“I've never run cookie-cutter campaigns where we just say one thing over and over everywhere,” he said.</p><p>Still, the argument was high on Trump's mind again on Wednesday as he visited the newly built Theodore Roosevelt Presidential Library in North Dakota. He called the former president a “ferocious opponent of a thing called communism.”</p><p>“It’s the biggest threat to our country, including World War I, World War II, Pearl Harbor, September 11,” he said. "It’s a bigger threat, potentially a bigger threat than that, because it’s like a cancer that spreads, and you better stop it fast.”</p><p>Beverly Gage, a history professor at Yale University who has written on the rise and fall of Sen. Joe McCarthy, said earlier eras of anti-communism politics took hold because there was a large and active Communist Party in the U.S. and the Soviet Union was the country's primary foe. But she said Trump's focus on the issue is notable given his ties to Roy Cohn, a onetime confidant of Trump who earlier worked for McCarthy.</p><p>“It's not very many steps to get from McCarthy to Roy Cohn to Donald Trump,” she said.</p><p>California Gov. Gavin Newsom, a potential Democratic presidential candidate, shrugged off Trump's communism focus as “bunk.” In an interview, he said the direction of the party isn't all that different from the dynamics he's navigated for decades in California politics.</p><p>“I governed in an environment where the DSA was otherwise known as progressives," he said. “This dialectic is so deeply familiar to me, and I don't over read any of it.”</p><p>___</p><p>This story has been corrected to show the spelling of the Washington congresswoman’s first name is Suzan, not Susan.</p><p>___</p><p>Associated Press writer Michelle L. Price in contributed to this report</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XIRS54FUL35XTCWAZ55GHXUGMM.jpg?auth=96d0a918cb700f310d22cd62a850529b5727b00cb9b8632f79a4bfb317856e3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump leaves the stage after speaking at the Burning Hills Amphitheater during the Theodore Roosevelt Presidential Library opening ceremony Wednesday, July 1, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PEAMBIBSNXRSP3VU6SIDJUFYLE.jpg?auth=a87c1eb4a50e56adfd1a895e2bc8a2852049c4f135ee620d9d123440d4238c74&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump walks through scaffolding on the North Portico as he leaves the White House to travel to Medora, N.D. for the opening of the Theodore Roosevelt Presidential Library, Wednesday, July 1, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ROOZPSVVCTLBLG635BMKUEGUCE.jpg?auth=4169fba2ac602e0d558edd16097b474f70db503f671c86ca9cc9248a8483fbeb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump arrives to speak 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/WV5CUIECDDSF6OJG76GWXBMZWY.jpg?auth=ba502ead83041c0416b330e472536f605e8692e72392bf311b16aafc74600dee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic congressional candidate Melat Kiros stands on stage as supporters cheer after she won the Democratic nomination during a primary election night watch party at The Broadway, Tuesday, June 30, 2026, in Denver. (AP Photo/Rebecca Slezak)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Slezak</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FUUKLIMULQ6AFLIH5GE6ZUYH3M.jpg?auth=ec17aa6bc5227c156fcb950a5f7480a1ab35e746d8014715efe62efd19621a47&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attendees celebrate after Democratic congressional candidate Melat Kiros won the Democratic nomination during a primary election night watch party at The Broadway, Tuesday, June 30, 2026, in Denver. (AP Photo/Rebecca Slezak)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Slezak</media:credit></media:content></item><item><title><![CDATA[Princess Kate greets fans at Wimbledon and sits next to Andy Murray to watch the tennis]]></title><link>https://www.local10.com/news/world/2026/07/02/princess-kate-returns-to-wimbledon-and-greets-tennis-fans-lining-up-in-the-queue/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/princess-kate-returns-to-wimbledon-and-greets-tennis-fans-lining-up-in-the-queue/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Kate, the Princess of Wales, met tennis fans lining up in Wimbledon's famous Queue and sat beside Andy Murray in a day of rooting on British players at the grass-court Grand Slam.]]></description><pubDate>Thu, 02 Jul 2026 14:42:38 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Kate, the Princess of Wales, met tennis fans lining up in Wimbledon's famous Queue and sat beside Andy Murray in a day of rooting on British players at the grass-court Grand Slam.</p><p>The princess, who early last year announced her cancer was in remission, is the patron of the All England Club.</p><p>“On arrival, Her Royal Highness visited The Queue, spending time meeting attendees who have queued since early this morning, alongside AELTC’s honorary stewards, who volunteer each year to manage The Queue and welcome guests as they arrive at the Championships,” Kensington Palace said in a statement Thursday.</p><p>Wimbledon leaves a small batch of tickets available for same-day purchase and fans begin lining up and camping out the evening before in Wimbledon Park to get them each day.</p><p>Kate — who also helped out in a Wimbledon ticket office — met with children from Shine Camera Club, a local program that supports kids from disadvantaged backgrounds.</p><p>Crowds gathered as Kate walked by “Henman Hill” to reach Court 18, where British player Arthur Fery was facing Otto Virtanen. She was greeted there by All England Club chair Deborah Jevans and board member Tim Henman, a former Wimbledon semifinalist and namesake of the grassy area — also just called The Hill — that overlooks No. 1 Court.</p><p>Kate watched a portion of the match — Fery won 5-7, 7-6 (3), 6-3, 6-3 — before attending Katie Swan's match against Madison Keys at No. 1 Court, where she sat next to Murray, who in 2013 became the first British man to win the Wimbledon singles title in 77 years. Swan lost 6-1, 6-4.</p><p>Kate last year was at Centre Court on consecutive days to present the winners’ trophies to singles champions Iga Swiatek and Jannik Sinner. Kate offered consoling words to women's runner-up Amanda Anisimova after a 6-0, 6-0 loss to Swiatek.</p><p>In 2024, while recovering from cancer, Kate did not attend the women’s final but was on hand for Carlos Alcaraz’s win over Novak Djokovic.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZBZLPRVRA3X43NHUJCNABMLFSU.jpg?auth=66fd80b1e6d71f8224d014339819fdf330c52794732de228f17678d7542163a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Kate, Princess of Wales, laughs next to former tennis player Andy Murray as they watch the second round women's singles match between Katie Swan of Britain and Madison Keys of the United States, at the Wimbledon Tennis Championships in London, Thursday, July 2, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7SY7YXTDMUTFLE5HXD4PCN53TA.jpg?auth=178dfad9c5e30ae1cd5cc3d76c1230d7f3b2914d416d0dbb854e95d0caed7e6e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Kate, Princess of Wales, and former tennis player Andy Murray watch the second round women's singles match between Katie Swan of Britain and Madison Keys of the United States, at the Wimbledon Tennis Championships in London, Thursday, July 2, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4PH5GY6EMZ5XZ7TRW7UW3P6RY4.jpg?auth=640fba4ecf79f44c476d89a8cddd51d8313e222ac6a12bcaf209e1baff03024e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Kate, the Princess of Wales gestures during a visit on day four of the Wimbledon Tennis Championships in London, Thursday, July 2, 2026. (Andrew Matthews/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Matthews</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5RKVCPCWRWOEIMAPJW22NHZ5OA.jpg?auth=04345543765894e84984b3f85256f8a13846ae1bfd5aa599786a96f580704b07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Kate, the Princess of Wales helps out in the ticket office during a visit on day four of the Wimbledon Tennis Championships in London, Thursday, July 2, 2026. (Andrew Matthews/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Matthews</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/25ZA2QBFWQLNHYM2UCQV7SF7BU.jpg?auth=300c176dbdb5e60826da9a56f32a918b29932285bb23d7b779b5d30ae7f54fa9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Kate, the Princess of Wales poses for a selfie with a fan, during a visit on day four of the Wimbledon Tennis Championships in London, Thursday, July 2, 2026. (Andrew Matthews/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Matthews</media:credit></media:content></item><item><title><![CDATA[A grim job outlook meets a scrappy workforce as administrative assistants harness AI]]></title><link>https://www.local10.com/tech/2026/07/02/a-grim-job-outlook-meets-a-scrappy-workforce-as-administrative-assistants-harness-ai/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/02/a-grim-job-outlook-meets-a-scrappy-workforce-as-administrative-assistants-harness-ai/</guid><dc:creator><![CDATA[By CLAIRE SAVAGE, Associated Press]]></dc:creator><description><![CDATA[With their numbers already in decline, secretaries and administrative assistants face another growing threat: artificial intelligence tools like ChatGPT and Claude that can accomplish aspects of their workload with a tap.]]></description><pubDate>Thu, 02 Jul 2026 15:48:17 +0000</pubDate><content:encoded><![CDATA[<p>With their numbers already in decline, secretaries and administrative assistants face another growing threat: artificial intelligence tools like ChatGPT and Claude that can accomplish aspects of their workload with a tap.</p><p>Employment projection data offers a grim outlook for the women-dominated profession that may be particularly vulnerable to AI-induced job displacement compared to the broader workforce. But some admins are embracing the technology — and even using it as a tool to get ahead.</p><p>Deanna Danger, 43, has worked in an administrative role since 2003. She says adapting and staying ahead of the curve is a key part of her constantly-changing role, and AI is no exception.</p><p>“All you do is have to evolve,” she says.</p><p>Danger started using AI professionally in 2022, learning through experimentation and collaboration with fellow admins. Today, she no longer takes notes during meetings — she's set up Copilot and ChatGPT to do it for her. That has freed her to “actually participate in the meetings, and not just worry about making sure I typed everything out that was said,” says Danger, executive assistant to the chief information officer at Vanderbilt University. “Honestly, what used to take me hours I’m now done with in under five minutes.”</p><p>How — and to what extent — AI might reshape her profession remains to be seen, but jobs for administrative assistants and secretaries have been dwindling for decades. The unemployment rate for the office and administrative support workers — a broader category that includes administrative assistants — ticked up to 4% compared to 3.6% in June last year, according to Labor Department data released Thursday, although that level remains lower than the overall unemployment rate. In 2004, about 3.5 million people worked in the role — nearly 97% of them women, according to Current Population Survey data. Twenty years later, that number slid to 2.1 million — despite overall workforce growth during the same period.</p><p>And except for medical secretaries and administrative assistants — a category projected to grow 4% by 2034 thanks to growth of the healthcare industry — economists at the U.S. Bureau of Labor Statistics predict a continued decline in the profession.</p><p>“The overall story in office and admin occupations from the projection standpoint for the last several cycles has been one of productivity-enhancing technologies, limiting demand for employment,” said Emily Rolen, lead economist for the division of employment projections at the BLS. Technological advances — word processing, speech-to-text transcription, scheduling tools and apps — each transformed the duties of administrative professionals and contributed to overall decline.</p><p>Clerical and administrative workers may be more exposed to AI-induced job displacement than other professionals because they “lack adaptive capacity due to limited savings, advanced age, scarce local opportunities, and/or narrow skill sets," according to a Brookings Institution report published in January. About 86% of these 6 million workers are women.</p><p>Indeed, more secretaries and administrative assistants are 55 and older compared to the workforce at large (34% vs. 23%), median pay is lower than that of all U.S. workers ($47,460 vs. $49,500), and a high school diploma is sufficient for many entry-level roles.</p><p>But what labor data doesn't capture — as noted by the Brookings report — is an individual’s ability to navigate a changing environment, including administrative assistants like Danger, who say they “are way more capable than people think.”</p><p>Danger hosts a biweekly virtual coffee chat for peers through the American Society of Administrative Professionals, a professional group that says it serves about 132,000 members. Participants in a May session shared their AI use cases: creating flyers, scouting out restaurants for executive events, coming up with captions for employer social media accounts, drafting standard operating procedure language, and more.</p><p>But despite the overall atmosphere of enthusiasm, some participants raised concerns, including data security and the lack of AI regulation. Others emphasized that AI cannot, and will not, replace the emotional intelligence and relationship building skills that are hallmarks of a successful admin.</p><p>Fiona Young, founder of Carve, a business focused on training executive assistants on AI, says she has seen “a massive shift in demand" for her services since 2023. Young, a former executive assistant herself, says she has delivered AI training to administrative professionals globally, including at Google, Amazon, Uber, Salesforce and LinkedIn. In her experience, employers want staff to be able to leverage AI — “not just loosely understanding it, but genuinely using it as an integral part of how people are working every day,” she says.</p><p>Oana Manolache takes an even stronger stance. The founder and CEO of Sequel.io, a platform that enables companies to host webinars on their own websites, wrote in a LinkedIn post last year: “I will fire anyone who doesn’t use AI.”</p><p>But even Manolache says AI could not replace her executive assistant, Stephanie Martinez.</p><p>Manolache says Martinez uses AI to “free herself” from tasks like note-taking and meeting prep to focus on the “human work” of building team connectivity, making judgment calls, understanding executives' relationships with stakeholders and communicating accordingly.</p><p>Maybe AI could supplant the “traditional” assistant, but “it doesn’t replace what an executive assistant does now as the role has evolved,” Manolache says.</p><p>Martinez works remotely from El Salvador through Viva Talent, which — in another example of the shifting landscape for the role — trains and matches assistants from Latin and South America to primarily U.S.-based tech companies.</p><p>“The people who truly want to succeed in this role have a massive opportunity," Manolache says. “This person has access to information across the entire organization.”</p><p>For instance, when the company aimed to drive more customer reviews on a software review platform, Martinez, who manages most invoices and billing, approached the problem innovatively. She leveraged AI to sift through all customer communications, pinpoint good candidates for reviews, and draft outreach emails. Without AI, “it would have taken her so long to do this,” Manolache says, adding that it also freed up Martinez to “think creatively.”</p><p>That freedom to strategically implement AI is just as important as education and training, since many assistants are interested in adopting AI but lack the bandwidth to incorporate it, says Melissa Peoples, an Austin, Texas-based executive assistant coach and former C-suite executive assistant.</p><p>Gender dynamics compound that challenge in an industry dominated by women who are often paired with male leaders, Peoples says.</p><p>“You see those that are early adopters, and are crushing it, and are partnered with really empowering executives, and can do all of these things," she says. "And then you see the other side of this, where literally assistants are being told, ‘You’re not smart enough to be in the room. Just bring me my coffee.’”</p><p>With effective AI training, Peoples says admins can “find their voice” and “have higher impact so they are protected against what is going to happen as agentic AI becomes more commonplace and more easily accessible.” ___</p><p>The Associated Press’ women in the workforce coverage receives financial support from Pivotal Ventures. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KYFFH77FDJMU32QK4ARZ5AYVVI.jpg?auth=0bac4bd24b5c94513c5f69ee46acad61c59e889d5a1824c6216af687fcf96dc8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deanna Danger types an AI prompt into her computer as she uses the technology to assist in her tasks as an administrative assistant at Vanderbilt University, Thursday, June 11, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TFSRLGIBVV4KFPVYBZDNYIKOPA.jpg?auth=ac467bf1b9e2b02abed94fbc3e3adddc92efcf684f6ee49b307cdd53713becd2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deanna Danger uses AI to assist in her tasks as an administrative assistant at Vanderbilt University, Thursday, June 11, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PX6TKUGNG64T7LDEZWZXY3KS5M.jpg?auth=3f5215a6e7a89caf1ff144ba4e990b33df356709e4b6390d729530d52a2e391f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deanna Danger types an AI prompt into her computer as she uses the technology to assist in her tasks as an administrative assistant at Vanderbilt University, Thursday, June 11, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ACLOZ6YMB2VVY2JC2VTUJVPH6M.jpg?auth=0676f023fe2ad2a7b5143931a077117438eda37e580506de7284256f7ee01a39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deanna Danger types an AI prompt into her computer as she uses the technology to assist in her tasks as an administrative assistant at Vanderbilt University, Thursday, June 11, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ETA33IBPBOBSGYBELKO7SHUBTI.jpg?auth=874c1ebcb1b17f1eabaffa5d4aebc70039af00f527fd9ddb10b8fc87123672c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Raytheon administrators Marianna Leonard, Holly Martineau, Lynn Ljunggren and Annemarie Downing workshop an AI exercise during "How To Use AI To Think and Influence at the Executive Level," an administrative training session, Wednesday, April 22, 2026, in Boston. (AP Photo/Sydney Roth)]]></media:description><media:credit role="author" scheme="urn:ebu">Sydney Roth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4O5AS67LPJL6YQNCDTYZOW6E34.jpg?auth=365c67dd4b253ca8836b3382b84dc7fe26c47ca828ff813e064c3d12e88c3e19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Administrators discuss their use of AI during "How To Use AI To Think and Influence at the Executive Level," an administrative training session, Wednesday, April 22, 2026, in Boston. (AP Photo/Sydney Roth)]]></media:description><media:credit role="author" scheme="urn:ebu">Sydney Roth</media:credit></media:content></item><item><title><![CDATA[Iran warns oil tankers to use approved routes in Strait of Hormuz or face a 'forceful response']]></title><link>https://www.local10.com/business/2026/07/02/iran-warns-oil-tankers-to-use-approved-routes-in-strait-of-hormuz-or-face-a-forceful-response/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/iran-warns-oil-tankers-to-use-approved-routes-in-strait-of-hormuz-or-face-a-forceful-response/</guid><dc:creator><![CDATA[By JON GAMBRELL and DAVID McHUGH, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — Iran’s joint military command warned Thursday that all oil tankers moving through the Strait of Hormuz must use its approved routes or face a “forceful response,” ratcheting up tensions again over a waterway crucial for international energy supplies.]]></description><pubDate>Thu, 02 Jul 2026 16:40:29 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — Iran’s joint military command warned Thursday that all oil tankers moving through the Strait of Hormuz must use its approved routes or face a “forceful response,” ratcheting up tensions again over a waterway crucial for international energy supplies.</p><p>The strait, the narrow mouth of the Persian Gulf, has emerged as one of the top issues in negotiations seeking a permanent end to the Iran war. The statement from the Khatam al-Anbiya military command, reported by Iranian state television, comes after both U.S. and Iranian diplomats met with mediators Wednesday in Qatar.</p><p>It wasn’t clear what sparked the threat from Iran. However, the U.S. military's Central Command had put out a statement about a meeting with officials from Mideast nations in Bahrain that said “leaders underscored their shared commitment to the free flow of commerce through" the strait.</p><p>That could have been the phrase that angered Iran, which is preparing for the funeral that begins this weekend for the late Supreme Leader Ayatollah Ali Khamenei, who was killed in the war's first moments in February.</p><p>“Any failure to comply, deviation from the designated route, or disregard for the navigation protocols of the Islamic Republic of Iran in the Strait of Hormuz will be met with an immediate and forceful response from the armed forces, endangering the security of the violating vessels,” the Iranian statement said.</p><p>It also said that interference by U.S. forces in the strait “will be met with a rapid and decisive reaction.”</p><p>Iran and the United States agreed as part of an interim deal to allow ships to pass without paying charges for 60 days. But Tehran insisted it must control the routes of the vessels and later charge fees for passage, upending decades of practice in the waterway.</p><p>The U.S. and many Gulf Arab states say they won’t agree to Iran charging for passage through the strait. An effort by Oman and a United Nations agency to launch a new route near Oman’s shore sparked attacks across the Mideast last weekend, highlighting the tensions.</p><p>Despite the attacks, ship traffic in the strait continued to rebound. At least 258 ships transited the waterway last week, a period that included Iranian strikes on two commercial vessels, according to marine data and analysis company Lloyd’s List Intelligence. That’s up from 138 ships the previous week.</p><p>Traffic has slowed since the Iranian strikes on June 25 and 27. At least 80 more ships passed the strait Monday through Wednesday, according to Lloyd's and shipping data and analysis firm Windward.</p><p>Iran's attacks “seem to have been forgotten,” Richard Meade, editor-in-chief at Lloyd’s, said Thursday during a webinar.</p><p>Ship traffic in the strait remains far below levels seen before the war, when about 130 vessels passed through daily.</p><p>Earlier this week, Iranian state television reported that a foreign ship got stuck in the strait after ignoring instructions from Iran's paramilitary Revolutionary Guard. However, the vessel’s shape, reported location and other details indicate the ship is tied to Iran and appears to have been stranded for months.</p><p>Despite the tensions, Wednesday's talks saw “positive progress,” Pakistani Foreign Ministry spokesperson Tahir Andrabi said. He told journalists that Pakistan hoped the next round of talks would be scheduled as soon as possible after Khamenei’s funeral.</p><p>___</p><p>McHugh reported from Frankfurt, Germany. Associated Press writers Munir Ahmed in Islamabad and Russ Bynum in Savannah, Georgia, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DZCIUPWU7CZ434XMWTC4TYEBNE.jpg?auth=994ac71c128a8e60f87fee8a264b98ad07ce9a251cb81f54969ac2cb4802073a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Commercial vessels are seen 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><media:content url="https://www.local10.com/resizer/v2/4VKLQHWGAZ5K5SXOQF62QMII7A.jpg?auth=3110ff59b85ed9774982d2760e2388023ea81952ca3750e40c40bc62500a74ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A group of people stands in shallow water as a cargo ship appears anchored 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><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><media:content url="https://www.local10.com/resizer/v2/CSUSSFLMBR5UWOECRG3UCMAZUI.jpg?auth=2baf46005c4fdafb81d8ed09c930fb2595d94a778ec0903e5fac5d14b841beba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Two boys stand in shallow water with foam floats as cargo ships and other vessels are seen 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><media:content url="https://www.local10.com/resizer/v2/LQ42ZC3UOAUABDTQR4I4G2FBQ4.jpg?auth=3fcbb36e6135b46bfd56b48e610a491aaed645475f2cb212b410d6e798f76ae7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This frame grab of footage aired Wednesday, July 1, 2026, by Iranian state television shows a vessel that ran aground in the Strait of Hormuz. (Iranian state television via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Iranian state television</media:credit></media:content></item><item><title><![CDATA[Russia waged a drone campaign in Europe and likely launched drones from shadow ships, report says]]></title><link>https://www.local10.com/news/world/2026/07/02/russia-waged-a-drone-campaign-in-europe-and-likely-launched-drones-from-shadow-ships-report-says/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/russia-waged-a-drone-campaign-in-europe-and-likely-launched-drones-from-shadow-ships-report-says/</guid><dc:creator><![CDATA[By EMMA BURROWS, Associated Press]]></dc:creator><description><![CDATA[Russia likely used shadow ships to launch drones over Europe that repeatedly disrupted civilian aviation, as it monitored military sites and tested the air defenses of NATO nations, according to a report published Thursday by the International Institute of Strategic Studies think tank.]]></description><pubDate>Thu, 02 Jul 2026 09:30:51 +0000</pubDate><content:encoded><![CDATA[<p>Russia likely used shadow ships to launch drones over Europe that repeatedly disrupted civilian aviation, as it monitored military sites and tested the air defenses of NATO nations, according to a report published Thursday by the International Institute of Strategic Studies think tank.</p><p>The report, which was shared before publication with The Associated Press, plotted 144 suspected drone sightings across Europe, including in NATO members Germany, France, Belgium, the Netherlands, the U.K., and Denmark, between 2024 and 2026.</p><p>Those sightings peaked in late 2025, forcing the temporary closure of several European airports, including in Germany, Spain and Denmark.</p><p>Danish Prime Minister Mette Frederiksen described the incidents in her country as the “ most serious attack on Danish critical infrastructure to date.”</p><p>The IISS said the Russian campaign was designed to fall below the threshold of triggering discussions for a collective NATO response and was a “strategic failure” for Europe that exposed how the continent’s air defenses are not fit to deal with the current threat.</p><p>Air Chief Marshal John Stringer, NATO's deputy supreme allied commander in Europe, told AP that it is up to each alliance member to decide how to respond to such threats — and many countries are taking them increasingly seriously.</p><p>Several senior European officials said it’s difficult to attribute the drone incursions to Russia, and Stringer did not blame Moscow. But he suggested the activity fits the pattern of behavior seen in a widespread campaign of disruption across Europe that Western officials have blamed on Russia since its invasion of Ukraine in 2022.</p><p>Of the handful of countries that have confirmed drone sightings, only Sweden has blamed Moscow directly — when a military drone flew toward a French aircraft carrier from a Russian spy ship.</p><p>President Vladimir Putin said in May that Russia is not waging a sabotage campaign against Europe.</p><p>European nations struggled to respond to drones, the IISS said</p><p>Drones are challenging to detect because they fly low and slow, and on radar can look like birds or planes. They can be launched inside, or near, national borders, bypassing missile defenses, which are designed to detect supersonic missiles fired from abroad. And even if a drone is shot down, it’s extremely difficult to identify where it came from or who sent it and why.</p><p>The incursions showed drone defenses in Europe need to rapidly be improved, the IISS said.</p><p>Creating a comprehensive picture of threats is often difficult because the responsibility for tackling drones is often split among various authorities, Lt. Gen. Jonny Lindfors, Sweden’s military representative to NATO, told AP. It’s also a “tough decision,” he said, to decide to shoot a drone down because it could cause civilian casualties.</p><p>In a June report, Denmark’s Defense Command said the armed forces “could have been in a stronger position” to respond to drone sightings and that there were shortcomings in equipment used to detect them. Following the incidents, Denmark and several other European countries said they would boost their drone defenses.</p><p>Countries that may have had a “benign” view of the danger a few years ago have now realized that counterdrone systems are a critical part of air defense, said Stringer.</p><p>Russia is launching drones from shadow ships, the IISS said</p><p>The IISS plotted the movement of Russian shadow fleet vessels — ships of uncertain ownership that help Moscow dodge sanctions — and concluded that it’s highly likely that Russia is using them as platforms for launching drones.</p><p>The report focused on sightings of drones across central and northwest Europe and did not examine incursions along NATO’s eastern flank, where multiple Russian and Ukrainian attack drones have entered European airspace.</p><p>On Dec. 2, the Vezhen, a shadow ship linked to the severing of a Baltic cable, sailed in circles off the coast of Ireland when Ukrainian President Volodymyr Zelenskyy arrived for his first official visit, the IISS said. Another ship was nearby, but its signal was off, it said.</p><p>At that time, four large military drones were spotted off the Dublin coast, flying for two hours above an Irish navy ship, the report said. The Irish Defense Forces did not reply to a request for comment.</p><p>The report cited other sightings that occurred when shadow fleet ships were nearby, several in Denmark.</p><p>— On Jan. 3, 2025, as the shadow fleet vessel Arctica sailed along the Danish coast, the IISS said up to 20 drones flew over the port of Koege, Denmark, before disappearing toward the sea.</p><p>— On Sept. 22, drone sightings led to the closure of Copenhagen Airport. The IISS found several shadow ships were in the area at the time, including the Arctica and the Boracay.</p><p>— Over the next several days, as the Boracay rounded Denmark and several other ships were in the area, more drones were reported over the country, including near military installations.</p><p>The IISS said suspicion for at least some of the sightings in September fell on the Boracay. The French military boarded the ship at the end of the month, and President Emmanuel Macron said he can't rule out that the vessel was involved in the drone flights over Denmark.</p><p>Denmark’s Defense Command confirmed that drones were identified in the country’s airspace in September and October 2025. It didn’t link them to Russia but noted that Moscow is carrying out hybrid attacks against the West, including those that are of a “character and scope far beyond what Russia carried out before the war in Ukraine.”</p><p>“It’s a reasonable assumption” that Russia is launching drones from shadow fleet ships, said Lindfors, though he noted it's often “almost impossible” to attribute them to one nation or actor.</p><p>Russia flew drones above military sites, the report said</p><p>The report also concluded that Russia likely tried to monitor military sites in the U.K., the Netherlands, Belgium, France and Germany and force NATO nations to scramble to defend against drones, and so reveal radar positions and gaps in defenses. Among the reports of drones over military installations cited by the IISS were:</p><p>— The U.S. Air Force in Europe said there were multiple sightings of drones in November 2024 over four American air bases in the U.K.</p><p>— German authorities recorded more than 1,000 suspicious drone sightings in 2025, including over defense companies and military bases where Ukrainian soldiers were training.</p><p>— Dutch and Belgian defense officials said drones were spotted in November and December 2025 over military bases in the Netherlands and Belgium. The IISS said the bases are believed to host American B61 nuclear bombs.</p><p>— Drone sightings were reported at the Ile Longue submarine base, which hosts France’s nuclear-powered ballistic missile submarines.</p><p>The U.S. Air Force in Europe said it couldn't provide more detail on the incidents in the U.K., the Netherlands and Belgium, nor confirm the presence of American nuclear weapons.</p><p>A British defense official, speaking on condition of anonymity to discuss sensitive military information, said a defense police investigation found no evidence to conclusively link the drone sightings in the U.K. to Russia. The Dutch Defense Ministry confirmed drones were seen over Volkel Air Base and said it took steps to defend military sites against drones.</p><p>The French army chief of staff headquarters said an investigation of the drones over Ile Longue is ongoing. It didn’t respond to questions about whether the military suspects the drones were launched from shadow fleet ships.</p><p>Requests for comment were also sent to defense ministries in Belgium, Denmark and Germany.</p><p>With so many incursions, “it would be naive to believe it’s just a coincidence,” said Lindfors, suggesting that such threats are the new normal.</p><p>___</p><p>Associated Press writers John Leicester, Lorne Cook and Mike Corder contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZKFORD3UA4PFQKWBLKNGNFAGT4.jpg?auth=41ff120341eb138ac076196ee55fab386a0c410b34c2a2b1c921f896fd048abe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The tanker Boracay that allegedly belongs to Russia's so-called shadow fleet, is seen Oct. 2, 2025, off Saint-Nazaire, France's Atlantic coast. (AP Photo/Mathieu Pattier, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mathieu Pattier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WHJHXMCMQVGF57SIHF6XAPROTU.jpg?auth=d86d91b014307aa45f05915a744bdc22946577179b25195f8f606dcab40444b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Soldiers stand on the deck on the tanker Boracay that allegedly belongs to Russia's so-called shadow fleet, Oct. 2, 2025, off Saint-Nazaire, France's Atlantic coast. (AP Photo/Mathieu Pattier, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mathieu Pattier</media:credit></media:content></item><item><title><![CDATA[Couple caned for kissing on TikTok in Indonesia's conservative Aceh province]]></title><link>https://www.local10.com/news/world/2026/07/02/couple-caned-for-kissing-on-tiktok-in-indonesias-conservative-aceh-province/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/couple-caned-for-kissing-on-tiktok-in-indonesias-conservative-aceh-province/</guid><dc:creator><![CDATA[By REZA SAIFULLAH and EDNA TARIGAN, Associated Press]]></dc:creator><description><![CDATA[BANDA ACEH, Indonesia (AP) — A young couple in Indonesia’s conservative Aceh province were publicly caned on Thursday after an Islamic Shariah court convicted them of violating Islamic law by kissing during a TikTok livestream.]]></description><pubDate>Thu, 02 Jul 2026 09:24:05 +0000</pubDate><content:encoded><![CDATA[<p>BANDA ACEH, Indonesia (AP) — A young couple in Indonesia’s conservative Aceh province were publicly caned on Thursday after an Islamic Shariah court convicted them of violating Islamic law by kissing during a TikTok livestream.</p><p>Aceh’s Sharia court ordered the two people to be whipped with a rattan cane 21 times each for kissing without being married. At least a hundred people witnessed the caning, carried out by a group of people wearing robes and hoods on a stage in Bustanussalatin City Park in Banda Aceh.</p><p>The couple, a 22-year-old man and a 25-year-old woman, were arrested in April after a Feb. 27 livestream in which they kissed in a car in Banda Aceh went viral and prompted reports to local Sharia authorities.</p><p>Aceh is the only province in Muslim-majority Indonesia that enforces a version of Islamic law. Indonesia’s secular central government granted the province the right to implement religious law in 2006 as part of a peace deal to end a separatist war.</p><p>In 2015, Aceh expanded the law to apply to non-Muslims, who account for about 1% of the province’s population.</p><p>The law allows up to 100 lashes for morality offenses including adultery and gay sex. Caning is also allowed to punish people gambling and drinking, and for women who wear tight clothes or men who skip Friday prayers.</p><p>The couple caned Thursday were sentenced to 25 lashes each, but it was reduced to 21 strokes because they had already spent four months in prison.</p><p>The court also seized a cellphone and a USB flash drive containing the TikTok live video as evidence to be destroyed.</p><p>Four other people were publicly caned on Thursday for online gambling and adultery.</p><p>Amnesty International Indonesia said public caning in Aceh as a form of human rights violation because it is cruel, inhumane and degrading to human dignity, even though Indonesia has ratified a convention mandating the abolition of inhumane punishments.</p><p>“Such behavior might be considered inappropriate because social media is viewed by people of various age groups, including children. But is it a crime that warrants imprisonment or even caning? That would be excessive,” said Usman Hamid, the Executive Director of Amnesty International Indonesia on Thursday.</p><p>Aini Nadhirah, 22, a Banda Aceh resident who attended the caning, said the public concern over the punishment could provide a lesson for others.</p><p>“In my opinion, this caning is entirely justified because it serves as a warning to other Aceh residents to be more careful when using social media. It also raises awareness that such actions are unacceptable, thereby educating the public,” Nadhirah said.</p><p>___</p><p>Tarigan reported from Jakarta, Indonesia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OKOXSN5UR6C5GS6LVGXILKV2FQ.jpg?auth=75dca5d79f1b1e9dcf8f4d316a74f4cc51c542f53430e1148015dde4336295af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People convicted of violating Islamic law, among them are an unmarried couple who were found gulty of kissing during a TikTok livestream, wait for their turn to be publicly caned in Banda Aceh, Indonesia, Thursday, July 2, 2026. (AP Photo/Reza Saifullah)]]></media:description><media:credit role="author" scheme="urn:ebu">Reza Saifullah</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/345OB5ZYMAKTEUGE7BMFLZBQBA.jpg?auth=987dd6194ed57693db0606d36794153b32cbfc10d663a77cde052fa0d280479e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A shariah law official holds a rattan cane before the public caning of a young couple after an Islamic Shariah court convicted them of violating Islamic law by kissing during a TikTok livestream, in Banda Aceh, Indonesia, Thursday, July 2, 2026. (AP Photo/Reza Saifullah)]]></media:description><media:credit role="author" scheme="urn:ebu">Reza Saifullah</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GBAEWEF7GULJQ2YGUYTLZU3SIA.jpg?auth=bf352eb4205eee631a98f7819ab4aeaf329093fa523f6df309a36c977a76bfb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man is publicly caned after he was convicted of violating Islamic law by kissing during a TikTok livestream, in Banda Aceh, Indonesia, Thursday, July 2, 2026. (AP Photo/Reza Saifullah)]]></media:description><media:credit role="author" scheme="urn:ebu">Reza Saifullah</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZXVQY7HSSCYQLIMWG2RWHNUAFM.jpg?auth=68f7d881ac75ef0b3dd6c3691c39117200213e6e48d9eecee225fa90b40c0ec4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shariah law officials assist an unmarried woman, convicted of violating Islamic law by kissing during a TikTok livestream, to get up after being being publicly caned, in Banda Aceh, Indonesia, Thursday, July 2, 2026. (AP Photo/Reza Saifullah)]]></media:description><media:credit role="author" scheme="urn:ebu">Reza Saifullah</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KEPENV4SML4SOR2IB37TJVYBWU.jpg?auth=0a712d607209c3bcfe7dece460e14c381ad5e0d956c34c0ce7187f9e2f2783f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shariah law officials escort a woman convicted of violating Islamic law by kissing a man, both unmarried, during a TikTok livestream after her public caning, in Banda Aceh, Indonesia, Thursday, July 2, 2026. (AP Photo/Reza Saifullah)]]></media:description><media:credit role="author" scheme="urn:ebu">Reza Saifullah</media:credit></media:content></item><item><title><![CDATA[11-year-old boy driving pickup truck crashes into group of Thai monks, killing 9]]></title><link>https://www.local10.com/news/world/2026/07/02/11-year-old-boy-driving-pickup-truck-crashes-into-group-of-thai-monks-killing-8/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/11-year-old-boy-driving-pickup-truck-crashes-into-group-of-thai-monks-killing-8/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — An 11-year-old boy crashed a pickup truck into a group of monks on a pilgrimage walk in northeastern Thailand on Thursday, killing nine, officials said.]]></description><pubDate>Thu, 02 Jul 2026 11:38:44 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — An 11-year-old boy crashed a pickup truck into a group of monks on a pilgrimage walk in northeastern Thailand on Thursday, killing nine, officials said.</p><p>A total of 35 monks from Mukdahan province, about 600 kilometers (372 miles) northeast of the capital Bangkok, were on the pilgrimage. Five monks were killed at the site, while four others died at a hospital. Thirteen were hospitalized with three in critical condition, according to the provincial administration.</p><p>The group started the 260-kilometer (161-mile) walk to Ubon Ratchathani province about 30 minutes before the crash.</p><p>Security camera footage shared by a local rescue group, Ruam Jai Mukdahan Rescue Association, shows the monks walking in a single line on the side of a road before the truck crashes into them.</p><p>The boy is in custody and will be questioned when state child protection officers arrive, police said.</p><p>The cause of the accident is under investigation, but police said the monks described seeing the vehicle swerving before it slid off the road and crashed into the group.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BBKPJHGTX4WTYS3KGDHEQIVKP4.jpg?auth=335027fdf1c47b9d8a79a5c3bdeda3f58247d365942a82ae909e09a5e9c8d58c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photograph released by the Phu Manorom temple shows a group of Thai Buddhist monk posing for a picture at Phu Manorom temple in Mukdahan province, Thailand, Thursday, July 2, 2026 (Phu Manorom temple via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/XM6P77RSJRBQTQHNTKHHSMMS4U.jpg?auth=97fa9498ac0edc5c78a185b287f2a55e34307455fd36e036150b912ebf664ec5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photograph released by the Phu Manorom temple shows a group of Thai Buddhist monk picking up their food in the morning at Phu Manorom temple in Mukdahan province, Thailand, Thursday, July 2, 2026 (Phu Manorom temple via AP)]]></media:description></media:content></item><item><title><![CDATA[Vatican excommunicates schismatic bishops and priests, and warns their followers]]></title><link>https://www.local10.com/news/world/2026/07/02/vatican-excommunicates-schismatic-bishops-and-priests-and-warns-their-followers/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/vatican-excommunicates-schismatic-bishops-and-priests-and-warns-their-followers/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, Associated Press]]></dc:creator><description><![CDATA[VATICAN CITY (AP) — The Vatican responded aggressively Thursday to a traditionalist group that consecrated bishops without the pope’s consent, declaring the Society of St. Pius X had formally broken with the Catholic Church. It excommunicated its bishops and priests, and warned its faithful that they too face the harshest sanctions in the church.]]></description><pubDate>Thu, 02 Jul 2026 16:00:30 +0000</pubDate><content:encoded><![CDATA[<p>VATICAN CITY (AP) — The Vatican responded aggressively Thursday to a traditionalist group that consecrated bishops without the pope’s consent, declaring the Society of St. Pius X had formally broken with the Catholic Church. It excommunicated its bishops and priests, and warned its faithful that they too face the harshest sanctions in the church.</p><p>By declaring a schism and extending excommunications to potentially thousands of Catholics, the Vatican’s doctrine office went above and beyond the minimum sanctions foreseen by the church’s canon law to respond to the consecrations Wednesday of four new bishops.</p><p>The society, known by its acronym SSPX, celebrates the ancient Latin Mass and opposes the modernizing reforms of the Catholic Church, which it considers to be rife with heresies and errors. While a fringe movement on the Catholic right, the SSPX has been a thorn in the Vatican's side for five decades because it claims to be even more Catholic than the Holy See.</p><p>During a ritual-filled, five-hour Mass on Wednesday at its seminary in Econe, Switzerland, the SSPX consecrated four new bishops in direct defiance of Leo, who had urged the group to hold off for the sake of church unity. An estimated 15,500 people and their children attended, a sign that the SSPX has plenty of supporters who came from around the world knowing full well they were defying Rome.</p><p>The harshness of the response suggested that after trying to negotiate with the SSPX, the Vatican under Pope Leo XIV had had enough.</p><p>Vatican decree targeted bishops and faithful</p><p>In a decree, the Vatican excommunicated the four new bishops and the two existing SSPX bishops who participated in the ceremony. It declared the consecrations a “schismatic act” and that the society itself had created a schism, or intentional rupture with the church.</p><p>It declared SSPX priests — who number about 750 — to be schismatic, and therefore excommunicated, and invalidated the sacraments of confession and marriage that they administer. The Vatican warned the faithful to stop going to SSPX Masses, decreeing that “those who adhere formally” to the society are schismatic and excommunicated.</p><p>The Vatican said that applied to people who are members of the SSPX lay branch and those who “regularly attend” SSPX Masses and formally share its doctrinal positions. The sanctions don't apply to Catholic faithful who have gone to SSPX Masses "just for liturgical or spiritual reasons" or those who go but accept the pope's authority and teaching.</p><p>Thursday's decree however could potentially involve the excommunications of thousands of rank-and-file SSPX faithful.</p><p>The sanctions, especially those targeting the priests, the faithful and the sacraments they can receive, were particularly harsh and reversed concessions the Vatican had granted the SSPX in recent years as part of its outreach to bring the group back under Rome's wing.</p><p>Marc-André Mabillard, media manager for the society, expressed shock at the severity of the sanctions and called them “unjust."</p><p>“For us, this excommunication extended to the faithful is brutal. It’s not what we expect from a father to whom we refer every day,” he told The Associated Press. “We are told, ‘You claim to have the truth.’ Fine. I’m just saying that we certainly have our flaws, but our main flaw today is having a leader who doesn’t want to communicate with us. And that’s terrible.”</p><p>The Vatican's doctrine chief, Cardinal Víctor Manuel Fernández, met in February with the SSPX superior, the Rev. Davide Pagliarani, and proposed a dialogue. But Pagliarani asked instead to meet with Leo, who declined but wrote a letter Tuesday begging the SSPX to call off the consecrations.</p><p>The group's founders opposed reforms</p><p>French Archbishop Marcel Lefebvre founded the SSPX in 1970 in opposition to the modernizing reforms of the Second Vatican Council. Among other things, the 1960s meetings known as Vatican II revolutionized the church’s relations with other Christians, Jews and people of other faiths and allowed Mass to be celebrated in the vernacular rather than Latin.</p><p>Lefebvre consecrated four bishops without papal consent in 1988. The Vatican promptly excommunicated Lefebvre and the four bishops and declared the consecrations a “schismatic act.”</p><p>Pope Benedict XVI in 2009 lifted the excommunications as part of his yearslong outreach to the group. But the SSPX today has no legal standing in the church and with Thursday’s decree is declared to be in schism.</p><p>The consecrations had posed a crisis for Leo because the American pope has stressed the need for church unity. He has reached out especially to the conservative and traditionalist wing of the church that was in many ways alienated during the Pope Francis pontificate.</p><p>The Vatican responded so aggressively in part because the group poses something of a threat by representing a parallel, ultra-Catholic, pre-Vatican II church that has grown in the decades since its original break from Rome. While representing a fraction of the 1.4-billion strong Catholic faithful, the SSPX now has six bishops, 751 priests, 264 seminarians, 145 religious brothers, 88 oblates and 250 religious sisters representing 50 nationalities, according to SSPX statistics.</p><p>A key Vatican II document rejected by the SSPX is one that, among other things, deplored antisemitism in every form and repudiated the “deicide” charge that blamed Jews as a people for Christ’s death. The Vatican crafted the document repudiating it as the church reckoned with the role traditional Christian teaching had played in the Holocaust.</p><p>The SSPX today says it rejects accusations that it ever taught or practiced antisemitism, and the SSPX distanced itself from one of the original 1988 bishops, the late Bishop Richard Williamson, when he denied the Holocaust.</p><p>Traditionalists in communion with Rome respond</p><p>In a note accompanying the decree, the Vatican said it was willing, “like a caring mother,” to welcome any SSPX faithful back into the fold. It laid out specific procedures for SSPX priests and faithful, by signing two forms professing the faith, promising fidelity to the pope and accepting the core teaching of Vatican II.</p><p>While the SSPX is out of communion with Rome, plenty of other Catholic traditionalists who love the Latin Mass remain in communion with the Holy See. They had been watching carefully to see how Leo's Vatican would respond to the SSPX consecrations and were surprised by the harshness of Thursday's sanctions.</p><p>“He’s brought the hammer down,” said Joseph Shaw, head of the Latin Mass Society of England and Wales, which is in communion. Shaw expressed sympathy with the plight of ordinary SSPX faithful, saying the invalidation of marriages especially is going to cause “massive” pastoral problems. “It's a sad day."</p><p>Luigi Casalini, of the blog Messa in Latino, meaning Latin Mass, said the excommunication of the bishops was correct because canon law provides for it. But the extension of the excommunications to SSPX priests and faithful was “an act of unusual severity,” he said, while saying the invalidation of SSPX sacraments was problematic.</p><p>One of the thousands of worshippers at Wednesday’s consecrations was Allison Isermann, a 24-year-old from St. Marys, Kansas, a small town with a large SSPX church. She grew up as a society member and strongly defended its teaching in opposition to Vatican II, specifically its openness to those of other faiths.</p><p>“It is actually very anti-Catholic and anti-charitable to affirm others and their beliefs when it is our duty and our mission to actually convert and sanctify the world and to restore all things in Christ,” she said.</p><p>___</p><p>Jamey Keaten contributed from Econe, Switzerland.</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/RVH44XOVJGKX34WFVKCVXXX4UY.jpg?auth=fae08fdce0b35a7234f5d1399c4b023dfa10e4c521821b5b1f21acfdbf674b88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Newly consecrated Bishops, from left, Marc Hanappier, Michel Poinsinet de Sivry, Michael Goldade and Pascal Schreiber wearing their miters and holding their pastoral staffs, stand at the end of their consecration ceremony in a tent set up outside the Society of St. Pius X seminary in Econe, Switzerland, Wednesday, July 1, 2026. (AP Photo/Baz Ratner)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ERFMX2JE3TLXRIUXIZZMDERYOA.jpg?auth=483c21c0ebb2c86de81b9ac9becfc67082baa473a1e960755e154407cb01c905&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Newly consecrated Bishops, from left, Pascal Schreiber, Michael Goldade, Michel Poinsinet de Sivry and Marc Hanappier, wearing their miters and holding their pastoral staffs, pray at the end of their consecration ceremony in a tent set up outside the Society of St. Pius X seminary in Econe, Switzerland, Wednesday, July 1, 2026. (AP Photo/Baz Ratner)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KXJ3HH4O2PNFC4SX6BIMMG5IUQ.jpg?auth=34b0e257cf882cf2ab7d32888e1ca71580d637bb45f16dc475e04d7996611e76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Newly consecrated Bishops, from left, Pascal Schreiber, Michael Goldade, Michel Poinsinet de Sivry and Marc Hanappier hold their pastoral staffs at the end of their consecration ceremony in a tent set up outside the Society of St. Pius X seminary in Econe, Switzerland, Wednesday, July 1, 2026. (AP Photo/Baz Ratner)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OFDAOGLVPCSKZIRPRSZ2CPR5TY.jpg?auth=5c75686efd5b61dafee45243819de8231a966169fec36d0daaef701b04c44478&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nuns attend a consecration ceremony for four new bishops in a tent set up outside the Society of St. Pius X seminary, in Econe, Switzerland, Wednesday, July 1, 2026. (AP Photo/Baz Ratner)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U7SURP3VYR5OL3OHXGWVMLRDAQ.jpg?auth=1942927955ed4cf39ce50217bd7571d393e7d58db277eb02468acb6be7cfa6c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Newly consecrated Bishop Michael Goldade delivers his blessing at the end of his consecration ceremony in a tent set up outside the Society of St. Pius X seminary in Econe, Switzerland, Wednesday, July 1, 2026. (AP Photo/Baz Ratner)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content></item><item><title><![CDATA[Most U.S. stocks climb toward the finish of a winning week, but drops for tech keep indexes mixed]]></title><link>https://www.local10.com/business/2026/07/02/most-us-stocks-climb-toward-the-finish-of-a-winning-week-but-drops-for-tech-keep-indexes-mixed/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/most-us-stocks-climb-toward-the-finish-of-a-winning-week-but-drops-for-tech-keep-indexes-mixed/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Most U.S. stocks are rising Thursday after the latest update on the job market suggested the Federal Reserve may feel less pressure to hike interest rates. But more swings for chip stocks and other winners of the artificial-intelligence boom are keeping indexes mixed.]]></description><pubDate>Thu, 02 Jul 2026 15:36:21 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Most U.S. stocks are rising Thursday after the latest update on the job market suggested the Federal Reserve may feel less pressure to hike interest rates. But more swings for chip stocks and other winners of the artificial-intelligence boom are keeping indexes mixed.</p><p>The S&P 500 added 0.3% and is on track to close out its best week in nearly two months ahead of Friday's holiday for Wall Street. The Dow Jones Industrial Average was up 468 points, or 0.9%, as of 11 a.m. Eastern time, and the Nasdaq composite was 0.2% lower after erasing an early gain.</p><p>Stocks got some help from easing Treasury yields in the bond market, which fell after a report from the U.S. government said employers added 57,000 jobs to their payrolls last month. That’s growth, which is good for the economy, but it was also short of the 100,000 jobs that economists expected and a slowdown from May’s hiring pace.</p><p>The weaker-than-expected result could keep pressure off inflation, which has been accelerating worldwide because of jumps in oil prices caused by the war with Iran. And if inflation slows in upcoming months, now that oil prices are back below where they were before the war, the Federal Reserve may feel less need to raise interest rates several times this year.</p><p>That would be a relief for investors, who tend to love lower interest rates because they can give the economy a boost by making it cheaper for U.S. households and businesses to borrow money and spend. Lower rates also tend to push upward on prices for stocks and other investments.</p><p>The yield on the 10-year Treasury got to 4.50% in the morning, up from 3.97% just before the war. But after the release of the U.S. hiring data, it immediately fell back to 4.47%.</p><p>The two-year Treasury yield, which more closely tracks expectations for the Fed, fell more sharply. Traders now see an 82% chance that the Fed and its new chairman, Kevin Warsh, will not raise the federal funds rate at its next meeting later this month. That’s up from the 71% chance seen a day earlier, according to data from CME Group.</p><p>“The labor market isn’t overheating,” said Brian Jacobsen, chief economic strategist at Annex Wealth Management. He said the data could allow the Fed to wait through the summer to get more clues about how inflation is behaving before having to decide on hiking rates.</p><p>Hopes for lower interest rates particuarlly help prices for investments seen as the most risky. Bitcoin climbed roughly 3% above $61,500, a day after dropping near its lowest level since 2024.</p><p>That helped stocks of companies across the crypto industry. Robinhood Markets rose 6.4%, Coinbase Global gained 5.2% and Strategy rallied 8.8%.</p><p>Elsewhere on Wall Street, the company behind LaCroix sparkling waters climbed 13.2% after National Beverage said it will pay a special dividend of $3.25 for each share that investors hold.</p><p>It was a widespread rally for U.S. stocks, with seven out of every 10 stocks rising within the S&P 500.</p><p>But more drops for computer chip companies weighed on indexes. They’ve been under pressure on worries that their stock prices shot too high in the frenzy around AI and that all the spending on chips and data centers may not result in as much profit and productivity growth as hoped.</p><p>Memory maker Micron Technology erased an early gain to drop 3.7%, a day after plunging 10.6%. Applied Materials fell 6.6%, and Advanced Micro Devices sank 3.8%. They were some of the heaviest weights on the S&P 500 because they've grown so huge amid AI mania.</p><p>In the oil market, prices continued to sink on hopes for negotiations for a permanent end to the war with Iran. Brent crude, the international standard, fell 1.1% to $70.78 per barrel.</p><p>In stock markets abroad, indexes fell sharply in several Asian markets. South Korea's Kospi index dropped 7.9% due to losses for chip companies like SK Hynix. That’s its worst drop since a 10% plunge a little more than a week ago.</p><p>Indexes also fell 2.5% in Tokyo and 2% in Shanghai.</p><p>European indexes were stronger, and France’s CAC 40 rallied 1.8%.</p><p>___</p><p>AP Business Writers Chan Ho-him and Matt Ott contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QJQHV4HZX7AT4ODRHUL2DYQ7HA.jpg?auth=5a6f79953645762153faa64b73e4e6aabe5fe96e7f9c220e2073416eea6ec07d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trader Robert Charmak 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[Jaylen Brown set to form All-Star trio with Joel Embiid, Tyrese Maxey in Philadelphia]]></title><link>https://www.local10.com/sports/2026/07/02/jaylen-brown-set-to-form-all-star-trio-with-joel-embiid-tyrese-maxey-in-philadelphia/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/02/jaylen-brown-set-to-form-all-star-trio-with-joel-embiid-tyrese-maxey-in-philadelphia/</guid><dc:creator><![CDATA[By DAN GELSTON, Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — Reeling from an early exit in the NBA playoffs, Jaylen Brown was still a Boston Celtics star when he dissed Joel Embiid and called him a flopper on a livestream.]]></description><pubDate>Thu, 02 Jul 2026 10:00:07 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — Reeling from an early exit in the NBA playoffs, Jaylen Brown was still a Boston Celtics star when he dissed Joel Embiid and called him a flopper on a livestream.</p><p>“Joel Embiid is a great player, one of the best bigs in (expletive) basketball history,” Brown said. “Flops. He know it. This ain’t breaking news.”</p><p>Did someone say breaking news?</p><p>Brown might have to make awkward amends with Embiid now that they are teammates on the 76ers in the wake of an out-of-nowhere trade that rocked the NBA and again positions Philadelphia as an instant contender for the franchise's first NBA title since 1983.</p><p>You know, because trying to win it all with a hired gun worked so well for the Sixers with Paul George. And James Harden. Or Jimmy Butler.</p><p>All flops of the postseason kind in Philly.</p><p>The Sixers have another superstar to pair with Embiid — and the true franchise cornerstones in All-Star guard Tyrese Maxey and second-year standout VJ Edgecombe — after new team president of basketball operations Mike Gansey pulled off a whale of a move in his first month on the job.</p><p>Brown — the 2024 NBA Finals MVP, a five-time All-Star and the league’s fourth-leading scorer this past season — is getting traded by the Boston Celtics to the Philadelphia 76ers, a person with knowledge of the deal’s terms said Wednesday.</p><p>Boston is getting George, along with a slew of draft capital that could become two first-round picks and two second-round picks, said the person who spoke to The Associated Press on condition of anonymity because the trade does not yet have the required league approvals.</p><p>“The nba is doing that THING AGAIN,'” Maxey wrote on social media Wednesday night.</p><p>Without a game played, the Sixers are the early winners in this deal.</p><p>Gansey somehow shed the two years and $110 million left on the oft injured and aging George's deal for a bona fide superstar who was sixth in the NBA MVP voting this past season. The 36-year-old George — who was suspended 25 games for flunking a drug test — played in only 78 total games for the Sixers and has played more than 56 games in a season only one time since 2019.</p><p>His contract seemed immovable.</p><p>Suddenly — as they say in Boston —- anything is possible in Philadelphia.</p><p>The Celtics had to move on from Brown after they dangled him as trade bait to Milwaukee in a failed bid to land Giannis Antetokounmpo from Milwaukee.</p><p>Following the first round of the NBA draft, Boston president of basketball operations Brad Stevens declined to say how close the team got to executing a trade for Brown. But he said he still views Brown to be part the Celtics’ future. It’s why the team sat down with Brown recently, who is currently overseas.</p><p>“Jaylen Brown is a big part of us. I don’t want to predict the future. I look at it as this is our team,” Stevens said.</p><p>He's now a big part of Philadelphia's plan and a franchise that seemed stuck in the mud after it was swept by the eventual NBA champion Knicks in the second round — after rallying from 3-1 down to topple Boston in the first round — and was now third among sportsbooks late Wednesday night to win the Eastern Conference.</p><p>Gansey said at his first press conference last month that he wasn't concerned the Sixers were traveling on two timelines — a win-now mode while Embiid and George were nearing the end of their deals versus dealing with the long-term of trying to find pieces that can still contribute in the future while Maxey is the undisputed leader of the team and Edgecombe is entering his prime.</p><p>“I just don't look at it as two timelines,” Gansey said. “They're our four guys. They're under contract. We've got to do the best to get them to their best selves. I think every night, at 7 o'clock, we've got to get them to their best to help us.”</p><p>They're going to get Brown at his best — and with a proverbial chip in his shoulder — trying to prove Boston wrong and that he can lead his former rivals to the NBA promised land. With Jayson Tatum playing in just 16 games during the regular season while he rehabbed from a ruptured Achilles tendon, the 29-year-old Brown averaged career highs in points (28.7), rebounds (6.9) and assists (5.1).</p><p>Brown still has three seasons and about $182 million left on what was then a record, five-year, $304 million supermax deal he signed in 2023.</p><p>Before Antetokounmpo was ultimately dealt to the Heat, Brown posted a video on Twitch in which he described his mood.</p><p>“To all the people that’s doubted me, that want me to do this, or want me, you’re turning me into a monster,” Brown said.</p><p>He'll have his opportunity in Philly to unleash the beast with Embiid routinely sidelined big chunks of the season with injuries. Maxey had lamented how difficult it was to try and carry the Sixers without a 1B when Embiid was sidelined and now the Sixers have a sort of guardrail in Brown to steady the team during those absences.</p><p>The Sixers are transformed — just as they thought they would be when they traded for Harden, Butler and signed George, only to fail and fail again in the playoffs.</p><p>Now it's up to Brown and Embiid and Maxey to form an All-Star trio that can do the improbable just as the Knicks finally did this season in winning their first title in 53 years.</p><p>Speaking of improbable, anyone in Philly have a number for LeBron James?</p><p>___</p><p>AP Basketball Writer Tim Reynolds contributed to this report.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PFJAZBK5JYDSK74ZVXS5GGPV3U.jpg?auth=8d1b4552e3f8a284589a46cbf01bf9c91168e4097207dcb859a98d19ac730a52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Boston Celtics forward Jaylen Brown (7) drives to the basket against Philadelphia 76ers center Joel Embiid, right, during the first half of an NBA basketball game, Wednesday, Oct. 22, 2025, in Boston. (AP Photo/Charles Krupa,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KNCCYB32TDAZ5HU4E5XBHSXCHU.jpg?auth=3d8513a5087d470856e33e9f445f286de867eaa2ae6163a96fda0b79ea492f98&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Philadelphia 76ers' Joel Embiid (21) beats Boston Celtics' Jaylen Brown (7) to the ball during the fourth quarter of an NBA basketball game in Boston, Thursday, Jan. 18, 2018. (AP Photo/Michael Dwyer,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Dwyer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DETXQSVHTRZTMUEAWQKPC5ADCI.jpg?auth=8cae62caea7c654851401fc4f0de2f639cd5200c2229a40237e110829abd5d17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Boston Celtics' Jaylen Brown plays during Game 6 in a first-round NBA basketball playoff series Thursday, April 30, 2026, in Philadelphia. (AP Photo/Matt Slocum,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NDMXCUEYX73GUZJQBJREYABSRM.jpg?auth=0c5466ff8423e028618e773811706a085b50a5e767dda05e9a7dfa0c7ee59f5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Philadelphia 76ers forward Paul George (8) drives to the basket against Boston Celtics guard Jaylen Brown (7) during the second half of Game 2 of a first-round NBA playoffs basketball series, April 21, 2026, in Boston. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O3FO3PEZ4JIDLGOCLYGGTFRQH4.jpg?auth=173827c13aa83c3ba84b5ac8bfed95477e03dbc3a35b01df914fc18f4bf8db9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Boston Celtics guard Jaylen Brown (7) drives to the basket against Philadelphia 76ers forward Paul George (8) during the first half of Game 2 of a first-round NBA playoffs basketball series, April 21, 2026, in Boston. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Facing barbs and pressure from Trump, Europe's leaders close ranks]]></title><link>https://www.local10.com/news/2026/07/02/facing-barbs-and-pressure-from-trump-europes-leaders-close-ranks/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/02/facing-barbs-and-pressure-from-trump-europes-leaders-close-ranks/</guid><dc:creator><![CDATA[By GIADA ZAMPANO and SAM McNEIL, Associated Press]]></dc:creator><description><![CDATA[ROME (AP) — U.S. President Donald Trump’s attacks on Italy’s premier have had an unintended consequence.]]></description><pubDate>Thu, 02 Jul 2026 10:36:14 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — U.S. President Donald Trump’s attacks on Italy’s premier have had an unintended consequence.</p><p>After Trump questioned Italy’s reliability as a wartime ally and claimed Giorgia Meloni had groveled for his attention, European leaders rallied to Meloni's side, thawing what had been a frosty relationship over her hard-right political roots.</p><p>It is the latest example of how the often divisive American president is helping to draw Europe closer together.</p><p>European leaders are finding more reasons to coordinate on defense, tariffs and foreign policy as they confront wars in Ukraine and Iran, a ballooning trade deficit with China, and threats from Russia. That leaves Trump, who has often preferred to negotiate with European countries individually, with less ability to do so, analysts say.</p><p>“Most of the mainstream leaders realize that Europe is getting squeezed between China and America, and so, if not now, then when?” said Sudha David-Wilp, vice president at the German Marshall Fund. “They need to act as a bloc in order to maintain Europe’s place in the world.”</p><p>This newfound European unity could be tested next week at a NATO summit in Turkey.</p><p>European leaders rally around Meloni</p><p>Meloni's spat with Trump has helped her strengthen ties with European leaders once wary of her party’s post-fascist roots.</p><p>A pivotal moment came in March when she wouldn't allow U.S. bombers headed to the Middle East to use a base in Sicily without parliamentary approval.</p><p>For years before then, France and Germany often kept Meloni outside the small-group talks that helped shape Europe’s response to major foreign policy crises. That persisted into 2026 amid disagreements over the Russian war on Ukraine, including Meloni’s rejection of a proposal by Britain and France to send European troops there following a possible ceasefire.</p><p>But Trump’s escalating attacks on Meloni — who called Trump's criticism of Pope Leo “unacceptable” — helped shift the dynamic, prompting European leaders to rally around her.</p><p>After all, they, too, have been on the receiving end of Trump's barbs.</p><p>Meloni was firmly in the fold at a late June meeting in Berlin with the leaders of Germany, France, Britain and Poland. And she met the next day with French President Emmanuel Macron in southern France — the first bilateral summit since the pandemic.</p><p>Europe's nationalist parties are adjusting</p><p>Even nationalist parties across the continent once aligned with Trump are recalibrating their stances because his trade policies and war with Iran are proving unpopular with voters.</p><p>In France, far-right leader Jordan Bardella recently blasted U.S. actions as “foreign interference” and described Trump as “erratic” and “extremely unsteady.” Bardella had previously welcomed Trump's brand of nationalism as a “wind of freedom.”</p><p>In Germany, leaders of the far-right Alternative for Germany party have criticized the U.S. military campaign against Iran. The co-leader of the party, Tino Chrupalla, said in March he was “extremely disappointed” with Trump, whom he had viewed as a politician who would avoid new conflicts.</p><p>The changing rhetoric comes as elections approach, putting more focus on domestic issues.</p><p>“This pushes everyone to consider a European horizon more than an international one,” said Lorenzo Castellani, a political analyst and professor at Rome’s LUISS University,</p><p>Beyond Europe’s biggest powers</p><p>These dynamics are playing out beyond the European Union, from the Arctic Ocean to the Balkans.</p><p>When Trump threatened to take Greenland by force, protests erupted in its capital, Nuuk, and in the Danish capital of Copenhagen. Leaders across the political spectrum bristled at the threatened infringement of European sovereignty and feared it could shatter the already stressed NATO military alliance.</p><p>In Albania, a luxury development being planned that is linked to Trump’s family business has become a major political issue, drawing protests in June.</p><p>The political risks of close alignment with Trump were perhaps most clearly illustrated in Hungary. Prime Minister Viktor Orbán — long regarded as Trump’s closest ally in the European Union — was voted out of office in April despite support from the U.S. president and prominent figures in the MAGA movement.</p><p>An analysis by the consultancy Maplecroft suggested that negative perceptions of the Trump administration may have weighed on Orbán politically.</p><p>Meloni’s balancing act</p><p>Though Meloni remains closely aligned with Trump on issues like immigration and security, she has long diverged from him on Ukraine. Her steadfast support for Kyiv made her more palatable for European leaders and has been a key factor in forging a more united European front toward the U.S.</p><p>During their public spat last month, Meloni said her friendship with Trump came with a heavy political cost.</p><p>In her response to his accusation that she had “begged” to be photographed with him while at the recent G7 summit in France, she wrote on social media: “As for my popularity, being your friend has certainly not helped it, nor does it depend on my relationship with you.”</p><p>A recent Pew Research Center survey found that Trump is deeply unpopular in Italy. According to the survey, 83% of Italians have no confidence in Trump’s ability to do the right thing regarding foreign affairs. His handling of a range of issues -- including Iran, tariffs, and U.S. immigration policies -- received a low level of support.</p><p>With a national election due by 2027 — and possibly as early as next spring — Meloni faces mounting political pressures, including fallout from the unpopular Iran war and her former ties to Trump.</p><p>Voters across Europe could hold their own politicians accountable for the actions of an American president beyond their control, said Castellani, the political analyst.</p><p>“At a certain point, when voters see the price of gasoline rising because of a war perceived as distant, they ask Meloni for the bill, not Trump.”</p><p>___</p><p>McNeil reported from Brussels. Associated Press Sylvie Corbet in Paris, Geir Moulson in Berlin, and Justin Spike in Budapest, Hungary, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V5KZWF4BYYMHAZPA4UYPZ22B34.jpg?auth=4c0b9d3bc99fd5936d6eef0236413413fea35e21705a001a6565472ff1aeef29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -President Donald Trump greets Italy's Prime Minister Giorgia Meloni during summit to support ending the more than two-year Israel-Hamas war in Gaza after a breakthrough ceasefire deal, Oct. 13, 2025, in Sharm El Sheikh, Egypt. (AP Photo/Evan Vucci, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RL7Q5FAZDDLZDYT7KWUBGEATPA.jpg?auth=d531aad439743c877a61432f9512dda42d8bd455558d477567d0f4725a4b2683&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump speaks with Italian Prime Minister Giorgia Meloni at a working lunch with leaders of G7 and the Middle East in Evian-les-Bains, France, Tuesday, June 16, 2026. (Evelyn Hockstein/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evelyn Hockstein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E2ELTSKTH3QJWNHAVQANLLGPXE.jpg?auth=8fde9ac71db0fcd76d9b44da8c760ec1707ad9cd2fecfd9d427c995894172a66&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italian Prime Minister Giorgia Meloni, left, attends a joint press conference with French President Emmanuel Macron, right, as part of a Franco-Italian summit in Antibes, southern France, Thursday, June 25, 2026. (Manon Cruz/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Manon Cruz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KDTPN2EDMZ4TWE6XBHDNVQ63XA.jpg?auth=9cdec9a871f748e168d472c917a9fdea00409983c0c231126ffe72800d1ea3ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[French President Emmanuel Macron, German Chancellor Friedrich Merz, Italian Prime Minister Giorgia Meloni and Britain's Prime Minister Keir Starmer attend a press conference at the E5 NATO Summit in Berlin, Germany, Wednesday, June 24, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OUMIJCWEY6A75LRM3ARRNPSRII.jpg?auth=8f6db6f0429e7c8b1b098d65d5cbb889c8bf8871cc74cd23096d770826c3898d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left to right, Poland's Prime Minister Donald Tusk, French President Emmanuel Macron, German Chancellor Friedrich Merz, Italian Prime Minister Giorgia Meloni and Britain's Prime Minister Keir Starmer attend a press conference at the E5 NATO Summit in Berlin, Germany, Wednesday, June 24, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E65MECPA7IVOZGL3IMFSVAHKVQ.jpg?auth=d3f9fd11c74ace4428b3a43b0e17541939ab62d1d76536d42575e26b28e6f23f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italian Prime Minister Giorgia Meloni attends a joint press conference with French President Emmanuel Macron as part of a Franco-Italian summit in Antibes, southern France, Thursday, June 25, 2026. (Manon Cruz/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Manon Cruz</media:credit></media:content></item><item><title><![CDATA[The Onion's new parody of Alex Jones' Infowars starts with $100,000 to Sandy Hook families]]></title><link>https://www.local10.com/entertainment/2026/07/02/the-onions-new-parody-of-alex-jones-infowars-starts-with-100000-to-sandy-hook-families/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/02/the-onions-new-parody-of-alex-jones-infowars-starts-with-100000-to-sandy-hook-families/</guid><dc:creator><![CDATA[By JEFFREY COLLINS, Associated Press]]></dc:creator><description><![CDATA[The satirical news site The Onion isn’t waiting to take possession of Infowars to launch a parody of Alex Jones ’ conspiracy platform.]]></description><pubDate>Thu, 02 Jul 2026 04:03:24 +0000</pubDate><content:encoded><![CDATA[<p>The satirical news site The Onion isn’t waiting to take possession of Infowars to launch a parody of Alex Jones ’ conspiracy platform.</p><p>More than a year after first trying to buy Infowars, The Onion on Thursday will debut a send-up under its own website with plans to give some of the revenue to families of the victims in the Sandy Hook Elementary School shooting.</p><p>The families have still received no money from Jones since courts ordered him to pay more than $1 billion for falsely calling the 2012 shooting a hoax.</p><p>The Onion will start by sending the families $100,000 from merchandise sales that combine the conspiracy empire’s brand with the The Onion’s logo in rainbow colors, according to CEO Ben Collins, whose company is still in court trying to take control of Infowars.</p><p>“Don’t give comedy writers a grudge for 18 months,” Collins said.</p><p>The parody will include a series of shows and other content under Infowars branding that spoof Jones’ aggressive mashup of conspiracies linking major news events, dubious scientific claims, attacks on people suffering in tragedies and sales of supplements and survival gear.</p><p>Jones' claims that the 2012 shooting that killed 20 first graders and six adults at Sandy Hook Elementary School in Connecticut is a hoax have no truth, but Jones continued to amplify them. His followers started to harass victims' families, suggesting they were “crisis actors” and even making death threats.</p><p>Jones' Infowars empire had 10 million visitors a month and generated more than $50 million in annual revenues at its peak, according to the company. But the $1.4 billion judgements in defamation cases in Connecticut and Texas, where Jones is based, forced him into bankruptcy and broke Infowars apart.</p><p>“All he’s been left with is an iPhone and a fancy microphone," said Chris Mattei, an attorney for nine of the Sandy Hook families.</p><p>Jones has moved his show to a different website. An email sent to an address to request interviews went unanswered.</p><p>The families knew they could never stop Jones from getting his message out, and he has managed to avoid paying the judgement so far. But they could expose what he said and assure he can never profit again, Mattei said.</p><p>“Every dime Alex Jones makes from here until the end of eternity is going to be claimed by the families,” Mattei said.</p><p>The Onion stepped in when Collins saw Infowars' assets were going to be sold at auction.</p><p>Collins spoke to Sandy Hook families, who said they were briefly skeptical, but then saw how The Onion's staff could use the Infowars style and branding to take the moral high ground and make fun of the people who not only caused them so much pain but they felt also poisoned society.</p><p>Collins didn't want to give away too much of the new stuff before it goes live Thursday.</p><p>But the new Infowars will maintain The Onion's sharp satire sprinkled with shock value. Collins said there will be a section selling a penis flattening device, a fake “pro oxygen” supplement pill that the host claims can replace breathing, as well as an extended debate on how many Bozo the Clowns there are.</p><p>“It’s old-fashioned Infowars — using the tricks that they use to get people addicted to outrage and, I would say, addicted to anticipation, trying to find the thing that’s around the corner that’s going to save your life,” Collins said.</p><p>The Onion will keep chasing Jones' property. Collins thinks they will soon get control of the Austin, Texas, studio Infowars once used.</p><p>Some families can't wait for that day. Collins said that Robbie Parker, whose daughter died at Sandy Hook, plans to read his book about fighting Jones while dealing with so much grief in the place Jones once sat.</p><p>The families at first wanted Infowars shut down forever and Jones never heard from again. But they are now looking forward to seeing what The Onion has planned, attorney Mattei said.</p><p>“The idea that it could be turned to some social good. I think it’s even better,” Mattei said. “So, yeah, I think the families are both pleased and amused with what they’ve been able to achieve here.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NJ7RBUJ4PRG6CEYCXMAS6APOBM.jpg?auth=d8d18c793ce2021b74927ea29a0203e5a8633364906d23bc8afca6f3e5d28061&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A copy of the satirical outlet The Onion is seen Nov. 14, 2024, in Little Rock, Ark. (AP Photo/Jill Bleed, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jill Bleed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DRB23B34R3MUUWMCPZNMJWKZQY.jpg?auth=79d2d7a3b668bf7ace1f5d938097b6889a962ad7249f9be3f93e471ce52105b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Right-wing conspiracy theorist Alex Jones speaks outside the federal courthouse after a bankruptcy hearing June 14, 2024, in Houston. (AP Photo/David J. Phillip, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IOAMB7F5UZ4EART7MHCH6M75RI.jpg?auth=1b71b3d030164ea4de514d8b0cf47fc42cce81e8fc3af6837d5d9e978e31a985&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Onion CEO Ben Collins, left, walks to vote with his girlfriend and Democratic candidate for Congress, Kat Abughazaleh, center, on Election Day at Chicago Park District Loyola field house in Chicago, Tuesday, March 17, 2026. (AP Photo/Nam Y. Huh, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[The Declaration's forgotten (non)signer: John Dickinson’s missing 1776 signature haunts his legacy]]></title><link>https://www.local10.com/news/2026/07/02/the-declarations-forgotten-nonsigner-john-dickinsons-missing-1776-signature-haunts-his-legacy/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/02/the-declarations-forgotten-nonsigner-john-dickinsons-missing-1776-signature-haunts-his-legacy/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — For a quarter century, Jane Calvert has been on a mission shared by few scholars of the Revolutionary War era. She has championed a founder mostly remembered, when remembered at all, as the man who wouldn't sign the Declaration of Independence — the lawyer and statesman John Dickinson.]]></description><pubDate>Thu, 02 Jul 2026 14:37:29 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — For a quarter century, Jane Calvert has been on a mission shared by few scholars of the Revolutionary War era. She has championed a founder mostly remembered, when remembered at all, as the man who wouldn't sign the Declaration of Independence — the lawyer and statesman John Dickinson.</p><p>“It has been a constant struggle,” says Calvert, a former associate professor at the University of Kentucky who has written often about Dickinson and is the founder of the John Dickinson Writings Project, which aims to make his works widely available.</p><p>For much of the country, the 250th anniversary of independence on Saturday is a time for celebrating and debating the country's birth. But for Calvert and others, it's also a moment to challenge the lingering image of a man who at times has been ignored, ridiculed or literally cast aside.</p><p>He was the Revolution's ‘penman’</p><p>Dickinson, a Maryland native who spent much of his life in Delaware and Pennsylvania, was once regarded as among the most important and inspiring founders. His “Letters from a Farmer in Pennsylvania,” a dozen missives published in the 1760s, were widely read attacks against Britain's right to tax the colonies that helped give Americans a shared sense of identity and purpose. He even wrote the words to one of the country’s first patriotic anthems, “The Liberty Song.”</p><p>Admirers would call him the “Penman of the Revolution.”</p><p>But Dickinson also sought peace with Britain well after the first shots were fired at Lexington and Concord. In July 1775, he helped compose the Olive Branch Petition, a call for reconciliation that King George III essentially ignored. When the Continental Congress voted for independence in July 1776, Dickinson and fellow Pennsylvanian Robert Morris abstained. While Morris later signed the Declaration, Dickinson withheld his name.</p><p>“He wasn’t opposed to independence per se, but he thought it should happen gradually and without bloodshed,” Calvert says.</p><p>“America wasn’t prepared in any sense, including militarily, and there was no constitution, no foreign allies, and no domestic manufacturing. Neither was there was unanimity on the independence question,” Calvert adds. “But as critical as all these things were, Dickinson’s main concern was that there were no legal protections for the most vulnerable Americans. He was most worried about religious dissenters, particularly the Quakers in Pennsylvania.”</p><p>History downgraded him</p><p>Dickinson's reputation as a man more of words than of action has long outlasted him.</p><p>At the Signers' Hall exhibit in Philadelphia's National Constitution Center, the Dickinson statue is placed apart in a corner, sculpted in a contemplative pose. Popular storytellers of the American Revolution, whether documentary maker Ken Burns or “Hamilton” playwright Lin-Manuel Miranda, tend to leave Dickinson out of the narrative. He is otherwise a smug Anglophile in the musical “1776,” and, in the 2008 HBO miniseries about John Adams, he is portrayed as the compromising foil to Adams' militant righteousness.</p><p>“It’s pretty egregious,” Calvert says. “He is depicted as a scowling and sunken-eyed naysayer of the Patriot cause. We know that he was a compelling and charismatic figure, well-liked among his colleagues and seen as a devoted Patriot leader. He did not wear a wig, don fancy clothes, walk with a cane or speak with a Scottish brogue — all things added in the show to make him appear aristocratic.”</p><p>Once independence was declared, Dickinson did not retire from public life or side with the British, but served in the Pennsylvania and Delaware militias. He helped draft the June 1776 Articles of Confederation, supported the U.S. Constitution as a Delaware delegate and served as the president of Delaware and of Pennsylvania. Dickinson and his wife, Mary, were the namesakes for the first college — based in Carlisle, Pennsylvania — chartered after the founding of the United States. When he died, in 1808, then-President Thomas Jefferson called him “one of the great worthies of the revolution.”</p><p>Praising his contributions both before and after independence, Calvert believes Dickinson should be placed alongside Adams, Jefferson and others among the elite of founders. Thomas Donnelly, lead scholar at the Constitution Center, is among those who say Calvert has broadened his understanding of Dickinson (he speculates that the center's Dickinson statue was meant as a tribute to his “scholarly nature”).</p><p>Some historians see it differently. Joseph Ellis, the Pulitzer Prize-winning author of “Founding Brothers,” credits Dickinson as the leading voice of resistance in the decade leading up to 1776 but laments his decision not “to take the last step.” Fellow Pulitzer winner Jack Rakove says that Dickinson’s thinking in 1776 was a “quirk of his conscientious political personality” that shouldn't diminish his other achievements.</p><p>But he still wouldn't rank him in the first tier. Instead, he places Dickinson just below, alongside such figures as Benjamin Rush and John Jay. Says Rakove: “Perhaps his qualms of conscience in 1776 have affected his reputation.”</p><p>Thank you, ‘South Park’</p><p>Dickinson himself would lament that his opposition to the Declaration was a “finishing blow” to his “diminished popularity.”</p><p>Adams was among his detractors, dismissing him as a “piddling genius whose fame has been trumpeted so loudly.” In the 1840s, Calvert says, historian George Bancroft helped seal Dickinson's legacy by condemning him for how he “dulled the resentment of the people, and paralyzed the manly impulse of self-sacrificing courage.”</p><p>Calvert has not been alone in defending Dickinson. His other advocates range from the late conservative commentator William Murchison, author of a 2013 biography that cites Calvert's research, to such historians-Dickinson Project editors as Ian Iverson and Nathan R. Kozuskanich. Calvert even praises the creators of “South Park” for an episode aired in 2003, during the Iraq War. As supporters and protesters clash, Cartman travels back to 1776, witnesses the independence debate and finds parallels to the present.</p><p>“It’s the only pop culture representation of Dickinson I’ve seen that portrays him as being motivated by principle — that we shouldn’t found a country based on war,” Calvert says.</p><p>“Here Dickinson is the forefather of those antiwar protesters,” Calvert says. “Whether he would have gone so far as to say that the reasons for the Revolution were trumped up, I don’t know. Maybe. In any case, there is a lot to like!”</p><p>___</p><p>The story has been updated to correct that Dickinson helped draft the June 1776 Articles of Confederation, not the post-independence Articles of Confederation.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FEXXNBIUSY45FQOH3LEF2KNFUU.jpg?auth=730cfcfdd6def5e2340153a970362c2a45bafa0833b51ce0f046f2a4c621cad6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Portraits of a red-headed Thomas Jefferson, left, and John Dickinson, right, by by Charles Willson Peale are seen at the refurbished Second Bank of the United States in Philadelphia on Nov. 26, 2004. (AP Photo/Jacqueline Larma, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacqueline Larma</media:credit></media:content></item><item><title><![CDATA[The Knicks. The World Cup. Taylor Swift's likely wedding. It's the Summer of New York]]></title><link>https://www.local10.com/entertainment/2026/07/02/the-knicks-the-world-cup-taylor-swifts-rumored-wedding-its-the-summer-of-new-york/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/02/the-knicks-the-world-cup-taylor-swifts-rumored-wedding-its-the-summer-of-new-york/</guid><dc:creator><![CDATA[By MATT SEDENSKY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — It is a city bathed in the orange-and-blue afterglow of a Knicks championship, gushing with the joy of World Cup fans jamming its bars and its streets, enjoying a singular confetti-raining, fireworks-bursting, parade-rolling, smile-inducing moment that seems to make this place feel even more like the center of the universe it has always claimed to be.]]></description><pubDate>Thu, 02 Jul 2026 12:45:06 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — It is a city bathed in the orange-and-blue afterglow of a Knicks championship, gushing with the joy of World Cup fans jamming its bars and its streets, enjoying a singular confetti-raining, fireworks-bursting, parade-rolling, smile-inducing moment that seems to make this place feel even more like the center of the universe it has always claimed to be.</p><p>So if a certain pop idol were to choose this island, at this moment, for her vows, could anywhere be more fitting?</p><p>“This city has always known how to celebrate big moments. But this summer, so many of them have collided at once,” says Rabbi Yael Buechler, 40, of the Riverside section of the Bronx, who is preparing a “Swiftie Shabbat” this weekend with friendship bracelet cookies and a bedazzled challah bread she says is inspired by her “Chuppah Era.” “When I look back on the summer of 2026, I won’t remember just one event. I’ll remember a season when New York felt united in celebration.”</p><p>New York is always a city whose seduction battles its struggles, where the thrill of finding a subway car with an open seat meets the realization that it’s empty because its lone passenger is hurling trash across it. The schlepping, the waiting on line, the $9 boxes of cereal and $32 burgers and microscopic apartments with titanic rents, the sidewalk mounds of trash, the gutted rat you nearly step onto in the street. All of it can congeal into too much, separating New Yorkers for a season from New Yorkers for life.</p><p>But then there are those days when the streets are a storybook, with all the eclectic, utopian splendor Richard Scarry could muster, where you step out of an impossibly tiny, immeasurably cute cheese shop to find an impromptu classical concert on a front stoop. Neighbors exchange knowing looks at whatever absurdity unfolds before them, parks unfurl like paintings, a kaleidoscope of humanity seems in sync, lights twinkle, dumplings are cheap, pizza is perfect, bagels are fresh from the oven, dreams are all fulfilled.</p><p>Optimism emerges for summer in the city</p><p>In the battle between the slog of metropolitan life and its many daily gifts, some felt the recent arrival of a thumb on the scale.</p><p>The city’s trademark cynicism faded a bit. And in a place where celebrity passersby and visiting monarchs typically get the same collective shrug, a certain exuberance appeared. The beaming young mayor, fresh off an announcement that a swath of New York’s tenants would see no rent hike, was even found jumping into a city pool in a suit and tie.</p><p>This town has known seasons of many stripes, from that autumn of grief after 9/11 to that spring of solitude and trepidation as COVID-19 first emerged. They always pass. The city moves forward. But however long this Summer of New York stretches and the city pulsates with positivity, locals are relishing it.</p><p>“It’s easy to feel alone in the big city, but we all feel a bit closer right now,” says Dallas Short, a 38-year-old publicist who lives in the Two Bridges neighborhood of Manhattan. “Anything seems possible and attainable right now.”</p><p>More than anything, the Knicks’ fantastic run fueled today’s New York temperament, with its underdogs-coming-out-swinging, constantly-rallying-from-behind, Jalen Brunson methodically delivering, OG Anunoby tipping in an impossible shot, and millions of onlookers unsure of what they just witnessed as they slid into a warm bath of delight.</p><p>Spike Lee, a sideline fixture for decades and quintessential New Yorker, captured the city's darker side with his film “Summer of Sam,” set in the city's long-remembered summer of 1977. This year, he oozed joy even before victory was sealed.</p><p>“This is truly Fun City,” he proclaimed in The New York Times, “born again!”</p><p>Then there were those soccer games</p><p>Before the thrill of that even wore away, the world’s soccer fans descended, turning Times Square into a Viking longship and points across the city into flag-waving, drum-beating celebrations. In a city whose most iconic statue is a testament to its openness to newcomers, teams from Cape Verde to Paraguay to Congo found local fans and international visitors found compatriots.</p><p>“There is electricity in the air,” says Steven Gottlieb, a real estate agent and born-and-bred New Yorker who lives in the Flatiron neighborhood of Manhattan. “Many of us have a love-hate relationship with New York City, but there’s a lot to love right now.”</p><p>Which brings us to none other than Taylor Swift.</p><p>After moving here over a decade ago, she penned “Welcome to New York,” which called the city a “true love” and portrayed it as an “ever-changing,” “drives you crazy,” “keeps you guessing” paramour.</p><p>Asked about her new home at the time, she told Rolling Stone, “In terms of being happy, I’ve never been closer.”</p><p>Swift was spotted courtside at Madison Square Garden in Game Four of the Knicks’ run. And if rumors and reports bear out, she’ll return to the arena this week to celebrate a marriage to football player Travis Kelce. It would arrive on a week capped by all the revelry the city can serve up for the 250th anniversary of the country’s independence, in a fireworks-blasting, tall ships-sailing spectacle.</p><p>In this city scarred by terror, darkened by blackout and flooded by storm, no New Yorker would be so naïve as to think it all will last. The rents will rise. The kvetching will return. The smells and the crowds will again grow too much.</p><p>Let it be remembered, though: For a blissful moment in the summer of 2026, joy reigned here.</p><p>___</p><p>Matt Sedensky can be reached at msedensky@ap.org and https://x.com/sedensky</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DOI6OS2X6LCNGF5CAECRGJMUEM.jpg?auth=5769b421172d0a408ee059d13352c0cd9733fff61af17c1f93164dfcb87fbdf2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans celebrate during the New York Knicks' NBA championship parade Thursday, June 18, 2026, in New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ETFD6TQ7EJEGREDDHEO2DNBLY4.jpg?auth=2ad5d78d1b79b8cced4eff0f71788116f4588c14c9b4750a3545aca1ba5ff2c6&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 an umbrella to shield themselves from the sun during a heat advisory in Central Park, 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/6M53KSJQ6HCRGTI32JGVDHELV4.jpg?auth=0aac7cbd14e89e206f0cac129a1300a13ac6634660f30b5ef126e932aa712eec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Taylor Swift and Travis Kelce watch the second half of Game 3 in the Eastern Conference finals NBA basketball playoffs series between the New York Knicks and the Cleveland Cavaliers in Cleveland, May 23, 2026. (AP Photo/Tim Phillis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Phillis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NK3JAX73IZUGGHQC6T7S3KAG24.jpg?auth=f846d49846eaadc704ff8d4fb643a9964ade66de718d1b149c72552a3992ed89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks center Karl-Anthony Towns, center, celebrates with teammates during the New York Knicks' NBA championship parade Thursday, June 18, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FXKPAA43YEPPCYW5ODDJKX5QRA.jpg?auth=69a2c51b04c48d71f154868f253661094c75444d52386c70e6f0fda312630125&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters cheer during the World Cup round of 32 soccer match between France and Sweden in East Rutherford, N.J., near New York, Tuesday, June 30, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[New Jersey is set to charge companies with workers on Medicaid. Other states may follow]]></title><link>https://www.local10.com/health/2026/07/02/new-jersey-is-set-to-charge-companies-with-workers-on-medicaid-other-states-may-follow/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/02/new-jersey-is-set-to-charge-companies-with-workers-on-medicaid-other-states-may-follow/</guid><dc:creator><![CDATA[By GEOFF MULVIHILL, Associated Press]]></dc:creator><description><![CDATA[New Jersey is launching a new fee on companies whose workers have Medicaid health coverage instead of being covered by their employers. Other states are considering it, too.]]></description><pubDate>Thu, 02 Jul 2026 11:18:03 +0000</pubDate><content:encoded><![CDATA[<p>New Jersey is launching a new fee on companies whose workers have Medicaid health coverage instead of being covered by their employers. Other states are considering it, too.</p><p>Democratic lawmakers and governors see it as a way to help pay for the joint federal and state insurance program that covers low-income residents as federal policy changes are expected to make the program more expensive for states and may lead to a reduction in the number of people with coverage.</p><p>Proponents also say it's about fairness because employers benefit from having some lower-income workers with taxpayer-funded health coverage.</p><p>Business groups object. So do some liberal policy organizations.</p><p>New Jersey is putting the fee in place</p><p>New Jersey Gov. Mikie Sherrill signed a measure Tuesday night to charge employers that have at least 50 workers covered by Medicaid, and the state budget she approved earlier in the week counts on raising $145 million this year from the program.</p><p>Under the plan, companies will be billed for each employee and employees' dependent receiving Medicaid, the joint state-federal insurance program.</p><p>The fees per person would start at $325 a year for companies with 50 to 249 Medicaid beneficiaries and top out at $725 annually for employers with at least 500 recipients.</p><p>Federal Medicaid changes are prompting Democratic-led states to act</p><p>A bill passed this week in California doesn't impose a charge now, but it does direct the state administration to present lawmakers options for doing so next year.</p><p>Finishing the job would fall to the successor of Gov. Gavin Newsom, a Democrat who is leaving office in January. Democratic gubernatorial candidate Xavier Becerra has made an employer charge part of his election platform.</p><p>State Sen. John Laird, a Democrat who sponsored the California proposal, said the big tax and policy law President Donald Trump signed a year ago was a major factor in the need for action because it could prompt the state to spend more on Medicaid to plug holes left by federal changes.</p><p>The nonpartisan Congressional Budget Office expects more than 10 million people will be uninsured because of the law by 2034. It requires some beneficiaries to work, be in school or volunteer — and requires even more to document whether they meet the requirements. Most employees at the bigger companies would not be at risk of losing Medicaid coverage as long as they're working at least 20 hours a week.</p><p>Laird also said there's an equity issue involved.</p><p>“If you're a small business person in California, you are quite likely paying for health insurance for your employees. And through your taxes, you're paying for health insurance for some of the biggest employers in California,” he said. “And that's not fair.”</p><p>Legislation with similar intents passed one legislative chamber in both Colorado and Oregon this year, but neither made it to law. A measure was also introduced in Washington.</p><p>Connecticut Gov. Ned Lamont, a Democrat who is seeking a third term in November's election, has called for the same move there with the idea of making it a part of the state budget that would kick in two years from now.</p><p>Opposition comes from business and some liberal groups</p><p>It's no surprise that business organizations have criticized the approach, which would add to their expenses.</p><p>“The fact remains that many job-creators are still going to be penalized for something they have no control over,” Christopher Emigholz, the chief government affairs officer at the New Jersey Business and Industry Association, said in a statement. “If an employee declines an employer-provided health plan because they’d rather be on Medicaid, it is unfair to penalize the employer for that employee’s decision.”</p><p>Some left-leaning policy organizations also oppose the charges.</p><p>Gideon Lukens, who analyzes health policy at the left-leaning Center on Budget and Policy Priorities, said that while the idea may be well-intentioned, it could lead companies to employ fewer people from low-income household or single parents. He said companies could also consider the policy in decisions about whom to hire or lay off — and also on where to locate or how many workers to employ.</p><p>And, he said, it could make employees — or potential employees — less likely to enroll in Medicaid knowing it would make them less attractive to employers.</p><p>“Usually, when I see a tax on something it’s going to discourage whatever being taxed,” he said in an interview.</p><p>New Jersey's legislation tries to address some of the concerns. It would exempt temporary, seasonal and part-time employees. It would also bar employment decisions based on a workers’ Medicaid status.</p><p>The idea has come up before, though it's never stuck for long</p><p>Charging companies whose workers are covered by Medicaid isn't a new idea. At least two states have previously enacted it, and it's been proposed in Congress.</p><p>Massachusetts lawmakers in 2017 adopted a charge on employers up to $750 per nondisabled worker who was covered through Medicaid or a state-subsidized health exchange plan. The program began in 2018 was not renewed when it expired the next year.</p><p>An even earlier policy in Maryland, in 2006, immediately affected only Walmart. An industry group challenged it in court and won, stopping the fees. A federal judge found that it required the company to track and allocate employment benefits differently in Maryland than in other states in violation of a federal law that governs self-insured employee health plans.</p><p>The latest generation of proposals may avoid that legal pitfall by not referencing those health plans in the legislation.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4NSTQEEHQJHGD26HBD7WFNAXOA.jpg?auth=1e8377b9b3dfa8f91313c9147acffeca658a6b7b3713ec132128dd085ba71fbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New Jersey Governor-elect Mikie Sherrill talks to reporters during a news conference in Trenton, N.J., Nov. 5, 2025. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[NHL free agency spills into Day 2 with Patrick Kane among those available]]></title><link>https://www.local10.com/sports/2026/07/02/nhl-free-agency-spills-into-day-2-with-patrick-kane-among-those-available/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/02/nhl-free-agency-spills-into-day-2-with-patrick-kane-among-those-available/</guid><dc:creator><![CDATA[By STEPHEN WHYNO and JOHN WAWROW, Associated Press]]></dc:creator><description><![CDATA[NHL free agency spilled into Thursday with some high-profile players still on the open market, including a three-time Stanley Cup champion.]]></description><pubDate>Thu, 02 Jul 2026 15:45:25 +0000</pubDate><content:encoded><![CDATA[<p>NHL free agency spilled into Thursday with some high-profile players still on the open market, including a three-time Stanley Cup champion.</p><p>Patrick Kane is still available after spending the past three years with Detroit. Kane is 37 now and a decade from winning the Hart Trophy as MVP when he led the league in scoring but takes playoff MVP experience and three Cup rings wherever he goes. Also unsigned are wingers Vladimir Tarasenko, who has won twice, and Anthony Mantha, who is coming off a career year, and forward Claude Giroux, who is still chasing a championship at 38.</p><p>The first 11-plus hours of free agency featured more than 55 players changing places across the league with more than $360 million worth of contracts. And that's not even counting Bowen Byram becoming the highest-paid defenseman at an average salary of $12.5 million beginning in 2027 under his new deal with Chicago after he was acquired in a trade with Buffalo.</p><p>Byram's time with that distinction may be short if Colorado gets a new contract done with two-time Norris Trophy-winner Cale Makar, which also would go into effect in 2027-28.</p><p>The salary cap getting another record increase to $104 million led to some big-money deals but also reduced the depth of available talent because teams had room to re-sign their top players. New Jersey extended captain Nico Hischier, Florida re-signed center Eetu Luostarinen and Philadelphia rewarded goaltender Dan Vladar with a long-term contract.</p><p>More signings on Day 2</p><p>A day after landing prized free agent goalie Sergei Bobrovsky, the Toronto Maple Leafs continued their offseason transformation by signing former Capitals forward Brandon Duhaime to a three-year contract.</p><p>The Wild re-signed defenseman Zach Bogosian ($1.25 million) and right wing Nick Foligno ($900,000), bringing back a pair of trusty veterans on one-year deals for back-end roles. Bogosian will begin his 19th season in the NHL, his fourth in Minnesota.</p><p>Foligno, who arrived right before the trade deadline last season and played on the fourth line in the playoffs with his younger brother, Marcus, is entering his 20th NHL season.</p><p>Isles GM Darche open to additions</p><p>New York Islanders general manager Mathieu Darche was expecting a break after a busy stretch with the draft and free agency happening less than a week apart. And yet, he's also keeping an eye out.</p><p>“We’ll have probably over $40 million of cap space next summer," Darche said. “I’m still going to be working the rest of the summer, especially the next couple weeks. A lot of GMs, I won’t lie to you, they go on vacation and it goes pretty silent on the GM chat. But if I have opportunities to improve the team, I will. Every single day, it’s a relentless pursuit of trying to get better.”</p><p>Hischier's Devils made a splash late Wednesday by tendering an offer sheet for Utah center Barrett Hayton for $4.775 million. The Mammoth, who acquired Vincent Trocheck in a trade with the Rangers, have a week to match or would receive a second-round pick as compensation.</p><p>The threat of an offer sheet remains for Dallas winger Jason Robertson, who turned down a trade to Seattle last week and needs a new contract. The Stars signed forward Joel Kiviranta to a one-year contract after he had nine points in 51 games for Colorado last season.</p><p>Reigning Norris winner Zach Werenski won't be going to the Stars and reaffirmed with two years left on his deal that he's happy to be in Columbus after trade rumors settled quickly.</p><p>___</p><p>AP Sports Writer Dave Campbell in St. Paul, Minnesota, contributed to this report.</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K62LUAUAHZIVWV2AIMEC5PJJD4.jpg?auth=2c5782c2b12c5714d0d544a089b87853ef4c1fa56d95f2da0d6bd52e70d31c07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Detroit Red Wings right wing Patrick Kane (88) against the Tampa Bay Lightning during the third period of an NHL hockey game Monday, April 13, 2026, in Tampa, Fla. (AP Photo/Chris O'Meara,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OM2Y4CYRFCPBLLBVTXBG6MQLJE.jpg?auth=521c1fac25c65f704e7cdefe80c2eaaba2b49d0c7f9b07b631d080bef5f7b15f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ottawa Senators' Claude Giroux (28) waits for a face-off against the Carolina Hurricanes during the third period of an Game 1 of an NHL hockey Stanley Cup first-round playoff series in Raleigh, N.C., Saturday, April 18, 2026. (AP Photo/Karl DeBlaker,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Karl B DeBlaker</media:credit></media:content></item><item><title><![CDATA[AP Was There: Millions of mourners attended funeral of Iran's Ayatollah Ruhollah Khomeini]]></title><link>https://www.local10.com/news/world/2026/07/01/ap-was-there-millions-of-mourners-attended-funeral-of-irans-ayatollah-ruhollah-khomeini/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/01/ap-was-there-millions-of-mourners-attended-funeral-of-irans-ayatollah-ruhollah-khomeini/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[EDITOR’S NOTE: On June 6, 1989, millions of Iranians turned out in the streets to bury Ayatollah Ruhollah Khomeini, who led the 1979 Islamic Revolution. The situation quickly got out of control.]]></description><pubDate>Thu, 02 Jul 2026 03:30:30 +0000</pubDate><content:encoded><![CDATA[<p>EDITOR’S NOTE: On June 6, 1989, millions of Iranians turned out in the streets to bury Ayatollah Ruhollah Khomeini, who led the 1979 Islamic Revolution. The situation quickly got out of control.</p><p>Those in the crowd beat their chests rhythmically in the intense summer heat, the wails of women cutting through the noise. Mourners rushed the casket, causing the 86-year-old religious leader's white-wrapped body to tumble out into the crowd.</p><p>Initial reports said the chaos killed at least eight people and injured some 11,000 others. It was recognized by Guinness World Records as the largest percentage of a population to attend a funeral, drawing an estimated 10.2 million people — about one-sixth of Iran’s population at the time</p><p>Now, as Iran prepares to bury the late Supreme Leader Ayatollah Ali Khamenei, The Associated Press is making its story and historic photographs of Khomeini's funeral available. The story has been edited for typographical errors, but maintains the AP style of the day.</p><p>___</p><p>Mourners Block Funeral, Postpone Burial; Scores Crushed in the Chaos</p><p>By ALEX EFTY</p><p>TEHRAN, Iran (AP) — Millions of mourners beating on their heads and chests today blocked the funeral procession of Ayatollah Ruhollah Khomeini, and scores of people, including Khomeini’s son, were crushed in the chaos.</p><p>The unyielding crowds forced authorities to postpone the burial.</p><p>There was no immediate word on if or how many people were killed, injured or simply fainted because of the 91-degree heat. At least eight people were killed and hundreds hurt Monday during a similar huge show of mass grief.</p><p>Security forces fired in the air to disperse the crowds, but the grieving multitudes remained, the official Islamic Republic News Agency reported.</p><p>The Revolutionary Guards beat mourners on their hands to let go of Khomeini’s coffin.</p><p>Khomeini’s only son, Ahmad, 43, was knocked down in the dusty north Tehran square outside the Mosalla Mosque where Khomeini’s body had lay in state since Monday in an air-conditioned glass-encased bier.</p><p>Ahmad Khomeini’s white turban fell off as he was being hoisted above the crowds and passed from hand to hand to an ambulance at the edge of the square. He appeared pale and drowsy, but conscious.</p><p>The hearse carrying the body was stranded in a sea of mourners clad in black, unable to move forward because of the crowds, IRNA said.</p><p>Tehran television said it was “impossible” to break through the grieving multitudes to bury Khomeini before dusk. Islam forbids burying the dead after nightfall.</p><p>Khomeini died Saturday at age 86.</p><p>He was to be buried at the Baheshte Zahra cemetery, 22 miles south of Tehran, alongside victims of the Islamic revolution that catapulted him to power 10 years ago and thousands killed in the Iran-Iraq war.</p><p>The television said alternative arrangements for Khomeini’s burial would be announced later.</p><p>Shouts of “Allah Akbar!” God is Great, echoed across the city. The hearse had hardly covered a half mile of the journey two hours into the funeral procession.</p><p>Many of Tehran’s 6 million people turned out to bid Khomeini farewell. Millions more converged on the city from other regions, the official media reported.</p><p>The procession began at 7 a.m. when Khomeini’s devout militants, the Revolutionary Guards, carried his body down from the bier.</p><p>Five helicopters hovered overhead as a martial band played somber tunes.</p><p>Khomeini’s body was wrapped in the Islamic republic flag and laid on the ground in the open air as the white-bearded Ayatollah Mohammad-Reza Golpaygani prayed. Golapaygani, one of the four remaining senior ayatollahs in Iran, choked often and lifted his spectacles to wipe tears with a handkerchief.</p><p>After the 30-minute service, Khomeini’s body was placed in a wooden coffin that was covered with a white cloth, then carried by Revolutionary Guards from hand to hand into a white van.</p><p>Crowds cried hysterically. Readings from the Koran, Islam’s holy book, blared from the mosque’s minaret as the masses cried: “Farewell beloved imam!” and “Oh Khomeini, why have you left us?”</p><p>They pounded their heads and chests with clenched fists in a traditional Shiite Moslem expression of grief.</p><p>In the chaos, women, clad in head-to-toe black chadors, were rubbing shoulders with men, defying an Islamic ban on physical contact between a woman and a man other than her husband.</p><p>Firefighters sprayed the mourners with water to cool them off.</p><p>About 2 million frenzied mourners had kept a nightlong candle-lit vigil around the bier.</p><p>Some mourners scratched their faces until the blood ran and threw ashes over their clothes.</p><p>Khomeini died of a heart attack 11 days after intestinal surgery without resolving the problem of who would succeed him. He left a 29-page “political testament,” excerpts of which were read over Tehran radio on Monday.</p><p>The excerpts made no reference to how Iran should be governed after his death. But such proposals may have been in the sections that still have not been made public.</p><p>President Ali Khamenei, 49, was appointed caretaker leader Sunday. A presidential election and referendum on constitutional reforms, which are likely to increase the president’s executive power, are scheduled for Aug. 18.</p><p>Khamenei’s swift appointment was designed mainly to fill the vacuum amid political turmoil that has prevailed since Khomeini launched his resurgence of Islamic fundamentalism in February with a call for the death of British novelist Salman Rushdie.</p><p>In the absence of a single personality who can match Khomeini’s religious and political authority, it seemed likely that Iran would be ruled by a collective leadership.</p><p>Khamenei has endorsed the presidential candidacy of Parliament Speaker Hashemi Rafsanjani, 55, a political ally and the only declared candidate.</p><p>Former Iranian President Abolhassen Bani-Sadr said from exile in France that Khamenei’s appointment indicated “total failure” by the government.</p><p>“Imagine a church that cannot find a pope. It is exactly the same, like a dynasty that cannot find a king. … It will not last,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ITUMHCISNK6EFVKXLUPHWHAKM4.jpg?auth=101ec9d566d761e7641fc3d3903f4dbc77cd55c40b5fefa3d9bae74bd29c16be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An Iranian mourner goes into a frenzy just after the body of the Ayatollah Khomeini was removed from Beheshte Zahra Cemetery in Tehran, June 6, 1989. The burial was delayed when thousands of mourners crowded the imam's body in an effort to touch their leader. (AP Photo/Greg English, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg English</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/53QLF4FT4B44AXJM6SBQ6EEBEY.jpg?auth=26b3221edcb8465d136ce64b4528297cb5a0fb84b8a01531e0ddfced626e3213&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mourners crowd around the grave of the late Ayatollah Khomeini at the cemetery in Beheshte e Zahra, some 70 kms from Tehran, Iran, June 11, 1989. (AP Photo/Heribert Proepper, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Heribert Proepper</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6QSBGEBKDWRZFMOOW45PIIUATU.jpg?auth=edba0f1ca38ffd1b7246dbbc4c8279bb3fe76e06b2ab50246b886cbe3d733d33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mourners crowd around some containers set around the the grave site of the late Ayatollah Khomeini at the cemetery in Beheshte e Zahra, some 70 kms from Tehran, Iran, Sunday June 8, 1989. . (AP Photo/Dusan Vranic, File)]]></media:description><media:credit role="author" scheme="urn:ebu">DUSAN VRANIC</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U7HX4R74Y2BVTC7NZKM2XBSNJ4.jpg?auth=a5d419db2182ee252b75e5aefd32a2b73c2c4707391d75f20809fe0388045d58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- Thousands of mourners crowd around the grave of the late Ayatollah Khomeini at the cemetery in Beheshte e Zahra, some 70 kms from Tehran, Iran, June 11, 1989. (AP Photo/Heribert Proepper, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Heribert Proepper</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PSEXF22NTEWNW4I5XWHOH5CQIE.jpg?auth=161d5837aba7d3cd7af9c63315e96ee980e99dbfec7d11c0122922fd668acc00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mourners crowd around a huge banner with a picture of the late Ayatollah Khomeini at a cemetery in Beheshte e Zahra, some 70 kms from Tehran, Iran, June 11, 1989. (AP Photo/Heribert Proepper, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Heribert Proepper</media:credit></media:content></item><item><title><![CDATA[Why are World Cup refs giving red cards to players covering their mouths when confronting opponents?]]></title><link>https://www.local10.com/news/florida/2026/07/01/why-are-world-cup-refs-giving-red-cards-to-players-covering-their-mouths-when-confronting-opponents/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/01/why-are-world-cup-refs-giving-red-cards-to-players-covering-their-mouths-when-confronting-opponents/</guid><dc:creator><![CDATA[By STEVE REED, Associated Press]]></dc:creator><description><![CDATA[World Cup players were warned before the tournament about a new rule that would result in an immediate red card for anyone covering their mouth when verbally confronting another player.]]></description><pubDate>Wed, 01 Jul 2026 16:29:47 +0000</pubDate><content:encoded><![CDATA[<p>World Cup players were warned before the tournament about a new rule that would result in an immediate red card for anyone covering their mouth when verbally confronting another player.</p><p>Officials are actively enforcing that rule change.</p><p>The latest incident came on Tuesday night when Ecuador defender Piero Hincapié was sent off in second-half stoppage time of his team’s 2-0 loss to Mexico in the round of 32. The red card didn’t impact the outcome of the match, which ended moments later.</p><p>Hincapié’s red card came after an exchange with Mexico forward Santi Giménez.</p><p>Why did FIFA establish the new rule?</p><p>FIFA established the new rule to prevent players from hiding abusive, discriminatory or offensive language while on the field.</p><p>Nicknamed the “Prestianni Law,” rules for red cards to players at the World Cup were added because of a controversy in international soccer this year.</p><p>FIFA president Gianni Infantino pushed for changes after Benfica winger Gianluca Prestianni tried to hide verbal insults toward Real Madrid forward Vinícius Júnior in a Champions League match. Soccer’s rule-making panel, the International Football Association Board, agreed that players can be penalized with a red card if they cover their mouths when verbally confronting another player.</p><p>The rule is not mandatory within the Laws of the Game but gives tournament organizers like FIFA the option to use it at their discretion.</p><p>The rule change was unanimously approved by IFAB, which includes officials from FIFA and the four British soccer federations, at a special meeting ahead of the FIFA Congress. FIFA’s proposal followed Vinícius, backed by Real Madrid teammate Kylian Mbappé, accusing Prestianni of making a racially charged insult while raising his jersey to cover his mouth during the game in February.</p><p>Is Piero Hincapié the only player who has received a red card at the World Cup?</p><p>No. Paraguay midfielder Miguel Almirón was the first player to be punished under the new rule when he was sent off in a group match against Turkey for covering his mouth during a confrontation with defender Mert Mulder.</p><p>Paraguay won 1-0, but Almiron missed Paraguay’s final group game against Australia. FIFA said that decision was not subject to appeal.</p><p>What does it mean when a player receives a red card at the World Cup?</p><p>If a player is shown a red card by an official, he is ejected from the match and must serve a one-game suspension in the following match.</p><p>The team is forced to play the remainder of the match with 10 players — putting them at a huge disadvantage — but is allowed to start the following match at full strength with 11 players, just not the suspended player. ___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q3PA7UWM3WON57I5PBCJPEM3CA.jpg?auth=4fcdbd93a6ec27619f3cfe2031a2a0382ae94b0e92548ce68660ef35242d9503&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referee Slavko Vincic of Slovenia speaks to Ecuador's Piero Hincapie (3) before sending him from the field during the World Cup round of 32 soccer match between Mexico and Ecuador in Mexico City, Tuesday, June 30, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JUT7SCLVAWFZYWOWL4ZKKCJA24.jpg?auth=bc1cc2422547db822e64abeb0478f34ba55539b86538bd9d96497296a1c97575&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referee Slavko Vincic of Slovenia shows a red card to Ecuador's Piero Hincapie (3) during the World Cup round of 32 soccer match between Mexico and Ecuador in Mexico City, Tuesday, June 30, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OFV4MXD435I2PY3C77QHJHRRC4.jpg?auth=fcc1dd7783651615de9b5bfa7dba95bba55537bc562364cdb982047364dd1486&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referee Slavko Vincic, of Slovenia, talks to Ecuador's Piero Hincapie (3) during the World Cup round of 32 soccer match between Mexico and Ecuador in Mexico City, Tuesday, June 30, 2026. (AP Photo/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WGHR343SCPJQYOHSOIKWOXEK4Q.jpg?auth=77f901767a4863f87555896962c371f01f62cc67c12745195acca3c5f750bccd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referee Slavko Vincic of Slovenia speaks to Ecuador's Piero Hincapie (3) before sending him from the field during the World Cup round of 32 soccer match between Mexico and Ecuador in Mexico City, Tuesday, June 30, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></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><a href="https://www.local10.com/espanol/2026/07/01/mundial-fifa-2026-sigue-la-clasificacion-a-los-octavos-de-final/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/mundial-fifa-2026-sigue-la-clasificacion-a-los-octavos-de-final/">Leer en español</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 against Norway. </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 <a href="https://www.local10.com/sports/2026/06/30/saibaris-shootout-winner-sends-morocco-past-the-netherlands-earliest-world-cup-exit-for-the-dutch/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/saibaris-shootout-winner-sends-morocco-past-the-netherlands-earliest-world-cup-exit-for-the-dutch/">1-1 draw that ended with a 3-2 victory on penalties</a> against the Netherlands on June 30. The team’s Round of 16 match is at 1 p.m. on July 4 against Canada. </li><li><b>France</b>, the<b> </b><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> winner, qualified after <a href="https://www.local10.com/sports/2026/06/30/mbappe-scores-twice-to-tie-messi-for-world-cup-lead-with-6-goals-france-beats-sweden-3-0/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/mbappe-scores-twice-to-tie-messi-for-world-cup-lead-with-6-goals-france-beats-sweden-3-0/">a 3-0 victory again Sweden</a> on July 1. The team’s Round of 16 match is at 5 p.m. on July 4 against Paraguay. </li><li><b>Norway</b>,<b> </b>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, qualified after <a href="https://www.local10.com/sports/2026/06/30/haaland-scores-deciding-goal-as-norway-wins-its-1st-world-cup-knockout-game-beating-ivory-coast-2-1/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/haaland-scores-deciding-goal-as-norway-wins-its-1st-world-cup-knockout-game-beating-ivory-coast-2-1/">a 2-1 victory against the Ivory Coast</a> on July 1. The team’s Round of 16 match is at 4 p.m. on July 5 against Brazil. </li><li><b>Mexico</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> winner, qualified after <a href="https://www.local10.com/espanol/2026/07/01/mexico-derrota-2-0-a-ecuador-y-se-coloca-en-los-octavos-de-final-de-la-copa-del-mundo-que-coorganiza/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/01/mexico-derrota-2-0-a-ecuador-y-se-coloca-en-los-octavos-de-final-de-la-copa-del-mundo-que-coorganiza/">a 2-0 victory against Ecuador</a> on July 1. The team’s Round of 16 match is at 8 p.m. on July 5 against England.</li><li><b>England</b>, 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> winner, qualified after <a href="https://www.local10.com/sports/2026/07/01/harry-kane-sends-england-into-the-round-of-16-of-the-world-cup-after-2-1-win-against-congo/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/01/harry-kane-sends-england-into-the-round-of-16-of-the-world-cup-after-2-1-win-against-congo/">a 2-1 victory against Congo</a> on July 1. The team’s Round of 16 match is at 8 p.m. on July 5 against Mexico.</li><li><b>Belgium</b>, 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> winner, qualified after <a href="https://www.local10.com/sports/2026/07/01/belgium-converts-late-penalty-to-beat-senegal-3-2-in-extra-time-in-the-round-of-32-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/01/belgium-converts-late-penalty-to-beat-senegal-3-2-in-extra-time-in-the-round-of-32-at-the-world-cup/">a 3-2 victory against Senegal </a>on July 1. The team’s Round of 16 match is at 8 p.m. on July 6 against the United States. </li><li><b>The U.S.</b>, the<b> </b><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> winner, qualified after <a href="https://www.local10.com/sports/2026/07/01/us-beats-bosnia-herzegovina-2-0-to-advance-to-round-of-16-and-keep-its-world-cup-dreams-alive/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/01/us-beats-bosnia-herzegovina-2-0-to-advance-to-round-of-16-and-keep-its-world-cup-dreams-alive/">a 2-0 victory against Bosnia and Herzegovina</a> on July 1. The team’s Round of 16 match is at 8 p.m. on July 6 against Belgium. </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-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><li><a href="https://share.google/GiwkbD7k5Da978PEB" target="_self" rel="" title="https://share.google/GiwkbD7k5Da978PEB"><b>View the knockout bracket</b></a></li></ul><p><b>TOURNAMENT’S SCHEDULE</b></p><h3><b>Round of 32 knock-out matches</b></h3><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></p><ul><li>Canada vs. Morocco is at 1 p.m. at the Houston Stadium</li><li>Paraguay vs. France is at 5 p.m. at the Philadelphia Stadium</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></p><ul><li>Brazil vs. Norway at 4 p.m. at the New York/New Jersey Stadium</li><li>Mexico vs. England<b> </b>at 8 p.m. at the Mexico City Stadium</li></ul><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><ul><li>U.S. vs. Belgium at 8 p.m. at the Seattle Stadium. </li></ul><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/7THT7APW7OX32VOVLH2CFGZW64.jpg?auth=44df579154ec811afa1876d74babac761359c102b2aacf1a08d1a975d8e8bb51&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Malik Tillman (17) celebrates after scoring his side's second goal during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Belgium comes back from two goals down to beat Senegal 3-2 in extra time at World Cup]]></title><link>https://www.local10.com/sports/2026/07/01/belgium-comes-back-from-two-goals-down-to-beat-senegal-3-2-in-extra-time-at-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/belgium-comes-back-from-two-goals-down-to-beat-senegal-3-2-in-extra-time-at-world-cup/</guid><dc:creator><![CDATA[By ANDREW DESTIN, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — Belgium overturned a two-goal deficit and scored from the penalty spot deep into extra time to beat Senegal 3-2 on Wednesday in the biggest comeback of the World Cup so far.]]></description><pubDate>Thu, 02 Jul 2026 02:36:53 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — Belgium overturned a two-goal deficit and scored from the penalty spot deep into extra time to beat Senegal 3-2 on Wednesday in the biggest comeback of the World Cup so far.</p><p>Senegal held a 2-0 lead with just 5 minutes of regulation time remaining but late goals by Romelu Lukaku and Youri Tielemans pushed the round of 32 match into extra time.</p><p>Tielemans completed Belgium’s comeback by converting a penalty in the 125th minute of the game – the latest goal in World Cup history.</p><p>“Being part of this comeback is a proud moment because I scored the last two goals to give the team the win today. I’m very proud of that to be able to help the team to score goals and bring us over the line,” Tielemans said.</p><p>He was fouled with only seconds to go and with a penalty shootout looming, and the referee awarded the spot kick after a video review, ignoring protests from the Senegal team.</p><p>“I do not want to interpret the decision. We all have different interpretations when it comes to awarding a penalty,” Senegal coach Pape Thiaw said. “I’d rather not comment, not interpreting the referee’s decision.”</p><p>The win for Belgium marked the second time in the last 11 World Cups that a team trailed by two or more goals in the knockout round and advanced. Belgium also did so in a 3-2 victory over Japan in the round of 16 at the 2018 tournament.</p><p>“Senegal deserved to win,” Belgium coach Rudi Garcia said. ”But, I am happy it was us.”</p><p>Many of the key players from the Belgium team that finished in third place in Russia in 2018 were instrumental to Wednesday’s victory. Lukaku, who leads his nation in goals scored, came off the bench to get Belgium back into the match by scoring in the 86th minute, setting the scene for Tielemans to force extra time.</p><p>“It is a cruel loss, as we were good in the game,” Thiaw said. ”We had the advantage. We were leading 2-0. However a football match is not an 85-minute one. Belgium came back, and we were not able to deal with that ... We must congratulate Belgium as they progress.”</p><p>Belgium is back in the round of 16 for the third time in four tournaments. The team reached the quarterfinals in 2014 and the semifinals in 2018 but failed to get out of the group stage four years ago in Qatar.</p><p>The Belgians will next face the United States on Monday in Seattle.</p><p>Senegal long appeared to be heading toward the round of 16. Habib Diarra scored in the first half and Ismaïla Sarr made it 2-0 at the start of the second. It was his fourth goal of the World Cup, and one of the most beautiful of the tournament. Sarr made a perfect first touch off his chest on a long ball from Moussa Niakhaté and then sent his shot past Belgium goalkeeper Thibaut Courtois.</p><p>Courtois, who was playing in his fourth World Cup, then made three key saves to keep Senegal from increasing its lead.</p><p>Senegal defender Krépin Diatta said Belgium should not have been allowed to get back into the game.</p><p>“It shouldn’t have happened. You have to defend your box and you have to be the boss of your box,” he said. ”We suffered, but we have to go on. It’s a pity.”</p><p>Lukaku said Belgium showed character with its late comeback.</p><p>“This Senegal side is one of the best teams in the tournament,” he said. “Technically, physically and tactically, it was really tough. But when we stepped up the intensity of our pressing, when we were there for the second ball, our team spirit shone through and we won the match.”</p><p>Senegal headed to the World Cup as the second-highest ranking team in Africa, behind Morocco. It won a chaotic Africa Cup of Nations final on Jan. 18 against Morocco, but the result was overturned by the governing body of African soccer because Thiaw had temporarily pulled his players off the pitch.</p><p>Senegal advanced to the World Cup knockout phase as one of the best third-place finishers after losing to France and Norway and beating Iraq.</p><p>“It’s the best African nation. It’s as simple as that,” Garcia said. ”They showed that even against France, they dominated in the first half. They came out of a difficult group. I would have preferred not to play against them.”</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/T6ZXAJ7UEYZOVKTZTFB3B2BGSY.jpg?auth=0134c1e7d52f2a079d72d8c95d557e5bc5014cc508a446dac2d72f3cbfa2116b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Belgium's Youri Tielemans (8) celebrates after scoring during the World Cup round of 32 soccer match between Belgium and Senegal in Seattle, Wednesday, July 1, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LKZVIKFTCNPW4UGY46NRJSDPIM.jpg?auth=bdbef14d38e8b5904a976f2c6e02cebdf9c426f89fae523d67978baac7724734&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Belgium's Romelu Lukaku (9) celebrates scoring their first goal during the World Cup round of 32 soccer match between Belgium and Senegal in Seattle, Wednesday, July 1, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HCRDZ4C4XHM5BSVIH7TXSIBRZM.jpg?auth=6925b411a84d9ba66410e5f94cb2399ad2bcdfd342860e791d910deda6b0dde8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senegal's Ismaila Sarr (18) scores their second goal during the World Cup round of 32 soccer match between Belgium and Senegal in Seattle, Wednesday, July 1, 2026. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I4WFGCHQZD2NP2AB7EOTFQM5VA.jpg?auth=130e8137a22b9fd3a00ca5cd6afa67e5d40dacf9ca1614faf4eff01ecf30db99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senegal's Ismaila Sarr (18) is congratulated after scoring his side's 2nd goal during the World Cup round of 32 soccer match between Belgium and Senegal in Seattle, Wednesday, July 1, 2026. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TS5NMH4SYKFCUD4KYFO5FIGIS4.jpg?auth=62a8457196124e7160c25238222dff21e33de9e15cbf52706be487c059c01367&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senegal's Habib Diarra (21) scores their first goal past Belgium goalkeeper Thibaut Courtois, left, and Belgium's Brandon Mechele, right, during the World Cup round of 32 soccer match between Belgium and Senegal in Seattle, Wednesday, July 1, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Harry Kane sends England into the round of 16 of the World Cup after 2-1 win against Congo]]></title><link>https://www.local10.com/sports/2026/07/01/harry-kane-sends-england-into-the-round-of-16-of-the-world-cup-after-2-1-win-against-congo/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/harry-kane-sends-england-into-the-round-of-16-of-the-world-cup-after-2-1-win-against-congo/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — England handled the pressure and is now headed to Mexico City.]]></description><pubDate>Wed, 01 Jul 2026 20:35:13 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — England handled the pressure and is now headed to Mexico City.</p><p>Harry Kane ensured England avoided an early exit from the inaugural 48-team World Cup by scoring two second-half goals in a come-from-behind 2-1 win over Congo in the round of 32 on Wednesday.</p><p>The late victory, England’s second ever at the World Cup after conceding the first goal, earned the 1966 champions a spot in the round of 16 and a match against co-host Mexico.</p><p>“It was just about pounding the rock, keep pounding the rock and our moment would come,” Kane said after scoring his fourth and fifth goals of the tournament. “We spoke about people having hero moments. It can be anyone in the team … Whoever it is, we have hero moments, and for me it was the day.”</p><p>That team’s next match will be played at the Azteca Stadium, the site of Argentina great Diego Maradona’s infamous “Hand of God” goal that eliminated England from the 1986 World Cup quarterfinals.</p><p>Getting there didn’t come easy against a Congo team that nearly pulled off one of the biggest upsets in World Cup history.</p><p>England’s only other World Cup victory after trailing 1-0 came in the 1966 final against West Germany at Wembley Stadium.</p><p>“That’s a good sign. It just shows you the level of determination and the level of belief and also the level of focus,” England coach Thomas Tuchel said. “I didn’t feel the weight on their shoulders and I found that we played it with the exactly right attitude and we trusted our spirit.</p><p>“The goalkeeper kept on saving incredible saves ... but this team today did not accept a defeat as an outcome.”</p><p>Kane made sure the early deficit wasn’t a problem Wednesday at Mercedes-Benz Stadium by extending his record as his country’s leading scorer in tournament history to 13. He has a record 84 goals for the national team in total.</p><p>His first goal came in the 75th minute. Substitute Anthony Gordon lifted a cross from the left and despite Congo goalkeeper Lionel Mpasi getting a hand to Kane’s header, he didn’t stop it from nestling into the bottom corner.</p><p>Eleven minutes later, Kane sent his shot into the top corner to put the thoughts of an upset to rest.</p><p>“When you get to the knockouts, the pressure and the risks are so much higher. But from an attacking point of view, that was easily our best game of the tournament,” Kane said. “Sometimes you just have to grind wins out and we did exactly that today. I told the boys to enjoy it. We’re through, and we go again in four days.”</p><p>Brian Cipenga had put Congo in the lead in the seventh minute after collecting a cross on the left of the box and shooting low past England goalkeeper Jordan Pickford at the near post.</p><p>Mpasi did his best to keep that 1-0 lead alive. He denied Jude Bellingham on three occasions — blocking two close-range headers before halftime and then clawing away another deflected effort after the break.</p><p>Kane nearly made a breakthrough late in the first half, but Mpasi blocked a powerful shot at the near post. And the keeper was also caught up in a collision with Kane in the box. England thought it should have been awarded a penalty, but referee Adham Makhadmeh waved away appeals.</p><p>Congo had a chance to double its lead when Yoane Wissa hit the post in the first half.</p><p>“We’re disappointed because we really believed we could do it,” Congo coach Sébastien Desabre said. “We played well. Towards the end of the match, we conceded two chances and one of the world’s best players scored two goals against us. It’s a shame.”</p><p>England’s only major soccer title came in that 1966 tournament at home. But the team has been getting closer to another in recent years, reaching back-to-back European Championship finals and the semifinals of the 2018 World Cup in Russia.</p><p>Tuchel has been hired to end that winless run. As a German, his appointment was a controversial choice given England’s long-standing rivalry with his country. So anything other than a deep run in this year’s tournament would likely reignite questions over the wisdom of that decision.</p><p>Despite winning Group L with two wins and a draw at this year’s World Cup, there has been a mixed response to England’s performances.</p><p>And in a tournament that has seen traditional powers like Germany and the Netherlands eliminated early, the fear was that England could follow that trend against a Congo team that already held Portugal to a 1-1 draw in the group stage.</p><p>The 46th-ranked Congo team had already made history with its first goal, point and win at a World Cup, 52 years after its only previous appearance when competing as Zaire at the 1974 tournament in West Germany.</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</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/H7O2BWXJI2HRHWKT4KU5P7K5EQ.jpg?auth=d93c0f70545480fec517e27ab3103f6a4161c042c0d5ad0d688c315ab8efb310&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Harry Kane (9) celebrates after scoring his side's first goal next to his teammate Jude Bellingham (10) and Anthony Gordon (18) during the World Cup round of 32 soccer match between England and Congo in Atlanta, Wednesday, July 1, 2026. (AP Photo/Butch Dill)]]></media:description><media:credit role="author" scheme="urn:ebu">Butch Dill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DOGZL5HUHZ2JXIRGT7V6MGV5E4.jpg?auth=9ee9712440f609a51eb0a8cac7656cfdc61643b201df5c52d56e9cdc92370b20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congo's Brian Cipenga (9) celebrates with teammates after scoring their first goal during the World Cup round of 32 soccer match between England and Congo in Atlanta, Wednesday, July 1, 2026. (AP Photo/Butch Dill)]]></media:description><media:credit role="author" scheme="urn:ebu">Butch Dill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/URDLFEZHGKWVIAMUADMCQ62VG4.jpg?auth=f2af58a49fb0f3c269cf0b5efd76a5156c8b7b6a55cb5a02c63ede5f234ccf5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congo's Brian Cipenga (9) celebrates after scoring their first goal during the World Cup round of 32 soccer match between England and Congo in Atlanta, Wednesday, July 1, 2026. (AP Photo/Butch Dill)]]></media:description><media:credit role="author" scheme="urn:ebu">Butch Dill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GXJSX27RVKMIPAGQMV2MIF5ZLQ.jpg?auth=c5e253cfc629a20d1df6a4284adc7dfdf1f27471bb3d7254d7bf5d37daff180e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England goalkeeper Jordan Pickford lies on the pitch after Congo's Brian Cipenga scored his side's first goal during the World Cup round of 32 soccer match in Atlanta, Wednesday, July 1, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HVN5E2YSIXUUJFMZB4SQ3LMY3A.jpg?auth=c93560681e09d2ca8cf2b6b71529c9e74b10c71dfaeb0e547845a518e1c7eb76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Harry Kane (9) scores his side's first goal against Congo during the World Cup round of 32 soccer match in Atlanta, Wednesday, July 1, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</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 <a href="https://www.local10.com/sports/2026/06/30/saibaris-shootout-winner-sends-morocco-past-the-netherlands-earliest-world-cup-exit-for-the-dutch/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/saibaris-shootout-winner-sends-morocco-past-the-netherlands-earliest-world-cup-exit-for-the-dutch/">1-1 draw ended with a 3-2 defeat on penalties</a> against Morocco. </li><li><b>Ivory Coast, </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> runner-up with 6 points, was eliminated on June 30 after <a href="https://www.local10.com/sports/2026/06/30/haaland-scores-deciding-goal-as-norway-wins-its-1st-world-cup-knockout-game-beating-ivory-coast-2-1/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/haaland-scores-deciding-goal-as-norway-wins-its-1st-world-cup-knockout-game-beating-ivory-coast-2-1/">Norway won 2-1</a>. </li><li><b>Ecuador</b>, the<b> </b>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, was eliminated on June 30 after <a href="https://www.local10.com/espanol/2026/07/01/mexico-derrota-2-0-a-ecuador-y-se-coloca-en-los-octavos-de-final-de-la-copa-del-mundo-que-coorganiza/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/01/mexico-derrota-2-0-a-ecuador-y-se-coloca-en-los-octavos-de-final-de-la-copa-del-mundo-que-coorganiza/">Mexico won 2-0</a>. </li><li><b>Sweden</b>, the 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, was eliminated on June 30 after <a href="https://www.local10.com/sports/2026/06/30/mbappe-scores-twice-to-tie-messi-for-world-cup-lead-with-6-goals-france-beats-sweden-3-0/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/mbappe-scores-twice-to-tie-messi-for-world-cup-lead-with-6-goals-france-beats-sweden-3-0/">France won 3-0</a>.</li><li><b>Congo</b>,<b> </b>the 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, was eliminated on July 1 after <a href="https://www.local10.com/sports/2026/07/01/harry-kane-sends-england-into-the-round-of-16-of-the-world-cup-after-2-1-win-against-congo/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/01/harry-kane-sends-england-into-the-round-of-16-of-the-world-cup-after-2-1-win-against-congo/">England won 2-1</a>. </li><li><b>Senegal</b>, the<b> </b>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, was eliminated on July 1 after<a href="https://www.local10.com/sports/2026/07/01/belgium-converts-late-penalty-to-beat-senegal-3-2-in-extra-time-in-the-round-of-32-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/01/belgium-converts-late-penalty-to-beat-senegal-3-2-in-extra-time-in-the-round-of-32-at-the-world-cup/"> Belgium won 3-2</a>. </li><li><b>Bosnia and Herzegovina</b>,<b> </b>the<b> </b>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, was eliminated on July 1 after <a href="https://www.local10.com/sports/2026/07/01/us-beats-bosnia-herzegovina-2-0-to-advance-to-round-of-16-and-keep-its-world-cup-dreams-alive/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/01/us-beats-bosnia-herzegovina-2-0-to-advance-to-round-of-16-and-keep-its-world-cup-dreams-alive/">the U.S. won 2-0</a>.</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><li><a href="https://share.google/GiwkbD7k5Da978PEB" target="_self" rel="" title="https://share.google/GiwkbD7k5Da978PEB"><b>View the knockout bracket</b></a></li></ul><p><b>TOURNAMENT’S SCHEDULE</b></p><h3><b>Round of 32 knock-out matches</b></h3><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></p><ul><li>Canada vs. Morocco is at 1 p.m. at the Houston Stadium</li><li>Paraguay vs. France is at 5 p.m. at the Philadelphia Stadium</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></p><ul><li>Brazil vs. Norway at 4 p.m. at the New York/New Jersey Stadium</li><li>Mexico<b> </b>at 8 p.m. at the Mexico City Stadium</li></ul><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/URDLFEZHGKWVIAMUADMCQ62VG4.jpg?auth=f2af58a49fb0f3c269cf0b5efd76a5156c8b7b6a55cb5a02c63ede5f234ccf5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congo's Brian Cipenga (9) celebrates after scoring their first goal during the World Cup round of 32 soccer match between England and Congo in Atlanta, Wednesday, July 1, 2026. (AP Photo/Butch Dill)]]></media:description><media:credit role="author" scheme="urn:ebu">Butch Dill</media:credit></media:content></item><item><title><![CDATA[Chris Johnson seeking revival of Ice Bucket Challenge as he continues his fight against ALS]]></title><link>https://www.local10.com/health/2026/07/01/chris-johnson-seeking-revival-of-ice-bucket-challenge-as-he-continues-his-fight-against-als/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/01/chris-johnson-seeking-revival-of-ice-bucket-challenge-as-he-continues-his-fight-against-als/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Former NFL star Chris Johnson is bringing back the Ice Bucket Challenge to raise awareness of ALS as he fights the fatal nervous system disease.]]></description><pubDate>Thu, 02 Jul 2026 02:44:19 +0000</pubDate><content:encoded><![CDATA[<p>Former NFL star Chris Johnson is bringing back the Ice Bucket Challenge to raise awareness of ALS as he fights the fatal nervous system disease.</p><p>The Ice Bucket Challenge gained popularity in the summer of 2014 as a way to raise ALS awareness. People took a video or photo as they got a bucket of ice water dumped on them, and they’d challenge friends or relatives to do the same.</p><p>According to the ALS Therapy Development Institute, the drive helped raise an estimated $135 million in the United States and $220 million worldwide in the fight against ALS.</p><p>Johnson attempted to boost the cause once more in an Instagram post Wednesday, two days after announcing on “Good Morning America” that he’s dealing with ALS.</p><p>Johnson said he was inspired after watching former Utah men’s basketball player Hunter Mecum post an Instagram video in which he dumped ice water on his head to honor the 40-year-old former running back.</p><p>“The support you’ve shown me over the last few days has meant more than I can put into words,” Johnson said in his post. “Seeing this video reminded me of something powerful. Years ago, the ALS Ice Bucket Challenge united millions of people around one cause and helped change the fighting against this disease. Today, I’m asking you to help me do it again.”</p><p>Johnson challenged former All-Pro running back Marshawn Lynch and former Tennessee Titans teammates LenDale White and Adam “Pacman” Jones to participate. Johnson later added Instagram Story posts showing White and others getting doused with water.</p><p>In his “Good Morning America” interview, Johnson said he was diagnosed with ALS last year.</p><p>The 2008 first-round draft pick from East Carolina rushed for 9,651 yards during a 10-year career that included stints with the Titans (2008-13), New York Jets (2014) and Arizona Cardinals (2015-17). He rushed for 2,006 yards and was The Associated Press offensive player of the year in 2009.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LCADYTN7J7FN4ZLSWI6S2LQENA.jpg?auth=ce1d19b9a36fdc085264eb87663a80ee8cbc06b9adfa5ae473715ea869daa8b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Tennessee Titans running back Chris Johnson visits the field during the second half of an NFL football game against the New York Jets, Sept. 15, 2024, in Nashville, Tenn. (AP Photo/George Walker IV, file)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</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 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>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 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>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 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>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 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>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 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>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 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 30. </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 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>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 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 July 1.</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 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 30. </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 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 30. </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 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 July 1.</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 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 July 1.</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>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> </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[Helping Venezuela: A week after quakes, reports of hurdles abound ]]></title><link>https://www.local10.com/community/2026/07/01/helping-venezuela-7-days-after-quakes-reports-of-hurdles-abound-in-and-out-of-the-disaster-zone/</link><guid isPermaLink="true">https://www.local10.com/community/2026/07/01/helping-venezuela-7-days-after-quakes-reports-of-hurdles-abound-in-and-out-of-the-disaster-zone/</guid><dc:creator><![CDATA[Andrea Torres, Jenise Fernandez, Terrell Forney]]></dc:creator><description><![CDATA[A week after the 7.2- and 7.5-magnitude earthquakes in Venezuela, the Global Empowerment Mission had dispatched more than $1 million in aid, according to the Doral-based nonprofit’s representatives. ]]></description><pubDate>Thu, 02 Jul 2026 01:30:41 +0000</pubDate><content:encoded><![CDATA[<p>On Wednesday, Delcy Rodríguez called for a week of mourning, as search-and-rescue teams were still digging down to free survivors that they had found under the rubble in northern Venezuela. </p><p>Rodríguez, the interim president of Venezuela since Nicolás Maduro’s capture, faced accusations that her administration and supporters were hindering the disaster relief effort instead of contributing to it. </p><p>“If in fact we are having impediments being put in the way of getting the help to the people of Venezuela, then we need to exert as much pressure as possible,” U.S. Rep. Carlos A. Giménez said on Wednesday in Doral. </p><p>César Rodríguez, a pilot with W Aviation in Fort Lauderdale, reported having to wait for operating permits from the Venezuelan National Institute of Civil Aviation, or INAC, to be allowed to land with aid. </p><p>“We still have two planes with cargo,“ César Rodríguez said in a public update on Tuesday <a href="https://www.instagram.com/reel/DaOSEIypMkx/?igsh=MWhlOGdyNzI2b2I5Ng==" target="_self" rel="" title="https://www.instagram.com/reel/DaOSEIypMkx/?igsh=MWhlOGdyNzI2b2I5Ng==">on Instagram</a>. </p><p>In Venezuela, Francisco Lermanda, a member of the search-and-rescue team Topos Chile, reported that they had found a 14-year-old boy who was trapped and at risk of a deadly blood clot, so they used a phone to call their team’s physicians for guidance. </p><p>“A soldier took away our phone because he said it could be espionage,” <a href="https://www.instagram.com/reel/DaLhZDVsFY7/?igsh=MWsxbTU4dHptbTRpag==" target="_self" rel="" title="https://www.instagram.com/reel/DaLhZDVsFY7/?igsh=MWsxbTU4dHptbTRpag==">Lermanda told Venezuelan Diario La Grey</a> about how the armed Venezuelan military disrupted their effort to save the teen. </p><p>Lermanda warned that he had experienced how the Venezuelan government was militarizing and politicizing the response to the earthquakes — and this concerned him. </p><p>“It is very difficult to cope with this situation,” <a href="https://www.instagram.com/reel/DaLhZDVsFY7/?igsh=MWsxbTU4dHptbTRpag==" target="_self" rel="" title="https://www.instagram.com/reel/DaLhZDVsFY7/?igsh=MWsxbTU4dHptbTRpag==">Lermanda told Diario La Grey</a>. </p><p>The world-famous leader of the Brigada Internacional de Rescate Topos Azteca, Héctor “El Chino” Méndez, has been active since the 1985 Mexico City earthquake. </p><p>“I am not a politician; I am a rescuer,” Méndez told reporters in Spanish while working in Venezuela. He later added, “I’m 80 years old, and you’re not going to come to me to tell me what to say.” </p><p>A spokesperson for the Mexican Topos Tlaltelolco Rescue Brigade later released <a href="https://x.com/topos/status/2071383805978435660/photo/1" target="_self" rel="" title="https://x.com/topos/status/2071383805978435660/photo/1">a statement</a> asking the public to keep the focus on the victims and on the rescue efforts.</p><p>Sebastian Eduardo Martinez Borrego, also known as “Boikido,” was among the Venezuelan English-Spanish translators who reported they were harassed over their work with foreigners. </p><p> “I fear for my life, I am being pursued and harassed by state repressive agencies,” Martinez Borrego wrote <a href="https://www.instagram.com/p/DaLijM0xBUG/?igsh=MThnOG0ycmFlZnl2cw==" target="_self" rel="" title="https://www.instagram.com/p/DaLijM0xBUG/?igsh=MThnOG0ycmFlZnl2cw==">on Instagram</a>, as he blamed Venezuela’s General Directorate of Military Counterintelligence, or <a href="https://ve.usembassy.gov/treasury-sanctions-officials-of-venezuelas-military-counterintelligence-agency/" target="_self" rel="" title="https://ve.usembassy.gov/treasury-sanctions-officials-of-venezuelas-military-counterintelligence-agency/">DGCIM</a>.</p><p>Before many of the foreign rescue teams arrived, the civilian volunteers who had rushed to rescue survivors with nothing but their bare hands and tools suddenly faced a new obstacle on June 26: The government required a new permit for access. </p><p>Despite the urgency, the volunteers had to stand in line to apply before officials in uniform, who sat behind desks in Caracas to process permits, as the Venezuelan military restricted access to La Guaira. </p><p>Venezuelan officials allowed foreign journalists into the area with a list of limitations and requirements. The Venezuelan National Press Workers Union, or SNTP, was documenting the limits to on-the-ground reporting. </p><p>Journalists with <a href="https://runrun.es/" target="_self" rel="" title="https://runrun.es/">Runrun.es</a> reported that the Venezuelan military didn’t give them access to the devastation at <a href="https://eldiario.com/2026/06/30/carayaca-desabastecimiento/" target="_self" rel="" title="https://eldiario.com/2026/06/30/carayaca-desabastecimiento/">Carayaca</a>, a city in the state of Vargas, just west of La Guaira. </p><p>“The country needs verified and timely information, especially the families of the victims,” a spokesperson for SNTP wrote in Spanish on June 29 <a href="https://x.com/sntpvenezuela/status/2071679911593472399" target="_self" rel="" title="https://x.com/sntpvenezuela/status/2071679911593472399">on X</a>. </p><p>On Tuesday, Diosdado Cabello, a former Venezuelan military officer who serves as the minister of justice, <a href="https://www.cicpc.gob.ve/" target="_self" rel="" title="https://www.cicpc.gob.ve/">announced</a> the arrests of law enforcement personnel who were accused of looting in La Guaira. </p><p>Cabello, who is <a href="https://www.state.gov/diosdado-cabello-rondon" target="_self" rel="" title="https://www.state.gov/diosdado-cabello-rondon">wanted in the U.S. </a>for narcotrafficking, identified the four suspects as Maya Aguilar Reyes, Fredy Rafael Lugo Oliveros, Roger Andrés Omaña, and Josue Jhonatan Burgos Sánchez. </p><p>A witness recorded and shared a <a href="https://www.facebook.com/watch/?v=1940694919968502" target="_self" rel="" title="https://www.facebook.com/watch/?v=1940694919968502">video</a> that went viral. It showed Aguilar Reyes, his identification, and a woman in tears who confronted him, took a bag he was holding full of U.S. dollars, and ripped the bills into pieces over the rubble near a collapsed building. </p><figure><img src="https://www.local10.com/resizer/v2/RCFU6EJ4AFATRLPIPEETDOG4NM.jpg?auth=a12142c2cd0661fa4873289dcd2109d45d1364ca9ab0ff047d31e54d9f933bde&smart=true&width=1200&height=900" alt="Maya Aguilar Reyes, Fredy Rafael Lugo Oliveros, Roger Andrés Omaña, and Josue Jhonatan Burgos Sánchez, all members of Venezuela's top law enforcement agency, the Cuerpo de Investigaciones Científicas, Penales y Criminalísticas, were arrested on Tuesday after they were accused of looting in La Guaira." height="900" width="1200"/><figcaption>Maya Aguilar Reyes, Fredy Rafael Lugo Oliveros, Roger Andrés Omaña, and Josue Jhonatan Burgos Sánchez, all members of Venezuela's top law enforcement agency, the Cuerpo de Investigaciones Científicas, Penales y Criminalísticas, were arrested on Tuesday after they were accused of looting in La Guaira.</figcaption></figure><p>Delcy Rodríguez’s brother Jorge Rodríguez, the president of the National Assembly, announced on Wednesday that the death toll had increased to 2,295. </p><p>The U.S. Geological Survey estimates fatalities in the tens of thousands, and the United Nations announced the procurement of 10,000 body bags. </p><p>“I would like more presence of public entities, who really are those responsible for this, but in the end, we’re used to making do with almost nothing,” Mijaed Diaz, a veterinarian who was searching for body bags for four bodies in La Guaira, <a href="https://www.reuters.com/world/americas/after-venezuela-quakes-citizens-lead-rescues-amid-military-theft-accusations-2026-07-01/" target="_self" rel="" title="https://www.reuters.com/world/americas/after-venezuela-quakes-citizens-lead-rescues-amid-military-theft-accusations-2026-07-01/">told Reuters</a>. </p><p>With the support of the U.S. State Department, North Carolina-based nonprofit <a href="https://www.samaritanspurse.org/" target="_self" rel="" title="https://www.samaritanspurse.org/">Samaritan’s Purse</a> opened a temporary <a href="https://x.com/Franklin_Graham/status/2072058550667432065/photo/2" target="_self" rel="" title="https://x.com/Franklin_Graham/status/2072058550667432065/photo/2">56-bed field hospital</a> near Paseo La Guaira, north of Caracas.</p><p>A spokesperson for the U.S. Southern Command <a href="https://www.southcom.mil/News/PressReleases/Article/4531552/release-update-on-southcom-support-to-venezuela-earthquake-relief-july-1/" target="_self" rel="" title="https://www.southcom.mil/News/PressReleases/Article/4531552/release-update-on-southcom-support-to-venezuela-earthquake-relief-july-1/">announced </a>some changes on Wednesday afternoon, as U.S. Marine Corps Maj. Gen. Kevin J. Jarrard continued to lead in Venezuela. </p><p>Joint Task Force-Bravo, under Col. David Webb’s command since <a href="https://www.jtfb.southcom.mil/Media/News/Display/Article/4522147/joint-task-force-bravo-welcomes-new-command-team/" target="_self" rel="" title="https://www.jtfb.southcom.mil/Media/News/Display/Article/4522147/joint-task-force-bravo-welcomes-new-command-team/">June 18</a>, moved “advanced elements” from the Simón Bolívar International Airport to the Port of La Guaira, where the <a href="https://x.com/Southcom/status/2072369477707010544/photo/4" target="_self" rel="" title="https://x.com/Southcom/status/2072369477707010544/photo/4">USS Fort Lauderdale</a> had a medical support platform.</p><p>A U.S. Army medical unit, a military ambulance, and marine logisticians, who had a water purification system, a tram, a mobile potable water container, and a tow truck/wrecker, were on the ground, according to SOUTHCOM.</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><p><b>More on </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> </b> </p><ul><li><a href="https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/" target="_self" rel="" title="https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/">Doral-based nonprofit GEM dispatches over $1 million in aid from community </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/7KDHNH6KA27CL32XR6CFXJLEXU.jpg?auth=031e9d3b6bd79ea9fc5c896b0e1dc60a729d0e42ab948d698ce848e6b8a57b97&smart=true&width=1200&height=900" alt="Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/">Inter Miami, Marlins, Dolphins join relief efforts</a></li><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><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[Suspect turns herself in after shooting another woman in Miami Gardens, cops say]]></title><link>https://www.local10.com/espanol/2026/07/01/suspect-turns-herself-in-after-shooting-another-woman-in-miami-gardens-cops-say/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/suspect-turns-herself-in-after-shooting-another-woman-in-miami-gardens-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey, Aaron Maybin]]></dc:creator><description><![CDATA[A Miami Gardens woman is facing multiple felony charges after investigators said she shot another woman earlier this year. ]]></description><pubDate>Wed, 01 Jul 2026 14:57:04 +0000</pubDate><content:encoded><![CDATA[<p>A Miami Gardens woman is facing multiple felony charges after investigators said she allegedly shot another woman earlier this year. </p><p><a href="https://www.local10.com/espanol/2026/07/01/arrestan-a-sospechosa-que-se-entrega-tras-balacera-contra-otra-mujer-en-miami-gardens/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/arrestan-a-sospechosa-que-se-entrega-tras-balacera-contra-otra-mujer-en-miami-gardens/">Leer en español</a></p><p>Authorities said Milagros De La Caridad Navarro, 35, was arrested Tuesday by the Miami Gardens Police Department after surrendering herself in connection with the Feb. 22 shooting.</p><p>According to an arrest report, officers responded to the 100 block of Northwest 202nd Terrace just after 1 a.m. on that day after receiving reports about a shooting. </p><p>Miami Gardens police said they were notified about 30 minutes later that a gunshot victim had arrived at HCA Florida Aventura Hospital. </p><p>The report states the driver who took the victim to the hospital told officers she was unfamiliar with the area because she was visiting from Georgia. </p><p>The driver said she heard multiple gunshots while driving before realizing her mother-in-law had been struck and then took her to the nearest hospital, according to the report. </p><p>The driver told investigators she did not know who was responsible for the shooting, the report states. </p><p>Investigators said they later interviewed the victim after her breathing tube was removed. </p><p>According to the report, the victim had difficulty speaking and recalling the events, but remembered leaving Hollywood Beach with another woman, returning home to shower and cook, and later leaving a home where a woman identified as “Caridad” had been present. </p><p>The report states that the victim told detectives her next memory was waking up in the hospital. </p><p>Police said the investigation included witness interviews, photo lineups and surveillance video.</p><p>According to the report, a witness identified Navarro during a photo lineup conducted on March 3. Another witness later identified Navarro in a separate lineup after telling investigators she had left her home in Navarro’s care while she was away, the report states. </p><p>Detectives also obtained surveillance video from a neighbor that, according to the arrest report, showed Navarro “shooting multiple shots in the direction of the victim.”</p><p>Investigators said a separate witness later told investigators that she saw Navarro pulling a handgun from a black fanny pack before the group got into a vehicle. They said that witness claimed she did not see the gun being fired, but saw Navarro holding the gun in her right hand as they drove away.</p><p>Jail records show Navarro is facing two counts of aggravated assault with a deadly weapon and one count of aggravated battery with a weapon causing great bodily harm.</p><p>As of Wednesday, Navarro was being held without bond at the Turner Guilford Knight Correctional Center. </p><p>A motive for the shooting remains unclear at this time. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[U.S. beats Bosnia-Herzegovina 2-0 to advance to round of 16 and keep its World Cup dreams alive]]></title><link>https://www.local10.com/sports/2026/07/01/us-beats-bosnia-herzegovina-2-0-to-advance-to-round-of-16-and-keep-its-world-cup-dreams-alive/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/us-beats-bosnia-herzegovina-2-0-to-advance-to-round-of-16-and-keep-its-world-cup-dreams-alive/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[SANTA CLARA, Calif. (AP) — Malik Tillman stepped up for a free kick with a bloody sock and a new right boot after being stepped on by an opponent as the United States scrambled to protect a one-goal lead, down a man in a World Cup knockout round.]]></description><pubDate>Thu, 02 Jul 2026 05:28:00 +0000</pubDate><content:encoded><![CDATA[<p>SANTA CLARA, Calif. (AP) — Malik Tillman stepped up for a free kick with a bloody sock and a new right boot after being stepped on by an opponent as the United States scrambled to protect a one-goal lead, down a man in a World Cup knockout round.</p><p>Tillman delivered the goal of his life, and one of the biggest ever by a U.S. man at the World Cup, sending this American soccer fairytale into the round of 16.</p><p>“I’ve been dreaming about this game," Tillman said after scoring the final goal in a 2-0 win over Bosnia-Herzegovina on Wednesday night. “I’ve been dreaming about maybe taking a free kick and scoring a free kick. I’ve practiced this in training and I think today I showed what I can do.”</p><p>The round of 32 win set up a Monday matchup in Seattle against Belgium as the U.S. hopes to make a deep run on home soil. The Red Devils beat the Americans 2-1 in extra time at 2014's round of 16.</p><p>“It’s about to keep dreaming,” said U.S. coach Mauricio Pochettino, who belted out “Take Me Home, Country Roads” as it played over the public-address system after 10 minutes of stoppage time. “In football all is possible if you believe.”</p><p>Folarin Balogun put the Americans ahead in the 45th minute with his third goal of the World Cup, then was sent off in the 64th for a red card.</p><p>Star Christian Pulisic had a goal disallowed for offside in the 78th, and Tillman helped seal the win when he curled in a free kick that got over the wall and on target from just outside the box in the 82nd. The ball went off diving goalkeeper Nikola Vasilj’s right hand and in despite the pain in Tillman's bloody right foot from being stepped on.</p><p>Balogun dominated the first half and scored in the 45th minute. The Americans had to scramble after his foul for awkwardly stepping on Tarik Muharemovic and preserved the shutout despite playing short-handed for more than 30 minutes.</p><p>“It felt so comfortable, even down to 10 men,” captain Tim Ream said. “That’s the way you want to feel. You don’t want to have that panic set in. You want have that calm and focus and we had that.”</p><p>Pochettino became the first U.S. coach with three World Cup victories, and the Americans gained just their second World Cup knockout round win. They made it to the semifinals in the first tournament in 1930 by winning their group and won a round of 16 matchup against Mexico in 2002.</p><p>Balogun leads the U.S. with three goals, but will miss the Belgium match because of an automatic suspension for the red card, assessed by Brazilian referee Raphael Claus after a video review. Balogun stepped on an ankle of Tarik Muharemovic, apparently not intentionally.</p><p>“Obviously the ref made a decision that he made, but I think it’s questionable,” midfielder Weston McKennie said. “I think there’s been many other plays like that throughout the tournament on other players that a card wasn’t given at all. It’s disappointing.”</p><p>Balogun matched Landon Donovan in 2010 for the second-most goals by an American in a World Cup, behind only Bert Patenaude’s four in 1930.</p><p>“Of course he’s a great player," Tillman said. "We have great players who can replace him, and give the best they can, and hopefully score some nice goals as well.”</p><p>The win snapped a 10-game losing streak for the U.S. against European teams dating to a tie against England in the 2022 World Cup. The Americans had lost seven games and tied six against European nations in World Cup play since beating Portugal in their 2002 opener.</p><p>The U.S. had started fast in the group stage matches by scoring in the first 15 minutes of all three games but it was Bosnia that had the better chances early. Matt Freese needed to make two saves early to stop Ermedin Demirovic following a deceptive goal kick that caught the U.S. defense napping and then again on the ensuing corner kick that Kerim Alajbegovic almost scored on directly.</p><p>Balogun took over from there. He had an apparent 31st-minute goal called off for offside and was knocked down in the box on two other opportunities before finally delivering. Ream intercepted a Bosnia goal kick at midfield and passed to Tyler Adams, who flicked to Tillman. The ball, with the help of an errant Bosnian clearance attempt and a deflection, found Balogun in the box. Balogun slid the left-footed shot past Vasilj.</p><p>Balogun punctuated the goal with his version of the LeBron James Silencer celebration, drawing a positive reaction from King James himself.</p><p>Balogun nearly scored again in first-half stoppage time but his shot from in close deflected off the crossbar and out of play.</p><p>Bosnia’s second World Cup trip was a success with a draw against Canada in the opener and a win over Qatar that helped the team advance to the knockout round for the first time. But it ended in disappointment.</p><p>“We had our moments after the red card,” Vasilj said. “You could feel that there was something. The only thing that was missing was a goal. And then in the worst moment, out of nothing, I would say, a free kick and we conceded a second goal. After that it was really difficult.”</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/PSKOP5KM4KAID54WVDHPWMQI3Q.jpg?auth=2aecb24338278ff31793f991b913b8d059f4c91f90dd5d1b3d14b43e124f1fd9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Malik Tillman (17) scores their second goal from a free kick during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 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/4YEINZDNW2D3EFVPC4DNB3UHZQ.jpg?auth=2ba654d1ae0109aca5c0fb724938d9d3674642b78b08cb7fc66309a2e8852e1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Malik Tillman (17) celebrates after scoring on a free kick during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 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/7ALVRPBLAEVRXAAAZFYEBB6V54.jpg?auth=beaf0d06254cc3db5ee03b9157faf4b20000ba51576109f3eb6aa641036e1fa6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referee Raphael Claus of Brazil shows a red card to United States' Folarin Balogun, right, during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZZLL3APODLPFT63IUJ2QQABSE4.jpg?auth=a90477e0e092db6f8f0f6b3e66d7e474e229aeed5b93c67de2f88a7d5b94a39b&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) reacts after scoring his team's first goal during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PHFT2KIHZ5ECDH66G4IW7YQM4Y.jpg?auth=947a45945b03a678dcf9e33847b8dd42c22cba9c56e6971feaa3607829433d4b&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) scores their first goal against Bosnia goalkeeper Nikola Vasilj (1) during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Auditoría: Puerto Rico no ha recibido millones de dólares casi 10 años después de huracán María]]></title><link>https://www.local10.com/espanol/2026/07/01/auditoria-puerto-rico-no-ha-recibido-millones-de-dolares-casi-10-anos-despues-de-huracan-maria/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/auditoria-puerto-rico-no-ha-recibido-millones-de-dolares-casi-10-anos-despues-de-huracan-maria/</guid><dc:creator><![CDATA[Por DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN (AP) — Una auditoría federal publicada el miércoles determinó que apenas el 25% de unos 14.000 millones de dólares en fondos federales comprometidos para la red eléctrica de Puerto Rico después del paso del huracán María hace casi una década ha llegado a la isla.]]></description><pubDate>Thu, 02 Jul 2026 01:35:49 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN (AP) — Una auditoría federal publicada el miércoles determinó que apenas el 25% de unos 14.000 millones de dólares en fondos federales comprometidos para la red eléctrica de Puerto Rico después del paso del huracán María hace casi una década ha llegado a la isla.</p><p>De los 11.000 millones de dólares comprometidos tan sólo por la Agencia Federal para el Manejo de Emergencias (FEMA, por sus siglas en inglés), se han desembolsado unos 2.700 millones de dólares, en su mayoría para cosas como equipos, materiales y costos de diseño arquitectónico y de ingeniería, según la Oficina de Rendición de Cuentas del Gobierno (GAO, por sus siglas en inglés).</p><p>El gobierno estadounidense está legalmente obligado a desembolsar ese dinero para el propósito especificado.</p><p>El informe de 86 páginas se basa en una auditoría realizada de agosto de 2024 a junio de 2026. Fue publicado por legisladores demócratas de Estados Unidos.</p><p>"La gente de Puerto Rico ha esperado nueve años a que su gobierno cumpla su palabra", indicó el representante demócrata Jared Hoffman, de California, en un comunicado. "Vieron cómo se asignaban miles de millones y casi nada de eso llegó”.</p><p>El huracán María azotó Puerto Rico en septiembre de 2017 como una tormenta de categoría 4, dejando sin electricidad a algunos vecindarios durante casi un año, el apagón más prolongado en la historia de Estados Unidos. Se estima que 2.975 personas murieron en las secuelas de la tormenta.</p><p>Dos semanas antes de que María tocara tierra, el huracán Irma rozó la esquina noreste de la isla como una tormenta de categoría 5, también afectando el suministro de electricidad.</p><p>Múltiples problemas retrasan el avance</p><p>Los apagones crónicos llevaron a la gobernadora de Puerto Rico a declarar estado de emergencia en abril de 2025, pero las interrupciones persisten, y aproximadamente la mitad de esos incidentes se atribuyen a la vegetación que invade las líneas de transmisión y distribución.</p><p>Según el informe, hasta febrero sólo se habían despejado 640 kilómetros (400 millas) con fondos federales de los 26.000 kilómetros (16.000 millas) planificados. En total, se despejaron casi 4.500 kilómetros (2.800 millas) de líneas en el año fiscal 2025, de acuerdo con Luma Energy, una empresa privada que supervisa la transmisión y distribución de electricidad en Puerto Rico. Actualmente enfrenta una demanda del gobierno de la isla que busca rescindir su contrato. La empresa ha presentado una contrademanda.</p><p>El informe señaló que la rotación de personal; los procesos de revisión de proyectos, que describió como “engorrosos”; y la situación financiera de la Autoridad de Energía Eléctrica de Puerto Rico —que aún pasa apuros para reestructurar más de 10.000 millones de dólares de deuda— están impidiendo el avance.</p><p>Una medida que retrasó aún más la liberación de fondos ocurrió cuando la entonces secretaria de Seguridad Nacional, Kristi Noem, implementó una política en junio de 2025 para que los gastos del Departamento de Seguridad Nacional (DHS, por sus siglas en inglés) superiores a 100.000 dólares fueran aprobados personalmente por esa oficina. La norma fue revocada en abril por el nuevo secretario de Seguridad Nacional, Markwayne Mullin.</p><p>Muchos fondos asignados, pero pocos desembolsados</p><p>Hasta diciembre de 2025, se completaron nueve grandes proyectos financiados por la FEMA, la mayoría relacionados con la generación; otros 133 proyectos se encuentran en distintas etapas.</p><p>La agencia también ha comprometido alrededor de 1.300 millones de dólares para 24 proyectos prioritarios de generación, siete de los cuales se han completado.</p><p>El informe indicó que los trabajos de reparación a menudo implican apagones programados y que encontrar piezas de reemplazo puede tomar hasta dos años.</p><p>De los 2.900 millones de dólares asignados por el Departamento de Vivienda y Desarrollo Urbano para modernizar y reparar la red, hasta febrero sólo se habían desembolsado unos 589 millones de dólares.</p><p>Mientras tanto, de los 1.000 millones de dólares comprometidos por el Departamento de Energía, se han desembolsado alrededor de 255 millones de dólares, determinó el informe.</p><p>Unos 365 millones de dólares asignados originalmente para proyectos de energía solar desde entonces se han redirigido a la red eléctrica, para “arreglos prácticos y reparaciones de emergencia”, según funcionarios del departamento entrevistados por los auditores.</p><p>El Departamento de Energía también canceló hasta 350 millones de dólares en subvenciones en el marco de un programa de energía solar, señaló el informe.</p><p>Sí desembolsó los 1,2 millones de dólares previstos para centros destinados a proporcionar electricidad a comunidades vulnerables en Puerto Rico durante desastres.</p><p>DHS dice que Puerto Rico es el responsable “en última instancia”</p><p>La GAO instó a la FEMA a actualizar sus directrices para reflejar flexibilidades y al Departamento de Energía a aclarar funciones y responsabilidades, y a crear un plan de colaboración.</p><p>“Dada la complejidad del financiamiento, los numerosos actores involucrados y los diversos planes para la recuperación de la red, una coordinación amplia entre Puerto Rico y las entidades federales es vital”, señala el informe.</p><p>El Departamento de Energía y el DHS coincidieron con las recomendaciones, aunque este último señaló que “el gobierno de Puerto Rico es en última instancia responsable de desarrollar una solución integral y reconstruir la red eléctrica”.</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/ZVA77PZRNJGOWCSZ2W7D2POADQ.jpg?auth=b4e8df9fd1fa313a96652b8c6cdc2b05b46dc91df1973ce17c43dc351b7a77c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Trabajadores de la Autoridad de Energía Eléctrica de Puerto Rico reparan líneas de distribución dañadas por el huracán María en la comunidad de La Cantera, en San Juan, Puerto Rico, el 19 de octubre de 2017. (AP Foto/Carlos Giusti/Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Carlos Giusti</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Doral-based nonprofit dispatches over $1 million in aid from community ]]></title><link>https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/</link><guid isPermaLink="true">https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/</guid><dc:creator><![CDATA[Gabrielle Arzola, Terrell Forney, Andrea Torres]]></dc:creator><description><![CDATA[A week after the 7.2- and 7.5-magnitude earthquakes in Venezuela, the Global Empowerment Mission had dispatched more than $1 million in aid, according to the Doral-based nonprofit’s representatives. ]]></description><pubDate>Wed, 01 Jul 2026 19:04:04 +0000</pubDate><content:encoded><![CDATA[<p>A week after the 7.2- and 7.5-magnitude earthquakes in Venezuela, the <a href="https://www.globalempowermentmission.org/" target="_self" rel="" title="https://www.globalempowermentmission.org/">Global Empowerment Mission</a> had dispatched more than $1 million in aid, according to the Doral-based nonprofit’s representatives. </p><p><a href="https://www.local10.com/espanol/2026/07/01/ayudando-a-venezuela-organizacion-sin-fines-de-lucro-con-sede-en-doral-envia-mas-de-1-millon-usd-en-ayuda-de-la-comunidad/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/ayudando-a-venezuela-organizacion-sin-fines-de-lucro-con-sede-en-doral-envia-mas-de-1-millon-usd-en-ayuda-de-la-comunidad/">Leer en español</a></p><p>A team of community donors, volunteers, and GEM’s staff moved some 235,000 pounds of donations in a logistics-heavy operation. </p><p>The team had some 50 tons of aid at a warehouse in Doral and another 50 tons at a warehouse in Valencia, which is operating as a distribution center.</p><p>“It’s the worst disaster that we have ever experienced,” said Doral Councilman Rafael Pineyro, a GEM volunteer who was born in Caracas.</p><p>GEM had the support of the U.S. State Department, the agency President Donald Trump tasked with running the U.S. response in Venezuela. U.S. Rep. Carlos A. Giménez stopped by the warehouse in Doral. </p><p>“It’s not about politics, it’s about getting help to the people in need,” Giménez said. </p><p>The U.S. Southern Command has deployed every branch of the military.</p><p>The State Department also activated the Florida Task Forces from Miami and Miami-Dade County. They joined two other highly-trained search-and-rescue teams from Fairfax, Virginia, and California. </p><p>Hassel Mendoza, a Venezuelan engineer who lives in Tampa, traveled to La Guaira to search for his mother, sister, nephew, and brother-in-law in the ruins of a collapsed nine-story apartment building. </p><p>“We lost a lot of time trying to figure out new tools to use for a specific activity, like to cut steel,” <a href="https://www.cnn.com/2026/07/01/americas/venezuela-earthquake-search-rescue-anger-latam-intl" target="_self" rel="" title="https://www.cnn.com/2026/07/01/americas/venezuela-earthquake-search-rescue-anger-latam-intl">Mendoza told CNN</a>, adding that the government teams and volunteers didn’t have equipment such as drills or sensors. </p><figure><img src="https://www.local10.com/resizer/v2/DBCP35VSS2LHNCIDBZXEXKCZSI.jpg?auth=f005d68fb802be7f5b7baa199f2c7c7191ce60f0983ee6817e3261b9fa36fa09&smart=true&width=1200&height=900" alt="Rescue workers stand on the rubble of a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. Houses in the Caribe neighborhood are seen at the top. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Rescue workers stand on the rubble of a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. Houses in the Caribe neighborhood are seen at the top. (AP Photo/Matias Delacroix)</figcaption></figure><p>On Tuesday, Diosdado Cabello, a former Venezuelan military officer who serves as the minister of justice, <a href="https://www.cicpc.gob.ve/" target="_self" rel="" title="https://www.cicpc.gob.ve/">announced</a> the arrests of law enforcement personnel who were accused of looting in La Guaira. </p><p>Cabello, who is <a href="https://www.state.gov/diosdado-cabello-rondon" target="_self" rel="" title="https://www.state.gov/diosdado-cabello-rondon">wanted in the U.S. </a>for narcotrafficking, identified the four suspects as Maya Aguilar Reyes, Fredy Rafael Lugo Oliveros, Roger Andrés Omaña, and Josue Jhonatan Burgos Sánchez. </p><p>A witness recorded and shared a <a href="https://www.facebook.com/watch/?v=1940694919968502" target="_self" rel="" title="https://www.facebook.com/watch/?v=1940694919968502">video</a> that went viral. It showed Aguilar Reyes, his identification, and a woman in tears who confronted him, took a bag he was holding full of U.S. dollars, and ripped the bills into pieces over the rubble near a collapsed building. </p><figure><img src="https://www.local10.com/resizer/v2/RCFU6EJ4AFATRLPIPEETDOG4NM.jpg?auth=a12142c2cd0661fa4873289dcd2109d45d1364ca9ab0ff047d31e54d9f933bde&smart=true&width=1200&height=900" alt="Maya Aguilar Reyes, Fredy Rafael Lugo Oliveros, Roger Andrés Omaña, and Josue Jhonatan Burgos Sánchez, all members of Venezuela's top law enforcement agency, the Cuerpo de Investigaciones Científicas, Penales y Criminalísticas, were arrested on Tuesday after they were accused of looting in La Guaira." height="900" width="1200"/><figcaption>Maya Aguilar Reyes, Fredy Rafael Lugo Oliveros, Roger Andrés Omaña, and Josue Jhonatan Burgos Sánchez, all members of Venezuela's top law enforcement agency, the Cuerpo de Investigaciones Científicas, Penales y Criminalísticas, were arrested on Tuesday after they were accused of looting in La Guaira.</figcaption></figure><p>“I know that many Venezuelans are feeling pain and frustration; I deeply share those sentiments,” <a href="https://www.facebook.com/reel/1037629792290152" target="_self" rel="" title="https://www.facebook.com/reel/1037629792290152">said Delcy Rodríguez</a>, Venezuela’s interim president since the U.S. military captured Nicolás Maduro. </p><p>Rodríguez’s brother Jorge Rodríguez, the president of the National Assembly, announced on Wednesday that the death toll had increased to 2,295. </p><p>The U.S. Geological Survey estimates fatalities in the tens of thousands, and the United Nations announced the procurement of 10,000 body bags.</p><p>GEM staff and partners asked the public for <a href="https://www.globalempowermentmission.org/donate/?gem_ga_client_id=1197701428.1782400422&amp;gem_ga_session_id=1782935402" target="_self" rel="" title="https://www.globalempowermentmission.org/donate/?gem_ga_client_id=1197701428.1782400422&amp;gem_ga_session_id=1782935402">online cash donations</a> and to <a href="https://www.globalempowermentmission.org/volunteer/#events" target="_self" rel="" title="https://www.globalempowermentmission.org/volunteer/#events">signup online for a shift to volunteer. </a> The high-priority needs included hygiene products, non-perishable foods, and first-aid items. </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><p><b>More on </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> </b> </p><figure><img src="https://www.local10.com/resizer/v2/7KDHNH6KA27CL32XR6CFXJLEXU.jpg?auth=031e9d3b6bd79ea9fc5c896b0e1dc60a729d0e42ab948d698ce848e6b8a57b97&smart=true&width=1200&height=900" alt="Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/">Inter Miami, Marlins, Dolphins join relief efforts</a></li><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><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[Russia lands heavy strikes on Ukraine's capital, killing at least 21]]></title><link>https://www.local10.com/news/world/2026/07/02/a-major-russian-attack-kills-21-in-kyiv-as-ukrainian-strikes-disrupt-moscows-oil-sector/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/a-major-russian-attack-kills-21-in-kyiv-as-ukrainian-strikes-disrupt-moscows-oil-sector/</guid><dc:creator><![CDATA[By HANNA ARHIROVA and ILLIA NOVIKOV, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Russia hammered Kyiv in an 11-hour drone and missile attack overnight into Thursday morning, killing at least 21 civilians in the city and injuring scores more in what Moscow said was retaliation for Ukrainian strikes on Russian oil facilities.]]></description><pubDate>Thu, 02 Jul 2026 15:38:21 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Russia hammered Kyiv in an 11-hour drone and missile attack overnight into Thursday morning, killing at least 21 civilians in the city and injuring scores more in what Moscow said was retaliation for Ukrainian strikes on Russian oil facilities.</p><p>Loud explosions shook the Ukrainian capital, where more than 50,000 people sheltered in subway stations after authorities issued air raid warnings, the Kyiv Metro said. Emergency crews dug through the rubble of collapsed and charred apartment buildings all day in search of victims.</p><p>Russia’s Defense Ministry said in a statement that the bombardment was in response to Ukraine’s recent barrage of long-range strikes, which have caused severe fuel shortages and put pressure on President Vladimir Putin.</p><p>Ukraine's frequent attacks inside Russia — described by Zelenskyy as a 40-day blitz — have especially targeted oil refineries, causing a fuel crisis that has frustrated Russians already feeling the war’s economic toll.</p><p>More than four years after Moscow’s full-scale invasion of its neighbor, Ukraine’s technological advances in drone engineering have in recent months given it an edge, analysts and Western officials say. Its strikes on supply routes behind the front line have robbed the Russian army of momentum on the battlefield and made its progress slow and costly, they say.</p><p>Kyiv’s forces have especially targeted supplies to Crimea, triggering the worst fuel crisis on the Black Sea peninsula since it was illegally annexed by Russia in 2014 and delivering a blow to the Kremlin’s narrative that Moscow is winning the war.</p><p>Ukrainian officials say they are trying to force Putin to the negotiating table, but so far Moscow's response has been to hit back.</p><p>Diplomatic efforts to end the war, most recently by the Trump administration, haven’t produced results. President Donald Trump and Zelenskyy are expected to attend next week’s NATO summit in Turkey.</p><p>Putin thinks that time is on his side, that Western support will peter out and that Ukraine’s resistance will eventually collapse under pressure from strategic bombing, analysts say.</p><p>Ukraine's top diplomat says it was a ‘night of horror' in Kyiv</p><p>The attack killed 21 people in Kyiv, according to the country's Emergency Service. More than 90 others were reported injured.</p><p>Foreign Minister Andrii Sybiha said it was a “night of horror” in the capital, which had a pre-war population of roughly 3 million people.</p><p>Flashes from exploding drones and missiles lit up the night, and loud booms echoed through Kyiv. Tracers from air defense fire streaked through the air as a huge pall of black smoke rose into the sky.</p><p>More than 30 locations across the city reported damage, including about 20 residential buildings, authorities said.</p><p>Kyiv resident Serhii Budko said three or four ballistic missiles hit his district of the city. “We were inside the shelter and felt the shelter shaking — the ceiling and floor, everything,” the 24-year-old said.</p><p>In Kyiv's Desnianskyi district, residents were trapped inside a damaged nine-story building, and in the Darnytskyi district, most of a nine-story building collapsed.</p><p>In Ukraine’s central Dnipropetrovsk region, meanwhile, a Russian strike killed a 7-year-old girl and wounded four other people, including an 11-year-old girl, all members of the same family, regional head Oleksandr Hanzha said.</p><p>The bombardment was “exclusively against military or military-linked targets,” Kremlin spokesperson Dmitry Peskov said.</p><p>Russia's aerial attacks on Ukraine have repeatedly hit civilian areas. More than 16,000 Ukrainian civilians have been killed in the war, according to the United Nations.</p><p>No reliable figures are available for battlefield casualties in the war. A report earlier this year by the Center for Strategic and International Studies, a think tank, estimated that up to 1.8 million soldiers have been killed, wounded or gone missing on both sides, with Russian troops accounting for most of that number.</p><p>Ukrainian officials urge countries to provide more air defenses</p><p>The attack used “high-precision long-range weapons” and drones to strike weapons factories and energy facilities in and around Kyiv, and “military airfield infrastructure” in other parts of Ukraine, the Russian Defense Ministry’s statement said.</p><p>In all, Russia fired 74 missiles and 496 drones in the attack, Ukraine’s air force said.</p><p>Ukraine's air defenses have improved throughout the war, especially in countering Russian drones. But it is harder to stop ballistic missiles, which accounted for roughly a third of the missiles fired overnight.</p><p>Sybiha, the Ukrainian foreign minister, said in April that the country's weapons factories meet up to 75% of its military’s needs. But he and other Ukrainian officials have pleaded with partner countries to supply more Patriot systems that offer the best protection from Russian aerial attacks.</p><p>Ukraine attacks another Russian oil refinery</p><p>Ukrainian forces struck one of Russia’s largest oil refineries overnight in the Nizhny Novgorod region east of Moscow, starting a fire, Ukraine's General Staff said.</p><p>Also, Ukrainian forces struck a railway bridge over the Siverskyi Donets River in the Russian-occupied Luhansk region, it said. The bridge was used by Russian forces to transport personnel, weapons and military supplies, according to the General Staff.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L56YLXMRIUBOHY2PPD72VXVINM.jpg?auth=61b0d918e3499a850f125cd5c60b4b6f253deb77cffbfe4159a4274679118b34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman looks at an apartment building burning after a Russian missile attack in Kyiv, Ukraine, Thursday, July 2, 2026. (AP Photo/Danylo Antoniuk)]]></media:description><media:credit role="author" scheme="urn:ebu">Danylo Antoniuk</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GO3RUCCQDX73OQ3FM46CJC6ISQ.jpg?auth=2d1479040ffbcfde7f2a54f70548d203f77ff4b6c3c35f55a4dd66ed45d0d5b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A residential apartment building is seen damaged after a Russian strike on Kyiv, Ukraine, Thursday, July 2, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HEUO3UG62HAYOROIOX5KB5RVEU.jpg?auth=a6261b2921f39ac9dd5f254ef0e87935845caa7074732dec47ed6bd0483cfd86&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman walks past a burning apartment building after a Russian missile attack in Kyiv, Ukraine, Thursday, July 2, 2026. (AP Photo/Danylo Antoniuk)]]></media:description><media:credit role="author" scheme="urn:ebu">Danylo Antoniuk</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LXUONJDA7QWEII4WZXTV2WEFJE.jpg?auth=0e907a1c756f5aba5e431d5930c278441d104de34b188748f3f450cb0ca52fd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People look at the site of a Russian missile strike that hit a residential building in Kyiv, Ukraine, Thursday, July 2, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VUUA4IJ7HCDEWHS2NHH4P5X64I.jpg?auth=0b3e35d47467afcfc07c99697f40a1aa7c6b3c532e858c3d1a238a9caca61248&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises over the city center after a Russian attack on Kyiv, Ukraine, Thursday, July 2, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content></item><item><title><![CDATA[China's Inner Mongolia bets on solar and wind but coal stays close]]></title><link>https://www.local10.com/business/2026/07/01/chinas-inner-mongolia-bets-on-solar-and-wind-but-coal-stays-close/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/chinas-inner-mongolia-bets-on-solar-and-wind-but-coal-stays-close/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ORDOS, China (AP) — Seen from the air, the arrays of more than 3 million solar panels shimmering in the desert sun at the Dalad Banner solar farm are arranged in the shape of a galloping horse – a symbol of Inner Mongolia’s nomadic heritage. A short drive away stands one of the region's many coal-fired power plants, one which sends electricity 700 kilometers (435 miles) to China’s capital Beijing.]]></description><pubDate>Thu, 02 Jul 2026 01:06:38 +0000</pubDate><content:encoded><![CDATA[<p>ORDOS, China (AP) — Seen from the air, the arrays of more than 3 million solar panels shimmering in the desert sun at the Dalad Banner solar farm are arranged in the shape of a galloping horse – a symbol of Inner Mongolia’s nomadic heritage. A short drive away stands one of the region's many coal-fired power plants, one which sends electricity 700 kilometers (435 miles) to China’s capital Beijing.</p><p>The proximity of the projects embodies what experts describe as an “all-of-the-above" energy approach for Inner Mongolia, which has become China's largest base of both renewable energy and coal production. Its energy transition mirrors China as a whole: Wind and solar capacity are expanding quickly while coal remains indispensable.</p><p>China has been installing wind and solar power faster than any other country. Yet coal-fired plants still supplied around 51% of China’s electricity in 2025, according to the latest data from the National Energy Administration.</p><p>“While China as a whole is transitioning away from coal, Inner Mongolia is most certainly the most paradoxical part of the story. In Inner Mongolia’s case, more renewables often means more coal capacity as well,” said David Fishman, an energy consultant at The Lantau Group, who has visited Inner Mongolia's coal plants and the solar farms.</p><p>Inner Mongolia wants wind and solar power to increasingly replace electricity traditionally supplied by coal, while also meeting the country’s growing demand for power. But officials said both renewables and coal will continue to rise for now, with coal needed to supplement when weather causes interruptions in wind or solar power.</p><p>“Many people see there is a conflict or a competitive relationship between traditional energy and renewable energy,” said Gu Qing, an official of Inner Mongolia’s energy administration, standing at the edge of the Dalad Banner solar farm.</p><p>“As more renewable energy capacity is added, coal-fired power will also continue to grow, although the pace will gradually slow,” Gu said.</p><p>The Dalad Banner solar farm, which Associated Press reporters visited on a recent government-organized tour, currently generates around 2 billion kilowatt-hours of electricity annually. It is part of a broader clean energy program started in 2018 in northern China’s Kubuqi Desert.</p><p>Inner Mongolia is crucial to China's power transmission plan</p><p>Inner Mongolia is one of the most crucial nodes in China’s “West-to-East Power Transmission Project," which transmits electricity from the country's resource-rich northwest to its industrialized east. In 2025, 40% of Inner Mongolia’s electricity generation, about 350 billion kilowatt-hours, was sent to other parts of China. The amount is enough to power 120 million households for a year.</p><p>Solar and wind installed capacity has more than doubled in the past five years in Inner Mongolia, but coal still dominates electricity generation. Coal-fired plants produced around 590 billion kilowatt-hours in 2025 in Inner Mongolia, while solar and wind generated about 277 billion kilowatt-hours combined.</p><p>Coal power capacity in Inner Mongolia has continued to expand over the past five years.</p><p>“Because wind and solar are intermittent…we cannot do without the support of coal-fired power,” said Huang Zhiqiang, vice governor of Inner Mongolia, during a recent news briefing.</p><p>“What is changing is that coal power units are turning from supply-guarantee units to serving as a supporting and regulating role,” he said.</p><p>Inner Mongolia mined around 1.2 billion tons of coal in recent years, accounting for one quarter of China’s total coal production. Over 60% was transported to other provinces. Ordos, the city administering the Dalad Banner, is also one of the country's five largest coal-producing centers designated by the central government.</p><p>Managing the energy transition</p><p>Officials said renewable energy is beginning to replace existing demand conventionally provided by coal. The transition requires that coal plants ramp down when renewable output is abundant and ramp up when it is not. Huang said Inner Mongolia refurbished all coal power units so they can ramp down to operate at 15% of their capacity so less coal is burned.</p><p>But Fishman, the energy consultant, said ramping units down to 15% is “an aspirational or best-unit capability rather than something that applies across the whole fleet in day-to-day operations,” because it will cause stress both technically and financially.</p><p>Similarly, Anika Patel, China section editor at the climate change research organization Carbon Brief, said: “Just because a plant can operate flexibly doesn’t mean that it is operating flexibly."</p><p>She said that it's challenging to relegate coal to a supporting role because of Chinese economic and political incentives around its use. Patel said China’s long-term power contracts reduce flexibility for power grids to purchase renewable electricity, while lengthy interprovincial trading arrangements make it harder to include solar and wind.</p><p>Supporting artificial intelligence, electric vehicles and manufacturing</p><p>The government said Inner Mongolia is not only building more wind and solar projects to meet the rising electricity demand from AI computing, electric vehicle charging and manufacturing. It is also investing in energy storage, transmission infrastructure and other ways to make the grid efficient.</p><p>Gu said Inner Mongolia will encourage factories to adjust production to better match patterns of wind and solar generation so renewable energy can be used more efficiently.</p><p>For over a decade since the early 2010s, China experienced a rapid solar and wind energy expansion that was largely driven by government targets and investment incentives, leading to issues such as overcapacity.</p><p>Power generation is only one part of Inner Mongolia’s coal strategy. The region is also a big hub of coal chemical industry, in which coal is converted to chemicals or fuels to produce other products. The processes emit more carbon dioxide than using coal to generate electricity. Huang said Inner Mongolia will deploy carbon-capture technologies to curb emissions.</p><p>He said Inner Mongolia has been expanding capacity of coal-to-oil, coal-to-gas and coal chemical industries. The Iran conflict and the close of the Strait of Hormuz exposed the vulnerability of countries that rely on imported oil and liquefied natural gas.</p><p>“At the industrial level, this can help offset and ease China’s reliance on imported oil and gas, reducing dependence on overseas supplies,” Huang said.</p><p>___</p><p>Video producer Olivia Zhang contributed to this report.</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/RCK6XAVEF2AB3IMSHS3T2WTO7A.jpg?auth=8d64ece1b00604eac2faa36dcd8de740a90bdd2326b0fdaaf0c385b61a3e61c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers walk by solar panels in the Envision Ordos Modern Energy Equipment Industrial Park in Ordos in northern China's Inner Mongolia province on Friday, June 12, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X2JUQGMKJDU3PQLHTZXSKZ3TSU.jpg?auth=66672a2913ec3f192c3b2f3b9e667132cdcd10da2995d190e465443ac66118a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers assemble charging stations at the Mengma Intelligent Transportation Equipment Manufacturing Base in Hohot in northern China's Inner Mongolia province on Thursday, June 11, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HQPCPB7UKAYHWNEKKMG362KSKE.jpg?auth=06639add25674c2a9a99642409f970afd28a7c36de17e7fccbe305cd9945aa85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Solar panels operate at the Dalad Banner Photovoltaic Top Runner Base in northern China's Inner Mongolia province on Friday, June 12, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TJVGCLVJFYBAQR6ATAG6ETG34I.jpg?auth=7da8f18de80de63a5ad1964771ae5dc407e5c1dbe44698006f73880b8120c02d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A mining facility is visible in the Huaneng Yimin open-pit coal mine in Hulunbuir in northern China's Inner Mongolia province China, Sept. 15, 2025. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6JC2HHMDOJY6POZUS2GQOX2HSA.jpg?auth=c05db4694df2c3af9147c64cf0a015b63ec59fe4bffa360d89c93b2bc33f541a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A tractor is visible on a field near power plants near Ordos in northern China's Inner Mongolia province on Thursday, June 11, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5LT7LFQNUPPSP3UKPRILBIYJ3I.jpg?auth=5bb9e266ea2a5500daead3b7ecfe7e8f69923c0fbcfa7afaee9b033855c545df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wind turbines operate along a high speed railway line near Zhangjiakou in northern China's Hebei province on Wednesday, June 10, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EGXCAYUNRNZ2IGSGUKY2KSLDWA.jpg?auth=2f2c63e9f1f00c57114b856a6bc33b4a94aaf7c08b817bf5f459e8a8af6ec709&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Solar panels operate at the Dalad Banner Photovoltaic Top Runner Base in northern China's Inner Mongolia province on Friday, June 12, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/57EYRU3CSDQGCQUGL2G2FEIB64.jpg?auth=08c915faa3df362d9c2e3d9be5bf531acc70728f5d1ef14b80b2a61150409797&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A power plant opereates near Baotou in northern China's Inner Mongolia province on Saturday, June 13, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6PF4PJLKGCYGVYHVQP3SYAWGGI.jpg?auth=f78d8b373ce7f04ec5d925298410312ca4e32c1f4b5288304b81e6c9d807e060&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers labor on wind turbines at the Mingyang North Smart Energy factory in Baotou in northern China's Inner Mongolia province on Saturday, June 13, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AGHTGEYDWXMLOSFXCMJD4VQC3U.jpg?auth=e56a6344548547ac701323e3a69939b6f7d43c67b49d33a11f4ba7c6a0a37b49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wind turbine equipment sits at Mingyang North Smart Energy factory in Baotou in northern China's Inner Mongolia province on Saturday, June 13, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CWTCUI7LOAIT6QD5PYEQ6ZEJDQ.jpg?auth=e5155092214ca294dba00d001158fb3d861fead7b7ae7a579f19ef997be3b434&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wind turbine blades are stress tested at the Mingyang North Smart Energy factory in Baotou in northern China's Inner Mongolia province on Saturday, June 13, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content></item><item><title><![CDATA[Some ransom notes sent in Nancy Guthrie case still being investigated as legitimate, FBI says]]></title><link>https://www.local10.com/news/2026/07/02/some-ransom-notes-sent-in-nancy-guthrie-case-still-being-investigated-as-legitimate-fbi-says/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/02/some-ransom-notes-sent-in-nancy-guthrie-case-still-being-investigated-as-legitimate-fbi-says/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The FBI has discounted some of the ransom notes that surfaced after the disappearance of Nancy Guthrie as nothing more than extortion attempts, but the agency said Wednesday it's still evaluating others that might be legitimate.]]></description><pubDate>Thu, 02 Jul 2026 09:53:06 +0000</pubDate><content:encoded><![CDATA[<p>The FBI has discounted some of the ransom notes that surfaced after the disappearance of Nancy Guthrie as nothing more than extortion attempts, but the agency said Wednesday it's still evaluating others that might be legitimate.</p><p>The FBI did not specify how many ransom notes have been received, other than saying “several.”</p><p>“This case continues to be investigated as a kidnapping for ransom case,” the FBI said in a statement.</p><p>The Pima County Sheriff's Department is also investigating the case. The department declined to comment on the notes Wednesday but said it's taking every tip in the investigation seriously.</p><p>Tucson TV station KOLD has said it received two notes, one demanding millions in Bitcoin in exchange for Guthrie’s return and another that said she had died. TMZ also received a note.</p><p>Guthrie is the mother of longtime “Today” show host Savannah Guthrie. Authorities believe she was kidnapped, abducted or otherwise taken against her will on Feb. 1. They found blood near the front doorstep of her home just outside Tucson, and the FBI later released surveillance videos showing a masked man on the porch that night.</p><p>Volunteers and search teams scoured the nearby desert terrain filled with cactuses, bushes and boulders in the weeks after she vanished. A volunteer group recently conducted a search for her body near the Arizona-Mexico border.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JD2PS2DG5VY7DV4QFOFFLXU2NU.jpg?auth=abe5836b25b0ac395ce308334b0b03651b534d55ce10f2f2828975bd77e825d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A banner with notes from hundreds of well-wishers for Nancy Guthrie, the missing mother of "Today" show host Savannah Guthrie, is displayed outside of KVOA Newsroom on March 6, 2026, in Tucson, Ariz. (AP Photo/Rebecca Noble, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Noble</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VSTVME65P2YWPA77STJAKZSRYA.jpg?auth=013ba6d1b3df6fd8488c55a3ae9c7b8da32ecdaab3b4c55d77749875c9fcd2f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An aerial view of the home of Nancy Guthrie, the missing mother of "Today" show host Savannah Guthrie, in Tucson, Ariz., on Friday, March 6, 2026,. (AP Photo/Rebecca Noble,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Noble</media:credit></media:content></item></channel></rss>