<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Wed, 01 Jul 2026 16:00:50 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Twin brothers just won’t stop dumping sewage on property near Everglades, deputies say]]></title><link>https://www.local10.com/news/local/2026/07/01/twin-brothers-just-wont-stop-dumping-sewage-on-property-near-everglades-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/twin-brothers-just-wont-stop-dumping-sewage-on-property-near-everglades-deputies-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Deputies say a pair of twin brothers completed a pre-trial diversion program after they were caught allowing recreational vehicles to dump raw sewage on their property near the Everglades in 2023. But, according to arrest reports, it doesn’t seem like Juan Gonzalez-Osorio and Justo Gonzalez-Osorio learned much from it.]]></description><pubDate>Wed, 01 Jul 2026 15:20:42 +0000</pubDate><content:encoded><![CDATA[<p>Deputies say a pair of twin brothers completed a pre-trial diversion program after they were caught allowing recreational vehicles to dump raw sewage on their property near the Everglades in 2023. But, according to arrest reports, it doesn’t seem like Juan Gonzalez-Osorio and Justo Gonzalez-Osorio learned much from it.</p><p><a href="https://www.local10.com/espanol/2026/07/01/agentes-hermanos-gemelos-siguen-vertiendo-aguas-residuales-en-propiedad-cerca-de-los-everglades/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/agentes-hermanos-gemelos-siguen-vertiendo-aguas-residuales-en-propiedad-cerca-de-los-everglades/">Leer en español</a></p><p>Authorities said they were tipped off that there were still RVs on their property, located at 15600 SW 212th Ave. in Miami-Dade County’s rural Redland area, and aerial surveillance on Jan. 20 showed it “was in substantially the same condition” as it was three years ago. Miami-Dade Sheriff’s Office deputies executed a search warrant on the property two days later.</p><p>MDSO deputies went back to the property, which directly abuts the Everglades, on Tuesday to take the 47-year-old twins into custody on felony charges of willful disregard for the environment and willful disregard of water pollution laws.</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d19534.679165729933!2d-80.54525326554662!3d25.622666672923263!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9e948e29a4bf1%3A0xb75740516883cff3!2s15600%20SW%20212th%20Ave%2C%20Miami%2C%20FL%2033187!5e1!3m2!1sen!2sus!4v1782918393684!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p>According to arrest documents, their January search, “revealed multiple modular structures and RVs” connected to unapproved sewage treatment and disposal systems, “some of which contained overflow pipes and/or pumps to allow the liquid effluent to be piped into the surrounding wetlands.”</p><p>“There were pipes from two of the RVs that went directly into the wetlands without any storage, including one on the western portion of the premises that was leaking and pooling within the premises and was also being piped directly into the neighboring wetlands,” it states.</p><p>Deputies said they also found a pond on the property filled with algae overgrowth and “dead animals,” saying that “testing of the pond revealed very high levels of bacteria, and tested positive for E. coli.”</p><p>But, according to MDSO, that’s not all deputies found.</p><p>They said that investigators found four mares “in a small corral without access to water” or shelter and a pig “in an elevated crate without access to food or water” or the ability to exercise.</p><p>Because of that, Juan Gonzalez-Osorio is facing five additional counts of animal abandonment.</p><p>Records show they were being held in the Turner Guilford Knight Correctional Center with bonds of $5,000 as of Wednesday. Juan Gonzalez-Osorio faces an additional $500 bond on the animal abandonment charge.</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/LHP3BH35XNEC5FQT73YQBRWHDE.png?auth=4e40bdd025c2c9b9c4f0052ba5642c3b5c3f809aec390cc0f04fc3c413ae3925&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Juan Gonzalez-Osorio and Justo Gonzalez-Osorio]]></media:description></media:content></item><item><title><![CDATA[Heat lose Norman Powell as guard agrees to deal with Bulls, report says ]]></title><link>https://www.local10.com/sports/local/2026/07/01/heat-lose-norman-powell-as-guard-agrees-to-deal-with-bulls-report-says/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/01/heat-lose-norman-powell-as-guard-agrees-to-deal-with-bulls-report-says/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Heat continued to reshape their roster Wednesday, but they’ll be moving forward without one of last season’s top scorers.]]></description><pubDate>Wed, 01 Jul 2026 15:31:08 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Heat continued to reshape their roster Wednesday, but they’ll be moving forward without their leading scorer last season. </p><p><a href="https://www.local10.com/espanol/2026/07/01/heat-pierde-a-norman-powell-tras-acordar-el-escolta-un-contrato-con-los-bulls-segun-reporte/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/heat-pierde-a-norman-powell-tras-acordar-el-escolta-un-contrato-con-los-bulls-segun-reporte/">Leer en español</a></p><p>Free agent guard Norman Powell has agreed to a two-year, $45 million contract with the Chicago Bulls, according to ESPN’s <a href="https://x.com/ShamsCharania/status/2072311773592506453" target="_self" rel="" title="https://x.com/ShamsCharania/status/2072311773592506453">Shams Charania</a>. </p><p>Powell, 33, earned his first career NBA All-Star selection with Miami last season after averaging 21.7 points, 3.5 rebounds and 2.5 assists per game. </p><p>Over the past two seasons, he averaged nearly 22 points per contest.</p><p>The move comes after Miami decided to lock up another key piece of their roster.</p><p>Charania also <a href="https://x.com/ShamsCharania/status/2071636097675719043" target="_self" rel="" title="https://x.com/ShamsCharania/status/2071636097675719043">reported on Monday</a> that forward Andrew Wiggins plans to remain in Miami by opting into the final year of his current contract for the 2026-27 season before signing a two-year, $64 million extension. </p><p>The new agreement would keep Wiggins, 31, with the Heat through the 2028-29 season.</p><p>Miami is also bringing back forward Simone Fontecchio on a one-year contract, according to Charania. The veteran shooter averaged 8.5 points per game while making 37.5% of his 3-point attempts last season.</p><p>In addition, the Heat announced last week that they have exercised their team option on guard <a href="https://www.local10.com/news/local/2026/06/24/heat-exercise-team-option-on-guard-pelle-larsson/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/24/heat-exercise-team-option-on-guard-pelle-larsson/">Pelle Larsson</a>. </p><p>Larsson, 35, appeared in 70 games during his second NBA season, averaging 11.4 points, 3.5 rebounds and 3.4 assists in 26.4 minutes per game while shooting 49.6% from the field and 79.7% from the free-throw line.</p><p>The moves come after Miami acquired superstar <a href="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/">Giannis Antetokounmpo</a> from the Milwaukee Bucks in a blockbuster trade that sent Tyler Herro, Kel’el Ware, Jaime Jaquez Jr. and multiple draft picks to Milwaukee.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FZDNWZD43ERXOVMUTTJQQ4WXOE.jpg?auth=439c87b14b92c2f6d1a40c79dabcf74d302a46eee756ea383741cb31136869e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Miami Heat guard Norman Powell (24) drives to the basket against Charlotte Hornets forward Miles Bridges during the second half of an NBA play-in tournament basketball game in Charlotte, N.C., April 14, 2026. (AP Photo/Nell Redmond, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nell Redmond</media:credit></media:content></item><item><title><![CDATA[Heat pierde a Norman Powell tras acordar el escolta un contrato con los Bulls, según reporte]]></title><link>https://www.local10.com/espanol/2026/07/01/heat-pierde-a-norman-powell-tras-acordar-el-escolta-un-contrato-con-los-bulls-segun-reporte/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/heat-pierde-a-norman-powell-tras-acordar-el-escolta-un-contrato-con-los-bulls-segun-reporte/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[El Miami Heat continuó reestructurando su plantilla el miércoles, pero seguirá adelante sin uno de sus principales anotadores de la temporada pasada.]]></description><pubDate>Wed, 01 Jul 2026 15:56:43 +0000</pubDate><content:encoded><![CDATA[<p>El Miami Heat continuó reestructurando su plantilla el miércoles, pero seguirá adelante sin su máximo anotador de la temporada pasada.</p><p>El escolta agente libre Norman Powell acordó un contrato de dos años y $45 millones USD con los Chicago Bulls, según informó <a href="https://x.com/ShamsCharania/status/2072311773592506453" target="_blank" rel="noreferrer" title="https://x.com/ShamsCharania/status/2072311773592506453">Shams Charania</a>, de ESPN.</p><p>Powell, de 33 años, obtuvo la primera selección al Juego de Estrellas de la NBA de su carrera con Miami la temporada pasada, tras promediar 21.7 puntos, 3.5 rebotes y 2.5 asistencias por partido.</p><p>En las últimas dos temporadas, promedió casi 22 puntos por encuentro.</p><p>El movimiento se produce después de que Miami decidiera asegurar la continuidad de otra pieza clave de su plantilla.</p><p>Charania también <a href="https://x.com/ShamsCharania/status/2071636097675719043" target="_blank" rel="noreferrer" title="https://x.com/ShamsCharania/status/2071636097675719043">informó el lunes</a> que el alero Andrew Wiggins planea permanecer en Miami al ejercer la opción del último año de su contrato actual para la temporada 2026-27, antes de firmar una extensión de dos años y $64 millones USD.</p><p>El nuevo acuerdo mantendría a Wiggins, de 31 años, con el Heat hasta la temporada 2028-29.</p><p>Miami también traerá de regreso al alero Simone Fontecchio con un contrato de un año, según Charania. El veterano tirador promedió 8.5 puntos por partido, con un 37.5% de efectividad en tiros de tres puntos la temporada pasada.</p><p>Además, el Heat anunció la semana pasada que ejerció la opción del equipo sobre el escolta <a href="https://www.local10.com/news/local/2026/06/24/heat-exercise-team-option-on-guard-pelle-larsson/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/24/heat-exercise-team-option-on-guard-pelle-larsson/">Pelle Larsson</a>.</p><p>Larsson, de 35 años, disputó 70 partidos durante su segunda temporada en la NBA, con promedios de 11.4 puntos, 3.5 rebotes y 3.4 asistencias en 26.4 minutos por juego, además de lanzar para un 49.6% de efectividad en tiros de campo y un 79.7% desde la línea de tiros libres.</p><p>Estos movimientos se producen después de que Miami adquiriera a la superestrella <a href="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/" target="_blank" rel="noreferrer" title="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/">Giannis Antetokounmpo</a> procedente de los Milwaukee Bucks en un canje de gran impacto que envió a Tyler Herro, Kel’el Ware, Jaime Jaquez Jr. y múltiples selecciones del draft a Milwaukee.</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/FZDNWZD43ERXOVMUTTJQQ4WXOE.jpg?auth=439c87b14b92c2f6d1a40c79dabcf74d302a46eee756ea383741cb31136869e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Miami Heat guard Norman Powell (24) drives to the basket against Charlotte Hornets forward Miles Bridges during the second half of an NBA play-in tournament basketball game in Charlotte, N.C., April 14, 2026. (AP Photo/Nell Redmond, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nell Redmond</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.</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 1</b></p><ul><li>England vs. DR Congo is at noon at the Atlanta Stadium.</li><li>Belgium vs. Senegal is at 4 p.m. at the Seattle Stadium.</li><li>United States vs. Bosnia and Herzegovina is at 8 p.m. at the San Francisco Bay Area Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b></p><ul><li>Spain vs. Austria at 3 p.m. at Los Angeles Stadium</li><li>Portugal vs. Croatia at 7 p.m. at the Toronto Stadium</li><li>Switzerland vs. Algeria at 11 p.m. at BC Place Vancouver.</li></ul><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b> </p><ul><li>Australia vs. Egypt is at 2 p.m. at the Dallas Stadium.</li><li>Argentina vs. Cape Verde is at 6 p.m. at the Miami Stadium </li><li>Colombia vs. Ghana is at 9:30 p.m. at the Kansas City Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4</b></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>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UNTTQTYNOWD62B57ZXKKBKZDYY.jpg?auth=3b446ef3deca592aee4434ea13ecd3c3b25910f98693e22f3e97a472d1c1c1e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe, left, celebrates their first goal with head coach Didier Deschamps, second from left, and teammates 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/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content></item><item><title><![CDATA[Mundial FIFA 2026: Sigue la clasificación a los octavos de final]]></title><link>https://www.local10.com/espanol/2026/07/01/mundial-fifa-2026-sigue-la-clasificacion-a-los-octavos-de-final/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/mundial-fifa-2026-sigue-la-clasificacion-a-los-octavos-de-final/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Los dieciseisavos de final de la Copa Mundial de la FIFA comenzaron el 28 de junio, tras la clasificación de los 12 primeros de grupo, los 12 segundos y los 8 mejores terceros clasificados.]]></description><pubDate>Wed, 01 Jul 2026 15:38:13 +0000</pubDate><content:encoded><![CDATA[<p>Los dieciseisavos de final de la Copa Mundial de la FIFA comenzaron el 28 de junio, tras la clasificación de <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">los 12 primeros de grupo, los 12 segundos y los 8 mejores terceros clasificados</a> .</p><p>Tras 16 partidos individuales de eliminación directa, los equipos ganadores avanzarán a los octavos de final del torneo, que comienzan el 4 de julio.</p><p><b>Aquí está la lista de los equipos que han avanzado a los octavos de final:</b></p><ol><li><b>Canadá</b>&nbsp;,&nbsp;subcampeona del&nbsp;<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/">Grupo B , se clasificó tras una&nbsp;</a><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/">victoria por 1-0 el 28 de junio</a>&nbsp;contra Canadá. Su partido de octavos de final se disputará el 4 de julio a la 13:00 contra Marruecos.</li><li><b>Brasil</b>&nbsp;, ganador del&nbsp;<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/">Grupo C</a>&nbsp;, se clasificó tras vencer a Japón por 2-0&nbsp;<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/">el 29 de junio</a>&nbsp;. Su partido de octavos de final se disputará el 5 de julio a las 16:00 contra Noruega.</li><li><b>Paraguay</b>&nbsp;, tercero del&nbsp;<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/">Grupo D</a>&nbsp;, se clasificó tras un empate 1-1 que culminó con&nbsp;<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/">una victoria por 4-3 en la tanda de penaltis</a>&nbsp;contra Alemania el 29 de junio. El partido de octavos de final de la selección se disputará a las 17:00 en el Estadio Filadelfia.</li><li><b>Marruecos</b>&nbsp;,&nbsp;subcampeón del&nbsp;<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/">Grupo C , se clasificó tras un&nbsp;</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/">empate 1-1 que culminó con una victoria por 3-2 en la tanda de penaltis</a>&nbsp;contra los Países Bajos el 30 de junio. Su partido de octavos de final se disputará el 4 de julio a la 13:00 contra Canadá.</li><li><b>Francia</b>&nbsp;,&nbsp;ganadora del&nbsp;<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/">Grupo I , se clasificó tras&nbsp;</a><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/">vencer a Suecia por 3-0</a>&nbsp;el 1 de julio. Su partido de octavos de final se disputará el 4 de julio a las 17:00 contra Paraguay.<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/"></a><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></li><li><b>Noruega</b>&nbsp;,&nbsp;subcampeona&nbsp;del&nbsp;<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/">Grupo I , se clasificó tras&nbsp;</a><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/">vencer a Costa de Marfil por 2-1</a>&nbsp;el 1 de julio. Su partido de octavos de final se disputará el 5 de julio a las 16:00 contra Brasil.</li><li><b>México</b>&nbsp;,&nbsp;ganador del&nbsp;<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/">Grupo A , se clasificó tras&nbsp;</a><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/">vencer a Ecuador por 2-0</a>&nbsp;el 1 de julio. Su partido de octavos de final se jugará el 5 de julio a las 20:00 horas.</li></ol><p><b>SEGUIMIENTO DEL PROGRESO</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>Octavos de final de clasificación</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>Eliminaciones durante la Ronda de 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>Equipos de la ronda de 32</b></a></li><li><a href="https://share.google/GiwkbD7k5Da978PEB" target="_self" rel="" title="https://share.google/GiwkbD7k5Da978PEB"><b>Consulta el cuadro de eliminatorias</b></a></li></ul><p><b>CALENDARIO DEL TORNEO</b></p><h3><b>Partidos de dieciseisavos de final</b></h3><p><b>1 de julio</b></p><ul><li>El partido entre Inglaterra y la República Democrática del Congo se disputará al mediodía en el estadio de Atlanta.</li><li>El partido entre Bélgica y Senegal se disputará a las 16:00 horas en el estadio de Seattle.</li><li>El partido entre Estados Unidos y Bosnia y Herzegovina se jugará a las 8 pm en el Estadio del Área de la Bahía de San Francisco.</li></ul><p><b>Eventos para ver el partido en Miami</b> : El festival para fans abre de 11:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>2 de julio</b></p><ul><li>España contra Austria a las 15:00 en el Estadio de Los Ángeles.</li><li>Portugal contra Croacia a las 19:00 en el Estadio de Toronto.</li><li>Suiza contra Argelia a las 23:00 en el BC Place de Vancouver.</li></ul><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 14:00 a 22:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>3 de julio</b></p><ul><li>El partido entre Australia y Egipto se jugará a las 2 de la tarde en el estadio de Dallas.</li><li>El partido Argentina vs Cabo Verde se jugará a las 6 pm en el Estadio de Miami.</li><li>El partido Colombia vs Ghana se jugará a las 9:30 pm en el Estadio de Kansas City.</li></ul><p><b>Eventos para ver el partido en Miami</b> : El festival para fans se celebra de 13:00 a 21:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><h3><b>Comienza la ronda de octavos de final.</b></h3><p><b>4 de julio</b></p><ul><li>El partido entre Canadá y Marruecos se jugará a la 1 pm en el Estadio de Houston.</li><li>Paraguay contra Francia se juega a las 5 pm en el Estadio de Filadelfia.</li></ul><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas desde el mediodía hasta la medianoche en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>5 de julio</b></p><ul><li>Brasil contra Noruega a las 4 pm en el Estadio de Nueva York/Nueva Jersey.</li><li>México&nbsp;a las 8 pm en el Estadio de la Ciudad de México</li></ul><p><b>Fiestas para ver el partido en Miami</b> : El festival para fans abre sus puertas el último día de 15:00 a 23:00 en Bayfront Park, en 301 Biscayne Boulevard.</p><p><b>6 de julio</b> : Hay dos partidos a las 15:00 y a las 20:00.</p><p><b>7 de julio</b> : Hay dos partidos a las 12:00 y a las 16:00.</p><h3><b>Comienzan los cuartos de final</b></h3><p><b>9 de julio</b> : Hay un partido de cuartos de final a las 16:00.</p><p><b>10 de julio</b> : Hay un partido de cuartos de final a las 15:00.</p><p><b>11 de julio</b> : Hay dos partidos de cuartos de final a las 17:00 y a las 21:00.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita para ver el partido a las 17:00 horas del 11 de julio <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para quienes tengan entrada . El aparcamiento es gratuito.</a></p><h3><b>Comienzan las semifinales</b></h3><p><b>14 de julio</b> : El festival de aficionados ha finalizado. Hay un partido de semifinales a las 15:00.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 3 pm del 14 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinales.</p><p><b>15 de julio</b> : Hay un partido de semifinales a las 15:00.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 3 pm del 15 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinales.</p><h3><b>Comienzan las finales</b></h3><p><b>18 de julio</b> : El partido por el tercer puesto se jugará a las 17:00.</p><p><b>Fiesta para ver la final en Miami Beach:</b> Las puertas se abren a las 3 pm del 18 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final de bronce de las 5 pm.</p><p><b>Viaje al amanecer al estadio</b> : El Amerant Bank Arena ofrece estacionamiento gratuito para los poseedores de entradas para la Copa Mundial de la FIFA que utilicen <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">el servicio de autobús exprés gratuito</a> del condado de Broward para llegar al Miami Stadium, también conocido como Hard Rock, en Miami Gardens.</p><p><b>19 de julio</b> : El partido final es a las 15:00.</p><p><b>Fiesta para ver la final en Miami Beach:</b> Las puertas se abren a la 1 pm del 19 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final que comienza a las 3 pm.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita para ver la final el 19 de julio <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para los poseedores de entradas</a> . El estacionamiento es gratuito.</p><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/UNTTQTYNOWD62B57ZXKKBKZDYY.jpg?auth=3b446ef3deca592aee4434ea13ecd3c3b25910f98693e22f3e97a472d1c1c1e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe, left, celebrates their first goal with head coach Didier Deschamps, second from left, and teammates 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/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content></item><item><title><![CDATA[Petro no logró heredar su legado en Colombia: entre el desgaste del gobierno y la campaña digital]]></title><link>https://www.local10.com/espanol/2026/07/01/petro-no-logro-heredar-su-legado-en-colombia-entre-el-desgaste-del-gobierno-y-la-campana-digital/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/petro-no-logro-heredar-su-legado-en-colombia-entre-el-desgaste-del-gobierno-y-la-campana-digital/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El saliente presidente colombiano Gustavo Petro no logró que su proyecto político continuara en el poder a través del candidato progresista Iván Cepeda por la combinación de un “voto castigo” a su gobierno y las dificultades en la estrategia digital de la campaña, según analistas.]]></description><pubDate>Wed, 01 Jul 2026 15:28:55 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El saliente presidente colombiano Gustavo Petro no logró que su proyecto político continuara en el poder a través del candidato progresista Iván Cepeda por la combinación de un “voto castigo” a su gobierno y las dificultades en la estrategia digital de la campaña, según analistas.</p><p>En el balotaje con la segunda diferencia más estrecha de las últimas tres décadas, fue electo el conservador Abelardo de la Espriella, un férreo opositor a Petro que promete dar un vuelco en la agenda política progresista que dominó en los últimos cuatro años.</p><p>“Es una derrota significativa para Petro porque la campaña se presidencializó... seguramente si Petro no se hubiese metido en la campaña el chance de Cepeda hubiera podido ser mayor”, aseguró a The Associated Press el consultor en comunicación política Carlos Arias Orjuela.</p><p>Petro, como presidente en funciones, no podía hacer proselitismo, según las leyes electorales. Sin embargo, durante la campaña fue cuestionado por su presunta participación indebida en política tras referirse a los candidatos en redes sociales.</p><p>Para Arias Orjuela fue clave en la derrota que Petro desconociera el conteo preliminar de la Registraduría en la primera vuelta presidencial —y sugiriera que había habido irregularidades sin mostrar pruebas— porque terminó por “generar más miedo en la campaña”.</p><p>El “antipetrismo”</p><p>Cuando Petro, exmilitante guerrillero, fue elegido presidente en 2022 lo hizo derrotando la resistencia que tenía un país tradicionalmente inclinado por gobiernos conservadores o moderados.</p><p>Petro ha defendido que su gobierno le cumplió al “pueblo” al reducir la pobreza al 28%, la cifra más baja desde 2012 según el último dato oficial disponible para 2025. También al sacar adelante reformas al sistema laboral y de pensiones con beneficios para los trabajadores.</p><p>Pero Cepeda, quien prometía continuar y profundizar la agenda de Petro, tuvo que lidiar con los cuestionamientos al gobierno, especialmente a la política de “paz total” de Petro que impulsó diálogos paralelos con grupos armados ilegales y que sólo logró desarmar a un centenar entre miles.</p><p>“La elección se convirtió en un referendo sobre el gobierno Petro, es decir, la candidatura de Cepeda no logró la autonomía que lo desligara de los errores del gobierno en temas muy sensibles para la gente”, aseguró a AP la senadora Jennifer Pedraza, quien ha sido independiente en el gobierno Petro y votó por Cepeda en el balotaje.</p><p>A pocos días de la segunda vuelta presidencial Cepeda intentó eludir una de las críticas más fuertes al gobierno de Petro al desmontar el proceso ciudadano que buscaba convocar una Asamblea Nacional Constituyente para modificar la carta magna. Pero se trató de una decisión tardía que no logró convencer a los más moderados, especialmente luego de que Petro prometiera en el pasado que no promovería una constituyente, explicó Yann Basset, profesor de Ciencia Política de la Universidad del Rosario.</p><p>La campaña digital</p><p>Arias Orjuela resaltó que De la Espriella apostó a una “campaña digital poderosa” con imágenes de “El Tigre”, como se apoda, algunas generadas con inteligencia artificial y moviendo emociones con propuestas concisas como la de mano dura contra los grupos armados ilegales y los narcotraficantes.</p><p>Mientras tanto, Cepeda dio prioridad a los discursos leídos en plazas públicas y a los recorridos por los territorios, asegurando que su campaña sería austera y tranquila.</p><p>Cepeda decidió “hablarle a una audiencia del siglo XXI con fórmulas del siglo XX”, explicó a AP Manuel Camilo González, profesor del Departamento de Relaciones Internacionales de la Universidad Javeriana. Mientras la campaña de De la Espriella fue efectiva al llegar a sus electores a través de uis teléfonos celulares.</p><p>“La idea del partido político es una idea que está empezando a ser sobrevalorada, quedó en el siglo pasado. Ahora las redes sociales le permiten al candidato aquello que antes daba un partido. Eso lo entendió muy tarde la campaña de Cepeda”, indicó González.</p><p>Sin embargo, Cepeda ha señalado que su derrota estuvo ligada a la “abierta interferencia” del presidente estadounidense Donald Trump, quien respaldó a De la Espriella, en el proceso electoral. “Él mismo (Trump) afirmó que fue definitiva para la elección de su candidato en Colombia”, indicó el martes a la prensa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UN4XLFBAE7U5NXESU3ETWZEWMI.jpg?auth=fb192c8dc5390ba8f0ec4c12c7ecc62367fe565251e40b90da7071b5508942fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente colombiano Gustavo Petro muestra una papeleta de votación durante la segunda vuelta de las elecciones en Bogotá, Colombia, el domingo 21 de junio 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/FG6USJNMHDDWDOOX5EW72MY35Y.jpg?auth=8cccf4d2132d7831832f735436b68ea5f336e2dfa1ce07cda9ce5bcc0421a440&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iván Cepeda reconoce su derrota en las elecciones presidenciales en una conferencia de prensa en Bogotá, Colombia, el miércoles 24 de junio de 2026. (AP Foto/Iván Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Agentes: Hermanos gemelos siguen vertiendo aguas residuales en propiedad cerca de los Everglades]]></title><link>https://www.local10.com/espanol/2026/07/01/agentes-hermanos-gemelos-siguen-vertiendo-aguas-residuales-en-propiedad-cerca-de-los-everglades/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/agentes-hermanos-gemelos-siguen-vertiendo-aguas-residuales-en-propiedad-cerca-de-los-everglades/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Los agentes informaron que un par de hermanos gemelos completó un programa de desvío previo al juicio después de que fueron sorprendidos permitiendo que vehículos recreativos vertieran aguas residuales sin tratar en su propiedad cerca de los Everglades en 2023. Pero, según los informes de arresto, al parecer Juan Gonzalez-Osorio y Justo Gonzalez-Osorio no aprendieron mucho de esa experiencia.]]></description><pubDate>Wed, 01 Jul 2026 15:28:08 +0000</pubDate><content:encoded><![CDATA[<p>Los agentes informaron que un par de hermanos gemelos completó un programa de desvío previo al juicio después de que fueron sorprendidos permitiendo que vehículos recreativos vertieran aguas residuales sin tratar en su propiedad cerca de los Everglades en 2023. Pero, según los informes de arresto, al parecer Juan Gonzalez-Osorio y Justo Gonzalez-Osorio no aprendieron mucho de esa experiencia.</p><p>Las autoridades informaron que recibieron una denuncia de que todavía había vehículos recreativos en su propiedad, ubicada en el 15600 de la avenida Southwest 212, en la zona rural de Redland, en el condado Miami-Dade, y que una vigilancia aérea realizada el 20 de enero mostró que “estaba prácticamente en las mismas condiciones” que hacía tres años. Agentes de la Oficina del Sheriff de Miami-Dade ejecutaron una orden de allanamiento en la propiedad dos días después.</p><p>Los agentes de la MDSO regresaron el martes a la propiedad, que colinda directamente con los Everglades, para arrestar a los hermanos gemelos de 47 años por cargos de delitos graves de desprecio deliberado por el medio ambiente y desacato deliberado a las leyes de contaminación del agua.</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d19534.679165729933!2d-80.54525326554662!3d25.622666672923263!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9e948e29a4bf1%3A0xb75740516883cff3!2s15600%20SW%20212th%20Ave%2C%20Miami%2C%20FL%2033187!5e1!3m2!1sen!2sus!4v1782918393684!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p>Según los documentos de arresto, el allanamiento realizado en enero “reveló múltiples estructuras modulares y vehículos recreativos” conectados a sistemas no autorizados de tratamiento y eliminación de aguas residuales, “algunos de los cuales contenían tuberías de desbordamiento y/o bombas que permitían canalizar el efluente líquido hacia los humedales circundantes”.</p><p>“Había tuberías de dos de los vehículos recreativos que iban directamente a los humedales sin ningún sistema de almacenamiento, incluida una en la parte oeste de la propiedad que tenía una fuga y estaba formando acumulaciones dentro del terreno, además de descargar directamente en los humedales vecinos”, indica el informe.</p><p>Los agentes informaron que también encontraron un estanque en la propiedad cubierto por una proliferación de algas y con “animales muertos”, y señalaron que “las pruebas realizadas al estanque revelaron niveles muy altos de bacterias y dieron positivo para E. coli”.</p><p>Pero, según la MDSO, eso no fue todo lo que encontraron los agentes.</p><p>Indicaron que los investigadores encontraron cuatro yeguas “en un corral pequeño sin acceso a agua” ni refugio, y un cerdo “en una jaula elevada sin acceso a comida ni agua” ni posibilidad de ejercitarse.</p><p>Por ello, Juan Gonzalez-Osorio enfrenta cinco cargos adicionales por abandono de animales.</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/LHP3BH35XNEC5FQT73YQBRWHDE.png?auth=4e40bdd025c2c9b9c4f0052ba5642c3b5c3f809aec390cc0f04fc3c413ae3925&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Juan Gonzalez-Osorio and Justo Gonzalez-Osorio]]></media:description></media:content></item><item><title><![CDATA[AP's long-time Supreme Court reporter Mark Sherman reflects on front row seat to legal history]]></title><link>https://www.local10.com/news/politics/2026/07/01/aps-long-time-supreme-court-reporter-mark-sherman-reflects-on-front-row-seat-to-legal-history/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/01/aps-long-time-supreme-court-reporter-mark-sherman-reflects-on-front-row-seat-to-legal-history/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — ____________________________________________________________________________________________________]]></description><pubDate>Wed, 01 Jul 2026 15:22:12 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — ____________________________________________________________________________________________________</p><p>Mark Sherman has covered the Supreme Court for The Associated Press for 20 years during some of the most momentous decisions in history. He retired on Tuesday, the last day of the court term, and reflects on his experience. He has witnessed how by both happenstance and design the court has moved to the ideological right.</p><p>____________________________________________________________________________________________________</p><p>At the end of my first term covering the Supreme Court, Justice Stephen Breyer departed from his prepared remarks to offer a sharp courtroom rebuke of his conservative colleagues.</p><p>“It is not often in the law that so few have so quickly changed so much,” Breyer said, dissenting in a school integration case.</p><p>The moment was instructive to me as a new reporter on the Supreme Court beat. It encapsulated a term in which a new conservative majority had prevailed in one 5-4 case after another. But more than that, it was a very human reaction from a frustrated justice whose black robe was meant to convey a certain dull sobriety.</p><p>I would be on the lookout for such departures for the rest of my 20 years at the court.</p><p>In that time, almost by happenstance more than design, the court has marched to the ideological right. Unexpected vacancies, brute force political maneuvers and the rise of Donald Trump all combined to give the court a conservative supermajority, and with that change the direction of the country.</p><p>The Supreme Court has marched to the right</p><p>When I started covering the Supreme Court in 2006, the center of gravity had just shifted slightly to the right, from Sandra Day O’Connor to Anthony Kennedy.</p><p>Together they had helped preserve abortion rights in 1992, then been part of a five-justice majority to insure George W. Bush’s election in 2000 in Bush v. Gore.</p><p>Kennedy is lionized in some quarters for his opinions in favor of gay rights, including the landmark decision that declared same-sex marriage a constitutional right. In different settings, it’s his majority opinion in Citizens United that comes in for high praise, which enabled a flood of independent spending in political campaigns.</p><p>Scalia’s unexpected death presented Democrats with an opportunity. Republicans blocked them</p><p>But a larger change was afoot. It started when Antonin Scalia died suddenly of a heart attack, in February 2016.</p><p>Liberals salivated at the prospect of a court that might pivot left, rolling back gun rights and reimposing campaign finance limits that had recently been overturned.</p><p>Certainly abortion and affirmative action would be safe, as Justice Ruth Bader Ginsburg assured me when we spoke that summer.</p><p>Sitting across from me in her court office filled with modern art and mementos, Ginsburg seemed confident that the next occupant of the White House would be a woman, Democrat Hillary Clinton. The next president, “whoever she may be,” Ginsburg said, might get to fill three vacancies, not just Scalia’s seat. At least two other justices in their 80s or nearing that milestone might retire, herself included.</p><p>I broke the spell. What if Clinton were to lose, I asked. “I don’t want to think about that possibility, but if it should be, then everything is up for grabs,” she said.</p><p>Ginsburg was more right than wrong. She was incorrect about the outcome. Clinton lost the election, in part because of conservative voters’ worries about the future of the Supreme Court.</p><p>Senator Mitch McConnell, the Majority Leader at the time, had maneuvered to keep Scalia’s seat open until after the election, even after Obama nominated the well-respected federal appeals court judge Merrick Garland, who had previously won broad bipartisan support.</p><p>But she nailed just about everything else. The next president, Donald Trump, did appoint three justices. And everything was on the table, including abortion and affirmative action.</p><p>Instead of writing about a new liberal court majority, one on which more moderate justices like Breyer and Elena Kagan would play decisive roles, I have reported on the triumph of the conservative legal project, decades in the making, and to the great satisfaction of Republicans who wanted to reverse liberal rulings from previous decades.</p><p>Lifetime tenure gives justices a say in who succeeds them</p><p>It has become commonplace for justices to time their retirements so that they can be replaced by someone with the same judicial philosophy.</p><p>Ginsburg, having decided to remain on the court, died less than two months before the 2020 election and her deathbed wish that her seat not be filled before then was ignored.</p><p>The last two justices who retired, Anthony Kennedy, appointed by Ronald Reagan and Stephen Breyer, appointed by Bill Clinton, were replaced by people who once served as their law clerks.</p><p>It’s not a criticism of Brett Kavanaugh and Ketanji Brown Jackson, each with a sterling legal resume. Instead, it’s telling that the effort to coax a justice into retirement might be more likely to succeed if a former clerk is in the running for the seat.</p><p>The country accepts that the direction of the court turns not just on who the president is, but the late-in-life decisions of the justices themselves.</p><p>Justices object to being described as political</p><p>There are no Trump judges or Obama judges, only an independent judiciary, Chief Justice John Roberts told me several years ago after I asked whether he’d have any comment on President Donald Trump’s criticism of an “Obama judge.”</p><p>Roberts was right in one respect. Judges, justices included, don’t vote robotically in favor of the president who appointed them. In just one example, two Trump-appointed justices voted against the president’s unilateral, global tariffs, for which Trump criticized them in harsh, personal terms.</p><p>But Trump clearly was right, too. In this era, presidents nominate justices because their records show they can be counted on.</p><p>Since 2010, the conservative justices all have been appointed by Republican presidents. The liberals, by Democrats. The consistent message from both sides is that too much is at stake to risk a selection mistake.</p><p>Would you mind snapping a photo, a tourist in front of the Supreme Court once asked Justice Anthony Kennedy?</p><p>One of the advantages of zealously keeping cameras from the courtroom is how little known most justices are. Some of that has changed as seven of the nine justices have written or are writing books which they then go on tour to promote. They have collectively earned millions of dollars.</p><p>It’s remarkable how unobtrusively justices used to move around town. It was not uncommon to run into Ginsburg and her family at a movie or a play, see Thomas making his way to and from Mass most mornings, bump into Kagan at a supermarket or get in line behind Sotomayor at a weekend farmer’s market on Capitol Hill.</p><p>The justices drove themselves to work most days. Scalia once got a traffic ticket for a minor fender-bender on his way into work.</p><p>Early in my time in Washington, I recall walking past the court and seeing a Volkswagen with New Hampshire plates parked on Maryland Avenue. The dry cleaning lying in the back erased any doubt about whose car it was. “Souter,” the label said, as in Justice David Souter of New Hampshire.</p><p>Security concerns have grown exponentially over the years. By the time Kavanaugh joined the court, security was much tighter. Federal agents were stationed outside Kavanaugh's house in suburban Maryland when a would-be attacker armed with a pistol, knife and zip ties showed up there late one night in 2022 and eventually pleaded guilty to trying to assassinate the justice.</p><p>Covering the court has changed dramatically</p><p>Until the COVID-19 pandemic, I felt strongly that the world, as it were, was waiting for my assessment of what had happened in the courtroom on any given morning. I was among a handful of reporters who hurried downstairs after arguments ended to bat out a first take on where the court appeared to be headed in its biggest cases.</p><p>News organizations regularly asked for live access to big arguments and the response was always, No. Then the pandemic shut down the world and institutions scrambled to figure out how to cope. For the court, that meant remote argument sessions, with no choice but to allow the public to listen in, live.</p><p>That experiment produced the occasional embarrassing moment, including an audible and unexplained toilet flush. But mostly it worked, and Americans could hear the court in action. Even when the justices returned to the courtroom in 2021, the livestream remained.</p><p>Selfishly, my coverage feels less vital because anyone who cares can listen and assess what is being said. Decisions post quickly to the court's website. No one is hanging on my words.</p><p>The growth of emergency appeals also has changed covering the court, and not for the better. In years past, I could know from a glance at the calendar when I’d be very busy. But emergency appeals can pop up any time (and did with alarming frequency during Trump’s second term) and decisions on those appeals also could come at any time, during the regular workday or even after midnight.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NCZVWG35JRRFMXFVSLRA7LU5TA.jpg?auth=3b5e2b29563f423b02f2b7c2cd916384aabcfd8588611cbc67271bf37e444b94&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 as the Justices release opinions, in Washington, Monday, June 29, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HN62DKHF52YQ6VJ2IAQUXWDEBU.jpg?auth=2679e4c4531321c3d45b06e8b1d19276818c26fd59602110a3dba89a0ddb0865&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A group prays outside of the Supreme Court ahead of the court's ruling on whether transgender girls and women can play on school athletic teams, Tuesday, June 30, 2026, on Capitol Hill in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5U54S5D2WSO5PU25Q2AGBIBXEY.jpg?auth=6ee495231e900d5d0bfe989121e5839dbfc18cee24a3b7616122df562525a2b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Interns run to deliver documents to the media after a Supreme Court ruling outside 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[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]]></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><media:content url="https://www.local10.com/resizer/v2/W5X57OLONJEE5P4Z3DATOFV43U.jpg?auth=d35fee13a9fb5d1157685d925ba2d4de71eba112f94d684ede9d613610b3e675&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Actor and activist Danny Glover says he has Alzheimer’s disease]]></title><link>https://www.local10.com/entertainment/2026/07/01/actor-and-activist-danny-glover-says-he-has-alzheimers-disease/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/01/actor-and-activist-danny-glover-says-he-has-alzheimers-disease/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Actor and activist Danny Glover, best known for starring as an easygoing police officer in the “Lethal Weapon” franchise, has revealed he has Alzheimer’s disease.]]></description><pubDate>Wed, 01 Jul 2026 15:06:46 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Actor and activist Danny Glover, best known for starring as an easygoing police officer in the “Lethal Weapon” franchise, has revealed he has Alzheimer’s disease.</p><p>The four-time Emmy Award nominee, who turns 80 on July 22, told “Today” and People magazine that he was diagnosed with the progressive, memory-destroying disease three years ago.</p><p>“I’m still not accepting in my mind all parts of it,” he told People magazine. “There are the moments that you keep remembering that validate the fact that you can remember stuff. And there are moments I’ll never forget.”</p><p>More than 6 million people in the United States and millions more around the world have Alzheimer’s, the most common form of dementia.</p><p>Glover earned four Emmy Award nominations and an honorary Oscar in 2022. Other awards came from the NAACP and Black Entertainment Television, and he received nominations from the Screen Actors Guild.</p><p>Glover also served as a goodwill ambassador for the United Nations Development Program from 1998 to 2004. It focuses on poverty, disease and economic development in Africa, Latin America and the Caribbean.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W6ZXAXMBSVMCVU2XPX5WDMQHCU.jpg?auth=140011e459d527193a7e592e6fddbbb910ca5c4b4575cb99cff7ae3e874b21b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Danny Glover arrives at the Governors Awards on Friday, March 25, 2022, at the Dolby Ballroom in Los Angeles. (Photo by Jordan Strauss/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</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]]></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><media:content url="https://www.local10.com/resizer/v2/W5X57OLONJEE5P4Z3DATOFV43U.jpg?auth=d35fee13a9fb5d1157685d925ba2d4de71eba112f94d684ede9d613610b3e675&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[NBA free agency: Norman Powell to Chicago in another All-Star move as teams continue shaping rosters]]></title><link>https://www.local10.com/sports/2026/07/01/nba-free-agency-norman-powell-to-chicago-in-another-all-star-move-as-teams-continue-shaping-rosters/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/nba-free-agency-norman-powell-to-chicago-in-another-all-star-move-as-teams-continue-shaping-rosters/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Add Norman Powell to the list of this past season's All-Stars who are changing addresses this summer in NBA free agency.]]></description><pubDate>Wed, 01 Jul 2026 15:25:16 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Add Norman Powell to the list of this past season's All-Stars who are changing addresses this summer in NBA free agency.</p><p>Powell has agreed to a two-year deal that could be worth up to $45 million with the Chicago Bulls, a person with knowledge of the talks said Wednesday. Powell also had received some interest from the Detroit Pistons, said the person, who spoke to The Associated Press on condition of anonymity because the contract cannot be finalized until July 6 at the earliest.</p><p>ESPN and Chicago Sports Network were among those who first reported the agreement between Powell and the Bulls, who will hold a team option for 2027-28. Powell spent this past season in Miami, where he became an All-Star for the first time and averaged 21.7 points in 58 games with the Heat.</p><p>Miami will have a very different look this coming season, after the acquisition of Giannis Antetokounmpo in a trade that sent Tyler Herro and others to Milwaukee. Powell will be joining his fifth team, after past stints with Portland, the Los Angeles Clippers, Toronto and the Heat.</p><p>All-Stars on the move</p><p>Powell is among five — and there likely will be more — All-Star selections from 2026 alone to be on the move this offseason.</p><p>He joins Antetokounmpo (Milwaukee to Miami), Kawhi Leonard and Brandon Ingram (the headliners of a trade that brings Leonard back to Toronto and sends Ingram to the Los Angeles Clippers), and LeBron James (who is leaving the Los Angeles Lakers for a yet-to-be-decided team).</p><p>Of the 62 players with at least one All-Star selection in the last five years, just over half — 32 of them — have changed teams at least once in that span.</p><p>Nikola Vucevic returns to Orlando</p><p>Nikola Vucevic is headed back to the Orlando Magic, agreeing on a one-year deal for just under $4 million, a person with knowledge of those talks confirmed.</p><p>Vucevic is second all-time on the Magic list in rebounds, third in points and fourth in games played. The 35-year-old center has been in the league for 15 seasons, nine of those with Orlando — and now joins a young core led by Paolo Banchero and Franz Wagner.</p><p>Orlando needed another post option after losing Moritz Wagner in free agency to Brooklyn — and Vucevic, who still has a home in central Florida, was the natural fit.</p><p>Moritz Wagner, the brother of Franz Wagner, is signing a two-year deal with the Nets.</p><p>Vucevic averaged 15.1 points this past season for Chicago and Boston.</p><p>Marcus Smart to Houston</p><p>Marcus Smart, the NBA's defensive player of the year in 2022, is about to join his fourth team in a span of 17 months after agreeing with the Houston Rockets on a two-year deal worth about $12.7 million, a person with knowledge of those talks told the AP.</p><p>Smart was with Memphis as recently as February 2025, then was sent to Washington to complete that season and spent this past season with the Lakers.</p><p>He averaged 9.3 points and started 54 games for the Lakers in 2025-26.</p><p>John Collins to Detroit</p><p>Forward John Collins is changing teams again, after agreeing to a three-year contract with the Pistons, a person with knowledge of those negotiations told the AP.</p><p>ESPN reported the deal is worth $51 million.</p><p>The Pistons will be Collins' third team in as many seasons. He started his career in Atlanta, then spent two seasons in Utah (until 2024-25) and played for the Clippers last season.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P7D5MJB3HZEZJWV7MUH7HEM5IU.jpg?auth=eddf12a98f5f548a71efa1180d83489df35604dcea94393b7e6ee2a23b836141&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - LA Clippers forward John Collins, right, shoots as Golden State Warriors forward Gui Santos defends during the first half of an NBA play-in tournament basketball game April 15, 2026, in Inglewood, Calif. (AP Photo/Mark J. Terrill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FZDNWZD43ERXOVMUTTJQQ4WXOE.jpg?auth=439c87b14b92c2f6d1a40c79dabcf74d302a46eee756ea383741cb31136869e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Miami Heat guard Norman Powell (24) drives to the basket against Charlotte Hornets forward Miles Bridges during the second half of an NBA play-in tournament basketball game in Charlotte, N.C., April 14, 2026. (AP Photo/Nell Redmond, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nell Redmond</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YYRH5ML3JPWJWRG6GM4EGUPPSI.jpg?auth=7b2114571e00e60f8dfc6d309aad55d85c56cb0166af4d8f38d869f91496662c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Houston Rockets guard Josh Okogie, left, controls the ball against Los Angeles Lakers guard Marcus Smart, right, during the second half in Game 4 of a first-round NBA basketball playoffs series, April 26, 2026, in Houston. (AP Photo/Karen Warren, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Karen Warren</media:credit></media:content></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><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><media:content url="https://www.local10.com/resizer/v2/HKMDC4PPNZGNRILPYANGYNHDVI.PNG?auth=8119da2e7d89a19ed4807c4bcc3213c6cd35e769fe178153ea8cbeedf9374f9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Entre escombros y desesperación, familias de La Guaira acusan al gobierno venezolano de abandono]]></title><link>https://www.local10.com/espanol/2026/07/01/entre-escombros-y-desesperacion-familias-de-la-guaira-acusan-al-gobierno-venezolano-de-abandono/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/entre-escombros-y-desesperacion-familias-de-la-guaira-acusan-al-gobierno-venezolano-de-abandono/</guid><dc:creator><![CDATA[Por REGINA GARCIA CANO, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Angelica Mundrain quiere que los cuerpos de su hijo, su sobrina y su sobrino sean recuperados de entre los escombros de su apartamento, que se derrumbó frente a la playa. Ha pasado cada minuto de los últimos seis días esperando la maquinaria pesada que se requiere para retirar las losas de concreto y el metal retorcido en los que quedaron atrapados.]]></description><pubDate>Wed, 01 Jul 2026 14:59:49 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Angelica Mundrain quiere que los cuerpos de su hijo, su sobrina y su sobrino sean recuperados de entre los escombros de su apartamento, que se derrumbó frente a la playa. Ha pasado cada minuto de los últimos seis días esperando la maquinaria pesada que se requiere para retirar las losas de concreto y el metal retorcido en los que quedaron atrapados.</p><p>Otros sobrevivientes del terremoto en Venezuela también esperan.</p><p>Ellos, como otros en todo el estado norteño de La Guaira, tienen la misma pregunta: ¿quién está al mando? El gobierno, que se autodefine como socialista y durante mucho tiempo se enorgulleció de ser protector y proveedor, no ha sido ni lo uno ni lo otro cuando más importaba, dijeron muchos.</p><p>Los potentes terremotos consecutivos del 24 de junio han puesto en primer plano la incapacidad del partido que ha gobernado el país durante 27 años, ahora con la presidenta interina Delcy Rodríguez al frente, para llevar a cabo funciones básicas del Estado.</p><p>“Nos sentimos abandonados”, dijo Mundrain el martes, sentada en una silla en la calle frente a lo que quedaba del edificio de 11 pisos que alguna vez fue su hogar. “Nos sentimos desamparados. Lo que hemos visto es una falta de organización, de empatía, de todo”.</p><p>En las críticas 72 horas posteriores a que edificios residenciales, locales de comida, farmacias, hoteles y tiendas de conveniencia se derrumbaran en el estado de La Guaira, Caracas y regiones aledañas, la respuesta sobre el terreno se centró, principalmente, en dirigir el tráfico, con agentes de policía, de inteligencia y miembros de las fuerzas armadas apostados en las intersecciones.</p><p>Los residentes asumen tareas de rescate y recuperación ante el fracaso del gobierno</p><p>Los civiles, en su mayoría solos y algunos con ayuda de rescatistas extranjeros, buscaban a sus seres queridos entre montones de escombros. Las ambulancias quedaron atrapadas en atascos de tráfico de varios kilómetros (millas) de longitud. Los hospitales carecían de suministros y de personal. El personal de emergencia respondió con poco o ningún equipo.</p><p>Una semana después, muchos residentes de comunidades costeras de La Guaira atribuían la mayoría de los rescates y recuperaciones a otros venezolanos y a equipos extranjeros con conocimientos y dispositivos como cámaras térmicas y detectores de sonido, además de perros entrenados. También señalaron que, mientras civiles y rescatistas extranjeros trabajaban, hombres y mujeres con uniformes venezolanos se quedaban mirando y trabajadores del Estado se tomaban selfis.</p><p>El profesor David Smilde, de la Universidad de Tulane, que ha estudiado Venezuela durante tres décadas, dijo que la tragedia ha dejado claro que la impactante captura del 3 de enero del entonces presidente Nicolás Maduro por fuerzas de Estados Unidos no fue un hecho aislado “en el que el Estado venezolano no fue capaz de defenderse en absoluto”.</p><p>“Tampoco puede hacer algo tan básico como empezar a excavar para sacar a la gente”, señaló, y añadió que eso debería ser un motivo de preocupación para Rodríguez, quien asumió el cargo después de que Maduro fuera depuesto y trasladado a Nueva York para enfrentar cargos de narcotráfico.</p><p>Smilde dijo que la pésima respuesta está vinculada a la enorme cantidad de personas que han abandonado el sector público debido a los salarios extremadamente bajos, así como a la corrupción, como la de muchas personas que figuran en la nómina del gobierno pero que no han trabajado en meses o años. En un gobierno funcional, agregó, las personas tienen deberes específicos para diseñar protocolos donde se detallen los procedimientos en caso de emergencias, incluidos los terremotos.</p><p>“Es como intentar tener un equipo de béisbol con tres personas en el campo. No sabes quién va a ser el lanzador, quién va a estar como receptor y quién va a ser jardinero”, dijo, refiriéndose a la falta de organización del gobierno.</p><p>La riqueza y las conexiones con el gobierno hacen que solo algunos reciban ayuda</p><p>La riqueza y las conexiones con el gobierno también influyeron en la respuesta oficial, y algunos lugares recibieron un trato preferencial.</p><p>Cuando muchos policías y estudiantes de una escuela militar llegaron a un edificio derrumbado, la gente dedujo acertadamente que allí debían haber vivido funcionarios o personas con conexiones políticas. En efecto, los policías de un estado vecino buscaban a un capitán, mientras que los estudiantes y algunos miembros de la Guardia Nacional esperaban localizar a un mayor general.</p><p>Una grúa telescópica, como la que Mundrain necesita para recuperar a su familia, estuvo estacionada durante varias horas en lo que era la entrada de ese edificio. Los familiares de las familias acomodadas que vivían allí pudieron alquilarla. Mundrain no puede.</p><p>“Yo creo que, si en cada uno de estos apartamentos hubiera alguien con posición, aquí estuviese una máquina trabajando como lo han hecho en otras residencias”, afirmó Mundrain, señalando su edificio.</p><p>La indignación de la gente por la respuesta también ha provocado altercados entre residentes y operadores de maquinaria. En un caso, cuando una excavadora proporcionada por el gobierno intentó abandonar el lugar de un edificio de vivienda pública aplastado, la gente bloqueó el tráfico para mantenerla allí e incluso sacó al operador de la cabina.</p><p>El gobierno ha informado que 1.943 personas murieron y más de 10.500 resultaron heridas en los terremotos de magnitud 7,2 y 7,5 ocurridos el 24 de junio. Se ha reportado que miles de personas más están desaparecidas.</p><p>El martes, los rescatistas seguían liberando a algunos sobrevivientes de entre montañas de escombros, ofreciendo a las angustiadas familias una pizca de esperanza, aun cuando la probabilidad de encontrar personas con vida disminuía con cada hora que pasaba. Las primeras 48 a 72 horas después de un desastre natural son cruciales para las labores de rescate, aunque la supervivencia puede prolongarse si las personas tienen acceso a comida y agua.</p><p>El electricista Daniel Castillo pudo sacar con vida a su madre y a su hijo de su apartamento en el segundo piso de un edificio de vivienda pública que se derrumbó en La Guaira, apenas unas horas después de que se produjera el terremoto. El cuerpo de su hermano permaneció enterrado un día más, hasta que pudo llegar a él.</p><p>El martes, Castillo criticó la respuesta del gobierno mientras esperaba en una fila para recibir gratis una bolsa de productos de higiene, incluidos papel higiénico y jabón, en una carpa atendida por las fuerzas armadas venezolanas.</p><p>“Tú los guardias los ves y los uniformes intachables, nada sucios”, señaló Castillo, contrastando a miembros de la Guardia Nacional de Venezuela con civiles y rescatistas extranjeros cubiertos de polvo que han excavado entre los escombros durante días. “El gobierno no hizo nada”.</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/BPHNJLEFULRZ5VXDAVZMDVBEPY.jpg?auth=62fbeaabace1d92bcbc96d1cdaa41f7b3459f701e652aa82e7bfe7fbeca20e83&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Grupos de rescatistas buscan entre los escombros de un edificio que se derrumbó en los terremotos ocurridos en La Guaira, Venezuela, el martes 30 de junio de 2026. (AP Foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Revisan la salud del océano Atlántico  ]]></title><link>https://www.local10.com/espanol/2026/07/01/revisan-la-salud-del-oceano-atlantico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/revisan-la-salud-del-oceano-atlantico/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Por lo general, para julio comenzamos a tener una mejor idea del estado general de la cuenca del Atlántico y de cómo afectará los meses pico de la temporada en agosto, septiembre y octubre. Este julio, los cielos y mares del Atlántico lucen golpeados, magullados y castigados, lo que es una buena señal para limitar la actividad general de huracanes en los próximos meses.]]></description><pubDate>Wed, 01 Jul 2026 14:59:38 +0000</pubDate><content:encoded><![CDATA[<p>Normalmente, en julio empezamos a tener una mejor idea del estado general de la cuenca del Atlántico y de cómo afectará a los meses de mayor actividad de la temporada: agosto, septiembre y octubre. Este julio, el cielo y el mar del Atlántico se ven maltrechos y devastados, lo que augura una menor actividad de huracanes en los próximos meses.</p><p>En primer lugar, la principal región de desarrollo del Atlántico tropical, donde se forman la mayoría de nuestros huracanes más fuertes durante la temporada, acaba de registrar el mes de junio más frío en 5 años.</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>La temperatura cálida de la parte oriental de la Región Principal de Desarrollo —la franja de aguas entre África y el Caribe— es uno de los indicadores más fiables de la actividad ciclónica estacional. Cuanto más frías sean las aguas, menor será la actividad tropical que cabe esperar.</p><p>Si bien las aguas en esta zona aún se encuentran ligeramente por encima del promedio de los últimos 30 años, la tendencia es a la baja, y se prevé que los vientos alisios del este —los vientos predominantes que soplan desde África hacia el Caribe durante todo el año—, que ayudan a regular la temperatura del Atlántico, sean mucho más fuertes de lo normal al menos hasta mediados de julio. Estos vientos más fuertes, que fluyen de este a oeste, remueven el Atlántico y lo enfrían, por lo que no creo que el Atlántico vuelva a calentarse a medida que se acerca agosto.</p><p>Otro indicador clave que consideramos en julio para predecir lo que nos depara agosto y septiembre es la intensidad de la cizalladura del viento en el mar Caribe. Si bien la cizalladura del viento —el cambio en la fuerza y ​​dirección del viento con la altitud— no nos aporta mucha información en junio, en julio suele ser uno de nuestros mejores predictores de la actividad de huracanes en el futuro.</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>En junio, la cizalladura del viento se situó muy por encima de la media, pero, lo que es más importante, la tendencia a una cizalladura del viento superior a la media en el Caribe se intensificará aún más en julio gracias a un fenómeno de El Niño cada vez más fuerte en el Pacífico oriental.</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>Una mayor cizalladura del viento sugiere que las posibles tormentas tendrán más dificultades para organizarse, y son el Caribe y el Atlántico occidental las zonas más afectadas durante los años de El Niño como este.</p><p>Por último, analizamos los patrones globales de la atmósfera superior para evaluar la salud de la cuenca del Atlántico. Uno de los indicadores clave de un Atlántico saludable son los patrones de circulación global que favorecen el ascenso del aire sobre el norte del océano Índico y el descenso del aire sobre el Pacífico oriental y central. Este año, observamos el patrón opuesto, con un descenso del aire notable, centrado directamente sobre el norte del océano Índico, y un gran flujo de aire ascendente sobre el Pacífico, lo que indica que algo no anda bien en el Atlántico.</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>En resumen, el Atlántico tropical no parece estar en condiciones óptimas para una gran temporada de tormentas. Esto, por supuesto, no significa que no podamos (ni vayamos a) ver huracanes fuertes este año, pero serán menos numerosos y tendrán mucha más dificultad que en cualquier año desde al menos 2015. Esta temporada, la actividad se concentrará más en las zonas subtropicales —la región al norte del cinturón tropical tradicional que se extiende desde África hasta el Caribe— que en temporadas recientes. Tampoco debemos subestimar el Golfo de México, cuyas precipitaciones están muy por encima del promedio, ya que podría haber plántulas tropicales que se filtren entre las zonas afectadas este otoño.</p><p>Pero por ahora, el Atlántico está en calma. La zona de baja presión que hemos estado siguiendo frente a la costa de Carolina no es más que un inofensivo remolino de nubes bajas sin tormentas eléctricas, y no se espera que se desarrolle en ninguna parte de la cuenca del Atlántico durante al menos las primeras semanas de julio.</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/HKMDC4PPNZGNRILPYANGYNHDVI.PNG?auth=8119da2e7d89a19ed4807c4bcc3213c6cd35e769fe178153ea8cbeedf9374f9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Trump administration lifts restrictions on Anthropic's Claude models after cybersecurity alarm]]></title><link>https://www.local10.com/business/2026/07/01/trump-administration-lifts-restrictions-on-anthropics-claude-models-after-cybersecurity-alarm/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/trump-administration-lifts-restrictions-on-anthropics-claude-models-after-cybersecurity-alarm/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — The Trump administration has lifted restrictions on artificial intelligence company Anthropic's latest versions of its Claude chatbot, ending a weekslong ban tied to cybersecurity concerns.]]></description><pubDate>Wed, 01 Jul 2026 15:23:30 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — The Trump administration has lifted restrictions on artificial intelligence company Anthropic's latest versions of its Claude chatbot, ending a weekslong ban tied to cybersecurity concerns.</p><p>Anthropic said Tuesday night that its AI model called Claude Fable 5 is now widely available. It's also restoring access to its most powerful model, Mythos 5, but only to a select group of U.S.-based organizations approved by the federal government.</p><p>The Commerce Department blocked foreign nationals from using both AI models on June 12, a move that San Francisco-based Anthropic said forced the company to immediately take the products down for all users just days after it unveiled them.</p><p>Anthropic said in a blog post this week that the government's concerns were sparked by a report from cybersecurity researchers at Amazon, Anthropic's primary cloud computing provider. The company “had found a method of bypassing Fable 5’s safeguards” that enabled it to discover and potentially exploit software vulnerabilities, Anthropic said.</p><p>Officials have grown increasingly concerned since Anthropic warned earlier this year that its Mythos model was adept at finding software flaws in a way that could be weaponized by malicious hackers and threaten critical computer networks around the world.</p><p>Anthropic's chief rival, ChatGPT maker OpenAI, also said Friday it is restricting the release of its new artificial intelligence model at the request of President Donald Trump’s administration.</p><p>OpenAI said its new AI product, called GPT-5.6 Sol, would be accessible only to a select group of government-approved customers for a temporary period.</p><p>Trump last month signed an executive order on AI oversight that established a framework for the federal government to vet the national security risks of the most advanced AI systems for up to 30 days before their public release. The order described participation by AI developers as voluntary, but the framework has not yet been fully developed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3UBK4KMKYKQLXAZX6OIFXEVIK4.jpg?auth=394cd2d9c319bcd6b626590ea43d8737aed34de37dc0c4c27e5d1bf1b7deb062&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pages from the Anthropic website and the company's logo are displayed on a computer screen in New York, Feb. 26, 2026. (AP Photo/Patrick Sison, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Sison</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N6MWWLJXPSOLHVQVOYTI7HZ33Y.jpg?auth=bdf439e5a31e1acccff443aa60af30f44314508bbb8e712ee1d869eed5adc8d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks before signing a presidential memo to the EPA on pollution control in vehicles, in the Oval Office of the White House, Monday, June 29, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Victor Willis, who co-founded the Village People and co-wrote 'Y.M.C.A.,' dies at 74]]></title><link>https://www.local10.com/entertainment/2026/07/01/victor-willis-who-co-founded-the-village-people-and-co-wrote-ymca-dies-at-74/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/01/victor-willis-who-co-founded-the-village-people-and-co-wrote-ymca-dies-at-74/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Victor Willis, who co-founded the Village People, co-wrote the disco group's classic hits “Y.M.C.A.,” ″Macho Man” and “In the Navy,” and delighted crowds while dressed as the band's helmeted and mustachioed police officer, has died. He was 74.]]></description><pubDate>Wed, 01 Jul 2026 14:55:12 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Victor Willis, who co-founded the Village People, co-wrote the disco group's classic hits “Y.M.C.A.,” ″Macho Man” and “In the Navy,” and delighted crowds while dressed as the band's helmeted and mustachioed police officer, has died. He was 74.</p><p>“We are profoundly sad to announce the death of Victor Willis, lead singer of Village People," the group posted on its official Facebook page. The cause was identified as “a short but aggressive illness.”</p><p>Willis was a musician-actor who, among other things, had appeared on Broadway in “The Wiz” when he decided to cash in on the disco craze in 1977 by joining a group made up of beefy, macho-looking guys dressed as a biker, a construction worker, a cop, a cowboy and a Native American chief.</p><p>With producer Jacques Morali and Henri Belolo, Morali’s business partner, Willis founded the six-member Village People. The idea came to them while partying at an after-hours gay nightclub in the West Village of Manhattan. The group’s self-titled debut album was released in 1977.</p><p>In 1978, the group released two albums, “Macho Man” and “Cruisin’” — which featured the international hit “Y.M.C.A.,” a song that peaked at No. 2 on the Billboard chart. A year later, Village People released the album “Go West,” which included “In the Navy,” a song that peaked at No. 3 on the chart. “Macho Man” peaked at No. 25 in 1978.</p><p>In 2020, Congress described “Y.M.C.A.” — with its infectious chorus of “It’s fun to stay at the Y.M.C.A.” and an accompanying dance spelling out the letters — as “an American phenomenon” and added the song to the National Recording Registry. In 2021, it was inducted into the Grammy Hall of Fame.</p><p>Willis also starred in the 1980 movie “Can’t Stop the Music,” a widely ridiculed comedy starring the Village People and Steve Guttenberg and directed by Nancy Walker. Critic Rex Reed called it "one of the silliest movies ever made."</p><p>Village People music is the backbone of pool parties, high school dances, weddings, proms, bar mitzvahs, games and whenever an uplifting mood is needed. The songs also played at gay marches and the White House.</p><p>“We will think of Victor every time ‘Y.M.C.A.’ is played, like today, and all throughout this July Fourth Birthday week,” President Donald Trump wrote on social media Wednesday. “My condolences to his wonderful family and group, Victor Willis will be sorely missed.”</p><p>While musicians like Neil Young, John Fogerty, Phil Collins, Panic! At The Disco and the estates of Leonard Cohen, Tom Petty and Prince sent cease-and-desist letters to stop Trump from using their music, Willis said he didn't feel he was endorsing Trump when the song played.</p><p>Willis was born in Texas and grew up in the Haight-Ashbury neighborhood of San Francisco. When he moved to New York, he went to a YMCA on West 63rd Street in Manhattan, which inspired the hit song.</p><p>The ownership of Village People's songs came into doubt decades after the hits, and in 2015, a federal jury ruled that Willis was entitled to 50% copyright ownership in the United States of 13 of the group’s songs, including “Y.M.C.A.”</p><p>After a series of arrests on drug-related charges that resulted in a rehab stint, Willis told The Associated Press in 2012 that his life had turned around. “Life is fine. I went through whatever I went through, but everything is going great now,” he said.</p><p>In May, Willis and the Village People — he was the only original member — sang “Happy Birthday” and “Y.M.C.A.” for Secretary of State Marco Rubio during an event in India.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DWR3262TVKA4IJA7HTANQV6IIQ.jpg?auth=36a50fcb193e911de70e77eefc2ef5c0a87ec3dc115501fd27365b249ac137fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Victor Willis, a member of the disco group The Village People, appears during a Halloween party in Los Angeles on Oct. 31, 1979. (AP Photo/George Brich, File)]]></media:description><media:credit role="author" scheme="urn:ebu">George Brich</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WZNAADL4LYK7DMWG6IQ5H2IM24.jpg?auth=ef5f675a09db295a90dc7bc942709db498e95cd92a36d9e16f7a872d7e856b53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Victor Willis, of the Village People, performs during the Festival d'ete de Quebec in Quebec City, Canada on July 11, 2019. (Photo by Amy Harris/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amy Harris</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 match is at noon on July 1 against Congo. </li><li><b>Brazil</b> (6) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> with 7 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>The Netherlands</b> (8) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 7 points. The team was <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/">eliminated</a> on June 29. </li><li><b>Belgium</b> (9) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> with 7 points. The match is at 4 p.m. on July 1 against Senegal. </li><li><b>Colombia</b> (11) wins <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> with 7 points. The match is at 9:30 p.m. on July 3 against Ghana. </li><li><b>Switzerland</b> (17) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 7 points. The match is at 11 p.m. on July 2 against Algeria. </li><li><b>Germany</b> (10) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 6 points. The team was<a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/"> eliminated</a> on June 29.</li><li><b>United States </b>(15) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> with 6 points. The match is at 8 p.m. on July 1 against Bosnia and Herzegovina. </li><li><b>Morocco</b> (7) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> runner-up with 7 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Ivory Coast</b> (30) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> runner-up with 6 points. The 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 match is at 4 p.m. on July 1 against Belgium. </li><li><b>Algeria</b> (29) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> with 4 points and a minus two goal difference. Game day: July 2</li><li><b>Ecuador</b> (32) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 4 points. The 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 match is at noon on July 1 against England. </li><li><b>Bosnia and Herzegovina</b> (64) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 4 points and a minus one goal difference. The match is at 8 p.m. on July 1 against the U.S. </li><li><b>Ghana</b> (65) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> with 4 points. The match is at 9:30 p.m. on July 3 against Colombia. </li></ol><p><b>TRACK PROGRESS</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/"><b>Round of 16 qualifications</b></a></li><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/"><b>Eliminations during Round of 32</b></a></li></ul><p><b>TOURNAMENT’S SCHEDULE</b></p><h3><b>Round of 32 knock-out matches</b></h3><p><b>July 1</b></p><ul><li>England vs. DR Congo is at noon at the Atlanta Stadium.</li><li>Belgium vs. Senegal is at 4 p.m. at the Seattle Stadium.</li><li>United States vs. Bosnia and Herzegovina is at 8 p.m. at the San Francisco Bay Area Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b></p><ul><li>Spain vs. Austria at 3 p.m. at Los Angeles Stadium</li><li>Portugal vs. Croatia at 7 p.m. at the Toronto Stadium</li><li>Switzerland vs. Algeria at 11 p.m. at BC Place Vancouver.</li></ul><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: </p><ul><li>Australia vs. Egypt is at 2 p.m. at the Dallas Stadium.</li><li>Argentina vs. Cape Verde is at 6 p.m. at the Miami Stadium </li><li>Colombia vs. Ghana is at 9:30 p.m. at the Kansas City Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3> </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[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></ol><p><b>TRACK PROGRESS</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/"><b>Round of 16 qualifications</b></a></li><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/"><b>Eliminations during Round of 32</b></a></li><li><a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/"><b>Round of 32 teams</b></a></li></ul><p><b>TOURNAMENT’S SCHEDULE</b></p><h3><b>Round of 32 knock-out matches</b></h3><p><b>July 1: </b>Matches at noon, 4 p.m., and 8 p.m. </p><ul><li>England vs. DR Congo is at noon at the Atlanta Stadium.</li><li>Belgium vs. Senegal is at 4 p.m. at the Seattle Stadium.</li><li>United States vs. Bosnia and Herzegovina is at 8 p.m. at the San Francisco Bay Area Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b></p><ul><li>Spain vs. Austria at 3 p.m. at Los Angeles Stadium</li><li>Portugal vs. Croatia at 7 p.m. at the Toronto Stadium</li><li>Switzerland vs. Algeria at 11 p.m. at BC Place Vancouver.</li></ul><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: </p><ul><li>Australia vs. Egypt is at 2 p.m. at the Dallas Stadium.</li><li>Argentina vs. Cape Verde is at 6 p.m. at the Miami Stadium </li><li>Colombia vs. Ghana is at 9:30 p.m. at the Kansas City Stadium </li></ul><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4</b></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/YOWVVUH4KHJK6UUK7KRGFFFT3E.jpg?auth=a8e740278794178cda44b727e13161fa1f38e685fa098621462b70c596ab1dfb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Kaishu Sano (24) celebrates after scoring the opening goal of his team during the World Cup round of 32 soccer match between Brazil and Japan in Houston, Monday, June 29, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[México derrota 2-0 a Ecuador y se coloca en los octavos de final de la Copa del Mundo que coorganiza]]></title><link>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/</link><guid isPermaLink="true">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/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — México derrota 2-0 a Ecuador y se coloca en los octavos de final de la Copa del Mundo que coorganiza.]]></description><pubDate>Wed, 01 Jul 2026 14:18:56 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — México derrota 2-0 a Ecuador y se coloca en los octavos de final de la Copa del Mundo que coorganiza.</p>]]></content:encoded><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></item><item><title><![CDATA[Investiga FBI tras hallazgo de mujer fallecida en Biscayne Bay y vista por última vez en clubes de striptease en el sur de Florida ]]></title><link>https://www.local10.com/espanol/2026/06/30/investiga-fbi-tras-hallazgo-de-mujer-fallecida-en-biscayne-bay-y-vista-por-ultima-vez-en-clubes-de-striptease-en-el-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/investiga-fbi-tras-hallazgo-de-mujer-fallecida-en-biscayne-bay-y-vista-por-ultima-vez-en-clubes-de-striptease-en-el-sur-de-florida/</guid><dc:creator><![CDATA[Liane Morejon, Ryan Mackey]]></dc:creator><description><![CDATA[El FBI está investigando tras el hallazgo del cuerpo de una mujer, mientras su familia busca respuestas.]]></description><pubDate>Tue, 30 Jun 2026 22:34:07 +0000</pubDate><content:encoded><![CDATA[<p>El FBI está investigando luego de que informara que el cuerpo de una mujer fue encontrado en las aguas frente a Biscayne Bay, mientras su familia busca respuestas sobre lo que ocurrió en los días previos a su muerte.</p><p>Se cree que un video de vigilancia publicado por los investigadores muestra algunos de los últimos momentos de vida de Keisha Jones, de 31 años.</p><p>Los investigadores dijeron que el video fue grabado la mañana del viernes afuera de Scarlett’s Cabaret, cerca de Hallandale Beach Boulevard.</p><p>Indicaron que esa misma mañana, alrededor de las 6 a.m., Jones también fue vista en Dean’s Gold, en la 163rd Street en North Miami Beach.</p><p>Tres días después, el cuerpo de Jones fue encontrado en las aguas frente a Biscayne Bay cerca de un edificio de investigación de la NOAA en Virginia Key, informaron fuentes a Local 10 News.</p><p>El FBI ahora investiga las circunstancias que rodean su muerte.</p><p>La familia de Jones, en su mayoría de Michigan, dijo que está en estado de incredulidad y busca respuestas sobre con quién estuvo por última vez y cómo terminó muerta.</p><p>Los investigadores trabajan para reconstruir la cronología mientras intentan determinar qué le ocurrió a Jones.</p><p>Cualquier persona con información sobre el caso es instada a llamar al FBI al 1-800-225-5324.</p>]]></content:encoded></item><item><title><![CDATA[FBI investigates after woman last seen at South Florida strip clubs found dead off Biscayne Bay]]></title><link>https://www.local10.com/news/local/2026/06/30/fbi-investigates-after-woman-last-seen-at-south-florida-strip-clubs-found-dead-off-biscayne-bay/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/fbi-investigates-after-woman-last-seen-at-south-florida-strip-clubs-found-dead-off-biscayne-bay/</guid><dc:creator><![CDATA[Liane Morejon, Ryan Mackey]]></dc:creator><description><![CDATA[The FBI is investigating after they said a woman’s body was found in the waters off Biscayne Bay, as her family searches for answers about what happened in the days leading up to her death.]]></description><pubDate>Tue, 30 Jun 2026 22:17:56 +0000</pubDate><content:encoded><![CDATA[<p>The FBI is investigating after they said a woman’s body was found in the waters off Biscayne Bay, as her family searches for answers about what happened in the days leading up to her death.</p><p><a href="https://www.local10.com/espanol/2026/06/30/investiga-fbi-tras-hallazgo-de-mujer-fallecida-en-biscayne-bay-y-vista-por-ultima-vez-en-clubes-de-striptease-en-el-sur-de-florida/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/investiga-fbi-tras-hallazgo-de-mujer-fallecida-en-biscayne-bay-y-vista-por-ultima-vez-en-clubes-de-striptease-en-el-sur-de-florida/">Leer en español</a></p><p>Surveillance video provided to Local 10 by Keisha Jones’s family member purportedly show her outside of Scarlett’s Cabaret off Hallandale Beach Boulevard. They believe it shows some of the last moments of the 31-year-old’s life. </p><p>A missing person’s flyer first issued by North Miami Beach police states that Jones was last seen at 6 a.m. Friday at Dean’s Gold off 163rd Street in North Miami Beach. </p><p>NMBPD investigators said they believe she then booked a rideshare and went to Scarlett’s. It was the last place she was seen. </p><p>Three days later, Jones’ body was found in the waters off Biscayne Bay near a NOAA research building on Virginia Key, sources told Local 10 News.</p><p>The FBI is now investigating the circumstances surrounding her death.</p><p>Jones’ family, who is mostly from Michigan, said they are in disbelief and are looking for answers about who she was last with and how she ended up dead.</p><p>Investigators are working to piece together the timeline as they try to determine what happened to Jones.</p><p>Anyone with information on the case is urged to call the FBI at 1-800-225-5324.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Federal Reserve Chair Warsh emphasizes political independence, signals focus on inflation]]></title><link>https://www.local10.com/business/2026/07/01/federal-reserve-chair-warsh-emphasizes-political-independence-signals-focus-on-inflation/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/federal-reserve-chair-warsh-emphasizes-political-independence-signals-focus-on-inflation/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — New Federal Reserve Chair Kevin Warsh said Wednesday that the central bank would remain independent and seek to bring down inflation, likely foreclosing the rate cuts President Donald Trump has sought.]]></description><pubDate>Wed, 01 Jul 2026 15:22:58 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — New Federal Reserve Chair Kevin Warsh said Wednesday that the central bank would remain independent and seek to bring down inflation, likely foreclosing the rate cuts President Donald Trump has sought.</p><p>In remarks at a central bank conference in Sintra, Portugal, Warsh said that if businesses or households thought the Fed would accept inflation above 2%, “I guess they'd be disappointed. We're going to deliver price stability.”</p><p>The Fed typically combats inflation by raising borrowing costs. When asked about Trump's oft-repeated desire for lower rates, Warsh underscored the Fed's independence from day-to-day politics.</p><p>“We’ve been an independent central bank for a very long time," he said. "We’re going to be an independent central bank at this moment and you’re going to see no changes to that.”</p><p>Such comments suggest that Warsh has shifted his views since replacing Jerome Powell as chair May 22. He called for lower rates last year as he essentially campaigned for the job. Since becoming chair, however, Warsh has appeared to move away from that stance and instead has signaled a focus on getting inflation down.</p><p>But on Wednesday he declined to say what steps the Fed would take to achieve that goal, consistent with his opposition to so-called “forward guidance,” in which central bank leaders foreshadow their next policy moves.</p><p>“I'm not going to make a judgment now," he said during the panel discussion with other central bankers. "The tactics, the strategy, and the rest, that's still to come,” he later added.</p><p>At his first news conference last month, Warsh also emphasized his goal of getting inflation back down to target. Wall Street investors expect the Fed could hike its key interest rate as soon as in September, from its current level of about 3.6% to roughly 3.9%.</p><p>When the Fed last met June 16-17, nearly half of the 19 policymakers signaled that they supported higher rates this year, while eight supported no change and one penciled in a cut. Warsh did not submit a forecast because of his opposition to providing guidance.</p><p>The economy has shifted since Trump first nominated Warsh in January, with inflation rising to a three-year high of 4.2% in May, pushed higher by the Iran war's impact on gas prices. Yet as a peace agreement has been reached, gas prices have declined, suggesting inflation may have peaked. Fed officials may very well wait to see where inflation settles if oil and gas prices continue to fall back to prewar levels.</p><p>On Wednesday, Warsh also said there are signs that the threat of persistent inflation has moderated. He specifically cited inflation expectations, or where the public and financial markets think inflation will head next, as measured by surveys and bond prices. Both have showed declining expectations in the past month.</p><p>Yet a key question facing Warsh is whether he will have to raise rates in the next few meetings to underscore his commitment to fighting inflation. If gas prices keep falling and inflation declines, he may be try to avoid doing so.</p><p>At the same time, hiring has picked up in recent months and economists forecast the government will issue a solid jobs report on Thursday that will likely show the unemployment rate remains a low 4.3%. Such a report would reduce pressure on the Fed to lower borrowing costs.</p><p>Warsh also reiterated his view that over time, artificial intelligence will expand the economy's ability to produce goods and services and reduce inflationary pressures. Yet many economists think it could take an extended period of time for those trends to take hold.</p><p>In the short term, economists say, the breakneck investment in AI infrastructure is pushing up prices for semiconductor and computing equipment, fueling inflation.</p><p>Warsh declined to comment specifically on whether AI spending is inflationary, and often noted that he has set up five task forces at the Fed to study a range of issues, including AI and its impact on productivity.</p><p>“This is as exciting a time and also as consequential a time to be a central banker that I can think of at any point, maybe outside of a crisis, in my adult lifetime,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZDYPPL7HRVRU4OY5RRNTOYR4RA.jpg?auth=6019e347ac5d70fdb68b20632e841d7ec46efda465cefdb9f1bbcf938696f905&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Chairman Kevin Warsh speaks during a news conference following the Federal Open Market Committee meeting, Wednesday, June 17, 2025, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content></item><item><title><![CDATA[LO ÚLTIMO: Cuatro policías detenidos por presuntamente apropiarse de dinero encontrado en escombros]]></title><link>https://www.local10.com/espanol/2026/07/01/lo-ultimo-900-militares-de-eeuu-apoyan-las-labores-humanitarias-en-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/lo-ultimo-900-militares-de-eeuu-apoyan-las-labores-humanitarias-en-venezuela/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Se cumple una semana de los devastadores sismos que sacudieron Venezuela dejando al menos 1.943 muertos y más de 10.500 heridos y centenares de rescatistas continúan buscando a sobrevivientes bajo los escombros.]]></description><pubDate>Wed, 01 Jul 2026 14:47:47 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Se cumple una semana de los devastadores sismos que sacudieron Venezuela dejando al menos 1.943 muertos y más de 10.500 heridos y centenares de rescatistas continúan buscando a sobrevivientes bajo los escombros.</p><p>Aquí los últimos acontecimientos sobre Venezuela:</p><p>Cuatro policías detenidos por presuntamente apropiarse de dinero encontrado en escombros</p><p>Las autoridades venezolanas informan que cuatro agentes de la policía judicial fueron detenidos por presuntamente apropiarse de dinero encontrado entre los escombros de edificios colapsados en La Guaira.</p><p>“Se constató que un grupo de funcionarios, desviándose de sus deberes y aprovechándose de las labores de rescate y asistencia humanitaria, actuaron de manera indecorosa al apropiarse de valores económicos hallados entre los escombros”, indicó en un comunicado el Ministerio de Relaciones Interiores.</p><p>Los implicados fueron “separados definitivamente de sus cargos y se inició su destitución, tras una investigación impulsada por denuncias de ciudadanos”, agregó. Varios videos divulgados en redes sociales por habitantes de La Guaira mostraron a agentes de seguridad presuntamente apropiándose de dinero y objetos de valor localizados entre los escombros.</p><p>900 militares de EEUU apoyan las labores humanitarias en Venezuela</p><p>El ejército estadounidense cuenta con unos 900 militares apoyando las labores de ayuda humanitaria en Venezuela, declaró Steven McCloud, portavoz del Comando Sur de Estados Unidos, a The Associated Press.</p><p>McCloud añadió que también hay alrededor de 100 personas del Departamento de Estado colaborando en las labores de ayuda y socorro.</p><p>Médico dice que faltan insumos específicos, teme un “campo infeccioso”</p><p>El doctor Eugenio Cova, jefe de la unidad de Traumatología del Hospital General del Oeste “Dr. José Gregorio Hernández” en Caracas, afirmó que los primeros días tras el terremoto fueron caóticos y que su equipo tuvo que improvisar dos quirófanos ya que no se pueden usar los ascensores ni acceder a las zonas dañadas por el sismo.</p><p>Al igual que muchos hospitales públicos del país, que sufren una escasez crónica de suministros médicos esenciales, el hospital ha recibido una avalancha de donaciones. Sin embargo, ha tenido dificultades para conseguir insumos más específicos como tornillos y placas para cirugías ortopédicas y gasas medicadas para prevenir infecciones.</p><p>Ha tratado a pacientes con fracturas pélvicas por aplastamiento, casos de rabdomiólisis —una afección potencialmente mortal en la que el tejido muscular se descompone tras una herida por aplastamiento— y pacientes con una combinación de lesiones potencialmente mortales.</p><p>Dijo que dada la enorme cantidad de fallecidos él y otros médicos temen que se cree un “campo infeccioso”.</p><p>“El tema que vemos ya prácticamente en puerta es las infecciones que puedan traer consigo los pacientes que más tiempo tienen expuestos al desastre. Ya pasamos el periodo de los traumas complejos que van a seguir llegando, pero ahora vienen complicados con infecciones”, dijo.</p><p>Japón envía equipo de profesionales sanitarios</p><p>Japón anuncia el miércoles que enviará un equipo de ayuda de emergencia de 42 miembros a Venezuela para brindar asistencia médica en la zona afectada por el terremoto. Se espera que el equipo, compuesto por médicos, enfermeros y otros profesionales de la salud, parta en los próximos días para unirse a un pequeño equipo de avanzada que ya opera en Venezuela desde el 26 de junio, informa el Ministerio de Relaciones Exteriores.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5DDDYABA34XNQBITDB2FJNHXMU.jpg?auth=2a738859b00e14224f559c55e3b0c9e717b8dfd6da3241950c67c67d7106f52e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vista aérea de edificios destruidos en Caraballeda, en La Guaira, Venezuela, el 29 de junio de 2026, tras dos grandes terremotos. (Miguel Medina/pool photo vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Medina</media:credit></media:content></item><item><title><![CDATA[Eurovision, eh? Canada will compete at the glitzy song contest in 2027]]></title><link>https://www.local10.com/entertainment/2026/07/01/eurovision-eh-canada-will-compete-at-the-glitzy-song-contest-in-2027/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/01/eurovision-eh-canada-will-compete-at-the-glitzy-song-contest-in-2027/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — The Eurovision Song Contest is expanding across the Atlantic, with Canada set to compete at next year’s edition of the glitter-drenched pop music competition.]]></description><pubDate>Wed, 01 Jul 2026 13:45:58 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — The Eurovision Song Contest is expanding across the Atlantic, with Canada set to compete at next year’s edition of the glitter-drenched pop music competition.</p><p>Contest organizer the European Broadcasting Union and Canadian public broadcaster CBC announced that Canada will send an act to the 2027 contest in Bulgaria in May. Canada is the first new country to join Eurovision since Australia entered in 2015.</p><p>The announcement was made on the Canada Day national holiday. It comes shortly after Canada joined the EBU, an association of national public broadcasters that oversees Eurovision.</p><p>A campy, colorful contest that has been likened to the World Cup with songs instead of soccer, Eurovision has given the world the perfect pop of ABBA’s “Waterloo” – the winning song in 1974 – and a host of Euro-pop party anthems.</p><p>CBC President Marie-Philippe Bouchard said participation “will allow Canadian talent to be showcased on one of the most storied music stages in the world.”</p><p>Founded in 1956, Eurovision brings together musical acts from dozens of mostly European countries to compete for the votes of professional jurors and international viewers.</p><p>Eurovision Director Martin Green said Canada’s accession is “a further sign that, while born in Europe, the Contest continues to welcome the world.”</p><p>The CBC said it will announce details of how Canada’s entry will be selected later this year. Some Eurovision countries choose their competitors through televised national selections. In others, competitors are picked by the national broadcaster.</p><p>Canadians have entered Eurovision before under different flags — most famously Quebecoise chanteuse Celine Dion, who won the 1988 contest competing for Switzerland.</p><p>The 70th Eurovision contest in May featured 35 countries and was won by Bulgarian singer Dara, so next year’s competition will take place in the southeast European country.</p><p>Eurovision has been roiled in recent years by protests over the participation of Israel, a competitor since 1973.</p><p>Five longtime participants — Spain, the Netherlands, Ireland, Iceland and Slovenia — boycotted this year after organizers declined to kick Israel out over its conduct of the war against Hamas in Gaza and violence against Palestinians in the West Bank.</p><p>The 2026 Eurovision final was watched by 130 million viewers around the world, organizers say, down from 160 million in 2025.</p><p>Despite the blows to Eurovision’s finances and viewership from the boycott, the contest is eyeing expansion, with a spinoff Eurovision Song Contest Asia due to take place in Bangkok in November.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SWG5ABDTKEX6FIGX4SERZBENDU.jpg?auth=59f92bf249a5a9697930d2e73227363cfaac32b6c06acaac5670afa741016a0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - 3000 drones depicts the logo sign in preparation for the upcoming Eurovision Song Contest in front of castle Schonbrunn in Vienna, Austria, on April 27, 2026. (AP Photo/Matthias Schrader, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content></item><item><title><![CDATA[Nueva ley de Florida permite que voluntarios capacitados porten armas en lugares de culto  ]]></title><link>https://www.local10.com/espanol/2026/07/01/nueva-ley-de-florida-permite-que-voluntarios-capacitados-porten-armas-en-lugares-de-culto/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/nueva-ley-de-florida-permite-que-voluntarios-capacitados-porten-armas-en-lugares-de-culto/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[Una nueva ley de Florida que entra en vigor el miércoles otorga a iglesias, sinagogas y mezzquitas la opción de autorizar a voluntarios calificados para portar armas como parte de sus equipos de seguridad.  ]]></description><pubDate>Wed, 01 Jul 2026 13:29:10 +0000</pubDate><content:encoded><![CDATA[<p>Aquí tienes la traducción completa:</p><p>Una nueva ley de Florida que entra en vigor el miércoles otorga a iglesias, sinagogas y mezquitas la opción de autorizar a voluntarios calificados para portar armas como parte de sus equipos de seguridad.</p><p>Los partidarios afirman que la medida proporciona una capa adicional de protección para las congregaciones, especialmente para los lugares de culto más pequeños que no pueden costear seguridad profesional. Sin embargo, otros expresan preocupación por la introducción de más armas de fuego en lugares destinados a la oración y la paz.</p><p>El representante estatal Omar Blanco, republicano y coautor de la legislación, dijo que la ley permite que miembros de una congregación que ya están legalmente autorizados para portar un arma de fuego se ofrezcan como voluntarios para formar parte de un equipo de seguridad después de cumplir con los requisitos establecidos por la ley.</p><p>“Esta ley permite que haya seguridad armada voluntaria para proteger los lugares de culto”, dijo Blanco.</p><h3>La ley busca mejorar la seguridad</h3><p>Los legisladores dijeron que la legislación fue impulsada por una serie de ataques mortales en lugares de culto en todo Estados Unidos durante las últimas dos décadas.</p><p>Blanco dijo que hubo 379 incidentes violentos en lugares de culto en todo el país entre 2000 y 2024, que dejaron 487 personas muertas y cientos de personas heridas.</p><p>La ley tiene como objetivo complementar, no reemplazar, a las fuerzas del orden al proporcionar una respuesta inmediata si se desata un hecho violento antes de que lleguen los agentes.</p><p>“Especialmente para aquellas congregaciones más pequeñas que no cuentan con el presupuesto para tener seguridad armada”, dijo Blanco.</p><p>Para calificar, los voluntarios deben ser miembros de la congregación, estar legalmente autorizados para portar un arma de fuego conforme a la ley de Florida y completar el proceso de evaluación y capacitación requerido.</p><p>“Tienes que estar legalmente autorizado para portar un arma conforme al porte constitucional”, dijo Blanco.</p><p>El ex jefe de la Policía de Miami, Manny Morales, dijo que la capacitación y la coordinación con las fuerzas del orden locales serán fundamentales para cualquier congregación que decida participar.</p><p>“Alentaría a cualquier persona que esté pensando en tener voluntarios en su institución religiosa, o a cualquier individuo que vaya a formar parte de este nuevo proceso, a capacitarse de manera exhaustiva”, dijo Morales.</p><h3>Las reacciones varían entre los líderes religiosos del sur de Florida</h3><p>Los líderes religiosos de todo el sur de Florida están divididos sobre si planean participar.</p><p>En la Escuela Islámica de Miami, en Kendall, las medidas de seguridad ya incluyen portones de acceso controlado, cámaras de vigilancia y puntos de entrada monitoreados.</p><p>“Tenemos cámaras por todas partes, tenemos letreros por todas partes, tenemos monitores en vivo para poder ver quién entra desde el portón hasta aquí”, dijo Bilal Karakira, de la Escuela Islámica de Miami.</p><p>A pesar de esas precauciones, Karakira dijo que la mayoría de los miembros de la congregación se opone a permitir voluntarios armados.</p><p>“Según mi investigación entre los miembros de la congregación, hombres y mujeres, les digo que más del 90% dijo que no”, afirmó. “No quieren eso. No quieren armas en las instalaciones”.</p><p>En la Iglesia Bautista Misionera Antioch, en Miami Gardens, los fieles ya pasan por detectores de metales antes de ingresar a los servicios religiosos, mientras agentes de policía uniformados y encubiertos brindan seguridad dentro de la iglesia.</p><p>El pastor Arthur Jackson dijo que su iglesia cuenta con los recursos para mantener un plan integral de seguridad, pero cree que la ley podría beneficiar a las congregaciones más pequeñas.</p><p>“Permite que congregaciones más pequeñas y con menos recursos, que no pueden mantener un equipo de seguridad o un equipo de seguridad de tiempo completo, tengan feligreses y voluntarios que sirvan como su personal de seguridad”, dijo Jackson. “Y creo que es una buena idea”.</p><p>El rabino Mak Kushner también expresó su apoyo a la ley, enfatizando que cualquier voluntario debe ser seleccionado cuidadosamente.</p><p>“Alguien con buen juicio, alguien que obviamente tenga capacitación y alguien que sea capaz de hacer el trabajo”, dijo Kushner. “Y no dejarlo en manos de cualquiera”.</p><h3>La participación es opcional</h3><h3>Blanco dijo que la legislación busca, en última instancia, garantizar que los floridanos puedan practicar su fe sin miedo.</h3><p>“Creo que, al final del día, este proyecto de ley busca que cada floridano que quiera practicar su fe pueda sentirse seguro, protegido y libre de hacerlo”, dijo.</p><p>La ley no exige que los lugares de culto creen equipos de seguridad voluntarios. La decisión queda completamente en manos de cada congregación.</p><p>Algunas instituciones religiosas del sur de Florida dijeron que no tienen planes de participar, mientras que otras ya comenzaron a evaluar a posibles voluntarios. Independientemente de su enfoque, los líderes religiosos afirman que el objetivo compartido es mantener seguros a los fieles.</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[Estrella global Ariana Grande inicia su nueva gira en el sur de Florida ]]></title><link>https://www.local10.com/espanol/2026/06/30/inicia-la-estrella-global-ariana-grande-su-nueva-gira-en-el-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/inicia-la-estrella-global-ariana-grande-su-nueva-gira-en-el-sur-de-florida/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[la superestrella global del pop comenzará una nueva gira en su ciudad natal al sur de Florida.]]></description><pubDate>Tue, 30 Jun 2026 22:51:25 +0000</pubDate><content:encoded><![CDATA[<p>Ariana Grande está de regreso donde todo comenzó.</p><p>El martes, la superestrella global del pop comenzará una nueva gira aquí mismo en su ciudad natal, en el sur de Florida.</p><p>Grande inaugurará su Eternal Sunshine Tour, su primera gira en siete años, en el Amerant Bank Arena en Sunrise.</p><p>Los fanáticos llegaron temprano al arena este martes, emocionados por ver a la estrella de “Wicked” presentarse.</p><p>Jason Carter de Local 10 estuvo allí, y su reportaje completo puede verse en la parte superior de esta página.</p>]]></content:encoded></item><item><title><![CDATA[Habla testigo tras balacera en la que muere un hombre y participan agentes de la BSO y un policía de Plantation ]]></title><link>https://www.local10.com/espanol/2026/06/30/habla-testigo-tras-balacera-en-la-que-muere-un-hombre-y-participan-agentes-de-la-bso-y-un-policia-de-plantation/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/habla-testigo-tras-balacera-en-la-que-muere-un-hombre-y-participan-agentes-de-la-bso-y-un-policia-de-plantation/</guid><dc:creator><![CDATA[Linnie Supall, Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre murió el lunes tras un enfrentamiento con agentes de la BOS y agente de Plantation, testigos dicen haber escuchado una rápida ráfaga de disparos durante el enfrentamiento.]]></description><pubDate>Tue, 30 Jun 2026 17:46:19 +0000</pubDate><content:encoded><![CDATA[<p>Según investigadores, un <a href="https://www.local10.com/espanol/2026/06/30/bso-muere-sospechoso-tras-balacera-en-la-que-participaron-agentes-y-agente-de-plantation/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/bso-muere-sospechoso-tras-balacera-en-la-que-participaron-agentes-y-agente-de-plantation/">hombre murió el lunes tras un enfrentamiento</a> con agentes de la Oficina del Sheriff de Broward y un agente de policía de Plantation en Davie.</p><p>El tiroteo tuvo lugar cerca del McDonald’s situado en la esquina de Stirling Road y Davie Road Extension, después de que los agentes intentaran detener al sospechoso, quien, según las autoridades, iba armado y huyó de ellos.</p><p>Los testigos dicen haber escuchado una rápida ráfaga de disparos durante el enfrentamiento.</p><p>«No paraban de decirle que levantara las manos: “Déjame ver tus manos”», explicó el testigo Gregory Jackson. “Supongo que el tipo no respondió. Lo siguiente que recuerdo es que oí casi 30 disparos. Se me cayó el móvil y eché a correr”.</p><p>Jackson contó que corrió a ponerse a cubierto mientras se desarrollaba el tiroteo.</p><p>“En cuanto oí esos disparos, tío, me puse a cubierto”, dijo. “Fui a ponerme a cubierto debajo de mi coche y, al hacerlo, me hice unos rasguños”.</p><p>El martes, los investigadores regresaron al lugar de los hechos y centraron su atención en los arbustos y en el servicio de drive-thru del restaurante de comida rápida mientras buscaban pruebas adicionales.</p><p>“Fue una escena de locos, horrible, la que vi ayer#, dijo Jackson. ”Nunca había visto nada igual".</p><p>Según el sheriff de Broward, Gregory Tony, los agentes se encontraron inicialmente con el sospechoso en el aparcamiento de un Wawa al otro lado de la calle mientras intentaban ejecutar una orden de detención vigente. Explicó que el sospechoso huyó de los agentes mientras empuñaba un arma.</p><p>Los agentes persiguieron al hombre durante unos 100 pies antes de derribarlo en un intento por detenerlo, explicó Tony.</p><p>Según el sheriff, el sospechoso era buscado por huir para evadir a la policía y los detectives creían que evidencia de ADN podría vincularlo con otros delitos. No ofreció detalles sobre esas investigaciones.</p><p>El sheriff también dijo que los investigadores contaban con información de inteligencia que indicaba que el sospechoso había dicho anteriormente a otras personas que, si las autoridades intentaban arrestarlo, pretendía provocar una confrontación de “suicidio por policía”.</p><p>No está claro si el sospechoso disparó su propia arma durante el enfrentamiento.</p><p>El Departamento de Cumplimiento de la Ley de Florida (FDLE) investiga la balacera. Las autoridades aún no han revelado la identidad del sospechoso.</p>]]></content:encoded></item><item><title><![CDATA[Policía: Arrestan a sospechoso en relación con balacera que dejó dos personas muertas en Lauderhill ]]></title><link>https://www.local10.com/espanol/2026/06/30/deja-apunalamiento-en-lauderhill-un-hombre-muerto-y-otro-hospitalizado-dicen-servicios-de-emergencia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/deja-apunalamiento-en-lauderhill-un-hombre-muerto-y-otro-hospitalizado-dicen-servicios-de-emergencia/</guid><dc:creator><![CDATA[Ryan Mackey, Roy Ramos]]></dc:creator><description><![CDATA[Un hombre falleció y otro fue hospitalizado tras un apuñalamiento ocurrido en Lauderhill, según confirmaron servicios de emergencia a Local 10 News.]]></description><pubDate>Tue, 30 Jun 2026 17:33:38 +0000</pubDate><content:encoded><![CDATA[<p>Dos hombres murieron y un sospechoso fue arrestado tras un apuñalamiento que, según la policía, ocurrió la mañana del martes en Lauderhill.</p><p>La policía de Lauderhill informó que el incidente ocurrió alrededor de las 11:15 a.m. en la cuadra 5300 de Northwest 19th Street.</p><p>Según los investigadores, un agente fue alertado por una persona que dijo que un hombre intentó atacarlo armado con un cuchillo.</p><p>La policía dijo que los agentes localizaron rápidamente a una persona que coincidía con la descripción del sospechoso, pero este huyó a pie hacia un vecindario residencial cerca de la cuadra 1700 de Northwest 55th Avenue.</p><p>Los agentes informaron que establecieron rápidamente un perímetro y comenzaron a buscar en el área.</p><p>La policía dijo que posteriormente recibió una llamada al 911 de un transeúnte que reportó que un hombre estaba tendido en el suelo con aparentes heridas de arma blanca.</p><p>La policía indicó que, mientras recorrían el área, encontraron a un segundo hombre con aparentes heridas de arma blanca.</p><p>Informaron que una de las víctimas fue trasladada a un hospital local, donde posteriormente fue declarada muerta. La segunda víctima fue declarada muerta en el lugar.</p><p>Un hombre identificado como Nelson dijo a Roy Ramos, de Local 10, que una de las víctimas mortales era su vecino, quien utilizaba una silla de ruedas.</p><p>“Era un hombre muy, muy bueno”, dijo Nelson. “Este hombre era realmente una buena persona. No le hacía daño a nadie. Tenía una sola pierna y era una persona con discapacidad”.</p><p>Los investigadores dijeron que la búsqueda continuó con la ayuda de la Oficina del Sheriff de Broward y del Departamento de Policía de Sunrise. La policía de Lauderhill informó que unidades K-9 finalmente localizaron al sospechoso, quien fue puesto bajo custodia sin más incidentes.</p><p>La hermana de una de las víctimas dijo a Ramos que cree que su hermano no conocía a la persona que lo atacó.</p><p>Por el momento, las autoridades no han divulgado más detalles sobre las víctimas ni sobre el sospechoso.</p><p>Cualquier persona con información debe comunicarse con el Departamento de Policía de Lauderhill al 954-497-4700 o con Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[Florida’s Flower Force — inside the Flamingo Gardens Orchidteers ]]></title><link>https://www.local10.com/features/2026/07/01/floridas-flower-force-inside-the-flamingo-gardens-orchidteers/</link><guid isPermaLink="true">https://www.local10.com/features/2026/07/01/floridas-flower-force-inside-the-flamingo-gardens-orchidteers/</guid><dc:creator><![CDATA[Andrew Perez]]></dc:creator><description><![CDATA[South Florida has its own special forces. They’re organized, mission-driven and spread out across the front lines every week. Their assignment? Orchids.]]></description><pubDate>Wed, 01 Jul 2026 11:03:18 +0000</pubDate><content:encoded><![CDATA[<p>South Florida has its own special forces. They’re organized, mission-driven and spread out across the front lines every week. Their assignment? Orchids.</p><p>Meet the <a href="https://flamingogardens.org/clubs-classes/orchidteers-club/" target="_self" rel="" title="https://flamingogardens.org/clubs-classes/orchidteers-club/">Orchidteers.</a></p><p><a href="https://www.local10.com/espanol/2026/07/01/la-fuerza-floral-de-florida-dentro-de-los-orchidteers-de-flamingo-gardens/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/la-fuerza-floral-de-florida-dentro-de-los-orchidteers-de-flamingo-gardens/">Leer en español</a></p><p>At Flamingo Gardens in Davie, this volunteer force has transformed a single mounted orchid into a collection of thousands blooming across the 60-acre property.</p><p>“We have over 5,000 orchids mounted here and we started with 1 — and now we’re over 5,000,” said Lucy Matos Lodato, <a href="https://www.facebook.com/share/14rMR5amKac/?mibextid=wwXIfr" target="_self" rel="" title="https://www.facebook.com/share/14rMR5amKac/?mibextid=wwXIfr">Flamingo Gardens</a>’ Chief Orchidteer.</p><p>Their battlefield stretches from tree trunks to winding garden paths, where volunteers spend each week mounting, protecting and rehabilitating orchids throughout the grounds.</p><p>Before the work begins, <a href="https://flamingogardens.org/clubs/" target="_self" rel="" title="https://flamingogardens.org/clubs/">the group </a>gathers to talk strategy. Then they fan out across the gardens, each heading to a different section with a mission to tend the collection.</p><p>“We’re really a community of orchid lovers that come together for the purposes of making flamingo gardens an orchid destination. It’s conservation. Education. And community,” Lodato said.</p><p>Some volunteers head into the gardens. Others report to the facility where newly arrived or struggling orchids are cared for before returning to the landscape — part headquarters, part hospital for plants.</p><p>“I’ve been growing orchids for decades so it’s, like, fantastic to work on something special like that with other people that have that interest and learn more,” said Cindy Ransing, who joined the group in January.</p><p>Every Orchidteer has a different story about what first drew them to the flower. Some are lifelong growers. Others are beginners looking to learn. What connects them is a shared appreciation for the plant — and for the people who care for it alongside them.</p><p>“First of all, it’s beautiful. Breathtaking. It’s more like the orchid teaches you how to grow it. The orchid is in charge. You have to make it happy, what does it need?” Lodato said.</p><p><i>To submit an idea for What Connects Us, email </i><a href="mailto:whatconnectsus@wplg.com" rel=""><i>whatconnectsus@wplg.com</i></a><i>. </i></p>]]></content:encoded></item><item><title><![CDATA[La Fuerza Floral de Florida: dentro de los Orchidteers de Flamingo Gardens  ]]></title><link>https://www.local10.com/espanol/2026/07/01/la-fuerza-floral-de-florida-dentro-de-los-orchidteers-de-flamingo-gardens/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/la-fuerza-floral-de-florida-dentro-de-los-orchidteers-de-flamingo-gardens/</guid><dc:creator><![CDATA[Andrew Perez]]></dc:creator><description><![CDATA[El sur de Florida tiene sus propias fuerzas especiales. Están organizadas, tienen una misión clara y se despliegan en la primera línea cada semana. ¿Su misión? Las orquídeas.]]></description><pubDate>Wed, 01 Jul 2026 13:37:40 +0000</pubDate><content:encoded><![CDATA[<p>Aquí tienes la traducción completa:</p><p>El sur de Florida tiene sus propias fuerzas especiales. Están organizadas, tienen una misión clara y se despliegan en la primera línea cada semana. ¿Su misión? Las orquídeas.</p><p>Conozca a los <a href="https://flamingogardens.org/clubs-classes/orchidteers-club/" target="_blank" rel="noreferrer" title="https://flamingogardens.org/clubs-classes/orchidteers-club/">Orchidteers</a>.</p><p>En Flamingo Gardens, en Davie, este grupo de voluntarios ha transformado una sola orquídea montada en una colección de miles que florecen en toda la propiedad de 60 acres.</p><p>“Tenemos más de 5,000 orquídeas montadas aquí. Comenzamos con una y ahora tenemos más de 5,000”, dijo Lucy Matos Lodato, jefa de los Orchidteers de <a href="https://www.facebook.com/share/14rMR5amKac/?mibextid=wwXIfr" target="_blank" rel="noreferrer" title="https://www.facebook.com/share/14rMR5amKac/?mibextid=wwXIfr">Flamingo Gardens</a>.</p><p>Su campo de trabajo se extiende desde los troncos de los árboles hasta los senderos sinuosos del jardín, donde los voluntarios dedican cada semana a montar, proteger y rehabilitar orquídeas en todo el recinto.</p><p>Antes de comenzar el trabajo, <a href="https://flamingogardens.org/clubs/" target="_blank" rel="noreferrer" title="https://flamingogardens.org/clubs/">el grupo</a> se reúne para hablar de la estrategia. Luego se distribuyen por los jardines, cada uno dirigiéndose a una sección diferente con la misión de cuidar la colección.</p><p>“Realmente somos una comunidad de amantes de las orquídeas que se une con el propósito de convertir a Flamingo Gardens en un destino para las orquídeas. Se trata de conservación. Educación. Y comunidad”, dijo Lodato.</p><p>Algunos voluntarios se dirigen a los jardines. Otros trabajan en la instalación donde las orquídeas recién llegadas o que necesitan cuidados son atendidas antes de regresar al paisaje, un lugar que funciona en parte como sede y en parte como hospital para plantas.</p><p>“He cultivado orquídeas durante décadas, así que es fantástico trabajar en algo tan especial con otras personas que comparten ese interés y aprender más”, dijo Cindy Ransing, quien se unió al grupo en enero.</p><p>Cada Orchidteer tiene una historia diferente sobre lo que primero lo atrajo a esta flor. Algunos las han cultivado toda la vida. Otros son principiantes que buscan aprender. Lo que los une es la admiración compartida por la planta y por las personas que la cuidan junto a ellos.</p><p>“Antes que nada, es hermosa. Impresionante. Es como si la orquídea te enseñara cómo cultivarla. La orquídea es la que manda. Tienes que hacerla feliz. ¿Qué necesita?”, dijo Lodato.</p><p>Para enviar una idea para What Connects Us, envíe un correo electrónico a <a href="whatconnectsus@wplg.com" target="_blank" rel="noreferrer" title="whatconnectsus@wplg.com">whatconnectsus@wplg.com</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[July 1: A pattern change brings strong thunderstorms back to the forecast starting today]]></title><link>https://www.local10.com/weather/2026/07/01/july-1-a-pattern-change-brings-strong-thunderstorms-back-to-the-forecast-starting-today/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/01/july-1-a-pattern-change-brings-strong-thunderstorms-back-to-the-forecast-starting-today/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[After the 3rd driest June on record in parts of South Florida, we are starting July with a return to our more typical rainy season pattern.]]></description><pubDate>Wed, 01 Jul 2026 13:36:11 +0000</pubDate><content:encoded><![CDATA[<p>After the 3<sup>rd</sup> driest June on record in parts of South Florida, we are starting July with a return to our more typical rainy season pattern. Showers and thunderstorms will start developing between noon-2 p.m. The highest chance of thunderstorms will be 2 p.m-7 p.m. Some storms could be strong or severe with frequent lightning, strong wind gusts, small hail, and heavy rain that leads to pockets of flooding. Temperatures will be warmer than average in the low 90s with a triple digit heat index, but storms will quickly bring some heat relief this afternoon.</p><p>Each day this week into the holiday weekend will have the potential for scattered afternoon storms. Everyone will not get the rain every day since they will be hit or miss, but expect some decent downpours at times.</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[New Florida law allows trained volunteers to carry guns at houses of worship]]></title><link>https://www.local10.com/news/local/2026/07/01/new-florida-law-allows-trained-volunteers-to-carry-guns-at-houses-of-worship/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/new-florida-law-allows-trained-volunteers-to-carry-guns-at-houses-of-worship/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[A new Florida law taking effect Wednesday gives churches, synagogues and mosques the option to authorize qualified volunteers to carry guns as part of their security teams.]]></description><pubDate>Wed, 01 Jul 2026 12:57:46 +0000</pubDate><content:encoded><![CDATA[<p>A new Florida law taking effect Wednesday gives churches, synagogues and mosques the option to authorize qualified volunteers to carry guns as part of their security teams.</p><p><a href="https://www.local10.com/espanol/2026/07/01/nueva-ley-de-florida-permite-que-voluntarios-capacitados-porten-armas-en-lugares-de-culto/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/nueva-ley-de-florida-permite-que-voluntarios-capacitados-porten-armas-en-lugares-de-culto/">Leer en español</a></p><p>Supporters say the measure provides an added layer of protection for congregations, particularly smaller houses of worship that cannot afford professional security. Others, however, worry about introducing more firearms into places meant for prayer and peace.</p><p>State Rep. Omar Blanco, a Republican who co-sponsored the legislation, said the law allows members of a congregation who are already legally permitted to carry a firearm to volunteer as part of a security team after meeting the law’s requirements.</p><p>“This law allows there to be volunteer armed security to protect the places of worship,” Blanco said.</p><h3><b>Law aims to improve security</b></h3><p>Lawmakers said the legislation was prompted by a series of deadly attacks at houses of worship across the United States over the past two decades.</p><p>Blanco said there were 379 violent incidents at houses of worship nationwide between 2000 and 2024, resulting in 487 deaths and hundreds of injuries.</p><p>The law is intended to supplement—not replace—law enforcement by providing an immediate response if violence breaks out before officers arrive.</p><p>“Especially for those of smaller congregations that don’t have the budgets to allow for armed security,” Blanco said.</p><p>To qualify, volunteers must be members of the congregation, be legally allowed to carry a firearm under Florida law and complete the required screening and training.</p><p>“You have to be legally able to constitutionally carry a weapon,” Blanco said.</p><p>Former Miami Police Chief Manny Morales said training and coordination with local law enforcement will be critical for any congregation choosing to participate.</p><p>“I would encourage anyone who is thinking about having volunteers at their religious institution, or any individual themselves that are going to be taking part of this new process, to train themselves thoroughly,” Morales said.</p><h3><b>Reactions vary among South Florida faith leaders</b></h3><p>Religious leaders across South Florida are divided on whether they plan to participate.</p><p>At the Islamic School of Miami in Kendall, security measures already include controlled-access gates, surveillance cameras and monitored entry points.</p><p>“We have cameras everywhere, we have signs everywhere, we have live TVs so we can see who came in from the gate up to here,” said Bilal Karakira, of the Islamic School of Miami.</p><p>Despite those precautions, Karakira said most members of the congregation oppose allowing armed volunteers.</p><p>“With my research with the congregants, male and female, I’m telling you, more than 90% said no,” he said. “They don’t want that. They don’t want guns on the premises.”</p><p>At Antioch Missionary Baptist Church in Miami Gardens, worshippers already pass through metal detectors before entering services, while uniformed and undercover police officers provide security inside the church.</p><p>Pastor Arthur Jackson said his church has the resources to maintain a comprehensive security plan but believes the law could benefit smaller congregations.</p><p>“It allows smaller congregations and less affluent congregations that can’t staff a security team or have a full-time security team to have parishioners and volunteers to serve as their quasi-security staff,” Jackson said. “And I think it’s a good idea.”</p><p>Rabbi Mak Kushner also expressed support for the law, emphasizing that any volunteers should be carefully selected.</p><p>“Someone that’s level-headed, someone that obviously has training, and someone that is capable of doing the job,” Kushner said. “And not just leaving it up to anybody.”</p><h3><b>Participation is optional</b></h3><p>Blanco said the legislation is ultimately about ensuring Floridians can worship without fear.</p><p>“I think at the end of the day, this bill is so that every Floridian who wants to practice their faith can feel safe, protected and free to do so,” he said.</p><p>The law does not require houses of worship to create volunteer security teams. The decision is left entirely to each congregation.</p><p>Some South Florida religious institutions said they have no plans to participate, while others have already begun evaluating potential volunteers. Regardless of their approach, faith leaders say the shared goal is keeping worshippers safe.</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[Retrofitted Qatari jet takes flight as Air Force One for Trump's trip to North Dakota]]></title><link>https://www.local10.com/business/2026/07/01/retrofitted-qatari-jet-takes-flight-as-air-force-one-for-trumps-trip-to-north-dakota/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/retrofitted-qatari-jet-takes-flight-as-air-force-one-for-trumps-trip-to-north-dakota/</guid><dc:creator><![CDATA[By JULIA DEMAREE NIKHINSON and JOSH BOAK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump on Wednesday is taking his maiden voyage on a new Air Force One — a retrofitted Boeing 747 worth $400 million gifted by Qatar that embeds his personality more deeply into the institution of the American presidency.]]></description><pubDate>Wed, 01 Jul 2026 14:43:11 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump on Wednesday is taking his maiden voyage on a new Air Force One — a retrofitted Boeing 747 worth $400 million gifted by Qatar that embeds his personality more deeply into the institution of the American presidency.</p><p>Gone is the trademark light blue hull that helped Air Force One blend into the sky. The refurbished jet is painted to Trump’s preferred color scheme of a navy belly and red and gold stripes. It has the luxury features that the president believes a commander-in-chief’s entourage should have — plush carpets, lie-flat seats, wood paneling and a presidential seal on the seat belts, according to reported tours of the plane.</p><p>Trump told reporters that he was proud of the luxurious plane. “You can do two things: You can low-key it, or you can show it,” he said.</p><p>The jet is carrying Trump to North Dakota to see the Theodore Roosevelt Presidential Library, its first official visitor ahead of its opening on the nation’s 250th anniversary.</p><p>The gift from the Middle Eastern power raised ethical concerns, but Trump saw the plane as a necessary replacement to the 35-year-old planes that had previously ferried him as president.</p><p>“This is a gift from a country that has treated us very well,” Trump said.</p><p>The new jet will only temporarily be in the nation’s service, as Boeing is expected to deliver in 2028 long-delayed planes that will permanently serve as Air Force One. Trump, a Republican, has said in the past that the Qatar plane would end up in a presidential library.</p><p>The Air Force has said that it did little to change the cabin layout of the plane and that it spent less than $400 million on security upgrades.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LV46XGVVI7PRTPZVYW72ITVHSI.jpg?auth=0e615c11f0660bb03347df75f08f5f9b96bb6ed7982a4f027aae1f3e2c6f34f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks to reporters before boarding Air Force One, Wednesday, July 1, 2026, at Joint Base Andrews, Md. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PSQ3L4CPVO7Q5HGYTKW2XIG5AI.jpg?auth=efbb0f63ffd347019e27f36ec6a5cb968c2a8b26c7f8df0b7499e938536fbf53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The newly designated Air Force One is ready as President Donald Trump arrives to board, Wednesday, July 1, 2026, at Joint Base Andrews, Md. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3BJKCBYT24YBT4JTPYZ3VKWWGA.jpg?auth=3f3f062b77ee7253bf80f766b355a215ec3a9f67749b35205b3d53e9969ec350&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks to reporters before boarding Air Force One, Wednesday, July 1, 2026, at Joint Base Andrews, Md. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RD4X753KF4HDAETUWPQ7PPJL5Y.jpg?auth=bded62b9a3d74bf0555c39246b21c6f0818a5fd0638ca22f95571cfae5381846&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump boards Air Force One, Wednesday, July 1, 2026, at Joint Base Andrews, Md. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5JX3X32WP62XCDL64RKDQDUS6U.jpg?auth=e865d201e2935fb890616dda074995e05a394671a7b225a745c9b6cba56f2ae5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The newly designated Air Force One, left, with president Donald Trump on board, takes off on the runway as the old version of the plane is in the foreground, at Joint Base Andrews, Md., Wednesday, July 1, 2026 (AP Photo/Luis M. Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis M. Alvarez</media:credit></media:content></item><item><title><![CDATA[Judge orders Pentagon to lift policy that journalists be accompanied by an escort]]></title><link>https://www.local10.com/news/politics/2026/07/01/judge-orders-pentagon-to-lift-policy-that-new-york-times-journalists-be-accompanied-by-an-escort/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/01/judge-orders-pentagon-to-lift-policy-that-new-york-times-journalists-be-accompanied-by-an-escort/</guid><dc:creator><![CDATA[By JOCELYN NOVECK, Associated Press]]></dc:creator><description><![CDATA[A federal judge has ordered the Defense Department to temporarily halt a requirement that journalists be accompanied by an official escort, another legal setback for the Trump administration’s efforts to restrict media access at the Pentagon. It was not immediately clear whether the order applied only to reporters from The New York Times, which filed the lawsuit, or to the entire press corps.]]></description><pubDate>Wed, 01 Jul 2026 15:19:16 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge has ordered the Defense Department to temporarily halt a requirement that journalists be accompanied by an official escort, another legal setback for the Trump administration’s efforts to restrict media access at the Pentagon. It was not immediately clear whether the order applied only to reporters from The New York Times, which filed the lawsuit, or to the entire press corps.</p><p>U.S. District Judge Paul L. Friedman in Washington said that policy violated the First Amendment. He issued a preliminary ruling Tuesday barring the requirement while the Times continues its protracted legal battle against the department's restrictions.</p><p>While the order's language suggested the judge's decision was directed only at the Times, the escort policy itself applies to all journalists.</p><p>The newspaper in May sued the Defense Department for the second time in five months. The lawsuits have played into an escalating tension between the U.S. media and the Republican administration, both in the public arena and the courts.</p><p>The Times hailed Friedman’s ruling.</p><p>“Today’s well-reasoned decision reaffirms the First Amendment rights of the press to cover the Pentagon without restrictions designed to prevent the public from knowing what the military is doing,” said Charlie Stadtlander, a spokesperson. “The court recognized that the Pentagon’s hastily implemented new policy was a clear violation of the Constitution.”</p><p>Pentagon spokesman Sean Parnell posted on X late Tuesday that the department “strongly disagrees” with Friedman's decision. "This ruling strips away reasonable security measures and will make it easier for sensitive and classified information to reach our adversaries.”</p><p>Parnell argued further that “unescorted access to the Pentagon allowed journalists to observe activity patterns and develop relationships that contributed to repeated unauthorized disclosures of operational plans and intelligence. The court’s order effectively restores that risky environment at a time when protecting our military’s secrets is more critical than ever.”</p><p>The Times first sued in December over rules imposed by Defense Secretary Pete Hegseth seeking to limit media access.</p><p>The escort policy was implemented in March after a ruling by Friedman that had struck down earlier restrictions. He said they violated the rights of Times reporter Julian E. Barnes and the paper.</p><p>The following month, the judge ruled that the interim policy violated his March order. But the escort policy remained in place when an appeals court stayed part of Friedman’s ruling while the government appealed. The appeals process is ongoing.</p><p>The Times and other outlets walked out of the Pentagon in October rather than agree to Hegseth's restrictions. They continue to cover the U.S. military from outside the building. A new press corps approved by the department currently occupies the Pentagon space.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PSTWUGCJY5EBUJTIHKJLP5MJ4Y.jpg?auth=72c0a75d2e94510fa9967864bd1acdc3ba21de3f8bdf7f85dc88cd289fd14151&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Pentagon is viewed from the window of an airplane Aug. 27, 2023, in Washington. (AP Photo/Carolyn Kaster, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QD2R3U2NS2OLBNAEJ4WWT4XMDA.jpg?auth=785a4b37eb69420d629017f52885a4cfd9d57f961da4d2041ea1f9d4316fc1d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense Secretary Pete Hegseth listens as President Donald Trump speaks in the Oval Office of the White House during an executive order signing about quantum computing, Monday, June 22, 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[A marine heat wave caused seabird deaths off California. El Nino could worsen the die-off]]></title><link>https://www.local10.com/news/national/2026/07/01/a-marine-heat-wave-caused-seabird-deaths-off-california-el-nino-could-worsen-the-die-off/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/01/a-marine-heat-wave-caused-seabird-deaths-off-california-el-nino-could-worsen-the-die-off/</guid><dc:creator><![CDATA[By JULIE WATSON, Associated Press]]></dc:creator><description><![CDATA[SAN DIEGO (AP) — Within minutes of walking on a San Diego beach, marine ornithologist Tammy Russell found the feathered carcasses — one after another.]]></description><pubDate>Wed, 01 Jul 2026 13:01:29 +0000</pubDate><content:encoded><![CDATA[<p>SAN DIEGO (AP) — Within minutes of walking on a San Diego beach, marine ornithologist Tammy Russell found the feathered carcasses — one after another.</p><p>Some were mixed in with washed up kelp. Others were under rocks.</p><p>Each month, scientists and volunteers conduct surveys of dead seabirds and find what Russell describes as a grim assessment of the impact of a massive marine heat wave that has lingered for months off parts of the California coast.</p><p>The surveys that have been carried out by various organizations for decades help build a baseline of information on beached sea life to detect threats and their impact.</p><p>Many seabirds, including California brown pelicans, loons and grebes, starved to death in recent months as record-setting ocean temperatures decreased the band of cold, nutrient-rich surface water where krill, anchovies and sardines thrive near the shore, said Russell, a postdoctoral scholar at the University of California, San Diego, Scripps Institution of Oceanography.</p><p>“We’ve been seeing cormorants walk to shore and then just die within the hour. I mean one time it happened within 15 minutes, and I’ve never seen that before,” Russell said. “That has been heartbreaking for me and we’re seeing this happening across the whole coast.”</p><p>Scientists fear the die-off could worsen with the recently formed El Nino, the natural warming of parts of the central Pacific that alters weather worldwide and spikes global temperatures.</p><p>Die-offs of seabirds is happening more with warming oceans</p><p>The U.S. National Oceanic and Atmospheric Administration in June confirmed an El Nino formed and it is expected to grow to historic strength.</p><p>Die-offs of seabirds occur periodically, and not all the seabird deaths off California this year are tied to the marine heat wave, scientists and wildlife officials say.</p><p>But such die-offs are becoming more frequent as the planet warms and oceans heat up.</p><p>‘We don't know how bad this is going to get'</p><p>Already a marine heat wave has persisted off parts of the West Coast for the past year, marking only the third time on record that such a large section of coastal waters stayed warm for so long, according to NOAA.</p><p>Scripps measures daily ocean temperatures at 10 coastal stations along the California coast, where their records stretch back over a century. This year, saw three stations break records for 40 days or more, said the director Melissa Carter, who runs the program. The samples are taken in a variety of ways, including off piers by dropping an insulated bucket, or by lifeguards in the early morning surf or researchers off rocky shorelines.</p><p>Robotic underwater gliders with sensors operating out at sea also recorded high temperatures offshore and at depth during the spring. Dan Rudnick, who runs the Scripps glider program, said the warm temperature anomaly off Southern California this spring was comparable to that during the last El Nino in 2023.</p><p>And that was before the formation of this year's El Nino, which could stretch into 2027.</p><p>As cold-water species move deeper and farther north, the marine heat wave coupled with El Nino could further disrupt food webs for sea life from gray whales to seabirds. A similar pattern happened a decade ago.</p><p>“We don’t know how bad this is going to get,” said Russell, who has written about five species of Booby that are now common off California because of warming ocean temperatures.</p><p>Seabirds are seeking food in unusual places</p><p>Wildlife rehabilitation facilities treated hundreds of emaciated birds this spring when the marine heat wave intensified.</p><p>“It’s not abnormal to see dead birds on the beach, but the quantity of dead birds is unusual,” J.D. Bergeron, the CEO of ⁠International Bird Rescue, a global wildlife conservation organization that runs two aquatic bird rehabilitation centers in California, said in an interview in May.</p><p>Brown pelicans are turning up in inland lakes, Bergeron said.</p><p>“When birds starve, especially the pelicans, they start to look in unusual places for food,” he said. “They will chase fishing boats, they will go to piers and you end up with birds with fishing line and fish hook injuries.”</p><p>Many dead or debilitated seabirds examined this year have been young and emaciated, and most have tested negative for avian flu, according to the California Department of Fish and Wildlife. Some had opportunistic infections linked to malnourishment.</p><p>Krysta Rogers, a senior state environmental scientist, said there may be factors besides warm ocean temperatures. High mortality rates among young Brandt’s cormorants and common murres began after a robust 2025 breeding season, peaking post-winter, and appeared to coincide with the marine heat wave. Those deaths may be mostly due to chicks simply not surviving on their own, she said.</p><p>But she does not discount the marine heat wave affecting some seabirds, considering an increase this spring in reported deaths from other species and not just young ones.</p><p>The U.S. Fish and Wildlife Service, which collects data from the dead seabird surveys and others, said they do not have a comprehensive report ready yet.</p><p>Only a fraction of birds that die at sea wash ashore</p><p>In 2013, a warm water mass nicknamed “the blob” developed off Alaska and stretched south, lingering for years as it wreaked havoc on marine ecosystems all the way to Mexico’s Baja California peninsula. One of the strongest El Ninos on record overlapped with it in 2015.</p><p>Carcasses of emaciated common murres showed up on beaches in what biologists say was the largest seabird die-off recorded in the world’s oceans.</p><p>Common murres look like thin penguins. They can fly miles in search of schools of finger-length fish and can dive and swim nearly 600 feet (183 meters) deep to capture them. However, the birds’ high metabolism means they have to eat a lot. If they don’t eat prey matching 10% to 30% of their body mass daily, they can use up fat reserves and drop to a critical threshold for starvation within three days.</p><p>Studies show that only a fraction of birds that die at sea wash ashore. It took years for scientists to confirm that more than half of Alaska’s population of common murres, an estimated 4 million birds, died during “the blob,” according to a 2024 study in the journal Science.</p><p>The species is still struggling to recover.</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/T3GPOH226RG7VQIXRVJUQYXZDE.jpg?auth=90ced00d165c1b748c9a08bb381cb4cafd661ff8b510530c6acc37d70a7a0e10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Beachgoers pass a dead common murre on a beach near Scripps Pier during a survey for dying seabirds Wednesday, May 6, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TSCTWKA5QRVD7NUWMQJBAMLBOA.jpg?auth=545117286b1a005edb415241738d131dd4eb055caf4d2ff70b417536a114581e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A common murre lies on a beach near Scripps Pier during a survey for dying seabirds Wednesday, May 6, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RSUV54EJ6PLZBWJG7PSKBMDYEQ.jpg?auth=090457e10813738840f3f1f07a52af5dad248cc0399faa5b64991d24559177d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marine ornithologist Tammy Russell, left, looks at a dead seabird near a beach goer during a survey along Blacks Beach on Wednesday, May 6, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5YNFG2Y3TVW3UNQRH355BT5LYQ.jpg?auth=f12018d43b20d027c328d61cfd2743a872bf0e74c1c43d15824a985636753bd0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brooke Lafrenz takes a drink of water as she shares a rock with a seabird along Blacks Beach on Wednesday, May 6, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OS2AFGGXJCEYR6W4WEIY4HZNXM.jpg?auth=28ccb519269ef9b3c396cace075030aa01574e32b4fb1198b63f9567d6500272&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jeni Smith, Rescue Supervisor at SeaWorld, passes an enclosure for rehabilitating seabirds at the SeaWorld Animal Rescue Center on Thursday, May 14, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4QGPDQOWIPCQ5ECLKMNTQBN4MU.jpg?auth=e1277e2370b78d4539dda08468ca8c1388460072fdf37ad1c4f1e6f7324d274f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jeni Smith, Rescue Supervisor at SeaWorld, passes an enclosure for rehabilitating seabirds at the SeaWorld Animal Rescue Center on Thursday, May 14, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J7WPR4VWDSBCEQJIOVQOKMMRWU.jpg?auth=d3160438ba720ebd877a57243bcc4270466b84429f7700861e33e67f6a0f4063&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A veterinarian holds an ailing pelican before surgery at SeaWorld on Thursday, May 14, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6LYBKX6PAPFBEXACIJH7GM3JLQ.jpg?auth=a83abe1fe974a11fbf8ce25ee50fc35947e333b5ab126b5d4f512fa1598028b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A common murre spreads its wings in a rehabilitation tank at the SeaWorld Animal Rescue Center on Thursday, May 14, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3WKLJVSZHU3HIIYCG2VRMXP2RM.jpg?auth=f58acda5320e152c5e084ca02ec570b171b23022d4b3ae87e981249b80c0e782&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Veterinarian Dr. Jennifer Russell holds the wing of a pelican during surgery at SeaWorld on Thursday, May 14, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BC7SOGK6D75SSEEFE5LE2OSFZA.jpg?auth=667d03d2a4f88a317c7eb7b5763ba06a0faa7171e3da68417655db8220f76fe6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marine ornithologist Tammy Russell, right, and Alex Rubenstein search for dead seabirds under Scripps Pier during a survey Wednesday, May 6, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content></item><item><title><![CDATA[Kroger buying regional grocer and pharmacy retailer Giant Eagle in deal valued at $1.65 billion]]></title><link>https://www.local10.com/business/2026/07/01/kroger-buying-regional-grocer-and-pharmacy-retailer-giant-eagle-in-deal-valued-at-165-billion/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/kroger-buying-regional-grocer-and-pharmacy-retailer-giant-eagle-in-deal-valued-at-165-billion/</guid><dc:creator><![CDATA[By MICHELLE CHAPMAN, Associated Press]]></dc:creator><description><![CDATA[Kroger is buying regional grocer and pharmacy retailer Giant Eagle in a deal valued at $1.65 billion.]]></description><pubDate>Wed, 01 Jul 2026 12:31:01 +0000</pubDate><content:encoded><![CDATA[<p>Kroger is buying regional grocer and pharmacy retailer Giant Eagle in a deal valued at $1.65 billion.</p><p>Giant Eagle, which is privately held, has 197 supermarkets and 11 standalone pharmacies across northern Ohio, western Pennsylvania, West Virginia, Maryland and Indiana. Kroger has thousands of stores operating under various brands, including Ralphs, King Soopers, Smith’s and Fred Meyer.</p><p>The transaction includes $1.25 billion in cash and the assumption of approximately $400 million in outstanding liabilities, the companies said Wednesday.</p><p>“Giant Eagle is a well-run, high-quality regional grocer with a strong reputation for fresh products, pharmacy, private label and customer loyalty,” Kroger CEO Greg Foran said in a statement. “We evaluated the opportunity carefully, and the strategic fit is clear."</p><p>Foran, a former Walmart executive, was named Kroger's CEO in February. He has a reputation as a tech-savvy and detail-oriented leader.</p><p>Kroger and Giant Eagle said that they anticipate having to divest a limited number of Giant Eagle stores in order to receive the necessary regulatory clearance for the transaction.</p><p>The deal is expected to close next year.</p><p>Kroger's stock fell nearly 3% before the market open.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NBNOXM2TWEFD6EQISZ6WCO2RYI.jpg?auth=740bb079a79961e3460e64755b73a5cab1aab942b750be631d69d5e15001bf57&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 out of the Giant Eagle grocery store Thursday, Nov. 17, 2011, in Mayfield Heights, Ohio. (AP Photo/Tony Dejak, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Dejak</media:credit></media:content></item><item><title><![CDATA[Award-winning Miami chef expands culinary vision with gourmet baguette delivery service]]></title><link>https://www.local10.com/food/2026/06/29/award-winning-miami-chef-expands-culinary-vision-with-gourmet-baguette-delivery-service/</link><guid isPermaLink="true">https://www.local10.com/food/2026/06/29/award-winning-miami-chef-expands-culinary-vision-with-gourmet-baguette-delivery-service/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Chef Olivia Ostrow has already earned a reputation for elevating kosher fine dining in South Florida. Now, the award-winning restaurateur is taking her signature flavors beyond the dining room and directly to customers’ doors.]]></description><pubDate>Mon, 29 Jun 2026 11:04:00 +0000</pubDate><content:encoded><![CDATA[<p>Chef Olivia Ostrow has already earned a reputation for elevating kosher fine dining in South Florida. Now, the award-winning restaurateur is taking her signature flavors beyond the dining room and directly to customers’ doors.</p><p>Recently named “Best Chef in Miami” by <i>Aventura Magazine</i>, Ostrow is the founder and executive chef of <a href="https://maisonostrow.com/" target="_self" rel="" title="https://maisonostrow.com/">Maison Ostrow</a>, a French kosher restaurant in North Bay Village. Her newest venture, <a href="https://www.maisonbaguette.com/" target="_self" rel="" title="https://www.maisonbaguette.com/">Maison Baguette</a>, delivers handcrafted gourmet sandwiches inspired by cuisines from around the world.</p><p>For Ostrow, the journey began long before she opened her Miami restaurant.</p><p>“I’m the happiest when I’m around food,” she said.</p><p>Growing up in France, she developed her love of cooking at her grandparents’ country home, where large family gatherings revolved around the kitchen table.</p><p>“My grandparents had a country house where everybody would meet on the weekend — all the cousins, the uncles and everyone,” Ostrow recalled. “It was like a constant revolving door of food.”</p><p>Inspired by those family meals, Ostrow trained under some of France’s most accomplished chefs before eventually relocating to South Florida.</p><p>Determined to bring authentic French cuisine to Miami’s kosher dining scene, she opened Maison Ostrow, assembling a kitchen staff trained in France under Michelin-starred chefs.</p><p>“For me to open a restaurant that was kosher and French, I needed to have a real kitchen,” Ostrow said. “The guys with me in my kitchen were trained in France under Michelin-star chefs. They know their stuff.”</p><p>The restaurant’s menu features dishes including smoked salmon crêpes, caramelized miso black cod, homemade pastas, risottos, veal, lamb and duck.</p><p>But despite her extensive fine-dining menu, Ostrow admits one food has always been her favorite.</p><p>“I’m obsessed with a sandwich,” she said. “I can eat sandwiches every day. If you want to invite me over for dinner, just tell me you’re making a sandwich. I’m coming.”</p><p>That passion inspired Maison Baguette, a delivery-only concept centered around freshly baked French bread filled with globally inspired recipes.</p><p>Rather than creating traditional deli sandwiches, Ostrow designed a menu featuring about 25 different combinations inspired by favorite dishes from around the world.</p><p>“We picked dishes, not sandwiches, from all over the world that we love,” she said. “It can be sweet-and-sour sesame chicken representing Asia, a Greek salad with chicken, or steak frites with peppercorn sauce.”</p><p>Each sandwich is served on homemade baguettes developed specifically for delivery.</p><p>Perfecting the bread took months of testing.</p><p>“The work was literally five full months to perfect that baguette,” Ostrow said. “We imported flour from all over the globe, and we made it happen. Now we’re open, we’re thriving, and I couldn’t be prouder of my little baguette.”</p><p>Customers can also order VIP meal boxes that include fries, a dessert and a drink.</p><p>With Maison Ostrow continuing to serve diners in North Bay Village and Maison Baguette expanding her reach across South Florida, Ostrow hopes to continue sharing the French culinary traditions that first inspired her around her grandparents’ kitchen table.</p><p>Maison Baguette sandwiches can be ordered online through the company’s <a href="https://www.maisonbaguette.com/" target="_self" rel="" title="https://www.maisonbaguette.com/">website</a> or mobile app.</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[Serena Williams tweaked her knee during Wimbledon return at age 44 but still aims to play doubles]]></title><link>https://www.local10.com/sports/2026/07/01/serena-williams-tweaked-her-knee-during-wimbledon-return-at-age-44-agent-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/serena-williams-tweaked-her-knee-during-wimbledon-return-at-age-44-agent-says/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Serena Williams tweaked her right knee at Wimbledon during her first singles match in nearly four years but still hopes to play doubles with sister Venus, her agent said Wednesday.]]></description><pubDate>Wed, 01 Jul 2026 14:34:31 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Serena Williams tweaked her right knee at Wimbledon during her first singles match in nearly four years but still hopes to play doubles with sister Venus, her agent said Wednesday.</p><p>The 44-year-old Williams did not ask for medical treatment during a 6-3, 6-7 (6), 6-3 loss to 20-year-old Maya Joint of Australia in the first round on Tuesday.</p><p>Williams, a 23-time Grand Slam singles champion who won seven of her titles at Wimbledon, did not meet with media after the match.</p><p>“Serena tweaked her right knee at the end of the first set and was therefore excused from her media obligations by the Wimbledon and WTA medical teams,” said Jill Smoller, Williams’ agent. “She left site that night unaided and is doing everything she can to be ready for her doubles match later this week.”</p><p>Williams confirmed the injury on Instagram and added, “It felt so good to be back on the grass (at) Wimbledon. I’m incredibly thankful for the wild card — and even more grateful my daughters got to see that it’s never too late to chase something you love.</p><p>“Congratulations to Maya Joint on a great match, and thank you to everyone who showed up and showed me so much love. That feeling will never get old,” Williams added.</p><p>Serena received wild card invitations from Wimbledon organizers to play both singles and doubles with Venus.</p><p>Serena has said that having her two daughters off from school inspired her comeback and it marked the first time that her youngest daughter, Adira, who is almost three, saw her play singles. Adira sat next to her 8-year-old sister, Olympia in the front row of Serena’s players’ box.</p><p>Alexis Ohanian, Williams' husband, wrote on social media: “Our little family is so proud of you @serenawilliams — even though it wasn’t the outcome you wanted, you’re an inspiration. We love you” He added that the kids “are also happy they got to stay up a bit past their bedtime.”</p><p>Four-time Grand Slam champion Naomi Osaka also paid tribute to Serena and her sister on social media: “I really wonder if Serena and Venus know how much they mean to us,” Osaka posted.</p><p>Then after winning her second-round match Wednesday, Osaka discussed watching Serena play.</p><p>“The montages that they had before the match started made me really emotional because I feel like I’ve watched her growing up,” Osaka said. “Now I feel like I’m grown up and I get the privilege of watching her again. So it was really cool.”</p><p>Fellow American Tommy Paul watched, too.</p><p>“It’s pretty impressive at her age,” Paul said. “She was striking the ball pretty well, returning pretty well. I thought she was going to go after it a little bit more. ... I think it would have helped her a lot to have maybe a match of singles before coming out to Wimbledon. But she’s Serena. She can do whatever she wants.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P4E2TUQNPHGPE5VPNZVEHZUNX4.jpg?auth=d9cc86acee785211780229819847b1ca6f38a8cd41a1ca2001b0520af0be4ba1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States sits during a changeover in her first round women's singles match against Maya Joint of Australia, at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I7WZ3NPXD2K53GMUZTZ54SOGNM.jpg?auth=ba82ea602ef651bf05cde430695c2f21e2178bb94748217ac7d6b0c26f29281f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States reacts after a point against Maya Joint of Australia in their first round women's singles match at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T7JDGGW6POEC2QYYGCIS5XO4UA.jpg?auth=93c021725a527a2da9d9a3b0d537543941492fc2f761d27737b6530b99280028&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States holds a ball as she prepares to serve against Maya Joint of Australia in their first round women's singles match at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z44YASXOLMZ4Y76KMUVB3KSHBE.jpg?auth=972289822f4d857777260013f05acc9303bb4843e28e3e997d2981a616e05170&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States celebrates winning a point against Maya Joint of Australia in their first round women's singles match at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3G4TP4DRQ4TLC4URWAVCYVWQDI.jpg?auth=fabdace9fa2f992ebf8f4f873c11cadfbdee42b6c43fee99eb92363f67d101cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States plays a forehand against Maya Joint of Australia in their first round women's singles match at the Wimbledon Tennis Championships in London, Tuesday, June 30, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content></item><item><title><![CDATA[Un muerto en Rumania por una fuerte tormenta durante una intensa ola de calor]]></title><link>https://www.local10.com/espanol/2026/07/01/un-muerto-en-rumania-por-una-fuerte-tormenta-durante-una-intensa-ola-de-calor/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/un-muerto-en-rumania-por-una-fuerte-tormenta-durante-una-intensa-ola-de-calor/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[BUCAREST, Rumanía (AP) — Una fuerte tormenta que azotó la capital de Rumania durante la noche del martes al miércoles tras una intensa ola de calor causó la muerte de una persona y provocó inundaciones en 20 condados.]]></description><pubDate>Wed, 01 Jul 2026 12:17:55 +0000</pubDate><content:encoded><![CDATA[<p>BUCAREST, Rumanía (AP) — Una fuerte tormenta que azotó la capital de Rumania durante la noche del martes al miércoles tras una intensa ola de calor causó la muerte de una persona y provocó inundaciones en 20 condados.</p><p>La tormenta torrencial golpeó 60 localidades, y los servicios de emergencia extrajeron agua de más de 350 viviendas y 100 calles, según el Inspectorado General para Situaciones de Emergencia, o IGSU.</p><p>Las zonas más afectadas fueron el municipio de la capital, Bucarest, y el vecino condado de Ilfov, donde una persona murió cuando un árbol cayó sobre su automóvil. Los servicios de emergencia recibieron más de 2.200 solicitudes de ayuda. Se desplegaron rescatistas y recursos como camiones, bombas de agua y motosierras desde otros condados.</p><p>Durante la tormenta cayeron 988 árboles y 495 automóviles resultaron dañados, señaló el IGSU.</p><p>Al igual que gran parte de Europa, Rumania ha estado bajo el azote de una ola de calor esta semana, con temperaturas que en algunas zonas se prevé que superen los 40 grados Celsius (104 grados Fahrenheit).</p><p>La Administración Nacional de Meteorología advirtió el miércoles que la “inestabilidad atmosférica” traería lluvias torrenciales y tormentas eléctricas a las zonas occidentales y meridionales del país.</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/5MT6XWBTQYFMYWIY37VLCSWVYE.jpg?auth=3318db479ff0bfede558f373eb9e5e4a08bee4e3606c900a482fa34dd5547e09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una mujer pasa junto a un árbol caído en Bucarest, Rumanía, el miércoles 1 de julio de 2026 después de que una tormenta eléctrica golpeara la capital rumana la noche anterior. (AP Foto/ Andreea Alexandru)]]></media:description><media:credit role="author" scheme="urn:ebu">Andreea Alexandru</media:credit></media:content></item><item><title><![CDATA[The Latest: Federal filing shows Trump took in about $1.2 billion from crypto businesses last year]]></title><link>https://www.local10.com/news/2026/07/01/the-latest-federal-filing-shows-trump-took-in-about-12-billion-from-crypto-businesses-last-year/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/01/the-latest-federal-filing-shows-trump-took-in-about-12-billion-from-crypto-businesses-last-year/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump took in nearly $1.2 billion from his crypto businesses last year, a federal filing released Tuesday shows, locking in profits while his investors were socked with losses.]]></description><pubDate>Wed, 01 Jul 2026 14:56:43 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump took in nearly $1.2 billion from his crypto businesses last year, a federal filing released Tuesday shows, locking in profits while his investors were socked with losses.</p><p>Mere startups when he took the oath of office, the new ventures have now eclipsed in revenue much of his vast property portfolio that took him decades to accumulate.</p><p>Also, the House leadership on Tuesday abruptly canceled votes and sent lawmakers home early for the holiday recess, Speaker Mike Johnson ’s majority once again ground to a standstill by a Republican revolt over their own party’s agenda. In this case, it’s a standoff blocking the annual defense bill as Republicans push to include Trump’s own priority, the SAVE America Act, a strict voter ID bill.</p><p>Here's the latest:</p><p>Nealy 1,000 US military personnel are helping with Venezuela earthquake relief</p><p>The U.S. military now has about 900 military personnel supporting relief efforts in Venezuela following a pair of powerful back-to-back earthquakes that struck the country June 24, Steven McCloud, a U.S. Southern Command spokesperson said.</p><p>The statement comes as U.S. Southern Command continues to utilize a host of military aircraft and ships to move supplies and equipment into the country and U.S. Marines have joined search and rescue teams. The Marine Corps has also brought military transport trucks, highly mobile off-road vehicles and military ambulances to “further accelerate the movement of critical supplies and equipment,” a Southern Command statement said Wednesday.</p><p>McCloud added that there are also about 100 people from the State Department supporting aid and relief work.</p><p>The Venezuelan government has reported more than 1,400 deaths from the quakes over the weekend as well as thousands more that have been reported missing.</p><p>Trump administration moves to deport Cubans legally living in the US for alleged espionage</p><p>It comes accusations they were working as spies for Cuba’s socialist government.</p><p>The State Department said Tuesday that it had revoked the legal status of Carlos Antonio Lloga Dominguez, his wife and son, all of whom are now in federal custody awaiting deportation. The department said Lloga Dominguez had worked for more than a decade in the U.S. as an agent of the Cuban Institute of Friendship with the People, which it said was an “influence and intelligence front group” for Cuba.</p><p>“Under the Trump Administration, America will never become home for Cuban Communist regime thugs who peddle propaganda, run foreign influence operations, or seek to wage revolution against American civilization,” the department said in a statement.</p><p>Trump visits Theodore Roosevelt Presidential Library in North Dakota</p><p>The president is visiting North Dakota on Wednesday to see the newly built Theodore Roosevelt Presidential Library, a massive facility exploring the life of America’s 26th president. The 96,000-square-foot library is in the rugged, lonely landscape where the young Easterner built his conservation values while ranching and hunting in the 1880s.</p><p>Saturday’s official opening coincides with July Fourth celebrations honoring the 250th anniversary of the signing of the Declaration of Independence.</p><p>Trump is coming early to see the $450 million project, a boost for Interior Secretary Doug Burgum, a former governor of North Dakota, while also bringing the nation’s birthday festivities to a region synonymous with its westward expansion.</p><p>▶ Read more</p><p>Retrofitted Qatari jet takes flight as Air Force One for Trump’s trip to North Dakota</p><p>President Trump is taking his maiden voyage on a new Air Force One — a retrofitted Boeing 747 worth $400 million gifted by Qatar that embeds his personality more deeply into the institution of the American presidency.</p><p>Gone is the trademark light blue hull that helped Air Force One blend into the sky. The refurbished jet is painted to Trump’s preferred color scheme of a navy belly and red and gold stripes. It has the luxury features the president believes a commander-in-chief’s entourage should have — plush carpets, lie-flat seats, wood paneling and a presidential seal on the seat belts, according to reported tours of the plane.</p><p>Trump told reporters he was proud of the luxurious plane. “You can do two things: You can low-key it, or you can show it,” he said.</p><p>▶ Read more</p><p>Trump says Pulte can declassify what he wants as acting director of national intelligence</p><p>The president said federal housing finance regulator Bill Pulte, who Trump named as the acting director of national intelligence, “can declassify whatever” he wants.</p><p>Pulte’s elevation to the position has been a source of tension because of his lack of national security credentials. But he’s been given free reign to force job cuts at the Office of the Director of National Intelligence.</p><p>“Bill is there just for a fairly short period of time, but while he’s there, I said, ‘You can declassify whatever you want,’” Trump told reporters before boarding Air Force One.</p><p>The president estimated that Pulte could hold the job for one or two months. There’s been a push inside Trump’s movement to release documents to back up Trump’s claims that the 2020 presidential election was stolen from him, despite electoral results that show a clear loss to Democrat Joe Biden.</p><p>Trump has nominated Jay Clayton, the U.S. attorney for the Southern District of New York, to be the permanent DNI.</p><p>The president said Clayton will have a Senate hearing on his nomination in two weeks, after having canceled Clayton’s initial hearing.</p><p>Trump claims stock market gains are behind his rising fortune</p><p>Financial disclosures show Trump made roughly $1.2 billion off his crypto currency ventures last year, but the president claimed he’s not directing his investments.</p><p>“We have funds that run my money,” Trump said. “I made a lot of money before I became president, and they invest my money, and I don’t talk to them. I never, I don’t even speak to them.”</p><p>Trump claimed his financial gains largely came from a rising stock market and that those profits help the country as a whole.</p><p>“We’re all profiting,” Trump said. “I’m profiting because I have a lot of money and a lot of cash.”</p><p>But not all Americans have access to the stock market.</p><p>Treasury Secretary Scott Bessent has said that 38% of Americans don’t have exposure to the stock market.</p><p>Trump boards new Air Force One, saying Boeing’s answers to questions led him to approach Qatar</p><p>Trump beamed with pride about the new Air Force One before its initial voyage, telling reporters pictures of the Boeing 747 given to him by Qatar would win the Pulitzer Prize.</p><p>The plane was given to the U.S. by Qatar and Trump relayed how the exchange happened. He said he asked Boeing — which is set to deliver new planes for the presidential jet in 2028 — if there were any counties that had potential substitutes in the interim.</p><p>“I said, ‘Who has the best one?’ They said, ‘Qatar. There’s no, there’s never been a plane like it.’ Frankly, we couldn’t build a plane like this because we wouldn’t be willing to spend the kind of money necessary. They spent top dollar,” Trump said.</p><p>The president said he went to Qatar and asked to use its plane for a period of time and the emir said he would instead give the plane to Trump. The president described the plane as “a gift from a country that has treated us very well.”</p><p>“You’re going to get a kick out of it,” Trump said to reporters about the plane. “There’s just nothing like it.”</p><p>How the Supreme Court became a pivotal force in Trump’s immigration agenda</p><p>President Trump’s administration looked to the Supreme Court to greenlight its sweeping hard-line immigration agenda and, by and large, it got the backing it was looking for with one key exception — birthright citizenship.</p><p>After lower courts repeatedly ruled against the Trump administration, the nation’s top court allowed it to terminate temporary protections for people fleeing war or strife. It gave immigration officers greater leeway in dealing with green card holders returning from abroad, and it allowed the government to limit the number of people who can apply for asylum.</p><p>In being asked to serve as an enabler of the Republican president’s contentious immigration crackdown, the Supreme Court showed deference to constitutional guardrails in the key case of birthright citizenship that would have redefined who can be an American. In ruling against the administration, the court upheld the idea that people who are born in the United States, regardless of their parents’ immigration status, are Americans.</p><p>▶ Read more</p><p>Trump’s actions signal a move toward institutionalizing people with disabilities, advocates warn</p><p>For decades, disabled people have fought for their rights to go to school and live alongside peers without disabilities — rights that some fear could be losing ground under the Trump administration.</p><p>Last month, the Education Department announced it would offload oversight of special education to the Department of Health and Human Services, led by Robert F. Kennedy Jr., whose comments on the limits of disabilities such as autism have drawn sharp rebukes from advocates and lawmakers.</p><p>Meanwhile, following a White House push to police homelessness, the Department of Justice released guidance that lowered the barrier to institutionalizing any person with a disability.</p><p>Taken together, the actions signal a worrying return to a reality where people with disabilities are pushed to the margins of society, advocates said.</p><p>“It’s a direct, frontal assault on the rights of people with disabilities to live their lives the way that people who are nondisabled live their lives,” said Selene Almazan, legal director for the Council of Parent Attorneys and Advocates. “I can’t imagine that as a country, that would be something that we would agree we should go back to.”</p><p>▶ Read more</p><p>Writer E. Jean Carroll calls for Trump to pay $5.8M after high court appeal fails</p><p>Advice columnist E. Jean Carroll asked a judge Tuesday to require President Donald Trump to pay her $5 million from a jury verdict that concluded Trump sexually abused her in the 1990s and defamed her after she publicly described the attack in 2019.</p><p>Lawyers for Carroll filed papers in Manhattan federal court to say Trump is unjustly trying to further delay release of the money after the Supreme Court refused Monday to hear an appeal of the 2023 civil jury verdict.</p><p>The amount has grown to nearly $5.8 million with interest and should be required by the court to be disbursed, the lawyers wrote, saying Trump has resumed his defamatory attacks against Carroll as his lawyers considered asking the high court to reconsider its decision.</p><p>The jury reached its verdict in a trial that Trump did not attend after Carroll testified that she was sexually abused by Trump in spring 1996 in the dressing room of a midtown Manhattan luxury department store after a flirtatious and friendly chance encounter between them turned violent.</p><p>▶ Read more</p><p>Trump to visit newly built Theodore Roosevelt Presidential Library in North Dakota’s Badlands</p><p>Trump will visit North Dakota on Wednesday to see the Theodore Roosevelt Presidential Library, a massive facility exploring the 26th president’s life, built in the rugged, lonely landscape where the young easterner built his conservation values while ranching and hunting in the 1880s.</p><p>The 96,000-square-foot library opens over the weekend on July 4, the pinnacle date of celebrations this year honoring the 250th anniversary of the signing of the Declaration of Independence. But Trump is coming early to see the $450 million project, a push of Interior Secretary Doug Burgum from when he was governor of North Dakota, and bringing the official celebrations of the nation’s birth to a region synonymous with its westward expansion.</p><p>All living presidents were invited to the grand opening of the library, which joins more than a dozen such libraries throughout the country examining the lives and legacies of U.S. presidents from Ronald Reagan in California, to Franklin D. Roosevelt in New York to Herbert Hoover in Iowa. The Obama Presidential Center recently opened in Chicago, bringing together four former presidents for the occasion.</p><p>▶ Read more</p><p>Harvard professor with polarizing alien theories is picked to lead new White House UFO council</p><p>A polarizing Harvard astronomer known for splashy theories about alien visits has been tapped by the White House to lead a team of outside scientists to study the national security risks posed by UFOs.</p><p>Avi Loeb, a cosmologist who studied black holes and served as head of Harvard’s astronomy department until 2020, was recently appointed to helm a new scientific advisory council tasked with investigating the origins of mysterious orbs and other objects reported by military personnel in recent years. It’s part of President Donald Trump’s push to declassify more information about the issue.</p><p>Loeb’s team will report to a new White House panel focused on UFOs, now often referred to as unidentified anomalous phenomena, or UAP.</p><p>For the last decade, Loeb has been scanning the skies and seas for evidence of intelligent alien life. He began the quest in 2017 as scientists puzzled over an interstellar object soaring by Earth. While others proposed it was a comet or ice chunk, Loeb said it could be a thin “light sail” detached from an alien spacecraft.</p><p>▶ Read more</p><p>House GOP deadlocks over Trump’s demands, sending lawmakers home early</p><p>As the nation celebrates its 250th birthday this weekend, the legislative branch has momentarily called it quits.</p><p>The House leadership on Tuesday abruptly canceled votes and sent lawmakers home early for the holiday recess, Speaker Mike Johnson ’s majority once again ground to a standstill by a Republican revolt over their own party’s agenda.</p><p>In this case, it’s a standoff blocking the annual defense bill — with pay raises for the troops and other matters at a time of war — as the renegade Republicans push to include President Donald Trump’s own priority, the SAVE America Act, a strict voter ID bill. Last week, the Senate similarly shuttered after Trump’s demands.</p><p>The emptying Capitol provides another snapshot of the imbalance of power in Washington as a headstrong executive confronts a weakened Congress.</p><p>▶ Read more</p><p>Trump filing shows he took in about $1.2 billion from crypto businesses last year</p><p>President Donald Trump took in nearly $1.2 billion from his crypto businesses last year, a federal filing released Tuesday shows, locking in profits while his investors were socked with losses.</p><p>Mere startups when he took the oath of office, the new ventures have now eclipsed in revenue much of his vast property portfolio that took him decades to accumulate. Fueling their rise were billionaire investors and Trump’s own move to quash a federal crackdown on the industry.</p><p>Trump got more than $500 million from his World Liberty Financial business selling new crypto products, including “governance tokens,” according to the required annual disclosure report with the Office of Government Ethics. It also showed another crypto business, CIC Digital LLC, took in more than $600 million from sales of souvenir-type “meme” coins stamped with his face.</p><p>Both the tokens and the coins have plunged in value since the sales.</p><p>Trump also took in millions last year from selling Trump-branded Bibles, sneakers and other small items in another unprecedented move for the presidency. The sale of Trump-branded watches alone brought in $4.7 million.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/56WOIKFBKYXV5HANR4ZZEKLGGM.jpg?auth=7b3135fe707fde1e9bff0d9bbfb02ee1e5ad8fdaa6541608971a1a6926e350b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks before signing a presidential memo to the EPA on pollution control in vehicles, in the Oval Office of the White House, Monday, June 29, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H6B4F52C3ALJMDO4ALEHTJXGDQ.jpg?auth=37a8a61db974e7ba543137945ee3167d5f632f359749594a35602bba99618c93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lafayette Park and the White House are seen Tuesday, June 30, 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/QBJUI5VMMK563QHGLZS2WMUVRY.jpg?auth=33435ce7ab0d204993c079ab5e2bd0a2a77bfac084b4d7ab70fd6a3b950bc6dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks before signing a presidential memo to the EPA on pollution control in vehicles, in the Oval Office of the White House, Monday, June 29, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[EU issues new steel and e-commerce regulations to reduce trade imbalance with China]]></title><link>https://www.local10.com/tech/2026/07/01/eu-issues-new-steel-and-e-commerce-regulations-to-reduce-trade-imbalance-with-china/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/01/eu-issues-new-steel-and-e-commerce-regulations-to-reduce-trade-imbalance-with-china/</guid><dc:creator><![CDATA[By SAM McNEIL and CHAN HO-HIM, Associated Press]]></dc:creator><description><![CDATA[BRUSSELS (AP) — The European Union rolled out two measures to protect its steel industry and limit e-commerce small parcels on Wednesday as the 27-nation bloc grapples with its staggering trade imbalance with China.]]></description><pubDate>Wed, 01 Jul 2026 12:05:22 +0000</pubDate><content:encoded><![CDATA[<p>BRUSSELS (AP) — The European Union rolled out two measures to protect its steel industry and limit e-commerce small parcels on Wednesday as the 27-nation bloc grapples with its staggering trade imbalance with China.</p><p>“Today’s change is about restoring fairness for European businesses and better protecting our consumers,” European Commission President Ursula von der Leyen said in an online post praising a new 3 euro ($3.42) customs duty on small packages. “The surge in low-value online imports has put our retailers at an unfair disadvantage. Too many of these products also fail to meet EU safety standards, putting consumers at risk.”</p><p>The Commission said new rules on steel imports are designed to protect EU plants and jobs from “the damaging impacts of global overcapacity” on “a strategically crucial European industry.” China’s subsidies for steel production have led critics in Brussels and beyond to charge that policy undercuts steel industries from Germany's Ruhr valley to Kyushu Island in Japan.</p><p>The EU's trade deficit with China widened in 2025 to around 360 billion euros ($410 billion) — or roughly 1 billion euros a day — and is rising in 2026.</p><p>China’s annual global trade surplus reached a near-record $1.2 trillion last year even after higher tariffs introduced by the Trump administration, and despite China’s dependency on Persian Gulf energy, the war in Iran has not destabilized China’s export-led economy with sales of high-tech goods and vehicles abroad having jumped.</p><p>Flood of small packages has destabilized main street</p><p>From Wednesday, the EU will remove an customs duty exemption called “de minimis” for parcels valued at under 150 euros. Chinese firms like the e-commerce giants Temu and Shien control about 90% of this type of trade, according to the Commission. The U.S. made a similar move last year.</p><p>The Commission said 5.9 billion small packages were imported into the EU in 2025, compared with about 1.4 billion in 2022. At roughly 16 million a day, that’s 97% of the traffic, but represents just 2% of import value. A majority of the packages were said to have failed safety tests and triggered environmental concerns on overuse of plastic.</p><p>“Europe finally shows teeth against flood of cheap package deals,” said Bernd Lange, the head of the European Parliament’s trade committee in a post online.</p><p>Yet the 3 euro tax might “not affect the big picture” as it's minimal compared to the price gap between Europe and China for goods like e-commerce, according to Gary Ng, a research fellow at the Central European Institute of Asian Studies.</p><p>While it may be effective in reducing small orders and impulse purchases, Ng said that customers and e-commerce platforms can still make group orders.</p><p>EU steel under threat</p><p>The new rules set tariff-free quotas at 18.3 million metric tons annually and imposes an out-of-quota duty of 50% on 26 types of steel imports. It also requires more transparency from importers to trace where the so-called “melt and pour” stage of production takes place to ensure countries like China will not circumvent protections by shipping products to the EU via third countries. The EU had put in new steel tariffs in October to protect the bloc from a flood of steel imports diverted by new U.S. trade policy under Trump.</p><p>Europe's steel industry is in crisis, with crude steel output falling to a “historic low” in 2026, according to the European Steel Association.</p><p>“Europe’s steel production is shrinking while imports as a share of the EU market are rising,” said the trade group’s director-general Axel Eggert in March. “EU policymakers must therefore agree the new steel trade measure quickly without it being weakened otherwise Europe risks losing more industrial capacity.”</p><p>While China producers more than half of the world's steel, the EU imports mostly from trade partners like the U.K., Ukraine, India, Taiwan, Turkey, Japan and South Korea. The new tariffs could trigger penalties in free trade agreements with nations like Japan but some exemptions have been granted to Ukraine as it battles Russia.</p><p>“We will remain open to engage — call it a club, call it an alliance, call it whatever you like — but the idea that we come together with like-minded partners on this global challenge of overcapacity in the market," said a Commission official tasked with communicating policy but not authorized to be named. "In an ideal world there is fair competition and level playing fields. Unfortunately, we don’t seem to live in an ideal world.”</p><p>Beijing will oppose the new rules even if they do not directly target China, said Alicia García-Herrero, a chief economist for Asia Pacific and Middle East at the French bank Natixis.</p><p>“The Chinese do not want this instrument to work. This could be a springboard for more," she said. “It opens the door to the overall overcapacity instruments to see how it works.”</p><p>China’s Ministry of Commerce in May warned the EU against new steel import regulations and said China would firmly respond to “discriminatory measures” against its companies and products.</p><p>'Wolf pack effect'</p><p>Some experts in China have raised the alarm over growing backlash to mass exports.</p><p>In a recent report, the Center for International Security and Strategy at Tsinghua University in Beijing identified “ China Shock 2.0 ” — a massive surge of highly subsidized, advanced Chinese manufacturing exports flooding global markets — as one of the top 10 perceived security risks for China. It warned that the EU would likely impose additional tariffs on China that, together with protectionist sentiment in the U.S., might inspire other nations to follow suit with “steep tariff hikes and investment screening” targeting Chinese firms.</p><p>"What makes this risk distinctive is that it does not originate from a single adversary. It is the ‘wolf pack effect’ of multiple countries acting in concert, inflicting not only direct economic losses on China but, more profoundly, degrading its strategic environment and international business reputation," the report stated.</p><p>Beijing has hit back at the concept of “China Shock 2.0,” defending it instead as an “opportunity” which brings the world wider shared benefits from China's tech innovations.</p><p>While the EU has not been as combative with China as the Trump administration, “the direction of travel is clearly shifting in Brussels,” HSBC economists Frederic Neumann and Justin Feng wrote in a research note on Tuesday.</p><p>In June, leaders from the Group of Seven nations issued a joint call to develop independent supply chains for critical minerals so crucial for defense and high-tech industries.</p><p>'Status quo is not an option'</p><p>“China and the EU are partners, not rivals,” Guo Jiakun, a spokesperson for the Chinese Ministry of Foreign Affairs, said on Tuesday. “The root cause of the EU’s problems does not lie with China.”</p><p>China’s recent success handling Trump’s escalated tariff threats last year suggests it “can withstand external pressure,” according to Neumann and Feng, who said Beijing leveraged its control of rare earth supply chains to forge a truce on trade with Washington.</p><p>“If China managed a U.S. tariff ramp-up and the global energy shock during the U.S.-Iran conflict, it may show less inclination to make concessions to the EU,” the economists said. “The near-term outlook points to limited progress towards a comprehensive China-EU settlement.”</p><p>García-Herrero said that despite the importance of the EU’s common market to China — 90% of battery and 60% of its electrical vehicles exports go to the bloc — there is a perception in Beijing that they can successfully dissuade common action by lobbying national capitals in the EU.</p><p>“China thinks Europe has no leverage,” she said. “They do think they have the upper hand, by all means.”</p><p>China's Minister of Commerce Wang Wentao met with the EU’s trade representative Maroš Šefčovič in Brussels on Monday.</p><p>“The EU remains open for business but we need to defend our industrial base and keep pushing for a level playing field globally, so our industries get a fair shot at competing,” Šefčovič said after the talks. “That is why today’s talks – and the ones to follow – matter."</p><p>He has set an October deadline for meaningful results in rebalancing trade during a visit to Beijing.</p><p>“The status quo is not an option.”</p><p>___</p><p>Chan reported from Hong Kong.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CPDIXQNQHTX4U7IENWD3PDRX6A.jpg?auth=78488b7dc6f56dc4b23acce7d19a793684c528e80738840c0b906535b67e5958&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The ArcelorMittal steel plant sits in Fos-sur-Mer, southern France, Monday, Nov. 7, 2022.(AP Photo/Daniel Cole, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Daniel Cole</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UCNYMPOGFDRAPTVTYOZODKLWAQ.jpg?auth=ee356097758b251f0a9a8d06f3b86e3841559dd62cbfecd04b736651598501a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pages from the Shein website, left, and from the Temu site, right, are shown in this photo, in New York, June 23, 2023. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Zelenskyy says Ukraine has hit a Russian oil refinery for the second time in a week]]></title><link>https://www.local10.com/news/world/2026/07/01/zelenskyy-says-ukraine-has-hit-a-russian-oil-refinery-for-the-second-time-in-a-week/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/01/zelenskyy-says-ukraine-has-hit-a-russian-oil-refinery-for-the-second-time-in-a-week/</guid><dc:creator><![CDATA[By SAMYA KULLAB and ILLIA NOVIKOV, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Ukrainian forces struck Russia's major Ufa oil refinery for the second time in a week, Ukrainian President Volodymyr Zelenskyy said Wednesday.]]></description><pubDate>Wed, 01 Jul 2026 15:26:19 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Ukrainian forces struck Russia's major Ufa oil refinery for the second time in a week, Ukrainian President Volodymyr Zelenskyy said Wednesday.</p><p>Almost daily long-range attacks on Russian oil facilities have created a fuel crisis and heaped political pressure on the Kremlin as its all-out invasion of Ukraine stretches into its fifth year.</p><p>The Ufa refinery is one of Russia’s largest producers of lubricants and is located more than 1,000 kilometers (600 miles) from Ukraine, Zelenskyy said on social media.</p><p>Ukraine also struck a plant producing missile components in Russia’s Penza region southeast of Moscow, some 500 kilometers (300 miles) from Ukraine, Zelenskyy said.</p><p>Russian officials did not confirm the strikes, which could not be independently verified. The Russian Defense Ministry reported intercepting 179 Ukrainian drones over 16 Russian regions, the annexed Crimea and waters of the Azov and the Black Sea.</p><p>Penza regional Gov. Oleg Melnichenko said that Ukrainian drones struck two industrial plants in the city of Penza, injuring two people at one of them. He didn’t name the plants or describe the damage.</p><p>The explosions shattered windows in two apartment buildings in Penza, Melnichenko said, while downed drone debris damaged a power line and fell on a building under construction.</p><p>Ukraine says drone strikes slow Russian advance</p><p>Ukraine’s domestically developed and manufactured drones and missiles have been hammering Russian oil facilities, including refineries, terminals, storage depots and pipeline pumping stations, for months.</p><p>Many regions of Russia, one of the world’s biggest energy producers, have introduced fuel rationing.</p><p>Ukraine has developed new weaponry and in recent months has gained an edge, according to Western officials. Its strikes on supply routes behind the front line have robbed the Russian army of momentum on the battlefield, officials and analysts say.</p><p>“Russians now have great problems with delivering infantry to the front line and supplying it,” Ukrainian Minister of Defense Mykhailo Fedorov said Wednesday.</p><p>Ukraine sees growing interest in its military technology</p><p>Ukraine has become a provider of military technology sought by countries around the world, especially drones.</p><p>With European countries fearing what Moscow’s territorial ambitions might lie beyond Ukraine, leaders have described Kyiv as a bulwark against Russian advances.</p><p>Ukraine is “becoming a security provider for the whole of Europe,” Swedish Minister of Defense Paul Jonsson said in Kyiv, where he held talks with Fedorov.</p><p>Ukraine signed an agreement on Tuesday for Sweden to provide Kyiv with Gripen fighter jets. They will help Ukraine stop Russian aircraft carrying powerful glide bombs, Fedorov said.</p><p>Jonsson said European countries want Ukraine to be integrated into Euro-Atlantic defenses, although Ukraine’s NATO membership has been a contentious issue and likely will be discussed at an alliance summit in Turkey next week.</p><p>“The sooner it happens, the better it is for you, the better it is for our security and prosperity as well,” Jonsson told a press conference.</p><p>Ukraine also wants to join the European Union, though the process could take years. Zelenskyy arrived Wednesday in Ireland, which currently holds the EU's rotating presidency.</p><p>“Ukraine proves every day that it deserves to be an equal partner of our common European home. And we hope that during Ireland’s presidency of the EU Council, we will be able to achieve tangible progress on the path to membership and open all negotiations clusters,” Zelenskyy said.</p><p>Russian attacks kill five Ukrainian civilians, injure 35</p><p>Russian long-range attacks on Ukraine continued, with at least five civilians reported killed Wednesday.</p><p>A Russian drone struck a bus in the southern Kherson region, killing two people and injuring six others, regional head Oleksandr Prokudin said.</p><p>Glide bombs hit the northeastern city of Kharkiv, Ukraine's second largest, killing two people, including a 15-year-old boy, Mayor Ihor Terekhov said. At least 26 people were wounded, including a 1-year-old, he added.</p><p>A 43-year-old woman was killed and three were injured, including a 35-year-old pregnant woman, when Russia attacked five gas stations in the central Dnipropetrovsk region overnight, according to regional authorities.</p><p>Russian forces have increasingly targeted Ukrainian gas stations.</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/G7CKSGEXSJI3WIEFH7NU3DCCLU.jpg?auth=4c49cf5166be6c6637760936cad6778d2ae6e1c6be97ba43c3619dc2104b4e14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image made from video provided by Russian Defense Ministry Press Service on Tuesday, June 30, 2026, Russian TOS-1 Solntsepyok heavy flamethrower rocket launcher fires towards the Ukrainian positions. (Russian Defense Ministry Press Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/DEO47WPLY2L2XQGGK2JCE3RDUU.jpg?auth=61f83bd8aeb1147bcab9f36b77c4e4e0dc738fda9199ab82550e1477edade349&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's Defense Minister Mykhailo Fedorov, left, and Sweden's Defense Minister Pal Jonson hold a press conference in Kyiv, Ukraine, Wednesday, July 1, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content></item><item><title><![CDATA[How the Supreme Court became a pivotal force in Trump's immigration agenda]]></title><link>https://www.local10.com/news/politics/2026/07/01/how-the-supreme-court-became-a-pivotal-force-in-trumps-immigration-agenda/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/01/how-the-supreme-court-became-a-pivotal-force-in-trumps-immigration-agenda/</guid><dc:creator><![CDATA[By REBECCA SANTANA, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump's administration looked to the Supreme Court to greenlight its sweeping hard-line immigration agenda and, by and large, it got the backing it was looking for with one key exception — birthright citizenship.]]></description><pubDate>Wed, 01 Jul 2026 12:05:51 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump's administration looked to the Supreme Court to greenlight its sweeping hard-line immigration agenda and, by and large, it got the backing it was looking for with one key exception — birthright citizenship.</p><p>After lower courts repeatedly ruled against the Trump administration, the nation's top court allowed it to terminate temporary protections for people fleeing war or strife. It gave immigration officers greater leeway in dealing with green card holders returning from abroad, and it allowed the government to limit the number of people who can apply for asylum.</p><p>In being asked to serve as an enabler of the Republican president's contentious immigration crackdown, the Supreme Court showed deference to constitutional guardrails in the key case of birthright citizenship that would have redefined who can be an American. In ruling against the administration, the court upheld the idea that people who are born in the United States, regardless of their parents' immigration status, are Americans.</p><p>Each decision could have far-reaching consequences for foreigners seeking to live in the country and could help shape public perceptions over whether America remains a beacon for migrants.</p><p>Birthright citizenship is upheld, prompting calls for more restrictions</p><p>The Trump administration had sought to prevent children born to people who are in the United States illegally or temporarily from being entitled to American citizenship at birth.</p><p>A divided Supreme Court upheld the concept of birthright citizenship, with a bare majority of five justices saying that with very limited exceptions the long-settled understanding of the 14th Amendment, adopted after the Civil War, grants citizenship to anyone born in the U.S.</p><p>It was a blow to Trump's immigration agenda, a centerpiece of his second administration. The president signed the order seeking to restrict birthright citizenship on his first day in office, although it never went into effect due to legal challenges.</p><p>The court's decision was praised by advocates but led to calls by some Republicans to try to restrict birthright citizenship by other means.</p><p>Mark Krikorian, who heads the Center for Immigration Studies, which advocates for less immigration, said the decision makes the president's push for large-scale deportations “all the more urgent,” with the goal of removing people in the country illegally before they have children.</p><p>Krikorian said the decision means policies governing programs that allow foreigners to come to the U.S. to work or study at university need to be “tightened up” to prevent people from coming to the U.S. and having children who then become citizens. He also suggested the State Department could add a pregnancy question to visa applications of foreigners seeking to get a tourist or other visa to come to the U.S.</p><p>“I think it’s going to have real policy impact," Krikorian said.</p><p>Temporary protections for Haitians and Syrians removed</p><p>The court allowed the Trump administration to end legal protections for migrants who have fled violence and natural disaster in Haiti and Syria. The 6-3 decision announced June 25 potentially leaves hundreds of thousands of more people unable to work in the U.S. and vulnerable to deportation by Immigration and Customs Enforcement.</p><p>Since Trump returned to the White House in January 2025, the Department of Homeland Security has moved to end the protections, including some that had been in place for more than a decade, for people from 13 countries.</p><p>Republican critics have said that these temporary protections effectively become permanent. But immigration lawyers said countries such as Haiti and Syria remain dangerous.</p><p>The court’s conservative majority found that the law doesn’t allow courts to question the process that immigration authorities use to revoke the protections. The high court sided with the administration before and allowed the end of the program for people from Venezuela.</p><p>It's unclear how quickly the court's ruling could translate into ICE trying to remove affected Haitians and Syrians from the country although fear of potential deportation has already ricocheted around the Haitian community.</p><p>David Bier, director of immigration studies at the Cato Institute, a libertarian think tank that advocates for more immigration, said the court's decision has a far wider impact than just the 350,000 Haitians and 6,000 Syrians covered by the case. Roughly 1 million others are covered by temporary protected status, or TPS, decisions, and Bier said the ruling leaves them without any meaningful way to challenge the administration's moves.</p><p>“It just fully closed the door to any challenges," Bier said.</p><p>Limits on asylum applicants allowed</p><p>Under U.S. law, migrants who set foot on American soil can apply for asylum. Although the number of migrants coming to the southern border has fallen dramatically during the Trump administration, the numbers of asylum seekers had ballooned under previous administrations.</p><p>Started under Democrat Barack Obama's administration and then expanded under Trump's first term, asylum-metering limited how many people could apply for asylum every day at the southern border with Mexico.</p><p>The ruling cleared the way for the Trump administration to potentially revive the policy, which isn't in place now, should it choose to do so.</p><p>The administration argued that asylum-metering was an important tool and that people turned away at the border could come back later. But advocates argued that at the time the asylum-metering was in place it led to chaos and a humanitarian crisis in Mexico as thousands of people waited for days and months in makeshift shelters in Mexico.</p><p>Court allows administration greater leeway with some green card holders</p><p>In another 6-3 decision, the court sided with the Trump administration in giving greater power to immigration officers when deciding how to treat green card holders returning to the country from abroad.</p><p>In 2012, Customs and Border Protection officers put lawful permanent resident Muk Choi Lau on immigration parole when he returned from a short trip to China and took away his green card. He had been accused of a counterfeiting crime, although not convicted.</p><p>Lau argued that the officer overstepped their authority and that when he eventually pleaded guilty to selling counterfeit clothes in New Jersey, the decision gave Homeland Security, then under the Obama administration, an easier path to remove him from the country.</p><p>Justice Ketanji Brown Jackson, in her dissent, wrote that she was worried that the court had given the government a “massive blank check” in dealing with millions of other lawful permanent residents who want to travel abroad.</p><p>The American Immigration Council, an advocacy group, wrote in an analysis after the court's decision that Congress gave lawful permanent residents special protections when they travel that make it harder to detain and remove them from the country.</p><p>There are exceptions that limit the special protections that green card holders have, including if the person has committed certain crimes in the U.S., the council wrote.</p><p>The council said there were still a lot of questions as to the effect of the court's decision but that it expects the government to argue that the decision can be applied more broadly.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JN637QAD32SGGKXGQOJIPUT4PI.jpg?auth=93c2dced662a6ae1c7390bd0e59a3e4bb32ada31fd90a6c09313813b8c2573c1&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><media:content url="https://www.local10.com/resizer/v2/5X2MRCTC6ESF2BR6MMJGBI4D74.jpg?auth=2c29df4efb43a36980f43999d69137ad05a87ddbd674789fc9608125d76e60ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congressional Hispanic Caucus Chairman Adriano Espaillat, D-N.Y., center, and other Democratic House members react to the Supreme Court's decision to uphold birthright citizenship at the Capitol in Washington, Tuesday, June 30, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XDYLIMCZBEF2HSWVHPGHQGMGS4.jpg?auth=4ee47ab33680a4b34baab6461fc4b442e3f9bcc8248445e20a4c51a85ad5aaed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks with reporters in the Oval Office of the White House, Monday, June 29, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[BSO: 1 injured, 1 detained following shooting outside North Lauderdale Walmart]]></title><link>https://www.local10.com/news/local/2026/06/30/bso-1-injured-1-detained-following-shooting-outside-north-lauderdale-walmart/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/bso-1-injured-1-detained-following-shooting-outside-north-lauderdale-walmart/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Authorities in Broward County are investigating a shooting.]]></description><pubDate>Tue, 30 Jun 2026 19:23:15 +0000</pubDate><content:encoded><![CDATA[<p>Authorities in Broward County are investigating a shooting.</p><p><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="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/bso-una-persona-herida-y-otra-detenida-tras-balacera-frente-a-walmart-de-north-lauderdale/">Leer en español</a></p><p>It happened Tuesday afternoon in the parking lot of the Walmart located at 7900 W. McNabb Rd. in North Lauderdale.</p><p>According to officials, Broward Sheriff’s Office deputies and North Lauderdale Fire Rescue crews responded to the scene after receiving reports about a shooting. </p><p>Upon arrival, deputies said they found a man who had been shot, and that man was rushed by paramedics to a nearby hospital with injuries that were considered life-threatening. </p><p>Authorities said a woman was detained for questioning, but no arrests have been made. </p><p>One Walmart shopper told Local 10 News that he heard screaming after the shooting.</p><p>“She became fearful and distraught, and then after she shot him, they were screaming and someone called police and the police came out,” the shopper said.</p><p>Walmart shoppers told Local 10 that the shooting happened during a dispute over a parking space, but authorities have not yet confirmed that information. </p><p>Detectives from BSO’s Violent Crimes Unit are investigating the circumstances that led up to the shooting. </p><p>Anyone with information is asked to call Broward Crime Stoppers at 954-493-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[South Florida family rejoices after 12-year-old relative rescued from Venezuela earthquake rubble]]></title><link>https://www.local10.com/news/local/2026/06/30/south-florida-family-rejoices-after-12-year-old-relative-rescued-from-venezuela-earthquake-rubble/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/south-florida-family-rejoices-after-12-year-old-relative-rescued-from-venezuela-earthquake-rubble/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[A South Florida family is eternally grateful after receiving word that their 12-year-old relative in Venezuela has been rescued after going missing following last week’s earthquakes.]]></description><pubDate>Tue, 30 Jun 2026 22:55:23 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida family is eternally grateful after receiving word that their 12-year-old relative in Venezuela has been rescued after going missing following last week’s earthquakes.</p><p><a href="https://www.local10.com/espanol/2026/06/30/celebra-familia-del-sur-de-florida-tras-rescate-de-menor-de-12-anos-de-los-escombros-de-terremoto-en-venezuela/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/celebra-familia-del-sur-de-florida-tras-rescate-de-menor-de-12-anos-de-los-escombros-de-terremoto-en-venezuela/">Leer en español</a></p><p><a href="https://www.local10.com/news/local/2026/06/30/donations-from-south-florida-arrive-in-venezuela-as-search-for-survivors-continues/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/30/donations-from-south-florida-arrive-in-venezuela-as-search-for-survivors-continues/">The desperate search for survivors through the rubble</a> has gone on for days after the devastating earthquakes in Venezuela.</p><p>On Monday night, family members said Carlos Miguel Colmenares Gutierrez was rescued after being stuck in the rubble for five days.</p><p>Cellphone video captured the boy being taken away by crews on a stretcher.</p><p>A crowd gathered all around them, applauding, marveled by what they saw.</p><p>The boy was later shown being taken away by ambulance to a Caracas hospital.</p><p>His second cousin, Mayra Heredia, said he’s in stable condition in the ICU with no serious injuries even though he was trapped for so long.</p><p>He was home in his apartment when the earthquakes struck, and a fallen fridge had shielded him from the collapsed roof.</p><p>“By Sunday, they pretty much said the building was a loss,” said Heredia. “They presumed everyone dead.”</p><p>But Monday, crews heard the boy yelling out his name, and their cameras confirmed he was in there, leading to the rescue.</p><p>“It’s a miracle,” said Heredia. “We’re all in shock he’s alive. He survived with no life-threatening injuries -- he’s just very dehydrated.”</p><p>While the family is grateful for the boy’s rescue, they know that for so many in Venezuela, it’s not the same story. </p><p>“It’s still a bittersweet feeling knowing yes, we found him, but there’s thousands of others who might still be alive under there that we haven’t been able to fully locate,” said Heredia. </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[Global star Ariana Grande kicks off new tour in South Florida]]></title><link>https://www.local10.com/news/local/2026/06/30/global-star-ariana-grande-kicks-off-new-tour-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/global-star-ariana-grande-kicks-off-new-tour-in-south-florida/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[Ariana Grande is back where it all started.]]></description><pubDate>Tue, 30 Jun 2026 22:31:05 +0000</pubDate><content:encoded><![CDATA[<p>Ariana Grande is back where it all started.</p><p><a href="https://www.local10.com/espanol/2026/06/30/inicia-la-estrella-global-ariana-grande-su-nueva-gira-en-el-sur-de-florida/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/inicia-la-estrella-global-ariana-grande-su-nueva-gira-en-el-sur-de-florida/">Leer en español</a></p><p>On Tuesday, the global superstar, pop icon and South Florida native began a new tour right here in her hometown.</p><p>Grande opened her Eternal Sunshine Tour, her first in seven years, at Amerant Bank Arena in Sunrise. </p><p>Fans were at the arena early on Tuesday, excited to see the “Wicked” star perform. </p><p>Local 10’s Jason Carter was there, and his full report can be seen at the top of this page. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Medicare is now covering some GLP-1 weight loss drugs for $50. Here’s what to know]]></title><link>https://www.local10.com/health/2026/07/01/medicare-is-now-covering-some-glp-1-weight-loss-drugs-for-50-heres-what-to-know/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/01/medicare-is-now-covering-some-glp-1-weight-loss-drugs-for-50-heres-what-to-know/</guid><dc:creator><![CDATA[By ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Popular — and expensive — GLP-1 weight loss drugs just got a lot cheaper for many older Americans.]]></description><pubDate>Wed, 01 Jul 2026 11:09:05 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Popular — and expensive — GLP-1 weight loss drugs just got a lot cheaper for many older Americans.</p><p>Starting Wednesday, the federal government is offering a selection of the brand name medications to certain Medicare and Medicare Advantage beneficiaries for $50 a month through a new trial called Medicare GLP-1 Bridge.</p><p>The temporary program, which runs until the end of 2027, is the first opportunity for most older adults to get GLP-1s, short for glucagon-like peptide-1 receptor agonists, covered by insurance when used strictly for weight loss. But there are weight and health requirements, and those who already get GLP-1s covered for diseases like diabetes and sleep apnea won’t qualify.</p><p>Dr. Mehmet Oz, the administrator of the Centers for Medicare & Medicaid Services, said he hopes the program can help his agency collect data to potentially work toward longer-term coverage, while providing immediate relief to cash-strapped older Americans.</p><p>“The sheer cost of these medications is a huge barrier to access,” he said in a call with reporters. “That ends today.”</p><p>Eligibility is based on BMI and other conditions</p><p>Of the more than 70 million Americans enrolled in Medicare, at least 10 million are overweight or obese, said Juliette Cubanski, vice president and director of the program on Medicare policy at the healthcare research nonprofit KFF. But, she said, a narrower slice of that group will have access to this program.</p><p>There's no good data on how many people it can benefit — and Oz declined to speculate on the number with reporters. He said data from the program will reveal how many eligible beneficiaries choose to take the drugs, a number his team is keen to learn.</p><p>To qualify, besides having Medicare drug coverage, you must have a body mass index of 35 or higher, or a BMI of 27 or higher alongside another health condition, such as a past heart attack or stroke, prediabetes or another from a list on the CMS website. BMI measurements are counted at the start of GLP-1 therapy — so even people who fall below the threshold now can qualify if they can show they had a high enough BMI when they began taking the drugs.</p><p>Medicare beneficiaries who have sleep apnea, diabetes or fatty liver disease can’t access the program, but their Medicare Part D insurance might cover their GLP-1s separately based on those diagnoses.</p><p>If you think you might qualify, the first step is to contact your health care provider, CMS says on its website. The provider must send a prescription for one of the covered GLP-1 drugs to a pharmacy and fill out a prior authorization form.</p><p>Only some GLP-1s are included</p><p>The covered medications include drugmaker Eli Lilly’s Foundayo tablets and Zepbound KwikPens and Novo Nordisk’s Wegovy injections and tablets. Those GLP-1s have been approved by the Food and Drug Administration for weight loss, Cubanski said.</p><p>For those in the program, the cost is $50 per month, regardless of dosage. But those payments won’t contribute to their insurance deductibles or out-of-pocket maximums. That’s because Medicare, rather than the Part D insurer, is subsidizing the prescription.</p><p>Longer-term coverage of GLP-1s remains uncertain</p><p>The program is scheduled to sunset after Dec. 31, 2027. And since Congress hasn’t authorized Medicare to cover weight loss drugs permanently, the federal government is limited in its options to keep the access flowing.</p><p>Congress could pass a law to allow the drugs to be covered. CMS also could move forward with a different, voluntary pilot program for covering the drugs called BALANCE, which the agency indefinitely delayed earlier this year when many Part D insurers were reluctant to sign up.</p><p>Oz told reporters that CMS plans to “carefully track participation and outcomes” to see whether an extension of the Bridge program or another solution is the best way to move forward. He told The Associated Press a federal law permanently allowing the coverage is “not essential right now” but something “for Congress to debate amongst themselves.”</p><p>“We can’t decide what’s going to happen long term with Bridge until we see some of the data,” he said, noting that other negotiations with drug companies to lower costs are ongoing.</p><p>Program is life-changing for some, frustrating for others</p><p>GLP-1s have soared in popularity in recent years, and they've spurred dramatic weight loss in many patients. But their cost — sometimes hundreds of dollars a month for higher doses — has been a barrier.</p><p>For 78-year-old California resident Gloria Dralla, who told the AP she’s lost some 40 pounds after buying lower-cost Wegovy in Europe, the Bridge program means being able to continue a treatment that has improved her life.</p><p>“This drug should be made available at a reasonable price for everybody who’s got weight loss problems,” she said.</p><p>But not everyone will have access to the drugs at an affordable price. Katie Smith, 71, in Virginia isn’t so sure she will be eligible for the program. She has a BMI of 33 but isn’t sure if she has another health condition that would allow her to meet the requirements.</p><p>Smith, whose mobility and ability to exercise were severely limited by a spinal cord injury in her 20s, said she has looked into getting the medications but was quoted $700 a month, a price she can't afford.</p><p>“I cannot tell you how frustrated I am,” she said. “I have the drive and I have the willingness and I have the motivation, but I have not been able to lose weight in all the conventional ways.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P3OO73SM6U3FMHVGI5AX42YKTI.jpg?auth=a367143da909199e727fcafcadb91200c32763638fcd82e5bb12da58d1a8d71e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A dose of Wegovy, a drug used for weight loss, is displayed on March 1, 2024, in Front Royal, Va. (AP Photo/Amanda Andrade-Rhoades, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Andrade-Rhoades</media:credit></media:content></item><item><title><![CDATA[Witness speaks out after man killed in shooting involving BSO deputies, Plantation officer ]]></title><link>https://www.local10.com/news/local/2026/06/30/witness-speaks-out-after-man-killed-in-shooting-involving-bso-deputies-plantation-officer/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/witness-speaks-out-after-man-killed-in-shooting-involving-bso-deputies-plantation-officer/</guid><dc:creator><![CDATA[Linnie Supall, Amanda Batchelor]]></dc:creator><description><![CDATA[A witness spoke to Local 10 News Tuesday, a day after a suspect was fatally shot during an encounter with Broward Sheriff’s Office deputies and a Plantation police officer.]]></description><pubDate>Tue, 30 Jun 2026 17:01:21 +0000</pubDate><content:encoded><![CDATA[<p>A man was <a href="https://www.local10.com/news/local/2026/06/29/bso-suspect-dead-after-exchange-of-gunfire-with-deputies-plantation-officer/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/29/bso-suspect-dead-after-exchange-of-gunfire-with-deputies-plantation-officer/">shot and killed Monday</a> after an encounter with Broward Sheriff’s Office deputies and a Plantation police officer in Davie, according to investigators.</p><p><a href="https://www.local10.com/espanol/2026/06/30/habla-testigo-tras-balacera-en-la-que-muere-un-hombre-y-participan-agentes-de-la-bso-y-un-policia-de-plantation/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/habla-testigo-tras-balacera-en-la-que-muere-un-hombre-y-participan-agentes-de-la-bso-y-un-policia-de-plantation/">Leer en español</a></p><p>The shooting happened near the McDonald’s at Stirling Road and the Davie Road Extension after deputies attempted to arrest the suspect, who authorities said was armed and fled from deputies.</p><p>That suspect has since been identified as Napolian Marquez Powell, 27, of Lauderhill. </p><p>Records show Powell has an extensive criminal history that includes drug charges, along with charges of grand theft and resisting arrest. </p><p>Witnesses described hearing a rapid barrage of gunfire during the confrontation.</p><p>“They keep telling him to put his hands up – ‘Let me see your hands,’” witness Gregory Jackson said. “I guess the guy didn’t reply. Next thing I know, I hear almost 30 shots coming from the guns. I dropped my phone and ran.”</p><p>Jackson said he scrambled for cover as the shooting unfolded.</p><p>“Once I heard those gunshots, man, I went for cover,” he said. “I went to take cover up under my car, got skinned up in the process.”</p><p>On Tuesday, investigators returned to the scene, focusing their attention on the bushes and the fast food restaurant’s drive-thru as they searched for additional evidence.</p><p>“It was a crazy, horrific sight that I seen yesterday,” Jackson said. “I’ve never seen nothing like it.”</p><p>According to Broward Sheriff Gregory Tony, deputies initially encountered Powell in the parking lot of a Wawa across the street while attempting to serve an active arrest warrant. He said the suspect ran from deputies while holding a gun.</p><p>Deputies pursued the man for roughly 100 feet before tackling him in an effort to take him into custody, Tony said.</p><p>According to the sheriff, Powell was wanted for fleeing and eluding police and detectives believed DNA evidence may connect him to other crimes. He did not provide details about those investigations.</p><p>The sheriff also said investigators had intelligence indicating Powell previously told others that if law enforcement attempted to arrest him, he intended to force a “suicide by police” confrontation.</p><p>It’s unclear whether the suspect fired his own gun during the confrontation. </p><p>The Florida Department of Law Enforcement is investigating the shooting. </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[Naomi Osaka shows off another fashion creation before reaching 3rd round at Wimbledon]]></title><link>https://www.local10.com/sports/2026/07/01/naomi-osaka-shows-off-another-fashion-creation-before-reaching-3rd-round-at-wimbledon/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/naomi-osaka-shows-off-another-fashion-creation-before-reaching-3rd-round-at-wimbledon/</guid><dc:creator><![CDATA[By MATTIAS KARÉN, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Naomi Osaka had a new look to show off before winning her second-round match at Wimbledon.]]></description><pubDate>Wed, 01 Jul 2026 14:21:45 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Naomi Osaka had a new look to show off before winning her second-round match at Wimbledon.</p><p>Osaka, whose fashion reveals have become an event of their own at Grand Slam tournaments, wore a less elaborate outfit for her walk-on than the “Kill Bill” inspired kimono for her opening-round match on Monday.</p><p>This all-white outfit featured a wide belt and a long train behind her. It drew plenty of attention as she made the walk from the locker room to No. 2 Court, trailed by photographers and fans wanting to take their own photos. The four-time major winner took off the latest ensemble as she began warming up for her match against qualifier Anastasia Gasanova.</p><p>She went on to quickly dispatch Gasanova 6-3, 6-2.</p><p>“I'm just trying to mix it up a little bit,” Osaka said about her outfit, adding she had been worried that a loss might have ruined her daughter Shai's third birthday on Thursday.</p><p>“I just wanted to be here for longer, I didn't want to make her get on a plane on her birthday,” Osaka said.</p><p>Osaka's match was among the early starts on the outside courts as the second round got underway.</p><p>No. 1 Aryna Sabalenka soon followed her into the third round, beating McCartney Kessler 6-1, 7-6 (9) on No. 1 Court.</p><p>Sabalenka converted her third match point in the tiebreaker after saving two set points.</p><p>“She really tested me today and I'm super happy to have passed the test,” said Sabalenka, who will next play Jelena Ostapenko.</p><p>Other winners included French Open runner-up Flavio Cobolli and No. 26 Tommy Paul.</p><p>Defending men's champion Jannik Sinner was playing Nuno Borges in the first match on Centre Court. That will be followed by women's French Open winner Mirra Andreeva facing 2024 Wimbledon champion Barbora Krejcikova before Novak Djokovic takes on Stefanos Tsitsipas.</p><p>On Tuesday, Serena Williams returned to Centre Court but lost in three sets to Maya Joint in her first singles match in nearly four years. Williams is set to play doubles with sister Venus later in the week.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LU55DYMMNMASHYNQZ2JJCG3OR4.jpg?auth=c79cb5838cf8213855b74697821b4fc29c79b08a3b241fc0338262f151a6d579&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naomi Osaka of Japan enters the court for the second round women's singles match against Anastasia Gasanova of Russia at the Wimbledon Tennis Championships in London, Wednesday, July 1, 2026.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V46XYYSWSGZYZDX67NCI6FEFHY.jpg?auth=a003c6f5eb80ba8820ba0157ceae0dd13c9a724f574319f1e11ab43a7db375c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naomi Osaka of Japan warms up before her second round women's singles match against Anastasia Gasanova of Russia at the Wimbledon Tennis Championships in London, Wednesday, July 1, 2026.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7OCBD5RH3NSPIQV46CA22ESHAA.jpg?auth=7ffa1b435f8e949d00a32ea9a0b4526d42bfecef20dda98409e137937f2e86c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naomi Osaka of Japan enters the court for the second round women's singles match against Anastasia Gasanova of Russia at the Wimbledon Tennis Championships in London, Wednesday, July 1, 2026.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2WNTUGX2RPNQMLTALYFBNHU3XQ.jpg?auth=323b59af76a87982063361641dc6638ca75d0727c796242cb87cce4ecb8f64bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naomi Osaka of Japan walks towards court 2 to play her second round women's singles match against Anastasia Gasanova of Russia, at the Wimbledon Tennis Championships in London, Wednesday, July 1, 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/K24XDHAEBE254CUA5UCNPQNJDE.jpg?auth=c3c3c48769675ac62310868192ce419de99e9a31321eb6d70731eba8a2de788d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naomi Osaka of Japan walks towards court 2 to play her second round women's singles match against Anastasia Gasanova of Russia, at the Wimbledon Tennis Championships in London, Wednesday, July 1, 2026. (AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content></item><item><title><![CDATA[Fire in Belgian apartment block leaves at least 6 people dead, many injured]]></title><link>https://www.local10.com/news/world/2026/07/01/fire-in-belgian-apartment-block-leaves-at-least-6-people-dead-many-injured/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/01/fire-in-belgian-apartment-block-leaves-at-least-6-people-dead-many-injured/</guid><dc:creator><![CDATA[By VIRGINIA MAYO, Associated Press]]></dc:creator><description><![CDATA[ANTWERP, Belgium (AP) — At least six people were killed and many others injured on Wednesday in a fire at an apartment block on the outskirts of the Belgian city of Antwerp, police said.]]></description><pubDate>Wed, 01 Jul 2026 13:17:07 +0000</pubDate><content:encoded><![CDATA[<p>ANTWERP, Belgium (AP) — At least six people were killed and many others injured on Wednesday in a fire at an apartment block on the outskirts of the Belgian city of Antwerp, police said.</p><p>The blaze was caused by a technical failure on the ground floor of the building, where more than 200 people live in 80 apartments, in the city’s Linkeroever neighborhood, sending vast plumes of smoke into the air, Antwerp police said in a statement.</p><p>The top floors of the 10-story block appeared worst hit. The building was evacuated and nearby residents were warned to keep their windows and doors closed and, if needed, to turn off any ventilators due to the amount of smoke in the air. Those evacuated were taken to a local shelter.</p><p>Firefighters battled the blaze in difficult conditions due to its size and intensity, police said. Several teams of first responders and police were dispatched to the site, including a specialized drone unit.</p><p>Television images from the scene showed one man on an upper floor enveloped in smoke and hanging over a balcony in an effort to get fresh air, before making his way to a nearby window.</p><p>A medical emergency plan was activated to keep the victims from saturating nearby hospitals.</p><p>An Associated Press photographer at the scene said that the smoke died down by early afternoon, but that many first responders were still there.</p><p>Belgium 's Prime Minister Bart De Wever, a former mayor of Antwerp, said his “thoughts are with the victims and the evacuated residents of the terrible fire on Linkeroever.”</p><p>“My deep appreciation goes out to the emergency services who are striving to help the many affected people as quickly and safely as possible, and who are working hard to bring the fire under control,” he said in a post on social media.</p><p>Linkeroever, which is located on the eastern edge of Antwerp, is a large residential area dotted by high-rise apartment buildings and bordering a major park where outdoor music concerts are held.</p><p>___</p><p>Lorne Cook in Brussels contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DD6FOH4V4ZZQHTIXOE7C2RUNKY.jpg?auth=f42599e4cb42271863d24d9de3f057814ebaf4b25a8df856f7cd79227c1f80cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers look for victims on upper floors after an apartment block fire in Linkeroever, Belgium, Wednesday, July 1, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WIZY5UWIKS3XNKHXYGLVJL4AOE.jpg?auth=a27d7922b90b74a4563461f323ad8f87c10dafb9bb073df4478d669012dbf6e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person is evacuated from an upper floor after an apartment block fire in Linkeroever, Belgium, Wednesday, July 1, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ERGUCIL3T5TA2V4ZDNNQXDBYDA.jpg?auth=af45b2ffc0861a5b410a015a6bf34cb496036513b5e54df87570a7724c1f4da6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers wait by a tent to receive injured after an apartment block fire in Linkeroever, Belgium, Wednesday, July 1, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NJI22FDLYOTWSWIICDKBKCGRGY.jpg?auth=7f1e86436666e155b4268702258cfca6e4750f92d6d02f9d63f03810209bb89f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Emergency workers on the street after a fire broke out in an apartment block in Linkeroever, Belgium, Wednesday, July 1, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content></item><item><title><![CDATA[July 1: Afternoon storms could bring some flooding]]></title><link>https://www.local10.com/weather/2026/07/01/july-1-afternoon-storms-could-bring-some-flooding/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/01/july-1-afternoon-storms-could-bring-some-flooding/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Welcome to July! It will be another hot, humid day. High temperatures will be in the low 90s, but heat indices will reach 103-105 degrees.]]></description><pubDate>Wed, 01 Jul 2026 10:43:22 +0000</pubDate><content:encoded><![CDATA[<p>Welcome to July! It will be another hot, humid day. High temperatures will be in the low 90s, but heat indices will reach 103-105 degrees. The good news is 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. This is a nice change as we start the new month since we ended the month of June so dry. 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[Americans step out for their nation's 250th in a proud moment sown with division and doubt]]></title><link>https://www.local10.com/news/politics/2026/07/01/americans-step-out-for-their-nations-250th-in-a-proud-moment-sown-with-division-and-doubt/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/01/americans-step-out-for-their-nations-250th-in-a-proud-moment-sown-with-division-and-doubt/</guid><dc:creator><![CDATA[By CALVIN WOODWARD, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — One of the stars of the American firmament once advised citizens of all stripes how to express their love of country. Mark Twain's long-ago words capture how Americans are stepping out this week to wish their nation a happy milestone birthday.]]></description><pubDate>Wed, 01 Jul 2026 12:51:55 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — One of the stars of the American firmament once advised citizens of all stripes how to express their love of country. Mark Twain's long-ago words capture how Americans are stepping out this week to wish their nation a happy milestone birthday.</p><p>“Our patriotism is medieval, outworn, obsolete,” Twain wrote in 1905. “The modern patriotism, the true patriotism, the only rational patriotism, is loyalty to the Nation all the time, loyalty to the Government when it deserves it.”</p><p>In these rabidly partisan times, those who think President Donald Trump deserves their support and those who don’t are joining in celebration of the 250th anniversary of the adoption of the Declaration of Independence. Whether all the partying to come gives the nation a breather from disunity or aggravates it is an open question.</p><p>It's a proud and loud moment, sown with division and doubt.</p><p>Love of country comes in different flavors, of course. Some love it as is. Some love what it could become and press on with their activism and protest in pursuit of history's call for a “more perfect union." Some love what it used to be and might be once more — the underpinning of MAGA.</p><p>But overall, belief in American exceptionalism has waned. More people in the U.S. think there are better countries in the world than those who think the United States is the best. That’s according to an April poll by The Associated Press-NORC Center for Public Affairs Research that found 44% endorsing the United States as just one of the best.</p><p>This is not the America of, say, Teddy Roosevelt, whose presidential library Trump is visiting in North Dakota on Wednesday. Roosevelt mirrored the brashness and ambition of a country surging in innovation, industry, influence, military muscle and spirit.</p><p>In its place is a country where the president is his own brand of brash, but millions of the people he leads wonder if it's all coming apart.</p><p>Who’s in charge here?</p><p>For the 250th, the division starts at the top, with two organizations claiming to be the one leading the commemoration and all but ignoring the other.</p><p>A decade ago, Congress created the bipartisan America250 group and charged it by law with planning the country’s local, national and international events for the 250th. Trump stepped on that with an executive order making his Freedom 250 group “the” national organization in charge.</p><p>Marquee events like the Fourth of July fireworks at the National Mall, the parade of tall ships in New York and the Great American State Fair along the National Mall are the province of Trump's Freedom 250. Musical stars who had been lined up for the splashy opener of the fair last week withdrew, concerned Trump, a Republican, would make the festivities political and very much about him.</p><p>He stepped forward to fill the void, declaring himself the “No. 1 attraction," and he delivered a speech there June 24 on American glory and his achievements. He'll headline the official July Fourth events in the capital as well, for what he called “the most spectacular TRUMP RALLY of them all."</p><p>Poems, art and a message in a bottle go underground for 250 years</p><p>America250, meantime, put together America's Block Party — a series scheduled simultaneously around the country anchored by a Fourth of July benefit concert in Los Angeles hosted by Queen Latifah, with Chris Stapleton and the Smashing Pumpkins among the acts.</p><p>By congressional mandate, America250 also sank a 900-pound (400-kilogram) time capsule in Philadelphia with items from all states and branches of government, to be pried open in 250 years.</p><p>The people of 2276 will then see a major league baseball lineup from 2026, poems from Alabama, Illinois, Kentucky and more, postcards from Colorado and Maine, beaded artwork from Montana, an Oklahoma belt buckle, a message in a vintage Coco-Cola bottle, a pocket Constitution signed by the U.S. justices, a George Washington Lord’s Prayer gold medal from Utah given out at the Wedding of the Rails event celebrating completion of the Transcontinental Railroad in 1869, and more.</p><p>In Philadelphia, where the founders signed the declaration and birthed the nation, 250 people will form the contours of the Liberty Bell in a parade with 50 marching bands and Miss America delegates, formerly called contestants, representing every state.</p><p>Ain't that America: Celebrations sprout from the grassroots, too</p><p>Though there are official events galore, it's not as if Americans, of all people, need the government to show them a good time.</p><p>In one of thousands of gatherings under the national radar, Evans, Pennsylvania, will hear the Circle of Friends Choir perform patriotic songs a cappella in an event also featuring a patriotic trivia contest and a barbershop quartet.</p><p>In Pocatello, Idaho, drag queens organized a reading of patriotic picture books for young people, including the story of Katharine Lee Bates. Bates returned from the Colorado Rockies, where the spacious skies, purple mountain majesties and fruited plains inspired her to write the poem that became “America the Beautiful.”</p><p>Twain, the scold and satirist of American government and of imperialism, shared Bates' love of his country's natural beauty. He loved the nature of its people, too — sometimes. “We glorious Americans will occasionally astonish the God that created us,” he wrote.</p><p>But a century before Make America Great Again grabbed the political zeitgeist by the lapels, he was speaking of good old days lost.</p><p>“We are called the nation of inventors," he said. “And we are. We could still claim that title and wear its loftiest honors if we had stopped with the first thing we ever invented, which was human liberty.” ___</p><p>This story has been corrected to show the benefit concert host’s name is Latifah, not Latifa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J3CT42Q2SN76AAZTWTMXCVBTEM.jpg?auth=1c03349c81bb8ef476978fac23947d4d80c9456d0921277333f2fe8413cf1f4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Capitol is seen through fog behind the ferris wheel at the Great American State Fair on the National Mall, Sunday June 28, 2026, in Washington. (AP Photo/Jen Golbeck)]]></media:description><media:credit role="author" scheme="urn:ebu">Jen Golbeck</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6QFTKPAU4763QLDYES34I7AFDU.jpg?auth=8b3d9dc1749114eabc80d9c699a12321a86e88a650a9d76c3fcd845ee5ba85d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People watch Rodeo250 at the Great American State Fair on the National Mall, Saturday, June 27, 2026, in Washington. (AP Photo/Jen Golbeck)]]></media:description><media:credit role="author" scheme="urn:ebu">Jen Golbeck</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FAQKA2G3AGJJMJD6GWFFRM25F4.jpg?auth=a4506693ddeebde075bfb279cb0b0ba86f7656324841de0bed071c61d28b71e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The George Washington Bridge's two towers are lit ahead of America's 250th birthday, Monday, June 29, 2026, in New York. (AP Photo/Adam Gray)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XUFNPXIP2D5GUXLZPCTAAABOJM.jpg?auth=2315bf5afd1cef273b6c15a0efe7bad50d35e6e1d9a71cace70d184a0e8370b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans wear America-themed clothing during the UFC Fan Fest on the White House Ellipse ahead of UFC Freedom 250 on the South Lawn, Sunday, June 14, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DHB3OPDPTZA52MVAOCX6SSZ62A.jpg?auth=28d9abf1eabbab639218ff18fe5871dd0ffc252c45888d120f8fd48f602b4afd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People listen before President Donald Trump speaks at the opening of the Great American State Fair on the National Mall, Wednesday, June 24, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Chevrolet Bolt vs. Nissan Leaf, an Edmunds $30,000 EV comparison]]></title><link>https://www.local10.com/business/2026/07/01/chevrolet-bolt-vs-nissan-leaf-an-edmunds-30000-ev-comparison/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/chevrolet-bolt-vs-nissan-leaf-an-edmunds-30000-ev-comparison/</guid><dc:creator><![CDATA[By DAN FRIO of Edmunds, Associated Press]]></dc:creator><description><![CDATA[Many new electric vehicles are prohibitively expensive for car shoppers. But there are a few relatively low-cost options that provide plenty of usable range and utility. One great example is the Nissan Leaf. Originally debuting for 2011, it’s today’s longest-tenured EV and remains among the most affordable ways to go electric. The 2026 Leaf has been fully redesigned and features sleeker styling and a maximum estimated range of more than 300 miles.]]></description><pubDate>Wed, 01 Jul 2026 10:23:16 +0000</pubDate><content:encoded><![CDATA[<p>Many new electric vehicles are prohibitively expensive for car shoppers. But there are a few relatively low-cost options that provide plenty of usable range and utility. One great example is the Nissan Leaf. Originally debuting for 2011, it’s today’s longest-tenured EV and remains among the most affordable ways to go electric. The 2026 Leaf has been fully redesigned and features sleeker styling and a maximum estimated range of more than 300 miles.</p><p>The Leaf also faces a familiar challenger. The Chevrolet Bolt is back for 2027 after a three-year hiatus. Its 2027 overhaul adds updated technology features and more range. Both of these small EVs have starting prices around $30,000 and are compelling choices if you can’t commit to pricier picks from Hyundai, Tesla and Toyota. But which is best for you? Edmunds’ auto experts tested them to find out.</p><p>Range, performance and charging</p><p>The 2027 Bolt is capable of going 262 miles on a single charge, according to the EPA’s estimates. That’s certainly enough for routine driving and to make the occasional road trip feasible. The Leaf holds a potential edge with its EPA-estimated maximum of 303 miles. However, these two EVs were more closely matched in Edmunds’ standardized real-world range test. Here, the Bolt traveled 290 miles and the Leaf covered 310 miles.</p><p>Acceleration is similar — both went from zero to 60 mph in about 7 seconds in Edmunds’ testing — but the Bolt is the EV that Edmunds prefers to drive. The Chevy’s nimble handling makes it ideal for threading tight city streets, while the Leaf feels a little too harsh and bouncy over rough asphalt.</p><p>If you’re charging at public fast-charging stations, the Bolt will potentially get you back on the road a bit sooner. In Edmunds’ testing, the Bolt was able to regain range more quickly than the Leaf.</p><p>Winner: Bolt</p><p>Technology features</p><p>Gadget-minded drivers will probably prefer the Leaf. It comes with a 12.3-inch touchscreen, another 12.3-inch display for digital gauges, and an option to upgrade both screens to 14.3 inches. The Leaf also has wireless connectivity for Apple CarPlay and Android Auto smartphone integration, allowing you to easily use many of your smartphone’s apps right on the touchscreen.</p><p>The Bolt has dual 11-inch displays but no option to upgrade in size. It also lacks Apple CarPlay and Android Auto functionality and instead uses Google Built-In, an integrated Android-based operating system. Popular apps such as Waze and Apple Music can be downloaded from the Google app store, but overall Edmunds prefers the convenience of having Android Auto and Apple CarPlay.</p><p>The Bolt does have one potential advantage with its available Super Cruise feature. When active, Super Cruise enables hands-free driving on highways to help reduce driver fatigue during tedious conditions, such as in slow-moving traffic or on long highway drives. But overall, the Leaf maintains its edge here.</p><p>Winner: Leaf</p><p>Interior space and utility</p><p>The Bolt and Leaf share crossover-style designs with tall roofs, ample cabin space and similar headroom. Rear seat passengers can stretch out more in the Bolt thanks to its additional 7.3 inches of legroom compared to the Bolt. That’s also advantageous if you have small kids and need to install a bulky rear-facing child safety seat.</p><p>The Leaf compensates with more cargo space behind its rear seats. It has 20 cubic feet behind the rear seat compared to the Bolt’s 16.2 cubic feet. Nissan also includes a handy underfloor storage system, so you can securely stow valuables or smaller items.</p><p>Winner: Leaf</p><p>Price and value</p><p>The Chevy Bolt LT starts at $28,995, including the destination fee, making it today’s most affordable new EV. Chevy includes the basic convenience features plus plenty of standard advanced driver aids such as adaptive cruise control and blind-spot warning and intervention. Go with the Bolt RS for a few thousand more and you get upgrades such as synthetic leather upholstery, a power-adjustable driver’s seat and a heated steering wheel.</p><p>The Leaf S+ trim, starting at $31,535, is also a good deal. It has a similar collection of standard features and advanced driver aids. It also has a standard surround-view camera system, which is helpful for parking in tight spots. But typically you’ll be paying more for a Leaf. A fully loaded Leaf Platinum+ will cost you around $40,000 while a loaded Bolt RS will be around $37,500.</p><p>Winner: Bolt</p><p>Edmunds says</p><p>The Bolt and the Leaf are both solid choices for an affordable EV. In fact, they ended up with the same overall score in Edmunds’ ratings. Choose the Leaf for its longer range, more useful tech and bigger cargo area, or go with the Bolt for its better value for the money and more agile handling around town.</p><p>____________</p><p>This story was provided to The Associated Press by the automotive website Edmunds.</p><p>Dan Frio is a contributor at Edmunds.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HCNK773HOYKCI5RW36KB65AOYQ.jpg?auth=96801fd76a58e98d96b36b1514ac341c169e820a560d9e6a190b10cb446c34bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Chevrolet shows the 2027 Bolt. The affordable EV is back on the market and has more range, quicker charging and improved technology features. (Courtesy of General Motors via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/5TEQSMW6RCWNQL432GR7E3BDQ4.jpg?auth=3c719dd0f86c367cc5137b93f0e8338b2fbab3200dc71bb648a0a90997c020d0&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 Nissan shows the 2026 Leaf. This small EV has been redesigned with flashier styling and a max EPA-estimated range of more than 300 miles. (Courtesy of Nissan North America via AP)]]></media:description></media:content></item><item><title><![CDATA[Trump will visit newly built Theodore Roosevelt Presidential Library in North Dakota's Badlands]]></title><link>https://www.local10.com/news/politics/2026/07/01/trump-will-visit-newly-built-theodore-roosevelt-presidential-library-in-north-dakotas-badlands/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/01/trump-will-visit-newly-built-theodore-roosevelt-presidential-library-in-north-dakotas-badlands/</guid><dc:creator><![CDATA[By JACK DURA, Associated Press]]></dc:creator><description><![CDATA[MEDORA, N.D. (AP) — President Donald Trump is visiting North Dakota on Wednesday to see the newly built Theodore Roosevelt Presidential Library, a massive facility exploring the life of America's 26th president. The 96,000-square-foot library is in the rugged, lonely landscape where the young Easterner built his conservation values while ranching and hunting in the 1880s.]]></description><pubDate>Wed, 01 Jul 2026 14:21:14 +0000</pubDate><content:encoded><![CDATA[<p>MEDORA, N.D. (AP) — President Donald Trump is visiting North Dakota on Wednesday to see the newly built Theodore Roosevelt Presidential Library, a massive facility exploring the life of America's 26th president. The 96,000-square-foot library is in the rugged, lonely landscape where the young Easterner built his conservation values while ranching and hunting in the 1880s.</p><p>Saturday's official opening coincides with July Fourth celebrations honoring the 250th anniversary of the signing of the Declaration of Independence.</p><p>Trump is coming early to see the $450 million project, a boost for Interior Secretary Doug Burgum, a former governor of North Dakota, while also bringing the nation's birthday festivities to a region synonymous with its westward expansion.</p><p>The Republican president made the trip aboard his new Air Force One, a Boeing 747 given to the United States by Qatar. Trump said he asked Boeing, which is set to deliver new planes for the president's service in 2028, if there were any countries that had potential substitutes in the interim.</p><p>“I said, ‘Who has the best one?’ They said, ‘Qatar," Trump said, adding that he was assured, "'There’s never been a plane like it.'”</p><p>All living presidents were invited to the grand opening of the library, which joins more than a dozen throughout the country examining the lives and legacies of U.S. presidents from Ronald Reagan in California to Franklin D. Roosevelt in New York and Herbert Hoover in Iowa. The Obama Presidential Center recently opened in Chicago, bringing together four former presidents for the occasion.</p><p>Trump will be the library’s first official visitor, according to the library's executive director, Robbie Lauf. Trump will speak at a nearby Western-themed amphitheater at an event run by Freedom 250, the Trump-created group billed as nonpartisan that he has tapped to organize the festivities he will participate in this week.</p><p>On Friday, the president plans to visit South Dakota’s Mount Rushmore for Independence Day fireworks, as he did in 2020.</p><p>Trump has often praised Roosevelt and has compared himself favorably to the late president. Trump began his second term last year by trumpeting construction of the Panama Canal during the Roosevelt administration.</p><p>Trump even said the U.S. might seek to take back the waterway from Panama to curb influence from China. That is a goal overshadowed by his suggestions that Washington might seize control of Greenland or that Canada could become America's 51st state.</p><p>In the run-up to staging a UFC fight on the White House lawn for his 80th birthday, Trump said he was aware of Roosevelt holding far lower-key boxing matches in the White House. Trump made no mention of Roosevelt having detached the retina of his left eye during one such sparring session.</p><p>The trip also underscores the president's esteem for Burgum, who has become a key face of and cheerleader for the president’s expansive renovation projects around Washington.</p><p>Roosevelt was a New York native with a strong North Dakota connection</p><p>Roosevelt visited Dakota Territory in 1883 to hunt bison. On Valentine's Day the next year, his mother and wife died hours apart in the same house in New York.</p><p>Devastated, Roosevelt came to Dakota where he ranched cattle and hunted big game in the West during visits mostly from 1884 to 1887.</p><p>He underwent deep personal growth from his experiences, including chasing boat thieves down a river, standing up to a bully in a bar and working alongside cowboys who ridiculed him for wearing eyeglasses.</p><p>Roosevelt, who served as president from 1901 to 1909, later said he never would have been president were it not for his experiences in North Dakota.</p><p>Near the library is Theodore Roosevelt National Park. Visitors can hike trails and drive a scenic route through the colorful, rugged Badlands where bison and wild horses roam.</p><p>In 2019, Burgum championed the library to North Dakota's Republican-led legislature when he was governor, touting its tourism potential. The legislature approved a $50 million operations endowment, requiring library planners to raise $100 million in private donations, a goal met in 2020. Donations total about $354 million as of early 2026.</p><p>Donors include oil executive Harold Hamm, the Waltons of Walmart fame, Kenneth Griffin, founder and CEO of Citadel, a hedge fund, and Burgum himself.</p><p>Burgum also has lobbied for Roosevelt’s induction into the Pro Football Hall of Fame. Roosevelt became alarmed at the number of injuries and deaths of college football players and convened a 1905 White House meeting featuring the presidents of Harvard, Yale and Princeton to urge safety improvements. That helped sparked the founding of the NCAA, college’s sports governing body.</p><p>The library will showcase Roosevelt's ideas and artifacts</p><p>Visitors will learn about Roosevelt's conservation ideas and his Rough Riders regiment of the Spanish-American War, but also his “horrific comments” about Native Americans and other issues "that have obviously aged poorly," Lauf said.</p><p>Artifacts, many of them out of public view for decades, will tell Roosevelt's story. Visitors will see his Rough Riders uniform; the 1884 diary grieving his terrible loss; and the eyeglasses case, speech and shirt from the 1912 assassination attempt against him.</p><p>Organizers hope the library draws families and thousands of school children from the region, as well as some of the millions of motorists who travel to Yellowstone National Park and the Black Hills.</p><p>“It's a feature, not a bug, that we are in a county of 1,000 people and a town of 120,” Lauf said. “TR came here for that purpose.”</p><p>The Dakota Resource Council on Tuesday hosted several conservation leaders who criticized Burgum and Trump for policies they say contradict Roosevelt's conservation principles, such as cutting staff and budgets and prioritizing energy development on public lands.</p><p>Last year Burgum signed an order prioritizing the openness and accessibility of parks to the public amid the workforce cuts. He has compared America's public lands and natural resources to “assets” that should be responsibly developed to exert “energy dominance.”</p><p>___</p><p>Associated Press writers Will Weissert and Josh Boak in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LK6DBU5ITXDU6QAVXHGL7MWEWY.jpg?auth=258de23a035d4c8fb245fd76d2d08a5fb4419cc09181f65672a8ec38875cece7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks to reporters before boarding Air Force One, Wednesday, July 1, 2026, at Joint Base Andrews, Md. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DRN6H7X5HN3P35M3SCYTFDZEVI.jpg?auth=6952584f602b70f373786cc9f94e220ffb168e6eae21f7385079c5c9f625c7d6&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 up the stairs of the newly designated Air Force One, a formerly Qatari-owned jumbo jet that has been converted into the official U.S. presidential aircraft, at Joint Base Andrews, Md., Wednesday, July 1, 2026, to attend the opening of the Theodore Roosevelt Presidential Library in Medora, N.D. (AP Photo/Luis M. Alvarez)(AP Photo/Luis M. Alvarez]]></media:description><media:credit role="author" scheme="urn:ebu">Luis M. Alvarez</media:credit></media:content></item><item><title><![CDATA[Ship runs aground in Strait of Hormuz, Iranian state TV reports]]></title><link>https://www.local10.com/business/2026/07/01/ship-runs-aground-in-strait-of-hormuz-iranian-state-tv-reports/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/ship-runs-aground-in-strait-of-hormuz-iranian-state-tv-reports/</guid><dc:creator><![CDATA[By JON GAMBRELL, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — A ship ran aground in the Strait of Hormuz while using a route not approved by Iran, state television in Tehran reported Wednesday. The vessel was identified as a foreign container ship, with no other details.]]></description><pubDate>Wed, 01 Jul 2026 14:54:57 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — A ship ran aground in the Strait of Hormuz while using a route not approved by Iran, state television in Tehran reported Wednesday. The vessel was identified as a foreign container ship, with no other details.</p><p>The report appeared aimed at underlining Tehran’s claims to control the strait, which the world has long considered an international waterway. A fifth of all oil and natural gas passed through it in peacetime.</p><p>Iran has used its ability to choke off the waterway as a key source of leverage since the war began Feb. 28, disrupting global markets for energy and other critical goods.</p><p>The report came as U.S. Mideast envoy Steve Witkoff and Jared Kushner, U.S. President Donald Trump's son-in-law, were in Doha, Qatar, for talks over reaching a permanent end to the Iran war. Iran's top negotiator, Kazem Gharibabadi, traveled to Qatar with a team as well.</p><p>Technical talks between diplomats began Wednesday in Qatar, said two regional officials, who spoke on condition of anonymity to discuss the closed-door discussions. Negotiators aim to nail down specifics to pave the way for top leaders to seal an agreement, though differences over the strait and Lebanon loom large.</p><p>The Strait of Hormuz is a key sticking point in talks</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 the charges. An effort by Oman and a U.N. agency to launch a new route near Oman's shore sparked attacks across the Mideast last weekend, highlighting the tensions.</p><p>Iranian state TV on Wednesday said the ship “ran aground with its cargo because of shallow waters along the route it had chosen and was unable to continue sailing.” It said shippers needed to follow the instructions of Iran’s paramilitary Revolutionary Guard in the strait.</p><p>The Guard’s navy has repeatedly warned that “any entry or exit through routes other than the ‘Route of Authority’ in the Persian Gulf could lead to irreparable incidents.”</p><p>The report did not mention the two ships Iran attacked in recent days for daring to head out through the strait without Tehran's permission, including one carrying crude oil from Qatar.</p><p>Qatar meets with both sides</p><p>Witkoff and Kushner arrived Tuesday in Qatar ahead of talks, with Qatar mediating. While Iran has said it planned no meetings with the Americans, there was the possibility of the nations negotiating indirectly by passing messages through Qatari officials.</p><p>Qatar said the Americans met Wednesday with its ruling emir, Sheikh Tamim bin Hamad Al Thani, and its foreign minister, Sheikh Mohammed bin Abdulrahman Al Thani.</p><p>Sheikh Mohammed also met with Gharibabadi and other Iranian officials. An Iranian statement said they discussed the interim deal and “the existing challenges and obstacles to its implementation.” Pakistani mediators also were on hand.</p><p>Iranian parliament Speaker Mohammad Bagher Qalibaf, a key negotiator, told Iranian state television that work continues to try to reach a permanent end to the war.</p><p>“We are engaged in dialogue, but if they refuse to implement what has been agreed through dialogue, we are prepared for war,” Qalibaf said.</p><p>Lebanon is another key point in a final deal. Iran has insisted that all fighting end between the Iranian-backed militia Hezbollah and Israeli military forces there.</p><p>Iran also has called for Israel to give up the land it now occupies in southern Lebanon. Israel insists it must hold the territory and have a free hand to attack Hezbollah, which has been launching attacks into northern Israel.</p><p>More ships get out of Strait of Hormuz</p><p>While ship traffic in the strait dropped after the weekend attacks, more countries say their vessels have gotten out.</p><p>The Thai Foreign Ministry said Tuesday that 10 out of 11 Thai-flagged vessels or vessels chartered by Thai operators have departed the strait safely. South Korean officials say all but two of the country’s 26 vessels that were stranded have left safely.</p><p>Iraq shoots down drone over Baghdad</p><p>Elsewhere, Iraqi authorities on Wednesday shot down a small drone over Baghdad’s heavily fortified Green Zone, which includes many embassies and government buildings, two Iraqi security officials said. They spoke on condition of anonymity because they were not authorized to comment publicly.</p><p>One of the officials said the drone was unarmed and likely was being used for surveillance. No group immediately claimed the drone as theirs.</p><p>After the U.S. and Israel launched their war on Iran in late February, Iranian-backed Iraqi militias launched frequent attacks on U.S. military and diplomatic facilities in Iraq. The drone that was shot down Wednesday was the first security incident in Baghdad since the U.S. and Iran agreed to a ceasefire.</p><p>___</p><p>Associated Press writers Amir Vahdat in Tehran, Iran; Samy Magdy in Cairo; Najib Jobain in Doha, Qatar; Jintamas Saksornchai in Bangkok; Qassim Abdul-Zahra in Baghdad; Tong-hyung Kim in Seoul, South Korea; and Russ Bynum in Savannah, Georgia, contributed to this report.</p>]]></content:encoded><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/PWG7DTZMJAKDVFMQ36ZK47V42M.jpg?auth=cdf987cfcadb237349115ffd62ae9460de71d9716313ac162bd1a74906c61fb6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Israeli soldier work on a tank near the border with Lebanon in northern Israel, Wednesday, July 1, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ENM2Z5IUBEWIRWP2XZHIRVENFE.jpg?auth=4c869e7f000b126e964e69a86e9180616513a5bdf140843c062adbaf8bc6239a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Ultra-Orthodox Jewish man poses for a photo beside Israeli and Lebanese flags at a memorial site on the border with Lebanon in northern Israel, Wednesday, July 1, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NI2CBLREKFOIQFOVWXV4WBDKHY.jpg?auth=2d3a02b45e396e83764d253ab8625308703664f6b007e6fe04a81a09f3e3ac39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Israeli flag hangs on a damaged building in southern Lebanon as seen from northern Israel, Wednesday, July 1, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OXHJE22TIDACRMJBD537LOHA7Y.jpg?auth=a79be758e9a58596af9ee714c74345e2fea343c941b533182a979dbf4dac40d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Israeli soldier directs an APC near the border with Lebanon in northern Israel, Wednesday, July 1, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content></item><item><title><![CDATA[Mourners attend funerals for 14 Pakistani children killed in tutoring center roof collapse]]></title><link>https://www.local10.com/news/2026/07/01/mourners-attend-funerals-for-14-pakistani-children-killed-in-tutoring-center-roof-collapse/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/01/mourners-attend-funerals-for-14-pakistani-children-killed-in-tutoring-center-roof-collapse/</guid><dc:creator><![CDATA[By BABAR DOGAR AND K.M. CHAUDHRY, Associated Press]]></dc:creator><description><![CDATA[LAHORE, Pakistan (AP) — Mourners gathered Wednesday in Pakistan’s eastern city of Lahore to bury 14 schoolchildren who were killed when the roof of a tutoring center collapsed on Tuesday.]]></description><pubDate>Wed, 01 Jul 2026 11:36:18 +0000</pubDate><content:encoded><![CDATA[<p>LAHORE, Pakistan (AP) — Mourners gathered Wednesday in Pakistan’s eastern city of Lahore to bury 14 schoolchildren who were killed when the roof of a tutoring center collapsed on Tuesday.</p><p>Police are investigating whether negligence during ongoing construction work caused the collapse that left another eight children injured and hospitalized in stable condition.</p><p>Residents and preliminary police findings indicate the tutoring center was operating in an aging building. Investigators believe the unfinished roof of the second floor may have collapsed because of poor construction.</p><p>At least two people, including the building owner, were arrested as investigators tried to determine who was responsible, senior police official Kamran Faisal said, adding that negligence by the owner and construction workers appear to have caused the collapse.</p><p>“We are still investigating to determine exactly whose negligence resulted in this tragic incident,” Faisal said.</p><p>Funeral prayers for the children, who were up to 14 years old, began before dawn and continued through Wednesday morning. Most of the victims were buried in a local graveyard, while some families planned to take the bodies to their native towns for burial.</p><p>Ambulances transported the victims’ bodies overnight to their homes in Kahna, a neighborhood on the outskirts of Lahore. As the bodies were returned to their families, cries echoed through the neighborhood. Mothers and female relatives sat beside the bodies throughout the night while classmates and friends of the victims stood nearby in tears.</p><p>The funeral mourners Wednesday morning included Mohammad Ashfaq, a laborer whose 7-year-old son and nephew were killed in the collapse.</p><p>“I cannot express my pain and grief in words,” Ashfaq said through tears as relatives tried to comfort him.</p><p>Nearby, Muhammad Farooq mourned the loss of his young daughter.</p><p>“Yesterday she went to her tuition class at around 4 p.m.,” Farooq said. “Around 4:45 p.m., my family called me and said the roof of the tuition center had collapsed. They told me many children were trapped under the debris. Fourteen children were killed, and the injured were taken to the hospital.”</p><p>Local resident Mohammad Tahir said neighbors were the first to respond after the roof gave way.</p><p>“Rescuers arrived quickly, but before they reached us, neighbors rushed in with shovels and even dug through the debris with their bare hands,” Tahir said. “We also pulled children from the rubble, but many could not be saved.”</p><p>Building collapses are common in Pakistan, where construction standards are often poorly enforced. Structures are frequently built with substandard materials and safety regulations are sometimes ignored to reduce costs.</p><p>Grief has turned to anger for some people. Residents blamed the owner of the tutoring center for holding classes in what they described as an old and unsafe building despite ongoing construction and demanded strict punishment for those responsible.</p><p>“We don’t know whose funeral to attend first or whose home to visit first to offer condolences,” Tahir said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CYBOJSQFEMKENKXCVIJLVUY52Q.jpg?auth=4c8c7cd4cf1a238d22885d0e9885189d0d87fa0ed0e6c5748368de4fb6f6ab5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[EDS NOTE: GRAPHIC CONTENT - Women mourn around the bodies of their children, who were killed in the roof collapse at a tutoring center that was under construction on the outskirts of Lahore, Pakistan, Wednesday, July 1, 2026. (AP Photo/K.M. Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M. Chaudary</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J5DI4N3TC4QOSAC2S3EKX47YXY.jpg?auth=c332a0f1246806942fa632d7b5ade27bd9a82133224b5a748833ed3fb2baa3a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People carry the bodies of children, who were killed in a roof collapse at a tutoring center on the outskirts of Lahore, Pakistan after a funeral prayer Wednesday, July 1, 2026. (AP Photo/K.M. Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M. Chaudary</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E5HWBOTSMDTSCHTQJ3UEDU5Y4I.jpg?auth=d9406c5c43d6cf80eb345237052559e12a863c8b808a4eb98a6fccc823b11a60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women mourn around the bodies of their children, who were killed in the roof collapse at a tutoring center that was under construction on the outskirts of Lahore, Pakistan, Wednesday, July 1, 2026. (AP Photo/K.M. Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M. Chaudary</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HXI6IUQ436MN6RAFZVLGFDBJHA.jpg?auth=c767321b5dfc70f05a053fa392e24b2fb43d1967692e3173d8df36d88350ddb3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People carry the bodies of children, who were killed in the roof collapse at a tutoring center that was under construction after a funeral prayer, on the outskirts of Lahore, Pakistan, Wednesday, July 1, 2026. (AP Photo/K.M. Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M. Chaudary</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YPVAXQQG27L3E6HTCFQQJOHH3A.jpg?auth=e89d2626c59df4251f6558c443d19a743f2b0376cc1e6aa954f1385092c6d940&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Books, shoes and other stuff of victim children are seen at the site of Tuesday's roof collapse at a tutoring center roof, on the outskirts of Lahore, Pakistan, Wednesday, July 1, 2026. (AP Photo/K.M. Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M. Chaudary</media:credit></media:content></item><item><title><![CDATA[Xi touts Chinese wisdom and solutions as a model for developing nations]]></title><link>https://www.local10.com/news/world/2026/07/01/xi-touts-chinese-wisdom-and-solutions-as-a-model-for-developing-nations/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/01/xi-touts-chinese-wisdom-and-solutions-as-a-model-for-developing-nations/</guid><dc:creator><![CDATA[By KEN MORITSUGU, Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — China's leader held up his country's rapid industrialization as a new pathway for developing nations in a speech Wednesday that projected a growing confidence both at home and on the world stage.]]></description><pubDate>Wed, 01 Jul 2026 07:46:59 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — China's leader held up his country's rapid industrialization as a new pathway for developing nations in a speech Wednesday that projected a growing confidence both at home and on the world stage.</p><p>Xi Jinping, now in his 14th year in power, noted that China achieved in a few decades what it took centuries for rich countries to do.</p><p>“We advocate the building of a community with a shared future for humanity, providing Chinese wisdom, Chinese solutions and Chinese strength for addressing major issues facing humanity,” he said at an event marking the 105th anniversary of the founding of the ruling Communist Party.</p><p>China, which has long bristled at U.S. dominance of the international system, has said it doesn't want to replace the global order but change it to better represent the interests of developing countries. Xi's government went head-to-head with the U.S. last year and forced President Donald Trump to scale back import tariffs that he had imposed on imports from China.</p><p>The world has entered a new period of turbulence and transformation, putting humanity at a crossroads, Xi said. He repeated past pledges to push forward the construction of a new type of international relations to promote world peace and development.</p><p>His remarks at the Great Hall of the People in Beijing echoed many of the themes of his speech on the party's 100th anniversary in 2021, including the importance of a strong military and of bringing Taiwan under China's control.</p><p>He emphasized the need to elevate the military more quickly to world-class standards, while also upholding the Communist Party's leadership of the armed forces. Several senior generals have been removed in recent years in a corruption purge that is also seen as a way to ensure loyalty in the military.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7W3FWJOIQ3AYRQ5VRJWYKK3NDU.jpg?auth=ae61a88c80f0dce9a915ab3e34490c1dd644491d9074653552b0abfbddc19db4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chinese President Xi Jinping applauds during a ceremony to mark the 105th anniversary of the founding of the Chinese Communist Party at the Great Hall of the People in Beijing, Wednesday, July 1, 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/SQVEGBJP662XZV2UZYUJCTX3YI.jpg?auth=5fa5cde60a13a900bf7d200e175181c23e89c4ea71e3c146a98154b4b4167d8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chinese President Xi Jinping, center, prepares to award the July 1 medal to a recipient during a ceremony to mark the 105th anniversary of the founding of the Chinese Communist Party at the Great Hall of the People in Beijing, Wednesday, July 1, 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/BOMTT4ARFDHVCSFJTOHGVZJ45Y.jpg?auth=a5767b9720607da6b814463f110aff990002135b163549c09bb2396d11f2bca0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chinese President Xi Jinping, left, gestures to Chinese Premier Li Qiang during a ceremony to mark the 105th anniversary of the founding of the Chinese Communist Party at the Great Hall of the People in Beijing, Wednesday, July 1, 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/2TTT5BTTIZDD67YP6TDOVR4XAM.jpg?auth=de0005a54f94d31db606a57f858160f0535cc7b1218e52b768ee7e33e4d2c6a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chinese President Xi Jinping, front, attends a ceremony to mark the 105th anniversary of the founding of the Chinese Communist Party at the Great Hall of the People in Beijing, Wednesday, July 1, 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/52EVGOZSXQG2KAN65CMQNRGJ7Y.jpg?auth=02f3a01c942261a3eee97c4c65290d1b7543bb332879d3669b630f23c00e3843&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chinese President Xi Jinping, right, attends a ceremony to mark the 105th anniversary of the founding of the Chinese Communist Party at the Great Hall of the People in Beijing, Wednesday, July 1, 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[Spotless uniforms, stalled cranes: Inside Venezuela’s faltering quake rescue effort]]></title><link>https://www.local10.com/news/world/2026/07/01/spotless-uniforms-stalled-cranes-inside-venezuelas-faltering-quake-rescue-effort/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/01/spotless-uniforms-stalled-cranes-inside-venezuelas-faltering-quake-rescue-effort/</guid><dc:creator><![CDATA[By REGINA GARCIA CANO, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Angelica Mundrain wants the bodies of her son, niece and nephew to be pulled from the rubble of her flattened beachfront apartment. She has spent every minute of the past six days waiting for the heavy machinery needed to remove the slabs of concrete and twisted metal that trapped them.]]></description><pubDate>Wed, 01 Jul 2026 07:02:26 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Angelica Mundrain wants the bodies of her son, niece and nephew to be pulled from the rubble of her flattened beachfront apartment. She has spent every minute of the past six days waiting for the heavy machinery needed to remove the slabs of concrete and twisted metal that trapped them.</p><p>So have other Venezuelan earthquake survivors.</p><p>They, like others across the northern state of La Guaira, have the same question: Who is in charge? Venezuela's self-described socialist government, which long prided itself on being protector and provider, has been neither when it mattered most, many said.</p><p>The powerful back-to-back earthquakes on June 24 have brought to the forefront t he inability of the party that has ruled the country for 27 years — now with acting President Delcy Rodriguez at the helm — to carry out basic governmental functions.</p><p>“We’ve been abandoned,” Mundrain said, sitting in a chair on the street Tuesday in front of what remained of the 11-story building she once called home. “We feel helpless. What we have seen is a lack of organization, a lack of empathy, a lack of everything.”</p><p>In the critical 72 hours after residential buildings, food joints, pharmacies, hotels and convenience stores imploded in La Guaira state, Caracas and surrounding regions, the on-the-ground response was primarily focused on directing traffic, with police officers, intelligence agents and members of the armed forces manning intersections.</p><p>Residents take on rescue and recovery amid government failure</p><p>Civilians, mostly alone and some with the help of foreign rescuers, searched for loved ones among piles of rubble. Ambulances were stuck in miles-long (kilometers-long) traffic jams. Hospitals were undersupplied and understaffed. Emergency personnel responded with little to no equipment.</p><p>A week later, many residents in coastal communities of La Guaira were attributing most rescues and recoveries to fellow Venezuelans and foreign teams with know-how and equipment like thermal cameras and sound detectors as well as trained dogs. They also pointed out that while civilians and foreign rescuers worked, men and women in Venezuelan uniforms stood watching and state workers took selfies.</p><p>Tulane University professor David Smilde, who has studied Venezuela for three decades, said the tragedy has made clear that the stunning Jan. 3 capture of then-President Nicolas Maduro by U.S. forces was not a one-off “in which the Venezuelan state was not able to defend itself at all.”</p><p>“It also can’t do anything like get started with digging people out," he said, adding that it should be a worrying concern for Rodriguez, who was sworn in after Maduro was deposed and taken to New York to face drug trafficking charges.</p><p>Smilde said the dismal response is linked to the huge numbers of people who have left the public sector because of extremely low pay as well as corruption, such as the many people who are included in the government’s payroll but who have not worked in months or years. In a functioning government, he added, people have specific duties to design protocols spelling out procedures in case of emergencies, including earthquakes.</p><p>“It’s like trying to have a baseball team with three people on the field. You’re not sure who’s going to be the pitcher, who’s going to be catching, and who’s going to be outfielder,” he said of the government's lack of organization.</p><p>Wealth and government connections mean some get help</p><p>Wealth and government connections also influenced the government’s response, with some sites given preferential treatment.</p><p>When one collapsed building was teeming with police and military school students, people accurately guessed that officials or politically connected individuals must have lived there. The police officers from a neighboring state were indeed searching for a captain, while the students and a few members of the national guard were hoping to locate a major general.</p><p>A telescopic crane, like the one Mundrain needs for the recovery of her family, was parked for several hours in what was that building’s entrance. The relatives of the well-off families who lived in the building were able to rent it. Mundrain cannot.</p><p>“I think that if there were someone in a position of authority in each of these apartments, there would be a well-oiled machine working like they have in other residences,” Mundrain said pointing to her building.</p><p>People's anger over the response has also led to altercations between residents and machine operators. In one instance, when a government-provided excavator tried to leave the site of a flattened public housing building, people blocked traffic to keep it in place and even pulled the operator from the cab.</p><p>The government has reported that 1,943 died and more than 10,500 were injured in the 7.2 and 7.5 magnitude earthquakes that struck June 24. Thousands more have been reported missing.</p><p>Rescuers on Tuesday continued to free some survivors from mountains of debris, offering anguished families a sliver of hope even as the likelihood of finding people alive diminished with each passing hour. The first 48 to 72 hours after a natural disaster are crucial to rescue efforts, though survival can be extended if people have access to food and water.</p><p>Electrician Daniel Castillo was able to pull his mother and son alive from their second-floor apartment in a collapsed public housing building in La Guaira just hours after the earthquake struck. The body of his brother remained inside for another day until he could reach him.</p><p>On Tuesday, he decried the government’s response while he waited in line to get a free bag of hygiene products, including toilet paper and soap, from a tent staffed by the Venezuelan armed forces.</p><p>“You see the guards, and their uniforms are spotless, not dirty at all,” Castillo said, contrasting members of Venezuela's National Guard with dust-covered civilians and foreign rescuers who have dug through rubble for days. “The government did nothing.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QQDH5AQWPIYQIC5R4GIC5XFUQA.jpg?auth=70a8b68e49abceec702081014760ec406c92c04d62c8015bf2e9d31fa79cdc8e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. troops cut through rebar while clearing rubble during a search at a building that collapsed in the twin earthquakes in La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4V7URN3FUVPMJONO43AQCKHGWI.jpg?auth=ac27edae6f09fe65cae2f115941719998355d5486ca62c26ff25dbe5ad1e69a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents search through the rubble of a building that collapsed in the earthquakes in La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UIWQT5REN2DDKJTYNYA37ANIHY.jpg?auth=6d24f47a92a9972d18811ec9f5613081a70d039e817ee62c80580ced717a153d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers search through the rubble of a building that collapsed in the earthquakes in La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L3V6QFXQ6IIVBWN4RPPWUHJZBA.jpg?auth=901f382f2a132ddea7aa732b80ee3841301ef11795e399ff4445c9cb4af0c4c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Debris floats in the swimming pool of a building that collapsed in the twin earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026.(AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PUR6NALKE2YGB4HVLDFL5BWNVE.jpg?auth=02af7673a63ecbfdc6f745f43643554ec7a585c6ae7bde1fa37563e72b81f19f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People reach out to receive supplies from volunteers, days after an earthquake struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Hospitales europeos aprenden de esta ola de calor y se preparan para la siguiente]]></title><link>https://www.local10.com/espanol/2026/07/01/hospitales-europeos-aprenden-de-esta-ola-de-calor-y-se-preparan-para-la-siguiente/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/hospitales-europeos-aprenden-de-esta-ola-de-calor-y-se-preparan-para-la-siguiente/</guid><dc:creator><![CDATA[Por JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[PARÍS (AP) — Hielo. Urgentemente y en grandes cantidades.]]></description><pubDate>Wed, 01 Jul 2026 06:57:02 +0000</pubDate><content:encoded><![CDATA[<p>PARÍS (AP) — Hielo. Urgentemente y en grandes cantidades.</p><p>En un hospital de la región de París, los paramédicos de urgencias lo necesitaban para sumergir a los pacientes en baños de agua fría y bajarles rápidamente la temperatura, para que no se sumaran al creciente número de muertos por una ola de calor que batió récords. Pero, al no contar con una máquina para hacer hielo, ¿de dónde conseguirlo?</p><p>Un restaurante de comida rápida ayudó la semana pasada y señaló que el hospital podía llevarse su hielo. El personal también compró hielo en el supermercado. El Hospital Paris-Saclay ya encargó su propia máquina de hielo, que el servicio de urgencias espera con impaciencia ante un futuro embate de calor sofocante.</p><p>Tanto si eso ocurre la próxima semana, como dice el servicio meteorológico de Francia que podría suceder, o en los meses de verano por venir, los médicos y los administradores hospitalarios son plenamente conscientes de que la batalla que acaban de lidiar, debido al cambio climático, se verá seguida por otras. Así como se preparan para la temporada anual de gripe, saben que combatir las olas de calor se está convirtiendo en su nueva normalidad.</p><p>Así que, mientras recuperan el aliento tras lo que el director del hospital público describió como una semana “horrible”, él y su equipo también se están preparando para la siguiente ronda.</p><p>“Pensábamos que estábamos listos. En realidad no lo estábamos”, afirmó el director, Cédric Lussiez.</p><p>“El hospital estaba funcionando las 24 horas del día porque teníamos que encontrar nuevas soluciones en muy poco tiempo”, explicó. “Ya aprendimos algunas lecciones”.</p><p>Los hospitales se preparan para más olas de calor inevitables</p><p>Los esfuerzos por tapar algunos de los agujeros que dejó al descubierto la ola de calor —que, tras azotar a Francia, Reino Unido y otros países, se desplazó hacia el este a otras partes de Europa— también se están acelerando a nivel nacional.</p><p>Cuando Francia se cocía durante sus días más calurosos registrados la semana pasada, el primer ministro francés, Sébastien Lecornu, anunció un gasto de 100 millones de euros (114 millones de dólares) a partir de este verano en sistemas de refrigeración para hospitales y otros trabajos para mantener las unidades en funcionamiento.</p><p>Y, en la más reciente de una serie de reuniones de crisis por la ola de calor, indicó el lunes que el gobierno comprará 30.000 unidades de aire acondicionado para instalaciones sanitarias, con las primeras entregas previstas “a finales de esta semana, comienzos de la próxima”.</p><p>“Para nosotros es una prioridad absoluta que, si la ola de calor regresa, la situación en los hospitales esté mucho menos tensionada”, manifestó.</p><p>La Organización Mundial de la Salud describió la ola de calor el martes como “un ensayo general” para veranos que “serán más duros”.</p><p>“Europa se está calentando a más del doble del promedio mundial. Las olas de calor ya no son episodios aislados y extraños”, señaló. “Cada verano en el que no nos preparamos para ellas es un verano que pagamos con vidas”.</p><p>Aumentan los infartos y otras urgencias por exposición al calor</p><p>En el Hospital Paris-Saclay, los pacientes que sufrían exposición al calor empezaron a llegar en oleada el 20 de junio, contó el doctor Nicolas Gonzales, jefe del servicio de urgencias.</p><p>“Fue como una gran montaña”, relató. “Fue así durante siete días. Así que fue muy intenso”.</p><p>“En invierno, sabemos que tendremos epidemias de gripe y probablemente también COVID. Y ahora, en verano, vamos a tener la crisis climática”, añadió.</p><p>El primer paciente que atendió en esta ola de calor fue una salida de emergencia: un hombre de 50 años en coma en su casa y con una temperatura de unos 40 grados Celsius (104 grados Fahrenheit). Su familia dijo que parecía estar bien, y de pronto estaba inconsciente, explicó Gonzales. Fue trasladado de urgencia al hospital para recibir cuidados críticos.</p><p>Luego llegó el aluvión: infartos, deshidratación, fallos renales y otros problemas relacionados con el calor, que afectaron a todos los grupos de edad, desde niños hasta personas mayores que viven solas.</p><p>“El calor es una agresión física. Es una agresión física al cuerpo”, explicó Gonzales. “Y cuando el cuerpo ya no puede adaptarse —o, por desgracia, ya no es capaz de resistir esa agresión—, no lo ves venir y el corazón puede dejar de latir”.</p><p>Los hospitales refuerzan con urgencia sus defensas contra el calor</p><p>El Hospital Paris-Saclay es nuevo y tiene aire acondicionado, pero tres hospitales más antiguos que forman parte de su grupo, que dirige Lussiez, no están tan bien protegidos contra el calor. La ola los puso a prueba duramente.</p><p>Para evitar que los medicamentos se estropearan, tuvieron que enfriarlos con una solución temporal de ventiladores eléctricos y bloques de hielo. Se reclutó a estudiantes de enfermería para ayudar con el trabajo de mantener hidratados a los pacientes. El termómetro alcanzó los 33 ºC (91 ºF) en el piso superior, el más expuesto, de una unidad psiquiátrica, indicó Lussiez.</p><p>Ahora está equipando con urgencia esa unidad con una sala fresca para pacientes en cada piso y organizando otras obras de renovación y cambios, incluido el traslado de un departamento para pacientes de edad avanzada al hospital nuevo.</p><p>“Estaremos en una situación mejor la próxima semana de lo que estuvimos la semana pasada”, aseguró.</p><p>___</p><p>El periodista de The Associated Press Alex Turnbull contribuyó a este despacho.</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/YEMSATO77M6C6ZMDXE4YA7FRSU.jpg?auth=5ed12ce6075ca10059e315837a972e2456fa6b281f7b86646c12385ff80df476&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paramédicos llevan a un paciente a la unidad de urgencias del Hospital Paris-Saclay, a las afueras de Parí, el martes 30 de junio de 2026. (AP Foto/Christophe Ena )]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content></item><item><title><![CDATA[Hospitals in Europe are gearing up for the next heat wave armed with lessons from this one]]></title><link>https://www.local10.com/news/world/2026/07/01/hospitals-in-europe-are-gearing-up-for-the-next-heat-wave-armed-with-lessons-from-this-one/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/01/hospitals-in-europe-are-gearing-up-for-the-next-heat-wave-armed-with-lessons-from-this-one/</guid><dc:creator><![CDATA[By JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[ORSAY, France (AP) — Ice. Urgently and in large quantities.]]></description><pubDate>Wed, 01 Jul 2026 11:25:14 +0000</pubDate><content:encoded><![CDATA[<p>ORSAY, France (AP) — Ice. Urgently and in large quantities.</p><p>At a Paris-region hospital, emergency medics needed it to plunge patients into cold-water baths to speedily bring down their temperatures so they wouldn't join the growing tally of dead from a record-smashing heat wave. But lacking an ice-making machine, where to get it?</p><p>A fast-food restaurant helped out last week, saying the hospital could take its ice. Staff also bought ice from the supermarket. The Paris-Saclay Hospital has now ordered its own ice machine, eagerly awaited in the emergency department for a future attack of sizzling heat.</p><p>Whether that hits next week, as France's weather service says it might, or in summer months ahead, medics and hospital administrators are acutely aware that the battle they've just endured will, because of climate change, be followed by others. Just as they brace for the annual flu season, they know that fighting heat waves is becoming their new normal.</p><p>So as they catch their breath from what the director of the public hospital described as a “horrible" last week, he and his staff are also gearing up for the next round.</p><p>“We thought we were ready. We were not actually,” said the director, Cédric Lussiez.</p><p>“The hospital was working on a 24-hours-a-day basis because we had to find new solutions in a very short delay,” he said. “We already learned some lessons.”</p><p>Hospitals are preparing for more inevitable heat waves</p><p>Efforts to plug some of the holes exposed by the heat wave that shifted eastward to other parts of Europe after battering France, the United Kingdom and other countries are accelerating on a national level, too.</p><p>When France was baking through its hottest days on record last week, French Prime Minister Sébastien Lecornu announced a 100-million euro ($114-million) spend from this summer on cooling systems for hospitals and other work to keep wards functioning.</p><p>And at the latest in a series of heat-wave crisis meetings, he said Monday that the government is buying 30,000 air-conditioning units for health facilities, with the first deliveries expected “at the end of the week, beginning of next week.”</p><p>“It's an absolute priority for us that, if the heat wave returns, the hospital situation be a lot less strained," he said.</p><p>The World Health Organization on Tuesday described the heat wave as “a dress rehearsal” for summers that “will be harder."</p><p>“Europe is warming at more than twice the global average. Heat waves are no longer one-off freak events,” it said. “Every summer we fail to prepare for them is a summer we pay for in lives.”</p><p>Heart attacks and other heat-exposure emergencies surge</p><p>At the Paris-Saclay Hospital, patients suffering from heat exposure started arriving in a surge on June 20, said Dr. Nicolas Gonzales, head of the emergency department.</p><p>“It was like a big mountain,” he said. “It was like that for seven days. So it was very intense.”</p><p>“In winter, we know we’ll have influenza epidemics and probably COVID as well. And now, in the summer, we’re going to have the climate crisis," he said.</p><p>The first patient he treated in this heat wave was an emergency call-out, for a 50-year-old man in a coma at home and with a temperature of about 40 degrees Celsius (104 Fahrenheit). His family said he seemed fine one minute, but was unconscious the next, Gonzales said. He was rushed to the hospital for critical care.</p><p>Then came the flood: heart attacks, dehydration, kidney malfunctions and other heat-related problems, impacting all age groups, from children to older people living alone.</p><p>“Heat is a physical assault. It is a physical assault on the body," Gonzales said. “And when the body can no longer adapt — or, unfortunately, is no longer able to fight off that assault — you don’t feel it coming, and the heart can stop beating."</p><p>Hospitals are urgently upgrading heat defenses</p><p>Paris-Saclay Hospital is new and has air-conditioning, but three older hospitals that are part of its group, which Lussiez heads, aren’t so well defended against the heat. It tested them arduously.</p><p>To prevent medicines from spoiling, they had to be cooled with a temporary solution of electric fans and blocks of ice. Student nurses were recruited to help with the work of keeping patients hydrated. The thermometer hit 33 C (91 F) on the top, most exposed floor of a psychiatric unit, Lussiez said.</p><p>He's now urgently equipping that unit with a cool room for patients on each floor and organizing other renovation works and changes, including moving a department for elderly patients to the new hospital.</p><p>“We’ll be in a better situation next week than we were last week,” he said.</p><p>___</p><p>Associated Press journalist Alex Turnbull contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QR524ANNMQQIPWMBC2OOOYATTY.jpg?auth=c2d8b8790fbc0143166543dbc8035c497b607aa2250b304a72af8c312b98f757&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Doctors and nurses take care of a patient at the emergency department of the Paris-Saclay Hospital, outside Paris, Tuesday June 30, 2026. (AP Photo/Christophe Ena )]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EILA76JWLNECRFHKWGCT7YHELE.jpg?auth=2a610bf27dc12e628825d39f85b0e661f68635a1e900fa3f7080ae344ca5a5c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paramedics take a patient to the emergency department of the Paris-Saclay Hospital, outside Paris, Tuesday June 30, 2026. (AP Photo/Christophe Ena )]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VRFPDQKXLS3E62A5JL37UPIWVI.jpg?auth=83f3925c60611b804536256ebf539e1357e592d5e4a3849f5a6147be975ca618&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A patient waits before being treated at the emergency department of the Paris-Saclay Hospital, outside Paris, Tuesday June 30, 2026. (AP Photo/Christophe Ena )]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LBXWU5TKCUEGWTNEBPLLJ5ZG7E.jpg?auth=5e9a3d73a4a26118ff97375ec9d31e9da3d7bc9291ce01c4baf5c3d0eb7cbf25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A heat-protection is set on a window at the emergency department of the Paris-Saclay Hospital, outside Paris, Tuesday June 30, 2026. (AP Photo/Christophe Ena )]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5S3JJIMFJ5BJI5ZPQIK6R3VSYI.jpg?auth=c288ff0ffb3aac5dffa913df0350828f6df767f3b0772578f52a3dc331faf600&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A nurse prepares a bed at the emergency department of the Paris-Saclay Hospital, outside Paris, Tuesday June 30, 2026. (AP Photo/Christophe Ena )]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content></item><item><title><![CDATA[LeBron James has governors, the NHL and the NFL waiting for his free agency decision]]></title><link>https://www.local10.com/sports/2026/07/01/lebron-james-has-governors-the-nhl-and-the-nfl-waiting-for-his-free-agency-decision/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/lebron-james-has-governors-the-nhl-and-the-nfl-waiting-for-his-free-agency-decision/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Minnesota Gov. Tim Walz made his sales pitch. So did DJ Khaled, the New York Jets and the Winnipeg Jets. Even the PGA Tour took a swing, trying to appeal to someone who has quickly become obsessed with golf.]]></description><pubDate>Wed, 01 Jul 2026 10:00:07 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Minnesota Gov. Tim Walz made his sales pitch. So did DJ Khaled, the New York Jets and the Winnipeg Jets. Even the PGA Tour took a swing, trying to appeal to someone who has quickly become obsessed with golf.</p><p>“We're waiting for you Bron,” the tour posted on social media.</p><p>Get in line. Every team and every league, it would seem, wants LeBron James.</p><p>The waiting-for-LeBron game is on, with the entire basketball universe — and, evidently, the political, entertainment, football, hockey and golf universes as well — waiting to hear what the greatest scorer in NBA history will decide about the 2026-27 season. All that is known so far are two things: He isn't retiring yet, and he won't be playing for the Los Angeles Lakers.</p><p>James let the world know on Tuesday that he's coming back for at least one more season and that he's decided to move on from the Lakers, those decisions becoming known a few hours before the start of free agency. What happens next, and when it will happen, is anyone's guess. The oldest active player in the NBA is still a guy who moves the needle, and it's not even clear if he knows how long this process will take.</p><p>“LeBron James, come on, let's do it again,” DJ Khaled, a regular courtside patron at Miami Heat games, said in a video posting in an effort to recruit James back to the place where he won his first two NBA titles. “Come on, man. Let's do it again. After the game, we'll go play golf. You know Miami's the best city in the world.”</p><p>A person familiar with James' planning told The Associated Press on Tuesday that he wanted his agent, Klutch Sports CEO Rich Paul, to take meetings with interested teams — actual NBA ones, which means it doesn't look good for other online suitors such as the Buffalo Bills, Green Bay Packers and soccer's Minnesota United — before reporting back.</p><p>For the most part, James and Paul went into this process knowing much of what the teams would say. Cleveland's pitch would be that Northeast Ohio is home, that his career started there and that it would make sense to end it there. Miami's pitch would be that he won two titles there, that it's known he loves the city, that it just landed Giannis Antetokounmpo and James still has deep ties to coach Erik Spoelstra and the front office. Golden State's pitch would include playing with Stephen Curry and Draymond Green, two guys who click with James on multiple levels.</p><p>Walz wanted James to see a newspaper clip touting that Minnesota has the best quality of life when compared to other states. The New York Jets pointed out that James wore green and white in high school, matching their color scheme. The Winnipeg Jets simply offered to change their name to LeWinnipeg Jets.</p><p>“Never say never,” the Bills posted.</p><p>Jokes aside, James is obviously worth all the effort that some team will make to get him signed.</p><p>He still plays at an All-Star level, even at his age — there have been 24 instances, including playoffs, of someone in his 40s scoring 30 or more points in an NBA game, and James is responsible for 17 of those. No player had averaged more than 15 points per game in a season after turning 40; James averaged 24.4 points in 2024-25 and 20.9 points this past season, even while often being the Lakers' third option.</p><p>Plus, James' next home will see an immediate rush of activity.</p><p>Season ticket packages, if any are available, will get gobbled up quickly. James' Lakers jersey was the fifth-hottest seller in the league at the end of this past regular season, based on sales from NBAStore.com, Fanatics.com and Fanatics partner sites; his next jersey (even if it is a Cavs or Heat jersey again) will fly off the racks as soon as they can be printed. And it'll probably make fans in that city, whichever city it is, truly believe they have a real shot at the 2027 NBA title.</p><p>Only James knows when the waiting game will end.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DMMGIX75B2BR4X2ZLKMONEF64U.jpg?auth=3810d9d670dfc55cbea79fc0284e77e944e1459f9002d295465687e1ca153343&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Lakers forward LeBron James salutes public address announcer Lawrence Tanter prior to an NBA basketball game against the Denver Nuggets Saturday, March 2, 2024, in Los Angeles. (AP Photo/Mark J. Terrill,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Turkey tightens security and showcases strength and commitment ahead of NATO summit]]></title><link>https://www.local10.com/news/world/2026/07/01/turkey-tightens-security-and-showcases-strength-and-commitment-ahead-of-nato-summit/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/01/turkey-tightens-security-and-showcases-strength-and-commitment-ahead-of-nato-summit/</guid><dc:creator><![CDATA[By SUZAN FRASER, Associated Press]]></dc:creator><description><![CDATA[ANKARA, Turkey (AP) — Turkey is rolling out sweeping security measures for the upcoming NATO summit, deploying tens of thousands of police and placing air defenses on high alert, while banning public gatherings and imposing controversial restrictions on freedom of expression and assembly.]]></description><pubDate>Wed, 01 Jul 2026 11:20:50 +0000</pubDate><content:encoded><![CDATA[<p>ANKARA, Turkey (AP) — Turkey is rolling out sweeping security measures for the upcoming NATO summit, deploying tens of thousands of police and placing air defenses on high alert, while banning public gatherings and imposing controversial restrictions on freedom of expression and assembly.</p><p>That's meant to safeguard the summit, but also to display strength and underscore Turkey’s commitment to the military alliance, even as it is often portrayed as an outlier within it.</p><p>On July 7–8, leaders from all 32 member states are expected convene in the Turkish capital, including U.S. President Donald Trump, whose threats to withdraw from NATO and reduce U.S. troop levels have cast uncertainty over the alliance’s future.</p><p>Turkey has also unveiled a new VIP airport, converted from a former military airfield, specifically to host NATO leaders.</p><p>Allies will aim for unity</p><p>At the Ankara summit, NATO members are expected to address questions over defense spending and the U.S.’s evolving role in the alliance.</p><p>The main agenda will center on unity after Trump has criticized allies for failing to support the U.S.-led war on Iran and efforts to reopen the Strait of Hormuz.</p><p>“The important aspect of the meeting is to what extent the rift between the United States and Europe can be healed or narrowed during the summit,” said Fatih Ceylan, a former Turkish ambassador to NATO and security analyst at the Ankara Policy Center. “We should not expect miracles, but nonetheless if there is a convergence of ideas emphasizing the importance of NATO, that should be seen as a success.”</p><p>Turkey's role as host seems to have helped win an appearance by Trump, who has a close rapport with Turkish President Recep Tayyip Erdogan.</p><p>“Well, except for the fact that it was being held in Turkey by President Erdogan, I don’t think I would have gone to it,” he told reporters following a meeting with NATO Secretary General Mark Rutte at the White House.</p><p>Turkey has often acted independently in NATO</p><p>In the run-up to the summit, Erdogan described Turkey as a reliable ally that consistently shoulders responsibility on NATO’s southeastern flank and will continue to play a leading role in the alliance. He said his country was working to ensure that the Ankara Summit “will stand as a reference point in NATO’s history.”</p><p>A NATO member since 1952, Turkey has the alliance’s second-largest army after the United States, a fast-growing defense industry, and a strategic location the crossroads of Europe, the Middle East, the Black Sea, and the Caucasus.</p><p>Yet it has often acted independently, frustrating allies by refusing to participate in sanctions on Russia, engaging in disputes with Greece, and purchasing Russian missile defense systems — a move that led to its expulsion from the U.S.-led F-35 program in 2019.</p><p>Turkey also delayed Finland and Sweden’s NATO membership until it secured concessions on counter-terrorism cooperation and the lifting of arms export restrictions, and blocked the appointments of NATO chiefs Anders Fogh Rassmussen in 2009 and Mark Rutte in 2024 until other demands were met.</p><p>But Turkey's independent streak has also enabled it to play a mediating role, from brokering a deal to ship grain across the Black Sea between Ukraine and Russia in 2022 to supporting recent initiatives aimed at ending the war in Iran.</p><p>Ankara, too, has at times been frustrated with its NATO allies, particularly over what it saw as the alliance’s lack of solidarity during a failed coup attempt in 2016, and the arms sales restrictions imposed on Turkey after its intervention in Syria.</p><p>Murat Aslan, an analyst at the Ankara-based SETA think tank, said Turkey learned to “play it alone” due to its turbulent relations with the United States and Europe, adding that Europe is now also talking about “strategic autonomy” from the U.S.</p><p>Turkey can help NATO navigate U.S.–Europe tensions by showing how to “balance” independence with alliance commitments, he said.</p><p>Ankara is tilting back toward the West</p><p>More recently, however, Turkey has leaned closer to NATO, whose importance was underscored during the Iran war when alliance missile defenses intercepted four missiles fired from Iran into Turkish territory. Weeks before the summit, Italy and Germany deployed air defense systems to help Turkey respond to heightened threats.</p><p>“Turkey wishes to distinguish itself as a foreign policy actor that is independent of NATO and the West,” wrote Hamish Kinnear, principal Middle East and North Africa analyst at risk intelligence company Verisk Maplecroft, in a note. “While Turkey is not abandoning its balancing approach, it is tilting closer to the West, primarily because of NATO.”</p><p>Authorities roll out strict security measures</p><p>In Ankara, strict access restrictions will be imposed on several of the city's main arteries, around airports, the presidential complex where the summit will be held, and around hotels hosting the delegations, severely disrupting life in the city of nearly 6 million.</p><p>As the country prepares for the summit, Erdogan unveiled a new airport which was transformed from a former military airfield into a modern facility with expanded runways. The new Ankara Airport is expected to remain a VIP airport after the summit and is not expected to serve the general public, officials have said.</p><p>Facades of houses along the route from the new airport have been painted over as part of city beautification efforts, the newspaper Cumhuriyet reported.</p><p>With a history of terrorist attacks, Turkey's capital is no stranger to tight security, but the measures being taken in connection with NATO appear to go beyond the usual.</p><p>Authorities have also banned demonstrations, concerts, and graduation ceremonies during the summit, while nonessential state employees have been placed on leave to ease congestion.</p><p>Security units have detained more than 200 people suspected of links to extremist groups, including the Islamic State group, authorities said. Media reports said that several activists, lawyers and an academic were caught up in the sweep.</p><p>A Turkish court, meanwhile, blocked access to websites critical of NATO and the summit on security and public order grounds, according to Engelli Web, a website that tracks websites banned in Turkey. Several journalists from Turkish opposition-leaning media organizations were denied accreditation to cover the summit, sparking outrage from media rights groups.</p><p>“In the history of the organization, we have never witnessed security measures as stringent and suffocating in a host city for a summit as we are seeing this time in Ankara,” wrote Namik Tan, a former Turkish ambassador and legislator from Turkey's main opposition party.</p><p>Personal trainer Selin Karakoc said she breathed a sigh of relief after she was told that her wedding on July 5 falls just before the start of the restrictions.</p><p>“Ours could be one of the last weddings in Ankara that week,” she joked.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WZ5DBMN4YCCXODBRKKAVMOYLPU.jpg?auth=1b05a14dbbccda88503e161f3892896e664de931142dcf610cc48e19dc1b9028&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Demonstrators chant slogans and raise placards, during an anti-NATO protest in Istanbul, Turkey, Saturday, June 27, 2026, days ahead of the NATO summit scheduled to be held in Ankara on July 7-8.(AP Photo/Khalil Hamra)]]></media:description><media:credit role="author" scheme="urn:ebu">Khalil Hamra</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NGAEPKEVD6YYYGLW475QCBR52E.jpg?auth=42606d05bab5476f98056355f8f3ec7d642e978046a22dfc9f20c4232f6af2db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Demonstrators chant slogans and raise placards, including a sign depicting U.S. President Donald Trump, during an anti-NATO protest in Istanbul, Turkey, Saturday, June 27, 2026, days ahead of the NATO summit scheduled to be held in Ankara on July 7-8.(AP Photo/Khalil Hamra)]]></media:description><media:credit role="author" scheme="urn:ebu">Khalil Hamra</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W3JAWTKEG6NF4ATTLUOBEMRZ7Y.jpg?auth=0b7225af064f50388ed6c2c8df61ceeafc901fe7f251b9e4b767240d7c7010c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Flags flap in the wind outside NATO headquarters in Brussels, Jan. 19, 2026. (AP Photo/Virginia Mayo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QR57LHG7MCE2F4QDDCVIE6KP3M.jpg?auth=08135bce1a78162bb580ad01784eb9a285015851cf8d511e9497327a2250f8eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this handout photo released by Turkish Presidency, Turkish President Recep Tayyip Erdogan, left, greets Turkey's army top commanders during the official opening ceremony of a converted military airport, in Ankara, Monday, June 15, 2025. (Turkish Presidency via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Turkish Presidency</media:credit></media:content></item><item><title><![CDATA[Survey shows Japan's business sentiment improving for a 5th straight quarter]]></title><link>https://www.local10.com/business/2026/07/01/survey-shows-japans-business-sentiment-improving-for-a-5th-straight-quarter/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/survey-shows-japans-business-sentiment-improving-for-a-5th-straight-quarter/</guid><dc:creator><![CDATA[By YURI KAGEYAMA, Associated Press]]></dc:creator><description><![CDATA[TOKYO (AP) — Business sentiment among major Japanese manufacturers has improved for a fifth straight quarter, the Bank of Japan said in its quarterly “tankan” survey released Wednesday.]]></description><pubDate>Wed, 01 Jul 2026 05:27:29 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — Business sentiment among major Japanese manufacturers has improved for a fifth straight quarter, the Bank of Japan said in its quarterly “tankan” survey released Wednesday.</p><p>The survey's so-called diffusion index rose to 22 from 17 in the previous quarter, the BOJ said. The index for large non-manufacturers, such as services, edged up to 37 from the last tankan 's 36.</p><p>The survey is an indicator of companies foreseeing good conditions minus those feeling pessimistic.</p><p>Higher fuel prices due to the Iran war have added to inflationary pressures in Japan, though crude oil prices have fallen since the U.S. and Iran agreed on an interim deal to end the war.</p><p>Although a weak yen raises the value of exports’ earnings when converted into yen, a boon for Japan’s giant exporters, that positive is starting to be countered by the big negative of rising energy prices.</p><p>Japan imports nearly all of its oil and gas, and the yen’s recent decline to near a 40-year low has added to those concerns given recent high oil prices.</p><p>The U.S. dollar was trading at about 162 yen on Wednesday.</p><p>Last month the Bank of Japan raised its benchmark interest rate to 1%, a three-decade high, citing challenges stemming from a weak Japanese yen and higher prices. The central bank has been trying to normalize monetary policy lately after decades of keeping interest rates near or below zero.</p><p>Analysts say Japan's economic indicators, such as investments, remain relatively strong despite longer term problems such as a chronic labor shortage due to an aging and declining population.</p><p>“Sales remain firm, especially for large enterprises, but profits are expected to weaken,” said Amova Asset Management Chief Global Strategist and Chief Economist Naomi Fink said about the tankan.</p><p>“Fixed investment plans are strong for large and mid-size firms but less so for small firms.”</p><p>___</p><p>Yuri Kageyama is on Threads: https://www.threads.com/@yurikageyama</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AOEK5ZVCRU4UI6DQMHKDWIONQU.jpg?auth=b1de4ae71338de29ef0159b23d6ea6a336b11e973a09852d540db34c53b298ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tokyo container terminal is pictured in Tokyo on Feb. 19, 2025. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content></item><item><title><![CDATA[Writer E. Jean Carroll calls for Trump to pay $5.8M after high court appeal fails]]></title><link>https://www.local10.com/news/2026/07/01/writer-e-jean-carroll-calls-for-trump-to-pay-58m-after-high-court-appeal-fails/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/01/writer-e-jean-carroll-calls-for-trump-to-pay-58m-after-high-court-appeal-fails/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK and LARRY NEUMEISTER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Advice columnist E. Jean Carroll asked a judge Tuesday to require President Donald Trump to pay her $5 million from a jury verdict that concluded Trump sexually abused her in the 1990s and defamed her after she publicly described the attack in 2019.]]></description><pubDate>Wed, 01 Jul 2026 05:56:02 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Advice columnist E. Jean Carroll asked a judge Tuesday to require President Donald Trump to pay her $5 million from a jury verdict that concluded Trump sexually abused her in the 1990s and defamed her after she publicly described the attack in 2019.</p><p>Lawyers for Carroll filed papers in Manhattan federal court to say Trump is unjustly trying to further delay release of the money after the Supreme Court refused Monday to hear an appeal of the 2023 civil jury verdict.</p><p>The amount has grown to nearly $5.8 million with interest and should be required by the court to be disbursed, the lawyers wrote, saying Trump has resumed his defamatory attacks against Carroll as his lawyers considered asking the high court to reconsider its decision.</p><p>The jury reached its verdict in a trial that Trump did not attend after Carroll testified that she was sexually abused by Trump in spring 1996 in the dressing room of a midtown Manhattan luxury department store after a flirtatious and friendly chance encounter between them turned violent.</p><p>Carroll, 82, first talked about the attack publicly in 2019 while Trump was president. He repeatedly insisted that he never knew Carroll. He also accused her of trying to sell books at his expense and having political motives.</p><p>Trump promised on social media Monday to keep fighting what he called a “Weaponization and Lawfare Case” after the Supreme Court's rejection became known.</p><p>They said lawyers for Trump contacted Carroll's attorneys minutes after Trump published a response to the high court's action, asking that the payout be delayed while the Supreme Court is asked to reconsider its decision.</p><p>But Carroll's lawyers — Roberta Kaplan, D. Brandon Trice and Maximilian T. Crema — said in their court filing that there was no reason to delay the payment, especially since the Supreme Court expressed no division in its decision not to hear the case.</p><p>“To date, Carroll has agreed to each of Defendant’s many requests to delay the payment he owes her. Given the extraordinary lengths he has taken to avoid such payments and that each of those efforts has been denied in full, that cooperation ends today. It is time for him to pay Carroll,” they wrote.</p><p>Lawyers for Trump did not immediately respond to a request for comment.</p><p>Trump is also appealing $83 million in defamation compensation granted to Carroll from a separate Manhattan jury after a January 2024 trial at which Trump briefly testified.</p><p>At that trial, Judge Lewis A. Kaplan, who is unrelated to Carroll's attorney, required that jury to accept the findings of the previous jury and only determine how much money, if any, Trump owed Carroll for comments he made about her as president.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QYRUUCGNMRMZ2OEIKXFHC7ILSU.jpg?auth=8e2967e6d05da27bde16af042723905725b55faebb04ab9e5b57d0f01d1faa24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - E. Jean Carroll arrives at Manhattan federal court, Jan. 17, 2024, in New York. (AP Photo/Eduardo Munoz Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Munoz Alvarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NQ4NNQURBMR5NHVVD3P3VHZBP4.jpg?auth=fa2e7999a520f86b64a09e4643b5ff37ad25f2b248c600475b5dd146105712cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Supreme Court is seen, June 11, 2026, in Washington. (AP Photo/Mariam Zuhaib, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Ecuador's Hincapié becomes the second player sent off for covering his mouth at the World Cup]]></title><link>https://www.local10.com/sports/2026/07/01/ecuadors-hincapie-becomes-the-second-player-sent-off-for-covering-his-mouth-at-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/ecuadors-hincapie-becomes-the-second-player-sent-off-for-covering-his-mouth-at-the-world-cup/</guid><dc:creator><![CDATA[By JACK LITTLE, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — Ecuador’s Piero Hincapié became the second player to be issued a red card at the World Cup under FIFA’s new rule that calls for a player to be sent off for covering their mouth during a confrontational exchange with an opponent.]]></description><pubDate>Wed, 01 Jul 2026 04:47:21 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — Ecuador’s Piero Hincapié became the second player to be issued a red card at the World Cup under FIFA’s new rule that calls for a player to be sent off for covering their mouth during a confrontational exchange with an opponent.</p><p>Hincapié was sent off in the 95th minute of Ecuador’s 2-0 loss to Mexico Tuesday in the round of 32. He was shown the red card following an exchange with Mexico forward Santi Giménez.</p><p>FIFA established the new rule to prevent players from hiding abusive comments to opponents by covering their mouth.</p><p>Paraguay’s Miguel Almirón was the first player to be punished under the new rule when he was sent off in a group stage match against Turkey last week.</p><p>While Ecuador’s tournament is over, Hincapié will be suspended for the team's next international match.</p><p>___</p><p>Jack Little is a student in the University of Georgia’s Carmical Sports Media Institute.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/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/DSOHFWGVMYBHW4UZCXWAEYES44.jpg?auth=ab5fbd330453347900ec9d9560220c720232cfdd884e4523e262fd4d39fb6104&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ecuador's Piero Hincapie leaves the pitch after receiving a red card during the World Cup round of 32 soccer match against Mexico in Mexico City, Tuesday, June 30, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/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><media:content url="https://www.local10.com/resizer/v2/VJV5FDKDCN2DCLPX44LQ4AOZ7E.jpg?auth=6ef8ee6d2aa4c63474ab3bfa7d5c403ce776d15985f3f0e0c626519bbce6629b&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),not in picture, during the World Cup round of 32 soccer match between Mexico and Ecuador in Mexico City, Tuesday, June 30, 2026. (AP Photo/Eduardo Verdugo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content></item><item><title><![CDATA[Trump's actions signal a move toward institutionalizing people with disabilities, advocates warn]]></title><link>https://www.local10.com/health/2026/07/01/trumps-actions-signal-a-move-toward-institutionalizing-people-with-disabilities-advocates-warn/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/01/trumps-actions-signal-a-move-toward-institutionalizing-people-with-disabilities-advocates-warn/</guid><dc:creator><![CDATA[By ANNIE MA, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — For decades, disabled people have fought for their rights to go to school and live alongside peers without disabilities — rights that some fear could be losing ground under the Trump administration.]]></description><pubDate>Wed, 01 Jul 2026 04:12:29 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — For decades, disabled people have fought for their rights to go to school and live alongside peers without disabilities — rights that some fear could be losing ground under the Trump administration.</p><p>Last month, the Education Department announced it would offload oversight of special education to the Department of Health and Human Services, led by Robert F. Kennedy Jr., whose comments on the limits of disabilities such as autism have drawn sharp rebukes from advocates and lawmakers.</p><p>Meanwhile, following a White House push to police homelessness, the Department of Justice released guidance that lowered the barrier to institutionalizing any person with a disability.</p><p>Taken together, the actions signal a worrying return to a reality where people with disabilities are pushed to the margins of society, advocates said.</p><p>“It’s a direct, frontal assault on the rights of people with disabilities to live their lives the way that people who are nondisabled live their lives,” said Selene Almazan, legal director for the Council of Parent Attorneys and Advocates. “I can't imagine that as a country, that would be something that we would agree we should go back to.”</p><p>The move away from confining people with disabilities</p><p>Since the 1960s, legislation and court decisions have progressively expanded supports and protections for people with disabilities to go to school with nondisabled peers and to live and work in their communities. Before that, people with mental illnesses or developmental and intellectual disabilities were largely confined to institutions.</p><p>Advocates have pushed back on what's known as the “medical model,” where an individual's disability is viewed as a defect to be cured. Instead, under a “social model” of disability, differences can be accommodated and supported, as people with and without disabilities learn and work alongside each other.</p><p>Families and advocates have warned that moving special education to a health department marks a return to the medical model. They've also been angered by Kennedy's attempts to link vaccines to autism, going against decades of research that show no such link, and his framing of autism as a debilitating disease.</p><p>Kennedy's comments last year, where he said children with autism would never write a poem, pay taxes or hold a job, raised questions about how he would oversee an agency meant to help students develop those skills. Kennedy later said he was referring to people with " severe autism ″ or those who are nonverbal.</p><p>“Many of the things he said autistic people will never do, (special education) is in charge of making sure students with disabilities have the opportunity to do,” said Zoe Gross, director of advocacy at the Autistic Self Advocacy Network. “Will he execute that faithfully, or does he consider disabled students a lost cause until we find some medical cure?”</p><p>The Supreme Court weighs in</p><p>In 1999, the Supreme Court ruled that segregating disabled people who are otherwise able to live in their community with proper supports was a form of discrimination. The Olmstead v. L.C. decision led to requirements that government agencies provide disability services in the most integrated setting possible — in mainstream schools, homes and workplaces.</p><p>But in a memo issued in June, the Department of Justice's Office of Legal Counsel upended that guidance. It argued that neither the Americans with Disabilities Act nor Section 504, two major disability rights laws, requires states to provide services in the most mainstream setting. While the memo does not change the law, it signals how federal agencies may interpret and enforce civil rights issues related to the topic — and it could embolden states or school districts to decline to support people with disabilities in mainstream environments.</p><p>The White House has already acted on a similar philosophy. Last year, President Donald Trump issued an executive order on homelessness that endorsed civil commitment, where a court orders individuals into involuntary hospitalization or treatment programs. Trump directed HHS to reduce barriers to institutionalizing people with mental illnesses.</p><p>In its memo, the Justice Department acknowledged its interpretation of the Supreme Court's Olmstead decision is “out of step" with the common understanding. If a state starts to provide services in institutional settings, legal challenges likely would follow, the DOJ said.</p><p>The Trump administration's steps fit a worldview in which the government has no obligation to support people with disabilities, said Claudia Center, legal director at Disability Rights Education and Defense Fund.</p><p>“It's dark, and it's awful,” Center said. “And I think it's contrary to the majority view in our country. ... It's out of touch with where our society is."</p><p>Families say their kids thrive in mainstream classes</p><p>The moves have created a deep sense of uncertainty for students with disabilities.</p><p>Lindsey Althaus says home and community-based services in northwest Ohio have been instrumental to her family. Her 12-year-old son, Whitman, has autism and a neurological disorder called apraxia, in which the brain struggles to tell muscles how to move to form words or perform other motor skills. For some of his school career, with proper support services, Whitman was able to spend much of his school day in a classroom that included kids without disabilities.</p><p>Through a Medicaid waiver program, Althaus pays her mother to care for Whitman in her absence. That allows him to spend time out in the community with his grandmother while Althaus and her husband are working or away with their daughter.</p><p>Under the Justice Department's new interpretation of Olmsted, states would have fewer obligations to fund and support those programs. And Kennedy, in testimony to lawmakers on Capitol Hill earlier this year, criticized similar programs as subject to fraud.</p><p>“We want to be able to have him in the community,” said Althaus, who works as a disability rights advocate. “It's just starting to feel like Whitman's not going to be welcome anymore. We're going back to this: You're either perfect, or you're not in the light.”</p><p>For many students with disabilities, schools are where they receive the majority of support services and where they are integrated among their peers. Before Magda Nakassis's 8-year-old son, who is autistic and nonverbal, started public school in Maryland, his preschool experience had largely been defined by being kicked out of things, she said.</p><p>In school, Nakassis said, she found teachers and staff members who understood her son's needs and told her to stop apologizing for them. A program at his school called Fantastic Friends teaches mainstream fifth graders about autism, and they spend recesses with children in the autism program. Every year, Nakassis said, there is a waitlist to be a Fantastic Friend.</p><p>Nakassis said that it has been difficult to see the ways autism in particular has become politicized. Every child is entitled to a public education in this country, Nakassis said, and special education is a response to the fact that some children have differences that require additional support.</p><p>Regardless of his diagnosis, his right to an education is not a medical issue, she said, but rather a question of equity and access in a society that often pushes disabled people to the margins.</p><p>“There are lots of kids like him out there, and I sometimes wonder, ‘what did we use to do?’” Nakassis said. “I can't believe it was better.”</p><p>___</p><p>The Associated Press’ education coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GOOJTIVPT4CMFR36CGPTVKXHMU.jpg?auth=128e903eddacf566dc75168f955563936fcc0e51048e0496c52432a4862cb483&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Secretary of Health and Human Services Robert F. Kennedy Jr., listens during a Cabinet meeting at the White House, May 27, 2026, in Washington. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Six protesters to be sentenced in Texas immigrant detention center shooting]]></title><link>https://www.local10.com/news/national/2026/07/01/six-protesters-to-be-sentenced-in-texas-immigrant-detention-center-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/01/six-protesters-to-be-sentenced-in-texas-immigrant-detention-center-shooting/</guid><dc:creator><![CDATA[By JAMIE STENGLE, Associated Press]]></dc:creator><description><![CDATA[DALLAS (AP) — Six people who pleaded guilty to charges related to a demonstration and shooting outside a Texas immigrant detention center are set to be sentenced Wednesday. Other protesters have already been sentenced to decades behind bars, including a former Marine who was handed a 100-year prison term.]]></description><pubDate>Wed, 01 Jul 2026 14:20:34 +0000</pubDate><content:encoded><![CDATA[<p>DALLAS (AP) — Six people who pleaded guilty to charges related to a demonstration and shooting outside a Texas immigrant detention center are set to be sentenced Wednesday. Other protesters have already been sentenced to decades behind bars, including a former Marine who was handed a 100-year prison term.</p><p>A police officer was shot and wounded in the neck during the protest against President Donald Trump’s immigration crackdown outside the Prairieland Detention Center near Dallas last July 4. The U.S. Justice Department alleges the shooting was carried out by members of the leftist militant group antifa — a claim attorneys for the protesters have denied.</p><p>Last week, U.S. District Judge Reed O’Connor called the protest an “assault on democracy” before he and another judge handed down lengthy prison sentences to eight demonstrators who were convicted on terrorism charges.</p><p>On Wednesday, six more defendants could be sentenced to as much as 15 years in prison after they pleaded guilty to providing material support to terrorists. One of them testified at the earlier trial that he spray-painted a guard shack and vehicles in the parking lot.</p><p>The case has been closely watched by critics who say the prosecution could have serious implications for protesters nationwide and First Amendment free-speech rights.</p><p>The protesters' attorneys have insisted there was no planned ambush and that protesters who took firearms with them to the demonstration did so for their own protection. They argue the gathering was planned as a late-night demonstration with fireworks to show support for immigrants detained inside the facility.</p><p>Prosecutors told jurors at trial that the group’s actions — including bringing firearms, first aid kits and wearing body armor — signaled nefarious intent.</p><p>Benjamin Song, a former U.S. Marine reservist who was convicted of attempted murder in the shooting, was sentenced to 100 years in prison, and seven others received prison terms ranging from 30 to 70 years. Some of them, including Song, have filed notices of appeal.</p><p>Another person who will be sentenced Wednesday was convicted at trial. Ines Soto, whose wife was also convicted, could be sentenced to 60 years in prison after being convicted of providing material support to terrorists, riot and explosives. At trial, attorneys for the couple said they arrived late and left the protest when confronted by guards.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B5EKFQDDGJLATVEO2JRDTKJULE.jpg?auth=484536cb8c59775d1ad3e31445bbb02c1dd3f78843e38cc528fa187090fe8874&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Prairieland Detention Center in Alvarado, Texas, is shown, Monday, March 16, 2026. (AP Photo/Tony Gutierrez,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[Defying Pope Leo XIV, traditionalists go ahead with bishop consecrations in Switzerland]]></title><link>https://www.local10.com/news/world/2026/07/01/defying-pope-leo-xiv-traditionalists-go-ahead-with-bishop-consecrations-in-switzerland/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/01/defying-pope-leo-xiv-traditionalists-go-ahead-with-bishop-consecrations-in-switzerland/</guid><dc:creator><![CDATA[By JAMEY KEATEN and NICOLE WINFIELD, Associated Press]]></dc:creator><description><![CDATA[ECONE, Switzerland (AP) — A group of traditionalist Catholics directly defied Pope Leo XIV on Wednesday by consecrating four bishops without his consent, dismissing the resulting excommunications and saying the break with the church was necessary to defend the Catholic faith.]]></description><pubDate>Wed, 01 Jul 2026 13:47:17 +0000</pubDate><content:encoded><![CDATA[<p>ECONE, Switzerland (AP) — A group of traditionalist Catholics directly defied Pope Leo XIV on Wednesday by consecrating four bishops without his consent, dismissing the resulting excommunications and saying the break with the church was necessary to defend the Catholic faith.</p><p>The Society of St. Pius X, which opposes modernizing reforms in the Catholic Church, went ahead with the five-hour ceremony at its seminary in Econe, Switzerland, despite a last-ditch appeal by Leo to call it off. The American pope warned in a letter Tuesday that consecrating bishops without his approval amounted to a “sin of extreme gravity” that will actually harm their faithful.</p><p>The consecrations amounted to a crisis for Leo, who has prioritized church unity and healing tensions with traditionalists that worsened during the Pope Francis pontificate.</p><p>The SSPX, as the society is known, is a threat to the Holy See because it represents a parallel, ultra-Catholic faith. It now has six bishops, 751 priests, 264 seminarians training in five seminaries, 145 religious brothers, 88 oblates and 250 religious sisters representing 50 nationalities, according to SSPX statistics.</p><p>Bells tolled through the misty Alpine mountain valley as hundreds of priests walked two-by-two to the altar under a tent to start the service and then again at the end. An estimated 16,500 faithful who prefer the traditional Latin Mass over modern liturgies attended, sitting in a field through a downpour alongside their children who were too numerous for organizers to count.</p><p>The Mass, rich in velvet and gold-trimmed vestments, chanting and incense, was livestreamed on the society's YouTube channel, with simultaneous explanations in several languages. The highly organized religious extravaganza underscored the society's international reach, despite its schismatic outsider status, and appeal to conservative, traditionalist Catholics wary of the modern, secular world.</p><p>At the start of the Mass, a priest read aloud a statement justifying the consecrations as a necessary “sacred duty” and dismissing the resulting penalties. “We consider every punishment and censure brought to bear against this step will have no validity,” he said.</p><p>Bishop Alfonso de Galarreta, who himself was excommunicated after being consecrated without papal consent in 1988, placed his hands on the head of each of the four new bishops. The ritual confers the Holy Spirit from one bishop to another and recalls Christ’s gesture to his apostles. After they received their miter hats, gloves and pastoral staffs, the four made a procession through the crowd, blessing the faithful as bishops.</p><p>According to church law, consecrating a bishop without a papal mandate incurs the harshest penalty in the Catholic Church: automatic excommunication for the four new bishops and the bishop administering the rite. It also amounts to a schismatic act, an intentional rupture of church unity.</p><p>The society was founded in opposition to Vatican II</p><p>French Archbishop Marcel Lefebvre founded the SSPX 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>In 1988, Lefebvre consecrated four bishops without papal consent. The Vatican promptly excommunicated Lefebvre and the four bishops and declared the consecrations a “schismatic act.” Pope Benedict XVI in 2009 lifted the excommunications, but the SSPX today has no legal standing in the church.</p><p>The SSPX has accused the church of being rife with heresies and errors, and that only it is upholding the true faith of Christ. It has justified the consecrations, citing a “state of necessity” to minister to its faithful.</p><p>It identified the new bishops as Pascal Schreiber of Switzerland, Michael Goldade of the United States, Michel Poinsinet de Sivry of France and Marc Hanappier, also of France.</p><p>The Rev. Davide Pagliarani, the SSPX superior, said in his homily that the consecrations were necessary for the salvation of souls, but he also insisted they served Leo and the church.</p><p>“We are accused of not respecting the pope," he said. "But it is precisely because we love the pope as the vicar of Christ, as the head of the church, that we don't want to see the pope humiliated anymore, on the side of false shepherds representing false religions.”</p><p>The Vatican didn't immediately comment and it wasn't immediately clear how it would communicate the excommunications or any other penalties.</p><p>The ritual had a joyous air</p><p>And yet everything about Wednesday’s ceremony had the air of a joyous celebration. The SSPX website has had a countdown clock running for days ahead of the consecration. Participants received a baseball cap with the “Econe2026” seal on it.</p><p>And in perhaps the most obvious sign of a celebration, registered participants could buy a souvenir set of wine to commemorate the “historic” event for 75 Swiss francs ($92.50). The “Cuvee des Sacres” gift box featured pinot noir, syrah, Petit Arvine and Fendant, each bottle with a label depicting a bishop’s miter, his ring, a cross or crozier staff.</p><p>The field, located under giant power lines, was awash in smiling nuns, priests posing for photos, youths handing out bottled water, black-clad security guards with earpieces and orange-vested volunteers who occasionally cut short journalists' interviews with the faithful. During the downpour, priests administered Communion under yellow and white umbrellas, the colors of the Holy See.</p><p>Arlina Onglao, a 71-year-old travel agent from the Philippines, said she wanted to be on hand for the “historic event” and didn't care about the prospect of excommunications. She said the Vatican had “lost credibility.”</p><p>“I don’t think it’s going to scare any of us. Me, I’m not scared,” she said. “I feel like I’m on a safer road to heaven.”</p><p>Medical researcher Wulfran Lindzondzo, 42, a native of Gabon who lives in France, said he wanted to “rediscover tradition” through the society, noting its presence in the African country.</p><p>“The Holy Father doesn’t really agree with it, but I hand over –- I will pray to the Good Lord that the authorities in Rome can one day accept coming back to the church’s traditions,” he said before the Mass.</p><p>Eduardo Limón of Ciudad Juarez, Mexico, lamented that Leo had asked the SSPX to halt the consecrations at the last minute. He prayed that "God illuminate him so he sees that the fraternity is an institution that has defended the faith,” he said.</p><p>“I’m both sad and content at the same time," he added. "Sad because again Rome closes itself in accepting that the tradition is the only hope for faith. And happy because the father superior (Pagliarani) has said courageously we are going to go ahead with the consecrations.”</p><p>But many Catholics not in Econe, including conservative and traditional ones, opposed the consecrations as an act of severe disobedience to the pope that hurts the church.</p><p>“You can’t serve tradition while disobeying the church and her authority,” said the Rev. Robert Gahl, an ethics expert at the Catholic University of America.</p><p>___</p><p>Winfield contributed from Rome.</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/IUTFDNMENXFY5HHWGVTN74DYEU.jpg?auth=b14b75991f4a71e1991cab7ad5563f3e6f41a08306781afd33e56617c08acdb6&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/U2I2ZFYGQSMOCJHZRL4J4YGEQI.jpg?auth=ef4a727b017192b09beedd4cd0e232cbe44a50e016c8f289df503d38da7addc1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Father Pascal Schreiber is consecrated as bishop during a 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/AMJOADHRFBAKMZHMLRVX3STN7E.jpg?auth=17cb80d130ae5471d0d005985c1028c2a362894cddf86d46e1dc7224ed88c49c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nuns make their way to a tent set up outside the Society of St. Pius X seminary to attend a consecration ceremony for four new bishops 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[Ukrainian drone attacks on oil refineries plunge Russia into a summer fuel crisis]]></title><link>https://www.local10.com/business/2026/07/01/ukrainian-drone-attacks-on-oil-refineries-plunge-russia-into-a-summer-fuel-crisis/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/ukrainian-drone-attacks-on-oil-refineries-plunge-russia-into-a-summer-fuel-crisis/</guid><dc:creator><![CDATA[By DASHA LITVINOVA, Associated Press]]></dc:creator><description><![CDATA[The lines are growing at Russian gas stations -- and so is the frustration and uncertainty as several months of Ukrainian attacks have set oil refineries ablaze and choked supplies for motorists across the vast country.]]></description><pubDate>Wed, 01 Jul 2026 14:14:33 +0000</pubDate><content:encoded><![CDATA[<p>The lines are growing at Russian gas stations -- and so is the frustration and uncertainty as several months of Ukrainian attacks have set oil refineries ablaze and choked supplies for motorists across the vast country.</p><p>Fuel rationing has been introduced in many regions, with hourslong queues of cars snaking beside roads. Social media videos show drivers aghast at the lines or swearing at empty gas pumps and rising prices. The mayor of the Siberian city of Irkutsk even ordered portable toilets brought in to accommodate those in line.</p><p>The fuel crisis — unprecedented for a nation that is one of the world's biggest energy producers — has brought Moscow's full-scale invasion of Ukraine home to ordinary Russians like few other events in the war, now in its fifth year.</p><p>It drew a rare admission from President Vladimir Putin, who acknowledged “problems persist for both motorists and businesses,” and “there are still queues at petrol stations, and finding the right grade of petrol isn’t always easy.”</p><p>He insisted the shortages are “not critical” and “temporary.”</p><p>But that appeared to do little to reassure at least one motorist in Moscow, the wealthy capital typically better-insulated from economic shocks than the rest of the country.</p><p>“I think the situation is not very good,” the motorist waiting in line told The Associated Press on Monday, the day after Putin's televised remarks.</p><p>“They say one thing on television, and in reality it’s another. ... People are queueing everywhere,” he added, declining to give his full name out of safety concerns.</p><p>Ukrainian President Volodymyr Zelenskyy on Monday echoed that sentiment, writing on Telegram that “Putin can go on and on, claiming on TV that he supposedly has everything under control," but Russians can see that the war "has reached the point where even an oil state -- a gas station, as Russia used to be called -- is now facing gas shortages.”</p><p>Ukraine hits energy targets multiple times</p><p>An AP count shows over 50 reported attacks by Ukraine on oil refineries, depots, terminals and other energy infrastructure in Russia and the illegally annexed Crimean Peninsula since March. Often, the same facility was hit more than once -– such as the refinery in the Black Sea town of Tuapse that was struck four times.</p><p>The amount of crude oil Russia processed into fuel in June was down 25% from a year ago, to 3.95 million barrels per day — the lowest level in over two decades, said Gary Peach, oil markets analyst at Energy Intelligence.</p><p>“The outages are extraordinary,” he said.</p><p>Gasoline production has fallen 17% to 850,000 barrels a day, from 1.03 million a day a year ago — far short of what the domestic market needs. Russia exports relatively little gasoline.</p><p>About a third of Russia's oil refining capacity is offline, said Chris Weafer, CEO of Macro-Advisory Ltd. Consultancy, noting that because refineries don't publicly confirm the extent of the damage, his estimate comes from anecdotal evidence and oil industry sources.</p><p>“It comes at a very critical time for the Russian economy, in that the agriculture season, particularly the harvest season, is now starting to ratchet up,” increasing demand, Weafer said.</p><p>Ukrainian officials describe the strikes as a campaign to pressure Moscow to end the war by undermining military logistics and supply lines and weakening its ability to mount front-line assaults.</p><p>In particular, Kyiv has sought to isolate Crimea, which was seized from Ukraine in 2014 in a move most nations don't recognize. Attacks this year forced the Moscow-installed authorities to enact fuel rationing on the peninsula in May and halt sales to civilians there altogether. Limited sales later resumed in the city of Sevastopol.</p><p>Attacks — and fuel shortages — spread</p><p>Ukraine carried out major drone strikes on Russia’s two largest cities, embarrassing the Kremlin with images of black plumes of smoke that circulated widely online, despite regulations restricting their publication.</p><p>A June 3 attack on a St. Petersburg oil terminal darkened the sky as Putin prepared to host his annual economic forum to attract foreign investment. On June 18, a similar cloud rose from the Moscow Oil Refinery on capital's outskirts, with greasy black droplets raining down.</p><p>By late June, some form of rationing was reported in over half of Russia's regions. Some slapped strict limits on all gas stations; in others, gas station chains limited how much fuel could be bought.</p><p>Officials blamed hoarding and panic-buying, urging motorists to fill their tanks only when needed.</p><p>Exports of gasoline and aviation fuel have been restricted, and authorities weighed banning diesel fuel exports, too.</p><p>Importing fuel was being considered. Kremlin spokesman Dmitry Peskov said contacts with some countries were “underway,” calling the move “another step toward stabilizing the market and aimed at reducing panic-buying.”</p><p>Shortages in Siberia</p><p>The shortages have reached distant regions where no refineries were attacked by Ukraine.</p><p>Viktor Shkurenko, who owns retail stores and other businesses in the Omsk region, called announced limits on gasoline sales there to 40 liters (10.5 gallons) per vehicle “unexpected.”</p><p>“Nothing was bombed here. We have the biggest oil refinery in Siberia right here, and it gave us confidence that this fuel crisis won’t come to us,” he said, expressing worry about how limits could affect his businesses. As of Saturday, however, he said his company has not had any problems refueling its vehicles.</p><p>In the Siberian region of Zabayakalye, east of Lake Baikal, media reports said a garbage hauler suspended pickups and some bus services were curtailed.</p><p>In addition to ordering portable toilets outside gas stations, the city of Irkutsk raised public transport fares as of Wednesday, citing higher fuel costs.</p><p>Pavel Kharitonenko, acting head of Irkutsk's branch of the opposition Yabloko party, told AP he finds it easier to walk or use public transportation.</p><p>“I don't have the fuel, and I don't want to queue at gas stations,” he said. The Irkutsk region, home to a Rosneft oil refinery, has experienced acute shortages for several days, with lines growing, Kharitonenko said.</p><p>Repairs will take time</p><p>Putin said Russia's gasoline stockpiles are only 4% lower than what it had the same time last year. Weafer, the analyst, says that "reportedly, there are good supplies of fuel around the country. The problem is it’s in the wrong place."</p><p>Supplies need to be reallocated to regions experiencing shortages, and in a big country like Russia, “it's not something that can be done overnight," Weafer said.</p><p>“There should be enough, but it will take several weeks to get it from where it is to where it’s needed,” he says. “It’s just a huge logistics operation to do that.”</p><p>Fixing the war-damaged refineries is complicated. Ukraine's attacks damaged specialized equipment that is often imported, making repairs time-consuming and expensive as workarounds or replacements are sought by evading sanctions.</p><p>“They manage to get these things up and running, not necessarily at full capacity,” Peach said. “But the extent of the damage this time is so extensive that they won’t get back to winter levels of refining this summer.”</p><p>Some refineries aren't worth repairing until a ceasefire or armistice, he said, because they will just "get knocked down again.”</p><p>Repairing the Moscow refinery that supplied 40% of the fuel for the capital and the surrounding region is expected to take at least three months, Weafer said.</p><p>If there's no further damage to Russia's oil infrastructure, he estimated the shortages will last “probably throughout the summer" because demand from agriculture will likely remain high into September.</p><p>———</p><p>Associated Press writers David McHugh in Frankfurt, Germany, and Hanna Arhirova in Kyiv, Ukraine, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5EMDOEDCIASVZOXGANL25ST3LI.jpg?auth=95fcd44784de8e1b4be53903f6e8afa37216776ce1b1b56a2ddf3ea00ba814a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cars line up at a Lukoil gas station in Moscow, Monday, June 29, 2026. (AP Photo/Pavel Bednyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HSZP6YQPVIB3PL3ZHXBTBO6NPM.jpg?auth=81347523d508f3d086d513d1dd40fec5de18a059ef2cadc6720e48d73cc93ae9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Signs reading in Russian "We are sorry, the equipment is temporarily out of service" are seen on gas pump nozzles at a Gazprom Neft gas station in Moscow, Monday, June 29, 2026. (AP Photo/Pavel Bednyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/55QMVFGC3CL45BLUBCOYQQ2SXA.jpg?auth=ba5162538452cfc0d8673222a01f352821fd4ed6bad38acf553fe08bcec6dced&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A plume of black smoke is seen over the port of St. Petersburg, Russia, Wednesday, June 3, 2026, after a Ukrainian drone attack. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/BYQGX35MESHQ5EVPBWVXSEPDZE.jpg?auth=d800463b54c82b232e21c8264ce10c75177534cbab841fbce20054ac4e1b9084&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cars line up at a Lukoil gas station in Moscow, Monday, June 29, 2026. (AP Photo/Pavel Bednyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UCE7QQVSE4H3YJIGOBFDQSAMIE.jpg?auth=e613e903f7ae887fd89b44c8b2c3519433f937fdc053c32bf609b6b0005a0a9f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man fills up a tank of his car as signs reading in Russian "No diesel" and "No premium gasoline" are seen on gas pump nozzles at a Tatneft gas station in Moscow, Monday, June 29, 2026. (AP Photo/Pavel Bednyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content></item><item><title><![CDATA[As the Pentagon stays quiet, AP reconstructs a US strike that killed over 100 Iranian children]]></title><link>https://www.local10.com/news/world/2026/07/01/as-the-pentagon-stays-quiet-ap-reconstructs-a-us-strike-which-killed-over-100-iranian-children/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/01/as-the-pentagon-stays-quiet-ap-reconstructs-a-us-strike-which-killed-over-100-iranian-children/</guid><dc:creator><![CDATA[By JULIA FRANKEL, Associated Press]]></dc:creator><description><![CDATA[JERUSALEM (AP) — It was the deadliest reported strike in the U.S.-Israeli war against Iran. Most of the victims were children.]]></description><pubDate>Wed, 01 Jul 2026 13:36:45 +0000</pubDate><content:encoded><![CDATA[<p>JERUSALEM (AP) — It was the deadliest reported strike in the U.S.-Israeli war against Iran. Most of the victims were children.</p><p>In almost any other conflict, these haunting truths would be seared into national memory. Yet more than 120 days since at least one U.S. missile struck an Iranian primary school, there remains no final accounting of what happened.</p><p>The Trump administration has yet to directly accept the blame or formally release findings of a Pentagon investigation into the bombing, even though the military possessed evidence almost immediately that the site of the school had been struck, a U.S. official with knowledge of the situation, who spoke on condition of anonymity in order to discuss an ongoing investigation, told The Associated Press.</p><p>The AP has reconstructed the story of the attack, beginning in the schoolyard on the morning of Feb. 28, drawing from open-source information, video footage, human rights reports and interviews with researchers and civilians inside and outside Iran to reveal previously unreported details about the bombing in Minab, including the diversity of children killed.</p><p>Still, many details about the blast remain elusive, as a lack of information from the Pentagon and politicization of the attack by Iran’s theocracy have complicated independent reporting efforts. That has created an accountability vacuum, leaving the families of the victims without resolution. Among the mysteries remaining are the number of munitions that hit the school and a complete list of the dead.</p><p>When asked last week about the incident, President Donald Trump said he hadn't read the Pentagon's report and had seen nothing to make him believe the U.S. had carried out the attack.</p><p>“I don’t know that they’re ever going to solve that problem in terms of whose fault was it, because there were missiles flying all over the place,” he said. “I don’t think it was us."</p><p>Iran's mission to the United Nations did not respond to a request for comment from the AP.</p><p>Video evidence, interviews and other sources yield a fuller picture</p><p>The reconstruction draws from interviews with U.S. officials, Iranian human rights workers, a resident of Minab, an international representative of the Coordinating Council of Iranian Teachers’ Trade Union and researchers from major international rights groups.</p><p>Several people who spoke to the AP were in direct contact with the families of victims and rescuers who rushed to the scene. Most requested anonymity for fear of retribution against them and those with whom they spoke.</p><p>Teachers called parents to pick up their kids. Then the bomb fell</p><p>Skies over the city of Minab, located in southeastern Iran about 16 miles (25 km) from the Strait of Hormuz, were clear and bright on the morning of Saturday, Feb. 28, a school day in Iran. It was Ramadan.</p><p>Students of the Shajareh Tayyebeh school, Farsi for “Good Tree,” jostled past the colorful murals lining the schoolyard and into the building. Boys and girls filtered into separate spaces with brightly painted desks.</p><p>The school they entered was one of over 30 with the same name established to serve children from families closely tied to Iran's paramilitary Revolutionary Guard or other state institutions, said Shiva Amelirad, the international union representative who also worked as a teacher in Iran for 18 years and has been in contact with people in Minab.</p><p>Though most schools in Iran operate within guidelines proscribed by the Islamic Republic, the Shejareh Tayyebeh schools were more explicitly oriented toward reproducing and reinforcing the Guard’s worldview, she said, adding that children are civilians regardless of their family backgrounds, and "any attack targeting a school is unequivocally condemnable."</p><p>The school lay within the same walled compound as a Guard base, according to an AP assessment of satellite imagery and open-source mapping. It was once part of that neighboring base, before it was fenced off and converted over a decade ago.</p><p>Though some of its pupils were the children of Guard officers working on the nearby base, others were local children from Minab, which is populated predominantly by people of the majority-Sunni Baluch ethnic minority who often face repression from the Iranian government, said the Balochistan Human Rights Group.</p><p>Hundreds of students are believed to have been inside the building by the time teachers and administrators received the news that bombs had begun falling on Tehran around 9:40 a.m.</p><p>Teachers and administrators thought it prudent to send the children home. They called parents on landline phones, summoning them for an early pickup, two people told the AP. A recently released report by Airwars, a London-based independent group that tracks recent conflicts, also found that parents were called to pick up their children.</p><p>At 10:15 a.m., Iran’s state media sent out an advisory, closing schools across the country.</p><p>One father, who lived a short distance away, went immediately to pick up his 10-year-old son, said a resident of Minab, who relayed the stories of several families to the AP. The AP verified details of the residents’ stories against available lists of the dead and rights groups' chronologies of the day’s events.</p><p>The father noticed his 6- and 7-year-old relatives among the students waiting for their parents, said the resident. He asked them if they’d like a ride home and they said no, that their own father was on the way.</p><p>He left with his child and headed to the supermarket. Ten minutes later, he heard the explosions.</p><p>Multiple munitions pummeled the compound, striking at least five buildings, according to an AP analysis of satellite imagery. Hundreds of pounds of explosives collapsed the school.</p><p>A tiny arm, suspended in the rubble</p><p>The father raced back to a scene of chaos, where onlookers gathered, screaming, as men pawed through smoking rubble to dig out bodies, according to video of the aftermath circulated by Iranian state media.</p><p>Eventually, the father made out two burned figures he believes were those of his relatives, but he couldn’t be sure.</p><p>People kept coming. One man from a nearby Sunni village arrived to search for his nephew after receiving a panicked call from the boy's mother. In the rubble, he found her dead son.</p><p>Rescuers found small backpacks and children’s drawings, colored pencils and worksheets. Gently suspended, a tiny arm lay in the wreckage.</p><p>Men carried disfigured limbs and torsos to the local hospital, said the Balochistan Human Rights Group, whose staff spoke with two families of those killed. The AP has not been able to verify how many munitions specifically hit the school, but the attack had left flesh so mutilated that many body parts were unrecognizable.</p><p>By the end of the day, doctors at the hospital estimated they had at least 108 bodies, but cautioned that it was likely an undercount, said the resident of Minab.</p><p>By the next day, state media was saying around 150 had been killed. Soon, it was reporting a death toll of 168.</p><p>‘They called the kids martyrs’</p><p>Three days after the bombing, state TV showed thousands of Iranians packing a Minab roundabout, where the crowds faced a podium and a large portrait of Ayatollah Ruhollah Khomeini, the late founder of the Islamic Republic.</p><p>The gathering might have been mistaken for a demonstration, if it were not a funeral. All the parents of victims, regardless of ethnicity or religion, had to participate, said the Minab resident. Most women in the crowd donned the black chador garment customary to the Islamic Republic, even though it’s not typically worn by Baluch people at funerals.</p><p>Parents were told they'd be permitted to take their children’s bodies back to their villages and conduct their own observances, said the resident. In the end, though, many decided to bury their children together.</p><p>In footage captured by drone cameras and circulated by state media, workers broke ground on an earthen lot, creating a grid of tiny, identical, unmarked graves.</p><p>“The state media advocated a narrative based on IRGC interest,” said Amelirad. “You can tell because they called the kids martyrs.”</p><p>The story grows harder to tell</p><p>Strikes continued to ravage Iran, targeting more sites in its opening days than the start of recent U.S. or Israeli military campaigns, including in Gaza, an Airwars analysis found.</p><p>Racing to document the ongoing bombardment, journalists and rights groups struggled to verify details from Minab. They had no access to the target site. Government restrictions in Iran prevented most foreign journalists from entering the country. The opening day of the war, Iran shut down the internet, making it nearly impossible to hear from ordinary civilians.</p><p>As the war progressed and the Strait of Hormuz became a major battlefield, the situation in the province grew more tense, said the resident. All branches of the military were deployed heavily in the area. Families of the victims feared retribution for speaking out. People were reportedly being detained for trying to communicate with foreign media.</p><p>That left Iran's government in control of the messaging around the strike.</p><p>Iran’s soccer team wore golden “#168” pins on their jackets upon their arrival at the FIFA World Cup.</p><p>The Iranian team negotiating for a pause to the war with the U.S. named itself “Minab 168.”</p><p>The children were depicted as animated Lego figures in viral videos made by pro-Iran groups trolling the U.S.</p><p>“In the aftermath of the attack, Iranian authorities ... exploited the suffering of victims’ families and surviving children for propaganda purposes,” wrote Amnesty International in a March report investigating the deaths.</p><p>Through it all, there remained no public list of the names of the dead.</p><p>The Pentagon finds clues in archive</p><p>Locked out of Iran, researchers focused on the question of responsibility.</p><p>Iran blamed the U.S. Trump cast doubt on American culpability and pointed the finger at Iran. Defense Secretary Pete Hegseth said only that the Pentagon was investigating.</p><p>Internally, the U.S. military knew more than it initially let on. The clues were buried in their archives.</p><p>When the news first surfaced, the U.S. military knew they had conducted strikes in the vicinity — though it took the military time to verify the Iranian claims that a school was struck and begin a formal investigation, said a U.S. official with knowledge of the situation, who spoke on condition of anonymity to discuss the ongoing inquiry.</p><p>It appears that while the building housing the school was identified as such by one analyst as early as seven years ago, that discovery was not sufficiently made known across different intelligence and military staffs and agencies, the U.S. official said.</p><p>Ultimately, the building was not known among target developers as a school, revealing potential systematic shortfalls in the target analysis and review process, they said.</p><p>One former Pentagon official, similarly speaking on condition of anonymity, said the bombing came as a natural result of changes made by the Trump administration to reduce staff to mitigate civilian harm and Hegseth’s emphasis on lethality.</p><p>When Hegseth took charge, he slashed the size of an office called the Civilian Protection Center of Excellence, created at the direction of Congress in late 2022. That stopped the office’s work on updating “no-strike lists,” which are lists of protected sites such as hospitals, schools, churches and mosques, that the Pentagon keeps, said Wes Bryant, who began working at the office in 2024 as the Branch Chief of Civil Harm Assessments.</p><p>When he was working at the Pentagon, it was well known that the list was out-of-date, he said.</p><p>The search for more answers from Minab</p><p>In the last weeks, researchers have made some progress. Airwars, the conflict research group, spent months combing through open-source information to verify the identity of victims. The group determined the names and identities of 157 of the dead, including 123 children, all 13 or younger, and 34 adults. Among the adults are 26 school staff members (one of whom was pregnant) and five parents — each of whom lost at least one child.</p><p>The group puts the death toll between 157 and 168 and says between 95 and 111 people were injured.</p><p>It’s unclear if the formal results of the military’s Minab investigation will be published. Much of the investigative work has been completed, but the U.S. military’s Central Command, which commissioned the investigation, is currently reviewing the findings.</p><p>Findings from similar past investigations have been more timely. When a Hellfire missile killed 10 civilians in Kabul, Afghanistan, on Aug. 29, 2021, the Defense Department claimed responsibility and gave details on its operations in less than a month.</p><p>When asked about the Minab investigation last week, Trump said, “I don’t know that they’re ever going to solve that problem." Hegseth said the report would be divulged “when the appropriate time is right.”</p><p>Some members of Congress still push for transparency.</p><p>In a recent interview, Sen. Mike Rounds, a Republican from South Dakota and a member of the Armed Services and Intelligence committees, said Congress has not gotten enough information on the bombing and expected a full report.</p><p>The issue “has not gone away,” he said.</p><p>___</p><p>Associated Press writers Konstantin Toropin, Mary Clare Jalonick and Lisa Mascaro in Washington, Sarah El Deeb in Beirut and Amir Hussein Rajdy in Cairo and Jamey Keaten in Geneva contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7WNICLMOZOGQDWCM7ADQBU5RPI.jpg?auth=0658856a26b4754e1fa01991c9b822c31fde76dc71db170fd1e79cfc21b82910&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE.- This picture, released by the Iranian government's foreign media department and distributed by the AP without changes, shows graves being prepared for the victims, mostly children, of a strike Feb. 28 on a primary school in Minab, Iran, Monday, March 2, 2026. (Iranian Foreign Media Department via AP,File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/W45YG6YLQQASQ2RZNA5JY24OWI.jpg?auth=b2e6278e302e415482467047fc45794b497a38498a74b9c1941b35daf7611c78&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE.- Rescue workers and residents search through the rubble in the aftermath of a strike on a primary school in Minab, Iran, Saturday, Feb. 28, 2026. (Abbas Zakeri/Mehr News Agency via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Uncredited</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TUIKRGDUZVDHTCTIG6OIXKFIGA.jpg?auth=ba0ca208014e4145d19ec0162af9557b8f767ee59300590978e2f7ef3f6f5606&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE.- A coffin is carried during the funeral of mostly children killed in a strike Feb. 28 at a primary school in Minab, Iran, Tuesday, March 3, 2026. (Abbas Zakeri/Mehr News Agency via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbas Zakeri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UWBY25MYU3UCCGGVUYRU3YPMGI.jpg?auth=9e1d769bbf39832594da91148b1331827ac34e481d8e7a13acc77d5db8323122&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE.- Coffins holding the bodies of mostly children are prepared for the funeral of those killed in a strike Feb. 28 on a primary school in Minab, Iran, Tuesday, March 3, 2026. (Amirhossein Khorgooei/ISNA via AP,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhossein Khorgooei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4P3QTET72CVP3VJY3QUM7BAMGM.jpg?auth=4bdd6aa722dae7f06600985bab04aac1012491a635758696328be202a1bd96ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man sits on a bench in a memorial, set for the school children who were killed during a strike on a primary school in southern town of Minab on Feb. 28, in northern Tehran, Iran, Sunday, April 12, 2026. (AP Photo/Vahid Salemi, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[California bans 'sell by' food labels to cut food waste and confusion]]></title><link>https://www.local10.com/news/2026/07/01/california-bans-sell-by-food-labels-to-cut-food-waste-and-confusion/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/01/california-bans-sell-by-food-labels-to-cut-food-waste-and-confusion/</guid><dc:creator><![CDATA[By OLGA R. RODRIGUEZ, Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — In Kimberley Kausen’s home, a passed “sell by” date on a jug of milk means different things to different family members. For her daughter, it means the jug belongs in the trash. For her husband, it means the milk is still good for a few more days.]]></description><pubDate>Wed, 01 Jul 2026 04:01:03 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — In Kimberley Kausen’s home, a passed “sell by” date on a jug of milk means different things to different family members. For her daughter, it means the jug belongs in the trash. For her husband, it means the milk is still good for a few more days.</p><p>Kausen, a chef and cooking teacher in Irvine, California, is more discerning and often uses her sense of smell before deciding what to do with the milk.</p><p>“I’ll put some thought into it, and if we’re talking about meat and poultry, I’m very cautious about that and for sure will do the smell test and the touch test,” she said.</p><p>The debate playing out in Kausen’s kitchen is repeated in homes across California and the country, where varying phrases on food packaging have long left shoppers unsure whether food is simply past its peak quality or unsafe to eat. The state is aiming to cut down on confusion — and the food waste it creates when people throw away food early — with a new food labeling law starting Wednesday.</p><p>It bans the use of “sell by” labels on food packaging, which experts say act as a guide for retailers on how long to display products on the shelves but are not an indicator of whether they are still safe to consume. Now, manufacturers selling food in California must use two standardized labels — a “Best if Used By” label for peak quality and “Use By” label for product safety.</p><p>Food manufacturers can choose to use either label or both, said Democratic Assemblymember Jacqui Irwin, the author of the bill.</p><p>California became the first state in the U.S. to standardize food labels when it approved the law in 2024 that seeks to reduce food waste and the state’s climate-warming emissions. New York state lawmakers recently approved a similar law that's awaiting Gov. Kathy Hochul’s signature.</p><p>Legislation addressing food labeling also has been proposed in Illinois, Maryland, Massachusetts, New Jersey and South Carolina, though it has not passed in those states.</p><p>Nick Lapis, director of advocacy at Californians Against Waste, which co-sponsored the bill, said food labels are the leading cause of household food waste. The “sell by” date labels have also been a problem for food banks in California because people consider those dates as meaning the food has expired, he said.</p><p>“We don’t need to build some kind of huge infrastructure and invest tons of money to solve this. We just need companies to use the same words across brands,” he said.</p><p>There are more than 50 different date labels on packaged food sold in stores, according to a 2022 report on food waste published by the University of Maryland. The information in the labels is largely unregulated and often does not relate to food safety.</p><p>“Consumers get confused and they just default to assuming that whatever date is on the package means ‘don’t eat it and throw it away’,” said Kumar Chandran, policy director at ReFED, a nonprofit focused on reducing food waste.</p><p>Chandran said California and New York’s approval of food-labeling laws has added momentum to the push for a national standard. A bipartisan bill that would establish uniform food labels is pending in Congress. The U.S. Department of Agriculture recommended a decade ago that food sellers should switch to “Best if Used By” labeling.</p><p>Currently, the only product that is regulated federally with date labels is infant formula.</p><p>With no federal regulations dictating what information labels should include, the stamps have led to consumer confusion — and nearly 20% of the nation’s food waste, according to the Food and Drug Administration. In California, that’s about 6 million tons of unexpired food that’s tossed in the trash each year.</p><p>Nate Rose, a spokesperson for the California Grocers Association, said some grocers have had to overhaul their labeling systems, but as a whole, the association has been supportive of the change.</p><p>The new labels will result in “a win-win where we can reduce food waste and consumers will find these decisions a little bit simpler,” he said, adding that shoppers will still find old labels in stores for months to come as grocers sell through the products that already have them.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZYNK372EFFR6NLASHBAZKQSQH4.jpg?auth=b696dcbc70c855e440e8f5f5224a429c61dd5ae463862636b06a7ddf4c65cf7a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Best If Used By date is stamped above a Sell By label on a milk carton, Tuesday, June 30, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2GNQLNZQPYD7PEUJ5LXGQNQZKU.jpg?auth=33f531426421369c06bf62a2db4f1267c0b457c41dc93af84570057b47281c46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A date is stamped below a Sell By label on a carton of eggs displayed at Park Plaza Fine Foods, Tuesday, June 30, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F6QKXUWSMVVJFYJ45QFSBO3QRI.jpg?auth=21fa39ae6c84f9aa2690b68a0b4f7829ff8fce30cf19195abc40a512f4b5ed16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Use By date is stamped on package of smoke sausage displayed at Park Plaza Fine Foods, Tuesday, June 30, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B2MNI3FCFC4CETAZRP5Z2DCPBY.jpg?auth=97579bdc7144dd8237611f719474add1a9584cf7f09ad8301b3e0c7ca524cd19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Best If Used By date is stamped on a package of potato chips displayed at Park Plaza Fine Foods, Tuesday, June 30, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SO46Z6BHE7HM47GMBSBJV2U6J4.jpg?auth=bee2500aab2c4bb386f8dc6108cc63f2e5826a68fbdcc2c725b5c38b22da914a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Enjoy By date is stamped on a drink displayed at Park Plaza Fine Foods, Tuesday, June 30, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Most US stocks rise, but drops for tech keep Wall Street in check]]></title><link>https://www.local10.com/business/2026/07/01/wall-street-weakens-as-technology-stocks-drag-indexes-lower/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/wall-street-weakens-as-technology-stocks-drag-indexes-lower/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Most U.S. stocks are rising on Wednesday, but drops for some influential technology companies are keeping the market in check.]]></description><pubDate>Wed, 01 Jul 2026 14:28:36 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Most U.S. stocks are rising on Wednesday, but drops for some influential technology companies are keeping the market in check.</p><p>The S&P 500 edged down by 0.1% and was potentially heading toward its eighth loss in the last 11 days. The Dow Jones Industrial Average was up 122 points, or 0.2%, as of 10:15 a.m. Eastern time, and the Nasdaq composite was 0.4% lower.</p><p>The heaviest weights on the market were stocks that had soared earlier in the euphoria around artificial-intelligence technology, including drops of 2% for Nvidia, 6.2% for Micron Technology and 4.2% for Advanced Micro Devices. Such stocks have been zigzagging in recent weeks because of worries that they had become too expensive.</p><p>AI stocks have grown so big that they’ve become some of Wall Street's most influential, and their drops helped drag the S&P 500 lower even though nearly two out of every three stocks within the index rose.</p><p>Among the winners was General Mills, which climbed 9.1% after the company behind the Cheerios and Progresso brands reported better results for the latest quarter than analysts expected. It also announced a plan to cut $3 billion in costs over four years.</p><p>The overall U.S. stock market trimmed its earlier losses after Treasury yields gave up some of their gains from the morning.</p><p>After nearing 4.50%, the yield on the 10-year Treasury fell back below 4.46% after a report showed that U.S. manufacturing growth slowed a touch more last month than economists expected. The weaker-than-expected data could take some upward pressure off inflation, which in turn could make the Federal Reserve less likely to raise interest rates later this year.</p><p>The fear has been that the Fed may have to hike rates several times in 2026 to keep a lid on inflation. Higher yields make it more expensive for businesses and households to borrow money and in turn can slow the economy. Higher yields also tend to undercut prices for stocks and other investments.</p><p>Yields have been on the rise since the war with Iran began because of worries about high inflation caused by expensive oil.</p><p>When Treasurys are paying more in interest, investors become less willing to pay high prices for things seen as riskier bets. Gold, for example, pays its holders nothing. And rising yields briefly knocked its price below $3,980 per ounce overnight, down from more than $5,300 per ounce early this year.</p><p>But the weaker-than-expected manufacturing report and ensuing easing of Treasury yields sent gold back to $4,104.70 per ounce.</p><p>For their part, oil prices eased Wednesday as hope remains that the United States and Iran may ultimately end their war and reopen the Strait of Hormuz to oil tankers delivering crude. The price for a barrel of Brent crude, the international standard, fell 1.2% to $72.04.</p><p>On Wall Street, Kroger sank 1.7% after the grocer said it agreed to buy Giant Eagle for $1.25 billion in cash. It will also take on $400 million in liabilities to buy the food and pharmacy retailer with stores stretching from Indiana to Maryland.</p><p>Nike swung from an initial loss to a gain of 3.8% after reporting a stronger profit for the latest quarter than analysts expected. The athletic-gear giant is in the midst of a turnaround attempt by CEO Elliott Hill, and he said it’s still facing headwinds dragging on its revenue.</p><p>In stock markets abroad, indexes slipped in Europe following a mixed finish in Asia.</p><p>South Korea’s Kospi fell 2% for one of the world’s biggest moves. It’s been one of the world’s brightest stars thanks to euphoria around SK Hynix and other AI stocks, and the index is still up 97% for the year so far.</p><p>In Tokyo, the Nikkei 225 rose 0.6% after the Japanese yen fell to a 40-year low against the U.S. dollar.</p><p>___</p><p>AP Business Writer Yuri Kageyama contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HZXFHZWLNQUH5DRHC4E5XYE64E.jpg?auth=0e0a97cf3105a587f0883fbd419de55e29547e607c7818eec6f7f2aa8359c68b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Specialist Patrick King, left, and trader Mark Puetzer work 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[Adults arrested after 16 children found in 'deplorable' conditions in southern Ohio home]]></title><link>https://www.local10.com/news/national/2026/06/30/adults-arrested-after-16-children-found-in-deplorable-conditions-in-southern-ohio-home/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/30/adults-arrested-after-16-children-found-in-deplorable-conditions-in-southern-ohio-home/</guid><dc:creator><![CDATA[By JAIMIE DING, Associated Press]]></dc:creator><description><![CDATA[Authorities arrested four adults on felony child endangerment charges after discovering 16 children in dire need of medical treatment Tuesday in a rural southern Ohio home.]]></description><pubDate>Wed, 01 Jul 2026 02:29:13 +0000</pubDate><content:encoded><![CDATA[<p>Authorities arrested four adults on felony child endangerment charges after discovering 16 children in dire need of medical treatment Tuesday in a rural southern Ohio home.</p><p>The Ohio Bureau of Investigation and local sheriff's department searched a home in the small village of Hamden, where they found the kids in what officials called “deplorable" conditions."</p><p>“Conditions you cannot even imagine people being in, let alone children being in,” Ohio Attorney General Andy Wilson said at a news conference.</p><p>Law enforcement arrested Gary Siders Jr., Gary Siders Sr., Christina Siders and Elizabeth Siders. They have not yet been arraigned and assigned public defenders.</p><p>Vinton County prosecuting attorney William Archer said they were being charged with second-degree felony child endangering because it involves “serious physical harm.”</p><p>Officials did not confirm if the children were related but said it was not a human trafficking situation. They said the adults were not locals and appeared to have been traveling.</p><p>Hamden has a population of less than 1,000 people and is about 60 miles (97 kilometers) southeast of Columbus.</p><p>The children ranged from ages 1.5 to 18 and included both boys and girls, officials said. Several were in serious conditions when found, and two had to be flown to level one trauma centers because of their injuries.</p><p>Wilson said it was the worst scene he had ever encountered in his entire career, describing what he saw as “pure evil.”</p><p>Law enforcement were also executing a secondary search warrant at the home Tuesday, and the investigation is ongoing. The four adults will appear in court Wednesday morning.</p><p>“Justice will be served for these children,” Wilson said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3UAKGA73IKLOSHACVIAEAXQDVA.jpg?auth=d2c952e2dd89c083eacf4ef59b7227ff89afa66c85860feeaa08ace087fb3aa4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image taken from video released by the Office of Ohio Attorney General Andy Wilson shows Wilson speaks during a press conference Tuesday, June 30, 2026. (Office of Ohio Attorney General Andy Wilson via AP)]]></media:description></media:content></item><item><title><![CDATA[Police: Suspect arrested in connection with stabbing that left 2 dead in Lauderhill]]></title><link>https://www.local10.com/news/local/2026/06/30/lauderhill-stabbing-leaves-man-dead-another-hospitalized-first-responders-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/lauderhill-stabbing-leaves-man-dead-another-hospitalized-first-responders-say/</guid><dc:creator><![CDATA[Ryan Mackey, Roy Ramos]]></dc:creator><description><![CDATA[Two men were killed and a suspect was arrested following a stabbing that police say occurred in Lauderhill Tuesday morning. ]]></description><pubDate>Tue, 30 Jun 2026 16:51:08 +0000</pubDate><content:encoded><![CDATA[<p>Two men were killed and a suspect was arrested following a stabbing that police say occurred in Lauderhill Tuesday morning. </p><p><a href="https://www.local10.com/espanol/2026/06/30/deja-apunalamiento-en-lauderhill-un-hombre-muerto-y-otro-hospitalizado-dicen-servicios-de-emergencia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/deja-apunalamiento-en-lauderhill-un-hombre-muerto-y-otro-hospitalizado-dicen-servicios-de-emergencia/">Leer en español</a></p><p>Lauderhill police said the incident happened around 11:15 a.m. in the 5300 block of Northwest 19th Street.</p><p>According to investigators, an officer was alerted by an individual who said a man attempted to attack him while armed with a knife. </p><p>Police said officers quickly located a person matching the suspect’s description, but the suspect fled on foot into a residential neighborhood near the 1700 block of Northwest 55th Avenue.</p><p>Officers said they quickly established a perimeter and began searching the area.</p><p>Police said they later received a 911 call from a passerby who reported that a man was lying on the ground after suffering from apparent stab wounds. </p><p>Police said while canvassing the area, they found a second man with apparent stab wounds.</p><p>They said one victim was taken to a local hospital, where he was later pronounced dead. The second victim was pronounced dead at the scene, according to police. </p><p>A man named Nelson told Local 10’s Roy Ramos that one of the victims killed was his neighbor, who used a wheelchair.</p><p>“He was a good, good man,” said Nelson. “This man is a really nice man. He doesn’t give any trouble to nobody. He has one foot (and) he is a handicap.</p><p>Investigators said the search continued with assistance from the Broward Sheriff’s Office and Sunrise Police Department. Lauderhill police said K-9 units eventually located the suspect, who was taken into custody without further incident.</p><p>The sister of one of the victims told Ramos she believes her brother did not know his attacker.</p><p>No other details about the victims or suspect were immediately released. </p><p>Anyone with information is urged to contact the Lauderhill Police Department at 954-497-4700 or Broward Crime Stoppers at-954-493-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Red Sox 1B Willson Contreras tossed for a 2nd straight game as benches clear against Nationals]]></title><link>https://www.local10.com/sports/2026/06/30/red-sox-1b-willson-contreras-tossed-for-a-2nd-straight-game-as-benches-clear-against-nationals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/red-sox-1b-willson-contreras-tossed-for-a-2nd-straight-game-as-benches-clear-against-nationals/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Boston Red Sox first baseman Willson Contreras was tossed for a second straight game on Tuesday after throwing his helmet toward Washington Nationals pitcher Cade Cavalli during a heated exchange that ended with the benches clearing and multiple ejections.]]></description><pubDate>Wed, 01 Jul 2026 15:26:40 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Boston Red Sox first baseman Willson Contreras was tossed for a second straight game on Tuesday after throwing his helmet toward Washington Nationals pitcher Cade Cavalli during a heated exchange that ended with the benches clearing and multiple ejections.</p><p>Cavalli struck out Contreras looking on a full-count pitch in the top of the fourth of what eventually became an 8-1 victory by the Nationals. The 27-year-old right-hander then shouted at Contreras as Contreras made his way back to the Boston dugout.</p><p>Red Sox manager Chad Tracy said he heard Cavalli yell “Sit down, boy” after fanning Contreras.</p><p>Asked what his specific words to Contreras were, Cavalli told reporters, “I don’t know. I just lose my head in it. I’m competitive. I just told him to sit down.”</p><p>The term “boy” has a racist history in the U.S. Contreras, who is Venezuelan, demurred when asked if he felt there was a racial component to Cavalli's word choice.</p><p>“To be honest, I don’t know,” Contreras said, later adding he plans to "let MLB handle that.”</p><p>Contreras, who hit a three-run homer off Washington's Miles Mikolas on Monday and celebrated with a massive bat flip that he later apologized fo r, then approached Cavalli on the mound. The two jawed at each other as both dugouts emptied.</p><p>“He struck me on a good pitch, I was walking back to the dugout, and then he did what did, and the rest was history,” Contreras told reporters afterward, later adding, "He was like, instigating, and I snapped.”</p><p>Boston catcher Carlos Narvaez tried to hold Contreras back, but Contreras broke loose long enough to leap and throw his batting helmet in Cavalli's direction.</p><p>Things settled down quickly after that, though the brief dustup ended with Contreras, Boston interim manager Chad Tracy, Boston outfielder Nate Eaton and Mikolas being ejected.</p><p>Cavalli pointed to an incident at the end of the top of the first when Contreras nearly ran into the pitcher as both exited the field as the spark that set things in motion.</p><p>“He's just been doing stuff," Cavalli said of Contreras. “In the first inning, he just runs past me and brushes me. It's just something you don't do in baseball. I think he knows that. I didn't say anything. I just looked at him. And a few words were said after the strikeout. It's part of the game. And he's going to let everybody run out there and try and do whatever he does, throw a helmet and get himself tossed.”</p><p>Cavalli stayed in the game and allowed one run on one hit with 13 strikeouts over seven innings in what became an 8-1 romp.</p><p>“After everything that happened, the people that they chose that were going to leave the game, I just felt like the other pitcher should have been one of them too,” Tracy said. "That was my biggest complaint.”</p><p>The early exit was the second in as many nights for Contreras, the first time that's happened to a Red Sox player in the club's 126-year history. The 34-year-old Venezuela native — who acknowledged he is having a difficult time while his native country tries to recover from a pair of devastating earthquakes last week — was ejected in the second inning on Monday for mimicking an appeal call after striking out on a checked swing.</p><p>“I feel like everything is against me right now,” Contreras said. "I got ejected last night from nothing. I got ejected today even though I was walking back to the dugout.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TUMRP2YO5NFIIJODHM2NL64TNI.jpg?auth=b102758c7592535ab12cf8b714b40221f71e6d1e61321bd86ab290271f6966c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Nationals' Andrés Chaparro, center, is held back as tempers flare during the fourth inning of a baseball game against the Boston Red Sox, Tuesday, June 30, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KXWGLMGR7FKB4RDVYF6QKFQJAQ.jpg?auth=6cbfc810bfea4de196c64e8459a306dccc285b191db328705f870f9ebad78499&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Willson Contreras (40) is held back as tempers flare during the fourth inning of a baseball game against the Washington Nationals, Tuesday, June 30, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C5QYJJW65ESSCS5ZV2U3BCFWJ4.jpg?auth=93dada7b61ea6bb381ad6cc3c377efd4cc5238c9657cb5fac6d1fe4525b12c7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Nationals' Cade Cavalli, front right, is held back as tempers flare during the fourth inning of a baseball game against the Boston Red Sox, Tuesday, June 30, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KIG6KZAZSQTQI2MJ4ZXAUMH6XY.jpg?auth=14f25cbc08f4a63d51bcd33524d5704d4d498f4d268947eecf589ccd8c801b77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox interim manager Chad Tracy, left, argues with umpire Vic Carapazza following a bench clearing altercation during the fourth inning of a baseball game against the Washington Nationals, Tuesday, June 30, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[House GOP deadlocks over Trump's demands, sending lawmakers home early]]></title><link>https://www.local10.com/news/politics/2026/06/30/house-gop-deadlocks-over-trumps-demands-sending-lawmakers-home-early/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/house-gop-deadlocks-over-trumps-demands-sending-lawmakers-home-early/</guid><dc:creator><![CDATA[By LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Whither the U.S. House?]]></description><pubDate>Wed, 01 Jul 2026 01:05:19 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Whither the U.S. House?</p><p>As the nation celebrates its 250th birthday this weekend, the legislative branch has momentarily called it quits.</p><p>The House leadership on Tuesday abruptly canceled votes and sent lawmakers home early for the holiday recess, Speaker Mike Johnson ’s majority once again ground to a standstill by a Republican revolt over their own party’s agenda.</p><p>In this case, it's a standoff blocking the annual defense bill — with pay raises for the troops and other matters at a time of war — as the renegade Republicans push to include President Donald Trump’s own priority, the SAVE America Act, a strict voter ID bill. Last week, the Senate similarly shuttered after Trump's demands.</p><p>The emptying Capitol provides another snapshot of the imbalance of power in Washington as a headstrong executive confronts a weakened Congress.</p><p>For the second time in as many weeks, the House has simply given up.</p><p>“It’s a relatively bad time in Congress,” Republican Rep. Dusty Johnson of South Dakota said recently. “A lot of my colleagues have forgotten how to govern.”</p><p>The scene is far different than last year's Fourth of July</p><p>A year ago this weekend brought a wholly different scene in Washington, as Trump gathered Republican lawmakers outside the White House for an ebullient July Fourth ceremony to sign what they called the “One, Big, Beautiful Bill” of tax breaks and spending cuts.</p><p>It was a celebratory moment for Trump and the slim Republican majority — and for Johnson, who many doubted could pass the bill over the objections of Democrats who viewed it as tax giveaway at the expense of billions of dollars in cuts to health care and food stamps for Americans in need.</p><p>Johnson was so reliant on Trump's power to help push the bill to approval that he gifted the president a speaker's gavel, which Democrats and others saw as a worrisome symbol of the transference of power from one branch of government to the other.</p><p>“We’re not dealing with Speaker Mike Johnson,” Democratic Rep. Pete Aguilar of California, the caucus chairman, said in a recent interview. “Unfortunately, Speaker Donald Trump does not want us in this week.”</p><p>Trump makes conflicting demands on his party in Congress</p><p>As Johnson works to keep Trump close, the president's demands seem to grow in ways the Republican speaker can't always deliver.</p><p>The president’s insistence on the SAVE America Act, which doesn't have enough support in the Senate to pass, has interrupted almost all other business in Congress. Trump has refused to sign a popular bipartisan housing bill that cleared both chambers until the voting bill is also approved. He calls the housing bill a “yawn.”</p><p>Johnson spent four hours last week at the White House and said he spent another two hours with the president this week on a path forward.</p><p>“I told him, ‘Mr. President, I don’t have any tattoos, but if I did, it’d say SAVE America on my shoulder,’ OK?” Johnson said over the weekend on Fox News.</p><p>“We passed it three times in the House already. We’re going to pass it again.”</p><p>But by Tuesday, a House vote to advance the legislation collapsed. Republicans led by Rep. Anna Paulina Luna of Florida argued that Johnson's plan to attach the voting bill to the defense bill was essentially a doomed strategy that would be rejected in the Senate.</p><p>“That’s disappointing,” acknowledged Republican Majority Leader Steve Scalise of Louisiana, who insisted the GOP would try again.</p><p>“We’re going to keep trying because we have to,” he said. “We’re not done doing big things.”</p><p>As America celebrates its 250th birthday, Congress is adrift</p><p>The founders of the new democracy clearly had aspirations for the Congress, putting it first in the Constitution as the Article One branch of government, ahead of the executive and judicial branches.</p><p>But as lawmakers face voters this fall, they will have to answer for these dwindling days on their calendar.</p><p>House Democratic Leader Hakeem Jeffries said the problem is not the Congress, it's the GOP.</p><p>“Donald Trump is fighting with Senate Republicans, Senate Republicans are fighting with House Republicans, and House Republicans are fighting with each other,” said Jeffries, who is in line to become House speaker if Democrats win control in fall.</p><p>“It’s not the Congress that’s struggling. It’s House Republicans who are struggling,” he said.</p><p>Jeffries said Democrats are fighting “to make life more affordable for the American people.”</p><p>As they left the Capitol for an extended recess, lawmakers voiced frustration with the House’s dysfunction.</p><p>Rep. Kevin Kiley, who left the Republican Party to become an independent earlier this year, said the situation in the House is “frustrating.”</p><p>“It’s just like déjà vu where many times now we run into some sort of obstacle," he said, “then the solution is just to go home.”</p><p>__</p><p>Associated Press writer Joey Cappelletti contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OG6HUQASPJAU4DZQMHVHGO7KHM.jpg?auth=74810bba2212554affae8374cd4864531e84abb8387481c280557eb6cc907496&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Speaker of the House Mike Johnson, R-La., talks with reporters as he walks to his office following a vote at the Capitol, Tuesday, June 30, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WMIMDO2H2N3NLBAFO6LM2CEBYE.jpg?auth=3c1dec66570ba8a42da1a5c803c9164e3f11ca6dfce799165129d71f75ac0fcb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Speaker of the House Mike Johnson, R-La., talks with reporters as he walks to his office following a vote at the Capitol, Tuesday, June 30, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E6XU6S6RZ3U6VBDIY3VFZENZVE.jpg?auth=58dff8acb7542067d9f53cb145d67025dc4eb1915c11a93ab3f7e7377074be93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Activists endure high temperatures to protest against corruption and President Donald Trump at the Capitol in Washington, Tuesday, June 30, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Shohei Ohtani skipping pitching start Wednesday against Athletics to get extra rest]]></title><link>https://www.local10.com/sports/2026/06/30/shohei-ohtani-skipping-pitching-start-wednesday-against-athletics-to-get-extra-rest/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/shohei-ohtani-skipping-pitching-start-wednesday-against-athletics-to-get-extra-rest/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WEST SACRAMENTO, Calif. (AP) — The Los Angeles Dodgers two-way star Shohei Ohtani will skip his scheduled pitching start Wednesday against the Athletics to get some extra rest, manager Dave Roberts said.]]></description><pubDate>Wed, 01 Jul 2026 00:47:39 +0000</pubDate><content:encoded><![CDATA[<p>WEST SACRAMENTO, Calif. (AP) — The Los Angeles Dodgers two-way star Shohei Ohtani will skip his scheduled pitching start Wednesday against the Athletics to get some extra rest, manager Dave Roberts said.</p><p>The Dodgers are in the midst of playing 13 games in 13 days, and Roberts wanted to make sure that the Japanese sensation got a break. Ohtani is slated to pitch in San Diego on Friday.</p><p>“If there’s any opportunity to give him some extra rest, we’re going to try to take advantage of it,” Roberts said. “So pushing him to Friday allows us to have him still take two starts before the break and get on two division opponents. In that vein, there’s just no downside. This made too much sense.”</p><p>Ohtani is 8-2 with a 1.58 ERA in 13 starts this season. The four-time MVP has 82 strikeouts and 24 walks in 79 2/3 innings this season.</p><p>Roberts indicated that Ohtani will be the Dodgers designated hitter for the series finale against the A’s on Wednesday.</p><p>“It’s mostly schedule-driven,” Roberts said. “We talked to Shohei and he was agreeing to whatever we felt, knowing it’s best for him. There’s no downside with him losing starts, get more rest. That was the whole driver.”</p><p>Roberts said the Dodgers will go with a bullpen game in Ohtani’s absence on Wednesday.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WSDHUPFOCZGQB5NRN4ZM4VVQ3U.jpg?auth=5817ceca9948353fd4180759a7ac007f67f8408ccb1ada0b9bb8f51710e6b0cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers starting pitcher Shohei Ohtani delivers against the Minnesota Twins during the sixth inning of a baseball game, Wednesday, June 24, 2026, in Minneapolis. (AP Photo/Matt Krohn)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Krohn</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MZT7URDB2SFXN6MCWLBDIFYN6M.jpg?auth=9ebf464a03bcf4b2e37cfbabc09652e07a9a801dd2f7ece44661ad78fe700e91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers starting pitcher Shohei Ohtani delivers against the Minnesota Twins during the first inning of a baseball game, Wednesday, June 24, 2026, in Minneapolis. (AP Photo/Matt Krohn)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Krohn</media:credit></media:content></item><item><title><![CDATA[Guardians rookie Cooper Ingle loses track of outs, tosses ball into the stands to give Rangers lead]]></title><link>https://www.local10.com/sports/2026/06/30/guardians-rookie-of-ingle-loses-track-of-outs-tosses-ball-into-the-stands-to-give-rangers-lead/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/guardians-rookie-of-ingle-loses-track-of-outs-tosses-ball-into-the-stands-to-give-rangers-lead/</guid><dc:creator><![CDATA[By TOM WITHERS, Associated Press]]></dc:creator><description><![CDATA[CLEVELAND (AP) — Rookies are prone to mistakes. Cooper Ingle made a big one he may never forget.]]></description><pubDate>Wed, 01 Jul 2026 13:25:50 +0000</pubDate><content:encoded><![CDATA[<p>CLEVELAND (AP) — Rookies are prone to mistakes. Cooper Ingle made a big one he may never forget.</p><p>Cleveland's left fielder lost track of the number of outs in the seventh inning and threw the ball into the stands, allowing the Texas Rangers to score the go-ahead run in a 4-2 victory over the Guardians on Tuesday night.</p><p>“Obviously, I feel terrible,” Ingle said, his face flushed red on a warm, humid night. "It’s a pretty embarrassing feeling.”</p><p>With a runner at second base and one out in the seventh, the 24-year-old Ingle, making just his second major league start as an outfielder, caught a routine fly ball hit by Rangers left fielder Alejandro Osuna off Cleveland starter Tanner Bibee for the second out.</p><p>Thinking it was out No. 3, Ingle briefly glanced at the ball in his glove before throwing it over the protective netting to fans as a souvenir.</p><p>The umpires immediately ruled the ball was dead and Osuna was awarded home plate.</p><p>It wasn't until then that Ingle realized his mistake and he walked back to his position in shocked disbelief. He was charged with an error.</p><p>“Yeah, honestly when I threw the ball out, I heard a bunch of yelling,” Ingle said. “Happens sometimes, but just got to learn from it and not make the same mistake."</p><p>Guardians manager Stephen Vogt, who has had to plug rookies into his starting lineup all season, offered his unwavering support to Ingle.</p><p>“These things happen,” Vogt said. “Rookie. Nonrookie. It’s happened to Hall of Famers. They’ve done it. We’re going to keep learning. We’re going to keep getting better.”</p><p>Vogt was proud of the way Ingle's teammates quickly rallied around him following the bone-headed play.</p><p>“It’s a mistake. Lost track of the outs. Pretty big spot,” he said. “We’ll learn from it and can’t control it once it happens. That’s why I was like, flush it. And I just want to give a credit to the dugout. Every one of his teammates, when he came back in, same messaging.”</p><p>One of the first to talk to Ingle was Guardians catcher Austin Hedges, who told him to keep his chin up.</p><p>“I’ve made so many mistakes,” Hedges said. “I can’t even remember half of them. I’ve embarrassed myself a billion times on the field. I mean, just check my offensive numbers for my career. It’s not super easy to go through that, but that’s the big leagues.”</p><p>After his mistake, Ingle said he immediately apologized to Bibee (2-9), who went toe to toe Jacob deGrom for seven innings. Bibee's response to his teammates was to try and make things right.</p><p>“I just told him to go tie the game right back up,” Bibee said. “Obviously, we all make mistakes. Everyone in this locker room has made multiple mistakes in the big leagues, whether you’re (rookie) Khalil (Waston) or me or Hedgie. It’s tough.”</p><p>Ingle was brought up from Triple-A Columbus last week. He made his big league debut on June 26 and got his first major league hit the next day, a two-run single against Seattle.</p><p>After his fielding foible, Ingle came up in the bottom of the seventh and grounded out. He got another chance in the ninth to avenge his gaffe but struck out looking for the game's final out.</p><p>What's most important now is that he move forward.</p><p>“Obviously learn from it and think about it,” he said. “It’s not something that makes you feel great, but things like that happen for a reason and learning from those things and moving on and getting better from them, it’s pretty much the only thing you can do.”</p><p>Vogt said the mistake doesn't affect his belief in Ingle.</p><p>“We’re going to help him through it. That’s what we’re here for,” he said. "You’re playing in your second game in the outfield in the big leagues and a mistake like that. Let’s learn. So what? It’s over. Flush it. We’re not going to be mad at him.</p><p>“We’re not going to hold it against him. He’s going to be right back out there the next time it’s his turn to play outfield. This was a mistake. This isn’t a judgment or anything like that, but we know how good of a player Coop is and we’re going to stick with him and we’re going to keep helping him.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AEFQNPVKVYJKXABTNFPC4YECMY.jpg?auth=30ed1ad0f6f3752d5e4568b10d02e3de76326bddae1fcf0ad0625e04890e638a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Guardians left fielder Cooper Ingle, left, runs in from the outfield with center fielder Steven Kwan, right, after the first half of the seventh inning of a baseball game against the Texas Rangers in Cleveland, Tuesday, June 30, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7BDVGEXXYEAQJCZBOD6S5XBLC4.jpg?auth=cdb469a569a72dcbe1db456e944a5374192c9f8379fee4d50e7b2c6f562da813&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas Rangers' Ezequiel Duran runs towards home plate to score on an error by Cleveland Guardians left fielder Cooper Ingle in the seventh inning of a baseball game in Cleveland, Tuesday, June 30, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content></item><item><title><![CDATA[Los Angeles medical examiner says former child actor Daveigh Chase died of AIDS]]></title><link>https://www.local10.com/entertainment/2026/06/30/los-angeles-medical-examiner-says-former-child-actor-daveigh-chase-died-of-aids/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/30/los-angeles-medical-examiner-says-former-child-actor-daveigh-chase-died-of-aids/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Former child actor Daveigh Chase's death on June 16 was due to AIDS, the office of the County of Los Angeles Medical Examiner reported.]]></description><pubDate>Wed, 01 Jul 2026 00:24:57 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Former child actor Daveigh Chase's death on June 16 was due to AIDS, the office of the County of Los Angeles Medical Examiner reported.</p><p>The cause of death for Chase, 35, was acquired immunodeficiency syndrome, according to online medical examiner records from this week that listed her last name as Schwallier. “Chronic polysubstance abuse” was listed under “other significant conditions.”</p><p>Chase was known for voicing the lead role of Lilo in Disney's “Lilo & Stitch” and her performance in the 2002 horror film “The Ring.”</p><p>After her death in a Los Angeles hospital, her father John David Schwallier, confirmed to The New York Times that she died from complications of bacterial meningitis and a blood infection. She was homeless in Los Angeles with her boyfriend, he said.</p><p>Chase struggled with drugs since she was 13 years old, Schwallier told the Times. He said his daughter was estranged from her parents, who are divorced.</p><p>In a text message to The Associated Press on Tuesday about AIDS being the cause of death, her father said, “I know with her lifestyle that was probably the conclusion so I'm not surprised.”</p><p>Calling her death tragic, he added, “It would've been nice for all of you to find her and try and help her that would've been a nicer story than this.”</p><p>Chase auditioned for Lilo at age 8. For her role as the long-haired Samara in “The Ring,” she won an MTV Movie Award for best villain.</p><p>Chase also voiced another lead in the 2001 animated film “Spirited Away.” She had roles in the 2001 movie “Donnie Darko” and the 2003 show “Oliver Beene,” according to her profile page on the internet movie database IMDb.com.</p><p>She was born in Las Vegas and raised in the small town of Albany, Oregon. She began singing and dancing at age 3, according to IMDb.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B6UD2DMHKFRVSCD5DGWYCD7LWQ.jpg?auth=9f007ae5e7252e040e71f94a473b88784cee48c4d1c9548340579da137353662&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Actor Daveigh Chase poses at the Season 5 premiere of HBO series "Big Love," in Los Angeles on Jan. 12, 2011. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[World Cup what to know: US looks to win first knockout match in 24 years against Bosnia-Herzegovina]]></title><link>https://www.local10.com/sports/2026/06/30/world-cup-what-to-know-us-looks-to-win-first-knockout-match-in-24-years-against-bosnia-herzegovina/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/world-cup-what-to-know-us-looks-to-win-first-knockout-match-in-24-years-against-bosnia-herzegovina/</guid><dc:creator><![CDATA[By STEVE REED, Associated Press]]></dc:creator><description><![CDATA[The United States national team has grown tired of hearing about its traditional shortcomings in World Cup knockout matches.]]></description><pubDate>Wed, 01 Jul 2026 00:16:09 +0000</pubDate><content:encoded><![CDATA[<p>The United States national team has grown tired of hearing about its traditional shortcomings in World Cup knockout matches.</p><p>The Americans will look to change that narrative on Wednesday as they attempt to win their first World Cup elimination game in 24 years when they face Bosnia-Herzegovina in the round of 32 in Santa Clara, California.</p><p>The Americans last, and only, knockout win came on June 17, 2002, when they defeated Mexico 2-0 in the round of 16 in South Korea.</p><p>The good news for the Americans is they should have a healthy Christian Pulisic after the star missed the second game with a calf injury and played only 33 minutes as a sub in the final group match against Turkey.</p><p>“I feel good and ready to go for tomorrow,” Pulisic said.</p><p>The U.S. will once again play a knockout round match at a home World Cup in the San Francisco Bay area. The 1994 team made it out of group stage and faced Brazil at Stanford Stadium — less than 15 miles away from the site of this year’s game in Santa Clara — only to lose 1-0 to the eventual champions.</p><p>Since that round of 16 win over Mexico in 2002, the U.S. is 0-3 at that stage but are favored to advance against Bosnia, according to oddsmakers.</p><p>“We understand what it means, you win or you go home. There definitely needs to be a lot of focus and attention detail this week,” Pulisic said. “But I think the vibe feels good. We’ve still kept it light and we still are going to be ready to battle once the whistle blows.”</p><p>The U.S. has one win in 21 games against European teams with seven draws and 13 losses since making it back to the World Cup in 1990 for the first time in 40 years.</p><p>England will face Congo and Belgium will play Senegal in the other elimination games on Wednesday.</p><p>The round of 32 continues on Thursday with Spain playing Austria, Portugal taking on Croatia and Switzerland facing Algeria, and then concludes on Friday with Australia up against Egypt, Cape Verde playing Argentina and Colombia facing Ghana.</p><p>The eound of 16 begins on Saturday.</p><p>What to watch on June 30</p><p>— England vs. Congo, noon EDT in Atlanta (Fox/Telemundo/Peacock)</p><p>— Belgium vs. Senegal, 4 p.m. EDT in Seattle (Fox/Telemundo/Peacock)</p><p>— United States vs. Bosnia-Herzegovina, 8 p.m. EDT in Santa Clara, California (Fox/Telemundo/Peacock)</p><p>England battling mounting injuries entering round of 32</p><p>Injuries are mounting for England, which is missing its first- and second-choice right backs for the round of 32 game against Congo.</p><p>Reece James is out with a hamstring injury and backup Jarrell Quansah twisted his ankle in England’s 2-0 win over Panama on Saturday.</p><p>It could see Djed Spence move over from the left to cover, but coach Thomas Tuchel is confident James and Quansah will both soon return — so long as England can advance beyond Congo.</p><p>“They’re getting closer and closer,” Tuchel said. “The race was close even to make it into my squad this time. So we need to make sure that we have more matches. That is the main focus, and then that will be very soon.”</p><p>Congo is playing in the knockout round of the World Cup for the first time. It already held Portugal to a 1-1 draw in the group stage and beat Uzbekistan to advance.</p><p>“It is true we are looking at a difficult match, but in no way insurmountable. We have proven this against teams that were supposed to be superior to us, that we could actually put in a good performance,” Congo coach Sébastien Desabre said. “So we are focusing on our strengths, we are walking our path and once you get to this point in the competition, it’s difficult for everyone.”</p><p>Bukayo Saka, who came into the tournament carrying an injury, is fit to start, Tuchel said.</p><p>US coach Mauricio Pochettino apologizes for curt tone to media after loss</p><p>U.S. coach Mauricio Pochettino opened his news conference on Tuesday by asking the media to forgive him for his curt tone following the U.S. team’s 3-2 loss to Turkey.</p><p>The loss came after the U.S. had clinched the top spot in the group.</p><p>“I want to apologize to the guys that were in my last press conference,” Pochettino said. “I was so frustrated. I was disappointed. I thank you and am sorry. It was my problem, not your problem. I was upset after the defeat.”</p><p>Pochettino called out the media in the post-match news conference last week for not praising him and his team for having already won the group before the loss to Turkey.</p><p>“For you not say congratulations that we won the group, that is a little bit sad,” Pochettino told reporters after the game.</p><p>Belgium looks to return to 2018 glory when it faces Senegal</p><p>By advancing to the knockout round atop Group G, Belgium has already improved upon its woeful performance at the World Cup four years ago.</p><p>After a historic third-place finish at the 2018 World Cup in Russia, Belgium did not advance past the group stage in Qatar. With its 5-1 victory over New Zealand on Friday night, Belgium has already achieved what coach Rudi Garcia expected at the bare minimum from his team.</p><p>Ahead of Wednesday’s knockout round match against Senegal, Garcia expressed satisfaction, as well as desire for more. Belgium won one game and played to two draws in group play.</p><p>“We wanted to finish first in the group stage and we succeeded,” Garcia said in French. “Of course we wanted to win more — we know the story of our World Cup so far. Now it is time for the knockout phase. Senegal is a big team. But, you have to beat them, too, if you want to go far in a World Cup.”</p><p>More World Cup news</p><p>— France forward Kylian Mbappé scores his 17th and 18th World Cup goals, one back of Lionel Messi</p><p>— Haaland scores deciding goal as Norway wins its 1st World Cup knockout game, beating Ivory Coast 2-1</p><p>— Netherlands coach Koeman resigns after penalty shootout loss marked team’s quickest World Cup exit</p><p>— Iran heads home after a heartbreaking World Cup knockout, but fans say players should be proud</p><p>— False hope and schadenfreude: Familiar feelings for Germany after another World Cup flop</p><p>— World Cup in photos, Day 20</p><p>Stat of the day</p><p>— Prior to Monday's loss to Paraguay on penalty kicks, Germany had been 17 for 18 in World Cup shootouts and had converted 15 in a row. In the 1982 semifinals, Uli Stielike was blocked by France goalkeeper Jean-Luc Ettore with Germany’s third shot. But Germany made its next three and won 5-4. Germany was 4-for-4 in the 1986 quarterfinals against Mexico, 4-for-4 in the 1990 semifinals against England, and 4-for-4 in the 2006 quarterfinals against Argentina — winning all of those contests.</p><p>___</p><p>AP Sports Writers Josh Dubow, James Dobson and Andrew Destin contributed to this report. ___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KPS53REFZAW4TYFYI4UNTD4VIY.jpg?auth=dad3c4246fb53a672abce021f012a1042f04e920ac70b458d15b662c9fd61564&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic speaks with the media before a training session ahead of their World Cup Round of 32 soccer match against Bosnia and Herzegovina, Tuesday, June 30, 2026, in San Jose, Calif. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AEMF6UTIBES6F5GY5CQRJJ4VOI.jpg?auth=38f50df0bdc807e75b6d41bb612f4a8d58ffedeab8fd479edacf6f262bf8f0d0&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 trains for the World Cup soccer tournament Tuesday, June 30, 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/2VRQCGUVBMLTLFGNOJN5D5NQNI.jpg?auth=598f94c8b471b63200aae4fb3fe0868dac2c869543e2b43e5b53109160aa0914&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) looks around 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/Pamela Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Pamela Smith</media:credit></media:content></item><item><title><![CDATA[OpenAI film 'Artificial,' dropped by Amazon, finds a new home with Neon]]></title><link>https://www.local10.com/business/2026/06/30/openai-film-artificial-dropped-by-amazon-finds-a-new-home-with-neon/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/openai-film-artificial-dropped-by-amazon-finds-a-new-home-with-neon/</guid><dc:creator><![CDATA[By JAKE COYLE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — “Artificial,” Luca Guadagnino's starry film about Sam Altman and OpenAI, has been acquired by the indie distributor Neon after it was dropped by Amazon MGM Studios.]]></description><pubDate>Tue, 30 Jun 2026 23:43:02 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — “Artificial,” Luca Guadagnino's starry film about Sam Altman and OpenAI, has been acquired by the indie distributor Neon after it was dropped by Amazon MGM Studios.</p><p>Neon said Tuesday that it bought the film following a bidding process. Amazon dropped the nearly complete $40 million film, starring Andrew Garfield as Altman, earlier this month, a surprise move that came just months after Amazon announced a $50 billion investment in OpenAI.</p><p>Amazon said then that “Artificial” would “be better served if it were released by a different studio.”</p><p>Neon said Tuesday that it will release “Artificial” this year and “compete in this year's Oscar race.” The film, which chronicles the days leading up to the 2023 firing and reinstatement of Altman as OpenAI chief executive, also stars Monica Barbaro, Yura Borisov and Academy Award winner Mark Rylance. Ike Barinholtz plays Elon Musk.</p><p>In late February, Amazon signed an expansive multiyear partnership with the artificial intelligence startup. Then earlier this month, Amazon MGM said it would put the film up for sale to find it a new home.</p><p>Neon has established an enviable awards-season track record with Oscar winners like “Parasite” and “Anora.” The specialty label has backed the last seven Palme d'Or winners at the Cannes Film Festival. The studio declined to disclose how much it paid for the worldwide rights to “Artificial.”</p><p>“The acquisition underscores Neon’s commitment to partnering with visionary filmmakers, and bringing ambitious cinema to audiences around the world,” the studio said in a statement.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4WNUBXAYMM4EGEIBMGQNT7XUPI.jpg?auth=8918fff15290b1c1a01120b5aaf158e9348bf294ec2a120cd2f1ceed4bb6ffaa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - CEO of OpenAI Sam Altman talks to CEO of Google DeepMind Demis Hassabis, not seen, on the sidelines of the G7 summit, Wednesday, June 17, 2026, in Evian-les-Bains, France. (AP Photo/Julia Demaree Nikhinson,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[The US, Canada and Mexico begin bumpy negotiations to renew North American trade pact]]></title><link>https://www.local10.com/business/2026/07/01/us-canada-mexico-begin-bumpy-negotiations-to-renew-north-american-trade-pact/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/us-canada-mexico-begin-bumpy-negotiations-to-renew-north-american-trade-pact/</guid><dc:creator><![CDATA[By PAUL WISEMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Tourists from Chattanooga check into beach resorts in Cancun. Canadian auto parts feed factories in the American Midwest – and vice versa. Happy hour revelers raise glasses of Mexican tequila and mezcal at bars in Seattle.]]></description><pubDate>Wed, 01 Jul 2026 14:15:24 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Tourists from Chattanooga check into beach resorts in Cancun. Canadian auto parts feed factories in the American Midwest – and vice versa. Happy hour revelers raise glasses of Mexican tequila and mezcal at bars in Seattle.</p><p>It adds up. The United States trades $1.9 trillion a year — $5 billion a day — worth of goods and services with its neighbors, Canada and Mexico. They have supplanted China to become America's top two trading partners.</p><p>So the stakes are high when it comes to fiddling with the rules that govern trade between the three countries. And after a year of President Donald Trump’s chaotic tariff policies, many U.S., Canadian and Mexican businesses would welcome the return of stability across North America.</p><p>They are not likely to get it.</p><p>The regional trade pact — the U.S.-Mexico-Canada Agreement or USMCA — that Trump negotiated and boasted about in his first term comes up for renewal Wednesday, a process that is likely to last months, maybe longer.</p><p>And the path forward is lined with landmines.</p><p>"There’s going to be a lot of drama this summer," Diego Marroquín Bitar, a fellow in the America’s program at the Center for Strategic and International Studies, said last week at a USMCA forum sponsored by the Cato Institute.</p><p>A bumpy road ahead for North American trade</p><p>The U.S. is making demands that could effectively force Canada and Mexico to surrender some automaking production to the United States. That might bring more auto factory jobs to the United States. But it would also upend established supply chains and would push up U.S. prices for new cars that now average nearly $50,000 at a time when American consumers are already frustrated about the high cost of living.</p><p>Trump, characteristically, has added to the tension by threatening to pull out of his own agreement altogether.</p><p>In 2020, the USMCA replaced the 1994 North American Free Trade Agreement, which tore down most trade barriers between the three North American countries.</p><p>Trump and other critics had called NAFTA a job killer because it encouraged U.S. companies to move factories south of the border to take advantage of low-wage Mexican labor, then ship goods back to the United States duty free.</p><p>His USMCA ended up being similar to NAFTA — though it pressured factories to pay higher wages and make sure that more of what they made originated in North America in an effort to prevent Chinese products from slipping across regional borders duty free.</p><p>North America trade deal is up for renewal</p><p>The USMCA included a novel provision requiring the pact to be renewed every six years. That deadline is Wednesday, but “nothing is going to happen July 1,” said Oscar Ocampo, director of economic development at the Mexican Institute for Competitiveness.</p><p>Negotiators could agree Wednesday to renew the USMCA as it is for another 16 years — until 2042. But that is considered highly unlikely. Instead, they are expected to keep working on ways to improve it; they have until the current term ends in 2036 to reach an agreement. Otherwise, the pact expires.</p><p>Meantime, any USMCA country can pull out of the pact provided it gives its two partners six months’ notice — a red buzzer that Canada and Mexico, dependent on trade with the United States, fear Trump just might push.</p><p>Trump, after all, said in June that he was “not looking to renew’’ the trade pact with Canada and Mexico. "We don’t need anything that they have,” he said.</p><p>Ocampo suspects that Trump doesn't really want to drop the treaty; he just wants to use the uncertainty to keep pressure on Mexico over security and immigration issues.</p><p>Canada is out in the cold — so far</p><p>The United States and Mexico have held talks on renewing the trade agreement. But Canada has so far been stuck on the sidelines.</p><p>Patrick Childress, a partner at the Holland & Knight law firm and a former U.S. trade negotiator, said: "The danger for Canada is this: that the U.S. government and the Mexican government reach agreement on changes to core provisions of the treaty and then show up in Ottawa and say: ‘Here’s what we’ve agreed to. You can take it or leave it.’’’</p><p>Canadian Prime Minister Mark Carney said that the three trading partners plan to meet virtually on Wednesday, adding: “I’m not looking for my pen.”</p><p>Carney later said in French his priority is to update the USMCA and that it is impossible for the U.S. to have a new agreement without the approval of Congress.</p><p>Pushing production to the United States</p><p>The U.S. wants a refreshed trade pact to do more to make sure that Chinese goods don’t get in through the back door. But the most contentious issue is a U.S. push to require that more products are made in North America — and specifically the United States.</p><p>The USMCA included a requirement that automotive products must be 75% made in North America — up from 62.5% under NAFTA — to qualify for duty-free treatment.</p><p>The U.S. wants to push the 75% threshold even higher but it won’t be easy. Automakers already "have been fine-tuning their supply chains for years to be able to hit that 75% mark," Childress said. They would need time to meet the higher standard.</p><p>The U.S. is also seeking a brand-new requirement: that 50% of cars be made in the United States, Carney confirmed in early June. Currently, none of the USMCA countries gets a guaranteed share of production. "It’s a red line for both Mexico and Canada, and it goes against the spirit and the letter of regional integration," Ocampo said.</p><p>Marcos Carias, an economist at the credit insurer Coface, said only 1 in 5 Mexican and Canadian cars imported into the United States would currently meet the 50% standard.</p><p>Vehicle models likely to be hit with higher costs under the plan, he said, include Ford’s Maverick compact pickup truck, Chevrolet’s mid-size Equinox SUV and some Nissan sedans — all made in Mexico. Carias’ "back of the envelope" calculations suggest that prices could increase 5% to 7% on the most-affected models.</p><p>Businesses want stability</p><p>A lot of companies just want relief from Trump’s ever-changing tariffs. “My interest in this USMCA renewal is just consistency, right?" said Shawn Miller, co-founder of PKGD Group, which imports agave spirits (tequila, mezcal and raicilla) from family producers in Mexico. “If the rules change, the rules change. But we’d really like to know (what they're going to be) and we’d like them to stay that way for a while."</p><p>Business is booming for PKGD. Sales at the Holland, Michigan-based firm are up 62% so far this year after surging 100% in 2025 and 300% in 2024.</p><p>But last year was chaotic.</p><p>Trump hit Mexican and Canadian goods with a 25% import tax in February only to turn around a month later and exempt products that were eligible for preferential USMCA treatment. The USMCA allows the Mexican spirits into the United States duty free.</p><p>Amid the tumult, three truckloads of Mexican spirits imported by PKGD crossed the border into the United States and got hit with the 25% tariff. The cost came to $105,000. "For us, it was one unfortunate day!'' Miller said.</p><p>Not knowing what tariffs Trump might conjure up next, PKGD huddled with its Mexican producers to figure out how to respond. “What can we absorb? What can they absorb?" Miller said. “How can we mitigate this?"</p><p>Miller said he and his Mexican suppliers “are not large multinational corporations with dedicated trade departments, teams of lawyers, or lobbyists focused on trade policy."</p><p>Kerry Mellin can sympathize.</p><p>In 2014, the veteran Hollywood costume designer started a business in Ventura County, California, selling silicone grips that enable people with disabilities (such as cerebral palsy and Parkinson’s) to hold things — spoons, cups, pens, toothbrushes.</p><p>But sales floundered when she introduced her EazyHold grips in Canada, where she has dual citizenship. She thinks it’s because the silicone she imports from Asia kept her grips from having enough North American content to qualify for USMCA’s duty-free treatment when they crossed the border from the United States.</p><p>Mellin suspects EazyHold could meet the USMCA standards, “but the rules are complex and unpredictable enough that I genuinely can’t be sure without hiring a trade attorney."</p><p>Mellin believes the USMCA’s rules of origin should be loosened, not tightened, to help small businesses that can’t afford costlier raw materials from North America.</p><p>“I do understand why the rule exists -- to stop companies from routing Chinese goods through Mexico," she said. “I just wish it could tell the difference between that and a small family business in California making grip aids for people who can’t hold a fork. I’m not the problem they were trying to solve."</p><p>____</p><p>AP Writers Maria Verza in Mexico City and Rob Gilles in Toronto contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G4VVMCLUN3B4XSA4MXFCLOABSU.jpg?auth=c9cdffaf1975a45e00615439d19ddd172258ae2f1b823ea1d63fbbbe26718aff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - National flags representing the United States, Canada, and Mexico fly in the breeze in New Orleans where leaders of the North American Free Trade Agreement met on April 21, 2008. (AP Photo/Judi Bottoni, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Judi Bottoni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7P3LV74ZJOIHUSO5LE4JOXR6O4.jpg?auth=cc5f1a04705d86d8e44a2bc7b78c70fda36dc59338e8158df3e1cce22f606b00&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 during an event at the White House to sign a new North American trade agreement with Canada and Mexico, Jan. 29, 2020, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G7CIHPHF22INLPH2WXC7ENMZIE.jpg?auth=715c152c3675d41bd9e1d47edc46ae17080d287d9ea471e9a4197c5eca9e3a62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An employee welds metal at a steel tank factory in Mexico City, Feb. 11, 2025. (AP Photo/Eduardo Verdugo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content></item><item><title><![CDATA[US, Canada and Mexico begin bumpy negotiations to renew North American trade pact]]></title><link>https://www.local10.com/news/2026/07/01/us-canada-and-mexico-begin-bumpy-negotiations-to-renew-north-american-trade-pact/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/01/us-canada-and-mexico-begin-bumpy-negotiations-to-renew-north-american-trade-pact/</guid><dc:creator><![CDATA[By PAUL WISEMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Tourists from Chattanooga check into beach resorts in Cancun. Canadian auto parts feed factories in the American Midwest — and vice versa. Happy hour revelers raise glasses of Mexican tequila and mezcal at bars in Seattle.]]></description><pubDate>Wed, 01 Jul 2026 13:46:56 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Tourists from Chattanooga check into beach resorts in Cancun. Canadian auto parts feed factories in the American Midwest — and vice versa. Happy hour revelers raise glasses of Mexican tequila and mezcal at bars in Seattle.</p><p>It adds up. The United States trades $1.9 trillion a year — $5 billion a day — worth of goods and services with its neighbors, Canada and Mexico. They have supplanted China as America's top two trading partners.</p><p>So the stakes are high when it comes to fiddling with the rules that govern trade between the three countries. And after a year of President Donald Trump’s chaotic tariff policies, many U.S., Canadian and Mexican businesses would welcome the return of stability across North America.</p><p>They are not likely to get it.</p><p>The regional trade pact — the U.S.-Mexico-Canada Agreement or USMCA — that Trump negotiated and boasted about in his first term comes up for renewal Wednesday, a process that is likely to last months, maybe longer.</p><p>And the path forward is lined with landmines.</p><p>“There’s going to be a lot of drama this summer," Diego Marroquín Bitar, a fellow in the America’s program at the Center for Strategic and International Studies, said last week at a USMCA forum sponsored by the Cato Institute.</p><p>A bumpy road ahead for North American trade</p><p>The U.S. is making demands that could effectively force Canada and Mexico to surrender some automaking production to the United States. That might bring more auto factory jobs to the United States. But it would also upend established supply chains and would push up U.S. prices for new cars that now average nearly $50,000 at a time when American consumers are already furious about the high cost of living.</p><p>Trump, characteristically, has added to the tension by threatening to pull out of his own agreement altogether.</p><p>In 2020, the USMCA replaced the 1994 North American Free Trade Agreement, which tore down most trade barriers between the three North American countries.</p><p>Trump and other critics had called NAFTA a job killer because it encouraged U.S. companies to move factories south of the border to take advantage of low-wage Mexican labor, then ship goods back to the United States duty free.</p><p>His USMCA ended up being similar to NAFTA — though it pressured factories to pay higher wages and make sure that more of what they made originated in North America in an effort to prevent Chinese products from slipping across regional borders duty free.</p><p>North America trade deal is up for renewal</p><p>The USMCA included a novel provision requiring the pact to be renewed every six years. That deadline is Wednesday, but “nothing is going to happen July 1,” said Oscar Ocampo, director of economic development at the Mexican Institute for Competitiveness.</p><p>Negotiators could agree Wednesday to renew USMCA as it is for another 16 years — until 2042. But that is considered highly unlikely. Instead, they are expected to keep working on ways to improve it; they have until the current term ends in 2036 to reach an agreement. Otherwise, the pact expires.</p><p>Meantime, any USMCA country can pull out of the pact provided it gives its two partners six months’ notice — a red buzzer that Canada and Mexico, dependent on trade with the United States, fear Trump just might push.</p><p>Trump, after all, said in June that he was “not looking to renew" the trade pact with Canada and Mexico. "We don’t need anything that they have,” he said.</p><p>Ocampo suspects that Trump doesn't really want to drop the treaty; he just wants to use the uncertainty to keep pressure on Mexico over security and immigration issues.</p><p>Canada is out in the cold</p><p>The United States and Mexico have held talks on renewing the trade agreement. But Canada has so far been stuck on the sidelines.</p><p>Patrick Childress, a partner at the Holland & Knight law firm and a former U.S. trade negotiator, said: “The danger for Canada is this: that the U.S. government and the Mexican government reach agreement on changes to core provisions of the treaty and then show up in Ottawa and say: ‘Here’s what we’ve agreed to. You can take it or leave it."’</p><p>Canadian Prime Minister Mark Carney said that the three trading partners plan to meet virtually on Wednesday, adding: “I’m not looking for my pen.”</p><p>Carney later said in French his priority is to update the USMCA.</p><p>Pushing production to the United States</p><p>The U.S. wants a refreshed trade pact to do more to make sure that Chinese goods don’t get in through the back door.</p><p>But the most contentious issue is that the U.S. is also seeking a brand-new requirement: that 50% of cars be made in the United States, Carney confirmed in early June. Currently, none of the USMCA countries gets a guaranteed share of production. “It’s a red line for both Mexico and Canada, and it goes against the spirit and the letter of regional integration,” Ocampo said.</p><p>Marcos Carias, economist at the credit insurer Coface, said only 1 in 5 Mexican and Canadian cars imported into the United States would currently meet the 50% standard.</p><p>Vehicle models likely to be hit with higher costs under the plan, he said, include Ford’s Maverick compact pickup truck, Chevrolet’s mid-size Equinox SUV and some Nissan sedans — all made in Mexico. Carias’ “back of the envelope" calculations suggest that prices could increase 5% to 7% on the most-affected models.</p><p>____</p><p>AP Writers Maria Verza in Mexico City and Rob Gilles in Toronto contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G4VVMCLUN3B4XSA4MXFCLOABSU.jpg?auth=c9cdffaf1975a45e00615439d19ddd172258ae2f1b823ea1d63fbbbe26718aff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - National flags representing the United States, Canada, and Mexico fly in the breeze in New Orleans where leaders of the North American Free Trade Agreement met on April 21, 2008. (AP Photo/Judi Bottoni, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Judi Bottoni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7P3LV74ZJOIHUSO5LE4JOXR6O4.jpg?auth=cc5f1a04705d86d8e44a2bc7b78c70fda36dc59338e8158df3e1cce22f606b00&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 during an event at the White House to sign a new North American trade agreement with Canada and Mexico, Jan. 29, 2020, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G7CIHPHF22INLPH2WXC7ENMZIE.jpg?auth=715c152c3675d41bd9e1d47edc46ae17080d287d9ea471e9a4197c5eca9e3a62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An employee welds metal at a steel tank factory in Mexico City, Feb. 11, 2025. (AP Photo/Eduardo Verdugo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content></item><item><title><![CDATA[US coach Mauricio Pochettino apologizes to media for his curt tone in previous news conference]]></title><link>https://www.local10.com/sports/2026/06/30/us-coach-mauricio-pochettino-apologizes-to-media-for-his-curt-tone-in-previous-news-conference/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/us-coach-mauricio-pochettino-apologizes-to-media-for-his-curt-tone-in-previous-news-conference/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[SANTA CLARA, Calif. (AP) — Before moving his attention to the knockout round of the World Cup, U.S. coach Mauricio Pochettino had to resolve one issue from the group stage.]]></description><pubDate>Tue, 30 Jun 2026 23:19:40 +0000</pubDate><content:encoded><![CDATA[<p>SANTA CLARA, Calif. (AP) — Before moving his attention to the knockout round of the World Cup, U.S. coach Mauricio Pochettino had to resolve one issue from the group stage.</p><p>Pochettino began his news conference before Wednesday's game against Bosnia-Herzegovina by asking the media to forgive him for his curt tone following the U.S. team's 3-2 loss to Turkey in a match that had no impact on the Americans after they had already clinched the top spot in the group.</p><p>“I want to apologize to the guys that were in my last press conference,” Pochettino said. “I was so frustrated. I was disappointed. I thank you and am sorry. It was my problem, not your problem. I was upset after the defeat.”</p><p>Pochettino called out the media in the post-match news conference last week for not praising him and his team for having already won the group before the loss to Turkey.</p><p>“For you not say congratulations that we won the group, that is a little bit sad,” Pochettino told reporters after the game.</p><p>“What we need to remember is we won first place in this group,” Pochettino added while speaking in Spanish and English. “We ended up being No. 1, and we managed all the pressure and the expectations quite well."</p><p>Pochettino knows the expectations are even higher now that his team has reached the knockout round and goes into the game against Bosnia as the favorite to advance.</p><p>He has preached to his team that “relaxation brings concentration” and has told them to approach every game as if it was the final.</p><p>“If we don’t see it in this way, I think we are going to struggle,” he said. “We are seeing already in all the games after the group stage how difficult it is. ... We don’t have another opportunity if we fail. It’s all in and knowing that game is the final of the World Cup. And if we were capable to go through, the next one is going to be another final of the World Cup.”</p><p>Bosnia has already played host Canada to a draw in Toronto in the opening match and now faces a U.S. team on American soil as the underdogs. Former U.S. national team goalkeeper Tim Howard said Bosnia is “better off not even getting on a plane and going to San Francisco” for a match he believes they have no chance of winning.</p><p>But the Bosnians already defied the odds by beating four-time champion Italy in the European playoffs and now have a chance to spoil the World Cup for the U.S. team.</p><p>“I'm not concerned with things like that,” Bosnia coach Sergej Barbarez said about Howard's comments. “I have to admit, things like that happen on a daily basis. We are a small country and things like that sometimes happen. I have no problem. My boys don’t have a problem with that. ... We are playing to go into the round of 16. Is that not motivation enough? I don't notice things like that.”</p><p>Injury updates for the US team ahead of match</p><p>Pochettino had some injury updates for his team ahead of the match, saying he hoped Auston Trusty could be available after injuring his ankle late in the last game against Turkey. Trusty scored his first goal for the national team in that game.</p><p>Pochettino said it would be more difficult for Cristian Roldan (quadriceps strain) and Mark McKenzie (foot irritation) to be available for the game but a final decision won't be made until Wednesday.</p><p>Christian Pulisic said he is ready to start after missing the second group game with a calf injury and playing only 33 minutes as a sub in the final group match.</p><p>“I feel good and ready to go for tomorrow,” Pulisic said.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MCF6S7RRTODACKMVSRXUWZR4CM.jpg?auth=2ecf9b08f1328c7929d605c110ca3aa8814a6b0abca3948501d6f1b66d65918a&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 attends a news conference ahead of the World Cup Round of 32 soccer match against Bosnia and Herzegovina, Tuesday, June 30, 2026, in Santa Clara, Calif. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y53QERCHEAO3DYZI3FCMD362AY.jpg?auth=3c960e48f15550901902d030224713ab8e557d21efada2e0588feddf06e5045d&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 speaks at a news conference ahead of the World Cup Round of 32 soccer match against Bosnia and Herzegovina, Tuesday, June 30, 2026, in Santa Clara, Calif. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4QV4IOWQD7I3VMSU6SBTC6ZMPI.jpg?auth=16dff74849c0016d3bb55d8d0f32aa0de91431f88cc2097d2eca1d6d60e3007c&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 attends a news conference ahead of their World Cup Round of 32 soccer match against Bosnia and Herzegovina, Tuesday, June 30, 2026, in Santa Clara, Calif. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content></item><item><title><![CDATA[Kawhi Leonard going back to Toronto after Raptors make deal with Clippers, AP source says]]></title><link>https://www.local10.com/sports/2026/07/01/kawhi-leonard-going-back-to-toronto-after-raptors-make-deal-with-clippers-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/kawhi-leonard-going-back-to-toronto-after-raptors-make-deal-with-clippers-ap-source-says/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[Kawhi Leonard is headed back to the Toronto Raptors, after they struck a deal with the Los Angeles Clippers to reunite with the player who led their run to the 2019 NBA championship, a person with knowledge of the talks said Tuesday.]]></description><pubDate>Wed, 01 Jul 2026 12:59:55 +0000</pubDate><content:encoded><![CDATA[<p>Kawhi Leonard is headed back to the Toronto Raptors, after they struck a deal with the Los Angeles Clippers to reunite with the player who led their run to the 2019 NBA championship, a person with knowledge of the talks said Tuesday.</p><p>The Raptors are sending Brandon Ingram, Gradey Dick, two first-round draft picks, two second-round picks and pick swap to the Clippers for Leonard, said the person who spoke to The Associated Press on condition of anonymity because the trade has not received the required league approval.</p><p>Leonard spent one season in Toronto, and that was the year the Raptors won their lone title. He turned 35 on Monday but is coming off the highest-scoring season of his career, averaging 27.9 points for the Clippers in 65 games.</p><p>Leonard is a seven-time All-Star, seven-time All-NBA selection, a two-time NBA champion (also winning in 2014 with San Antonio) and is generally considered one of the game's top defensive players.</p><p>The trade is the latest in what's becoming a long line of huge deals getting made between clubs already this summer, one that has seen Giannis Antetokounmpo getting traded by Milwaukee to Miami, Ja Morant getting moved to Portland by Memphis and now this — one where the Raptors will hope that Leonard can weave his title magic one more time.</p><p>Toronto agreeing to make this deal suggests that it isn't worried about the ongoing probe into an endorsement deal that Leonard had with a California-based sustainability services company.</p><p>The NBA opened an investigation back in September into whether a $28 million endorsement contract between Leonard and Aspiration Fund Adviser LLC — a company that filed for bankruptcy earlier this year — broke league rules, following a report by journalist Pablo Torre. The primary issue for the NBA to decide is if the deal allowed the Clippers to circumvent league salary cap rules.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MBIYL7KUWVXSBCPCKOCRRZNGKA.jpg?auth=6e8891771c4ea123afa0b5e9763b76b3288bbede04c593ff213643335807dc47&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - LA Clippers forward Kawhi Leonard, center, shoots as Golden State Warriors center Kristaps Porzingis defends during the first half of an NBA play-in tournament basketball game Wednesday, April 15, 2026, in Inglewood, Calif. (AP Photo/Mark J. Terrill,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Celebra familia del sur de Florida tras rescate de menor de 12 años de los escombros de terremoto en Venezuela ]]></title><link>https://www.local10.com/espanol/2026/06/30/celebra-familia-del-sur-de-florida-tras-rescate-de-menor-de-12-anos-de-los-escombros-de-terremoto-en-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/celebra-familia-del-sur-de-florida-tras-rescate-de-menor-de-12-anos-de-los-escombros-de-terremoto-en-venezuela/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[Una familia del sur de Florida está eternamente agradecida después saber que su familiar de 12 años fue rescatado tras haber desaparecido durante los terremotos en Venezuela.]]></description><pubDate>Tue, 30 Jun 2026 23:09:31 +0000</pubDate><content:encoded><![CDATA[<p>Una familia del sur de Florida está eternamente agradecida después de recibir la noticia de que su familiar de 12 años en Venezuela fue rescatado tras haber desaparecido durante los terremotos de la semana pasada.</p><p><a href="https://www.local10.com/espanol/2026/06/30/llegan-a-venezuela-donaciones-del-sur-de-florida-mientras-continua-la-busqueda-de-sobrevivientes/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/llegan-a-venezuela-donaciones-del-sur-de-florida-mientras-continua-la-busqueda-de-sobrevivientes/">La desesperada búsqueda de sobrevivientes entre los escombros</a> ha continuado durante días tras los devastadores terremotos en Venezuela.</p><p>El lunes por la noche, miembros de la familia dijeron que Carlos Miguel Colmenares Gutiérrez, de 12 años, fue rescatado después de haber quedado atrapado en los escombros durante cinco días.</p><p>Un video grabado con celular muestra al niño siendo trasladado por los equipos de rescate en una camilla.</p><p>Una multitud se reunió alrededor, aplaudiendo, asombrada por lo que veían.</p><p>Más tarde, se muestra al niño siendo trasladado en ambulancia a un hospital en Caracas.</p><p>Su prima segunda, Mayra Heredia, dijo que está en condición estable en la UCI y sin lesiones graves, a pesar de haber permanecido atrapado tanto tiempo.</p><p>Él estaba en su apartamento cuando ocurrieron los terremotos, y un refrigerador caído lo habría protegido del techo colapsado.</p><p>“Para el domingo prácticamente dijeron que el edificio era una pérdida”, dijo Heredia. “Dieron por hecho que todos estaban muertos”.</p><p>Pero el lunes, los equipos de rescate escucharon al niño gritar su nombre, y sus cámaras confirmaron que estaba allí dentro, lo que llevó al rescate.</p><p>“Es un milagro”, dijo Heredia. “Estamos en shock de que esté vivo. Sobrevivió sin lesiones que pongan en riesgo su vida, solo está muy deshidratado”.</p><p>Aunque la familia está agradecida por el rescate del niño, saben que para muchos en Venezuela la historia no es la misma.</p><p>“Es un sentimiento agridulce porque sí, lo encontramos, pero hay miles de otros que podrían seguir con vida bajo los escombros y que no hemos podido localizar completamente”, dijo Heredia.</p>]]></content:encoded></item><item><title><![CDATA[Hawaii displays historic photos of Martin Luther King Jr. wearing flower lei during Selma march]]></title><link>https://www.local10.com/news/national/2026/06/30/hawaii-displays-historic-photos-of-martin-luther-king-jr-wearing-flower-lei-during-selma-march/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/30/hawaii-displays-historic-photos-of-martin-luther-king-jr-wearing-flower-lei-during-selma-march/</guid><dc:creator><![CDATA[By JENNIFER SINCO KELLEHER, Associated Press]]></dc:creator><description><![CDATA[HONOLULU (AP) — Photographs of the Rev. Martin Luther King Jr. adorned with flower lei from Hawaii residents who traveled to Selma, Alabama, to join him on a pivotal Civil Rights march went on public display Tuesday in the state Capitol in Honolulu.]]></description><pubDate>Wed, 01 Jul 2026 00:30:37 +0000</pubDate><content:encoded><![CDATA[<p>HONOLULU (AP) — Photographs of the Rev. Martin Luther King Jr. adorned with flower lei from Hawaii residents who traveled to Selma, Alabama, to join him on a pivotal Civil Rights march went on public display Tuesday in the state Capitol in Honolulu.</p><p>The Selma-to-Montgomery marches galvanized passage of the Voting Rights Act of 1965, which did away with most barriers such as poll taxes and other forms of voter discrimination targeting Black Americans in the Deep South.</p><p>A delegation of five people brought dozens of flower lei with them from Hawaii to Alabama in March 1965. Images of King wearing lei, garlands that are synonymous with Hawaiian culture, have been previously published -- but most of the photos displayed in Hawaii’s new exhibit have never been seen before. Some photos have subtle variations, while others include figures who may have been deemed unimportant at the time. The exhibit runs through July 7.</p><p>One of the lei-bearers was Charles Campbell, a high school teacher and chairman of the Hawaii Civil Rights Conference, who a March 20, 1965 article in The Honolulu Advertiser quoted as saying: "Selma has the capability of becoming a real sore that could affect the entire nation.”</p><p>King was photographed wearing lei about two weeks after the event known as Bloody Sunday when state troopers violently attacked Civil Rights marchers on the Edmund Pettus Bridge in Selma on March 7, 1965.</p><p>The photos were taken by Civil Rights photographer Matt Herron, whose widow donated them to Hawaii's Department of Accounting and General Services for the state's archives.</p><p>After the photos were unveiled, Steven Springel stared at a photo of his mother, Nona Ferdon, who was a divorced mother of two children and a graduate student when she traveled to Selma.</p><p>Springel remembers he was just about to turn 7 and only realized as an adult how important her trip was. Growing up in Hawaii, “we never experienced segregation or racial inequality,” he said of his and his sister’s childhood. Ferdon died in 2021.</p><p>The exhibit, part of Hawaii's programming to mark the 250th anniversary of the United States, is a reminder people from the Aloha State participated in an important event in history, said Keith Regan, who oversees the department as the state's comptroller and presided over the photo unveiling as acting governor while Gov. Josh Green is out of state.</p><p>The small delegation traveled thousands of miles “to be a part of the Civil Rights movement, to show ‘aloha’ to the world that Hawaii was there holding hands with our fellow brothers and sisters to ensure equality and justice were heard throughout the nation,” he said.</p><p>The Hawaii members also wore lei during first day of the 50-mile (80.46-kilometer) march. Mothers of Kawaiahaʻo Church in Honolulu strung together fragrant plumeria plucked from church grounds to assemble the lei.</p><p>Giving lei, a word that is both singular and plural in the Hawaiian language, continues to be a way to share the “aloha” spirit. People in Hawaii give and receive lei for all kinds of reasons, including to celebrate birthdays and promotions, or to show appreciation or recognition.</p><p>Tomi Knaefler, who had traveled with the delegation as a reporter with the Honolulu Star-Bulletin, planned to attend Tuesday's news conference. But at 96 years old, she wasn't feeling up to it, said her daughter, Pamela MacDonald, who did attend.</p><p>MacDonald said she was 14 when her mother went on the assignment, “the one that she holds dearest to her heart."</p><p>The exhibit comes at the end of the U.S. Supreme Court’s 2026 term, which included a ruling gutting the remaining piece of the Voting Rights Act, setting off a wave of partisan gerrymandering in states in the South and endangering generations of gains in Black political representation.</p><p>___</p><p>This version corrects that the number of people in the Hawaii delegation was five, not four.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3V3LG3Y37NUFUD6KQ42VYCCS4M.jpg?auth=e1c6fa954e23fa250df37f3b9a7e84555145761f51be5a45ded937e2a39b3d88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Steven Springel holds a photograph of his mother, Nona Springel Ferdon, a member of Hawaii's delegation to the 1965 Selma-to-Montgomery march, during the opening of a Martin Luther King Jr. photo exhibit at the Hawaii State Capitol, Tuesday, June 30, 2026, in Honolulu. (AP Photo/Mengshin Lin)]]></media:description><media:credit role="author" scheme="urn:ebu">Mengshin Lin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I3OECJ3BNEWMAY7PRPYRMTKYJU.jpg?auth=a8c45199b448f84c1f63c4813fd9971e04c7f8130e3d902a436981ad43a5630f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Charles Campbell, who traveled to Alabama for the march from Selma to Montgomery, placing a lei on Dr. Martin Luther King, Jr. at Brown Chapel AME in Selma, Ala., March 21, 1965. (Matt Herron/Jeannine Herron/Dept. of Special Collections and University Archives, Stanford University Libraries via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Herron</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YY32CSQ4DFMSNC7RPRCKWNDTVY.jpg?auth=935edea63302ecc2d84c5c78250c7703fc9bde42f3a3736d3f2d69963d03e2bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Martin Luther King wears a lei outside of Selma, Ala., March 21, 1965 on the first day of the march for voting rights from Selma to Montgomery. (Matt Herron/Jeannine Herron/Dept. of Special Collections and University Archives, Stanford University Libraries via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Herron</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OXX34F5B2C4IRLNSM54KXL3EDQ.jpg?auth=47e0ace9c090aca12e8fc695982525950534516e7be1b7aade1735678e7e64d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nona Ferdon, a graduate student who accompanied the Hawaii delegation that traveled to Alabama in 1965 for the march for voting rights, attends the march in Selma, Ala., March 21, 1965. (Matt Herron/Jeannine Herron/Dept. of Special Collections and University Archives, Stanford University Libraries via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Herron</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UZ5BCHKRJDFJEWB5BQL2FPZD7I.jpg?auth=fd683b45e9c29d6683bce4b6c403338bb1f1699c52192fd100959bde046b5b1c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Acting Hawaiʻi Lieutenant Governor Keith Regan, State Archivist Adam Jansen, and Steven Springel join community partners and invited guests for a group photo at the opening of a historic civil rights photography exhibit at the Hawaii State Capitol, Tuesday, June 30, 2026, in Honolulu. (AP Photo/Mengshin Lin)]]></media:description><media:credit role="author" scheme="urn:ebu">Mengshin Lin</media:credit></media:content></item><item><title><![CDATA[Great-grandson of Wong Kim Ark praises Supreme Court ruling affirming birthright citizenship]]></title><link>https://www.local10.com/news/politics/2026/06/30/great-grandson-of-wong-kim-ark-praises-supreme-court-ruling-affirming-birthright-citizenship/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/great-grandson-of-wong-kim-ark-praises-supreme-court-ruling-affirming-birthright-citizenship/</guid><dc:creator><![CDATA[By TERRY TANG, Associated Press]]></dc:creator><description><![CDATA[The great-grandson of Wong Kim Ark, the Chinese American at the center of the U.S. Supreme Court case that established the constitutional guarantee of birthright citizenship, called Tuesday’s ruling a victory for all Americans, saying it reaffirmed that precedent.]]></description><pubDate>Wed, 01 Jul 2026 00:25:21 +0000</pubDate><content:encoded><![CDATA[<p>The great-grandson of Wong Kim Ark, the Chinese American at the center of the U.S. Supreme Court case that established the constitutional guarantee of birthright citizenship, called Tuesday’s ruling a victory for all Americans, saying it reaffirmed that precedent.</p><p>“I don't consider this stuff a personal victory," Norman Wong told The Associated Press. “It’s an obligation and a duty for every American to care about this because ultimately we’re not fighting for the rights of Chinese or Japanese or whatever. We’re fighting for rights for all Americans because these are fundamental rights.”</p><p>Wong, 76, has become an unexpected public face of the movement to protect birthright citizenship. He began giving speeches and interviews in January 2025 — shortly after President Donald Trump issued his executive order declaring children born to people who are in the United States illegally or temporarily are not American citizens.</p><p>In a 6-3 decision, a divided Supreme Court upheld a broad interpretation of birthright citizenship, rejecting Trump’s arguments.</p><p>In an opinion by Chief Justice John Roberts, the court held that the long-settled understanding of the Fourteenth Amendment of the Constitution, adopted after the Civil War, makes anyone born in the U.S. a citizen, with very limited exceptions.</p><p>Dissenting Justices Samuel Alito, Neil Gorsuch and Clarence Thomas would have upheld Trump’s proposed restrictions. The Fourteenth Amendment “was designed and understood to secure equal rights for the freed blacks but has instead been repurposed for political projects that the Reconstruction Congress did not support,” Thomas wrote.</p><p>Trump said the decision was “too bad for our Country” and wrongly suggested that Congress could “easily” address it with legislation. The majority decision rests on constitutional grounds. It would take an amendment to overcome the decision.</p><p>Wong called the executive order Trump issued on the first day of his second term an unconstitutional “decree.”</p><p>“If it didn’t fly in the face of the Constitution, the Supreme Court would have ruled differently today,” Wong said. “That’s unfortunate that we have a leader that wants the United States to be in his image, but that’s not what we’re supposed to be. He’s supposed to conform to what we the people believe in.”</p><p>Maintaining birthright citizenship as a right and a family legacy</p><p>In the late 1800s, birthright citizenship was legally expanded to the children of immigrants.</p><p>Wong Kim Ark, who was born in San Francisco in 1873, was returning by steamship from China in 1895 and was denied reentry. He sued and the Supreme Court in 1898 ruled in his favor. The court held that under the Fourteenth Amendment, a child’s citizenship depends on birth in the U.S., not a parent’s citizenship.</p><p>Norman Wong has always been social justice-minded. While attending the University of California, Berkeley, in the 1970s, he joined the multiracial student-driven Third World Liberation Front. He saw how the term “Asian American” rallied Asian student groups to join forces.</p><p>It wasn't until he was in his 50s that he learned Wong Kim Ark was his great-grandfather. His father had spoken very little about family history. But journalists from Chinese-language newspapers approached his father for an interview after seeing his name in old court records.</p><p>He never pictured lobbying for another movement in his 70s. But last year, the Chinese Consolidated Benevolent Association, the same organization that funded Wong Kim Ark's legal fight, invited him to speak at a press conference. Since then, Wong, who lives in the San Francisco Bay Area, has given interviews, speeches and even traveled to Washington in April to hear the Supreme Court arguments.</p><p>“I consider myself lucky enough to actually have a meaningful role," Wong said. “All that citizenship grants is the stuff that was the promise of America, which is life, liberty and the pursuit of happiness.”</p><p>Is birthright citizenship status secure now?</p><p>In April, the birthright citizenship court proceedings also marked the first time a sitting U.S. president attended Supreme Court oral arguments. California Attorney General Rob Bonta recalls sitting in the same row as Trump.</p><p>Since Trump's executive order, Bonta, the first state attorney general of Filipino descent, has heard from “hundreds” of people born in the U.S. who have been worried about being stripped of their citizenship because of a parent's immigration status. Most of them have been people of color — Black, Latino, Asian and Pacific Islander. The high court's decision, while affirming, does not mean they should be less mindful of their rights.</p><p>“Everyone who believes in the rule of law, believes in the U.S. Constitution — its durability, its strength, its potency — should breathe a little easier today,” Bonta said. “But, the attacks on lawful immigration status, on the U.S. Constitution's protections, rights and freedoms afforded to people, including birthright citizenship, they will continue.”</p><p>Chinese American daughter of immigrants makes the case</p><p>The Justice Department said in a statement that it’s “committed to tackling illegal birth tourism schemes by working diligently with U.S. Attorneys across the country to uphold the law.”</p><p>“Actors seeking to exploit loopholes to obtain automatic citizenship for their children pose a national security threat and will be brought to justice,” the department said in a post on the social platform X.</p><p>Cecillia Wang, the national director of the American Civil Liberties Union who argued for birthright citizenship in front of the Supreme Court, said in a statement the court "reaffirms a fundamental American promise — if you are born here, you are a citizen.”</p><p>“A president cannot change the Constitution by executive fiat," Wang said. "Our brave clients and our legal team stand with millions of people around our country who spoke up for one of our most cherished rights."</p><p>Bonta previously worked with Wang at the same San Francisco law firm. He described her as brilliant and said that having immigrant parents “was an added dimension to Cecillia's incredible advocacy.”</p><p>Wang is American-born with parents who legally came to the U.S. from Taiwan as graduate students. The fact that she was the one who got to argue the case nearly 130 years after his great-grandfather won his case makes today's decision even better, Wong said.</p><p>“It’s kind of sweet because — especially for Chinese Americans — they were at the forefront of all this anti-Asian hate,” Wong said. “There are certain aspects of my life where I think what happened actually prepared me for what’s happening now.” ___ Associated Press reporter Mark Sherman in Washington, D.C., contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FNNANBLOEXRLIZTNJWQYLLKHC4.jpg?auth=7b2a9c0d6b8f4fbad17889386ae289a02b9b393549b397717e87e72232367c16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Great-grandson of Wong Kim Ark, Norman Wong, speaks during a news conference in the Chinatown district of San Francisco, Jan. 24, 2025. (AP Photo/Haven Daley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Haven Daley</media:credit></media:content></item><item><title><![CDATA[Llegan a Venezuela donaciones del sur de Florida mientras continúa la búsqueda de sobrevivientes ]]></title><link>https://www.local10.com/espanol/2026/06/30/llegan-a-venezuela-donaciones-del-sur-de-florida-mientras-continua-la-busqueda-de-sobrevivientes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/llegan-a-venezuela-donaciones-del-sur-de-florida-mientras-continua-la-busqueda-de-sobrevivientes/</guid><dc:creator><![CDATA[Christina Vazquez, Ryan Mackey]]></dc:creator><description><![CDATA[Mientras el número de muertos por los dos terremotos consecutivos en Venezuela seguía aumentando el martes, los suministros de ayuda recolectados en el sur de Florida ya estaban llegando al país.]]></description><pubDate>Tue, 30 Jun 2026 21:00:24 +0000</pubDate><content:encoded><![CDATA[<p>Mientras el número de muertos por los dos <a href="https://www.local10.com/news/local/2026/06/30/donations-from-south-florida-arrive-in-venezuela-as-search-for-survivors-continues/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/30/donations-from-south-florida-arrive-in-venezuela-as-search-for-survivors-continues/">terremotos consecutivos en Venezuela</a> seguía aumentando el martes, los suministros de ayuda recolectados en el sur de Florida ya estaban llegando al país, mientras los equipos de rescate continuaban buscando sobrevivientes bajo edificios colapsados.</p><p>Según <a href="https://www.youtube.com/watch?v=sIIm2LmISlc" target="_self" rel="" title="https://www.youtube.com/watch?v=sIIm2LmISlc">Reuters</a>, las autoridades venezolanas informaron que más de 1,700 personas han muerto y al menos otras 5,000 resultaron heridas tras los devastadores terremotos.</p><p><a href="https://www.local10.com/news/local/2026/06/30/donations-pour-in-at-south-florida-mission-center-to-help-venezuela-earthquake-victims/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/30/donations-pour-in-at-south-florida-mission-center-to-help-venezuela-earthquake-victims/">Global Empowerment Mission</a>, que ha estado recolectando donaciones en su almacén de Doral, publicó nuevas fotografías que muestran palés con suministros de ayuda llegando a un almacén que la organización habilitó en Caracas.</p><p>Funcionarios de Global Empowerment Mission dijeron a Local 10 que ya no necesitan donaciones de agua embotellada porque han recibido un suministro suficiente. En su lugar, la organización está solicitando donaciones monetarias, lo que permitirá a los equipos de ayuda comprar y distribuir los suministros más urgentes directamente en las zonas afectadas.</p><p><b>Consulta horarios, lugar de entrega, y artículos necesarios.</b></p><figure><img src="https://www.local10.com/resizer/v2/K4PZR2TZ5NE6HIPKF365LQVO7I.jpg?auth=51e8cbacaa89d703881823a6d4e6b6a8acac64f7a44a161e181ae108fea0dc01&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Mientras tanto, integrantes de la Florida Task Force 1 de Miami-Dade Fire Rescue permanecían en Venezuela, trabajando junto a equipos internacionales en una de las zonas más afectadas, Playa Grande, en el estado La Guaira.</p><p>La Florida Task Force 1 (#FLTF1) de Miami-Dade Fire Rescue se encuentra en Playa Grande, La Guaira, Venezuela, junto a una comunidad marcada para siempre por los devastadores terremotos.</p><p>La misión es compleja, pero clara. Está impulsada por la posibilidad de que aún se pueda salvar una vida.<a href="https://x.com/MiamiDadeFire/status/2071352489908269243" target="_self" rel="" title="https://x.com/MiamiDadeFire/status/2071352489908269243">pic.twitter.com/u8NxodanHd</a></p><p>Los equipos de búsqueda continuaban utilizando perros especialmente entrenados para detectar el olor de personas atrapadas bajo los escombros.</p><p>En medio de la destrucción generalizada, los rescatistas celebraron un inusual momento de esperanza después de que equipos de emergencia de Jordania rescataran con vida a un niño de 3 años de entre los escombros de un edificio colapsado, seis días después del desastre.</p><p>El menor fue trasladado de inmediato para recibir atención médica mientras los rescatistas celebraban el rescate.</p><p>También seguían aumentando las dudas sobre el colapso de un hotel donde se alojaban más de 100 personas deportadas recientemente desde Estados Unidos.</p><p>Un vuelo de repatriación con unas 146 personas llegó a Venezuela el 24 de junio, apenas unas horas antes de que ocurrieran los terremotos. Las autoridades informaron que muchos de los deportados fueron llevados al hotel, que posteriormente colapsó, dejando a las familias buscando respuestas sobre el paradero de sus seres queridos.</p><p>“No nos están dando respuestas sobre dónde está ella, si en un hospital o en la morgue”, dijo Luis Armando Dasilva, cuya hermana, Amanda Donizete, según indicó, trabajaba como mesera en Georgia.</p><p>Las familias aseguran que han recibido información contradictoria sobre cuántas personas sobrevivieron al colapso.</p><p>“Por favor, actúen rápido. Queremos que encuentren a nuestros familiares, como sea que estén”, dijo Dasilva.</p><p>La Organización Mundial de la Salud informó que el sistema de salud de Venezuela continúa bajo una presión significativa debido a los daños en hospitales y la escasez de personal.</p><p>La Embajada de Estados Unidos en Caracas también publicó una fotografía del USS Fort Lauderdale, que, según el Comando Sur de Estados Unidos, permanece atracado en el puerto de La Guaira.</p><p>El buque está proporcionando capacidades médicas adicionales y funciona como centro de comunicaciones para apoyar las operaciones de ayuda.</p><p>Mientras continúan las labores internacionales de rescate, organizaciones del sur de Florida trabajan para hacer llegar más alimentos, agua y otros suministros esenciales a los sobrevivientes de los terremotos en Venezuela.</p><p>Haga <a href="https://www.local10.com/news/local/2026/06/26/como-ayudar-lugares-de-entrega-de-donaciones-en-el-sur-de-florida-para-ayudar-a-venezolanos-tras-los-terremotos/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/como-ayudar-lugares-de-entrega-de-donaciones-en-el-sur-de-florida-para-ayudar-a-venezolanos-tras-los-terremotos/">clic aquí</a> para ver los centros de entrega en todo el sur de Florida que están recolectando bienes y suministros para las víctimas del terremoto.</p><p><b>Contenido relacionado</b></p><p>Bajo el liderazgo de <a href="https://x.com/POTUS?ref_src=twsrc%5Etfw" target="_self" rel="" title="https://x.com/POTUS?ref_src=twsrc%5Etfw">@POTUS</a> y del <a href="https://x.com/SecRubio?ref_src=twsrc%5Etfw" target="_self" rel="" title="https://x.com/SecRubio?ref_src=twsrc%5Etfw">@SecRubio</a>, EE.UU. sigue respondiendo de manera rápida y sin precedentes a los devastadores terremotos que sacudieron Venezuela. El equipo Florida Task Force 1 (#FLTF1) de @MiamiDadeFireRescue continúa trabajando sin descanso para salvar vidas. <a href="https://pic.twitter.com/ij8c6n1uHl" target="_self" rel="" title="https://pic.twitter.com/ij8c6n1uHl">pic.twitter.com/ij8c6n1uHl</a> — Embajada de los EE.UU. en Caracas (@usembassyve)<a href="https://x.com/usembassyve/status/2071938997832598001?ref_src=twsrc%5Etfw" target="_self" rel="" title="https://x.com/usembassyve/status/2071938997832598001?ref_src=twsrc%5Etfw">June 30, 2026</a></p><p>Cuando más importa responder al llamado. @MiamiDadeFire está en Venezuela, demostrando la dedicación y el profesionalismo que distinguen a los equipos de respuesta a emergencias de Estados Unidos. <a href="https://x.com/StateDept/status/2071655969805705651" target="_self" rel="" title="https://x.com/StateDept/status/2071655969805705651">pic.twitter.com/ZjWGTwbUA7</a> — Department of State (@StateDept)<a href="https://x.com/StateDept/status/2071655969805705651?ref_src=twsrc%5Etfw" target="_self" rel="" title="https://x.com/StateDept/status/2071655969805705651?ref_src=twsrc%5Etfw">June 29, 2026</a></p>]]></content:encoded></item><item><title><![CDATA[Mbappé scores twice to tie Messi for World Cup lead with 6 goals, France beats Sweden 3-0]]></title><link>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/</link><guid isPermaLink="true">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/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description><![CDATA[EAST RUTHERFORD, N.J. (AP) — Kylian Mbappé and France are sizzling — and not just because of MetLife Stadium's broiling conditions.]]></description><pubDate>Wed, 01 Jul 2026 02:13:09 +0000</pubDate><content:encoded><![CDATA[<p>EAST RUTHERFORD, N.J. (AP) — Kylian Mbappé and France are sizzling — and not just because of MetLife Stadium's broiling conditions.</p><p>Mbappé had his third two-goal game of this World Cup and set a career scoring record for the tournament's knockout rounds, leading Les Bleus over Sweden 3-0 on Tuesday to set up a round of 16 match against Paraguay.</p><p>“I personally haven't seen a better team,” Sweden coach Graham Potter said. “The quality they have all over the pitch and then the options for them off the bench are very, very strong, so they’ve got as good a chance as anybody, I would suggest.”</p><p>France's 27-year-old star scored the go-ahead goal with a brilliant crossover step in the 45th minute and added his sixth goal of the tournament in the 74th to tie Lionel Messi for the tournament scoring lead. He has 18 goals in 18 World Cup games, one behind the Argentine's career scoring record of 19 in 29 matches.</p><p>In between, Bradley Barcola had a 53rd-minute goal for France, which became the first nation to score three or more goals in five consecutive World Cup matches.</p><p>“I’m very aware of who I am, how I play, what I shall do, but it’s not just about me,” Mbappé said through a translator. "The entire team is aware of what should be done. It is a new competition that has started today. We did play well, but we were timid. We could have done better at the beginning."</p><p>Mbappé’s 10 knockout round goals are two more than the previous high by Brazilian greats Leonidas and Ronaldo.</p><p>France coach Didier Deschamps bowed when Mbappé came to the bench after he was substituted in the 85th minute.</p><p>“We’re on a mission — so am I with them,” Deschamps said through a translator.</p><p>France has outscored opponents 13-2. Michael Olise has five assists, the most in a World Cup since Germany's Thomas Hassler had five in 1994.</p><p>“They are skilled at knowing when to change the pace and increase it, when to possess the ball, went to fall back,” Sweden captain Victor Lindelöf said through a translator.</p><p>Seeking to reach its third straight World Cup final, France plays Paraguay on July 4 in Philadelphia. The winner advances to a quarterfinal against Canada or Morocco five days later at Foxborough, Massachusetts.</p><p>It was 90 degrees Fahrenheit (32 degrees Celsius), sunny and humid at the 5 p.m. kickoff with poor air quality at the site of the July 19 final. Many fans in the club areas stayed inside their air-conditioned suites.</p><p>France outshot Sweden 25-7 in the first World Cup meeting between the nations, including 15-3 in the first half.</p><p>Mbappé hit a post in the 32nd minute, raising both hands in disgust, and France nearly went ahead four minutes later on Olise’s spectacular bicycle kick from just inside the penalty area, which also clanked off a post.</p><p>“I said I think we needed a couple of miracles. We had a couple, but we ran out of them," Potter said. “So we needed a few more.”</p><p>Mbappé scored after goalkeeper Jacob Widell Zetterström tipped Olise’s shot just outside the post.</p><p>Olise played a short corner kick to Ousmane Dembélé, who passed to Mbappé near the byline. Mbappé took a crossover step to get around Viktor Gyökeres and from just outside the 6-yard box sent a diagonal shot inside the far post.</p><p>Mbappé ran up the center of the field to celebrate, colliding with Dembélé, and jogged to the bench to hug Deschamps, who returned for the match after going to France for his mother’s funeral.</p><p>“He knows that he will never be alone with us, and we will support him,” Mbappé said.</p><p>Gustaf Lagerbielke lost the ball ahead of France’s second goal. Aurélien Tchouaméni passed to Olise, who nutmegged Lagerbielke, and Barcola took a centering touch and sent the ball past Zetterström’s outstretched right hand.</p><p>Mbappé entertained the crowd with a backheel pass to Barcola in the buildup to France’s third goal, the 62nd of his international career. Barcola passed to Olise, who sent the ball forward as Mbappé sprinted into the penalty area, took a touch and fired the ball inside the far post.</p><p>“We continue to deliver great performances,” Mbappé said.</p><p>A crowd of 80,663 raised the record total for the expanded 104-match tournament above 5 million. A majority of fans wore France’s blue, with a pocket in Sweden’s yellow at one end.</p><p>“I have no complaints to the players whatsoever. I said to them after the game I don’t think it’s a disgrace to lose to France," Potter said. “For us it’s about using this as a foundation to go forward and to be proud of what we’ve done so far.”</p><p>Speaking just after the final whistle, Mbappé wasn't quite ready to turn his attention to Paraguay just yet.</p><p>“I’m looking forward to the changing room and the AC," he said.</p><p>___</p><p>AP Sports Writer Stephen Whyno contributed to this report.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M56QM6YWOGMTSNLXA7FS5FI2FU.jpg?auth=d7cd52f8112785a66eb27d656d795820c4756f12dd6031ad1a6dc80255d06c0a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) celebrates scoring their side's first goal 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/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/TIXVOBP2Y23ETXHUULYXLSGLZ4.jpg?auth=ad2f425c1f528ce04f33fa6b8762a30aaea1198166cdcb9bdb320fac352a7461&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) celebrates scoring their third goal 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/Pamela Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Pamela Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4ADM57Z2AK6XLGHFD327P57OFE.jpg?auth=6809c291f74552a41be5e83fbbfdd06ec69b17e6dd06e828d4eaa3af8fecd455&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappé (10) scores his team's third goal against Sweden's Jacob Widell Zetterström (1) during a 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/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JC6IBBU3SRRW2O2KPVCQPBBDQY.jpg?auth=babbef98c18888d8d3e300d38a1b608288c0127d19abee56f556ca9c546d58b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe reacts after scoring his side's opening goal 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><media:content url="https://www.local10.com/resizer/v2/7EU2QLHJWMVZVQ5SQRB6DTAMOI.jpg?auth=5bb13b6904d4247de29c7512d7ac35155ec08bb9b609b71294691ca441aaddc1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe, left, celebrates with his coach Didier Deschamps after scoring his side's opening goal 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[Donations from South Florida arrive in Venezuela as search for earthquake survivors continues]]></title><link>https://www.local10.com/news/local/2026/06/30/donations-from-south-florida-arrive-in-venezuela-as-search-for-survivors-continues/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/donations-from-south-florida-arrive-in-venezuela-as-search-for-survivors-continues/</guid><dc:creator><![CDATA[Christina Vazquez, Ryan Mackey]]></dc:creator><description><![CDATA[As the death toll from back-to-back earthquakes in Venezuela continued to climb Tuesday, relief supplies collected in South Florida were already arriving in the country as rescue crews searched for survivors beneath collapsed buildings.]]></description><pubDate>Tue, 30 Jun 2026 20:07:48 +0000</pubDate><content:encoded><![CDATA[<p>As the death toll from back-to-back <a href="https://www.local10.com/topic/Venezuela/?ref=plugin" target="_self" rel="" title="https://www.local10.com/topic/Venezuela/?ref=plugin">earthquakes in Venezuela</a> continued to climb Tuesday, relief supplies collected in South Florida were already arriving in the country as rescue crews searched for survivors beneath collapsed buildings.</p><p><a href="https://www.local10.com/espanol/2026/06/30/llegan-a-venezuela-donaciones-del-sur-de-florida-mientras-continua-la-busqueda-de-sobrevivientes/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/llegan-a-venezuela-donaciones-del-sur-de-florida-mientras-continua-la-busqueda-de-sobrevivientes/">Leer en español</a></p><p>According to <a href="https://www.youtube.com/watch?v=sIIm2LmISlc" target="_self" rel="" title="https://www.youtube.com/watch?v=sIIm2LmISlc">Reuters</a>, Venezuelan authorities said more than 1,700 people have been killed and at least 5,000 others injured following the devastating earthquakes.</p><p><a href="https://www.local10.com/news/local/2026/06/30/donations-pour-in-at-south-florida-mission-center-to-help-venezuela-earthquake-victims/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/30/donations-pour-in-at-south-florida-mission-center-to-help-venezuela-earthquake-victims/">Global Empowerment Mission</a>, which has been collecting donations at its warehouse in Doral, released new photos showing pallets of relief supplies arriving at a warehouse the organization secured in Caracas.</p><p>Global Empowerment Mission officials told Local 10 they are no longer in need of bottled water donations because they have received an ample supply. Instead, the organization is asking people to make monetary donations, which will allow relief teams to purchase and distribute the supplies most urgently needed on the ground.</p><p><b>Read the drop off time, location, and items needed below. </b></p><figure><img src="https://www.local10.com/resizer/v2/K4PZR2TZ5NE6HIPKF365LQVO7I.jpg?auth=51e8cbacaa89d703881823a6d4e6b6a8acac64f7a44a161e181ae108fea0dc01&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Meanwhile, members of Miami-Dade Fire Rescue’s Florida Task Force 1 remained on the ground in Venezuela, working alongside international crews in one of the hardest-hit areas, Playa Grande in La Guaira state. </p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Miami-Dade Fire Rescue’s Florida Task Force 1 (<a href="https://x.com/hashtag/FLTF1?src=hash&amp;ref_src=twsrc%5Etfw">#FLTF1</a>) is on the ground in Playa Grande, La Guaira, Venezuela, standing alongside a community forever changed by the devastating earthquakes.<br><br>The mission is complex but clear. It&#39;s driven by the possibility that a life can still be… <a href="https://t.co/u8NxodanHd">pic.twitter.com/u8NxodanHd</a></p>&mdash; Miami-Dade Fire Rescue (@MiamiDadeFire) <a href="https://x.com/MiamiDadeFire/status/2071352489908269243?ref_src=twsrc%5Etfw">June 28, 2026</a></blockquote><p>Search teams continued using specially trained canines to detect the scent of people trapped beneath the rubble.</p><p>Amid the widespread destruction, rescuers celebrated a rare moment of hope after emergency crews from Jordan pulled a 3-year-old child alive from beneath a collapsed building six days after the disaster. </p><p>That child was rushed for medical treatment as rescuers cheered.</p><p>Questions also continued to mount over the collapse of a hotel that was housing more than 100 recently deported people from the United States.</p><p>A repatriation flight carrying about 146 people arrived in Venezuela on June 24, just hours before the earthquakes struck. Officials said many of the deportees were taken to the hotel, which later collapsed, leaving families searching for answers about their loved ones.</p><p>“They are not giving us answers about where she is. If at a hospital or at the morgue,” said Luis Armando Dasilva, whose sister, Amanda Donizete, he said worked as a waitress in Georgia.</p><p>Families say they have received conflicting information about how many people survived the collapse.</p><p>“Please act quickly. We want our relatives to be found, however they are,” Dasilva said.</p><p>The World Health Organization said Venezuela’s health care system remains under significant strain because of damaged hospitals and staffing shortages.</p><p>The U.S. Embassy in Caracas also released a photo of the USS Fort Lauderdale, which U.S. Southern Command said is berthed at the Port of La Guaira. </p><p>The ship is providing additional medical capabilities and serving as a communications hub to support relief operations.</p><p>As international rescue efforts continue, organizations in South Florida are working to get more food, water and other essential supplies into the hands of earthquake survivors in Venezuela.</p><p><a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes//" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/\">Click here</a> to view the drop-off locations across South Florida that are collecting goods and supplies for earthquake victims.</p><p><b>Related Media</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Venezuela Earthquake Relief: GEM’s Director of Field Operations for North America &amp; the Caribbean sharing this video with you tonight of the Doral-based humanitarian  relief group’s distribution in one of Venezuela’s hardest hit areas. More on <a href="https://t.co/YnKX2NZJQ5">https://t.co/YnKX2NZJQ5</a> <a href="https://x.com/hashtag/Donations?src=hash&amp;ref_src=twsrc%5Etfw">#Donations</a> <a href="https://t.co/KpoIenvA9T">pic.twitter.com/KpoIenvA9T</a></p>&mdash; Christina Boomer Vazquez, M.S. (@CBoomerVazquez) <a href="https://x.com/CBoomerVazquez/status/2072076106966938011?ref_src=twsrc%5Etfw">June 30, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="es" dir="ltr">Bajo el liderazgo de <a href="https://x.com/POTUS?ref_src=twsrc%5Etfw">@POTUS</a> y del <a href="https://x.com/SecRubio?ref_src=twsrc%5Etfw">@SecRubio</a>, EE.UU. sigue respondiendo de manera rápida y sin precedentes a los devastadores terremotos que sacudieron Venezuela. El equipo Florida Task Force 1 (<a href="https://x.com/hashtag/FLTF1?src=hash&amp;ref_src=twsrc%5Etfw">#FLTF1</a>) de @MiamiDadeFireRescue continúa trabajando sin descanso para salvar vidas.… <a href="https://t.co/ij8c6n1uHl">pic.twitter.com/ij8c6n1uHl</a></p>&mdash; Embajada de los EE.UU. en Caracas (@usembassyve) <a href="https://x.com/usembassyve/status/2071938997832598001?ref_src=twsrc%5Etfw">June 30, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Answering the call when it matters most. <a href="https://x.com/MiamiDadeFire?ref_src=twsrc%5Etfw">@MiamiDadeFire</a> is on the ground in Venezuela, demonstrating the dedication and professionalism that define America&#39;s emergency responders. <a href="https://t.co/ZjWGTwbUA7">pic.twitter.com/ZjWGTwbUA7</a></p>&mdash; Department of State (@StateDept) <a href="https://x.com/StateDept/status/2071655969805705651?ref_src=twsrc%5Etfw">June 29, 2026</a></blockquote><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[‘We are destroyed’: Plantation daycare mourns toddler who cops say was found dead in dad’s SUV]]></title><link>https://www.local10.com/news/local/2026/06/30/we-are-destroyed-plantation-daycare-mourns-toddler-who-cops-say-was-found-dead-in-dads-suv/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/30/we-are-destroyed-plantation-daycare-mourns-toddler-who-cops-say-was-found-dead-in-dads-suv/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[A Plantation daycare owner and staff say they are devastated after a 1-year-old student was found dead Monday inside his father’s SUV, describing the loss as one that has shaken their entire school community.]]></description><pubDate>Tue, 30 Jun 2026 22:29:59 +0000</pubDate><content:encoded><![CDATA[<p>A Plantation daycare owner and staff members say they are devastated after authorities confirmed that a 1-year-old student was <a href="https://www.local10.com/news/local/2026/06/29/child-found-dead-inside-vehicle-parked-outside-plantation-preschool/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/29/child-found-dead-inside-vehicle-parked-outside-plantation-preschool/">found dead Monday inside his father’s SUV</a>, describing the loss as one that has shaken their entire school community.</p><p><a href="https://www.local10.com/espanol/2026/06/30/estamos-destruidos-lamenta-guarderia-de-plantation-la-muerte-de-nino-pequeno-que-fue-encontrado-muerto-en-el-suv-de-su-padre-segun-la-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/estamos-destruidos-lamenta-guarderia-de-plantation-la-muerte-de-nino-pequeno-que-fue-encontrado-muerto-en-el-suv-de-su-padre-segun-la-policia/">Leer en español</a></p><p>“Hard for the parents, hard for us,” said Leslie Novoa, owner of A World of Discovery Academy, while holding back tears.</p><p>Novia said the boy attended her daycare, located at 7025 Northwest Fourth Street, where she and staff members had known his family for more than six years.</p><p>“Every single child that comes through our school becomes part of our family, and we are destroyed,” said Carolina Quecano, an assistant director of the daycare.</p><p>Novoa said the boy’s father arrived at the daycare Monday afternoon to pick up his son, but staff quickly realized something was wrong.</p><p>“I went out to confirm that the baby was never dropped off at the school and that’s when we found out,” Novoa said.</p><p>According to Novoa, the father then opened the vehicle and made the heartbreaking discovery.</p><p>“He was screaming outside, ‘Oh my God! Oh my God!’ He was really sad,” she said.</p><p>Novoa called 911, and Plantation police responded, surrounding the SUV with crime scene tape as detectives investigated. A Broward County Medical Examiner’s Office van later arrived while investigators processed the scene. </p><p>The daycare administrators told Local 10 that the boy was the youngest of three siblings. His two older siblings also attended the school, and staff said they had developed a close relationship with the family over the years.</p><p>“They are very nice, never a problem, always supportive,” Quecano said. “The children are very happy. You could see very loved children.”</p><p>As police continue investigating the circumstances surrounding the child’s death, Quecano urged the community to show compassion.</p><p>“We don’t know what people are going through and it’s a very important message to put to our community is that we should be supportive, not judgmental,” she said.</p><p>Other parents at the daycare also shared their condolences.</p><p>“As a parent you never want to lose a child,” one mother said.</p><p>Plantation police have said only that the case remains an active investigation and that no additional details are being released 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[“Estamos destruidos”: lamenta guardería de Plantation la muerte de niño pequeño que fue encontrado muerto en el SUV de su padre, según la policía. ]]></title><link>https://www.local10.com/espanol/2026/06/30/estamos-destruidos-lamenta-guarderia-de-plantation-la-muerte-de-nino-pequeno-que-fue-encontrado-muerto-en-el-suv-de-su-padre-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/estamos-destruidos-lamenta-guarderia-de-plantation-la-muerte-de-nino-pequeno-que-fue-encontrado-muerto-en-el-suv-de-su-padre-segun-la-policia/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[Propietaria de guardería en Plantation y miembros del personal dijeron estar devastados al confirmarse el fallecimiento de un estudiante de un año al interior de la SUV del padre.]]></description><pubDate>Tue, 30 Jun 2026 22:45:07 +0000</pubDate><content:encoded><![CDATA[<p>Una propietaria de una guardería de Plantation y miembros del personal dijeron estar devastados después de que las autoridades confirmaran que un estudiante de un año fue <a href="https://www.local10.com/news/local/2026/06/29/hallan-a-un-nino-muerto-dentro-de-un-auto-frente-a-escuela-en-plantation/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/29/hallan-a-un-nino-muerto-dentro-de-un-auto-frente-a-escuela-en-plantation/">encontrado muerto el lunes dentro del SUV de su padre</a>, describiendo la pérdida como una que ha sacudido a toda la comunidad escolar.</p><p>“Difícil para los padres, difícil para nosotros”, dijo Leslie Novoa, propietaria de A World of Discovery Academy, mientras contenía las lágrimas.</p><p>Novoa dijo que el niño asistía a su guardería, ubicada en 7025 Northwest Fourth Street, donde ella y el personal conocían a su familia desde hace más de seis años.</p><p>“Cada niño que llega a nuestra escuela se convierte en parte de nuestra familia, y estamos destruidos”, dijo Carolina Quecano, subdirectora de la guardería.</p><p>Novoa dijo que el padre del niño llegó a la guardería el lunes por la tarde para recoger a su hijo, pero el personal rápidamente se dio cuenta de que algo estaba mal.</p><p>“Salí a confirmar que el bebé nunca había sido dejado en la escuela y ahí fue cuando nos enteramos”, dijo Novoa.</p><p>Según Novoa, el padre entonces abrió el vehículo y hizo el desgarrador hallazgo.</p><p>“Estaba gritando afuera, ‘¡Oh Dios mío! ¡Oh Dios mío!’. Estaba muy triste”, dijo.</p><p>Novoa llamó al 911, y la policía de Plantation respondió, rodeando el SUV con cinta de escena del crimen mientras los detectives investigaban. Una camioneta de la Oficina del Médico Forense del Condado de Broward llegó más tarde mientras los investigadores procesaban la escena.</p><p>Los administradores de la guardería dijeron a Local 10 que el niño era el menor de tres hermanos. Sus dos hermanos mayores también asistían a la escuela, y el personal dijo que habían desarrollado una relación cercana con la familia a lo largo de los años.</p><p>“Son muy amables, nunca un problema, siempre solidarios”, dijo Quecano. “Los niños son muy felices. Se podía ver que eran niños muy queridos”.</p><p>Mientras la policía continúa investigando las circunstancias que rodean la muerte del niño, Quecano pidió a la comunidad mostrar compasión.</p><p>“No sabemos por lo que la gente está pasando y es un mensaje muy importante para nuestra comunidad: debemos ser solidarios, no juzgar”, dijo.</p><p>Otros padres de la guardería también compartieron sus condolencias.</p><p>“Como padre nunca quieres perder a un hijo”, dijo una madre.</p><p>La policía de Plantation ha dicho únicamente que el caso sigue siendo una investigación activa y que no se están revelando más detalles en este momento.</p>]]></content:encoded></item><item><title><![CDATA[Miami Heat to sign Tim Hardaway Jr., per report]]></title><link>https://www.local10.com/sports/local/2026/06/30/miami-heat-to-sign-tim-hardaway-jr-per-report/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/30/miami-heat-to-sign-tim-hardaway-jr-per-report/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[The Miami Heat are adding a familiar name to their roster. ]]></description><pubDate>Tue, 30 Jun 2026 22:44:39 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Heat are adding a familiar name to their roster. </p><p>According to NBA insider Chris Haynes, the Heat are going to sign free agent swingman Tim Hardaway Jr. </p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Free agent sharpshooter Tim Hardaway Jr. will be signing with the Miami Heat to provide the organization with the spacing needed for Giannis Antetokounmpo, league sources tell me. <a href="https://t.co/ZS5wLdcCeG">pic.twitter.com/ZS5wLdcCeG</a></p>&mdash; Chris Haynes (@ChrisBHaynes) <a href="https://x.com/ChrisBHaynes/status/2072085690272387365?ref_src=twsrc%5Etfw">June 30, 2026</a></blockquote><p>Hardaway Jr. is the son of former Heat star shooter Tim Hardaway. </p><p>The younger Hardaway has played 13 seasons in the NBA for five teams: The New York Knicks, Dallas Mavericks, Atlanta Hawks, Detroit Pistons and Denver Nuggets. </p><p>He’s a career 41.9% shooter from the field and 36.5% shooter from three-point range. </p><p>Last season with Denver, Hardaway averaged 13.5 points, 2.6 rebounds and 1.4 assists while shooting 44.7% from the field and 40.7% from downtown. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XBIUS6KXISZUO5R5ZKN6WLI6V4.jpg?auth=820646b08e07d2d7eac2f71bb41aa774bce90f5cd6da7f7fb5c5dc65ba1bbf77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Butler's iconic Hinkle Fieldhouse will play host to the next NBA Cup final in December]]></title><link>https://www.local10.com/sports/2026/06/30/butlers-iconic-hinkle-fieldhouse-will-play-host-to-the-next-nba-cup-final-in-december/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/butlers-iconic-hinkle-fieldhouse-will-play-host-to-the-next-nba-cup-final-in-december/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[The NBA is going back to college this coming season, bringing the NBA Cup championship game to Butler's historic Hinkle Fieldhouse in Indianapolis.]]></description><pubDate>Tue, 30 Jun 2026 22:40:22 +0000</pubDate><content:encoded><![CDATA[<p>The NBA is going back to college this coming season, bringing the NBA Cup championship game to Butler's historic Hinkle Fieldhouse in Indianapolis.</p><p>Hinkle — one of the oldest arenas in the country — is iconic, and more than fits the billing that NBA Commissioner Adam Silver and other league officials were looking for when he said the league was searching for “storied college arenas” to play host to the Cup final.</p><p>The 2026-27 title game, to be played Dec. 11, will mark the first time the Cup final is held outside of Las Vegas — which hosted the final for the first three in-season tournaments.</p><p>“Hinkle Fieldhouse offers a special setting to capture the excitement and drama of the Emirates NBA Cup Championship,” NBA Head of Global Events Kelly Flatow said. “Playing the championship in an iconic basketball environment like this will further establish it as a signature moment on the NBA calendar.”</p><p>The arena, which has about 9,100 seats, has played host to at least six U.S. presidents — Herbert Hoover, Dwight Eisenhower, Richard Nixon, Gerald Ford, Bill Clinton and George H.W. Bush — along with the first U.S. vs. Soviet Union basketball games, circuses, tennis matches, ice shows and even was used as a barracks for the U.S. military during World War II.</p><p>“Hinkle Fieldhouse gets loud,” Boston Celtics basketball operations president Brad Stevens said when he coached at Butler, “and it gets as loud as loud gets.”</p><p>Hinkle also was home of the famed Indiana high school basketball tournament for decades, including 1954 when tiny Milan High beat Muncie Central High to win the state title in the story that served as the inspiration for the classic basketball movie “Hoosiers” — which used Hinkle as the set for its championship game.</p><p>Indianapolis native Oscar Robertson also played there; his Crispus Attucks High team won state titles in that arena in 1955 and 1956 as well. It also has been the site of NBA games in the past, along with some WNBA games in 2022.</p><p>The Los Angeles Lakers won the inaugural NBA Cup in 2023; the event was simply called the in-season tournament that year. Milwaukee won in 2024 and New York beat San Antonio for the 2025 title — in a preview of this season's NBA Finals, in which the Knicks topped the Spurs again.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZMS7AXEZGOEDGZLL7MTO2NR7RE.jpg?auth=0b7aa3aea12b6cab64ae928798e84f17a1fd20e41f17155813fdf81517e55276&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Butler's head coach Thad Matta speaks after he was introduced during an NCAA college basketball news conference at Hinkle Fieldhouse, April 6, 2022, in Indianapolis. (AP Photo/Darron Cummings, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Darron Cummings</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HHIWQKFG6HZDMXFUVH2FQGCEAQ.jpg?auth=392122088d1641c139eda6ab8e237dc4f1a57896d3a90d0878cbece2e2b2b12c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Seton Hall players celebrate after defeating Indiana State in an NCAA college basketball game for the championship of the NIT, April 4, 2024, in Indianapolis. (AP Photo/Michael Conroy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[June 30: Rain chance to increase]]></title><link>https://www.local10.com/weather/2026/06/30/june-30-rain-chance-to-increase/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/30/june-30-rain-chance-to-increase/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[Spotty showers and storms could dampen parts of South Florida Tuesday night. ]]></description><pubDate>Tue, 30 Jun 2026 22:32:58 +0000</pubDate><content:encoded><![CDATA[<p>Spotty showers and storms could dampen parts of South Florida Tuesday night. Otherwise, Miami-Dade and Broward counties can expect partly cloudy skies with temperatures dropping to the upper 70s overnight.</p><p>Wednesday will offer a cloud/sun mix with showers and storms developing as the day unfolds. Localized flooding would be a concern with any slow-moving downpours. Temperatures will make a run for the low 90s.</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[South Florida congressional members pushing for more aid in Venezuela]]></title><link>https://www.local10.com/news/politics/2026/06/30/south-florida-congressional-members-pushing-for-more-aid-in-venezuela/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/south-florida-congressional-members-pushing-for-more-aid-in-venezuela/</guid><dc:creator><![CDATA[Ross Ketschke]]></dc:creator><description><![CDATA[As rescue crews continue to dig through the rubble in Venezuela in search of survivors, South Florida lawmakers on Capitol Hill are calling on the Trump administration to send more help in the wake of the devastating earthquakes. ]]></description><pubDate>Tue, 30 Jun 2026 21:58:16 +0000</pubDate><content:encoded><![CDATA[<p>As rescue crews continue to dig through the rubble in Venezuela in search of survivors, South Florida lawmakers on Capitol Hill are calling on the Trump administration to send more help in the wake of the devastating earthquakes. </p><p><a href="https://www.local10.com/espanol/2026/06/30/impulsan-congresistas-del-sur-de-florida-mas-ayuda-para-venezuela/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/impulsan-congresistas-del-sur-de-florida-mas-ayuda-para-venezuela/">Leer en español</a></p><p>“Tens of thousands of people are missing, two thousand are dead,” said Rep. Jared Moskowitz.</p><p>Moskowitz is asking the U.S. State Department to deploy hospital ships to Venezuela.</p><p>The USNS Comfort and Mercy are fully equipped floating emergency rooms, a resource Moskowitz says is desperately needed on the ground. </p><p>“There are two specific resources we have that are closer than any other country,” he said. “Hundreds of doctors, hundreds of nurses, surgery rooms, triage, they could immediately help people get medical attention (and) save lives.” </p><p>Meanwhile, South Florida Republican Congressman Carlos Gimenez said he has major concerns about how Venezuela’s interim government is responding the disaster response and raising doubts about acting president Delcy Rodriguez’s handling of U.S. aid. </p><p>“This government has proven to me that they’re incapable, they’re incompetent, but they’re also thieves, so let’s not kid ourselves,” said Gimenez. </p><p>Among the missing and feared dead are a group of more than 100 migrants who had just been deported from the United States on a flight from South Florida.</p><p>They were reportedly being held in a hotel just outside of Caracas when the quakes hit.</p><p>South Florida Democratic Congresswoman Debbie Wasserman Schultz said the Trump administration should pause deportations to Venezuela. </p><p>“He should reinstate Venezuelan TPS today,” she said. “There were two major earthquakes, more than 7 points on the Richter scale.” </p><p>TPS was not a partisan issues, as Gimenez said this is the exact kind of disaster the TPS program is made for, and he plans to encourage President Trump to reinstate those protections in the wake of these earthquakes.</p>]]></content:encoded></item><item><title><![CDATA[Impulsan congresistas del sur de Florida más ayuda para Venezuela ]]></title><link>https://www.local10.com/espanol/2026/06/30/impulsan-congresistas-del-sur-de-florida-mas-ayuda-para-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/impulsan-congresistas-del-sur-de-florida-mas-ayuda-para-venezuela/</guid><dc:creator><![CDATA[Ross Ketschke]]></dc:creator><description><![CDATA[Mientras equipos de rescate continúan excavando entre escombros en Venezuela, legisladores del sur de Florida en el Capitolio piden más ayuda tras los devastadores terremotos]]></description><pubDate>Tue, 30 Jun 2026 22:17:47 +0000</pubDate><content:encoded><![CDATA[<p>Mientras los equipos de rescate continúan excavando entre los escombros en Venezuela en busca de sobrevivientes, los legisladores del sur de Florida en el Capitolio están pidiendo a la administración del presidente Trump que envíe más ayuda tras los devastadores terremotos.</p><p>“Hay decenas de miles de personas desaparecidas y dos mil fallecidos”, afirmó el representante Jared Moskowitz.</p><p>Moskowitz está pidiendo al Departamento de Estado de EE. UU. que despliegue barcos hospital en Venezuela.</p><p>El USNS Comfort y el Mercy son salas de emergencia flotantes completamente equipadas, un recurso que Moskowitz dice que es desesperadamente necesario en el terreno.</p><p>“Hay dos recursos específicos que tenemos que están más cerca que los de cualquier otro país”, dijo. “Cientos de médicos, cientos de enfermeras, quirófanos, triaje, podrían ayudar inmediatamente a las personas a recibir atención médica (y) salvar vidas”.</p><p>Mientras tanto, el congresista republicano del sur de Florida Carlos Giménez dijo que tiene grandes preocupaciones sobre cómo el gobierno interino de Venezuela está respondiendo a la respuesta ante el desastre y está generando dudas sobre el manejo de la ayuda de EE. UU. por parte de la presidenta en funciones Delcy Rodríguez.</p><p>“Este gobierno me ha demostrado que son incapaces, son incompetentes, pero también son ladrones, así que no nos engañemos”, dijo Giménez.</p><p>Entre los desaparecidos y los que se teme que estén muertos hay un grupo de más de 100 migrantes que acababan de ser deportados de Estados Unidos en un vuelo desde el sur de Florida.</p><p>Según los informes, estaban siendo retenidos en un hotel a las afueras de Caracas cuando los terremotos golpearon.</p><p>La congresista demócrata del sur de Florida Debbie Wasserman Schultz dijo que la administración del presidente Trump debería pausar las deportaciones a Venezuela.</p><p>“Él debería restablecer el TPS venezolano hoy”, dijo. “Hubo dos grandes terremotos, de más de 7 puntos en la escala de Richter”.</p><p>El TPS no era un tema partidista, ya que Giménez dijo que este es exactamente el tipo de desastre para el que está hecho el programa TPS, y planea alentar al presidente Trump a restablecer esas protecciones tras estos terremotos.</p>]]></content:encoded></item><item><title><![CDATA[Embattled QB Brendan Sorsby to become eligible for 2027 NFL draft after opting not to sue the league]]></title><link>https://www.local10.com/sports/2026/06/30/embattled-qb-brendan-sorsby-to-become-eligible-for-2027-nfl-draft-after-opting-not-to-sue-the-league/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/embattled-qb-brendan-sorsby-to-become-eligible-for-2027-nfl-draft-after-opting-not-to-sue-the-league/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Brendan Sorsby is moving on to 2027.]]></description><pubDate>Tue, 30 Jun 2026 22:15:45 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Brendan Sorsby is moving on to 2027.</p><p>The NFL sent a memo to all 32 teams on Tuesday informing them that Sorsby, a quarterback whose college career ended when the NCAA banished him for gambling activity that included wagers on his own team while on the roster at Indiana in 2022 and betting on pro sports, will not seek legal action against the NFL after the league denied his petition to enter the supplemental draft.</p><p>“I accept 100% responsibility for my actions,” Sorsby posted on Instagram on Tuesday evening. “I did not have control of my gambling problem and it took getting caught to realize that, but it was truly the best thing that could have happened to me.”</p><p>Sorsby, who moved from Indiana to Cincinnati to Texas Tech before revelations about an extensive gambling problem surfaced, tried to enter the draft just three days before the scheduled deadline. The league, which hasn't held a supplemental draft since 2023 and hasn't had a player selected in it since 2019, denied the petition.</p><p>“The issues presented by your Petition are too significant, and too closely tied to the League’s core integrity interests, to permit meaningful review within the timeline presented,” NFL attorney Lawrence P. Ferazani Jr. wrote in a letter to Sorsby last week.</p><p>The 22-year-old Sorsby, who cannot play in the Canadian Football League in 2026, is now considered “draft-eligible” for the 2027 NFL draft. Sorsby will not be eligible to sign an NFL contract until the draft's conclusion.</p><p>The NFL has no plans to discipline Sorsby for any currently known prior misconduct but holds the right to investigate Sorsby. The league can also take Sorsby's college misconduct into account should it find cause to discipline Sorsby in the future.</p><p>Sorsby's decision to not challenge the NFL in court leaves him with 10 months on his hands to prepare. Sorsby had planned to play at Texas Tech this year before the NCAA declared him ineligible for making thousands of bets on sporting events worth at least $90,000 during his college career. Those included at least 40 bets on Indiana while he was a freshman there in 2022, though none on the games in which he played for the Hoosiers that season.</p><p>“I am fully committed to being the best version of myself that I can be while getting ready for the 2027 draft,” Sorsby wrote. “God makes no mistakes and I look forward to seeing the good that is to come from this.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JML4JLPKD6IZSLAYD2CNXUZSFQ.jpg?auth=c58a1caf5d8a881662e521c91f8806a192aec001faf1f32c4d255020d32c0923&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cincinnati quarterback Brendan Sorsby (2) walks off the field after a NCAA college football game against Baylor, Oct. 25, 2025, in Cincinnati. (AP Photo/Tanner Pearson, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Tanner Pearson</media:credit></media:content></item></channel></rss>