<?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 11:36:17 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><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[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>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[Naomi Osaka shows off another fashion creation as 2nd round gets under way at Wimbledon]]></title><link>https://www.local10.com/sports/2026/07/01/naomi-osaka-shows-off-another-fashion-creation-as-2nd-round-gets-under-way-at-wimbledon/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/01/naomi-osaka-shows-off-another-fashion-creation-as-2nd-round-gets-under-way-at-wimbledon/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Naomi Osaka had a new look to show off for her second match at Wimbledon.]]></description><pubDate>Wed, 01 Jul 2026 10:58:11 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Naomi Osaka had a new look to show off for her second 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 she sported for her opening-round match on Monday.</p><p>It still 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.</p><p>This all-white outfit featured a long train that trailed behind her, which the four-time major winner took off as she began warming up for her match against Anastasia Gasanova.</p><p>Osaka's match was among the early starts on the outside courts as the second round got under way at Wimbledon.</p><p>Later, defending men's champion Jannik Sinner was set to play 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>Top-ranked Aryna Sabalenka faces McCartney Kessler on No. 1 Court before Coco Gauff plays Solana Sierra.</p><p>On Tuesday, Serena Williams made her return 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[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 10:43:02 +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 Latifa, 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>]]></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-to-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-to-visit-newly-built-theodore-roosevelt-presidential-library-in-north-dakotas-badlands/</guid><dc:creator><![CDATA[By JACK DURA, Associated Press]]></dc:creator><description><![CDATA[BISMARCK, N.D. (AP) — President Donald 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.]]></description><pubDate>Wed, 01 Jul 2026 10:51:48 +0000</pubDate><content:encoded><![CDATA[<p>BISMARCK, N.D. (AP) — President Donald 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>Trump will be the library’s first official visitor, Library Executive Director Robbie Lauf said, and 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. On Friday, Trump also plans to visit South Dakota’s Mount Rushmore for Independence Day fireworks, as he did in 2020.</p><p>The president has often praised, and even compared himself favorably, to Roosevelt, declaring in 2020 that he was, “The number one environmental president since Teddy Roosevelt.”</p><p>Trump began his second term by trumpeting construction of the Panama Canal during the Roosevelt administration. He even suggested that the U.S. might seek to take back the waterway from Panama to curb influence from China — though that’s a goal that was 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 — though he 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 connection to North Dakota</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.</p><p>Devastated, the New York native 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 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, Citadel founder and CEO Kenneth Griffin and Burgum himself.</p><p>Burgum also has lobbied for Roosevelt’s induction into the Pro Football Hall of Fame, saying during an event previewing the Roosevelt library, “Keep your fingers crossed.”</p><p>That’s a nod to Roosevelt — who had become alarmed at the number of injuries and deaths of college football players — convening a 1905 White House meeting featuring the presidents of Harvard, Yale and Princeton to urge safety improvements in the sport. The discussions eventually 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 writer Will Weissert in Washington contributed to this report.</p>]]></content:encoded><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><media:content url="https://www.local10.com/resizer/v2/S5AJK4W57PEXCWRPA4GS3KFV2M.jpg?auth=859f9c4ca34b7b6d03c6347cd27f1c91b596f8ac70accba89e388bb9f09ea890&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, from right, and Interior Secretary Doug Burgum tour the East Potomac Park golf course, Sunday, June 28, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[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 report identified the affected vessel as a foreign container ship, but offered no other immediate details.]]></description><pubDate>Wed, 01 Jul 2026 10:26:24 +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 report identified the affected vessel as a foreign container ship, but offered no other immediate details.</p><p>The report appeared aimed at underlining Tehran’s claims to control the strait, which has long been considered by the world as an international waterway and saw a fifth of all oil and natural gas pass through it in peacetime.</p><p>Iran has used its ability to choke off the narrow waterway as a key source of leverage since the war began, disrupting global markets for energy and other critical goods.</p><p>The report also 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.</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. Those discussions see negotiators aiming to nail down specifics to pave the way for top leaders to seal an agreement, though the differences over the strait and Lebanon still loom large.</p><p>Iran offered no immediate acknowledgment of the negotiations starting.</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 uncharged 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. 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 over last weekend, highlighting the tensions still gripping the Mideast.</p><p>Iranian state TV 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 captains, shipowners and officials of shipping companies around the world that any entry or exit through routes other than the ‘Route of Authority’ in the Persian Gulf could lead to irreparable incidents,” it said. 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 that was carrying crude oil from Qatar.</p><p>US negotiators are in Qatar and Iranians are expected</p><p>Witkoff and Kushner arrived in Qatar on Tuesday ahead of talks with Qatar mediating. While Iran has insisted it planned no meetings with the Americans, their comments left open the possibility of so-called “indirect negotiations,” in which the two nations pass messages through Qatari officials. That has happened multiple times during negotiations in the second Trump administration.</p><p>Qatar early Wednesday morning acknowledged a meeting between the Americans and its foreign minister, Sheikh Mohammed bin Abdulrahman Al Thani. A readout from Qatar's Foreign Ministry said the men talked about the interim deal “along with the efforts aimed at promoting security and stability in the region through dialogue and diplomacy.” Lebanon also was discussed, another key point in a final deal as Iran has been insisted that all fighting between the Iranian-backed militia Hezbollah and Israeli military forces end.</p><p>Iran also has called for Israel to give up the land it occupies in southern Lebanon now. 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>Iran did not immediately acknowledge any talks on Wednesday. However, Iranian parliament speaker Mohammad Bagher Qalibaf, a key negotiator, told Iranian state television overnight 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>More ships get out of Strait of Hormuz</p><p>While ship traffic in the strait dropped after this weekend's attacks, more countries say their vessels have gotten out.</p><p>Thailand’s Foreign Ministry said Tuesday that 10 out of 11 Thai-flagged vessels or vessels chartered by Thai operators have departed the Strait of Hormuz 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>Also Wednesday, Iraqi authorities shot down a small drone over Baghdad’s heavily fortified Green Zone, where many embassies and government buildings are located, two Iraqi security officials said. They spoke on condition of anonymity because they were not authorized to comment publicly. 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 being shot down overnight 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 and Tong-hyung Kim in Seoul, South Korea, 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></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 07:54:49 +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[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[Judges resume sentencing over shooting at Texas immigration facility]]></title><link>https://www.local10.com/news/national/2026/07/01/judges-resume-sentencing-over-shooting-at-texas-immigration-facility/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/01/judges-resume-sentencing-over-shooting-at-texas-immigration-facility/</guid><dc:creator><![CDATA[By JAMIE STENGLE, Associated Press]]></dc:creator><description><![CDATA[DALLAS (AP) — More people awaited sentencing Wednesday over a shooting outside a Texas immigration center that has already resulted decades-long prison sentences for others, including a former Marine who received 100 years in prison.]]></description><pubDate>Wed, 01 Jul 2026 04:03:18 +0000</pubDate><content:encoded><![CDATA[<p>DALLAS (AP) — More people awaited sentencing Wednesday over a shooting outside a Texas immigration center that has already resulted decades-long prison sentences for others, including a former Marine who received 100 years in prison.</p><p>The hearing comes nearly a year after the shooting last July outside the Prairieland Detention Center near Dallas, which wounded a police officer and included the group setting off fireworks during a demonstration against President Donald Trump's immigration crackdown.</p><p>In all, more than a dozen people have been convicted or pleaded guilty over the shooting at the facility, which the U.S. Justice Department has alleged was carried out by members of the leftist militant group antifa.</p><p>Attorneys for the protesters have denied antifa links, and family members have expressed shock over the stiff sentences handed down in Texas.</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 by a federal jury on terrorism charges.</p><p>On Wednesday, six other defendants faced sentences of up to 15 years in prison after pleading guilty instead of going to trial. Each pleaded guilty to one count of providing material support to terrorists, including a man who testified at the trial of the other demonstrators 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 wide-reaching impact on protests and First Amendment free-speech rights.</p><p>For the past year, attorneys for the defendants have said there was no planned ambush and that protesters who brought firearms only did so for their own protection. They argued the gathering was planned as a late-night demonstration with fireworks to show support for immigrants.</p><p>Prosecutors told jurors at trial that the group’s actions — including bringing firearms, first aid kits and wearing body armor — were signals of 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 in prison.</p><p>Another person awaiting sentencing on Wednesday was convicted at trial. Ines Soto, whose wife was also convicted, faces up to 60 years in prison after being convicted on charges of providing material support to terrorists, riot and explosives. At trial, attorneys for the couple said they arrived late and left 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 and risking schism, traditionalists go ahead with Latin Mass consecrations]]></title><link>https://www.local10.com/news/world/2026/07/01/defying-pope-leo-xiv-and-risking-schism-traditionalists-go-ahead-with-latin-mass-consecrations/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/01/defying-pope-leo-xiv-and-risking-schism-traditionalists-go-ahead-with-latin-mass-consecrations/</guid><dc:creator><![CDATA[By JAMEY KEATEN and NICOLE WINFIELD, Associated Press]]></dc:creator><description><![CDATA[ECONE, Switzerland (AP) — A breakaway group of traditionalist Catholics directly defied Pope Leo XIV by consecrating four bishops without his consent Wednesday, dismissing the resulting excommunications and schism by declaring it was a “sacred duty” to defend the Catholic faith.]]></description><pubDate>Wed, 01 Jul 2026 10:29:38 +0000</pubDate><content:encoded><![CDATA[<p>ECONE, Switzerland (AP) — A breakaway group of traditionalist Catholics directly defied Pope Leo XIV by consecrating four bishops without his consent Wednesday, dismissing the resulting excommunications and schism by declaring it was a “sacred duty” to defend the Catholic faith.</p><p>The Society of St. Pius X, which opposes modernizing reforms in the Catholic Church, went ahead with a ritual-filled 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>And yet bells tolled through the misty Alpine mountain valley as hundreds of priests processed two-by-two to the altar under a tent at the start of the service, which was attended by thousands of faithful Catholics who prefer the traditional Latin Mass over modern liturgies.</p><p>The Mass, rich in velvet and gold-trimmed vestments, chant and incense, was livestreamed on the society's YouTube channel, with simultaneous translation 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>The consecrations amount to a major 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 since it represents a parallel, ultra-Catholic, pre-Vatican II church. 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>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>Midway through, Bishop Alfonso de Galarreta, who himself was consecrated without papal consent in 1988, placed his hands on the head of the four new bishops. The ritual laying of the hands confers the Holy Spirit from one bishop to another and recalls Christ’s gesture to his apostles.</p><p>According to church law, the mere act of 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, or an intentional rupture of the unity of the Catholic Church.</p><p>A society founded in opposition to Vatican II</p><p>The French Archbishop Marcel Lefebvre had founded the SSPX in opposition to the modernizing reforms of the Second Vatican Council. Among other things, the 1960s church meetings revolutionized the Catholic 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, exactly 38 years ago Wednesday, 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 modern church of being rife with heresies and errors, including modernism, liberalism and ecumenism. The society insists that only the SSPX is upholding the true faith of Christ and has justified the consecrations, citing a “state of necessity” to minister to its faithful.</p><p>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>In his homily, SSPX superior the Rev. Davide Pagliarani defended the consecrations as necessary for the salvation of souls but also insisted they served Leo and the church.</p><p>“We are accused of not respecting the pope," Pagliarani 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.</p><p>A rupture but a celebration nevertheless</p><p>And yet everything about Wednesday’s ceremony had the air of a joyous celebration, even though a downpour eventually doused the faithful in the field outside the tent. The website for its consecration has had a countdown clock running for days. 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 were able to purchase a souvenir set of wine to commemorate the “historic” event. The 75 Swiss franc ($92.50) “Cuvee des Sacres” gift box features pinot noir, Syrah, Petit Arvine and Fendant, each bottle with a bishop-themed label: an image of a bishop’s pointed miter hat, his ring, cross or crozier staff.</p><p>The field, located under giant power lines, was awash in smiling nuns, priests posing for photos, Girl Scouts handing out water bottles, black-clad security guards with earpieces and orange-vested volunteer escorts keeping journalists on a short leash, occasionally cutting short interviews with faithful. Morning mist coated the nearby Rhone River that snakes through the Alpine valley as worshippers flocked in.</p><p>Arlina Onglao, a 71-year-old travel agent who trekked from her home in Manila, the Philippines, said she wanted to come to Econe for the “historic event” and didn't care about the prospect of excommunications.</p><p>“For me, because the Vatican has lost -- well, should I say this? -- has lost credibility, 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 today lives in France, said he wanted to “re-discover 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 began.</p><p>Other traditionalists and conservatives oppose the consecrations</p><p>For the society itself, neither the threat of a declared schism nor an excommunication matters. “We don’t fear it. It pains us immensely, but we believe that the good we seek is greater than the pain that will be inflicted upon us,” said Marc-André Mabillard, SSPX media manager.</p><p>In a late response to Leo's letter, the SSPX urged Leo to wait before declaring any penalty.</p><p>But many Catholics, 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/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><media:content url="https://www.local10.com/resizer/v2/3DNWWFSP5B5M7D75D7GMUWFP34.jpg?auth=b946b875640b4f26ada8efe4bf7a65f0fd4b68796fd2a92059039c842057f5e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left Marc Hanappier, Michel Poinsinet de Sivry, Michael Goldade and Pascal Schreiber pray during their consecration ceremony as bishops in a tent set up outside the Society of St. Pius X seminary, in Econe, Switzerland, Wednesday, July 1, 2026. (AP Photo/Baz Ratner)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content></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 10:56:38 +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 that “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>Putin 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 identify himself out of concern for his safety.</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 oil infrastructure in Russia and the illegally annexed Crimean Peninsula since late March. Often, the same facility is hit more than once -– such as the refinery in the Black Sea town of Tuapse, which was struck four times in just over two weeks.</p><p>As a result, 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’s needed for the domestic market. 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 its military logistics and supply lines and weakening its ability to mount assaults along the front.</p><p>In particular, Kyiv has sought to isolate Crimea, which was seized from Ukraine in 2014 in a move that most nations do not recognize. Attacks earlier this year forced the Moscow-installed authorities to enact fuel rationing on the peninsula in May and halt sales to civilians there altogether several weeks later. Limited sales later resumed in the city of Sevastopol.</p><p>Attacks — and fuel shortages — spread</p><p>Ukraine has 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 an oil terminal in St. Petersburg 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 the outskirts of the capital, sending greasy black droplets raining down.</p><p>By late June, some form of gas rationing was reported in over half of Russia's regions. Some of them 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, with Kremlin spokesman Dmitry Peskov saying contacts with some countries were “underway.” He described the move as “another step toward stabilizing the market and aimed at reducing panic-buying.”</p><p>Shortages in Siberia</p><p>The shortages have reached distant Russian regions where no refineries have been hit by Ukraine's drones.</p><p>Viktor Shkurenko, who owns retail stores in the Omsk region and other businesses, called announcement on 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 rising fuel costs.</p><p>Pavel Kharitonenko, acting head of the Irkutsk branch of the opposition Yabloko party, told AP he now finds it easier to walk or use public transport.</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>Repairing refineries will take time</p><p>Putin said Russia's stockpiles of gasoline are only 4% lower than what it had 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 sourced abroad, 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 won't be worth repairing until there’s a ceasefire or armistice, he said, because they will just "get knocked down again.”</p><p>Repairing the Moscow Oil Refinery, which supplied 40% of the fuel to 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[A US missile killed Iranian schoolchildren four months ago. We still don’t know the full story]]></title><link>https://www.local10.com/news/world/2026/07/01/a-us-missile-killed-iranian-schoolchildren-four-months-ago-we-still-dont-know-the-full-story/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/01/a-us-missile-killed-iranian-schoolchildren-four-months-ago-we-still-dont-know-the-full-story/</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 04:41:29 +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[Global shares trade mixed while the dollar hits a 40-year high against the yen]]></title><link>https://www.local10.com/business/2026/07/01/asian-shares-trade-mixed-while-the-dollar-hits-a-40-year-high-against-the-yen/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/01/asian-shares-trade-mixed-while-the-dollar-hits-a-40-year-high-against-the-yen/</guid><dc:creator><![CDATA[By YURI KAGEYAMA, Associated Press]]></dc:creator><description><![CDATA[TOKYO (AP) — Global shares were mixed on Wednesday as uncertainty persisted over conflict in the Middle East and access to the crucial Strait of Hormuz despite an initial deal to end the U.S.-Iran war.]]></description><pubDate>Wed, 01 Jul 2026 09:23:02 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — Global shares were mixed on Wednesday as uncertainty persisted over conflict in the Middle East and access to the crucial Strait of Hormuz despite an initial deal to end the U.S.-Iran war.</p><p>France's CAC 40 declined 0.3% in early trading to 8,379.92, while the German DAX added 0.3% to 25,069.53. Britain's FTSE 100 dipped 0.1% to 10,484.53.</p><p>The futures for the S&P 500 and Dow Jones Industrial Average slipped 0.3%.</p><p>The U.S. dollar rose to 162.65 Japanese yen from 162.55 yen, hitting a 40-year high as traders remained wary over risks of an intervention in the market by Tokyo.</p><p>The euro cost $1.1403, down from $1.1426.</p><p>Japan's benchmark Nikkei 225 added 0.6% to finish at 70,474.96. Australia's S&P/ASX 200 lost 0.6% to 8,722.90. South Korea's Kospi dropped 2.0% to 8,303.41. The Shanghai Composite edged up 0.4% to 4,112.45. Trading was closed in Hong Kong.</p><p>Crude oil prices drifted as two U.S. envoys arrived in Qatar for talks with mediators about the implementation of the deal with Iran. The Americans will not be having direct negotiations with Iranian diplomats while in Doha.</p><p>“While oil markets are currently priced for a gradual return to supply normalization, traffic through the Strait of Hormuz has yet to recover to pre-war levels,” said Tim Waterer, chief market analyst at KCM Trade.</p><p>Benchmark U.S. crude lost 70 cents to $68.80 a barrel. Brent crude, the international standard, fell 63 cents to $72.32 a barrel.</p><p>On Tuesday, the S&P 500 gained 0.8%, though it still recorded its first losing month following two fabulous ones. The Dow added 0.3%, to its record, and the Nasdaq composite climbed 1.5%.</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/Z3BSLPOQ6M6N5BU5VMRLY5NZAE.jpg?auth=1f1485556cb476caf81fe733508240e483383113673dbc117009c47d64e88fc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A currency trader watches monitors near a screen showing the Korea Composite Stock Price Index (KOSPI) at the foreign exchange dealing room of the Hana Bank headquarters in Seoul, South Korea, Wednesday, July 1, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z6SC4SPN5OZ2YW5CBWMNIYMY5E.jpg?auth=96943456a4f639f439a187a76aa2834c6c62e2e75138bdbbf3578c0b450cb3c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Currency traders work near a screen showing the Korea Composite Stock Price Index (KOSPI) and the foreign exchange rate between U.S. dollar and South Korean won at the foreign exchange dealing room of the Hana Bank headquarters in Seoul, South Korea, Wednesday, July 1, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6FZXHPYKAETFMUTIZOTJDW7BJY.jpg?auth=3a5080dcfc0499c7c1c2d1aac89ca2a4625788ea78caf8e592fdbed49f2b1032&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Specialist Michael Pistillo works on the floor of the New York Stock Exchange, Friday, June 26, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[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 03:43:28 +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 racially charged 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 OF 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 02:13:25 +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. Non-rookie. 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 battled 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 only 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 to avenge his gaffe in the ninth, 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></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[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]]></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 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-olds life. </p><p>In a missing person’s flyer first issued by North Miami Beach Police, they say Jones was last seen at 6 a.m. Friday morning at Dean’s Gold off 163rd Street in North Miami Beach. </p><p>NMBPD investigators then said they believed she booked a rideshare and came 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[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[US, Canada, 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 09:59:19 +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 comes up for renewal every six years</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. But that is considered highly unlikely. Instead, they are expected to keep working on ways to improve it; they have until 2036 to reach an agreement — or 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 do an update to 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>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% - 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 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[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[Inicia la estrella global Ariana Grande 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[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[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]]></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[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><item><title><![CDATA[France forward Kylian Mbappé scores his 17th and 18th World Cup goals, one back of Lionel Messi]]></title><link>https://www.local10.com/sports/2026/06/30/france-forward-kylian-mbappe-scores-his-17th-and-18th-world-cup-goals-one-back-of-lionel-messi/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/france-forward-kylian-mbappe-scores-his-17th-and-18th-world-cup-goals-one-back-of-lionel-messi/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[EAST RUTHERFORD, N.J. (AP) — Kylian Mbappé felt the heat and turned up the temperature on Lionel Messi in the race for the most goals at the World Cup this year and in the tournament's history.]]></description><pubDate>Wed, 01 Jul 2026 01:00:56 +0000</pubDate><content:encoded><![CDATA[<p>EAST RUTHERFORD, N.J. (AP) — Kylian Mbappé felt the heat and turned up the temperature on Lionel Messi in the race for the most goals at the World Cup this year and in the tournament's history.</p><p>Thriving on a hot, humid afternoon, Mbappé scored his 17th and 18th career World Cup goals in France’s 3-0 rout of Sweden on Tuesday, moving one back of Messi’s record of 19. With six in the tournament, Mbappé tied the Argentina star in the race for the Golden Boot.</p><p>Asked coming off the field if he was already looking forward to facing Paraguay, Mbappé quipped, “I’m looking forward to the changing room and the AC.” It was 90 degrees Fahrenheit (32 degrees Celsius) for the 5 p.m. kickoff, so steamy that Lucas Digne let himself be doused by a sprinkler during the first-half hydration break.</p><p>Before halftime, Mbappé scored one for the highlight reel. In the 45th minute, Mbappé engaged in a give-and-go with Ousmane Dembélé, crossed over Viktor Gyökeres and fired his shot past goalkeeper Jacob Widell Zetterström.</p><p>“It goes without saying that Mapp is an absolute top, top player,” Sweden coach Graham Potter said. “His goal was a fine example of the speed and the change of direction and the way he can get the shot off quick. It’s an incredibly high level.”</p><p>That broke a tie with Brazilian greats Leonidas and Ronaldo for the most goals in the knockout stage of the World Cup with nine. Mbappé added to his record with his 10th, scoring in the 74th minute off a feed from Michael Olise.</p><p>Celebrating the first goal, Mbappé ran immediately to coach Didier Deschamps after scoring. This was Deschamps’ first game back on the sideline after missing the group stage finale to fly back to Europe for his mother’s funeral.</p><p>“We know that the head coach had to face a really tough, tough challenge,” Mbappé said. “Everyone will go through that one day. It goes beyond football. He knows that he will never be alone with us, and we will support him.”</p><p>With 18 goals in 18 World Cup games, Mbappé has scored at an even faster clip than Messi, who has played in 29 games at the tournament. Deschamps bowed to Mbappé when he was substituted out in the 85th minute.</p><p>That kept Mbappé from chasing a hat trick, but he also could have scored in the 32nd minute. Instead, the 27-year-old banged a shot off the left post and even began to celebrate before watching it bounce back.</p><p>Scoring twice later allowed Mbappé not to regret that missed opportunity at a World Cup he is trying to soak in while playing some of his best soccer.</p><p>“I did say that I wanted to enjoy this World Cup to the fullest,” Mbappé said. "I’m not saying that the other World Cup I didn’t enjoy, but I was younger. I was focused then into delivering the best performances, and today I believe I can do both: delivering great performances and obviously enjoying.”</p><p>___</p><p>AP Sports Writer Ron Blum 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/4TIJHA65PCLEBZJFWUFULGFI4Q.jpg?auth=0901f38f95d0b652f455f914ae811bc0233c1bf7793ec8c6e7b5ed6d62bbb700&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, second right, celebrates with his teammates 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/GLZZSHYSD7GU2U4NO2PLNZEABY.jpg?auth=93a5ca3a4a6a6ebad980b45610a7d189b231d9e07e8e85ffa1c54ac3f4f590d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France head coach Didier Deschamps, left, celebrates their first goal with Kylian Mbappe (10) 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><media:content url="https://www.local10.com/resizer/v2/2LDBHNWJFDPKDNWL4NOPXP6Q4M.jpg?auth=4aeeca28ea79d77bbc75fd456b47c34b97e0d0e13f84f51fbb3885d113a5205d&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 with Michael Olise (11) 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/4VAP7LABAG4236OFLKFA2C2M54.jpg?auth=6f4b8dc7b72afaf3333fe45fbf11c08e815aed9097ff7d657066248b65307ee7&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 with Michael Olise (11) 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/C5S74LCLMFY6XDYTKA25GXVZ2U.jpg?auth=bf84eb91a9fd68d54ffdd1726003a4d2a777ab547d8372d4e873a0c1af2def0a&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></item><item><title><![CDATA[South Florida couple’s IVF journey leads to overseas fertility procedure]]></title><link>https://www.local10.com/features/2026/06/30/south-florida-couples-ivf-journey-leads-to-overseas-fertility-procedure/</link><guid isPermaLink="true">https://www.local10.com/features/2026/06/30/south-florida-couples-ivf-journey-leads-to-overseas-fertility-procedure/</guid><dc:creator><![CDATA[Nicole Perez]]></dc:creator><description><![CDATA[Millions of people struggle with infertility, and one South Florida couple’s determination to become parents led them across the world to find a solution doctors in the United States could not provide.]]></description><pubDate>Tue, 30 Jun 2026 21:56:52 +0000</pubDate><content:encoded><![CDATA[<p>Millions of people struggle with infertility, and one South Florida couple’s determination to become parents led them across the world to find a solution doctors in the United States could not provide.</p><p><a href="https://www.local10.com/espanol/2026/06/30/pareja-del-sur-de-florida-recurre-a-procedimiento-de-fertilidad-en-el-extranjero-tras-proceso-de-fiv/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/pareja-del-sur-de-florida-recurre-a-procedimiento-de-fertilidad-en-el-extranjero-tras-proceso-de-fiv/">Leer en español</a></p><p>After years of failed IVF attempts, Heidy Willis decided to explore another option — a procedure that is not legal in the U.S. but gave her and her husband, Josh, the chance to have their own biological children.</p><p>Willis says her journey to motherhood was one she was willing to do whatever it took for.</p><p>“I was ready to fly to Ukraine during the war. That’s how badly we wanted this,” she said.</p><p>Willis started trying to have children around the age of 30, but in her late 20s, she learned she had polycystic ovary syndrome, or PCOS.</p><p>Doctors recommended intrauterine insemination and eventually IVF.</p><p>“I did six rounds of IVF here in the United States,” she said. “I tried different doctors, different clinics.”</p><p>But after multiple failed IVF attempts, Heidy Willis said she was left searching for answers.</p><p>“Once we started the IVFs and we had multiple, multiple failed IVFs, we were like, there’s something wrong,” she said. “The doctors would just tell us, you know, it must be your poor egg quality because of your PCOS, but no real diagnosis.”</p><p>Willis said doctors would retrieve dozens of eggs, but they would not develop as expected.</p><p>“They would retrieve 30 eggs, and then at retrieval, when they would study them in the lab, they weren’t mature,” she said. “Like, how can we have 30 plus eggs and not have one that fertilized?”</p><p>Doctors eventually suggested she consider donor eggs, but instead, Heidy started researching other possible causes.</p><p>“I found an article that said that there could be infertility genetic mutations that directly affect your fertility,” Willis said. </p><p>That research led her to doctors in Ukraine who performed a procedure called mitochondrial replacement therapy, or MRT.</p><p>The procedure is not approved for clinical use in the United States. </p><p>The National Institutes of Health says a federal legislative provision prevents the Food and Drug Administration from reviewing or approving clinical trials involving MRT because of concerns about potential safety risks, including genetic abnormalities and the fact that genetic changes can be passed down.</p><p>But as Heidy was preparing to move forward, war broke out in Ukraine.</p><p>The doctors relocated to Albania, and Willis followed.</p><p>“So, we met at the clinic, and they said they had brought the donor with them from Ukraine,” she said.</p><p>Willis describes MRT as a process sometimes called “three-parent IVF.”</p><p>“They remove the DNA from that donor egg, they transfer my DNA into that donor egg and then fertilize it with the sperm, and then they create an embryo which is then transferred over to me and then I carry on the pregnancy like any other IVF transfer,” she said.</p><p>The doctors who performed the procedure, Uliana Dorofaeva and Birol Aydin, said MRT is intended for patients who have exhausted other options.</p><p>“That means they have many IVF trials. They are not having good quality of embryo or blastocyst or no embryo transfer,” Aydin said.</p><p>“It’s not a 100% magic tool for solving fertility, but it’s improving a lot where it’s really reasonable and needed,” Dorofaeva said.</p><p>The doctors said Heidy’s case was complicated, but she refused to give up.</p><p>“I didn’t want to 15 years from now see that I could have had biological children and regret my decision,” Willis said.</p><p>Heidy and Josh traveled to Albania, spending several days making sure they were comfortable with the procedure. They returned home to South Florida and waited — without telling anyone what they had done.</p><p>“We kept it super top secret,” Heidy Willis said.</p><p>She said they wanted to protect their family from disappointment if it did not work.</p><p>“We just felt like, you know, we didn’t want to disappoint them again or get their hopes up and then again, it doesn’t work,” Heidy Willis added. </p><p>But this time, it did.</p><p>“So, I tested right away and I saw a very faint line and I was like, I think it must have worked,” she said.</p><p>Heidy was pregnant — with twins.</p><p>Aubrey and Aspen became the first twins born following MRT, according to the family.</p><p>“To this day I see them and I see so many pairs of shoes at the door,” Willis said. “I can’t believe they’re mine.”</p><p>Heidy Willis says she is grateful to the doctors who helped make her dream of becoming a mother a reality.</p><p>“I want them to know how badly we wanted them and how much we tried for them to be here,” she said. “So just to be grateful to us for how hard we tried to get answers.”</p><p>Heidy and Josh’s journey did not end there. They later decided their family needed one more addition.</p><p>Heidy returned to Albania for the procedure again. The couple says it was successful, and their family is now complete with their youngest child, Nolan.</p><p>If you would like to contact Heidy, you can find her on Instagram at <a href="https://www.instagram.com/eggsquisiteembryo?igsh=MW1sNW16Mm1hbGVweA%3D%3D" target="_self" rel="" title="https://www.instagram.com/eggsquisiteembryo?igsh=MW1sNW16Mm1hbGVweA%3D%3D">Eggsquisiteembryo</a>.</p><p><a href="https://www.local10.com/topic/Mom_to_Mom/" target="_self" rel="" title="https://www.local10.com/topic/Mom_to_Mom/">Click here</a> to read more stories on Local 10’s Mom to Mom collection. </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[Pareja del sur de Florida recurre a procedimiento de fertilidad en el extranjero tras proceso de FIV ]]></title><link>https://www.local10.com/espanol/2026/06/30/pareja-del-sur-de-florida-recurre-a-procedimiento-de-fertilidad-en-el-extranjero-tras-proceso-de-fiv/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/pareja-del-sur-de-florida-recurre-a-procedimiento-de-fertilidad-en-el-extranjero-tras-proceso-de-fiv/</guid><dc:creator><![CDATA[Nicole Perez]]></dc:creator><description></description><pubDate>Tue, 30 Jun 2026 22:06:10 +0000</pubDate><content:encoded><![CDATA[<p>Millones de personas enfrentan problemas de infertilidad, y la determinación de una pareja del sur de Florida por convertirse en padres los llevó al otro lado del mundo para encontrar una solución que los médicos en Estados Unidos no podían ofrecer.</p><p>Tras años de intentos fallidos de fecundación in vitro (FIV), Heidy Willis decidió explorar otra opción: un procedimiento que no es legal en Estados Unidos, pero que le dio a ella y a su esposo, Josh, la oportunidad de tener hijos biológicos.</p><p>Willis asegura que estaba dispuesta a hacer lo que fuera necesario para convertirse en madre.</p><p>“Estaba lista para volar a Ucrania durante la guerra. Así de grande era nuestro deseo de lograrlo”, dijo.</p><p>Willis comenzó a intentar tener hijos alrededor de los 30 años, pero cuando tenía poco más de 20 le diagnosticaron síndrome de ovario poliquístico (SOP).</p><p>Los médicos recomendaron primero la inseminación intrauterina y posteriormente la fecundación in vitro.</p><p>“Hice seis ciclos de FIV aquí en Estados Unidos”, dijo. “Probé con diferentes médicos y diferentes clínicas”.</p><p>Pero después de múltiples intentos fallidos de FIV, Heidy Willis dijo que comenzó a buscar respuestas.</p><p>“Cuando empezamos con la FIV y tuvimos múltiples fracasos, pensamos que había algo más”, dijo. “Los médicos solo nos decían que probablemente era por la mala calidad de mis óvulos debido al SOP, pero nunca hubo un diagnóstico real”.</p><p>Willis explicó que los médicos lograban extraer decenas de óvulos, pero estos no se desarrollaban como se esperaba.</p><p>“Extraían 30 óvulos y, cuando los analizaban en el laboratorio, no estaban maduros”, dijo. “¿Cómo es posible que tengamos más de 30 óvulos y ni uno solo logre ser fecundado?”.</p><p>Con el tiempo, los médicos le sugirieron considerar óvulos donados, pero Heidy decidió investigar otras posibles causas.</p><p>“Encontré un artículo que decía que podía haber mutaciones genéticas relacionadas con la infertilidad que afectaban directamente la fertilidad”, dijo Willis.</p><p>Esa investigación la llevó a médicos en Ucrania que realizaban un procedimiento conocido como terapia de reemplazo mitocondrial (MRT, por sus siglas en inglés).</p><p>El procedimiento no está aprobado para uso clínico en Estados Unidos.</p><p>Los Institutos Nacionales de la Salud (NIH) indican que una disposición legislativa federal impide que la Administración de Alimentos y Medicamentos (FDA) revise o apruebe ensayos clínicos relacionados con la MRT debido a preocupaciones sobre posibles riesgos de seguridad, incluidas anomalías genéticas y el hecho de que los cambios genéticos pueden heredarse.</p><p>Pero mientras Heidy se preparaba para continuar con el procedimiento, estalló la guerra en Ucrania.</p><p>Los médicos trasladaron su clínica a Albania y Willis viajó hasta allí.</p><p>“Nos encontramos en la clínica y nos dijeron que también habían llevado a la donante desde Ucrania”, recordó.</p><p>Willis describe la MRT como un proceso conocido en ocasiones como “fecundación in vitro de tres padres”.</p><p>“Extraen el ADN del óvulo de la donante, transfieren mi ADN a ese óvulo y luego lo fecundan con el esperma. Después crean un embrión que es transferido a mi útero y yo continúo el embarazo como en cualquier otro tratamiento de FIV”, explicó.</p><p>Los médicos que realizaron el procedimiento, Uliana Dorofaeva y Birol Aydin, dijeron que la MRT está destinada a pacientes que han agotado todas las demás opciones.</p><p>“Eso significa que han pasado por muchos intentos de FIV y no logran obtener embriones o blastocistos de buena calidad, o simplemente no consiguen embriones para transferir”, dijo Aydin.</p><p>“No es una herramienta mágica que resuelva al 100% la infertilidad, pero mejora mucho las posibilidades cuando realmente es razonable y necesaria”, dijo Dorofaeva.</p><p>Los médicos señalaron que el caso de Heidy era complejo, pero ella nunca dejó de luchar.</p><p>“No quería que dentro de 15 años descubriera que sí podía haber tenido hijos biológicos y arrepentirme de la decisión que tomé”, dijo Willis.</p><p>Heidy y Josh viajaron a Albania, donde permanecieron varios días asegurándose de sentirse cómodos con el procedimiento. Después regresaron al sur de Florida y esperaron los resultados sin contarle a nadie lo que habían hecho.</p><p>“Lo mantuvimos completamente en secreto”, dijo Heidy Willis.</p><p>Explicó que querían proteger a su familia de una nueva decepción si el procedimiento no funcionaba.</p><p>“Sentíamos que no queríamos volver a ilusionarlos para que luego, otra vez, no funcionara”, agregó.</p><p>Pero esta vez sí funcionó.</p><p>“Me hice la prueba enseguida y vi una línea muy tenue. Pensé: creo que funcionó”, recordó.</p><p>Heidy estaba embarazada de gemelos.</p><p>Según la familia, Aubrey y Aspen se convirtieron en los primeros gemelos nacidos tras un procedimiento de terapia de reemplazo mitocondrial.</p><p>“Hasta el día de hoy los veo y veo tantos pares de zapatos en la puerta”, dijo Willis. “No puedo creer que sean mis hijos”.</p><p>Heidy Willis asegura sentirse profundamente agradecida con los médicos que hicieron posible su sueño de convertirse en madre.</p><p>“Quiero que sepan cuánto los deseábamos y cuánto luchamos para que pudieran estar aquí”, dijo. “Quiero que sepan cuánto nos esforzamos por encontrar respuestas”.</p><p>Pero el camino de Heidy y Josh no terminó ahí. Más adelante decidieron que su familia aún necesitaba un integrante más.</p><p>Heidy regresó a Albania para someterse nuevamente al procedimiento. La pareja asegura que fue exitoso y que ahora su familia está completa con la llegada de su hijo menor, Nolan.</p><p>Si desea comunicarse con Heidy, puede encontrarla en Instagram como <a href="https://www.instagram.com/eggsquisiteembryo?igsh=MW1sNW16Mm1hbGVweA%3D%3D" target="_self" rel="" title="https://www.instagram.com/eggsquisiteembryo?igsh=MW1sNW16Mm1hbGVweA%3D%3D">Eggsquisiteembryo</a>.</p><p><a href="https://www.local10.com/topic/Mom_to_Mom/" target="_self" rel="" title="https://www.local10.com/topic/Mom_to_Mom/">Haga clic aquí</a> para leer más historias de la colección Mom to Mom de Local 10.</p>]]></content:encoded></item><item><title><![CDATA[Trump filing shows he took in about $1.2 billion from crypto businesses last year]]></title><link>https://www.local10.com/business/2026/06/30/trump-filing-shows-he-took-in-about-12-billion-from-crypto-businesses-last-year/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/trump-filing-shows-he-took-in-about-12-billion-from-crypto-businesses-last-year/</guid><dc:creator><![CDATA[By BERNARD CONDON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — 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 10:26:57 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — 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>The 927-page disclosure form paints a stark, if incomplete picture of the massive growth of the president’s wealth since taking office last January through a web of business interests — many of which have benefited from the policy moves of Trump’s own government. Trump has insisted that his sons direct his finances but the arrangement rejects the conflict of interest protections that his recent predecessors in office had instituted.</p><p>Forbes estimates Trump's net worth at $6 billion, up from $2.3 billion in 2024.</p><p>The Trump business is growing abroad</p><p>The rise of crypto relative to Trump’s property is especially noteworthy because he first rode to office boasting of his property wins. It's also remarkable because that mainstay business also boomed last year. Trump took in tens of millions in fees from a flurry of new hotel, resort and condo deals overseas that amounts to the biggest property expansion ever in the century since the family business was founded.</p><p>Many of those countries were negotiating with the U.S. over tariffs, military aid and other important matters while the family business was striking the deals.</p><p>A property in the United Arab Emirates generated $10.4 million for the Trump business last year. One in Saudi Arabia being built by a real estate developer close to the ruling family sent the president’s company $9 million. And one in Bucharest, Romania, and another in Qatar sent him $5 million each.</p><p>One of his prominent domestic properties, Mar-a-Lago in Florida, notched big growth last year, too.</p><p>Trump took in $77 million from the property, a 50% jump from the year earlier when he was just another citizen, as heads of state and business people flocked to it in his new term.</p><p>The disclosure report doesn't give profit figures, just revenue, so it's impossible to know how much he is earning.</p><p>Trump is now the billion-dollar crypto man</p><p>After taking office last year, Trump reversed the Biden administration's tough stance on the crypto industry and pushed policies friendly to the industry.</p><p>But regulators still had some concerns. Before Trump's World Liberty began selling “governance tokens,” they issued warnings about this new kind of crypto asset, saying that unlike stocks, the tokens offer no ownership stake in the issuing company, just voting power on certain corporate policies, and are difficult to value.</p><p>Buyers pounced anyway, including a Chinese billionaire who spent $75 million on the tokens and $200 million on the souvenir coins. In February last year, a federal lawsuit charging him with duping investors was paused before being settled for a $10 million fine.</p><p>The billionaire, Justin Sun, has repeatedly denied his spending on Trump businesses had anything to do with his federal case, while World Liberty has dismissed the notion of a conflict of interest.</p><p>Meanwhile, investors have seen the value of their Trump-tied holdings drop significantly.</p><p>The price of World Liberty tokens has fallen 80% since they started trading in September. And the Trump souvenir coins that spiked to more than $74 in the days after launching in January 2025 now sell for $1.68.</p><p>The White House says Trump only acts in the public interest</p><p>The White House has repeatedly said Trump put his business in a trust managed by his sons and is not involved in its decisions and that there are no ethics issues to discuss.</p><p>“Neither the President nor his family has ever engaged — or will ever engage — in conflicts of interest,” spokeswoman Anna Kelly said. “All actions by President Trump and his administration are taken in the best interest of the American people.”</p><p>The Trump umbrella company, the Trump Organization, has said its deals overseas were with private companies, not with governments.</p><p>Still, it is difficult to know what is truly private in countries ruled by authoritarians, royal families and one-party governments.</p><p>For a new Trump resort in Vietnam, the report shows Trump took in $5 million last year after the ruling Communist Party sent its deputy prime minister to sign off on the deal and, according to The New York Times, pushed farmers off the land to make way for the construction.</p><p>Whether the deals played any role in changing U.S. policies in ways these countries sought is nearly impossible to know, but the countries did get what they wanted.</p><p>Vietnam got tariff relief. Qatar got access to advanced U.S. technology previously off limits, and Saudi Arabia got U.S. fighter jets it had coveted for years.</p><p>___</p><p>An earlier version of this story incorrectly reported that the disclosure form was released Monday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GHSSNGWW5P77BEI4HGNWWTCC64.jpg?auth=644285cfebb5fa2c77b3f8ab14b0a304f2d373828da386f03545f433148785d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Flanked by Sen. Ted Cruz, R-Texas, left, Secretary of Commerce Howard Lutnick, second right, and White House AI and Crypto Czar David Sacks, President Donald Trump displays his signed AI initiative in the Oval Office of the White House, Dec. 11, 2025, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Judges strike down Trump administration's overhaul of student loan forgiveness program]]></title><link>https://www.local10.com/news/politics/2026/06/30/judge-strikes-down-trump-administration-overhaul-of-student-loan-forgiveness-program/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/judge-strikes-down-trump-administration-overhaul-of-student-loan-forgiveness-program/</guid><dc:creator><![CDATA[By COLLIN BINKLEY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A pair of federal judges struck down a Trump administration overhaul to a public service forgiveness program for student loans, ruling Tuesday in separate cases in favor of advocates who said the program risked becoming a tool for political retribution.]]></description><pubDate>Wed, 01 Jul 2026 00:15:29 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A pair of federal judges struck down a Trump administration overhaul to a public service forgiveness program for student loans, ruling Tuesday in separate cases in favor of advocates who said the program risked becoming a tool for political retribution.</p><p>U.S. District Judge Myong Joun in Massachusetts vacated the U.S. Education Department's changes, saying they overstepped the agency's power and threatened to violate First Amendment protections for free speech. The ruling came in response to a pair of lawsuits filed by more than 20 states along with a coalition of nonprofit groups and cities.</p><p>In Washington, D.C., District Judge Amir Ali in Washington issued a similar ruling in a case brought by nonprofit organizations. The rulings came a day before the new rules were set to take effect.</p><p>Under Secretary of Education Nicholas Kent said the department was evaluating next steps.</p><p>“The Department stands behind this commonsense policy to ensure that taxpayer dollars are never used to subsidize illegal activities,” Kent said in a written statement.</p><p>Congress created Public Service Loan Forgiveness in 2007 to encourage college graduates to work in government and nonprofit jobs. It promised to forgive their federal student loans after they worked in public service jobs for 10 years.</p><p>Last year, the Trump administration moved to add new eligibility rules that would strip the benefit from workers whose employers are deemed to have a “substantial illegal purpose.”</p><p>The overhaul targeted nonprofits and government organizations that support causes at odds with the Trump administration's priorities.</p><p>It gave the education secretary power to exclude groups from the program if they engage in the trafficking or “chemical castration” of children, illegal immigration or supporting terrorist organizations. Its definition of “chemical castration” included using hormone therapy or drugs that delay puberty.</p><p>The overhaul amounted to a major reworking of a program that has canceled loans for more than 1 million Americans. Nonprofits and government groups said it undercut an important benefit that helped attract college graduates to jobs that traditionally pay less than the private sector.</p><p>“This decision is a win for the communities that depend on local nonprofits and for the workers who serve them,” said Diane Yentel, president and CEO of the National Council of Nonprofits, one of the plaintiffs in the Massachusetts case.</p><p>One of the plaintiffs in the Washington case, Student Defense, said the judge's ruling is a victory for student loan borrowers.</p><p>“Public servants should not have to worry that the federal government will punish them because of their employer’s mission or perceived political views,” said Aaron Ament, Student Defense's president.</p><p>Joun said the new rules threatened to impose the administration's policy views on employers. The judge also faulted the department for failing to connect its definitions of illegal activity to criminal statutes.</p><p>“The Department cannot create new criminal prohibitions through rulemaking,” he wrote.</p><p>The judge also questioned the department's stated rationale for proposing the new rules, drawing on its own estimates that fewer than 10 employers would be barred from the program per year.</p><p>“The Department offers no explanation for why a Final Rule with such sweeping consequences is necessary to address the possibility that, at most, ten employers each year may be engaging in illegal activity,” Joun wrote.</p><p>In his ruling, Joun noted that more than 100 supporting briefs were filed on behalf of the groups challenging the rules, while none were filed in support of the Trump administration's change.</p><p>___</p><p>The Associated Press’ education coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XSE7DWO7E7FZUUCGMOZMIGRWG4.jpg?auth=81d2dfc9149ff9d8546bb2c446c9768caef3cff04cfb7aedfc95fae4280c952a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Department of Education building is seen in Washington, Nov. 18, 2024. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[Maya Joint says 'I had the belief' to beat Serena Williams at Wimbledon]]></title><link>https://www.local10.com/sports/2026/06/30/maya-joint-says-i-had-the-belief-to-beat-serena-williams-at-wimbledon/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/maya-joint-says-i-had-the-belief-to-beat-serena-williams-at-wimbledon/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — When Serena Williams accepted an offer to play singles at Wimbledon, Maya Joint got to thinking.]]></description><pubDate>Tue, 30 Jun 2026 22:56:32 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — When Serena Williams accepted an offer to play singles at Wimbledon, Maya Joint got to thinking.</p><p>The 20-year-old Joint had said there was “always a part of me that wanted to experience playing against her."</p><p>After getting what she wished for — a first-round meeting with the tennis icon — Joint delivered on the biggest stage.</p><p>The Michigan-born Australian showed few nerves in winning the biggest match of her life — defeating Williams 6-3, 6-7 (6), 6-3 on Tuesday to spoil the 44-year-old Williams' singles comeback at the All England Club.</p><p>“I didn’t get much sleep last night. I was up until like 2 a.m. just thinking about it," Joint said in her on-court interview.</p><p>The 87th-ranked Joint certainly looked calm on the outside but said she had serious butterflies walking onto Centre Court alongside the GOAT of women's tennis.</p><p>During warmups, she felt like her legs “weren’t moving.”</p><p>"I really don’t know how I got a pretty good start in the match," Joint said. “She has such an aura, she’s just a legend and this court has so many huge names that have played on it. I’ve been dreaming about this moment since I was a little kid, so this is pretty crazy."</p><p>Joint notched her first Wimbledon singles win and just her third Grand Slam singles victory. By the time Joint was born in 2006, Williams had already won seven major titles, completing a career Grand Slam in the process. Williams has won 23 major singles titles — seven at Wimbledon.</p><p>“Just the start was very nerve-racking and then trying to finish out the match, as well. She definitely lifted her level and she played some really great tennis there," Joint said.</p><p>Joint had chances to end it earlier.</p><p>At 5-5 in the second set, Joint squandered four break point opportunities as Williams held serve. Joint then won the next game to love, including back-to-back aces to force a tiebreaker.</p><p>Joint had her first match point at 6-5 in the tiebreaker but Williams hit a winner and then won the next two points.</p><p>Joint got the key break to go up 4-2 in the deciding set. She sealed the win on her third match point.</p><p>“I think I tensed up a little bit when I got close to winning, but I think I played my best tennis when I needed to, which was good,” she said.</p><p>Slowed by a back injury earlier this year, Joint at one point lost 10 consecutive matches.</p><p>“Even though I didn’t win many matches this year, I still felt like I could win," Joint said. “I had the belief and I just took advantage of the moment and enjoyed it, didn’t really think about the previous matches I’ve played.”</p><p>She later added: “If you’re playing Serena, you have nothing to lose. It makes sense that people play their best game against her.”</p><p>Last year, Joint won the grass-court Eastbourne tournament ahead of her debut at Wimbledon, where she lost in the first round to Liudmila Samsonova. Joint's only two other victories in majors came at the U.S. Open.</p><p>Joint, who represents Australia through her father, joins a list of unheralded players to have eliminated Williams in Wimbledon’s first round.</p><p>Harmony Tan was ranked 115th when she beat Williams in 2022. A year prior, it was Aliaksandra Sasnovich, ranked No. 100 at the time, who emerged victorious when Williams retired from the match with a leg injury.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SPO5RBAIWOJJWCTYIIEDGHHEAI.jpg?auth=4c663420acee5d175cff737f25255ec6233cb1dfc8544e8f0371c09f1e57e1f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maya Joint of Australia returns the ball to Serena Williams of the United States 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/432S6XVVZYNW6T5KCMZVFIGXUY.jpg?auth=30f0ddfd666819bae429f1205184f0ef2ae195ac91c6ae57d25c74247b5b4a8a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maya Joint of Australia plays a backhand against Serena Williams of the United States 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/XIULQLYW3CGNQKKDAUNFKF45BU.jpg?auth=76a95036ab487c2cc53bad46649e46ae61381a3ba04da83f5d3a21f9e7e3e9b5&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, left, and Maya Joint of Australia shake hands at the end of 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/R5ZLEMCQHSW6PX46LPTG36U4ZM.jpg?auth=d530052d69c5fa9a3026eff8ddeb37cc481d82336deb8b30d91b3b3ce4186b22&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maya Joint of Australia plays a forehand against Serena Williams of the United States 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/BR3U3XQESUWW76UEUPE75SCGN4.jpg?auth=95408697f08b3f4190c34ae792e9abf1d8299b831d40235b72e339168d56cbeb&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 returns the ball to 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[Trump announces midterm convention for Republicans in Dallas in September]]></title><link>https://www.local10.com/news/politics/2026/06/30/trump-announces-midterm-convention-for-republicans-in-dallas-in-september/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/trump-announces-midterm-convention-for-republicans-in-dallas-in-september/</guid><dc:creator><![CDATA[By MEG KINNARD, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump announced Tuesday that Republicans will hold their first-ever national convention ahead of November's midterm elections, an unusual event aimed at boosting turnout in races that will decide whether the party maintains control of Congress.]]></description><pubDate>Tue, 30 Jun 2026 23:38:51 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump announced Tuesday that Republicans will hold their first-ever national convention ahead of November's midterm elections, an unusual event aimed at boosting turnout in races that will decide whether the party maintains control of Congress.</p><p>The convention will be held in Dallas on Sept. 9 and 10.</p><p>Although both major parties traditionally hold blockbuster conventions during presidential campaigns, Trump has long floated the idea of a similar gathering this year to focus voters' attention on a sprawling collection of House and Senate races.</p><p>If Democrats regain control of either chamber, they will be empowered to block Trump’s agenda and launch investigations into his administration for the final two years of his term.</p><p>Republicans have only slim majorities in Congress, and the party in power normally loses ground in the midterms. And without Trump on the ballot, Republican leaders worry that it could be hard to galvanize their voters.</p><p>Trump hopes the convention would help change that dynamic, and he’s been talking about it since last year. He floated in a social media post that Republicans would use the event “to show the great things we have done since the Presidential Election of 2024.”</p><p>“We will also have lots of Great Entertainment — It will be a RALLY like none other!” Trump wrote in a Truth Social post announcing the convention details.</p><p>The Democratic National Committee considered hosting a similar midterm convention but ultimately rejected the idea. An expensive soiree could have strained the DNC’s finances, which are struggling with lackluster fundraising and millions in debt.</p><p>Democrats have said the GOP convention will be a chance for them to tie Republican House and Senate candidates to Trump, whose approval rating is underwater.</p><p>Locating the convention in Texas places a spotlight on the state’s Senate race, which pits Democratic nominee James Talarico against Republican nominee Ken Paxton.</p><p>Paxton is the state attorney general who, with Trump’s backing, defeated longtime Sen. John Cornyn in a primary earlier this year. Republican Senate leaders fear that Paxton’s history of scandals — including an extramarital affair, an impeachment and a securities fraud case that did not lead to a conviction — could undermine his candidacy and turn a winnable race into a drain on party resources.</p><p>It also highlights the aftereffects of Trump’s mid-decade redistricting push that began in Texas, an effort to secure more seats for Republicans in this fall’s elections.</p><p>The Republican National Committee began laying the groundwork earlier this year, voting at its winter meeting in January to make such an event possible by amending procedures centered around quadrennial presidential nominating conventions.</p><p>Democrats considered holding a similar gathering ahead of the midterms but tabled the idea. However, the party did hold such conferences in the 1970s and 1980s.</p><p>___</p><p>Meg Kinnard can be reached at http://x.com/MegKinnardAP. Associated Press writer Jonathan J. Cooper contributed.</p>]]></content:encoded><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[Western Broward residents concerned about air quality as Atlantic fire impacts community]]></title><link>https://www.local10.com/health/2026/06/30/western-broward-residents-concerned-about-air-quality-as-atlantic-fire-impacts-community/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/30/western-broward-residents-concerned-about-air-quality-as-atlantic-fire-impacts-community/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[Residents in Weston say smoke from the Atlantic fire created noticeable changes in air quality, with some choosing to stay indoors as the wildfire continued burning in western Broward County.]]></description><pubDate>Tue, 30 Jun 2026 21:20:44 +0000</pubDate><content:encoded><![CDATA[<p>Residents in Weston say smoke from the Atlantic fire created noticeable changes in air quality, with some choosing to stay indoors as the wildfire continued burning in western Broward County.</p><p><a href="https://www.local10.com/espanol/2026/06/30/residentes-del-oeste-de-broward-preocupados-por-la-calidad-del-aire-debido-a-incendio-en-atlantic/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/residentes-del-oeste-de-broward-preocupados-por-la-calidad-del-aire-debido-a-incendio-en-atlantic/">Leer en español</a></p><p>Weston resident Jose Infante said the smell from the smoke was strong and lingered for several days.</p><p>“It was a thick smell -- very pronounced like burning oil and it lingered for about two or three days,” Infante said.</p><p>Infante said he takes regular walks but decided not to on Tuesday because of the smoky conditions.</p><p>“I usually walk every day and I didn’t go out. It was just too thick,” he said.</p><p>Other residents shared different levels of concern, noting that brush fires and their impact on air quality are not uncommon in western Broward communities.</p><p>Weston resident Leslie Armstrong said smoky conditions can sometimes happen in the area but usually improve.</p><p>“The morning sometimes is a little smoky, but it goes away by the afternoon,” Armstrong said.</p><p>Another resident said the smoke can be more concerning for those with health issues.</p><p>“People (can) have breathing conditions or asthma like my wife does so she’s very reluctant to go outside. I don’t have asthma. I go out, but I don’t stay outside and sit around the pool,” the resident said.</p><p>While the fire showed little visible activity Tuesday, officials stressed it remains an active wildfire.</p><p>Dr. Rohan Dang of Optimize Medical Primary Care in Coral Springs said the effects of wildfire smoke on health are not always immediately noticeable.</p><p>“There’s actually longer-term issues or more serious issues you can get from the Smoke because of the particulate matter that you breath in,” Dang said.</p><p>He said people with conditions including asthma, COPD and sleep apnea, as well as those with heart disease, high blood pressure or diabetes, may face a higher risk from exposure to wildfire smoke.</p><p>Dang said the best way to reduce exposure is to limit time outdoors.</p><p>“The key is really the simple thing – stay inside,” he added. </p><p>Dang also recommended keeping air conditioning systems set to recirculate instead of bringing outside air indoors, using air filters and keeping medications updated and on hand.</p><p>He said people should avoid unnecessary outdoor activities while smoke continues to impact air quality.</p><p>“If you have optional things that you could be doing outdoors, whether it’s sports or activities or things like that, now is not the time,” Dang said.</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[Mercury's Thomas says she has received online abuse following suspension for Caitlin Clark incident]]></title><link>https://www.local10.com/sports/2026/06/30/mercurys-thomas-says-she-has-received-online-abuse-following-suspension-for-caitlin-clark-incident/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/mercurys-thomas-says-she-has-received-online-abuse-following-suspension-for-caitlin-clark-incident/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[Phoenix Mercury forward Alyssa Thomas said she has received death threats and been called racial slurs in the aftermath of her one-game suspension after she made contact with her fist to Caitlin Clark’s throat in last week's matchup against Indiana.]]></description><pubDate>Tue, 30 Jun 2026 22:51:58 +0000</pubDate><content:encoded><![CDATA[<p>Phoenix Mercury forward Alyssa Thomas said she has received death threats and been called racial slurs in the aftermath of her one-game suspension after she made contact with her fist to Caitlin Clark’s throat in last week's matchup against Indiana.</p><p>Thomas also criticized WNBA Commissioner Cathy Engelbert for not doing more to protect the league's players when she spoke with reporters on Tuesday at the team's practice facility.</p><p>“It's unfortunate that it's come to this over basketball," Thomas said. "A lot of us — myself included — didn't even know the play took place until after the game. Now we're being painted as thugs. There's death threats out on us. It's really unacceptable. It's something that needs to change in this league and I'm just really sick and tired of it.”</p><p>Engelbert released a statement Tuesday night.</p><p>“The WNBA vehemently condemns any and all forms of hate. The safety and well-being of everyone in our community is always the league’s top priority," Engelbert said. "We are aware of Alyssa Thomas’ comments, and what she and her teammates have experienced is completely unacceptable and not representative of the WNBA community. The league and our security team have been in contact with the Phoenix Mercury organization and remain committed to protecting all players.”</p><p>Thomas called the play a “complete accident," but said her main concern wasn't the suspension. The six-time All-Star said she didn't know she was being suspended until 10 minutes before it was released on social media.</p><p>“It’s not even about the suspension,” Thomas said. “If that’s what they felt was necessary in that moment, then so be it. But I think there’s a lot of other plays that you can say the same about. The biggest thing is about our safety. We’re so concerned about the safety on the court, but time and time again, we’re having people threaten our lives. Leaking addresses out there. Putting crazy pictures that have nothing to do with basketball.”</p><p>The play happened with 6:52 left in the second quarter in a game against Clark's Indiana Fever on Wednesday and was deemed to be a non-basketball act. The league gave Thomas a Flagrant Foul 2 penalty for it.</p><p>No foul was called on the play by officials in the moment. The WNBA is allowed to review a game to reclassify a Flagrant foul or to classify as Flagrant any foul not called as such during a game.</p><p>"People are sending racial slurs and all types of stuff,” Thomas said. “There's a difference between trolling and there's a difference between hatred. The hatred that we're experiencing over a play that, honestly, was a complete accident, no one even knew it happened. It's just unfortunate. The league has to do better in this instance.”</p><p>Thomas and Engelbert exchanged text messages last week to talk about the security issue, a person familiar with the situation told The Associated Press on Tuesday night. The person spoke on condition of anonymity because of the sensitive nature of the discussion. The person said that Engelbert immediately directed league security to get in touch with Phoenix security once she heard about the threats.</p><p>Thomas served her suspension on Saturday when the Mercury visit the Toronto Tempo.</p><p>The Fever renewed their call for player safety in a statement on Thursday.</p><p>The two teams had played a few days before the Thomas-Clark incident and there were six technical fouls called and one ejection. Clark picked up her fifth technical of the season in that game. The team petitioned the league to have it rescinded, but the WNBA confirmed that the technical will stand.</p><p>“It was egregious. The fact that it was a no-call … You got to call it,” Fever coach Stephanie White said after the game. “You’re coming in here aware of what happened two nights ago and that (expletive) still happens? Absolutely unacceptable.”</p><p>The Mercury and Fever play again on July 9 in Phoenix.</p><p>___</p><p>AP Sports Writer David Brandt in Phoenix contributed to this report.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T7NZFBUDCW2NGK6FRB7473TTEE.jpg?auth=dbce7ecfd2dd1b75d78a9f9d34a3094ea2c39b31b997aa29747022b0e8228646&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Phoenix Mercury forward Alyssa Thomas (25) strips the ball from Dallas Wings guard Arike Ogunbowale (24) during the first half of a WNBA basketball game in Arlington, Texas, Thursday, June 11, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content></item><item><title><![CDATA[Meteorólogos advierten de condiciones “peligrosas” por ola de calor en el centro-norte de EEUU]]></title><link>https://www.local10.com/espanol/2026/06/30/meteorologos-advierten-de-condiciones-peligrosas-por-ola-de-calor-en-el-centro-norte-de-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/meteorologos-advierten-de-condiciones-peligrosas-por-ola-de-calor-en-el-centro-norte-de-eeuu/</guid><dc:creator><![CDATA[Por ED WHITE, Associated Press]]></dc:creator><description><![CDATA[DETROIT (AP) — El horno de la naturaleza estaba al máximo para millones de personas el martes en los estados de la región centro-norte y de los Grandes Lagos en Estados Unidos, mientras un intenso calor y humedad afectaban las regiones sin un alivio inmediato antes de que el sufrimiento se desplace al este del país.]]></description><pubDate>Tue, 30 Jun 2026 21:37:59 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — El horno de la naturaleza estaba al máximo para millones de personas el martes en los estados de la región centro-norte y de los Grandes Lagos en Estados Unidos, mientras un intenso calor y humedad afectaban las regiones sin un alivio inmediato antes de que el sufrimiento se desplace al este del país.</p><p>El Servicio Meteorológico Nacional fue tajante: las condiciones eran “peligrosas”, ya que el índice de calor —una combinación de la temperatura del aire y la humedad— superó los 37,8 grados Celsius (100 grados Fahrenheit) en algunas zonas. El organismo advirtió sobre el riesgo de enfermedades relacionadas con el calor, especialmente entre las personas que no cuentan con aire acondicionado.</p><p>El Servicio Meteorológico indicó que la temperatura del aire en Detroit sobrepasaba con creces los 32,2 °C (90 °F) y que incluso podría llegar a 37,7 °C (100 °F) en algún momento hasta el jueves. La ciudad informó que una docena de centros recreativos estaban abiertos, algunos hasta las 11 p. m., para que la gente pudiera refrescarse. Grandes zonas de Michigan, así como Illinois, Ohio, Indiana, Kentucky y gran parte de Iowa, estaban bajo una advertencia de calor extremo.</p><p>El noreste del país, donde se encuentran las ciudades de Nueva York y Boston, será el siguiente en sentir un calor importante durante el feriado del 4 de Julio. Norristown, Pensilvania, a 32 kilómetros (20 millas) de Filadelfia, canceló un desfile programado para el sábado debido al clima.</p><p>Filadelfia declaró una emergencia de miércoles a sábado debido al calor, e informó que 50 centros de enfriamiento operarán con horario extendido. La ciudad señaló que los visitantes encontrarán carpas con rociadores de agua, estaciones para rellenar botellas y puestos médicos en el festival gratuito para aficionados del Mundial en East Fairmount Park.</p><p>Cuando aprieta el calor, la gente se adapta</p><p>El Museo de Historia de Chicago ofreció entrada gratuita a los residentes del estado que buscaban un espacio fresco el martes. En algunos lugares de Illinois, las carreteras se deformaron por el calor. Cuando la superficie no tiene espacio para expandirse con el calor, puede levantarse y agrietarse.</p><p>A las 9:15 a. m., el limpiavidrios Stephen Mason, de 72 años, quitaba insectos del vidrio en una tienda de conveniencia de Detroit. Empezó temprano para evitar las peores condiciones del día, pero a esa hora, la temperatura ya era de 29,4 °C (85 °F).</p><p>“Es la única manera de ganarle. Pero ya está empezando a hacer mucho calor aquí afuera”, afirmó.</p><p>Adam Schubatis, de 36 años, un corredor que iba sin camiseta en el vecindario Indian Village de Detroit, comentó que había recortado su ruta a 9,6 kilómetros (6 millas).</p><p>“Sé dónde están todas las fuentes de agua”, dijo. “Mi esposa pensó que estaba loco. Se ofreció a pasar por mí si me cansaba o si había algo que estuviera haciendo que no fuera seguro”.</p><p>El día puede ser “terrible” para los perros</p><p>En Milwaukee, más de 100 bomberos pasaron horas controlando un incendio en una escuela bajo el calor extremo. El jefe de bomberos Aaron Lipski explicó que los equipos se iban turnando y se quitaban sus gruesos chaquetones mientras se rehidrataban.</p><p>Las temperaturas mínimas nocturnas estuvieron entre 21 y 26,7 °C (70 °F) en muchos lugares, lo que no le da al cuerpo la oportunidad de enfriarse de manera natural, señaló la doctora Kisha Davis, funcionaria de salud del condado de Montgomery, Maryland.</p><p>“El estrés por calor se irá acumulando día tras día”, afirmó Davis, quien añadió que el alcohol y los refrescos, que son bebidas populares en los días festivos, deshidratan.</p><p>En Jackson, Mississippi, donde el índice de calor por la tarde superó los 37,7 °C (100 °F), enormes ventiladores intentaban mantener frescos a unos 100 perros en un antiguo almacén de colchones que funciona como refugio de Community Animal Rescue and Adoption.</p><p>“Es terrible… Tratamos de mantener a todos hidratados allá atrás. Perros y personas”, manifestó la encargada de las perreras, Raquel Burney.</p><p>Enfriamiento en cadena</p><p>George Liller, de 64 años, fue un héroe en Grosse Pointe Park, un suburbio de Detroit. Instaló aire acondicionado en su casa, así que ofreció gratis una unidad de ventana en Facebook, con todo y el cable de extensión y el control remoto.</p><p>“Probablemente estuvo en mi porche unos 15 minutos”, contó Liller. “Ese aire acondicionado me lo regalaron. Pensé: ‘Alguien lo necesita’. Sé lo que se siente estar en una casa vieja cuando hace tanto calor”.</p><p>___</p><p>Los periodistas de The Associated Press Sophie Bates en Jackson, Mississippi; Hannah Fingerhut en Des Moines, Iowa; y Kathy McCormack en Concord, Nueva Hampshire, contribuyeron 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/7VHQTFGAZSM5YFICO55SW64QKE.jpg?auth=b8d318be29b10ababc3890c017017950b82201d6b5a02f5a1d5e6a438eeb56b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas se refrescan en una fuente durante una ola de calor, el lunes 29 de junio de 2026, en Kansas City, Kansas. (AP Foto/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Residentes del oeste de Broward preocupados por la calidad del aire debido a incendio en Atlantic ]]></title><link>https://www.local10.com/espanol/2026/06/30/residentes-del-oeste-de-broward-preocupados-por-la-calidad-del-aire-debido-a-incendio-en-atlantic/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/residentes-del-oeste-de-broward-preocupados-por-la-calidad-del-aire-debido-a-incendio-en-atlantic/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description></description><pubDate>Tue, 30 Jun 2026 21:37:57 +0000</pubDate><content:encoded><![CDATA[<p>Los residentes de Weston aseguran que el humo del incendio de Atlantic provocó cambios notorios en la calidad del aire, por lo que algunos optaron por permanecer en sus casas mientras el incendio forestal continuaba activo en el oeste del condado Broward.</p><p>José Infante, residente de Weston, dijo que el olor del humo era intenso y permaneció durante varios días.</p><p>“Era un olor muy fuerte, muy marcado, como a aceite quemado, y permaneció durante unos dos o tres días”, dijo Infante.</p><p>Infante comentó que suele salir a caminar todos los días, pero decidió no hacerlo el martes debido a las condiciones provocadas por el humo.</p><p>“Normalmente camino todos los días y no salí. Estaba demasiado denso”, dijo.</p><p>Otros residentes expresaron distintos niveles de preocupación y señalaron que los incendios de vegetación y su impacto en la calidad del aire no son algo inusual en las comunidades del oeste de Broward.</p><p>Leslie Armstrong, residente de Weston, dijo que en ocasiones se presentan condiciones de humo en el área, pero que normalmente mejoran.</p><p>“Por la mañana a veces hay un poco de humo, pero desaparece por la tarde”, dijo Armstrong.</p><p>Otro residente indicó que el humo puede ser más preocupante para las personas con problemas de salud.</p><p>“Hay personas con problemas respiratorios o asma, como mi esposa, por lo que ella es muy reacia a salir. Yo no tengo asma. Salgo, pero no me quedo afuera sentado junto a la piscina”, dijo el residente.</p><p>Aunque el martes el incendio mostraba poca actividad visible, las autoridades enfatizaron que sigue siendo un incendio forestal activo.</p><p>El doctor Rohan Dang, de Optimize Medical Primary Care en Coral Springs, dijo que los efectos del humo de los incendios forestales sobre la salud no siempre son evidentes de inmediato.</p><p>“En realidad existen problemas a largo plazo o más graves que pueden surgir por el humo debido a las partículas que se inhalan”, dijo Dang.</p><p>Explicó que las personas con asma, enfermedad pulmonar obstructiva crónica (EPOC), apnea del sueño, enfermedades cardíacas, presión arterial alta o diabetes pueden enfrentar un mayor riesgo por la exposición al humo de los incendios forestales.</p><p>Dang señaló que la mejor manera de reducir la exposición es limitar el tiempo al aire libre.</p><p>“La clave es algo muy sencillo: permanecer dentro de la casa”, agregó.</p><p>Dang también recomendó mantener los sistemas de aire acondicionado en modo de recirculación en lugar de introducir aire del exterior, utilizar filtros de aire y tener los medicamentos actualizados y disponibles.</p><p>Añadió que las personas deben evitar actividades al aire libre que no sean necesarias mientras el humo continúe afectando la calidad del aire.</p><p>“Si tienen actividades opcionales al aire libre, ya sean deportes u otras actividades, este no es el momento para hacerlas”, dijo Dang.</p>]]></content:encoded></item><item><title><![CDATA[Penalty shootouts at the World Cup are a drama of 'inhumane' pressure]]></title><link>https://www.local10.com/sports/2026/06/30/penalty-shootouts-at-the-world-cup-are-a-drama-of-inhumane-pressure/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/penalty-shootouts-at-the-world-cup-are-a-drama-of-inhumane-pressure/</guid><dc:creator><![CDATA[By JIM VERTUNO, Associated Press]]></dc:creator><description><![CDATA[The World Cup is in the lose-and-go-home stage of the tournament and the pressure keeps rising with every minute of every match.]]></description><pubDate>Tue, 30 Jun 2026 22:31:11 +0000</pubDate><content:encoded><![CDATA[<p>The World Cup is in the lose-and-go-home stage of the tournament and the pressure keeps rising with every minute of every match.</p><p>The biggest pressure cooker of them all: the penalty kick shootout. Exhausted players and goalkeepers face off in a tense one-on-one confrontation that carries the hopes and dreams of entire nations.</p><p>Two of the first four matches in the round of 32 were settled by shootouts: Morocco beat the Netherlands and Paraguay bested Germany.</p><p>A miss can mean humiliation. A goalkeeper's save or the final bulge of the ball in the back of the net can bring tears of joy to millions.</p><p>That kind of pressure can reach “inhumane” levels, almost all of it focused on the penalty takers, said Geir Jordet, a professor at the Norwegian School of Sport Sciences and author of the book, “Pressure: Lessons from the Psychology of the Penalty Shootout.”</p><p>“In our research, the only emotion everyone agrees is present is anxiety,” Jordet said.</p><p>Expect more shootouts, more pressure, more anxiety.</p><p>A record five games at the 2022 World Cup in Qatar were settled by penalty kicks, including the final when Argentina beat France.</p><p>“As you go into knockout football it’s something that becomes more prominent in the games,” England winger Noni Madueke said. "So like every part of our game we want to be at the highest level when it comes to that.”</p><p>The physical and mental distance from spot to goal</p><p>This tense battle of wills is fought over a 12-yard (11-meter) distance between the penalty spot and the goal line. The shootout was added to the game in 1970 and has settled several of the world's biggest tournaments.</p><p>The first World Cup final to be settled by penalty kicks was Brazil’s 1994 victory over Italy. That shootout also produced one of the most infamous misses in soccer history when Italy great Roberto Baggio sent the final kick over the crossbar.</p><p>The penalty taker</p><p>Techniques vary.</p><p>Some take the kick quickly. Others pause, taking deep, calming breaths before they approach. Some run and strike it hard. A popular variation is the stutter-step, waiting for the goalkeeper to commit to which way he's going.</p><p>The penalty taker faces the most pressure in the moment because he's expected to score, Jordet told The Associated Press by email.</p><p>Research shows that the players who start toward the ball almost immediately after the referee's whistle more often miss than those wait between two and five seconds, he said.</p><p>“We suspect this is because those who (wait) extremely short sometimes do so because they, understandably, just want to get this stressful situation done and over with,” Jordet said.</p><p>It takes guts to be in that moment, United States forward Christian Pulisic said.</p><p>“For the people that go up and shoot, it takes a lot of courage. It’s not easy,” Pulisic said. “Goalkeepers get better and better every single year."</p><p>The view from goal</p><p>Standing between the posts, goalkeepers have three basic choices. Dive left, dive right or stay in the middle in a guessing game of anticipation.</p><p>Morocco keeper Yassine Bounou did something critically different. On the decisive save against the Netherlands, he moved to his right while standing up.</p><p>By staying upright, Bounou used his left hand to easily swat away the kick from Crysencio Summerville, who was shooting for the upper corner. Had Bounou dives, the ball would have easily found the net.</p><p>The best goalkeepers are “creative, deliberate and volatile” in their attempts to disrupt the shooter, Jordet said.</p><p>Tactics can include throwing the ball away, verbal insults and physical confrontation at the penalty spot. The mind games can get so hostile they can result in a yellow card for the goalkeeper.</p><p>He noted Bounou's well-timed body twitches and hand fakes to disrupt shooters' timing. The “master” of the mind games, Jordet said, is Argentina keeper Emiliano Martinez, who has won his last six penalty shootouts, including the 2022 World Cup final.</p><p>Picking the lineup has its own pressure</p><p>Selecting the lineup for a shootout has its own rhythms and risks for a coach and a team. It is a delicate balance between analytics, experience and gut feeling.</p><p>Some players will be automatic choices. Imagine France in a shootout without Kylian Mbappé or Argentina without Lionel Messi with the World Cup on the line.</p><p>“The guys who feel the most confident to go up and shoot will want to go shoot. I think that’s normal," Pulisic said. “We haven’t been in many shootouts with these guys, but like I feel it’s a pretty brave, courageous team.”</p><p>A shootout lineup should be decided and discussed well beforehand, and not a call for volunteers in the moment, Jordet said.</p><p>After Germany and Paraguay were still even after five penalty attempts each, Germany captain Joshua Kimmich asked his teammates who wanted to take the sixth. Jonathan Tah stepped up for the first penalty attempt of his career and launched the ball over the bar.</p><p>Players should rehearse the critical moment months ahead of time, Jordet said.</p><p>“Make sure that when you are called to take a kick, you have a strong and robust penalty technique, and you have a rehearsed and stable pre-shot routine that can help you lock your attention,” Jordet said. “With that type of focus, you have done what you can, and the outcome will be what it will be.”</p><p>___</p><p>AP Sports Writers Josh Dubow, Steve Douglas and James Robson 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/KIVYS6U2BNJW5GLQ5LY6FJGDHU.jpg?auth=7c8dd02afc7799328d2598a7fbced10d450645f3f9ad54a57250c83c88e87785&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherlands' Crysencio Summerville (24) reacts after missing a penalty as Morocco goalkeeper Yassine Bounou (1) walks past during the World Cup round of 32 soccer match between the Netherlands and Morocco in Guadalupe, near Monterrey, Mexico, Monday, June 29, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KHNHRBLTBVNST4KKOK3TYH7FKA.jpg?auth=cefa5525c2473d7eb8d8803cb6468afc39a460e40cd3f414e2053bc094aeaebd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Morocco goalkeeper Yassine Bounou (1) saves a penalty from Netherlands' Crysencio Summerville (24) during the World Cup round of 32 soccer match between the Netherlands and Morocco in Guadalupe, near Monterrey, Mexico, Monday, June 29, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ETTTLAVCTVDC5UKVNTAORSHN6A.jpg?auth=3b19602895627c5fc1ba4d86bcf30387831cec463f1e3ebe00cd50c4b92e1944&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay's Gustavo Gomez celebrates after winning the World Cup round of 32 soccer match between Germany and Paraguay in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></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[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[Vance and Rubio take different approaches as Iran tests their 2028 prospects]]></title><link>https://www.local10.com/news/politics/2026/06/30/vance-and-rubio-take-different-approaches-as-iran-tests-their-2028-prospects/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/vance-and-rubio-take-different-approaches-as-iran-tests-their-2028-prospects/</guid><dc:creator><![CDATA[By MATTHEW LEE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Vice President JD Vance and Secretary of State Marco Rubio appear to be staking out differing approaches to carrying out President Donald Trump’s national security agenda as the possible 2028 presidential rivals jostle for position in a divided Republican Party.]]></description><pubDate>Tue, 30 Jun 2026 21:06:51 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Vice President JD Vance and Secretary of State Marco Rubio appear to be staking out differing approaches to carrying out President Donald Trump’s national security agenda as the possible 2028 presidential rivals jostle for position in a divided Republican Party.</p><p>With vastly different backgrounds and policy experience, they have moved along separate paths to stake out territory: Rubio, the son of Cuban immigrants with a long history in the Senate and major interest in Latin America, and Vance, a child of the Midwest and Marine Corps veteran who served in the Senate for only two years before being tapped as Trump's 2024 running mate, with a message of opposing foreign wars.</p><p>While deferential to each other — and with the White House and State Department denying any suggestion of a rift — Vance and Rubio appear the most divergent on the Middle East.</p><p>In discussing Iran, Vance has several times been critical of Israel and its actions in Lebanon, saying Trump has been frustrated by Israeli actions against the Iranian-backed militant group Hezbollah that have angered Iran and made negotiations with Tehran more difficult.</p><p>Rubio, meanwhile, has remained supportive of Israel or held his tongue, particularly over the situation in Lebanon — an issue he has taken the lead on and resulted in a preliminary framework agreement last week.</p><p>Vance takes the lead on Iran negotiations and Rubio on Lebanon</p><p>"The talk about differences is not idle speculation," said Dan Fried, a former assistant secretary of state and ambassador to Poland who is now with the Atlantic Council, a Washington think tank. “There is definitely something to it.”</p><p>The White House fired back at any suggestions of a rift.</p><p>“Why is the legacy media obsessed with driving a wedge between Vice President Vance and Secretary Rubio that does not exist? There is one camp — President Trump’s camp — and the entire administration is fully behind the president’s efforts to ensure Iran can never possess a nuclear weapon,” White House spokeswoman Anna Kelly said.</p><p>State Department spokesman Tommy Pigott added that "Rubio and the entire administration is 100% in lockstep behind President Trump.”</p><p>Yet, according to Trump administration officials familiar with the matter, Rubio was so skeptical of obtaining an acceptable deal with Iran that he declined to head the U.S. delegation to the first ceasefire negotiations in April in Islamabad, Pakistan.</p><p>Vance, however, seeing an opportunity to burnish his foreign policy credentials, jumped on it, asking Trump twice to take the lead before Trump agreed, according to the officials, who spoke on condition of anonymity to discuss internal administration deliberations.</p><p>Vance did lead the U.S. delegation to the inconclusive meeting in Pakistan, then again this month to talks in Switzerland, which followed the signing of a memorandum of understanding between the U.S. and Iran. The truce agreed to in that document is very fragile, tested by repeated exchanges of fire between the sides in recent days.</p><p>“It’s rather unusual for the VP to be given the lead role in a negotiation, but it’s quite possible that Rubio is happy to let him. It’s a pig in a poke. It’s a loser job,” said Ian Kelly, a retired career diplomat and ambassador during the first Trump administration.</p><p>He added that both men seem to “have equal ambitions to replace” Trump, but that the president’s semi-joking comments this month that he would blame Vance if the Iran talks do not succeed appeared to suggest that he was being “set up for failure.”</p><p>Vance and Rubio deny any division between them</p><p>Vance has talked up the chances of success for a broad agreement with Iran, albeit with caveats, while Rubio, although publicly supportive, has repeatedly taken a more agnostic line while denying any division.</p><p>“We’re all focused on the jobs in front of us. I think the president loves to stir the pot a little bit and loves the entertainment of it,” Vance said.</p><p>“I love Marco,” he said. “I think he’s a great secretary of state. He’s become a very, very dear friend. I think both of us are very much focused on accomplishing the American people’s business right now.”</p><p>Rubio also has rejected that there is any schism.</p><p>“When it comes to foreign policy and national security, we have no drama. We have no games,” Rubio told reporters last week during a trip to Bahrain, the last of a three-nation tour of the Arab Gulf countries that have been most directly affected by the Iran war.</p><p>“We have a group of people that work very well together and closely to execute on the president’s directives, which is why I think we’ve had good outcomes and good achievements, and we’re going to continue to have good outcomes and good achievements,” Rubio said. “Everyone has an important role to play, and everyone is playing that role and doing it in a collaborative process.”</p><p>That has not stopped Trump from fanning the flames of potential rivalry, repeatedly asking crowds of supporters who they would prefer to succeed him and suggesting at one point they might be an unbeatable ticket.</p><p>There is little doubt that the men do not share the same worldview, however.</p><p>“Rubio speaks within the rubric of the Ronald Reagan construct of the free world and its importance,” Fried said. “Vance is not interested in the free-world construct. He speaks in the language of not wanting to fight what he believes are abstractions.”</p><p>Fried said it is impossible to predict how that would translate into policy but warned that “we’re headed toward a bad place in Iran, which is giving up any support for Iranian civil society and not being terribly good at containing Iran.”</p><p>“Instead, we seem to be allowing ourselves to be backed into a ‘sphere of influence’ situation where Iran is weaker but ends up better off than before. I can’t imagine Rubio agreeing to that,” Fried said.</p><p>Aides to Rubio point out that he has said several times he would defer to the vice president should Vance choose to run for the 2028 Republican presidential nomination.</p><p>At the same time, Rubio has used his dual perch as Trump's top diplomat and national security adviser to make over the National Security Council, installing several close allies in top White House positions in recent weeks.</p><p>Those include his former State Department counselor, Mike Needham, who is now deputy national security adviser. Also, Jeremy Lewin, who oversaw the dismantlement of the U.S. Agency for International Development for Rubio and took charge of foreign assistance last year, is soon to join the NSC as a deputy for the Western Hemisphere. The head of NSC communications, Dylan Johnson, also serves as assistant secretary of state for public affairs.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KZH55OI3HQ3W6ROQHWKKC2DJSE.jpg?auth=6e1f67bf32b13a4be1caf3bdda3d4bfb46405de7f1f5f2b26ba3dbbc8e6afc82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This combination of photos shows Secretary of State Marco Rubio, left, and Vice President JD Vance, right, on Jan. 21, 2025, in Washington. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content></item><item><title><![CDATA[The divided Supreme Court's birthright citizenship decision exposes sharp rifts among justices]]></title><link>https://www.local10.com/news/politics/2026/06/30/the-divided-supreme-courts-birthright-citizenship-decision-exposes-sharp-rifts-among-justices/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/the-divided-supreme-courts-birthright-citizenship-decision-exposes-sharp-rifts-among-justices/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The U.S. Supreme Court's divided ruling that children born in the U.S. are citizens under the Fourteenth Amendment — even if their parents are in the country unlawfully or only temporarily — exposed deep fissures in the justices' views on the issue and toward each other.]]></description><pubDate>Tue, 30 Jun 2026 20:56:16 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. Supreme Court's divided ruling that children born in the U.S. are citizens under the Fourteenth Amendment — even if their parents are in the country unlawfully or only temporarily — exposed deep fissures in the justices' views on the issue and toward each other.</p><p>The court's two Black justices notably had very different views on U.S. citizenship in the context of Reconstruction after the Civil War.</p><p>Tuesday's decision rejects an order President Donald Trump issued at the start of his second term, declaring that children born to people who are in the United States illegally or temporarily are not American citizens.</p><p>The majority, composed of Chief Justice Roberts and Justices Sonia Sotomayor, Elena Kagan, Amy Coney Barrett, and Ketanji Brown Jackson, determined that birth on U.S. soil plus being subject to U.S. law is enough for citizenship.</p><p>Several dissenters, including Justices Clarence Thomas and Samuel Alito, say birth alone is not enough — the child's parents must have a deeper political allegiance or relationship to the U.S.</p><p>Jackson’s direct disagreement with Thomas' dissent highlights a major rift between the legal minds. Here are the justices in their own words:</p><p>Chief Justice John Roberts</p><p>Much of Roberts' opinion was a history lesson on English common law, in which he concluded that birthright citizenship has always depended primarily on birthplace — not on parents’ immigration status or domicile.</p><p>“Citizenship, then and now, was the right to have rights — to freely participate in our political community. The Framers of the Fourteenth Amendment extended that promise to ‘every free-born person in this land,’” Chief Justice John Roberts wrote for the court, citing congressional debate over the amendment, “We keep that promise today.”</p><p>“We break no new ground today,” Roberts said on the bench as he read the court's majority opinion.</p><p>Justice Clarence Thomas</p><p>Thomas, who wrote the main dissent, disagreed with the majority's opinion and argued that American-born children are not automatically American citizens.</p><p>The basis of his argument, among other things, is that the court ignored evidence from Reconstruction debates that suggested citizenship depended on a deeper relationship to the country. After the Civil War, the U.S. underwent a series of political and constitutional battles over how to define the civil rights and citizenship status of formerly enslaved Black Americans.</p><p>“The Citizenship Clause was enacted for people who were born in this country and called it home. It was enacted for freed slaves such as Dred Scott, who had ‘a domicile’ here and therefore were entitled to sue as citizens,” Thomas wrote in his dissent, concluding that Reconstruction was a targeted remedy for freed slaves to restore citizenship to a wrongfully excluded group.</p><p>“In my view, the Citizenship Order is not facially unconstitutional,” Thomas wrote, referring to Trump's executive order. “The Order is consistent with the original meaning of the Citizenship Clause, at least insofar as it applies to children born to parents, here lawfully or unlawfully, who are not domiciled in the United States.”</p><p>Justice Ketanji Brown Jackson</p><p>Justice Ketanji Brown Jackson agreed with the opinion in full, but wrote to respond to Clarence Thomas' dissent, arguing that Thomas fundamentally misunderstands what the Reconstruction Amendments — the Thirteenth, Fourteenth, and Fifteenth Amendments — are trying to accomplish.</p><p>“Despite his longstanding endorsement of a ‘colorblind’ Constitution, Justice Thomas, now surprisingly suggests that the Citizenship Clause was a race-conscious remedial measure, relating only to ‘freed slaves such as Dred Scott’ — but that narrow vision of the Fourteenth Amendment bears little relationship to the history of its ratification.”</p><p>“The Reconstruction Amendments were an anti-caste, anti-subordination reset for the Nation, not a mere spot treatment for the dark stain of slavery.”</p><p>“The Court’s conception of a color-blind Constitution and the Government’s (and principal dissent’s) cramped, group-specific reading of the Citizenship Clause are two sides of the same coin, stemming from a basic misunderstanding of the relevant history.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J6EOEMF34EYVXP2T4FRA4MKAV4.jpg?auth=c2c758098daf3697143d53af5dacb6225ab20b5e2f3ef085a32bdd14dc0729d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Supreme Court is seen in Washington, May 18, 2026. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/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/MY3I65ZGJPLLIIMC4ABISEG27Y.jpg?auth=0bd022d53e498991fe270747986f4ab496fa41d09761f383ae12a87b25fb7d0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Supreme Court is seen Monday, June 29, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Egg producers will pay $3.3M and donate 53 million eggs to settle price fixing claims]]></title><link>https://www.local10.com/business/2026/06/30/egg-producers-will-pay-33m-and-donate-53-million-eggs-to-settle-price-fixing-claims/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/egg-producers-will-pay-33m-and-donate-53-million-eggs-to-settle-price-fixing-claims/</guid><dc:creator><![CDATA[By WYATTE GRANTHAM-PHILIPS, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The U.S. Justice Department and 17 states reached settlement agreements with three major egg producers this week to resolve allegations that the companies illegally colluded for years to raise prices, including when the cost soared to record highs last year.]]></description><pubDate>Tue, 30 Jun 2026 22:39:39 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The U.S. Justice Department and 17 states reached settlement agreements with three major egg producers this week to resolve allegations that the companies illegally colluded for years to raise prices, including when the cost soared to record highs last year.</p><p>The states and federal government accused Cal-Maine Foods, Versova and Hickman’s Egg Ranch of a behind-the-scenes arrangement to “artificially inflate the daily price quotations for eggs" between June 2022 and March 2025. In particular, their investigation found that the companies coordinated on what bids they would submit to Urner Barry Publications, a company that runs an index key to determining how much grocery stores, restaurants and others pay for billions of eggs each year.</p><p>In turn, that meant “higher prices for eggs sold to consumers,” alleged the complaint, which was filed in Iowa on Monday, the day the settlement terms were announced.</p><p>“When powerful corporations collude behind the scenes to raise prices, working families suffer the costs,” New York Attorney General Letitia James, who helped lead the investigation, said in a statement. “These egg producers manipulated the market to squeeze even more profit out of consumers and businesses."</p><p>None of the companies admitted wrongdoing under the settlements. But to settle the states' claims, Cal-Maine, Versova and Hickman's will collectively be on the hook for $3.3 million and 53 million eggs, James and others said. Those eggs would be donated by the companies and make their ways to food banks and nonprofits. The money will be distributed to the states.</p><p>The Justice Department and the states also outlined actions the companies will need to take, including adopting antitrust compliance programs and banning communicating with competitors on pricing and bidding strategies.</p><p>The settlements would still need court approval. The Justice Department's Omeed A. Assefi said Tuesday that the proposed settlements “resolve years of conduct that dragged on Americans’ finances and their everyday lives.”</p><p>Average U.S. egg prices soared to a record high of about $6.23 per dozen in March 2025, amid a bird flu epidemic that forced farmers to slaughter millions of egg-laying chickens. Egg producers blamed price spike on the outbreak, but critics accused big companies of taking advantage of their market dominance and the government began its investigation.</p><p>Monday’s complaint notes that price quotations “dropped significantly” after Cal-Maine, Versova and Hickman’s learned of the Justice Department’s investigation and were instructed to preserve documents in March 2025. Consumer egg prices also later tumbled — to under $2.20 per dozen as of May 2026 — as replenished flocks caught up despite the ongoing outbreak.</p><p>Cal-Maine maintained Monday that allegations of price manipulation were “baseless” and that it believes its conduct has been legal. It also noted that while it was part of a cooperative with the other egg producers, it left the group in May 2024.</p><p>Still, Cal-Maine CEO Sherman Miller said the company's settlement agreement “enables us to move forward so we can devote our full attention to what matters most: delivering affordable, high-quality eggs and egg-based prepared foods to consumers nationwide.”</p><p>Miller added the period the Justice Department reviewed “was a particularly challenging time” — noting that, beyond avian flu, the COVID-19 pandemic, weather and other market conditions have contributed to temporary supply shocks and high prices in recent years. He said Cal-Maine “took numerous steps to protect and grow its hen flock” in that time.</p><p>Versova echoed a similar sentiment, particularly pointing to the toll the bird flu has had on its farmers, who it noted “don’t set the wholesale price of eggs.” Instead, Versova said the price of most of its eggs depends on cost fluctuations of grain used in hen feeds.</p><p>Meanwhile, Hickman's owner Mantiqueira USA, which acquired the egg producer in November, said the “conduct referenced in the complaint predates our acquisition," noting that it is committed to complying with the law.</p><p>Some advocacy groups say the proposed settlements aren't enough.</p><p>“Consumers paid record prices while dominant egg producers reported extraordinary profits, yet the result is another settlement that corporations can treat as the cost of doing business rather than meaningful accountability,” said Angela Huffman, president of Farm Action.</p><p>Cal-Maine — the only of the three companies that is public and reports quarterly financials — reported a profit of $1.22 billion for the 2025 fiscal year. Under its settlement agreement with the states, the company would pay $1.5 million and donate 30 million eggs.</p><p>Meanwhile, per court documents, Versova would provide 20 million eggs and $800,000, and Hickman's would be on the hook for 3.25 million eggs and $1 million.</p><p>In addition to New York, these states were party to the settlement agreements: Arizona, California, Colorado, Connecticut, Florida, Hawaii, Iowa, Maryland, Minnesota, North Carolina, Ohio, Pennsylvania, Texas, Utah, Vermont, and Wisconsin.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IHI3PBFFNL3NBDX6YNUUO5UFBY.jpg?auth=f390f2e55e476f0267022d535f9644c135dfd98f370fc3a1afebac3856a8f60f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Eggs are for sale at a grocery store Tuesday, Feb. 10, 2026, in Chicago. (AP Photo/Erin Hooley,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content></item><item><title><![CDATA[US set for a round of 32 World Cup game with Bosnia-Herzegovina as knockout play begins]]></title><link>https://www.local10.com/sports/2026/06/30/us-set-for-a-round-of-32-world-cup-game-with-bosnia-herzegovina-as-knockout-play-begins/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/us-set-for-a-round-of-32-world-cup-game-with-bosnia-herzegovina-as-knockout-play-begins/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[SAN JOSE, Calif. (AP) — The U.S. team spent Monday like millions of other interested followers of the World Cup, watching thrilling games from other venues that included a major upset with Germany falling to Paraguay, three games that went down to the wire and two nervy shootouts.]]></description><pubDate>Tue, 30 Jun 2026 20:41:42 +0000</pubDate><content:encoded><![CDATA[<p>SAN JOSE, Calif. (AP) — The U.S. team spent Monday like millions of other interested followers of the World Cup, watching thrilling games from other venues that included a major upset with Germany falling to Paraguay, three games that went down to the wire and two nervy shootouts.</p><p>Then the reality quickly set in that they would soon be back in the spotlight themselves, with a round of 32 match against Bosnia-Herzegovina on Wednesday that will go a long way to determining how successful this World Cup will be.</p><p>“In the moment you’re a fan, and then afterward you realize that this is also the same tournament that we’re playing. I think it’s a weird dynamic,” U.S. defender Chris Richards said Tuesday before the team's final practice ahead of the knockout round. “But we saw an upset yesterday, so it’s making sure that we don’t allow that to happen to us.”</p><p>After starting the tournament with convincing wins over Paraguay and Australia that clinched the top spot in the group before a meaningless loss to Turkey last week, the Americans enter this knockout round as the favorites to advance for a change against a Bosnian team that has never made it past the group stage before this year.</p><p>US has only one World Cup knockout round win ever</p><p>But history is against the team as the U.S. men have had little success in the past in the knockout round of the World Cup or against European opposition.</p><p>While the Americans made it to the semifinals at the inaugural tournament in 1930 by winning their group, their only win ever in a knockout round came in 2002 when they beat rival Mexico 2-0 in South Korea before losing to Germany in the quarterfinals.</p><p>In the eight other tournaments since the U.S. returned to the World Cup in 1990 for the first time in 40 years, the U.S. lost its first knockout game — the round of 16 instead of the round of 32 — four times, failed to make it out of the group three times and failed even to qualify in 2018.</p><p>Christian Pulisic said the approach doesn't change in this round and that mood around the team remains light even with the high stakes in this part of the tournament. Pulisic said he's healthy and ready to start after missing one game with a calf injury and playing the last game as a second-half substitute.</p><p>“You just want to extend it as long as you can, because some of the best memories I have in my life was last World Cup in Qatar,” Pulisic said. “Now being here, it’s just special to be here. You just don’t want it to end. So there’s definitely a lot of enthusiasm within the team.”</p><p>US has struggled against European teams</p><p>The U.S. lost its knockout game four years ago to the Netherlands 3-1. That came after a 2-1 loss to Belgium in 2014 and is part of a long run of futility against European teams.</p><p>The U.S. is 1-13-7 against European teams at the World Cup since 1990, with the only win coming in 2002 in the opener against Portugal. The Americans are winless in their last 13 matches against European squads at the tournament since then.</p><p>While Bosnia, 61st in the FIFA rankings, lacks the pedigree of many of those past European opponents, the Americans know this matchup won't be easy. The Bosnians secured a spot in the World Cup for the second time ever by winning penalty shootouts against Wales and four-time World Cup champion Italy in the European playoffs and then advanced out of the group thanks to a draw in Toronto against host Canada and a 3-1 win over Qatar.</p><p>“Every team brings different challenges,” Richards said. “Ultimately the Bosnia team, they were good defensively and good going forward. It’s making sure that we take care of business on both ends. They have a very experienced attack so it’s making sure we do our best in the back to take that away from them.”</p><p>With a victory on Wednesday, the U.S. team would advance to the round of 16 next Monday in Seattle against the winner of Wednesday's game between Belgium and Senegal.</p><p>It only gets tougher after that with powerhouses like Spain still alive in their half of the bracket, but the results so far in this tournament with teams like Germany and the Netherlands getting knocked out early show what's possible.</p><p>“It’s our chance to go farther in this tournament,” Richards said. “We’ve seen two big boys fall. So it’s just a matter of us getting through this game and putting in a good performance and hopefully we continue that. It’ll start to open up. So it is very exciting for us.”</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/JLXLTF46HECQC5R7FCWVRGK3IY.jpg?auth=6df0d8ccaeb1437d796df21ac7f744acb9111d5af4ad342f3481535c61db528d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Chris Richards smiles during a training session ahead of a FIFA World Cup match against Turkey in Irvine, Calif., Wednesday, June 24, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WPZ2QCQTJ5U6NWCEOQQO3VOYZA.jpg?auth=70886d5fff947951aab68c4179c36c22502688192683b7b1573f933dac25b19b&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 to 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/3H7X5AB4FBMBHYRZOODFQ3ZYKI.jpg?auth=1e531ad491dcfd3005bbb491e11b996a9b48d93b4453a73685f68c4b5df18926&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Miles Robinson, front left, warm up with teammates during 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/FAFZ432PIM7U5N2HNCBN2GINIU.jpg?auth=87805a058b5f3c3135f4c3f9b16cd4506102f8e17219669952012add97cb0577&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Gio Reyna, center and teammates warm up during 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/DMD6LZZDQFXRDTMTWQKIN7I4NU.jpg?auth=63dcee750c9384195e1a73126c8dc2058c7b74ccef58afeb9a6a7af27a0bfcad&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 steps over a sprinler during 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></item><item><title><![CDATA[Book that Tupac Shakur murder suspect wrote is clear for use in the trial, judge rules]]></title><link>https://www.local10.com/entertainment/2026/06/30/book-that-tupac-shakur-murder-suspect-wrote-is-clear-for-use-in-the-trial-judge-rules/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/30/book-that-tupac-shakur-murder-suspect-wrote-is-clear-for-use-in-the-trial-judge-rules/</guid><dc:creator><![CDATA[By JESSICA HILL, Associated Press]]></dc:creator><description><![CDATA[LAS VEGAS (AP) — A book co-written by the man who prosecutors allege ordered the 1996 killing of rap icon Tupac Shakur can be used in trial, a judge ruled Tuesday.]]></description><pubDate>Tue, 30 Jun 2026 20:47:57 +0000</pubDate><content:encoded><![CDATA[<p>LAS VEGAS (AP) — A book co-written by the man who prosecutors allege ordered the 1996 killing of rap icon Tupac Shakur can be used in trial, a judge ruled Tuesday.</p><p>The defense attorney for Duane “Keffe D” Davis tried to bar the 2019 memoir “Compton Street Legend” from being used in trial, which is scheduled to begin Aug. 10, as well as statements Davis had made to police in 2008 and 2009.</p><p>Davis, 63, faces one charge of murder with a deadly weapon with the intent to promote, further or assist a criminal gang in the drive-by shooting of the rapper in Las Vegas.</p><p>Shakur was in a black BMW on Sept. 7, 1996, in Las Vegas with Death Row Records founder Marion “Suge” Knight when a white Cadillac pulled up beside them at a red light near the Las Vegas Strip, and gunfire erupted. Shakur was shot multiple times and died six days later, while Knight survived with minor injuries.</p><p>Shakur’s death is considered one of the most notorious unsolved murders in the United States. The case had gone cold until Davis began making public statements about it, including in a book he co-wrote in which he said he was in the Cadillac and provided the weapon used to shoot Shakur. The book revived detectives’ investigation, and Davis was arrested in September 2023. Davis pleaded not guilty.</p><p>The state’s case hinges on the book Davis co-authored about his time in the gang South Side Compton Crips and statements he made in YouTube interviews.</p><p>Michael Sanft, his attorney, argued that the book was fictionalized to make a profit, and that it was unclear which parts — if any — Davis actually wrote. He also argued that statements Davis made to police in 2008 and 2009 should not be used in trial because Davis thought he had immunity due to a proffer agreement that allowed him to speak to detectives without being prosecuted.</p><p>Judge Carli Kierny determined that Davis adopted the statements in the book as his own, regardless if he wrote the whole book. She said he made multiple statements describing the book as the “real truth.” She also found the statements he made to law enforcement to be voluntary, but expressed concern that Davis was told in 2008 that he would not be prosecuted for what he said in the interview.</p><p>Marc DiGiacomo, chief deputy district attorney in Clark County, said those interviews were no longer considered inadmissible when Davis chose to write and speak about the events. The state has the right to prove that what Davis wrote is true by using those interviews, he said.</p><p>“Had he decided to never write the book, he would not, probably, have ever been prosecuted for the crime,” DiGiacomo said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RFDZCTKQIVGCDZDSMHBFDKB4JE.jpg?auth=ac54ee54b5c8ed7582bfb4f7a3acfe0489166c994da5698d1883e047927a2c33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rapper Tupac Shakur attends a voter registration event in South Central Los Angeles on Aug. 15, 1996, left, and Duane "Keffe D" Davis appears in District Court for his involvement in the 1996 killing of Shakur in Las Vegas on Feb. 18, 2025. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Supreme Court upholds birthright citizenship, rejecting Trump’s proposed limits]]></title><link>https://www.local10.com/news/2026/06/30/supreme-court-upholds-birthright-citizenship-rejecting-trumps-proposed-limits/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/30/supreme-court-upholds-birthright-citizenship-rejecting-trumps-proposed-limits/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A divided Supreme Court on Tuesday upheld a broad conception of birthright citizenship, rejecting President Donald Trump’s executive order declaring that children born to people who are in the United States illegally or temporarily are not American citizens.]]></description><pubDate>Tue, 30 Jun 2026 17:11:11 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A divided Supreme Court on Tuesday upheld a broad conception of birthright citizenship, rejecting President Donald Trump’s executive order declaring that children born to people who are in the United States illegally or temporarily are not American citizens.</p><p>By a 6-3 vote, the court struck down Trump’s order. A bare majority of five justices, in an opinion written by Chief Justice John Roberts, held that the long-settled understanding of the 14th Amendment, adopted after the Civil War, makes a citizen of anyone born in the country, with very limited exceptions,</p><p>“Citizenship, then and now, was the right to have rights—to freely participate in our political community. The Framers of the Fourteenth Amendment extended that promise to ‘every free-born person in this land,’” Chief Justice John Roberts wrote for the court, citing congressional debate over the amendment, “We keep that promise today.”</p><p>A sixth justice, Brett Kavanaugh, disagreed about the constitutional ruling, but pointed to a federal law that he said broadly conveys birthright citizenship.</p><p>Justices Samuel Alito, Neil Gorsuch and Clarence Thomas would have upheld Trump’s proposed restrictions.</p><p>“The Court today takes the extraordinary step of holding facially unconstitutional the President’s Order excluding from citizenship the children of foreign temporary visitors and illegal aliens,” Justice Clarence Thomas wrote in a 91-page dissent, more than three times as long as Roberts’ opinion. “In doing so, the Court adds to the sad history of the Fourteenth Amendment, which was designed and understood to secure equal rights for the freed blacks but has instead been repurposed for political projects that the Reconstruction Congress did not support.”</p><p>The Republican president’s restrictions had been blocked by several lower courts and had not taken effect anywhere in the U.S.</p><p>Trump said the decision was “too bad for our Country” and wrongly suggested that Congress could “easily” address it with legislation. The majority decision rests on constitutional grounds. It would take an amendment to overcome the decision.</p><p>During arguments in April, both conservative and liberal justices questioned the order’s legality in a momentous case that was magnified by Trump’s unprecedented attendance in the courtroom.</p><p>The case framed another test of Trump’s assertions of executive power that defy long-standing precedent for a court with a conservative majority and a robust view of presidential power that has largely ruled in his favor. In the notable exceptions when the court has not, Trump has responded with starkly personal criticisms of the justices.</p><p>The justices ruled on Trump’s appeal of a lower-court ruling from New Hampshire that struck down the citizenship restrictions.</p><p>The birthright citizenship order, which Trump signed on the first day of his second term, is part of his administration’s broad immigration crackdown.</p><p>Birthright citizenship was the first Trump immigration-related policy to reach the court for a final ruling. The justices previously struck down global tariffs Trump had imposed under an emergency powers law that had never been used that way.</p><p>Trump reacted furiously to the late February tariffs decision, saying he was ashamed of the justices who ruled against him and calling them unpatriotic.</p><p>He also seemed to recognize the court was likely to rule against him on birthright citizenship, too, using his Truth Social platform to criticize “dumb judges and justices” and wealthy pregnant women from China and elsewhere who come to the U.S. to give birth so their newborns will have American citizenship.</p><p>Trump’s order would have upended widely held views that the 14th Amendment confers citizenship on everyone born in the U.S., excluding only the children of foreign diplomats and those born to a foreign occupying force.</p><p>The amendment was intended to ensure that Black people, including former slaves, had citizenship, though the Citizenship Clause is written more broadly. “All persons born or naturalized in the United States, and subject to the jurisdiction thereof, are citizens of the United States and of the State wherein they reside,” it reads.</p><p>In a series of decisions, lower courts have struck down Trump’s executive order as illegal. The decisions have invoked the high court’s 1898 ruling in Wong Kim Ark, which held that the U.S.-born child of Chinese nationals was a citizen.</p><p>Roberts, joined by Justice Amy Coney Barrett and the three liberal justices, said the amendment’s language, the historical context and the 1898 case make clear that children born to parents illegally or temporarily in the U.S. “are citizens at birth.”</p><p>But there was only a bare majority of five justices on the constitutional question.</p><p>Kavanaugh sided with the majority because of a federal law that makes those children citizens. But he joined the dissenters in finding that Trump’s order does not violate the Constitution. His view would enable a future Congress to change the law to restrict birthright citizenship.</p><p>The Trump administration had argued that the common view of citizenship is wrong, asserting that children of noncitizens are not “subject to the jurisdiction” of the United States and therefore are not entitled to citizenship.</p><p>More than one-quarter of a million babies born in the U.S. each year would have been affected by the executive order, according to research by the Migration Policy Institute and Pennsylvania State University’s Population Research Institute.</p><p>While Trump has largely focused on illegal immigration in his rhetoric and actions, the birthright citizenship restrictions also would have applied to people who are legally in the United States, including students and applicants for green cards, or permanent resident status.</p><p>___</p><p>Follow the AP’s coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded></item><item><title><![CDATA[Takeaways from Supreme Court term: Trump's power is enhanced, but he lost some high-profile cases]]></title><link>https://www.local10.com/news/politics/2026/06/30/takeaways-from-supreme-court-term-trumps-power-is-enhanced-but-he-lost-some-high-profile-cases/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/takeaways-from-supreme-court-term-trumps-power-is-enhanced-but-he-lost-some-high-profile-cases/</guid><dc:creator><![CDATA[By MARK SHERMAN and LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump didn't get what he wanted in some of the biggest Supreme Court cases this year: tariffs, birthright citizenship and the attempted firing of Federal Reserve governor Lisa Cook.]]></description><pubDate>Tue, 30 Jun 2026 20:18:25 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump didn't get what he wanted in some of the biggest Supreme Court cases this year: tariffs, birthright citizenship and the attempted firing of Federal Reserve governor Lisa Cook.</p><p>But he also emerged from the term with even greater power.</p><p>His immigration crackdown was largely upheld, his call to redistrict for partisan advantage marched ahead and his ability to control federal regulatory agencies expanded dramatically when the court overturned a 90-year-old precedent. The court's conservative majority also seemed willing to look past Trump’s invocation of racial tropes and boundary-pushing moves as it handed down decisions in line with its own conception of a powerful presidency.</p><p>The conservative majority seems fully behind the unitary executive theory</p><p>The court's ruling Monday gave the president effective control over independent regulatory agencies by allowing him to fire their leaders at will.</p><p>Several federal laws, some more than 100 years old, sought to protect agency independence by requiring the president to identify a cause, like negligence, before firing the leaders. The court struck down those provisions as unconstitutional limits on presidential power.</p><p>The decision could give the president the ability to reshape agencies Congress created to operate independently of the executive branch. It also could be a threat to the federal workforce, well below top executives, that has been covered by the civil service system, if future decisions allow the president to fire lower-level workers.</p><p>One agency that still appears beyond Trump's reach is the Federal Reserve. Though many experts have said there is no principled distinction, the court ruled Monday that the Fed's leadership can't be fired at will. It said Cook can remain in her job while she challenges efforts to oust her over allegations of mortgage fraud, which she denies.</p><p>The Voting Rights Act has been hollowed out</p><p>It was the crown jewel of the Civil Rights Movement: the 1965 federal law that finally opened the ballot box to Black Americans and other minorities and eventually led to the election of thousands of Black officeholders across the country.</p><p>But since 2013, the court has systematically and severely cut back on the ability of minority voters to invoke the law's protections to challenge election changes, saying the need for those protections had largely passed.</p><p>In April, the court made it much harder for minority voters to challenge electoral districts that result in reduced opportunity to elect candidates of their choosing, unless they can effectively prove intentional racial discrimination.</p><p>The decision meshed with Trump's call for Republicans to redraw as many districts as possible to try to hold on to their slim majority in the House.</p><p>Alabama, Louisiana and Tennessee eliminated largely Black districts in response to the decision, including an Alabama district that was created in response to a Supreme Court ruling three years ago.</p><p>The immigration crackdown has been at the center of Trump's agenda</p><p>The Trump administration notched a series of wins on immigration this term: The justices allowed the Department of Homeland Security to end deportation protections for hundreds of thousands of Venezuelans and Haitians and to employ a restrictive policy limiting the number of people seeking asylum each day at the southern border.</p><p>They also allowed border officers wider latitude in cases of green-card holders accused of crimes, in a case that started during the Obama administration.</p><p>In the birthright citizenship case, Trump pushed for limits no president had sought before, and certainly not through an executive order that would bypass Congress. In the end, six justices ruled he had gone too far.</p><p>But four justices adopted the administration's reading of the 14th Amendment that it would permit denying citizenship to children born to parents who are in the country illegally or temporarily.</p><p>Trump's crude racial and religious stereotypes get a pass from the court</p><p>Conservative justices have repeatedly discounted or taken the best possible view of Trump’s words and actions. Critics call it sanewashing.</p><p>In last week's decision stripping protections from Haitian migrants, Justices Samuel Alito and Elena Kagan sparred over the role of race in Trump's statements depicting Haitians as “poisoning our blood” and amplifying false rumors of them eating people's pets in Springfield, Ohio, among other graphic comments.</p><p>“None of the cited statements by either the President or the Secretary was overtly racial,” Alito wrote, contending they could have neutral explanations.</p><p>Kagan countered: “The statements fairly shout, in their racial undertones and overtones alike, that race entered into the President’s resolve to remove Haitians from this country.”</p><p>The findings echo the 2018 travel ban case where Chief Justice John Roberts said Trump's comments about Muslims were beside the point in the court's review of a “Presidential directive, neutral on its face, addressing a matter within the core of executive responsibility.”</p><p>Justice Sonia Sotomayor saw things differently. “The full record paints a far more harrowing picture, from which a reasonable observer would readily conclude that the Proclamation was motivated by hostility and animus toward the Muslim faith,” she wrote.</p><p>The court also looked past the allegations against Trump when it ruled for him in the 2024 case that helped him avoid prosecution. Two of Trump's appointees, Neil Gorsuch and Brett Kavanaugh, had little interest in discussing Trump's effort to undo the 2020 election results and the Jan. 6, 2021, riot at the Capitol that followed. “We’re writing a rule for the ages," Gorsuch said. Kavanaugh added later: “I’m not focused on the here and now of this case. I’m very concerned about the future."</p><p>The court rejected Trump's global tariffs</p><p>A six-justice majority of three liberal and three conservative justices ruled in February that an emergency powers law doesn’t let Trump bypass Congress. No president had ever tried the tactic before.</p><p>Trump responded to the loss by sharpy criticizing the justices who ruled against him, referring to those he nominated as an “embarrassment to their families.”</p><p>Meanwhile, he has continued threatening tariffs under other authorities. And new tariffs he imposed in response to the high-court ruling remain in effect even as they, too, have been challenged.</p><p>Gun rights get a modest boost</p><p>The justices backed Second Amendment rights in a pair of rulings. One found that people can't be barred from owning firearms just because they regularly use marijuana. While the federal ban wasn't often enforced in broad terms, the court's decision recognized that cannabis is now used by millions of people and said it can't automatically be considered dangerous.</p><p>Another decision struck down a Hawaii law that had required people to get permission to carry guns into stores and hotels. A handful of other states have similar laws, some of which have already been blocked in court.</p><p>They're the latest in a line of gun cases to reach the court since the justices expanded Second Amendment rights in a landmark 2022 decision.</p><p>And a major new case on gun rights is looming. The court also announced Tuesday it will decide whether state and local bans on semiautomatic rifles commonly known as assault weapons violate the Second Amendment.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6XNYNY7C5PEWVFGNA6R2DG3JWQ.jpg?auth=60fe7f399593f0c27955bf24cade10bec7eccad467d284b0f308bba8455946e8&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 ruling on birthright citizenship, 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/2JQL2WQPZ57CM2N46EIBUUPLLY.jpg?auth=576eeef347118f7ff58d66731f6a4e669084591479d09b395fa33516d2b85295&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Supreme Court is seen Tuesday, June 30, 2026, on Capitol Hill in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/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></item><item><title><![CDATA[Rio bus drivers and workers throughout Brazil demand shorter work week as lawmakers examine proposal]]></title><link>https://www.local10.com/business/2026/06/30/rio-bus-drivers-and-workers-throughout-brazil-demand-shorter-work-week-as-lawmakers-examine-proposal/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/30/rio-bus-drivers-and-workers-throughout-brazil-demand-shorter-work-week-as-lawmakers-examine-proposal/</guid><dc:creator><![CDATA[By ELÉONORE HUGHES and MAURICIO SAVARESE, Associated Press]]></dc:creator><description><![CDATA[RIO DE JANEIRO (AP) — Hundreds of bus drivers on strike protested in downtown Rio de Janeiro on Tuesday, demanding better conditions, increased pay and an end to the six-day working week. They are also part of a broader movement of workers pushing to guarantee Brazilians two days off a week.]]></description><pubDate>Tue, 30 Jun 2026 20:12:28 +0000</pubDate><content:encoded><![CDATA[<p>RIO DE JANEIRO (AP) — Hundreds of bus drivers on strike protested in downtown Rio de Janeiro on Tuesday, demanding better conditions, increased pay and an end to the six-day working week. They are also part of a broader movement of workers pushing to guarantee Brazilians two days off a week.</p><p>“You can’t spend quality time or go out with your family, give attention to your children, visit relatives, or have a day like going to a restaurant to have lunch together," said Alexandre Garrido, 49, who has been a bus driver for 20 years.</p><p>A proposal to limit the working week to five days is currently in the hands of the Senate after approval from a lower house in May, and is backed by President Luiz Inácio Lula da Silva as part of his reelection bid in October.</p><p>Currently, many Brazilians work five eight-hour days and another four hours on a sixth day. Others have two days off but still work a total of 44 hours per week. The constitutional amendment seeks to establish a 40-hour weekly limit without reducing pay.</p><p>If approved, it would transform the lives of millions of mostly poor Brazilians and likely give a boost to Lula’s campaign. Other Latin American countries have made similar reforms, while Argentina has moved in the opposite direction.</p><p>“Those who support working six days a week are in favor of modern slavery,” said Rick Azevedo, a city councilor in Rio who attended the protest Tuesday and who founded the movement Life Beyond Work, one of the driving forces behind the measure.</p><p>In addition to the bus drivers' strike called by a local union, which emphasizes increased pay as their main demand, Azevedo's movement also organized protests across Brazil on Tuesday.</p><p>Lower income workers most affected</p><p>About 14 million Brazilians work six days a week, including 26-year-old Fernanda Sousa. Every day except Tuesdays, she makes her way down the sprawling Rocinha favela at around 5:30 a.m., drops off her 6-year-old son at his godmother's, and takes the metro to the wealthy neighborhood of Gavea to serve Brazilian cheese bread and other snacks in a bistro.</p><p>“Going to work on a Sunday when everyone is with their families breaks my heart,” Sousa said, as she made her way home on a recent Friday night, her son in tow. She said she also struggles to balance employment and housework — a predicament shared by many women around the world but accentuated by the longer workweek.</p><p>Different studies in Brazil show workers of lower income and in lower-skilled jobs are more often bound to the grueling 44-hour schedule.</p><p>Matheus Paulo Costa da Silva, 28, works as a home furnishings store supervisor in Rio. He recently tried to attend an evening IT course, but fatigue stopped him.</p><p>“I can’t see my family, I can’t go to the gym, I can’t study. I live to work,” said da Silva.</p><p>Businesses are reluctant</p><p>Lawmaker Erika Hilton, who led the way for Brazil's lower house to approve the amendment in May, said even some of her conservative adversaries now support the changes, though other opponents seek to kill the move in the Senate.</p><p>“Ending the six-day workweek allows us to care for workers who are under attack since Brazil’s slavery days,” said Hilton, in a reference to a period of almost 400 years that ended in 1888.</p><p>Workers should be able to travel, go to the beach, attend church or spend time with their friends in their spare time, she added.</p><p>Brazil's businesses, however, are sounding the alarm. The country’s National Confederation of Industry argues the annual labor costs could jump by up to 267 billion reais ($52 billion), an increase of up to 7%, if the current workweek is reduced. That alone could slow the South American nation's economy by 0.7%, the confederation says.</p><p>Experts say small businesses could be hit hardest. Sebrae, an institution that supports them, says they make up about 97% of enterprises in Brazil, providing half of the country's formal jobs.</p><p>Marcelo Pierini, the 52-year-old owner of a pie restaurant in downtown Sao Paulo, is already worried. He employs five people, closes only on Sundays, and has thin profit margins.</p><p>“This change could mean one of two things: closing on Mondays and losing some profit or sharing my bill with the customers,” Pierini said. “It is hard. I want some rest too, but I can't afford it.”</p><p>___</p><p>Savarese reported from Sao Paulo.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S7GGHSO5FTMNGQKMVZG3XQFTXA.jpg?auth=f1ec1a6796d2e89f61f0c84f1c9cefc68ec4ebdfb9793885ea119c61cc50a984&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matheus Paulo da Costa Silva leaves home for work in Rio de Janeiro, Friday, May 29, 2026. (AP Photo/Bruna Prado)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruna Prado</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GPPOG3K4BYOBA6RJNTAXIZ2HJI.jpg?auth=1002d74664f1ae2f0be92c95a9c063cca298a980c16532f8a0104dddf8f363ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matheus Paulo da Costa Silva listens to music while taking a bus to work in Rio de Janeiro, Friday, May 29, 2026. (AP Photo/Bruna Prado)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruna Prado</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BKMEUPLBFGN7TRYOTKBPRONCC4.jpg?auth=1b26e7db54963b3702f807923d929086538816ff9e05cb71f76b43dd6a2278f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Thainara Goncalves waits for a bus to go to work at the Sao Conrado neighborhood, in Rio de Janeiro, Thursday, June 11, 2026. (AP Photo/Bruna Prado)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruna Prado</media:credit></media:content></item><item><title><![CDATA[Junta ofrece acuerdo de $3.000 millones para reestructurar deuda de eléctrica de Puerto Rico]]></title><link>https://www.local10.com/espanol/2026/06/30/junta-ofrece-acuerdo-de-3000-millones-para-reestructurar-deuda-de-electrica-de-puerto-rico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/junta-ofrece-acuerdo-de-3000-millones-para-reestructurar-deuda-de-electrica-de-puerto-rico/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN, Puerto Rico (AP) — Una junta federal que supervisa las finanzas de Puerto Rico anunció el martes que ofreció un acuerdo de 3.000 millones de dólares a los tenedores de bonos, en un nuevo impulso para finalmente reestructurar más de 10.000 millones de dólares en deuda de la compañía eléctrica de la isla.]]></description><pubDate>Tue, 30 Jun 2026 20:06:56 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — Una junta federal que supervisa las finanzas de Puerto Rico anunció el martes que ofreció un acuerdo de 3.000 millones de dólares a los tenedores de bonos, en un nuevo impulso para finalmente reestructurar más de 10.000 millones de dólares en deuda de la compañía eléctrica de la isla.</p><p>La junta propone pagar en efectivo y ofrecer la emisión de nuevos bonos a los tenedores que no han llegado a un acuerdo y que reclaman unos 8.500 millones de dólares.</p><p>El plan ofrece 1.400 millones de dólares más de lo ofrecido previamente.</p><p>La Autoridad de Energía Eléctrica de Puerto Rico ha intentado reestructurar su deuda durante casi una década, después de que el territorio de Estados Unidos anunció en 2015 que no podía pagar su deuda de más de 70.000 millones de dólares. Eso llevó al Congreso estadounidense a crear la junta federal en 2016. Un año después, el gobierno de Puerto Rico se acogió a la mayor quiebra municipal en la historia del país.</p><p>Desde entonces, la junta y los acreedores de la compañía eléctrica están enfrentados por la compensación, y han fracasado múltiples intentos de mediación.</p><p>Robert F. Mujica Jr., director general de la junta, afirmó que “Puerto Rico debe poder cerrar este último capítulo de su crisis fiscal y avanzar”.</p><p>Subrayó que reestructurar la deuda de la compañía “es esencial para la recuperación de Puerto Rico — para contar con electricidad confiable y asequible, y con la nueva inversión que sus residentes y empresas merecen”.</p><p>La junta reconoció que aún no ha identificado la fuente para financiar el acuerdo propuesto.</p><p>A algunos les preocupa que los fondos puedan provenir de un aumento en las facturas de electricidad, que ya se encuentran entre las más altas de cualquier jurisdicción de Estados Unidos, mientras persisten los apagones crónicos.</p><p>La junta señaló que los acuerdos previos alcanzados con varios acreedores y algunos tenedores de bonos en el caso de la compañía eléctrica siguen vigentes.</p><p>La junta indicó que, en general, ha completado 12 reestructuraciones de deuda para el gobierno de Puerto Rico, eliminando más de 55.000 millones de dólares en pagos de deuda a lo largo de 40 años.</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/HSZV2XSISLMZL3QGA7HRYLDRZY.jpg?auth=0af71ea84b1684f8b55ee92be65019f05651cc84fea0f05f71cb7db67e06ca13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Una bandera puertorriqueña ondea frente al edificio del Capitolio en San Juan, Puerto Rico, el 29 de julio de 2015. (Foto AP/Ricardo Arduengo, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Arduengo</media:credit></media:content></item><item><title><![CDATA[Inter Miami, Marlins, Dolphins join relief efforts to help Venezuela earthquake victims]]></title><link>https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[South Florida professional sports teams are stepping up to help communities in Venezuela after two back-to-back earthquakes recently left nearly 1,500 people dead and thousands more impacted.]]></description><pubDate>Tue, 30 Jun 2026 18:33:11 +0000</pubDate><content:encoded><![CDATA[<p>South Florida professional sports teams are stepping up to help communities in Venezuela after back-to-back powerful earthquakes last week left nearly 1,500 people dead and thousands more impacted</p><p><b>INTER MIAMI</b></p><p>The Inter Miami CF Foundation, in partnership with the city of Doral and <a href="https://www.globalempowermentmission.org/mission/venezuela-earthquakes/" target="_self" rel="" title="https://www.globalempowermentmission.org/mission/venezuela-earthquakes/">Global Empowerment Mission</a>, is collecting essential relief supplies for victims through a donation drive at Nu Stadium on Wednesday. </p><p><a href="https://www.local10.com/espanol/2026/06/30/inter-miami-marlins-y-dolphins-se-unen-a-esfuerzos-de-ayuda-para-victimas-del-terremoto-en-venezuela/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/inter-miami-marlins-y-dolphins-se-unen-a-esfuerzos-de-ayuda-para-victimas-del-terremoto-en-venezuela/">Leer en español</a></p><p>Event organizers say the drive-through event will run from 9 a.m. to 7 p.m. People donating are asked to stay in their vehicles and allow volunteers to unload supplies.</p><p>Several public figures are expected to support the effort, including Jess Judith, Lele Pons, Jay Wheeler, Zhamira Zambrano, Mau Montaner and Ricky Montaner.</p><p>Donations can be dropped off at Nu Stadium, located at 1000 Stadium Drive in Miami. Attendees should follow signs to the Inter Miami CF Team Store.</p><p>Organizers are asking for essential items including canned food, bottled water, hygiene products, baby supplies, pet supplies and new emergency items such as blankets, tents, sleeping bags, flashlights, batteries and first aid kits.</p><p>Additional donation opportunities will be available through Friday at Inter Miami locations in Miami and Fort Lauderdale.</p><p><b>MIAMI MARLINS</b></p><p>The Miami Marlins are also joining relief efforts during their July 7-9 homestand against the Seattle Mariners at loanDepot park.</p><p>Fans will have several ways to help, including donating requested relief items at collection boxes located at the Home Plate Entrance.</p><p>The Marlins are also offering fans a chance to purchase $5 tickets through <a href="https://www.mlb.com/marlins/tickets/offers/venezuela-earthquake-relief" target="_self" rel="" title="https://www.mlb.com/marlins/tickets/offers/venezuela-earthquake-relief">Marlins.com/WeLoveVenezuela</a> by bringing a requested donation item to the game. For every qualifying ticket purchased, the team will make a $5 donation to the We Love Venezuela Foundation.</p><p>The Marlins’ 50/50 Raffle proceeds from all three games will also benefit the foundation.</p><p>The organization has committed $100,000 to Global Empowerment Mission, with corporate partners including loanDepot, Goya Foods, neaū water and Kellanova also contributing monetary and in-kind donations.</p><p>Both teams are encouraging South Florida residents to come together and support relief efforts for those affected by the earthquakes.</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>MIAMI DOLPHINS</b></p><p>The Miami Dolphins Foundation also donated $100,000 to assist with relief efforts following the deadly earthquakes in Venezuela.</p><a class="tw<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/5F6FOYBIOFAXRINO5DSYFUESYQ.jpg?auth=835505464d4e2105953344a5ddda586e79d609fb48257afef3a3640c21797c85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Trump revive política desacreditada para sofocar incendios rápidamente]]></title><link>https://www.local10.com/espanol/2026/06/30/trump-revive-politica-desacreditada-para-sofocar-incendios-rapidamente/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/trump-revive-politica-desacreditada-para-sofocar-incendios-rapidamente/</guid><dc:creator><![CDATA[Por MARTHA BELLISLE y MATTHEW BROWN, Associated Press]]></dc:creator><description><![CDATA[Las muertes de tres bomberos del gobierno de Estados Unidos en un incendio forestal en Colorado han puesto el foco en la creación, por parte del gobierno del presidente Donald Trump, de un nuevo servicio federal de incendios y en su reactivación de una política previamente desacreditada para sofocar rápidamente todos los incendios forestales.]]></description><pubDate>Tue, 30 Jun 2026 19:43:57 +0000</pubDate><content:encoded><![CDATA[<p>Las muertes de tres bomberos del gobierno de Estados Unidos en un incendio forestal en Colorado han puesto el foco en la creación, por parte del gobierno del presidente Donald Trump, de un nuevo servicio federal de incendios y en su reactivación de una política previamente desacreditada para sofocar rápidamente todos los incendios forestales.</p><p>Uno de los bomberos fallecidos trabajaba para el Servicio de Incendios Forestales de Estados Unidos, creado este año sin la habitual aprobación del Congreso al reasignar personal de cuatro agencias del Departamento del Interior. Las víctimas eran miembros de un equipo de élite, especializado en el uso de helicópteros, que quedó atrapado el sábado en un incendio forestal de rápido crecimiento cerca de la frontera con Utah mientras combatían el fuego desde tierra.</p><p>Las autoridades señalan que los fallecidos formaban parte de un grupo de cinco bomberos que intentaron protegerse desplegando refugios de emergencia tipo tienda de campaña cuando las llamas sobrepasaron su posición. Dos sobrevivientes fueron hospitalizados con lesiones por quemaduras.</p><p>La consolidación de miles de efectivos en el servicio de incendios ha sembrado confusión entre algunos bomberos sobre quiénes son sus jefes y cuáles deberían ser sus responsabilidades, según exfuncionarios del gobierno.</p><p>Y el énfasis del gobierno en la “supresión total” de nuevos incendios marca un giro brusco respecto de una tendencia de décadas hacia aceptar las llamas como una herramienta para quemar vegetación vieja y crecimiento acumulado que actúa como combustible y reducir el riesgo de incendios catastróficos avivados por el calentamiento del planeta.</p><p>Los cambios benefician a las empresas privadas de aviación contra incendios, que son clave para atacar los siniestros con rapidez.</p><p>Las autoridades federales no han divulgado detalles sobre las circunstancias previas a las muertes ocurridas el fin de semana, como el objetivo de los bomberos en el lugar donde fueron superados por el fuego.</p><p>“La cuestión es: ¿por qué estaban atacando ese incendio en primer lugar?, preguntó Timothy Ingalsbee, exbombero federal y cofundador del grupo de defensa Firefighters United For Safety, Ethics and Ecology. “¿Qué era lo que realmente estaba en riesgo? Si era un montón de arbustos en cimas remotas, ¿cuál era el riesgo real que justificaba poner a esos bomberos en peligro?”</p><p>98% de los incendios se extinguen</p><p>Los incendios forestales iniciaron durante la última semana en todo el Oeste tras meses de clima seco y una falta récord de nieve en algunos lugares.</p><p>Al actuar bajo una orden del secretario del Interior, Doug Burgum, el Servicio de Incendios Forestales utilizará la supresión total “para cada incendio forestal bajo su gestión”, indicaron autoridades federales en un comunicado enviado a The Associated Press.</p><p>“Cualquier incendio forestal que represente una amenaza para la vida, la propiedad, la infraestructura o el medio ambiente debe extinguirse lo más rápido posible”, se indica en el comunicado. “Nuestros experimentados responsables de manejo de incendios conservan la autoridad para seleccionar las tácticas más seguras y eficaces según las condiciones en el terreno”.</p><p>Pero los críticos sostienen que el gobierno intenta arreglar algo que no está roto: las cuatro agencias de las que se extrajo a los bomberos —la Oficina de Administración de Tierras, el Servicio Federal de Pesca y Vida Silvestre, la Oficina de Asuntos Indígenas y el Servicio de Parques Nacionales— logran extinguir el 98% de los incendios que atienden, según sus antecedentes.</p><p>La nueva agencia y la política no eliminarán los incendios forestales catastróficos que ocurren debido a bosques densos a los que la gente se muda cada vez más y al clima extremo causado por el cambio climático, señaló Steve Ellis, quien se jubiló como subdirector de la Oficina de Administración de Tierras y preside la Asociación Nacional de Jubilados del Servicio Forestal. Los administradores de tierras deben ser parte de la solución, agregó.</p><p>“Separar la gestión forestal y a los gestores forestales de la supresión de incendios hará que el combate de incendios sea menos seguro y pondrá a las comunidades en mayor riesgo”, advirtió.</p><p>Los otros dos bomberos forestales muertos en Colorado trabajaban para el Servicio Forestal del Departamento de Agricultura, que atiende la mayoría de los incendios forestales en Estados Unidos y que también opera bajo una política de supresión total. Trump había querido que la nueva agencia incluyera a los bomberos del Servicio Forestal, pero el Congreso bloqueó esa parte del plan.</p><p>Las empresas de aviación contra incendios impulsaron la consolidación</p><p>En el gobierno de Trump, las autoridades federales han incorporado aeronaves con mayor rapidez una vez que se inician los incendios, indicó Austin Moeller, analista aeroespacial sénior del grupo Canaccord Genuity, una firma de inversión.</p><p>“Cualquiera que tenga un avión cisterna se beneficia de esta actividad de contratación más agresiva”, explicó Moeller.</p><p>Uno de los beneficiarios principales es Bridger Aerospace, una empresa con sede en Montana fundada por el senador de Estados Unidos Tim Sheehy. Antes de su elección en 2024, Sheehy contrató cabilderos en un intento fallido de persuadir a la Asamblea Legislativa de Montana para crear un servicio estatal de incendios análogo al que acaba de crearse a nivel federal. Un mes después de asumir el cargo federal, propuso un proyecto de ley para convertir en norma la consolidación de los bomberos federales en una sola agencia.</p><p>Sheehy se apartó de su empresa durante la campaña de 2024 y colocó sus activos de Bridger en un fideicomiso confidencial, señaló el portavoz de Sheehy, Tate Mitchell.</p><p>Mitchell afirmó que Trump estuvo detrás de la idea de crear una nueva agencia de incendios, pero que Sheehy la respalda.</p><p>“Una de las principales prioridades del senador Sheehy en el Senado es usar su experiencia para detener los incendios catastróficos que destruyen comunidades estadounidenses y no se disculpará por ello”, sostuvo Mitchell.</p><p>Bridger se describe como una de las principales empresas de combate aéreo de incendios del país. Su director general, Sam Davis, ha dicho que la flota de aviones Super Scooper de la compañía, sus aeronaves de vigilancia y su tecnología de observación de incendios la colocan en una posición “única” para responder al renovado énfasis en atacar los incendios para sofocarlos.</p><p>La nueva política de supresión total se remonta a décadas atrás</p><p>Las aeronaves ayudarán a la nueva política de supresión total del gobierno, que evoca una norma de 1935 conocida como la regla de las 10 a. m. porque exigía a las agencias que apagaran los nuevos incendios antes de las 10 de la mañana del día siguiente.</p><p>Michael Dudley, exdirector de incendios, aviación y gestión aérea del Servicio Forestal, señaló que esa política antigua es la razón por la que los bosques hoy están demasiado densos.</p><p>Los incendios forestales cumplen una función: eliminan material pequeño y muerto. Pero, según explicó, las autoridades se volvieron tan eficaces apagando incendios que los bosques siguieron creciendo y se acumuló más combustible; por eso, cuando ahora se produce un incendio, es fácil que se salga de control.</p><p>Científicos que estudian los incendios forestales afirman que intentar detener todos los incendios es irrealista, ya que algunos de los siniestros más destructivos de los últimos años han eludido los esfuerzos por apagarlos. Algunos incendios simplemente crecen demasiado rápido, están demasiado lejos, o son resultado de múltiples focos de ignición, lo que los hace imposibles de detener.</p><p>“La narrativa de que si simplemente nos esforzamos más vamos a hacer que estos incendios desaparezcan no es cierta”, señaló David Calkin, exinvestigador del Servicio Forestal sobre incendios forestales. “La paradoja del fuego no se puede vencer: cuanto más haces que el fuego desaparezca, más combustible se acumula. Cuanto más combustible se acumula, más difícil es hacer que los incendios desaparezcan”.</p><p>La nueva agencia necesita ajustes, dicen bomberos</p><p>Los bomberos de la agencia consolidada trabajan bajo el recién nombrado jefe del Servicio de Incendios Forestales, Brian Fennessy, quien se desempeñó como jefe de la Autoridad de Bomberos del Condado de Orange, en California, desde 2018.</p><p>“Hay un nivel de confusión mientras todos intentan ordenar responsabilidades y quién está al mando y a quién le reportas”, señaló Dudley.</p><p>Un portavoz del Departamento del Interior indicó que Fennessy era muy respetado y contaba con décadas de experiencia, incluida la gestión de algunos de los desafíos de incendios más complejos del país en el densamente poblado sur de California.</p><p>Luke Mayfield, fundador del grupo Grassroots Wildland Firefighters, dijo que, en su opinión, la consolidación servirá mejor a los bomberos, pero que aún queda un importante trabajo para que la nueva agencia funcione plenamente.</p><p>“Todos eran conscientes del potencial de combustible y de las condiciones de incendio que enfrentamos esta temporada”, expresó Mayfield. “Esas condiciones están apareciendo y han producido muertes de bomberos, con condiciones meteorológicas que no van a ceder en el futuro cercano”.</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/GBU5BO26ME7PEXLHTSKCKIT2TA.jpg?auth=2f494ca5dfe93abb41ad2c7e02acf01d17f9eedc7b8343b698033516fb86b1f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varios bomberos se reúnen mientras el incendio Cottonwood arde cerca de Beaver, Utah, el sábado 27 de junio de 2026. (AP Foto/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[Harvard professor with polarizing alien theories is picked to lead new White House UFO council]]></title><link>https://www.local10.com/news/politics/2026/06/30/harvard-professor-with-polarizing-alien-theories-is-picked-to-lead-new-white-house-ufo-council/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/harvard-professor-with-polarizing-alien-theories-is-picked-to-lead-new-white-house-ufo-council/</guid><dc:creator><![CDATA[By COLLIN BINKLEY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — 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.]]></description><pubDate>Tue, 30 Jun 2026 19:39:12 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — 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>“It’s like a detective story,” Loeb said in an interview. “It’s a lot of fun, as long as you don’t pay too much attention to the critics.”</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>His theories have won praise in UFO circles but often put him in conflict with academic peers. Other astronomers accuse him of making exotic claims with little evidence. Some chafe at his habit of skipping the peer review process and bringing claims directly to the public.</p><p>Steve Desch, an Arizona State University astrophysicist who has challenged some of Loeb's theories, said Loeb uses flawed methods to reach wild conclusions about alien life — all while shunning a more established branch of science searching for life beyond Earth.</p><p>Loeb's role on the White House panel casts doubt on the entire endeavor, Desch said.</p><p>“I don’t know what’s going to come of this, but we’re not going to get any closer to answering these questions with him in charge,” Desch said.</p><p>The team includes scientists, UFO activists and a billionaire</p><p>Loeb brushes his critics aside, saying they lack the imagination to consider new ideas. He's promising a grounded approach to his work for the White House. As he analyzes UAP, he's starting with the assumption that they're the work of humans, he said, approaching it from a national security perspective.</p><p>Nonetheless, he envisions an outcome where his work could lead to something bigger. If the government invests in better data collection on UAPs, Loeb said, it could settle the alien debate once and for all.</p><p>His hand-picked team includes more than a dozen scientists and UFO activists. Among them is Timothy Gallaudet, a retired rear admiral who has warned about UAP controlled by “nonhuman intelligence,” claiming the United States has recovered crashed aircraft. Also on the team is Ben Lamm, a billionaire working to revive extinct species.</p><p>After its first meeting last month, the team sent a request to the Pentagon asking for more than 50 videos, images and other documents related to known UAP incidents. Loeb's group meets behind closed doors, but he has vowed to brief the public and create a website to share findings.</p><p>“At a time when science is not so much celebrated, this is an opportunity to actually do good for all sides involved,” Loeb said.</p><p>New UAP board created in response to Trump's order for transparency</p><p>Earlier this year, Trump directed his administration to provide more transparency on questions of UFOs and alien life. So far, the Pentagon has released three batches of files ranging from decades-old FBI reports to more recent military videos showing orbs darting or soaring through the sky.</p><p>Trump's directive led to the creation of a UAP Governance Board overseen by the Office of the Director of National Intelligence. The board met for the first time in June, and is supported by Loeb's team and several other advisory groups, the office said.</p><p>It comes as a bipartisan group in Congress pushes the White House to go further, with some Republicans amplifying claims the U.S. is hiding evidence of alien encounters. The White House has encouraged anyone with information to come forward. A Pentagon office that investigates UAP says it has seen no evidence of alien life.</p><p>Loeb said he doesn't buy into cover-up theories. “My impression is the government is baffled by not being able to infer the nature of some of these objects,” he said.</p><p>Before looking for aliens, Loeb studied black holes and galaxies</p><p>Before he became known for his alien theories, Loeb was a respected cosmologist who authored hundreds of papers, specializing in black holes and the birth of galaxies. He served as chair of Harvard's astronomy department for nearly a decade.</p><p>Loeb's career took a turn with his “light sail” theory in 2017, which he presented in a paper and later a book. He went on to found the Galileo Project at Harvard, with a stated mission to search for artifacts from alien civilizations.</p><p>His team drew attention in 2023 when they used magnets to retrieve hundreds of small spheres from the floor of the Pacific Ocean, near the possible site of a 2014 meteor crash. After analyzing the metallic “spherules,” Loeb suggested they came from a distant planet or, alternately, from alien technology.</p><p>Other scholars challenged the claim, saying it was probably volcanic rock or coal ash.</p><p>Sean Kirkpatrick, a physicist who previously investigated UAP at the Pentagon's All-domain Anomaly Resolution Office, said Loeb is “not viewed favorably” in the scientific community and lacks national security experience. He said the makeup of Loeb's team suggests the White House is more interested in fringe theories than hard science.</p><p>The White House did not respond to a request for comment about the criticism.</p><p>Loeb, meanwhile, said he aims to follow the science without distraction. “Let’s keep our eyes on the orbs,” he said, “not the social media.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RW6ABL4MT27CU7IG7ILO4LHG2Y.jpg?auth=91628017e09394aa49d7666622d1515b0aba865c1e7aef8854c7bc22960b2605&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Harvard physicist Avi Loeb, left, listens as former NASA astronaut Dr. Mae C. Jemison speaks during a press conference, April 12, 2016, in New York. (AP Photo/Bebeto Matthews, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Bebeto Matthews</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EH4IOKNSH54F663UE2TVSKOQZE.jpg?auth=a9b813182b1cee976946f374ffae22be8c57270270b145cd3713ef24565869e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A woman looks at a UFO display outside of the Little A'Le'Inn, in Rachel, Nev., the closest town to Area 51, July 22, 2019. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SOEFLWAD72HRUXKIC47W6HD23A.jpg?auth=8d70a65adddccde553c9fd7ca8482c0569dd57fc22fe01ea209b7af5049cdaa6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A patron passes a painting inside the International UFO Museum and Research Center in Roswell, N.M., on June 10, 1997. (AP Photo/Eric Draper, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Draper</media:credit></media:content></item><item><title><![CDATA[June to end with the least active hurricane season start since 2019 ]]></title><link>https://www.local10.com/weather/hurricane/2026/06/26/june-to-end-with-the-least-active-hurricane-season-start-since-2014/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/26/june-to-end-with-the-least-active-hurricane-season-start-since-2014/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Despite impactful flooding last week across the central Gulf Coast from the remnants of short-lived Tropical Storm Arthur — rainfall totals topping two feet in some places, bringing rainfall totals since May to nearly 50 inches across parts of southern Louisiana and Mississippi — it’s been largely crickets across the Atlantic since the start of the 2026 Atlantic hurricane season.]]></description><pubDate>Fri, 26 Jun 2026 14:15:48 +0000</pubDate><content:encoded><![CDATA[<p>Despite impactful flooding last week across the central Gulf Coast from the remnants of short-lived Tropical Storm Arthur — rainfall totals topping two feet in some places, bringing <a href="https://x.com/SteveWAFB/status/2069848424279576899?s=20" rel="">rainfall totals since May to nearly 50 inches</a> across parts of southern Louisiana and Mississippi — it’s been largely crickets across the Atlantic since the start of the 2026 Atlantic hurricane season.</p><p><a href="https://www.local10.com/news/local/2026/06/26/junio-terminara-con-el-inicio-de-temporada-de-huracanes-menos-activo-desde-2014/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/26/junio-terminara-con-el-inicio-de-temporada-de-huracanes-menos-activo-desde-2014/">Leer en español</a></p><p>Overall tropical activity from the Gulf and Caribbean to the wider Atlantic is the lowest to-date in seven years.</p><figure><img src="https://www.local10.com/resizer/v2/S65PSAVGJFCNLHSAKYC2SOE5ZY.png?auth=27fb636084d004e8e5bb734b4468c528d86a0c27d796347d5596e9d6f8a11130&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Of course, even though we’re already through about 16% of the hurricane season based on the calendar, historically 98% of tropical activity occurs after June. </p><p>And as we’ve discussed extensively in newsletters in previous seasons, early season activity (either high or low) isn’t a meaningful predictor for what could happen later in the season. </p><p>Only once we get into late July and August does activity to-date start to provide any meaningful clues about what the peak months of the season could hold.</p><p>Nevertheless, the paltry start to the Atlantic hurricane season is in line with what we would expect with a much earlier arriving and historically strong El Niño across the eastern Pacific. </p><p>The subtropical jet stream has been relentless through the tropical belt of the Atlantic this month — including into parts of the Gulf and Caribbean — and will continue to be the case for the foreseeable future.</p><p><b>Watching off the southeast to start July</b></p><p>As we detailed in <a href="https://www.local10.com/weather/hurricane/2026/06/25/watching-for-home-brews-to-start-july/" target="_self" rel="" title="https://www.local10.com/weather/hurricane/2026/06/25/watching-for-home-brews-to-start-july/">Thursday’s newsletter</a>, some of our forecast models – namely Google’s machine learning-based DeepMind hurricane model – are hinting at a small development window off the southeastern U.S. for the middle part of next week.</p><figure><img src="https://www.local10.com/resizer/v2/55N6XWZKRJALFIKWUX36GGK6W4.png?auth=0fe05c8d73fa576a3711be4b35ad47eb6690114b405187b2023ada70692a5815&smart=true&width=1200&height=900" alt="Cumulative tropical development odds through July 3, from Google DeepMind’s 1,000-member machine learning-based ensemble system. For now, the modeling system shows only about a 10 percent chance of development along an old frontal zone from off the southeastern U.S. to the northern Gulf. (Deelan Jariwala)" height="900" width="1200"/><figcaption>Cumulative tropical development odds through July 3, from Google DeepMind’s 1,000-member machine learning-based ensemble system. For now, the modeling system shows only about a 10 percent chance of development along an old frontal zone from off the southeastern U.S. to the northern Gulf. (Deelan Jariwala)</figcaption></figure><p>Odds remain low for now (10% or less), but best chances will come from next Tuesday to Thursday if anything tries to spin up.</p><p>The catalyst for what we’ll be watching next week will be a dying front draped over the warm waters off the southeast U.S. </p><p>Some models are hinting at a Mesoscale Convective System or MCS — a large cluster of thunderstorms — forming inland, diving off the coast, and getting tangled up on the frontal boundary, which could promote some development.</p><p>We won’t know the exact details for a few days, but regardless the odds are low enough that NHC hasn’t added it to its outlook just yet. Given lighter upper-level winds east of Florida along with near-record warmth in the waters for the time of year, it’s worth monitoring the trends.</p><p>Interestingly, a similar setup (old front with an embedded MCS) is what spawned Hurricane Arthur in 2014, a similarly slow-starting season as 2026.</p><p>Even the handful of models that do suggest development don’t point to significant development or a strong system, however, so for now it’s not anything to worry about.</p><p>In the meantime, enjoy the quiet weekend and quiet end to June.</p><p>Editor’s note: The original version of this article incorrectly stated that it’s been the least active start to the Atlantic hurricane season since 2014. Through June 26 (the original publication date), the Atlantic hurricane season had recorded its least active start since 2019.</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/7CVSA4SPARCH7AAFBOGCNTYKXM.jpg?auth=5c8fdac9115e5662c8943732b3ed179959c268e4fe0826bf94bbf3b9d713ade3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[BSO: Una persona herida y otra detenida tras balacera frente a Walmart de North Lauderdale ]]></title><link>https://www.local10.com/espanol/2026/06/30/bso-una-persona-herida-y-otra-detenida-tras-balacera-frente-a-walmart-de-north-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/bso-una-persona-herida-y-otra-detenida-tras-balacera-frente-a-walmart-de-north-lauderdale/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Las autoridades del condado Broward investigan balacera a la que  respondieron tras recibir reportes.]]></description><pubDate>Tue, 30 Jun 2026 19:34:00 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades del condado Broward investigan una balacera.</p><p>El incidente ocurrió la tarde del martes en el estacionamiento del Walmart ubicado en el 7900 de West McNabb Road, en North Lauderdale.</p><p>Según las autoridades, agentes de la Oficina del Sheriff de Broward (BSO) y equipos de North Lauderdale Fire Rescue respondieron tras recibir reportes de una balacera.</p><p>Al llegar al lugar, los agentes encontraron a un hombre que había recibido un disparo. Paramédicos lo trasladaron de urgencia a un hospital cercano con heridas consideradas de riesgo para su vida.</p><p>Las autoridades informaron que una persona fue retenida tras la balacera, pero hasta el momento no se han realizado arrestos.</p><p>Detectives de la Unidad de Crímenes Violentos de la BSO investigan las circunstancias que llevaron a la balacera.</p>]]></content:encoded></item><item><title><![CDATA[Uruguay asume la presidencia del Mercosur con el desafío de hacerlo más abierto al mundo]]></title><link>https://www.local10.com/espanol/2026/06/30/uruguay-asume-la-presidencia-del-mercosur-con-el-desafio-de-hacerlo-mas-abierto-al-mundo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/uruguay-asume-la-presidencia-del-mercosur-con-el-desafio-de-hacerlo-mas-abierto-al-mundo/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — Uruguay asumió el martes la presidencia temporal del Mercosur con el desafío de impulsar un bloque sudamericano más abierto a partir de la concreción de acuerdos económicos y comerciales con terceros países como Japón.]]></description><pubDate>Tue, 30 Jun 2026 19:32:11 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — Uruguay asumió el martes la presidencia temporal del Mercosur con el desafío de impulsar un bloque sudamericano más abierto a partir de la concreción de acuerdos económicos y comerciales con terceros países como Japón.</p><p>El presidente uruguayo Yamandú Orsi remarcó la intención de que el bloque sea “más moderno, más dinámico" y orientado a generar resultados “concretos” para la ciudadanía, al recibir la presidencia durante el próximo semestre de manos de su colega paraguayo Santiago Peña, anfitrión de la Cumbre del Mercosur que se celebró en la localidad de Luque, en las afueras de Asunción.</p><p>Al encuentro asistieron además los mandatarios de Bolivia, Rodrigo Paz; de Brasil, Luiz Inácio Lula da Silva; de Chile, José Antonio Kast, y de Ecuador, Daniel Noboa. El argentino Javier Milei no participó y estuvo representado por su canciller.</p><p>Argentina, Brasil, Paraguay y Uruguay fueron los miembros fundadores del Mercosur en 1991, mientras Bolivia es miembro desde 2024 y cuenta con un plazo de cuatro años para adoptar la normativa del bloque. Chile y Ecuador son Estados asociados.</p><p>En la cumbre estuvieron además otros Estados asociados —como Panamá— y Trinidad y Tobago, aspirante a ese estatus que permite una mayor cooperación económica, entre otras ventajas.</p><p>Orsi señaló que los acuerdos comerciales adquieren verdadero sentido cuando se traducen en crecimiento económico, inversiones y empleo. Señaló además que los objetivos del Mercosur serán la integración fronteriza y la seguridad regional.</p><p>En una declaración difundida al término del encuentro, Argentina, Brasil, Paraguay y Uruguay resaltaron el lanzamiento de las negociaciones para un acuerdo entre el Mercosur y Japón, que se encuentra entre los 10 principales socios comerciales del bloque. El intercambio comercial entre ambas partes fue de 13.700 millones de dólares en 2025.</p><p>El pacto permitirá una zona de libre comercio de aproximadamente 400 millones de personas, así como ampliar el acceso a los mercados de bienes agrícolas y no agrícolas, la cooperación y las inversiones recíprocas, señalaron.</p><p>Mercosur negocia además acuerdos de libre comercio con Emiratos Árabes Unidos y Canadá, así como uno de preferencias arancelarias con Vietnam.</p><p>A principios de año el Mercosur concretó con la Unión Europea un acuerdo comercial que entró en vigor de forma provisional en mayo, creando la zona de libre comercio más grande del mundo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OQTAPXTYS3VVRJCSQV52DSOUQA.jpg?auth=376581d861221800184e85e707b47a471406e093b3beb6d8a10557076fe52969&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Paraguay, Santiago Peña, izquierda, da la bienvenida al presidente de Uruguay, Yamandú Orsi, durante la Cumbre del Mercosur en Asunción, Paraguay, el martes 30 de junio de 2026. (AP Foto/Jorge Saenz)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Saenz</media:credit></media:content></item><item><title><![CDATA[Monterrey turns into a sea of Mexico green, even without El Tri on the field]]></title><link>https://www.local10.com/sports/2026/06/30/monterrey-turns-into-a-sea-of-mexico-green-even-without-el-tri-on-the-field/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/monterrey-turns-into-a-sea-of-mexico-green-even-without-el-tri-on-the-field/</guid><dc:creator><![CDATA[By MAYA KOLUDER-RAMIREZ and ETHAN WILCOX, Associated Press]]></dc:creator><description><![CDATA[MONTERREY, Mexico (AP) — Those watching the World Cup on television may have noticed large patches of fans wearing Mexico's jersey in Monterrey, even though El Tri doesn’t play in the city.]]></description><pubDate>Tue, 30 Jun 2026 19:30:12 +0000</pubDate><content:encoded><![CDATA[<p>MONTERREY, Mexico (AP) — Those watching the World Cup on television may have noticed large patches of fans wearing Mexico's jersey in Monterrey, even though El Tri doesn’t play in the city.</p><p>Located in the state of Nuevo León, Monterrey is the only Mexican host city not to feature the country's national team — but this hasn’t stopped swaths of fans from wearing dark green and enjoying the World Cup spectacle in their hometown.</p><p>“It’s a good deal for the country and also for the city,” said Manuel Pérez, a resident of Monterrey who attended the round of 32 game between Netherlands and Morocco on Monday. “We are all together in this special moment."</p><p>No matter who is playing at Estadio BBVA, Mexican fans control the atmosphere through their various chants.</p><p>“It’s part of a culture, and we support each and every team that comes here,” said Sebastian Roa, a fan who traveled from Guadalajara.</p><p>During the match between the Netherlands and Morocco, Mexican fans could be heard throughout the stadium chanting “no era penal” (it wasn't a penalty) and “Mexico.”</p><p>The phrase “no era penal” was coined at the 2014 World Cup, during Mexico’s round of 16 match against the Netherlands.</p><p>In that game, the Netherlands earned a penalty in stoppage time when the referee deemed that Dutch winger Arjen Robben was clipped in the box by Mexico’s Rafael Márquez. The penalty was converted by Klaas-Jan Huntelaar, eliminating Mexico. However, many Mexican fans are convinced that Robben dived and a penalty should not have been awarded.</p><p>Within the first 10 minutes of the match on Monday, which was also the anniversary of that game, the Mexican fans reminded the world of their 12-year grudge against the Oranje.</p><p>Morocco coach impressed by Monterrey fans</p><p>While local fans in the United States and Canada have also attended other nations’ matches, the Mexican fans have taken complete initiative in showcasing their country.</p><p>Their dedication toward the sport has not gone unnoticed by visiting teams.</p><p>“I’ve always said that the 1986 (World Cup in Mexico) made me fall in love with the sport,” Morocco head coach Mohamed Ouahbi said. “I want to say that hopefully at the next World Cup — when it’s played in Morocco — I think (the Moroccan people) want to have Mexican fans and make them feel at home.”</p><p>The 2030 World Cup will be co-hosted by Spain, Portugal and Morocco.</p><p>In addition to the round of 32, Monterrey featured five teams in the three group stage games it hosted: Sweden, Tunisia, Japan, South Korea and South Africa.</p><p>While some sets of fans were larger than others, like Japan and South Korea, there was never a game that lacked Mexican green in the crowd.</p><p>“We love watching every game,” Roa said. “Even if it’s (other teams) like Cabo Verde or Uzbekistan, you’re gonna see us.”</p><p>In Guadalajara, South Korea’s opening day win against Czech Republic was headlined by empty seats, which FIFA blamed on several fans watching the game from the stadium concourses. But Monterrey’s Estadio BBVA featured sell-out crowds of 51,243 fans in three of its four matches.</p><p>“I didn’t go to (a game in Guadalajara) because the prices were crazy high,” Roa said. “But I managed to get a ticket here.</p><p>Mexico became the first nation to host three World Cups: 1970, 1986 and 2026. But for many locals it’s the first time they’ve seen the tournament in-person.</p><p>“It’s a special moment to come to the World Cup and enjoy the match,” said Alejandro Cuellar, who attended Sweden vs. Tunisia with his brother. “We don’t know when it’s going to be here again.”</p><p>The craving for international soccer in Monterrey is not reserved only for the World Cup.</p><p>A state of the art stadium</p><p>Monterrey has drawn high attendance numbers in other international matches. Estadio BBVA held over 49,000 spectators in the inter-confederation playoff between Iraq and Bolivia.</p><p>Estadio BBVA, which was built in 2015, is considered to be one of the most modern in Mexico. Those sitting in the northwestern section of the stadium get a perfect view of a nearby mountain called “El Cerro de la Silla,” which is one of the biggest attractions for foreigners visiting the stadium.</p><p>“We already know the type of stadium that we have,” Pérez said. “It’s so beautiful to know that many people are (starting to know) this big stadium worldwide.”</p><p>Estadio BBVA regularly hosts Liga MX games as the home ground for Rayados. But the atmosphere at the World Cup is completely different.</p><p>“It’s another whole new level because here you have international people,” Roa said. “It’s pretty exciting for all of us Mexicans, because we breathe soccer and we love partying. So it’s two things combined that we just love.” __</p><p>Maya Koluder-Ramirez and Ethan Wilcox are students 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/5QMJ4T2B3ZKP5WM3DQOP72THJI.jpg?auth=ef4bae31d66d31fe5ac0f5708e10475fa15d2585322e82c1adc3a514dde247de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soccer fans cheer during the World Cup round of 32 soccer match between the Netherlands and Morocco in Guadalupe, near Monterrey, Mexico, Monday, June 29, 2026. (AP Photo/Dolores Ochoa)]]></media:description><media:credit role="author" scheme="urn:ebu">Dolores Ochoa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FNVL36VY3BAV3KJE75HIZSDO2U.jpg?auth=49459305686628e711aff92f72bef4c4cdfabe102822855ce6c9c8f7088f93e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherlands fans look on during the World Cup round of 32 soccer match between the Netherlands and Morocco in Guadalupe, near Monterrey, Mexico, Monday, June 29, 2026. (AP Photo/Dolores Ochoa)]]></media:description><media:credit role="author" scheme="urn:ebu">Dolores Ochoa</media:credit></media:content></item><item><title><![CDATA[Scheffler and McIlroy looking for another moment to stand out in a year of parity on PGA Tour]]></title><link>https://www.local10.com/sports/2026/06/30/scheffler-and-mcilroy-looking-for-another-moment-to-stand-out-in-a-year-of-parity-on-pga-tour/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/30/scheffler-and-mcilroy-looking-for-another-moment-to-stand-out-in-a-year-of-parity-on-pga-tour/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[CROMWELL, Conn. (AP) — The year is at the halfway point. The PGA Tour season is not.]]></description><pubDate>Tue, 30 Jun 2026 19:25:10 +0000</pubDate><content:encoded><![CDATA[<p>CROMWELL, Conn. (AP) — The year is at the halfway point. The PGA Tour season is not.</p><p>Two months, and only one major, are all that remain for the PGA Tour in 2026 to find some definition. There have been good tournaments, great finishes, redemptions and breakthroughs, and Scottie Scheffler as steady as he has always been.</p><p>It's just that no one has stood out this year.</p><p>Rory McIlroy became only the fourth back-to-back Masters champion, and the first since Tiger Woods in 2002. It was an example of how much freedom he felt from finally having the green jacket and the career Grand Slam. But that's his only win this year, and except for a late rally at Riviera, he really hasn't come close.</p><p>The eight signature events were won by eight players, no different from last year when seven players won the seven $20 million tournaments. But a year ago, all seven winners were among the top 25 in the world when they won. This year that applied to only three winners — Collin Morikawa (19) at Pebble Beach, Matt Fitzpatrick (7) at Hilton Head and Cameron Young (4) at Doral.</p><p>It also is not unusual to start a season with three different major champions — that's been the case each of the past 11 years. But it's the first time since 2010 that two of the three major champions were not among the top 30 when they won.</p><p>Aaron Rai was at No. 44 when he captured his first major at the PGA Championship, and Wyndham Clark was at No. 34 when he won at Shinnecock Hills for his second U.S. Open title.</p><p>(This requires an asterisk because Brooks Koepka was No. 44 when he won the 2023 PGA Championship. He was No. 19 when he left for LIV, and his two wins came with no ranking points).</p><p>There were two multiple winners of individual tournaments last year at this point — Scheffler and McIlroy. There are four this year with Clark, Young, Fitzpatrick and Chris Gotterup.</p><p>The last two months, highlighted by the final major at the British Open and three FedEx Cup playoff events, should go a long way toward shaping the season. Scheffler and Xander Schauffele won the British Open each of the past two years, and it was their second major of the season.</p><p>Even in a game that moves slowly, outlooks can change quickly.</p><p>Scheffler looks about the same minus the trophies</p><p>Scheffler began his year with a four-shot victory in The American Express. Thirteen tournaments later, he still only has one victory.</p><p>He still leads the PGA Tour in overall strokes gained and tee-to-green, though his numbers are down from a year ago. Scheffler has nine finishes in the top 5 in his 14 starts. His playoff loss to Viktor Hovland at The Travelers Championship was his fourth runner-up of the year.</p><p>Take only the money from those four runner-up finishes — $8.9 million — and that would rank him at No. 4 on the PGA Tour money list. He hasn't been as sharp at times. He had a bad habit of giving the field too much of a head start. But he doesn't appear to be going anywhere.</p><p>The other Fitzpatrick seizes on the opportunity</p><p>Fitzpatrick leads the PGA Tour in victories this season with three because one of them was Zurich Classic of New Orleans, where he teamed with younger brother Alex to win. That gave Alex Fitzpatrick a two-year exemption, seen at the time as one of the great gifts ever from big brother.</p><p>Instead of flying to Turkey for the next European tour event, Alex Fitzpatrick headed to Doral for a signature event. And he got in the next one, and the one after that. He went from that supposed “gift card” to registering four top 10s in the signature events against the strongest fields.</p><p>His world ranking has gone from No. 140 to No. 62. More importantly, he is at No. 17 in the FedEx Cup and a lock for all the big stuff next year — and all the majors if he reaches the Tour Championship.</p><p>Clark has to be the front-runner for player of the year</p><p>Clark is dangerous when he gets on a heater, and he's on a heater.</p><p>He won his first U.S. Open in 2023 a little over a month after dusting the field at Quail Hollow. He shot 60 to win at Pebble Beach in 2024, then was runner-up two straight weeks to Scheffler at Bay Hill and The Players Championship the following month.</p><p>Clark had another closing 60 to win at The CJ Cup Byron Nelson, followed that with contending late Sunday afternoon in the Memorial and early Sunday afternoon in the Canadian Open, and then he stood down a hostile gallery at Shinnecock to win the U.S. Open. And then running on fumes, he got within two shots of the lead late Sunday at the Travelers and tied for fifth.</p><p>How long will it last? Two more months and it might be enough to end Scheffler's four-year run as PGA Tour player of the year.</p><p>But that depends on Scheffler.</p><p>He is the defending champion at the British Open, and a victory by him or a half-dozen others could be what it takes to bring some clarity to the season.</p><p>___</p><p>On The Fringe analyzes the biggest topics in golf during the season. AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RNSYISRJITX7CXDGOM3F3DSL5A.jpg?auth=beb5d5c318082c76c8a93bc51e043f2291450c12ec86f486b77233e51dc2c56e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler tees off the first playoff hole of the Travelers Championship golf tournament at TPC River Highlands, Monday, June 29, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BM72EFQEHWTF4II3IS2OLHDRI4.jpg?auth=3637adc6ceb2f922ea3edd1d81ccff907dff59a93dd36cad5f9d9ae8cfca6940&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler misses his put on the first playoff hole of the Travelers Championship golf tournament at TPC River Highlands, Monday, June 29, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LW6ANBOEUZWZ7N5TXQVS24LA3U.jpg?auth=c3c5cf8374d52a9c02510301f2b6547f1aec045d4c0cbcabc7e48be248a2eac2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rory McIlroy, of Northern Ireland, hits his tee shot on the second hole during the third round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Saturday, June 20, 2026.(AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HD2ZBNXGT2SQVAE5R5JMG6HIGY.jpg?auth=c6bba6aa9a2539f61abd2b8f4cc87ed8da6647afc70c0148ca58b6225508c487&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark holds the trophy after winning the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AKHKXZCZTCQBMFJZEMOH4EUFK4.jpg?auth=0abf1a2383f16ab03ff490ed548422eaa6499adca4f6f5e17cc6d1b436f9d44d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alex Fitzpatrick, of England, chips to the green on the second hole during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Sunday, June 21, 2026. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[Report: Disruption of Mideast energy supplies into next year would slam global economy]]></title><link>https://www.local10.com/business/2026/06/03/report-disruption-of-mideast-energy-supplies-into-next-year-would-slam-global-economy/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/report-disruption-of-mideast-energy-supplies-into-next-year-would-slam-global-economy/</guid><dc:creator><![CDATA[By DAVID McHUGH, Associated Press]]></dc:creator><description><![CDATA[FRANKFURT, Germany (AP) — Prolonged disruption of energy supplies from the Middle East due to the Iran war would deal a severe blow to the global economy, sending some countries into recession and spreading inflation and higher unemployment, the Organization for Economic Cooperation and Development said in a report Wednesday.]]></description><pubDate>Wed, 03 Jun 2026 13:14:23 +0000</pubDate><content:encoded><![CDATA[<p>FRANKFURT, Germany (AP) — Prolonged disruption of energy supplies from the Middle East due to the Iran war would deal a severe blow to the global economy, sending some countries into recession and spreading inflation and higher unemployment, the Organization for Economic Cooperation and Development said in a report Wednesday.</p><p>Hardest hit would be Asian economies that depend on crude oil, fuel and natural gas from the Persian Gulf, supplies that have been largely choked off by the closure of the Strait of Hormuz due to the risk of Iranian attack. And poorer countries where people spend more of their incomes on fuel and food would also be severely affected, the OECD said.</p><p>But the consequences of sharply higher energy prices and inflation would be felt around the world. Global growth would slump to levels not seen except for major setbacks like the COVID-19 pandemic and the global financial crisis and recession of the late 2000s. Under the OECD’s prolonged disruption scenario, global growth slows from 3.4% last year to 2.1% this year and 1.8% in 2027, potentially pushing some economies into or close to recession.</p><p>Under a different OECD scenario for a time-limited disruption, in which energy production and shipments from the Gulf start to return to pre-war levels in the middle of this year, growth would slow to 2.8% this year and rebound to 3.1% next year.</p><p>“The global economy entered 2026 with robust momentum, but the outlook has weakened significantly since the start of the conflict in the Middle East, with effects likely to be felt for some time,” OECD Secretary-General Mathias Cormann said. “The longer the disruptions last, the larger the economic and social costs become.”</p><p>Cormann warned that government spending aimed at relieving energy costs needed to be aimed at those most in need and temporary, to avoid running up excess government debt and preserving incentives to save energy.</p><p>Despite repeated outbreaks of violence, a declared ceasefire in the war between the US and Iran remains officially in place. The ongoing risk to shipping however means that traffic through the Strait of Hormuz has dwindled to a trickle, down more than 90% compared to before the war. That has disrupted about a fifth of the world’s supplies of crude oil and fuel products as well as of natural gas.</p><p>The OECD report follows a UN study warning that higher energy prices will impact almost billion people in poorer countries and small island states that depend on imported fuel, forcing tradeoffs between covering energy bills and investing in essential public services. More than 30% of people in those countries already live below the extreme poverty line, defined as living on $3 or less a day.</p><p>The OECD is an international intergovernmental organization and policy forum of 38 democracies with market-based economies, headquartered in Paris.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WXFHCYV5WZSNM72HKQD5JTTZGM.jpg?auth=303b948efffa18ad72e655c6228dd8d865ca56b3c2923c7dbca0b240920a326f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People stand next to a vendor's cart on the beach as cargo ships and offshore service vessels are anchored in the Strait of Hormuz, off Bandar Abbas, Iran, Sunday, May 31, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JF2PJWHIXC5BQWKVNYZBXFNGPM.jpg?auth=06060b31eeb77dcddee5cc8f1db5d46da405d15d0eb8b39c69e4772d34733793&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The logo at the entrance of the Organisation for Economic Co-operation and Development (OECD) headquarters in Paris, France, Wednesday, June 7, 2017. (AP Photo/Francois Mori, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Francois Mori</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PWRV44RQYOWGSRTVTLNB3DFAIA.jpg?auth=fcc311c0504afdffdb6b5c4674aa4b32600c6fe0e6473ca5ff4c2e0f5928c1c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Men walk on the shoreline as people wade in the water in the Strait of Hormuz, where cargo and service vessels are anchored off Bandar Abbas, Iran, Monday, June 1, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content></item><item><title><![CDATA[Hallan muerto a niño de un año dentro de vehículo estacionado frente a guardería en Plantation, según la policía ]]></title><link>https://www.local10.com/news/local/2026/06/29/hallan-a-un-nino-muerto-dentro-de-un-auto-frente-a-escuela-en-plantation/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/hallan-a-un-nino-muerto-dentro-de-un-auto-frente-a-escuela-en-plantation/</guid><dc:creator><![CDATA[Terrell Forney, Jeff  Derderian ]]></dc:creator><description><![CDATA[Un niño fue encontrado sin vida dentro de un vehículo estacionado frente a A World of Discovery Academy en Plantation, y las autoridades aún no han revelado las circunstancias de su muerte.]]></description><pubDate>Tue, 30 Jun 2026 02:38:14 +0000</pubDate><content:encoded><![CDATA[<p>Una investigación por muerte está en curso después de que un niño de un año fue hallado muerto el lunes dentro de un vehículo en el condado Broward, informaron las autoridades.</p><p>La escena policial estaba ubicada frente a A World of Discovery Academy, en el 7025 de Northwest Fourth Street, en Plantation.</p><p>Según la policía, los primeros en responder llegaron tras recibir reportes de un niño fallecido dentro de un vehículo.</p><p>Al llegar, equipos del Departamento de Bomberos de Plantation localizaron el vehículo y declararon al niño sin vida, dijeron autoridades.</p><p>Según los investigadores, al padre del niño le informaron que su hijo había sido marcado como ausente y que nunca había sido dejado en la guardería.</p><p>La policía indicó que el padre abrió la parte trasera de su SUV y encontró a su hijo en el interior.</p><p>Leslie Novoa, propietaria de A World of Discovery Academy, dijo a Jeff Derderian, de Local 10, que el niño provenía de “una familia muy amorosa”.</p><p>“Es una situación devastadora para la familia. Supongo que para los padres que traen a sus hijos a esta escuela, cuando llegaron y vieron todo esto, a los agentes, debió ser realmente preocupante”, dijo Viviana Alarcón, quien trabaja cerca del lugar.</p><p>Una madre cuyos hijos también asisten a la guardería y que pidió no ser identificada dijo a Jeff Derderian, de Local 10, que el niño y su familia están en sus oraciones.</p><p>“Lamento mucho lo ocurrido y no puedo imaginar esa pérdida. Es devastador”, dijo la madre. “Nunca quieres perder a un hijo, y sé que será muy difícil aceptar algo así”.</p><p>Las autoridades no han confirmado información adicional, incluidas las circunstancias que llevaron a la muerte del menor ni si alguien enfrentará cargos.</p><p>“Nunca había escuchado nada malo sobre esa escuela”, dijo Alarcón. “La verdad es que tiene una buena reputación”.</p>]]></content:encoded></item><item><title><![CDATA[Cuban official says talks with the US are at a standstill, announces UN debate on US oil embargo]]></title><link>https://www.local10.com/news/world/2026/06/30/cuban-official-says-talks-with-the-us-are-at-a-standstill-announces-un-debate-on-us-oil-embargo/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/30/cuban-official-says-talks-with-the-us-are-at-a-standstill-announces-un-debate-on-us-oil-embargo/</guid><dc:creator><![CDATA[By ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description><![CDATA[HAVANA (AP) — Talks between Cuba and the U.S. are at a standstill, despite the island recently approving a series of free-market reforms, Cuban Foreign Minister Bruno Rodríguez announced Tuesday.]]></description><pubDate>Tue, 30 Jun 2026 19:03:45 +0000</pubDate><content:encoded><![CDATA[<p>HAVANA (AP) — Talks between Cuba and the U.S. are at a standstill, despite the island recently approving a series of free-market reforms, Cuban Foreign Minister Bruno Rodríguez announced Tuesday.</p><p>He noted that the newly unveiled reforms were neither mentioned nor discussed in earlier talks between the two nations.</p><p>“The recently announced (measures) are a matter of total and absolute sovereignty,” Rodriguez said. “We have neither listened to nor are we interested in the U.S. government’s opinion on them.”</p><p>But he said it was striking that they “were met with a new package of unilateral coercive measures ... against Cuba.”</p><p>Earlier this month, the U.S. slapped new sanctions on Cuban President Miguel Díaz Canel and other officials, as well as on companies key to the island’s crumbling economy.</p><p>Some of the sanctions were announced after Cuba’s Communist Party and the National Assembly of People’s Power approved 176 economic measures representing the biggest economic shift since the revolution. They align with some of the demands made by the United States, which is pressuring for a change in Cuba’s political and economic model.</p><p>The reforms include more space for private businesses, free hiring of personnel and authorization for private banks and investment by Cubans abroad.</p><p>Rodriguez added that while the conduct of U.S. government officials was “generally respectful” during earlier talks, he said it is accompanied by “constant aggressive statements against Cuba, threats of military aggression, and the imposition of additional coercive measures.”</p><p>The U.S. State Department did not immediately respond to a request for comment.</p><p>Rodríguez made the statements during a press conference in which he announced a July 7 debate at the U.N. General Assembly on the energy embargo imposed by U.S. President Donald Trump in late January.</p><p>“The blockade and the policy of aggression and hostility of the United States government against Cuba are a threat to the existence and well-being of the Cuban people, and to the exercise of their human rights,” Rodríguez said.</p><p>He also denied that Cuba is a threat to the U.S., which he called “a major military and nuclear power.”</p><p>The oil blockade has further paralyzed Cuba’s economy, leading to prolonged blackouts, fuel rationing, internet outages, and the suspension of public transportation and flight cancellations. Basic services such as garbage collection and water delivery have been suspended, and workdays have been reduced.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q7A6IOAPVY6DFEQJXKMMK4PDTI.jpg?auth=7227bd9e6003bcb7c8a393515e36a9c8959fe2f9a3435b88154bc62d43c8d395&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past graffiti in the colors of the Cuban flag in Havana, Cuba, Wednesday, June 17, 2026. (AP Photo/Jorge Luis Banos)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[NPR retracts article mistakenly reporting Justice Alito's retirement, citing misunderstanding]]></title><link>https://www.local10.com/news/politics/2026/06/30/npr-retracts-article-mistakenly-reporting-justice-alitos-retirement-citing-misunderstanding/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/30/npr-retracts-article-mistakenly-reporting-justice-alitos-retirement-citing-misunderstanding/</guid><dc:creator><![CDATA[By JOCELYN NOVECK, Associated Press]]></dc:creator><description><![CDATA[National Public Radio on Tuesday reported, then quickly retracted, that Supreme Court Justice Samuel Alito was retiring — a mistake by its veteran court reporter that prompted an apology from the news organization's executive editor and an entire column by its public editor explaining what happened and how.]]></description><pubDate>Tue, 30 Jun 2026 23:53:35 +0000</pubDate><content:encoded><![CDATA[<p>National Public Radio on Tuesday reported, then quickly retracted, that Supreme Court Justice Samuel Alito was retiring — a mistake by its veteran court reporter that prompted an apology from the news organization's executive editor and an entire column by its public editor explaining what happened and how.</p><p>NPR attributed the error by reporter Nina Totenberg, on the final day of the court's session, to a misunderstanding of a statement by Chief Justice John Roberts that led to previously prepared copy being posted live. The erroneous news was also broadcast on NPR. It was live on the organization's website for about five minutes, though some member stations had it up longer, NPR said.</p><p>An editor's note posted by some NPR affiliates said: “Earlier today, we erroneously published a story saying that Supreme Court Justice Samuel Alito was retiring. Neither Alito nor the court’s public information office has announced his retirement, and we have retracted the story.”</p><p>Later, a longer statement from Editor-in-Chief Tommy Evans said NPR regretted the error and the confusion it may have caused. “Due to a misunderstanding, NPR’s Supreme Court and Legal Affairs Correspondent Nina Totenberg incorrectly reported that Justice Samuel Alito had retired. Neither Justice Alito nor the Supreme Court Public Information Office has announced his retirement,” Evans said.</p><p>“As soon as the error was realized, the story was retracted and removed from NPR’s website and an on-air correction was broadcast. We regret the error and any confusion this may have caused,” Evans said.</p><p>Breaking down the error</p><p>Interviewed later on NPR's “All Things Considered,” Totenberg explained how what she called “the worst professional mistake of my more than 50 years in journalism” came about.</p><p>Reading aloud from a letter of apology she'd sent to Alito, Totenberg said she'd rushed out of the courtroom early after announcements of court opinions, and when she realized that others had not rushed out, she asked what was happening and was told “retirement announcements.” She then mistakenly assumed it was Alito who was retiring.</p><p>“This was a rookie mistake,” Totenberg noted in the interview.</p><p>“I scared everybody half to death for about five minutes, and it's entirely on me,” she said.</p><p>Evans, also appearing on “All Things Considered,” said that he too felt responsibility, and noted that NPR would be looking at newsroom systems to determine “where we could do better and be better.”</p><p>The error was also detailed in a column by NPR's public editor, Kelly McBride, who explained how when Totenberg misheard the announcement, the organization posted some previously written “preparedness” — copy that news organizations often prepare in advance of major expected events and notable deaths.</p><p>"Alito is not retiring. The story was wrong," McBride said in her column. "Totenberg misheard Roberts’ statement."</p><p>McBride continued: “Totenberg spoke with both her intern, who was at the court with her, and NPR Executive Editor Krishnadev Calamur and told them what she heard. Calamur surfaced the story that NPR had previously prepared for the day Alito did announce his retirement and published it. The information was also broadcast on NPR’s airwaves.”</p><p>Retirements were mentioned, though</p><p>On a busy day for the court, Roberts had announced the retirement of several court employees, as he customarily does after the court’s final opinions are out. But Alito's name was not among them.</p><p>Speculation had swirled about the justice’s future plans earlier this year, but Fox News and CBS reported this spring that he planned to remain on the bench.</p><p>Alito has been on the court since 2006, when he replaced Justice Sandra Day O'Connor. He was nominated by President George W. Bush, a Republican.</p><p>McBride, in her column, said she didn't expect the mistake to endure in the public consciousness.</p><p>"For most news consumers, the error is a blip, something that flashed across their feed or they heard on their radio," she wrote. “It was corrected quickly and will not have lasting consequences.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CS5P6OU2ZI7CRIFE5I4J6D4KQE.jpg?auth=5c3813fe563f0ca3e83257197a31ec7b4f552102a691cee439d96e38822dae69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Supreme Court Justice Samuel Alito attends Pope Leo XIV's audience for operators of justice in St. Peter's Square at the Vatican, Sept. 20, 2025. (AP Photo/Alessandra Tarantino, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[Haaland scores deciding goal as Norway wins its 1st World Cup knockout game, beating Ivory Coast 2-1]]></title><link>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/</link><guid isPermaLink="true">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/</guid><dc:creator><![CDATA[By STEPHEN HAWKINS, Associated Press]]></dc:creator><description><![CDATA[ARLINGTON, Texas (AP) — Erling Haaland savored the moment after Norway won a knockout game at the World Cup for the first time, a celebration that included a horned helmet atop his head and again sitting on the field with teammates to do the Viking Row in synch with their red-clad fans.]]></description><pubDate>Tue, 30 Jun 2026 21:47:58 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Texas (AP) — Erling Haaland savored the moment after Norway won a knockout game at the World Cup for the first time, a celebration that included a horned helmet atop his head and again sitting on the field with teammates to do the Viking Row in synch with their red-clad fans.</p><p>“This is unbelievable. This is history,” Haaland said on the field after the game.</p><p>A slight tap from Haaland's left foot in the 86th minute was the difference as Norway beat Ivory Coast 2-1 on Tuesday, setting up another World Cup match against five-time champion Brazil — 28 years after a victory that many consider the greatest ever for the Norwegians.</p><p>For now, they prefer to enjoy their latest accomplishment.</p><p>“What we’re going to think about now is to enjoy the win today. We’re really happy and proud of ourselves,” said Martin Odeegaard, the team's captain who banged the drum to set the pace for the postgame row. “Hopefully we can keep dreaming and keep believing and keep performing like we did.”</p><p>Antonio Nusa scored the opening goal in the first half with a curling kick for Norway, which in its fourth World Cup will next play in the round of 16 against Brazil on Sunday at MetLife Stadium in East Rutherford, New Jersey.</p><p>“This is really a dream come true,” Nusa said in translated remarks.</p><p>Norway is in its first World Cup since that 1998 appearance, when the team got to the knockout round only after scoring goals in the 83rd and 89th minutes for an incredible 2-1 comeback win over then-reigning World Cup champion Brazil in the group finale.</p><p>Amad Diallo, who had prevented Norway from taking a two-goal lead earlier in the second half, evened the match for Ivory Coast with a left-footed kick in the 74th minute.</p><p>Even after Haaland’s go-ahead goal, his Norway-record 60th in 53 matches, Ivory Coast kept pressing and had a chance to equalize with a direct free kick by Diallo in the sixth minute of stoppage time. Orjan Nyland made a leaping stop, the last of his four saves, when he deflected the ball away as he extended his left hand across his body.</p><p>“After their equalizer, it was easy to panic. But we got our players in the right position and managed to play our game again,” Norway coach Ståle Solbakken said.</p><p>Haaland's 27 touches were the fewest of any Norway player who played the full match, but he was open after three defenders converged when Patrick Berg moved into the penalty area with the ball before making a quick pass. It was a slow roll over the line after coming off the foot of Haaland, who lunged forward as if he might have to kick it again.</p><p>It was his Haaland's fifth goal in three games at this year’s tournament. That is one behind Lionel Messi, who has six for Argentina and scored three of those in two group games at the home of the NFL's Dallas Cowboys.</p><p>Haaland, who won the Golden Boot in the Premier League last season with 27 goals for Manchester City, has scored in 13 straight competitive international games — a total of 25 goals in that span.</p><p>The youthful Elephants, ranked 31st by FIFA, had never before won twice in the same World Cup. This was the fourth World Cup appearance for the West African nation, the same as Norway.</p><p>“We are proud for what we achieved,” Diallo said. “But a big disappointment because we knew we have quality in the team, we have players that can make a difference anytime.”</p><p>Nusa scored his first World Cup goal in the 39th minute when he took a few strides past the left corner of the penalty area and sent a right-footed kick between two defenders toward the far post.</p><p>Ivory Coast goalkeeper Yahia Fofana made a diving attempt at the ball that was just beyond his extended reach, and he was still in air when he turned his head back to see the ball curl into the net. It was Nusa’s ninth international goal in 28 games for Norway.</p><p>Diallo evened the score at 1-1 after a give-and-go with Nicolas Pepe, who had scored both Ivory Coast goals in its previous game and was stopped by Nyland in the 55th minute. Diallo found space for his left-footed blast.</p><p>That came only about eight minutes after Torbjorn Heggen had a shot for Norway that was deflected away by Diallo, who was right next to his keeper.</p><p>Nusa's yellow card in stoppage time before the half set up a free kick by Pepe, but the ensuing header went left of the post.</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/UXJQNF5RVED2XTWIGNNZN63REE.jpg?auth=3072a0870ce6471c4fb4f925d0e489b647171cb6669d28a3e9faac3e8a8b755b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's Erling Haaland (9) celebrates after scoring his side's second goal during the World Cup round of 32 soccer match between Ivory Coast and Norway in Arlington, Texas, near Dallas, Tuesday, June 30, 2026.(AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GGPFXNMHJA2WWG5T7A2ZU7RAZU.jpg?auth=d05a590e411cd260e4eceb9093db83e03e4613bfeec64899e545333702f014e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's Martin Oedegaard (10) leads the viking row, after the end of the FIFA World Cup Round of 32 soccer match between Ivory Coast and Norway in Arlington, Texas, near Dallas, Tuesday, June 30, 2026.(AP Photo/Gareth Patterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Gareth Patterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3WM4ZSIFHIRS2JBHLGC6EP4QPE.jpg?auth=03ac0a752bb3724b4787b590cddfaf723791c742ad735b54dddea558c4b885ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway goalkeeper Oerjan Nyland (1) reacts after Erling Haaland (9) scored his side's second goal during the World Cup round of 32 soccer match between Ivory Coast and Norway in Arlington, Texas, near Dallas, Tuesday, June 30, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3FGZ5URHXWUZKE6J65CLBJAHRA.jpg?auth=17c17001548f69cea0a65d4afafe6abd96ea10170fe2ad24d0ce0276a4783473&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's Erling Haaland (9), left, scores during the World Cup round of 32 soccer match between Ivory Coast and Norway in Arlington, Texas, near Dallas, Tuesday, June 30, 2026. (AP Photo/Jessica Tobias)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Tobias</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A65IASHOABABJZHOAWTIZCTCNE.jpg?auth=70e1318aef66b2f29cf50fe12d67e267150870522c15a2deb31967be7ec45859&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's Antonio Nusa (20) celebrates after scoring the opening goal of his team during the World Cup round of 32 soccer match between Ivory Coast and Norway in Arlington, Texas, near Dallas, Tuesday, June 30, 2026.(AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[Panthers solve goaltender situation, acquire Jacob Markstrom in trade]]></title><link>https://www.local10.com/sports/local/2026/06/30/panthers-solve-goaltender-situation-acquire-jacob-markstrom-in-trade/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/30/panthers-solve-goaltender-situation-acquire-jacob-markstrom-in-trade/</guid><dc:creator><![CDATA[Brandon Liguori]]></dc:creator><description><![CDATA[The Florida Panthers have answered their goaltending question with a reunion.]]></description><pubDate>Tue, 30 Jun 2026 18:56:36 +0000</pubDate><content:encoded><![CDATA[<p>The Florida Panthers have answered their goaltending question with a reunion.</p><p>On Tuesday, Florida acquired goaltender Jacob Markstrom and forward Angus Crookshank from the New Jersey Devils in exchange for forwards Evan Rodrigues, Jesper Boqvist and Ben Steeves. </p><p>“Jacob is an established veteran leader in this league who possesses size and a relentless drive to win,” Panthers President of Hockey Operations and General Manager Bill Zito said in a statement Tuesday. “We are excited for him to compete alongside our established group and return to South Florida.</p><p>“We also want to extend our sincere gratitude to Evan and Jesper for their contributions to our organization,” Zito added.</p><p>Markstrom, 36, appeared in 44 games for the Devils in 2025-26, posting a 23-19-1 record and one shutout. </p><p>Markstrom was originally selected by Florida in the second round (No. 31 overall) of the 2008 NHL Draft. </p><p>Late Monday, the Panthers acquired goaltender Akira Schmid from the Vegas Golden Knights, likely as the replacement for Daniil Tarasov, who appeared in 33 games for Florida last season.</p><p>Tuesday’s trade could mark the end of Sergei Bobrovsky’s remarkable run in South Florida. </p><p>Both Bobrovsky and Tarasov are unrestricted free agents and are expected to hit the open market Wednesday.</p><p>The Panthers signed Bobrovsky as an unrestricted free agent from the Columbus Blue Jackets in 2019, and his seven-year tenure included back-to-back Stanley Cup championships in 2023-24 and 2024-25, the only titles in franchise history.</p><p><i>This is a developing story; stay tuned for updates.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5L5AO3VQXXHCOWFBF7RERD7FKU.jpg?auth=8697a46d930398bbd35b9c4ccedcaff453c702b2d68eb46cf0c83fe97b343305&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New Jersey Devils goaltender Jacob Markstrom (25) makes a save against Boston Bruins forward Alex Steeves (21) during the third period of an NHL hockey game, March 16, 2026, in Newark, N.J. (AP Photo/Noah K. Murray, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content></item><item><title><![CDATA[Inter Miami, Marlins y Dolphins se unen a esfuerzos de ayuda para víctimas del terremoto en Venezuela ]]></title><link>https://www.local10.com/espanol/2026/06/30/inter-miami-marlins-y-dolphins-se-unen-a-esfuerzos-de-ayuda-para-victimas-del-terremoto-en-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/inter-miami-marlins-y-dolphins-se-unen-a-esfuerzos-de-ayuda-para-victimas-del-terremoto-en-venezuela/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Los equipos deportivos profesionales del sur de Florida están sumando esfuerzos para ayudar a las comunidades de Venezuela.]]></description><pubDate>Tue, 30 Jun 2026 18:49:10 +0000</pubDate><content:encoded><![CDATA[<p>Los equipos deportivos profesionales del sur de Florida están sumando esfuerzos para ayudar a las comunidades de Venezuela después de que dos poderosos terremotos consecutivos la semana pasada dejaron cerca de 1,500 personas muertas y miles más afectadas.</p><p><b>INTER MIAMI</b></p><p>La Fundación Inter Miami CF, en alianza con la ciudad de Doral y <a href="https://www.globalempowermentmission.org/es/mission/venezuela-earthquakes/" target="_self" rel="" title="https://www.globalempowermentmission.org/es/mission/venezuela-earthquakes/">Global Empowerment Mission</a>, está recolectando suministros esenciales para las víctimas mediante una campaña de donaciones en Nu Stadium este miércoles.</p><p>Los organizadores informaron que el evento tipo “drive-through” se realizará de 9 a.m. a 7 p.m. Se pide a las personas que hagan donaciones permanecer dentro de sus vehículos mientras los voluntarios descargan los suministros.</p><p>Se espera la participación de varias figuras públicas para apoyar la iniciativa, entre ellas Jess Judith, Lele Pons, Jay Wheeler, Zhamira Zambrano, Mau Montaner y Ricky Montaner.</p><p>Las donaciones pueden entregarse en Nu Stadium, ubicado en el 1000 de Stadium Drive, en Miami. Los asistentes deben seguir las señales hacia la tienda oficial del Inter Miami CF.</p><p>Los organizadores solicitan artículos esenciales como alimentos enlatados, agua embotellada, productos de higiene, artículos para bebés, suministros para mascotas y artículos nuevos para emergencias como mantas, tiendas de campaña, sacos de dormir, linternas, baterías y botiquines de primeros auxilios.</p><p>También habrá oportunidades adicionales para donar hasta el viernes en las sedes del Inter Miami en Miami y Fort Lauderdale.</p><p><b>MIAMI MARLINS</b></p><p>Los Miami Marlins también se unen a los esfuerzos de ayuda durante su serie en casa del 7 al 9 de julio contra los Seattle Mariners en el loanDepot park.</p><p>Los aficionados tendrán varias formas de ayudar, incluida la entrega de los artículos solicitados en cajas de recolección ubicadas en la entrada Home Plate.</p><p>Los Marlins también ofrecerán a los aficionados la oportunidad de comprar boletos de $5 USD a través de <a href="https://www.mlb.com/marlins/tickets/offers/venezuela-earthquake-relief" target="_self" rel="" title="https://www.mlb.com/marlins/tickets/offers/venezuela-earthquake-relief">Marlins.com/WeLoveVenezuela</a> al llevar uno de los artículos solicitados al partido. Por cada boleto elegible comprado, el equipo donará $5 USD a la Fundación We Love Venezuela.</p><p>Lo recaudado en la rifa 50/50 durante los tres partidos también beneficiará a la fundación.</p><p>La organización ha comprometido $100,000 USD para Global Empowerment Mission. Además, socios corporativos como loanDepot, Goya Foods, neaū water y Kellanova también contribuirán con donaciones en efectivo y en especie.</p><p>Ambos equipos están animando a los residentes del sur de Florida a unirse y apoyar los esfuerzos de ayuda para las personas afectadas por los terremotos.</p><p><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/">Haga 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>MIAMI DOLPHINS</b></p><p>La Fundación Miami Dolphins también donó $100,000 USD para apoyar los esfuerzos de ayuda tras los mortales terremotos en Venezuela.</p><p><a href="https://x.com/MiamiDolphins?ref_src=twsrc%5Etfw" target="_self" rel="" title="https://x.com/MiamiDolphins?ref_src=twsrc%5Etfw">Publicaciones de MiamiDolphins.</a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5F6FOYBIOFAXRINO5DSYFUESYQ.jpg?auth=835505464d4e2105953344a5ddda586e79d609fb48257afef3a3640c21797c85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[México a la expectativa ante lo que podría decidir Trump sobre la continuidad del T-MEC]]></title><link>https://www.local10.com/espanol/2026/06/30/mexico-a-la-expectativa-ante-lo-que-podria-decidir-trump-sobre-la-continuidad-del-t-mec/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/mexico-a-la-expectativa-ante-lo-que-podria-decidir-trump-sobre-la-continuidad-del-t-mec/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — La presidenta mexicana Claudia Sheinbaum afirmó el martes que está a la expectativa de lo que pueda decidir Washington cuando el miércoles comience la revisión del tratado comercial entre México, Estados Unidos y Canadá (T-MEC).]]></description><pubDate>Tue, 30 Jun 2026 22:40:01 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — La presidenta mexicana Claudia Sheinbaum afirmó el martes que está a la expectativa de lo que pueda decidir Washington cuando el miércoles comience la revisión del tratado comercial entre México, Estados Unidos y Canadá (T-MEC).</p><p>Sheinbaum ratificó en su habitual conferencia diaria que México, al igual que Canadá, insistirá en la ampliación por otros 16 años del T-MEC –vigente desde el 1 de julio de 2020—.</p><p>La revisión se dará en medio de un clima de tensión generado por los aranceles que impuso el presidente Donald Trump a varios países, entre ellos a sus socios, desde el inicio de su segundo mandato en 2025.</p><p>México ha logrado sortear buena parte de los gravámenes que Washington implementó, pero los productos mexicanos que no están cubiertos por el T-MEC, así como los camiones medianos y pesados, enfrentan un impuesto de 25%. También está vigente un gravamen de 50% al acero y el aluminio y una cuota compensatoria del 17% al tomate mexicano.</p><p>“Estamos tranquilos en el sentido de que hemos hecho todo lo que tenemos que hacer”, dijo la mandataria y agregó que, independiente de la decisión que tome la administración Trump, “eso no quiere decir que se acabe el tratado mañana”.</p><p>El secretario de Economía de México, Marcelo Ebrard, confirmó en un vídeo que difundió en su cuenta de X que el miércoles sostendrá una reunión virtual con sus pares de Estados Unidos y Canadá sobre los siguientes pasos que se seguirán para la revisión del T-MEC.</p><p>Ebrard detalló que entre los caminos que se están considerando está una revisión dentro de seis años con una ampliación de la vigencia del tratado hasta 2042 - que respaldan México y Canadá -, o mantener el T-MEC hasta 2036 y hacer una revisión cada año con un alcance cada vez más limitado de las evaluaciones.</p><p>Alterno al proceso de revisión del tratado, México y Estados Unidos tendrá el 20 de julio en la capital mexicana la tercera ronda de diálogos bilaterales en materia comercial que se iniciaron en mayo.</p><p>Durante las dos primeras las partes abordaron asuntos relativos a las reglas de origen, la seguridad económica, la agricultura y la industria automotriz.</p><p>Sobre las conversaciones bilaterales, Sheinbaum manifestó que su administración está trabajando para que Washington “disminuya de manera importante” los aranceles impuestos a los productos mexicanos y continúe el T-MEC.</p><p>¿Cómo llega México a la revisión?</p><p>Además de las tensiones en materia comercial, México ha enfrentado en los últimos meses fuertes presiones y reclamos de parte de Estados Unidos en asuntos de seguridad y migración que también han perturbado las relaciones.</p><p>Las fricciones se crisparon tras la muerte de dos agentes de la CIA  en abril en un accidente automovilístico en el estado fronterizo de Chihuahua luego del desmantelamiento de un laboratorio de droga. En esa oportunidad México reclamó a Washington que no había sido informado de la presencia en el país de los dos agentes estadounidenses ni de sus actividades.</p><p>Las tensiones se elevaron tras anunciarse a fines de ese mismo mes que la fiscalía de Nueva York había acusado de narcotráfico al gobernador oficialista del estado de Sinaloa, Rubén Rocha, y a otros nueve funcionarios activos y retirados, y solicitó su detención preventiva con fines de extradición.</p><p>Ante ese contexto Ildefonso Guajardo, exsecretario mexicano de Economía y quien participó en las negociaciones con Estados Unidos que llevaron al T-MEC, afirmó que México llega al proceso de revisión en un “grado alto de vulnerabilidad” y en medio de una “incertidumbre creciente” que ha impactado los compromisos de inversión en América del Norte.</p><p>Guajardo manifestó dudas de que se llegue al fin del tratado trilateral, pero “el problema es con qué calidad de T-MEC nos vamos a quedar”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MQHN2ZAJW3ZGIFI565JXVYTYPY.jpg?auth=45a8bf0d52479b75cf40aeb6ceb0cc0ad714ec30bbf06936846a5d7c02f70193&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La presidenta mexicana Claudia Sheinbaum ofrece su conferencia de prensa matutina en el Palacio Nacional de la Ciudad de México, el lunes 22 de junio de 2026. (AP Foto/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content></item><item><title><![CDATA[World Cup fans enjoy festive watch party during match between Brazil, Japan]]></title><link>https://www.local10.com/sports/2026/06/29/world-cup-fans-enjoy-festive-watch-party-during-match-between-brazil-japan/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/world-cup-fans-enjoy-festive-watch-party-during-match-between-brazil-japan/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[Futbol fans flocked to Downtown Miami on Monday for what turned out to be an epic World Cup watch party. ]]></description><pubDate>Mon, 29 Jun 2026 21:22:16 +0000</pubDate><content:encoded><![CDATA[<p>Futbol fans flocked to downtown Miami on Monday for what turned out to be an epic World Cup watch party. </p><p><a href="https://www.local10.com/espanol/2026/06/30/aficionados-del-mundial-disfrutan-fiesta-durante-el-encuentro-entre-brasil-y-japon/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/aficionados-del-mundial-disfrutan-fiesta-durante-el-encuentro-entre-brasil-y-japon/">Leer en español</a></p><p>It took place at Bayfront Park during the match between Brazil and Japan. </p><p>The Round of 32 knockout stage game was a great one. </p><p>It remained tied until the final moments, when Brazil pulled out a thrilling 2-1 victory. </p><p>Local 10 News’ Liane Morejon was there for all the fun, and her report can be seen at the top of this page. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Canciller cubano dice conversaciones con EEUU no muestran progreso pese a anuncio de reformas]]></title><link>https://www.local10.com/espanol/2026/06/30/canciller-cubano-dice-conversaciones-con-eeuu-no-muestran-progreso-pese-a-anuncio-de-reformas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/canciller-cubano-dice-conversaciones-con-eeuu-no-muestran-progreso-pese-a-anuncio-de-reformas/</guid><dc:creator><![CDATA[Por ANDREA RODRIGUEZ, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — Las conversaciones entre Estados Unidos y Cuba están sin avances a pesar de una serie de reformas de apertura económica aprobabas recién por el gobierno de La Habana y muchas de las cuales demandadas largamente por Washington, informó el canciller cubano Bruno Rodríguez.]]></description><pubDate>Tue, 30 Jun 2026 19:26:13 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — Las conversaciones entre Estados Unidos y Cuba están sin avances a pesar de una serie de reformas de apertura económica aprobabas recién por el gobierno de La Habana y muchas de las cuales demandadas largamente por Washington, informó el canciller cubano Bruno Rodríguez.</p><p>Las negociaciones "no muestran progreso”, aseguró Rodríguez al anunciar el martes en rueda de prensa la realización de un debate en la Asamblea General de Naciones Unidas sobre el cerco energético impuesto por la administración del presidente Donald Trump en enero contra la isla.</p><p>El bloqueo petrolero ha ocasionado un fuerte impacto en la isla y su economía se encuentra semiparalizada con largos apagones, combustibles racionalizados, cortes de internet y suspensión del transporte público o cancelación de vuelos. Servicios básicos como la recogida de basura o la entrega de agua no pueden ser satisfechos, mientras que las jornadas laborales fueron recortadas.</p><p>Ambos gobiernos reconocieron que negociaban y se hicieron públicas visitas de delegaciones estadounidenses a la isla y hasta un encuentro entre el equipo del secretario de Estado, Marco Rubio, con el nieto del retirado líder Raúl Castro en San Cristóbal y Nieves en febrero. No trascendieron detalles o una hoja de ruta.</p><p>“La conducta de las delegaciones del gobierno de los Estados Unidos que generalmente es respetuosa en esas conversaciones, está acompañada de constantes declaraciones agresivas contra Cuba, de amenazas de agresión militar, de la aplicación de medidas coercitivas adicionales”, indicó Rodríguez.</p><p>A mediados de junio, el Partido Comunista de Cuba y la Asamblea del Poder Popular, el Parlamento, aprobaron un paquete de medidas económicas de apertura al mercado y la iniciativa privada inusitadas para el sistema socialista local, aunque en sintonía con algunas de las exigencias realizadas por Estados Unidos que aspira a un cambio de modelo en la nación caribeña.</p><p>El esquema político de partido único no fue considerado en el plan impulsado por las autoridades.</p><p>“Las transformaciones recientemente anunciadas son total y absolutamente soberanas, ni hemos escuchado ni nos interesa la opinión del gobierno de los Estados Unidos sobre ellas”, señaló Rodríguez. Agregó que llamaba la atención de que hayan sido respondidas con un nuevo paquete de medidas coercitivas unilaterales contra la isla.</p><p>El Departamento de Estado de Estados Unidos no respondió de inmediato a una solicitud de comentarios por parte de The Associated Press.</p><p>Poco después de la aprobación, Estados Unidos emitió un anuncio de s anciones contra firmas cubanas que se sumaron a las preexistentes del último año. Trump y su secretario Rubio dijeron que el gobierno cubano era inepto, su modelo ineficiente y la isla un peligro para sus seguridad nacional.</p><p>Rodríguez informó, además, que la isla había pedido una sesión a la Asamblea General de la ONU para denunciar el cerco energético de Estados Unidos contra la nación caribeña que agudizó una severa crisis y semiparalizó la economía.</p><p>La sesión en la ONU se realizará el 7 de julio y según el canciller, Estados Unidos buscó boicotearla.</p><p>“Cuba no es ni puede ser una amenaza a la seguridad nacional de los Estados Unidos, que es una gran potencia militar y nuclear”, expresó el jefe de la diplomacia cubana. “Cuba no es una amenaza, el bloqueo sí. El bloqueo y la política de agresión y hostilidad el gobierno de los Estados Unidos contra cuba es una amenaza para la existencia y el bienestar del pueblo cubano, para el ejercicio de sus derechos humanos”, acotó.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RSMIDOS5SM53QIGNC4PXZEWCY4.jpg?auth=425ed104671fac529c7e42034837bb50a6f1163a034bff0e1d11072dbcd4142b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias mujeres pasan junto a grafitis con los colores de la bandera cubana, el miércoles 17 de junio de 2026, en La Habana, Cuba. (AP Foto/Jorge Luis Baños)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[Trump administration seeks to stomp out all fires quickly, reviving policy that has been discredited]]></title><link>https://www.local10.com/news/national/2026/06/30/trump-administration-seeks-to-stomp-out-all-fires-quickly-reviving-policy-that-has-been-discredited/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/30/trump-administration-seeks-to-stomp-out-all-fires-quickly-reviving-policy-that-has-been-discredited/</guid><dc:creator><![CDATA[By MARTHA BELLISLE and MATTHEW BROWN, Associated Press]]></dc:creator><description><![CDATA[The deaths of three U.S. government firefighters in a Colorado wildfire are casting a spotlight on the Trump administration’s creation of a new federal fire service and its revival of a previously discredited policy to stomp out all wildfires quickly.]]></description><pubDate>Tue, 30 Jun 2026 23:32:50 +0000</pubDate><content:encoded><![CDATA[<p>The deaths of three U.S. government firefighters in a Colorado wildfire are casting a spotlight on the Trump administration’s creation of a new federal fire service and its revival of a previously discredited policy to stomp out all wildfires quickly.</p><p>One of the killed firefighters worked for the U.S. Wildland Fire Service, established this year without customary congressional approval by drawing personnel from four agencies within the Interior Department. The victims were part of an elite, helicopter-based crew that got trapped Saturday in a fast-growing wildfire near the Utah border as they attacked the blaze on the ground.</p><p>Five firefighters, including the ones who died, tried to shield themselves by deploying tentlike emergency shelters as flames overran their position. The two survivors were hospitalized with burn injuries.</p><p>The consolidation of thousands of personnel into the fire service has sown confusion among some firefighters about who their bosses are and what their responsibilities should be, according to former government officials.</p><p>And the administration’s focus on “full suppression” of new fires marks a sharp reversal from a decades-long trend toward embracing flames as a tool — to burn off old vegetation and growth that acts like fuel and lessen the risk of catastrophic blazes being stoked by a warming planet.</p><p>The changes benefit private fire aviation companies that are key to hitting blazes fast.</p><p>Federal officials have not released details on the circumstances preceding the weekend deaths, including the firefighters’ objective at the site where they were overrun.</p><p>“The question is, why were they attacking that fire in the first place?” asked Timothy Ingalsbee, a former federal firefighter and cofounder of the advocacy group Firefighters United For Safety, Ethics and Ecology. “What was actually at risk? If it was a bunch of shrubs on remote mountaintops, what was the real risk that justified putting those firefighters at risk?”</p><p>98% of fires are extinguished</p><p>Wildfires ignited over the past week all across the West following months of dry weather and a record lack of snow in some places. Authorities in southern Colorado said Tuesday that a wind-driven fire northwest of Colorado City had burned more than 35 square miles (90 square kilometers) and destroyed more than 150 structures, including at least 55 homes.</p><p>Under an order from Interior Secretary Doug Burgum, the Wildland Fire Service plans to use full suppression “for every wildfire under its management,” federal officials said in a statement to The Associated Press.</p><p>“Any wildfire that represents a threat to life, property, infrastructure or the environment should be extinguished as quickly as possible,” the statement said. “Our experienced fire managers retain the authority to select the safest and most effective tactics based on conditions on the ground.”</p><p>But critics say the administration is trying to fix something that isn’t broken: The four agencies the firefighters were drawn from — the Bureau of Land Management, Fish and Wildlife Service, Bureau of Indian Affairs and National Park Service — have a record of extinguishing 98% of the fires they handle.</p><p>The new agency and policy won’t eliminate catastrophic wildfires that occur due to dense forests where people are increasingly moving and extreme weather caused by climate change, said Steve Ellis, who retired as a Bureau of Land Management deputy director. Land managers must be a part of the solution, he said.</p><p>“Severing forest management and forest managers from fire suppression will make firefighting less safe and put communities at greater risk,” Ellis said.</p><p>The two other wildland firefighters killed in Colorado worked for the Department of Agriculture’s Forest Service, which handles most U.S. wildfires and is also operating under a full suppression policy. Trump had wanted the new agency to include Forest Service firefighters, but Congress blocked that part of the plan.</p><p>Fire aviation companies pushed for the consolidation</p><p>Under Trump, federal officials have been bringing in aircraft more quickly once fires ignite, said Austin Moeller, an aerospace analyst for the investment firm Canaccord Genuity.</p><p>“Anyone that has an air tanker benefits from this more aggressive contracting activity,” Moeller said.</p><p>A chief beneficiary is Bridger Aerospace, a Montana-based company founded by U.S. Sen. Tim Sheehy. Before his 2024 election, Sheehy hired lobbyists in a failed attempt to persuade the Montana Legislature to create a statewide fire service analogous to the one just created at the federal level. Within a month of taking federal office, he sponsored a bill to codify the consolidation of federal firefighters into one agency.</p><p>Sheehy stepped away from his company during the 2024 campaign and put his Bridger assets into a blind trust, said Sheehy spokesman Tate Mitchell.</p><p>Mitchell said Trump was behind the idea to create a new fire agency, but Sheehy supports it.</p><p>“One of Senator Sheehy’s top priorities in the Senate is using his experience to stop the catastrophic fires destroying American communities and he won’t apologize for it,” Mitchell said.</p><p>Bridger describes itself as one of the nation's leading aerial firefighting companies. CEO Sam Davis has said the company's fleet of Super Scooper aircraft, its surveillance aircraft and its fire observation technology make it “uniquely positioned” to respond to the renewed emphasis on attacking fires to put them out.</p><p>New full suppression policy dates back decades</p><p>The aircraft will help the administration's new full suppression policy, which harkens back to a 1935 policy known as the 10 a.m. rule because it required agencies to put out new fires by 10 a.m. the following day.</p><p>Michael Dudley, a retired director of fire, aviation and air management at the Forest Service, said that old policy is why forests today are overgrown.</p><p>Wildfires serve a purpose — they clear out the small and dead material. But officials became so good at putting out fires that the forests kept growing and more fuels built up, so when a fire hits now, it's easy for it to get out of control, he said.</p><p>Scientists who study wildfires say trying to stop all fires is unrealistic since some of the most destructive blazes in recent years have evaded efforts to put them out. Some fires simply grow too fast, are too remote, or result from multiple ignitions that makes them impossible to stop.</p><p>“The narrative that if we just try harder, we’re gonna make these fires go away isn’t true,” said former Forest Service wildfire researcher David Calkin. “The fire paradox is not beatable: The more you make fire go away, the more fuel accumulates. The more fuel accumulates, the harder it is to make fires go away.”</p><p>Firefighters: New agency needs work</p><p>Firefighters in the consolidated agency are working under newly appointed Wildland Fire Service Chief Brian Fennessy, who had served as chief of California's Orange County Fire Authority since 2018.</p><p>“There’s a level of confusion as everyone’s trying to sort out responsibilities and who’s in charge and who do you report to,” Dudley said.</p><p>An Interior spokesperson said Fennessy was highly respected with decades of experience, including managing some of the nation's most complex fire challenges in densely-populated southern California.</p><p>Luke Mayfield, a founder of the group Grassroots Wildland Firefighters, said he believes the consolidation will better serve firefighters, but significant work remains to get the new agency fully running.</p><p>“Everyone was aware of the potential fuel and fire conditions we face this fire season,” Mayfield said. “Those conditions are surfacing and have resulted in firefighter fatalities with weather conditions that won’t let up in the near future.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E45YFKZ575PVTLRO6ETXVLTCNE.jpg?auth=273bc3a994e9e7abd3928a2d3f95d0a1e8db576bfa4eaeb44250ed14d9c5c412&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A helicopter flies near the Cottonwood Fire in Beaver, Utah, Tuesday, June 30, 2026. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AZM5YFUBBBYYKDYJWY7Q3SDRBE.jpg?auth=f3f5fc792c180114a094cbc49cd2d0203a4a7670767d39d495c52689b89e557c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[First responders hug during a procession in Grand Junction, Colo., Monday, June 29, 2026, for firefighters that died battling blazes near the Colorado-Utah border. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DLATRY4S2EJS5BBGDNFFXR2MUE.jpg?auth=233c67c3549a5176f913685cccbb64987bc2dd59573c120aecae8d68398d38fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A helicopter drops water on the Cottonwood Fire burning near Beaver, Utah, on Saturday, June 27, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[Aficionados del Mundial Disfrutan fiesta durante el encuentro entre Brasil y Japón ]]></title><link>https://www.local10.com/espanol/2026/06/30/aficionados-del-mundial-disfrutan-fiesta-durante-el-encuentro-entre-brasil-y-japon/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/30/aficionados-del-mundial-disfrutan-fiesta-durante-el-encuentro-entre-brasil-y-japon/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[Fanáticos del fútbol acudieron en masa el lunes al centro de Miami para ver el partido del Mundial y resultó ser una épica fiesta ]]></description><pubDate>Tue, 30 Jun 2026 18:31:09 +0000</pubDate><content:encoded><![CDATA[<p>Fanáticos del fútbol acudieron en masa el lunes al centro de Miami para ver el partido del Mundial y resultó ser una épica fiesta </p><p>El evento se realizó en Bayfront Park durante el partido entre Brasil y Japón.</p><p>El partido de eliminación directa de la ronda de 32 fue un gran encuentro.</p><p>Se mantuvo empatado hasta los momentos finales, cuando Brasil logró una emocionante victoria por 2-1.</p><p>Liane Morejon, de Local 10 News, estuvo allí para toda la diversión, y su reportaje puede verse en la parte superior de esta página.</p>]]></content:encoded></item><item><title><![CDATA[New Trump book, 'Regime Change,' has sold 300,000 copies, with more being printed, publisher says]]></title><link>https://www.local10.com/entertainment/2026/06/30/new-trump-book-regime-change-has-sold-300000-copies-with-more-being-printed-publisher-says/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/30/new-trump-book-regime-change-has-sold-300000-copies-with-more-being-printed-publisher-says/</guid><dc:creator><![CDATA[By BILL BARROW, Associated Press]]></dc:creator><description><![CDATA[It turns out readers still want to learn more about President Donald Trump after all.]]></description><pubDate>Tue, 30 Jun 2026 18:25:24 +0000</pubDate><content:encoded><![CDATA[<p>It turns out readers still want to learn more about President Donald Trump after all.</p><p>“Regime Change: Inside the Imperial Presidency of Donald Trump,” the l atest book on the Trump presidency, written by political journalists Maggie Haberman and Jonathan Swan, has sold more than 300,000 copies in its opening week, according to publisher Simon & Schuster.</p><p>They’re the kind of sales that numerous works about Trump reached during his first term, but had been rare during his second term. Publishers had speculated that the public had tired of Trump books, believing there was little left to know.</p><p>The total figures include preorders, print book sales, ebooks, and e-audiobooks and orders that have yet to be fulfilled because of demand, the publishing house said. Simon & Schuster said the book is into its third hard copy printing, with 200,000 copies on order, after it sold out quickly in bookstores and on Amazon. It's the best first-week clip of any hardcover nonfiction book in 2026.</p><p>The book covers the first 14 months of Trump's second presidency and takes readers inside the West Wing, White House residence and Trump's Mar-a-Lago estate, aboard Air Force One and on foreign trips with the president.</p><p>Trump, who has a long history with Haberman from her days covering him as a New York City business and society figure, has trashed the book as “mostly made up.” Haberman and Swan are now New York Times reporters.</p><p>Their manuscript depicts meticulous details of Trump's military decisions, how he's wielded the power of the Justice Department against his political opponents, his conversations with other power players, and the time and attention he's devoted to remaking the aesthetics and structure of the White House.</p><p>The book spells out a thesis that Trump himself believes: Had he not lost the 2020 election, he would not be as powerful in his second term as he is now — emboldening him to trample norms, dismantle established institutions and push the limits of presidential power.</p><p>Haberman and Swan have been featured regularly across news talk shows promoting the book and sharing details of their reporting, including a sit-down with Trump in which he boasted about being compared to some of history's great villains.</p><p>Sean Manning, vice president and publisher at Simon & Schuster, said the book “has entered the national conversation” and will hold up as “a work of historic importance.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CCT4SFIE6CRQGWCPUGO6TOW7WQ.jpg?auth=9ffa0ab7d8541da365eaed84601e491971887ad48d70c9d75fe6710b5131e4c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump stands before speaking at the Faith & Freedom Coalition's policy conference at the Washington Hilton, Friday, June 26, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/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></channel></rss>