<?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>Sat, 06 Jun 2026 12:50:28 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Police investigate after person shot in Coconut Grove ]]></title><link>https://www.local10.com/news/local/2026/06/06/police-investigate-after-person-shot-in-coconut-grove/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/06/police-investigate-after-person-shot-in-coconut-grove/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A person was shot early Saturday morning in Coconut Grove after Miami police responded to reports of a large crowd, authorities confirmed.]]></description><pubDate>Sat, 06 Jun 2026 12:39:59 +0000</pubDate><content:encoded><![CDATA[<p>A person was shot early Saturday morning in Coconut Grove after Miami police responded to reports of a “large crowd,” authorities confirmed.</p><p>Miami police said officers were called to the 3800 block of Oak Avenue at about 1:55 a.m. </p><p>Police said when officers arrived, they reported hearing gunshots in the area and later found a person who had been shot.</p><p>They said Miami Fire Rescue personnel transported the victim to Jackson Memorial Hospital’s emergency room. </p><p>The age, gender, identity, or condition of the victim was not immediately released.</p><p>Anyone with information about the shooting is urged to call Miami-Dade Crime Stoppers at 305-471-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/54QDIKLBYBB7DD7U6YAPQ5N3PA.jpg?auth=bddfa4e9637974b68733b55bd16ff50b14d742c1e49dee7fc9283bb3ff8f1959&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Polish qualifier Maja Chwalinska plays Russian teenager Mirra Andreeva in French Open final]]></title><link>https://www.local10.com/sports/2026/06/06/polish-qualifier-maja-chwalinska-plays-russian-teenager-mirra-andreeva-in-french-open-final/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/06/polish-qualifier-maja-chwalinska-plays-russian-teenager-mirra-andreeva-in-french-open-final/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — History will be made no matter who wins the French Open women’s final on Saturday.]]></description><pubDate>Sat, 06 Jun 2026 12:24:10 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — History will be made no matter who wins the French Open women’s final on Saturday.</p><p>The 114th-ranked Polish player Maja Chwalinska is attempting to become the first qualifier to capture the Roland Garros title.</p><p>At 19, eighth-ranked Mirra Andreeva of Russia is bidding to become the youngest player to win the women’s singles title since Monica Seles was 18 when she landed her third straight French Open in 1992.</p><p>The final on the red clay of Court Philippe-Chatrier starts at 3 p.m. (1300 GMT; 9 a.m. ET).</p><p>Alexander Zverev plays Flavio Cobolli in the men’s final on Sunday to conclude the wildest Grand Slam in recent memory.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N6ZXTW4KCOVC26LBXFPWZ7O5PU.jpg?auth=a63e7a0b50942da139d71c74d701391686dc05a08a12b4c628454bbf8ecb9c97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Poland's Maja Chwalinska react after winning during the semifinal tennis match against Russia's Diana Shnaider at the French Open in Paris, Thursday, June 4, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QQJLML4FBBFHOFAZBZCTWSCO6I.jpg?auth=8d0ba8c063184882ac66f594ccf5a66c33bf7eea78ab6e2f3ca4125e30298c63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russia's Mirra Andreeva returns to Ukraine's Marta Kostyuk during the semifinal tennis match at the French Open in Paris, Thursday, June 4, 2026. (AP Photo/Christophe Ena)]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content></item><item><title><![CDATA[Female Navy officers say they fear a career cap after Hegseth cuts women from promotions list]]></title><link>https://www.local10.com/news/politics/2026/06/06/female-navy-officers-say-they-fear-a-career-cap-after-hegseth-cuts-women-from-promotions-list/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/06/female-navy-officers-say-they-fear-a-career-cap-after-hegseth-cuts-women-from-promotions-list/</guid><dc:creator><![CDATA[By KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — After Defense Secretary Pete Hegseth cut nine Navy officers, including all the women, from a promotion list, several female officers say they see the unusual intervention as a sign that their careers now have a ceiling and worry for the future generation of female military leaders.]]></description><pubDate>Sat, 06 Jun 2026 12:18:58 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — After Defense Secretary Pete Hegseth cut nine Navy officers, including all the women, from a promotion list, several female officers say they see the unusual intervention as a sign that their careers now have a ceiling and worry for the future generation of female military leaders.</p><p>The Navy had selected 31 sailors to promote from the rank of captain to one-star admiral, but Hegseth recently intervened to strike nine people from the list, including three women and two Black men, according to a defense official who spoke on condition of anonymity to discuss information not permitted to be released publicly.</p><p>As a result, the Navy is not promoting a single woman to the one-star admiral rank this year even though women make up about one-quarter of all Navy officers and nearly one-third of the sea service's midgrade ranks, according to military data from 2024.</p><p>The Associated Press spoke with eight female Navy officers of varying ranks and time in service after Hegseth's cuts, which were reported earlier by The New York Times, became public. They spoke on condition of anonymity out of fear of retribution from their superiors.</p><p>The more junior officers said they saw the development as a sign that their careers would become politicized if they rose too far in the ranks, and some said they felt they now had a limit on how far they could be promoted. Some said it made them feel less valued within the military and wondered whether that wasn't part of the intent.</p><p>The Pentagon has not offered any rationale on why the women, or any of the other six people, were removed from the promotion list.</p><p>The Pentagon says promotions are based on merit</p><p>Sean Parnell, the Pentagon's top spokesman, said on social media this week that “military promotions are given to those who have earned them” and that the Pentagon “will never consider the color of a service member’s skin or their gender as a factor in promotions." The Pentagon did not immediately respond to a request seeking further comment.</p><p>The Navy's process for choosing which officers to promote to the one-star rank has been relatively constant and transparent over the years. The service convenes a group of officers, called a promotion board, that examines the records of eligible officers and chooses the most qualified.</p><p>The board that selected the initial slate of 31 officers for promotion was directed by then-Navy Secretary John Phelan, an appointee of President Donald Trump, to “recommend for promotion the best qualified officers within their respective competitive category.”</p><p>The order from Phelan, who later abruptly departed his post in April, said the board should consider an officer's performance, competence and character, among other traits, as part of those qualifications.</p><p>It also said that given China's prominence in the Trump administration's National Defense Strategy, “special consideration shall be given to officers who have excelled in their knowledge of the political military affairs and U.S. strategic interests in the Indo-Pacific region, and operational contingency planning for Indo-Pacific war plans.”</p><p>Hegseth has long argued, without offering evidence, that women in the military benefit from preferential treatment and are not suited for combat roles.</p><p>"For too long, we’ve promoted too many uniformed leaders for the wrong reasons based on their race, based on gender quotas, based on historic so-called firsts,” Hegseth told hundreds of military leaders in September.</p><p>The approach, he asserted, made the Pentagon “less capable and less lethal.”</p><p>Navy leaders and other top officials had approved promotion list</p><p>Phelan's order said the Navy cannot discriminate based on criteria such as race and sex, and it specifically noted that “this guidance shall not be interpreted as requiring or permitting preferential treatment of any officer or group of officers on the grounds of race, religion, color, sex.”</p><p>The full list of 31 people to be promoted was approved by Phelan, other Navy leaders and the chairman of the Joint Chiefs of Staff, Gen. Dan Caine, before it reached Hegseth, who chose to make the changes, the defense official said.</p><p>While Hegseth is within his rights to intervene in the list, “it’s just not the norm,” said Katherine Kuzminski, a researcher specializing in military recruiting and retention at the Center for New American Security think tank.</p><p>Kuzminski noted that “this is a decision that’s not being made by the U.S. Navy — it’s being made by the secretary of defense” and said Hegseth's growing interference in operational aspects of the military services such as promotions is creating “tension" about what “normal” will look like going forward.</p><p>Some of the more senior Navy officers who spoke with the AP expressed concerns about the message it sends to the next generation of young sailors.</p><p>In addition to pulling the recent promotions of three women to admiral, Hegseth shortly after he took office fired Adm. Lisa Franchetti, the service's top officer and the first woman to hold the job. He never explained his rationale.</p><p>Since then, he also has fired two other female three-star admirals without explanation.</p><p>Some of the officers who spoke to the AP said that while they were encouraging female sailors to stick with the Navy, they acknowledged that message is coming at a difficult time.</p><p>Kuzminski said the rhetoric and actions surrounding women in the military “affects individual service member decision-making and it also affects family unit decision-making,” including whether people make a career of the military.</p><p>Kuzminski said that following the monthslong hold on military promotions by Sen. Tommy Tuberville, R-Ala., during the Biden administration, surveys showed that partisan politics spilling into the day-to-day lives of troops affected their decision-making.</p><p>One officer said this impact was not confined to women.</p><p>In conversations with other sailors in her unit, she said that male sailors were hesitant to deal with what appears to be a growing politicization of simply following the orders of previous administrations.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HAL2ZXEFH35AZM3K6XKLF74V3U.jpg?auth=37feb6bb13b96c63df2d1ab416c1537e4a808875c23893db20e923bf564f4d59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Defense Secretary Pete Hegseth delivers his address during the Shangri-La Dialogue, Asia's annual defense and security forum, in Singapore, Saturday, May 30, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EPRDSMUMDU7OCSEIM73DQYSDQI.jpg?auth=b5a67f444e7cf682f8218859f9ea14df864212ea7c0c043ffbd3ac4b05839a69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chairman of the Joint Chiefs of Staff Gen. Dan Caine testifies at a Senate Appropriations subcommittee on defense hearing on the budget request for the Department of Defense, Tuesday, May 12, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4ONQG4O6VELZQZ3IZ2NTWTLGVU.jpg?auth=b5cf39b64155fc31ed5d329710dda754eb86bd9fce097e156be752c968c9d34e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense Secretary Pete Hegseth and Chairman of the Joint Chiefs of Staff Gen. Dan Caine arrive for a Senate Appropriations subcommittee on defense hearing on the budget request for the Department of Defense, Tuesday, May 12, 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[FWC: Woman, 31, dies after being struck by boat while snorkeling off state park in Broward]]></title><link>https://www.local10.com/news/local/2026/06/06/fwc-woman-31-dies-after-being-struck-by-boat-while-snorkeling-off-state-park-in-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/06/fwc-woman-31-dies-after-being-struck-by-boat-while-snorkeling-off-state-park-in-broward/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Florida Fish and Wildlife Conservation Commission investigators are seeking additional information in the death of a Hollywood woman whose body was found washed ashore on a Broward County beach after authorities determined she was killed in a boat strike.]]></description><pubDate>Sat, 06 Jun 2026 12:10:25 +0000</pubDate><content:encoded><![CDATA[<p>Florida Fish and Wildlife Conservation Commission investigators are seeking additional information in the <a href="https://www.local10.com/news/local/2026/06/05/detectives-identify-californian-woman-who-died-while-snorkeling-off-state-park-in-broward/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/05/detectives-identify-californian-woman-who-died-while-snorkeling-off-state-park-in-broward/">death of a Hollywood woman</a> whose body was found washed ashore on a Broward County beach after authorities determined she was killed in a boat strike.</p><p>FWC officials on Saturday said their officers were notified by the Hollywood Police Department on Thursday about the fatal incident.</p><p>Investigators said two fishermen spotted the victim in the surf near Hollywood Beach and called law enforcement at about 8 p.m. Wednesday.</p><p>The victim was identified by authorities as 31-year-old Kellie Melinda Williams.</p><p>FWC officials later confirmed Williams “had injuries consistent with a vessel strike.”</p><p>Williams, who was born in California and lived in South Florida, was an American Airlines flight attendant and experienced swimmer who had recently married. She disappeared while snorkeling Wednesday near Dr. Von D. Mizell-Eula Johnson State Park in Dania Beach, according to authorities.</p><p>Investigators said her body later <a href="https://www.local10.com/news/local/2026/06/03/police-body-washes-ashore-on-hollywood-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/03/police-body-washes-ashore-on-hollywood-beach/">washed ashore on Hollywood Beach</a>, where witnesses reported seeing fishermen pull her from the water. The Broward Medical Examiner’s Office ruled her cause of death was blunt force injuries.</p><p>FWC officials said the investigation remains active and that a full report will be available through a public records request once the case is completed.</p><p>The agency also extended its sympathies to Williams’ family and loved ones.</p><p>The FWC is asking anyone who witnessed the incident or has information about what happened to call the Wildlife Alert Hotline at 888-404-3922. Tips can be submitted anonymously.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZJTZAY3M6RAIJK66WFARBBSXLE.jpg?auth=8ad308972270af2ad125bdf4ba392f53a9ec470e4c92117285f17c566cdd1878&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Accessorize with earplugs at this summer's concerts so you can enjoy more music in the future]]></title><link>https://www.local10.com/entertainment/2026/06/06/accessorize-with-earplugs-at-this-summers-concerts-so-you-can-enjoy-more-music-in-the-future/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/06/accessorize-with-earplugs-at-this-summers-concerts-so-you-can-enjoy-more-music-in-the-future/</guid><dc:creator><![CDATA[By ADITHI RAMAKRISHNAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — When her favorite band took the stage, Kristin Shires was in the front row.]]></description><pubDate>Sat, 06 Jun 2026 12:07:10 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — When her favorite band took the stage, Kristin Shires was in the front row.</p><p>As the Misterwives started to play, the drums and saxophones blared from the trembling speakers. Shires soaked in the music — but on the way home, a different sound played in her ears.</p><p>“The half hour after the show my ears were like, ‘Are we okay?’” said Shires, a social media coordinator from Houston. “There was some ringing going on.”</p><p>Concerts offer that rare, visceral opportunity to hear your favorite song sung live — really really loud — and scream the lyrics alongside diehard fans. Quieting the music with a pair of earplugs might seem to undermine the whole point.</p><p>But experts say earplugs turn the volume down, not off. And more young people — Shires included — are embracing them, taking a simple step to protect their ears for many more concerts to come. To overcome concerns some might have about coming across as a killjoy, there are fashion-forward options with attached earrings and bling that blend the plugs more seamlessly with concert attire.</p><p>“People think that we are young and invincible, and that’s true to a certain extent,” said Asia Pon, an audiologist at Keck Medicine of the University of Southern California, who goes to concerts — and wears earplugs at them. “But repeated exposure over time can certainly accumulate and lead to permanent damage in the long run.”</p><p>Earplugs protect against long-term hearing damage</p><p>It takes a combination of loud noise and time to damage hearing, experts say. Starting at around 85 decibels — similar to city traffic — hearing can be damaged with prolonged, hourslong listening. The noise at concerts — from both the giant speakers and screaming fans — is often far above that level. The louder the noise, the less time it takes to hurt your ears.</p><p>The inner ear is filled with tiny, fragile hair cells that convert sound waves into electrical signals that are sent to the brain.</p><p>Pon said to think of the those cells like a field of grass. If trampled once, the blades bend over but eventually stand back up. “But if you keep walking across that same area again and again, eventually that grass doesn’t bounce back,” she said.</p><p>Permanently damaged hair cells can lead to longer-term problems like tinnitus and hearing loss.</p><p>Ringing happens when hair cells get temporarily stressed from loud noise. But, listen up: No ringing doesn't necessarily mean there's no damage.</p><p>Even a simple pair of earplugs can get the job done — if they fit</p><p>Many concert venues and festivals offer free earplugs at their guest services desk and there are several over-the-counter options at retail and drugstores.</p><p>When picking a pair of earplugs, look for a noise reduction rating, typically labeled NRR on packaging, between 15 and 30 decibels. That strikes a good balance between enjoying the music and protecting the ears.</p><p>If the plugs don't fit, they won't do their job — so make sure to find a snug pair. To insert foam earplugs, Pon said to straighten the ear canal by pulling the ear up and back. Roll the plug up and pinch it tight before inserting it as deep as it'll go. Then, hold the plug in place with your finger until you feel the plug expand.</p><p>After the plugs are in, look in the mirror and make sure there aren't large chunks sticking out. Play music or watch TV at home to see how it sounds.</p><p>If it's tough to find snug earplugs at the store, concertgoers can also see an audiologist and get fitted for a custom pair. While more expensive, these typically include filters that are adjustable based on the venue and are reusable. Foam plugs shouldn't be worn more than once.</p><p>Earplugs don't make concerts sound worse</p><p>When Shires wore her first pair of earplugs to see the alternative pop band Valley, she wasn't sure what to expect. It took a little adjusting to, but soon everything smoothed out and she could hear the music clearly with some of the crowd noise filtered.</p><p>“After the first few songs, it's like they weren't even there. I was just enjoying the show,” she said. Now, she keeps them in a case attached to her keys and has worn them to see many of her favorite artists including Hayley Williams and Taylor Swift. Many of her concert-going friends wear earplugs too, and she gets asked about them by the friends who don't wear them.</p><p>If your ears feel clogged or muffled or ringing persists in the days or weeks following a concert, consider seeing an audiologist to get a hearing test. Also see a doctor if you experience more severe symptoms like dizziness, pain or ear drainage.</p><p>A slight change to a concert's sound now can preserve hearing for the future. Audiologist Meaghan Reed with Massachusetts Eye and Ear often sees patients who tell her that music doesn’t sound as clear or natural as it used to.</p><p>“It might have a temporary impact of your enjoyment of the music right now, but it’s offset by saving your ability to hear music in the future,” Reed said.</p><p>—-</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S3HYB6YZN3DKWWYDHFP6TU2KFY.jpg?auth=0a93271a299f74d6ab64b1986602e5f97ea299268d73172e0b08c0b2e5b56801&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Fans pack the shores of Copacabana Beach to watch a free concert by Shakira in Rio de Janeiro, May 2, 2026. (AP Photo/Bruna Prado, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruna Prado</media:credit></media:content></item><item><title><![CDATA[Trump issued pardon to former Republican congressman convicted of insider trading]]></title><link>https://www.local10.com/news/politics/2026/06/06/trump-issued-pardon-to-former-republican-congressman-convicted-of-insider-trading/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/06/trump-issued-pardon-to-former-republican-congressman-convicted-of-insider-trading/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump has issued a pardon to Stephen Buyer, a former Republican congressman from Indiana who served nearly two years in prison for making illegal stock trades based on inside information after he left office.]]></description><pubDate>Sat, 06 Jun 2026 12:05:16 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump has issued a pardon to Stephen Buyer, a former Republican congressman from Indiana who served nearly two years in prison for making illegal stock trades based on inside information after he left office.</p><p>Buyer was sentenced to 22 months in prison in 2023 for trades made while working as a consultant and lobbyist. He was ordered to forfeit more than $350,000, representing the amount of the illegal gains, and pay a $10,000 fine. He was released in 2025.</p><p>In granting “a full, complete, and unconditional pardon,” Trump cited Buyer’s career as a judge advocate general in the Army and in the House that was “distinguished and highly productive.” The pardon was dated Thursday and released by the White House late Friday.</p><p>Buyer said the pardon “corrects a politically motivated prosecution” and that it was “horrific to be imprisoned for a crime that I did not commit.” He maintains that he is innocent.</p><p>Trump used his Truth Social media platform on May 31 to share a pair of letters requesting a presidential pardon for Buyer, a lawyer and Gulf War veteran who left office in 2011. He was a House prosecutor at Democratic President Bill Clinton’s 1998 impeachment trial and in 2016 he served on Trump’s transition team focusing on veterans’ issues.</p><p>A letter signed by more than 40 former Republicans in Congress said Buyer was “targeted by the deep state” because of his involvement in Clinton’s trial.</p><p>“Like you, Mr. President, Steve has been the victim of lawfare conducted by the Biden Administration,” they wrote in the April 2025 letter.</p><p>A second letter, from five current House Republicans, said pardoning Buyer would bring justice to his case. The June 2025 letter was signed by Tom Cole of Oklahoma, Ken Calvert of California, Marlin Stutzman of Indiana, Jack Bergman of Michigan and Pete Sessions of Texas.</p><p>Buyer, 67, was convicted in connection with insider trading involving the $26.5 billion merger of T-Mobile and Sprint, announced in April 2018, and illegal trades in the management consulting company Navigant when his client Guidehouse was set to acquire it in a deal publicly disclosed weeks later.</p><p>The Constitution gives a president broad power to grant pardons for federal crimes. The pardons do not erase a recipient’s criminal record but can be seen as act of mercy or justice.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L7JFFHTDASFHHLH6MFTJKCLNKY.jpg?auth=c96e5db55820c734c01bef5b8ce281acc9e3c98d6f6433070890d49d7e7204f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE — Former U.S. Rep. Stephen Buyer, left, trails his lawyer as he leaves Manhattan federal court after pleading not guilty to charges that he participated in an insider trading scheme while working as a consultant, July 27, 2022, in New York. (AP Photo/Larry Neumeister, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Larry Neumeister</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ANSOVDVOCJKDXWTGHTA7BCNRH4.jpg?auth=f3699117cccfd7dd171fce9677ef1b3a2f4405ce4901dc5ae7d0c20b42d35ff2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump talks with reporters after arriving on Air Force One, Friday, June 5, 2026, at Chippewa Valley Regional Airport in Eau Claire, Wis. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Uber driver shot, passenger possibly grazed in Miami, cops say]]></title><link>https://www.local10.com/news/local/2026/06/06/uber-driver-shot-passenger-possibly-grazed-in-miami-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/06/uber-driver-shot-passenger-possibly-grazed-in-miami-cops-say/</guid><dc:creator><![CDATA[Linnie Supall, Ryan Mackey]]></dc:creator><description><![CDATA[An Uber driver was shot and a passenger was possibly grazed by a bullet Friday night in Miami’s Buena Vista West neighborhood, police said.]]></description><pubDate>Sat, 06 Jun 2026 10:27:37 +0000</pubDate><content:encoded><![CDATA[<p>An Uber driver was shot and a passenger was possibly grazed by a bullet Friday night in Miami’s Buena Vista West neighborhood, police said.</p><p>According to Miami police, a ShotSpotter alert was detected near Northwest Second Avenue and 38th Street around 10 p.m.</p><p>Investigators said the driver was struck in the shoulder while transporting a passenger. </p><p>They said despite being wounded, the driver continued north and called police from the area of Northwest Fifth Avenue and 46th Street.</p><p>Miami Fire Rescue medics transported both the driver and passenger to Jackson Memorial Hospital’s Ryder Trauma Center, according to police. The passenger may have suffered a graze wound, they said. </p><p>While responding to the shooting, a Miami police sergeant was involved in a separate crash after another vehicle ran a stop sign, authorities confirmed. </p><p>Police said the sergeant’s patrol vehicle overturned in the collision. The sergeant was not seriously injured but was taken to a nearby hospital for evaluation.</p><p>Authorities have not released information about a suspect or what may have led to the shooting.</p><p>The investigation remains ongoing.</p><p>Anyone with information is urged to call Miami-Dade Crime Stoppers at 305-471-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Raúl Castro makes 1st public appearance in Cuba since US murder indictment]]></title><link>https://www.local10.com/news/world/2026/06/06/raul-castro-makes-1st-public-appearance-in-cuba-since-us-murder-indictment/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/06/raul-castro-makes-1st-public-appearance-in-cuba-since-us-murder-indictment/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Former Cuban leader Raúl Castro made his first public appearance Friday since being indicted in the United States on murder charges tied to the 1996 shootdown of two planes operated by the Miami-based exile group Brothers to the Rescue. ]]></description><pubDate>Sat, 06 Jun 2026 10:59:45 +0000</pubDate><content:encoded><![CDATA[<p>Former Cuban leader <a href="https://www.local10.com/topic/Raul_Castro/" target="_self" rel="" title="https://www.local10.com/topic/Raul_Castro/">Raúl Castro</a> made his first public appearance Friday since being indicted in the United States on <a href="https://www.local10.com/news/local/2026/05/20/us-indicts-raul-castro-over-1996-fatal-shootdown-of-brothers-to-the-rescue-planes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/20/us-indicts-raul-castro-over-1996-fatal-shootdown-of-brothers-to-the-rescue-planes/">murder charges</a> tied to the 1996 shootdown of two planes operated by the Miami-based exile group Brothers to the Rescue. </p><p>According to <a href="https://www.reuters.com/world/americas/cubas-raul-castro-wanted-by-us-appears-an-event-state-television-2026-06-06/" target="_self" rel="" title="https://www.reuters.com/world/americas/cubas-raul-castro-wanted-by-us-appears-an-event-state-television-2026-06-06/">Reuters</a>, Castro appeared at an Interior Ministry event in Havana, Cuba, and was shown on Cuban state television. </p><p>The Trump administration accuses Castro of ordering the Cuban Air Force’s shootdown of two <a href="https://www.local10.com/topic/Brothers_To_The_Rescue/" target="_self" rel="" title="https://www.local10.com/topic/Brothers_To_The_Rescue/">Brothers to the Rescue</a> Cessna 337 Skymasters that departed from Opa-locka Executive Airport at about 3:20 p.m. on Feb. 24, 1996. Investigators said four people were killed in the shootdown. </p><p>Castro was indicted by a Miami federal grand jury on April 23. The superseding indictment remained sealed until it was publicly announced on May 20.</p><p>Reuters reported that Castro, who turned 95 on Wednesday, was last seen publicly during May Day celebrations in Havana, shortly before the indictment was announced. </p><p>Before that, he had not appeared in public since Jan. 15, when he attended a ceremony honoring 32 Cuban soldiers killed during the capture of former Venezuelan President Nicolás Maduro. </p><p>The case stems from one of the deadliest incidents involving Cuban exile groups and remains a source of tension between the United States and Cuba nearly three decades later. </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[Bernadette Chirac, formidable former first lady of France, dies at 93]]></title><link>https://www.local10.com/news/world/2026/06/06/bernadette-chirac-formidable-former-first-lady-of-france-dies-at-93/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/06/bernadette-chirac-formidable-former-first-lady-of-france-dies-at-93/</guid><dc:creator><![CDATA[By THOMAS ADAMSON, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — Bernadette Chirac, the steel-willed former first lady of France who spent 12 years at the Élysée Palace from 1995 to 2007 beside President Jacques Chirac while building her own political power in rural Corrèze and turning a children’s hospital charity into a national institution, has died. She was 93.]]></description><pubDate>Sat, 06 Jun 2026 10:43:25 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Bernadette Chirac, the steel-willed former first lady of France who spent 12 years at the Élysée Palace from 1995 to 2007 beside President Jacques Chirac while building her own political power in rural Corrèze and turning a children’s hospital charity into a national institution, has died. She was 93.</p><p>President Emmanuel Macron confirmed her death Saturday, saying he and his wife Brigitte had learned with “great sadness” of the passing of a woman who marked French history beside Jacques Chirac, who died in 2019, and changed the lives of millions of patients through her charitable work.</p><p>“A great lady of the heart has departed,” Macron said.</p><p>For more than half a century, Chirac was the fixed point in her late husband’s restless climb — through Parliament, two terms as prime minister, 18 years as mayor of Paris and, in 1995, the presidency.</p><p>She appears in the official photographs with her chin lifted, blond hair lacquered into place, a small handbag on her arm, looking less like a spouse than like an institution.</p><p>But the caricature never quite contained her.</p><p>The Chanel suits, dark glasses, nasal voice and withering judgments became part of the national image.</p><p>Beneath them was a relentless worker and a cold-eyed political operator who, almost alone among the wives of French presidents, built a base of power that was her own.</p><p>She was born Bernadette Thérèse Marie Chodron de Courcel on May 18, 1933, in Paris, into money, lineage and Catholic duty.</p><p>Her father’s family included soldiers, industrialists and diplomats; an uncle had served as an aide to Charles de Gaulle in wartime London.</p><p>But her life would be most marked by her time at the prestigious Sciences Po university in Paris, where she met Jacques Chirac, a handsome and much-courted young man whose appetite for politics would come to define them both.</p><p>They married in March 1956. The union lasted 63 years and was, by her own account, a long lesson in endurance.</p><p>Jacques Chirac was famous for his warmth, appetite and instinctive connection with crowds. Bernadette’s gifts were different, observers said.</p><p>She was controlled, socially formidable, devout, exacting and sometimes devastatingly funny.</p><p>The Catholic philosopher Jean Guitton called her the “last queen of France,” and she did little to discourage the idea.</p><p>Her husband’s reputation as a womanizer was an open secret she chose, after much pain, to meet with dry humor.</p><p>Swarmed by photographers in Corrèze in 1998 — after rumors that Jacques Chirac had been unreachable the night Princess Diana died because he was with an actress — she stepped from her car and deadpanned: “Calm down. I’m not Claudia Cardinale. Or Lollobrigida.”</p><p>“At first, it was hard. I was very heartbroken, and then I got used to it,” she said years later in a television documentary.</p><p>“I told myself that was how things were and that I had to accept it with as much dignity as possible.”</p><p>Sent to tend her husband’s rural stronghold in Corrèze while he pursued power in Paris, she did far more than tend it. In 1971, she was elected municipal councilor in Sarran. In 1979, she became a general councilor in Corrèze and held the seat until 2015.</p><p>Her influence grew after Jacques Chirac became president in 1995. The role of first lady in France has no constitutional power, but she made the Élysée a place where her approval mattered.</p><p>She could be loyal, cutting and unforgiving, and understood that campaigns are made not only of speeches and polls but of debts, slights and resentments.</p><p>Yet she also carved out a space for female authority inside a male political culture that had little interest in sharing power — making it quietly clear that she would not be reduced to “the wife of.”</p><p>Her deepest grief stayed mostly private.</p><p>The Chiracs’ elder daughter, Laurence, developed severe anorexia after meningitis in adolescence and attempted suicide more than once. She never fully recovered and died in 2016 at 58.</p><p>That ordeal pushed Chirac toward the charitable work that reshaped her public image.</p><p>In 1994, she took over a medical charity that collected coins for children in hospitals. To millions of French viewers, the woman once mocked for hauteur became the face of hospitalized children and families living around hospital beds.</p><p>She continued running it until 2019, when she handed it to Brigitte Macron, the wife of France's current president, and became honorary president.</p><p>By then, she had long since become a political force in her own name.</p><p>“My husband no longer does politics, but I do,” she said to journalists, after Jacques Chirac left office in 2007.</p><p>She famously nicknamed Dominique de Villepin, the Élysée official she distrusted, “Nero,” yet also reportedly helped engineer her husband’s reconciliation with Nicolas Sarkozy, the former protégé who had betrayed him politically.</p><p>Her 2001 memoir, “Conversation,” written with journalist Patrick de Carolis, sold hundreds of thousands of copies and introduced the French to a franker, funnier and more independent woman than many had assumed.</p><p>After Jacques Chirac left the Élysée, his health declined and his public voice faded. Hers remained sharper for longer. Asked how he was, according to French media, she answered in her flat, unmistakable voice: “He keeps the dog.”</p><p>Age and grief eventually drew her out of public view.</p><p>By the time Jacques Chirac died in 2019, she was too fragile to take part in the public farewell where France and foreign leaders honored him.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JXPMR7MRB5W4VLF2CD4RDSBTKU.jpg?auth=4e65ca8edf6e1f787045e3aa25806411fc2017c73fc82bfa98a93c67a1538672&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bernadette Chirac, wife of former French President Jacques Chirac attends a ceremony to pay tribute to Simone Veil in the courtyard of the Invalides in Paris, France, Wednesday, July 5, 2017. (AP Photo/Michel Euler, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michel Euler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2PDGAJKCRY62DEABGZIEDGCLQE.jpg?auth=7b31ae66f5fd082f6783060ac46f20080cb26a6ffc89ca9e5705c1ca5d8cbff5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - French President Jacques Chirac, center left, and his wife First Lady Bernadette Chirac are surrounded by the crowd after addressing New Year wishes to the inhabitants of the region of Correze, in Tulle, southwestern France, Saturday, Jan. 14, 2006. (AP Photo/Bob Edme, File)]]></media:description><media:credit role="author" scheme="urn:ebu">BOB EDME</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2RF67QZSUBZ46DXBXJ7GMQEU7U.jpg?auth=8c432ddd9be6efd8f986d7871101122bcc04e255a9e4f74312dc43dcc86d9be8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - From left: Cherie Blair, wife of British Prime Minister Tony Blair Bernadette Chirac, wife of French President Jacques Chirac, Lyudmila Putina, wife of Russian President Vladimir Putin, and First Lady Laura Bush, converse as they walk to a press conference site at the G-8 Summit on Sea Island, Ga., Wednesday, June 9, 2004. (AP Photo/Ric Feld, File)]]></media:description><media:credit role="author" scheme="urn:ebu">RIC FELD</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IH7H6E553CHMGFHNV5YNDEXDEE.jpg?auth=7a28ba2ea51e21ccb0b869085b2dc1fb4b7bbdafd49d9c74cc1a21492ec3034f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - French President Jacques Chirac and his wife Bernadette arrive at the airport in Hanover, Germany on Sunday, June 25, 2000. (AP Photo/Jens Meyer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">JENS MEYER</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QGO4TQ6WTJZEGU4VJK6R3GVP24.jpg?auth=d7459ad8ab9a94dc25d8a41697266158556843d42dd0c5766b0bafbd384d29e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former French President Nicolas Sarkozy speaks with former first lady Bernadette Chirac during the inauguration of the Foundation Claude Pompidou, Centre teaching and research on Alzheimer's disease, Monday, March 10, 2014, in Nice, southeastern France. (AP Photo/Lionel Cironneau, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lionel Cironneau</media:credit></media:content></item><item><title><![CDATA[June 6: South Florida gets a break from the rain ]]></title><link>https://www.local10.com/weather/2026/06/06/june-6-south-florida-gets-a-break-from-the-rain/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/06/june-6-south-florida-gets-a-break-from-the-rain/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[After a very rainy week things started drying out yesterday and this drier weather pattern will continue through most of the weekend. ]]></description><pubDate>Sat, 06 Jun 2026 10:12:06 +0000</pubDate><content:encoded><![CDATA[<p>After a very rainy week things started drying out yesterday and this drier weather pattern will continue through most of the weekend. Outside of a few isolated showers in the morning Saturday and Sunday, we’re looking good for all outdoor activities this weekend. If you’re headed to the beach however watch out for rip currents through tomorrow with easterly winds at 15-20 mph at times. Only swim at guarded beaches and don’t go in too deep. Tropical moisture is expected to make a return next week with the potential for heavy rain and storms mainly from Wednesday through Friday so enjoy this break from the stormy weather while we have it! Highs near 90 the next few days will “feel” closer to 100 degrees so stay hydrated and get into some air conditioning every so often.</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[Pope acknowledges stiff competition with Bad Bunny in Spain and weighs in on national soccer rivalry]]></title><link>https://www.local10.com/entertainment/2026/06/06/pope-acknowledges-stiff-competition-with-bad-bunny-in-spain-and-weighs-in-on-national-soccer-rivalry/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/06/pope-acknowledges-stiff-competition-with-bad-bunny-in-spain-and-weighs-in-on-national-soccer-rivalry/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, Associated Press]]></dc:creator><description><![CDATA[ABOARD THE PAPAL PLANE (AP) — Pope Leo XIV acknowledged Saturday as he headed to Spain that he’s competing with another VIP in Madrid this weekend, and also declared his preference in the country’s biggest soccer rivalry.]]></description><pubDate>Sat, 06 Jun 2026 11:28:50 +0000</pubDate><content:encoded><![CDATA[<p>ABOARD THE PAPAL PLANE (AP) — Pope Leo XIV acknowledged Saturday as he headed to Spain that he’s competing with another VIP in Madrid this weekend, and also declared his preference in the country’s biggest soccer rivalry.</p><p>Puerto Rican sensation Bad Bunny is performing two shows of his 10-concert Spanish tour in the Spanish capital.</p><p>Speaking to reporters aboard the papal plane, Leo acknowledged the Bad Bunny draw when he referred to anecdotal reports of a newfound spiritual awakening especially among young people in Spain.</p><p>The American pope said he understood that young adults are sensing a lack of meaning in their lives and mused that his visit might help “awaken” something in them.</p><p>“If they are confronted with the question ‘Do you want to go see Bad Bunny or do you want to go to see the pope?’ I think many will see Bad Bunny,” Leo said. “But I think there will also be a few here to see the pope. And that says something, you know.”</p><p>Leo on Saturday is opening a weeklong visit to Spain that, after Madrid, will also take him to Barcelona and the Canary Islands. He’s hoping to bring a message of unity in a country polarized with political and church scandals.</p><p>Leo was also asked about news that plans are moving ahead for his beloved Chicago Bears to move to Hammond, Indiana. The board of the team voted this week to move forward with a stadium development project in Hammond.</p><p>Asked if he had any words of consolation for Illinois, the Chicago-born pope quipped: “That’s out of my pay (scale).”</p><p>In other sporting comments, Leo confirmed he would root for the U.S. in the upcoming World Cup but showed his true team colors when asked about whether he would root in Spain for Real Madrid or Barca: “That’s easy,” he said. “The pope is for all teams, but Prevost is Real Madrid,” he said, referring to his birth name.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ASX57FHYSRYIDJJC2VG4EDUWOQ.jpg?auth=1d6959d2985f651928e7909f1d8238666f5426f842a933e96f4d34c59c23655b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV talks to journalists aboard the papal flight from Rome to Madrid, Saturday, June 6, 2026, on the occasion of his apostolic journey to Spain. (AP Photo/Alessandra Tarantino, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RJE7ATY6PQ74UXFFO3JJC22IFE.jpg?auth=7fd333077a7725e478d7ed5549d7c4d965a50a7203da617ffdfb49015eb35bf9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bad Bunny performs in concert during his Debi Tirar Mas Fotos World Tour, at the Allianz Parque stadium in Sao Paulo, Friday, Feb. 20, 2026. (AP Photo/Andre Penner, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content></item><item><title><![CDATA[Air raid sirens in Bahrain as Iranian missiles and drones head for Gulf neighbors]]></title><link>https://www.local10.com/news/world/2026/06/06/air-raid-sirens-in-bahrain-as-iranian-missiles-and-drones-head-for-gulf-neighbors/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/06/air-raid-sirens-in-bahrain-as-iranian-missiles-and-drones-head-for-gulf-neighbors/</guid><dc:creator><![CDATA[By SAMY MAGDY and MICHELLE L. PRICE, Associated Press]]></dc:creator><description><![CDATA[CAIRO (AP) — Bahrain's government said Saturday that Iran fired ballistic missiles and drones toward it and Kuwait. The foreign ministry said they had been intercepted and called on Iran to immediately cease attacks on its Gulf neighbors.]]></description><pubDate>Sat, 06 Jun 2026 12:26:24 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — Bahrain's government said Saturday that Iran fired ballistic missiles and drones toward it and Kuwait. The foreign ministry said they had been intercepted and called on Iran to immediately cease attacks on its Gulf neighbors.</p><p>Kuwait's foreign ministry called the attacks a “serious escalation” and a “flagrant violation of its sovereignty." It said on Saturday that it reserves the right to defend the country.</p><p>The statements came hours after the U.S. military said it shot down Iranian ballistic missiles and drones launched toward the Strait of Hormuz and Gulf Arab allies on Friday, while striking some of the Islamic Republic’s coastal surveillance radar sites in response, an exchange of fire that further frayed a shaky ceasefire with Tehran.</p><p>The exchange of strikes comes as the Trump administration ramps up pressure on Iran to make a deal to end the conflict.</p><p>U.S. Central Command said on social media Friday night that Iran fired seven ballistic missiles toward Kuwait and Bahrain, with U.S. forces intercepting six of the missiles and a seventh failing to reach its target. The military said there were no reports of harm to U.S. personnel.</p><p>The ballistic missiles were fired after the U.S. earlier in the day shot down four Iranian drones that were launched toward the Strait of Hormuz.</p><p>“The attack drones posed an immediate threat to regional maritime traffic,” U.S. Central Command said on social media.</p><p>Kuwait’s military said forces were intercepting missiles and drones attacking the country, while Bahrain activated air raid sirens and told residents to move to the nearest safe location and follow official instructions.</p><p>Iran’s Revolutionary Guard said it targeted the Ali Al Salem air base, which hosts U.S. forces in Kuwait, and the U.S. Navy’s 5th Fleet in the tiny Gulf island nation of Bahrain, according to the state-run IRNA news agency.</p><p>The U.S. military is enforcing a blockade on Iranian ports in response to Tehran’s chokehold on the crucial corridor for global oil and natural gas shipments, which has sent energy prices spiking and posed political problems for President Donald Trump's Republican Party ahead of the midterm congressional elections.</p><p>U.S. Central Command said it hit the radar sites, including an island in the strait, “to defend against further attacks.”</p><p>Trump promises a quick end to US-Iran conflict</p><p>It was the latest in back-and-forth attacks that have strained the tenuous ceasefire in the war and efforts to reach a deal to extend that truce. Earlier this week, Iranian drones heavily damaged a passenger terminal at Kuwait’s main airport, killing one person, wounding dozens and briefly closing the airfield.</p><p>Despite the attacks raising new concerns that the ceasefire could collapse, Trump told reporters Friday that “the situation with Iran seems to be going quite well.”</p><p>“We’re going to come out of Iran very quickly and it’s going to be very strong one way or the other, whether it’s a piece of paper or the very tough way,” Trump said at an event with farmers in Wisconsin. “The very tough way is maybe the easier way, but we’re going to come out, and your fertilizer prices are going to go way down, just like they were four months ago.”</p><p>Trump increasingly appears to be boxed in on a conflict that has settled into a holding pattern. U.S. and Iranian negotiators reached a tentative agreement a week ago to extend the ceasefire by 60 days and start a new round of talks on Iran’s nuclear program. But Trump has called for unspecified changes and Iranian officials have shown no public signs of signing off on the deal.</p><p>Asked on Friday why it was taking so long, Trump told NBC’s “Meet the Press” it was because “it’s a very hard thing for them.”</p><p>“There are things they never thought they’d be doing that they’re going to have to do. They’ve got no choice, and it takes a little while,” he said in the interview.</p><p>Trump said the Iranians still have 21% to 22% of their missiles.</p><p>Israeli strikes on Lebanon continue</p><p>His administration also has touted the latest ceasefire agreed to this week by the Lebanese government and Israel after U.S.-brokered talks in Washington. However, the Iranian-backed Hezbollah militant group has rejected the agreement and new attacks have put it at further risk.</p><p>Israeli airstrikes on southern Lebanon on Saturday killed nine people including three members of the Lebanese military, the Lebanese army and state media said. Israel's military said it was reviewing the incident. It said that it operates against Hezbollah and not against the Lebanese army.</p><p>On Friday, the Israeli military struck multiple parts of southern Lebanon and issued evacuation warnings for nine villages, including one that has sheltered thousands of people displaced by the fighting. Nine people were killed, the state news agency reported.</p><p>The Israeli military said two soldiers were wounded, one severely, in an encounter Friday with militants in southern Lebanon.</p><p>The fighting in Lebanon, where Israeli forces have seized large swaths of the south, also threatens efforts to end the Iran war and reopen the Strait of Hormuz because Iran has demanded that any lasting truce extend to Lebanon.</p><p>Besides the drone interception in the Strait of Hormuz, the U.S. military said earlier Friday that its forces boarded a sanctioned oil tanker linked to Iran in the Indian Ocean as the United States seeks to prevent Iran from profiting off its oil and other goods.</p><p>The U.S. also targeted Iran’s energy sector with new sanctions on a group of people, firms and tankers.</p><p>___</p><p>Price reported from Bridgewater, NJ.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/57HMFF4P35GEPIJ2J6PRPM4M2U.jpg?auth=d03b85d4713c71361e1a9cf6584a09d00dc7f1b1199f5c82659a7875fabcb432&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather on paddleboards in shallow water as cargo and service vessels are anchored in the Strait of Hormuz 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><media:content url="https://www.local10.com/resizer/v2/ST7MNLJ6A54LY3BBZHROEL25NM.jpg?auth=fcbfd5d9cf2a110ca1439a3d20c7671b69dd49d2587249feb5e576f5a11c6cda&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump arrives to speak to reporters aboard Air Force One en route from Joint Base Andrews, Md., to Eau Claire, Wis., Friday, June 5, 2026. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I3LTC4J375MXBZF22XEHT7YUYM.jpg?auth=1b88b88adc1a53f019b9f29bfa38c87d100d37eb71a8ef24c35d4011ebe1a0a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This is a locator map for the Gulf Cooperation Council member states: Saudi Arabia, Bahrain, Qatar, Oman, Kuwait and United Arab Emirates. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Israeli airstrikes kill 9 including Lebanese army officers after ceasefire deal]]></title><link>https://www.local10.com/news/world/2026/06/06/israeli-airstrikes-kill-9-including-lebanese-army-officers-after-ceasefire-deal/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/06/israeli-airstrikes-kill-9-including-lebanese-army-officers-after-ceasefire-deal/</guid><dc:creator><![CDATA[By BASSEM MROUE, Associated Press]]></dc:creator><description><![CDATA[BEIRUT (AP) — Israeli airstrikes on southern Lebanon on Saturday killed nine people including three members of the Lebanese military, the Lebanese army and state media said, days after the two sides reached a new ceasefire deal.]]></description><pubDate>Sat, 06 Jun 2026 10:33:56 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — Israeli airstrikes on southern Lebanon on Saturday killed nine people including three members of the Lebanese military, the Lebanese army and state media said, days after the two sides reached a new ceasefire deal.</p><p>An airstrike on a vehicle on a road linking the city of Nabatiyeh with the town of Marjayoun killed a brigadier general, a captain and another soldier, the army said, without immediately releasing their names. Another airstrike on the southern village of Saksakiyah killed six people and wounded four, state-run National News Agency said.</p><p>“The continued, deliberate, and repeated Israeli aggression against Lebanon, its people and its army only strengthens our resolve, faith and determination," the army said in its statement.</p><p>It said Israel's attacks aim to thwart all efforts “to reach a solution that would restore stability, establish a comprehensive ceasefire and lead to the Israeli withdrawal from the occupied Lebanese territories.”</p><p>The Israeli military confirmed hitting a vehicle and said the incident is being reviewed. The statement added that the vehicle was “moving suspiciously” toward Israeli soldiers near the village of Kfar Tibnit, after the military received “concrete indications” that Hezbollah would direct fire toward Israeli soldiers from the same area.</p><p>The military said that it operates against Hezbollah and not against the Lebanese army.</p><p>Lebanon’s President Joseph Aoun called the strike “a flagrant violation to Lebanese sovereignty and international law.” He said it came in the context of “ongoing escalation that threatens stability and security in the south (of Lebanon), despite the efforts Lebanon is exerting in the Washington negotiations to put an end to the ongoing Israeli attacks without deterrent.”</p><p>The latest ceasefire announced in Washington came about through U.S.-brokered talks between Israel and Lebanon’s government, which accuses Hezbollah of dragging the country into war and had made efforts to disarm it before the latest hostilities. Hezbollah has refused the truce.</p><p>On Friday, Aoun and Lebanon's prime minister criticized Iran for opposing the latest ceasefire deal between the Lebanese government and Israel, saying their country should not be used by Tehran as a “bargaining chip” in its talks with Washington.</p><p>Iranian Foreign Minister Abbas Araghchi responded in a post on X on Saturday by saying that after Aoun's comments, “one would think it’s Iran that has occupied a fifth of Lebanon, displaced a quarter of Lebanese and is bombing his country on daily basis.”</p><p>“Had Lebanon been a bargaining chip for Iran, we’d have a deal long ago. Save Lebanon from your real foe, Mr. President,” Araghchi said in reference to Israel.</p><p>The war began on March 2, when Hezbollah fired rockets at northern Israel, two days after Israel and the U.S. began their attacks on Iran. Israel has since launched a ground invasion of Lebanon and carried out wide attacks that have displaced more than 1 million people.</p><p>Israeli troops have seized around a fifth of Lebanon, pushing further into the country’s south than at any time since the end of Israel’s 1982-2000 occupation. More than 3,500 people have been killed in Lebanon since the war began. The fighting has killed at least 29 Israeli soldiers and three civilians.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZOXEXUMILZLY5ZE4SYA2JTPRLQ.jpg?auth=88f60ebf7219281a23ad19ca05f8b698163174b8db02283959e0db618e107df9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A view of Beaufort Castle, southeast Lebanon, Friday, June 5, 2026. (AP Photo/Hussein Malla)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content></item><item><title><![CDATA[Ukraine targets St. Petersburg again after Putin rejects Zelenskyy's offer for direct talks]]></title><link>https://www.local10.com/news/world/2026/06/06/ukraine-targets-st-petersburg-again-after-putin-rejects-zelenskyys-offer-for-direct-talks/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/06/ukraine-targets-st-petersburg-again-after-putin-rejects-zelenskyys-offer-for-direct-talks/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Residents of St. Petersburg, Russia’s second-largest city, were told not to leave their homes after a “large-scale” Ukrainian drone attack targeted the city Saturday morning, underscoring Kyiv’s growing ability to hit deep inside Russia, a day after the Russian president refused an offer to meet his Ukrainian counterpart.]]></description><pubDate>Sat, 06 Jun 2026 09:22:01 +0000</pubDate><content:encoded><![CDATA[<p>Residents of St. Petersburg, Russia’s second-largest city, were told not to leave their homes after a “large-scale” Ukrainian drone attack targeted the city Saturday morning, underscoring Kyiv’s growing ability to hit deep inside Russia, a day after the Russian president refused an offer to meet his Ukrainian counterpart.</p><p>St. Petersburg Gov. Alexander Beglov advised the residents not to go outside and warned of possible disruptions to mobile internet service, while Regional Gov. Alexander Drozdenko said 141 drones were shot down over the surrounding Leningrad region.</p><p>Russia’s Defense Ministry said its air defenses shot down 376 Ukrainian drones.</p><p>“Last night, our drones covered a distance of about 1,000 kilometers to the St. Petersburg region – to the enemy navy’s arsenals and a base in Kronstadt,” Ukrainian President Volodymyr Zelenskyy wrote of the attack on X.</p><p>Although no casualties were immediately reported, the renewed attack on St. Petersburg is the latest embarrassing blow to Russian President Vladimir Putin’s efforts to cast the conflict as a distant event that doesn’t affect Russian daily life.</p><p>A Ukrainian drone strike set ablaze an oil terminal in the city and hit a nearby naval base Wednesday, hours before the opening of the St. Petersburg International Economic Forum, Putin’s annual showcase for investment.</p><p>Speaking at the forum, Putin said Thursday that Russia will strengthen its air defenses to counter recent Ukrainian drone attacks, which have reached deep inside his country and cast a cloud over the event in his hometown of St. Petersburg.</p><p>Putin on Friday rejected a proposal by Zelenskyy for a face-to-face meeting on the four-year-old conflict, saying he sees “no point” in it. Thursday’s letter, the first public message Zelenskyy has written directly to Putin since Russia sent troops into Ukraine in 2022, was a sweeping critique of the Russian leader’s 26 years in power, as well as some taunts about his age.</p><p>With the front line barely moving as swarms of drones hinder advances, both sides have sought an edge by launching long-range strikes.</p><p>In Ukraine, one person was killed and three wounded overnight into Saturday in the Dnipropetrovsk region, as Russian forces struck three districts nearly 30 times with drones and artillery, regional head Oleksandr Hanzha said.</p><p>In Zaporizhzhia, seven people sought medical care after a Russian drone strike started a fire at a parking lot, according to regional head Ivan Fedorov.</p><p>Russia targeted Ukraine overnight with 272 strike drones, and air defenses shot down 249 of them, the Ukrainian air force said Saturday.</p>]]></content:encoded><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/2ZHJDFUIOGFJHIBNRCV2QNWGKQ.jpg?auth=5086f9e8b1eb7fe746dd6a791fa356173571a816ffe02ca183e0383bee628090&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian President Vladimir Putin gestures during a meeting with representatives of international news agencies on the sidelines of the St. Petersburg International Economic Forum at the Constantine Palace in St. Petersburg, Russia, on Thursday, June 4, 2026. (Alexander Kazakov, Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexander Kazakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I2TBCKR6H6GAK3NGMV6LZVRMLA.jpg?auth=b0d0fecc1b4e2f0eb2f03372a7bacdc7d92706948d279dc1a923bd3874b545fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by Ukraine's 93rd Kholodnyi Yar Separate Mechanized Brigade press service, a soldier reacts as an MRLS BM-21 "Grad" fires at the Russian positions near Kostiantynivka, Donetsk region, Ukraine, Thursday, June 4, 2026. (Iryna Rybakova/Ukraine's 93rd Mechanized Brigade via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Iryna Rybakova</media:credit></media:content></item><item><title><![CDATA[Roki Sasaki’s 10 strikeouts, a harder splitter and a long-awaited breakthrough for the Dodgers]]></title><link>https://www.local10.com/sports/2026/06/06/roki-sasakis-10-strikeouts-a-harder-splitter-and-a-long-awaited-breakthrough-for-the-dodgers/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/06/roki-sasakis-10-strikeouts-a-harder-splitter-and-a-long-awaited-breakthrough-for-the-dodgers/</guid><dc:creator><![CDATA[By BETH HARRIS, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Roki Sasaki is finally becoming the pitcher in real life that the Los Angeles Dodgers first saw on video in Japan.]]></description><pubDate>Sat, 06 Jun 2026 06:44:42 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Roki Sasaki is finally becoming the pitcher in real life that the Los Angeles Dodgers first saw on video in Japan.</p><p>The 24-year-old right-hander didn't allow a hit through 4 1/3 innings and had a career-high 10 strikeouts over six innings in a 1-0 victory over the Los Angeles Angels on Friday night.</p><p>Sasaki notched his first career scoreless start after 18 previous starts. He threw 98 pitches, 72 for strikes, generating his second-best strike percentage of 73.5% in a start. He reached 100.4 mph.</p><p>“He went through some tough times and some doubts,” manager Dave Roberts said, “but he’s gotten to the other side.”</p><p>Roberts sent Sasaki back out for the seventh inning to see how the youngster would respond in a scoreless game. Sasaki retired the side, striking out two.</p><p>“He was on the attack, he didn't run,” Roberts said. “That shows a lot of growth.”</p><p>Sasaki was expected to be the next big thing coming out of Nippon Professional Baseball. But he failed to crack the Dodgers' starting rotation as a rookie. His sad face and teary eyes in his U.S. debut was shown on Japanese television, triggering some unflattering reaction on social media and around baseball.</p><p>“We all felt sorry for him,” Roberts recalled.</p><p>Sasaki's poor body language on the mound tipped opposing hitters to a lack of confidence, too.</p><p>He then missed 4 1/2 months with shoulder issues before returning as the team's closer during its postseason run to a second straight World Series.</p><p>But he arrived to spring training and walked 15 batters, again raising concerns about his ability to perform as a starter and shaking his confidence.</p><p>Over the last month, however, Sasaki has built consistency thanks to a harder splitter that touches 90 mph and complements his fastball and slider as well as improving his command.</p><p>“There is an adjustment with the ball that he had to make with his grip,” Roberts said. “You can see his demeanor on the mound. There’s just no more doubt and uncertainty."</p><p>Sasaki lowered his ERA to 4.03 and he has a 1.48 ERA over his last four starts.</p><p>“I'm just doing small things all the time, and I just keep building on it,” he said through a translator.</p><p>The Dodgers beat the Angels on Freeman's sixth career walkoff home run after both teams had three hits apiece.</p><p>“Roki has really turned the corner here and it’s fun to watch,” Freeman said, “especially after last year grinding, coming back as a bullpen guy. He just looks great out there.”</p><p>Freeman and catcher Will Smith are among a clubhouse full of teammates rooting for Sasaki to succeed on a team in which his fellow Japanese — two-way superstar Shohei Ohtani and Yoshinobu Yamamoto — set high standards.</p><p>“You can see the care factor, the drive he’s got,” Smith said. “It’s good to see the benefits right now.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/623UYHUVZLOHOGJTCWLIN7FWZY.jpg?auth=3d1a5a3f15c1ef17074f6b6b9db3df0be6d8cee0b6fcc61c27cedd7904e3537f&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 Roki Sasaki, left, greets Shohei Ohtani I. The dugout prior to a baseball game against the Los Angeles Angels, Friday, June 5, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZOSVQ4A7GTHKGD3PHLF47WATDA.jpg?auth=8c642e1fa6b995c17933ccf9ac639ca8e6007b0230ddd8cf5666392c6c96ef17&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 Roki Sasaki throws to the plate during the first inning of a baseball game against the Los Angeles Angels, Friday, June 5, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X3O665P77BF2AGEVGO4RCT4CJM.jpg?auth=b0fe78d17512869830a1a629308af8f8c7f7b3b6322093ec059e01a6381843f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Home plate umpire Jen Pawol tosses a ball to Los Angeles Dodgers starting pitcher Roki Sasaki as he comes out for the sixth inning of a baseball game against the Los Angeles Angels, Friday, June 5, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EENK36NI5KJ52LVYPASMT3R4I4.jpg?auth=20eafa98cfc45acdca9d2c6f00ce43b2407824def15bdbf7f786b623d64d8850&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 Roki Sasaki throws to the plate during the first inning of a baseball game against the Los Angeles Angels, Friday, June 5, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TGGQ2ISKABAFPVFJPKXNXOQ54E.jpg?auth=c0d9afe6f24ea195dfd0df73b3eef9cf89a0e719258a1cbdece40c9925857130&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Freddie Freeman hits a solo walk-off home run during the ninth inning of a baseball game against the Los Angeles Angels, Friday, June 5, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Israeli forces kill a Palestinian baby in the occupied West Bank, say health officials]]></title><link>https://www.local10.com/news/world/2026/06/06/israeli-forces-kill-a-palestinian-baby-in-the-occupied-west-bank-say-health-officials/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/06/israeli-forces-kill-a-palestinian-baby-in-the-occupied-west-bank-say-health-officials/</guid><dc:creator><![CDATA[By MAHMOUD ILLEAN, SAMY MAGDY and SAM MEDNICK, Associated Press]]></dc:creator><description><![CDATA[HEBRON, West Bank (AP) — Israeli troops killed a 7-month-old Palestinian baby boy after firing at his parents’ vehicle in the occupied West Bank, the Palestinian health ministry said.]]></description><pubDate>Sat, 06 Jun 2026 12:41:49 +0000</pubDate><content:encoded><![CDATA[<p>HEBRON, West Bank (AP) — Israeli troops killed a 7-month-old Palestinian baby boy after firing at his parents’ vehicle in the occupied West Bank, the Palestinian health ministry said.</p><p>Sam Fahd Abu Haikal was killed Friday evening, and his parents were wounded while driving in the Tel Rumeida area south of Hebron City, according to the ministry.</p><p>The official Palestinian news agency WAFA said the baby was critically wounded after being struck in the face by the same bullet that injured his mother. He later died of his injuries. His father, Fahd Abu Haikal, a lecturer at Bethlehem University, was shot in the hand. They were traveling from Bethlehem to visit family in Hebron when soldiers opened fire, the agency reported.</p><p>Israel’s military has scaled up military operations in the West Bank since the Oct. 7, 2023, Hamas attack that killed some 1,200 people and took 251 people hostage, which triggered the war in Gaza. Israel’s retaliatory military campaign has so far killed more than 72,900 Palestinians, according to Gaza’s Health Ministry.</p><p>The United Nations said last month that more than 1,000 Palestinians have been killed in the West Bank and east Jerusalem since the war began, at least 240 of them children.</p><p>The Israeli military said Friday soldiers shot at a vehicle that was perceived to be accelerating toward them in the Hebron area. It said the soldiers responded with single shots, wounding three Palestinians who were evacuated for medical treatment. An initial inquiry found that the wounded were uninvolved civilians and the situation is under review.</p><p>At Al-Ahly Hospital in Hebron, the baby’s father told Associated Press reporters that a bullet struck the car’s windshield before piercing his right hand, then his son and wife who were in the back seat. Another bullet struck the vehicle’s hood, according to AP reporters who saw the car.</p><p>His wife is in critical condition because there’s shrapnel close to her heart, he said. The family told her that her son, who turned seven months old on Friday, was killed, just before heading to funeral prayers.</p><p>The baby’s grandmother, Feryal Abu Heikal, was also in the car during the shooting and said they were driving near a checkpoint and stopped when they saw Israeli military vehicles and soldiers in the distance. As the forces fired at them, she initially thought it was warning shots before they were struck, she said.</p><p>“The scene was horrific to see a 7-month-old baby with a smashed face,” she said. “What kind of army in the world does this? ... What happened to my grandson can’t be easily forgotten."</p><p>The funeral service was held at noon at a nearby mosque. The tiny body was wrapped in the Palestinian flag as people lined up for prayers before taking him in an ambulance for burial. At the ambulance, Abu Haikal was seen crying and hugging the infant’s half-brother.</p><p>The British Consulate in Jerusalem said it was “shocked and saddened” by the Israeli killing of the baby, calling on X for an "immediate and transparent investigation and accountability.”</p><p>Also on Saturday, the Palestinian Red Crescent said eight people were wounded in settler attacks on the town of Huwara, near Nablus, including from tear gas inhalation and rubber-coated metal bullets.</p><p>In March, Israeli soldiers fired on a car carrying a family in the northern West Bank, killing four people, including two children, the Palestinian Authority’s Health Ministry said at the time.</p><p>Israeli soldiers accused of harming Palestinians are rarely penalized and were indicted in fewer than 1% of cases based on 2,427 complaints alleging wrongdoing between 2016 and 2024, according to Israeli rights group Yesh Din.</p><p>More than 700,000 Israelis live in the occupied West Bank and east Jerusalem, territories captured by Israel in 1967 from Jordan and sought by the Palestinians for a future state. The international community overwhelmingly considers Israeli settlement construction in these areas to be illegal and an obstacle to peace.</p><p>——</p><p>Magdy reported from Cairo, Egypt, and Mednick reported from Tel Aviv, Israel.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G7LUTH366OVDRQQ2WMMMN4E74Y.jpg?auth=9b8530e9c7581c08d186439b0733ccc73bc56a543025c5d77a4a6ec31aff0d31&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fahd Abu Haikal, 41 displays a mobile photo of his seven month old Palestinian baby boy Sam, who was killed on Friday when Israeli soldiers fired at the vehicle carrying him and his parents, in Tel Rumeida, at a hospital in the West Bank city of Hebron Saturday, June 6, 2026. (AP Photo/Mahmoud Illean)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahmoud Illean</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NXHE4PZKOCK4UKZIUAKSKTDU44.jpg?auth=d273aa615869686e33694d4e43e179bbe6e50946b20bb7f4f05da7bc78e87f58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Child care bag of seven month old Palestinian baby boy Sam Fahd Abu Haikal, who was killed on Friday when Israeli soldiers fired at the vehicle carrying him and his parents in Tel Rumeida, at the shattered family vehicle in the West Bank city of Hebron Saturday, June 6, 2026. (AP Photo/Mahmoud Illean)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahmoud Illean</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E6S353LW2LQT6UDSH5OK3P2A7Y.jpg?auth=3a5000e1e61bfea41d3c6745e8cd4fc390ed6dfae414492abff54908f017bb0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A bullet hole is seen at the windshield of the shattered family vehicle of seven month old Palestinian baby boy Sam Fahd Abu Haikal, who was killed on Friday when Israeli soldiers fired at the vehicle carrying him and his parents, in Tel Rumeida, in the West Bank city of Hebron Saturday, June 6, 2026. (AP Photo/Mahmoud Illean)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahmoud Illean</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D7ZSHITXYBZ7VH23HPQSHD6EJM.jpg?auth=c5ab7e7df6953624f5901f998257996607c8dbf7682fce706868cce74d70f341&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man inspects the shattered family vehicle of seven month old Palestinian baby boy Sam Fahd Abu Haikal, who was killed on Friday when Israeli soldiers fired at the vehicle carrying him and his parents, in Tel Rumeida, in the West Bank city of Hebron Saturday, June 6, 2026. (AP Photo/Mahmoud Illean)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahmoud Illean</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NMNHLCPI7BTNPMIIGA666QYIWU.jpg?auth=e1168c0bd8e25858e12cd0d9601f205761c15bceb74942f80f30ed72a001101f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fahd Abu Haikal, 41 displays a mobile photo of his seven month old Palestinian baby boy Sam, who was killed on Friday when Israeli soldiers fired at the vehicle carrying him and his parents in Tel Rumeida, at a hospital in the West Bank city of Hebron Saturday, June 6, 2026. (AP Photo/Mahmoud Illean)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahmoud Illean</media:credit></media:content></item><item><title><![CDATA[Freddie Freeman crushes a walkoff homer, lifting the Dodgers over the Angels 1-0]]></title><link>https://www.local10.com/sports/2026/06/06/freddie-freeman-crushes-a-walkoff-homer-lifting-the-dodgers-over-the-angels-1-0/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/06/freddie-freeman-crushes-a-walkoff-homer-lifting-the-dodgers-over-the-angels-1-0/</guid><dc:creator><![CDATA[By BETH HARRIS, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Freddie Freeman homered leading off the bottom of the ninth inning, lifting the Los Angeles Dodgers over the Angels 1-0 on Friday night in the Freeway Series opener.]]></description><pubDate>Sat, 06 Jun 2026 04:53:50 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Freddie Freeman homered leading off the bottom of the ninth inning, lifting the Los Angeles Dodgers over the Angels 1-0 on Friday night in the Freeway Series opener.</p><p>Freeman sent a 3-2 pitch from former Dodger reliever Kirby Yates (0-2) over the wall in deep center and was greeted by his teammates at home plate. Fans chanted “Freddie! Freddie!”</p><p>The Dodgers were on the losing end of a walkoff homer in Arizona on Thursday night. Freeman finished with two hits and a walk Friday.</p><p>Blake Treinen (3-1) got the win in relief with a scoreless ninth.</p><p>The Dodgers outscored the Angels 31-3 in winning the teams’ first three meetings this season. Friday’s series opener at Dodger Stadium was taut, with each team notching three hits.</p><p>Dodgers starter Roki Sasaki struck out a career-high 10 over seven scoreless innings. He didn't allow a hit until the fifth when Nick Madrigal doubled with one out. The Japanese right-hander lowered his ERA to 4.03.</p><p>Angels starter Reid Detmers matched Sasaki through three hitless innings of his own before Freeman singled in the fourth. The left-hander gave up two hits over six innings, struck out six and walked two.</p><p>Angels slugger Mike Trout was hitless in four at-bats, and struck out three times. His former teammate, Shohei Ohtani, didn't fare any better. The two-way superstar was 0 for 4 with two strikeouts.</p><p>Up next</p><p>Angels RHP Jack Kochanowitz (2-4, 5.23 ERA) was set to start Saturday against Dodgers RHP Yoshinobu Yamamoto (5-4, 2.86).</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EENK36NI5KJ52LVYPASMT3R4I4.jpg?auth=20eafa98cfc45acdca9d2c6f00ce43b2407824def15bdbf7f786b623d64d8850&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 Roki Sasaki throws to the plate during the first inning of a baseball game against the Los Angeles Angels, Friday, June 5, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CGWCFKNOANNQVLLVHYS2ZRTR5M.jpg?auth=be72d50ddb0bff78d3587fbc8bb75ce1dce6356386b5aa38d7822da8592c2a7c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels starting pitcher Reid Detmers throws to the plate during the first inning of a baseball game against the Los Angeles Dodgers, Friday, June 5, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/623UYHUVZLOHOGJTCWLIN7FWZY.jpg?auth=3d1a5a3f15c1ef17074f6b6b9db3df0be6d8cee0b6fcc61c27cedd7904e3537f&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 Roki Sasaki, left, greets Shohei Ohtani I. The dugout prior to a baseball game against the Los Angeles Angels, Friday, June 5, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[A comeback to savor, a finish to forget. Wemby and the Spurs let Game 2 of the NBA Finals get away]]></title><link>https://www.local10.com/sports/2026/06/06/a-comeback-to-savor-a-finish-to-forget-wemby-and-the-spurs-let-game-2-of-the-nba-finals-get-away/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/06/a-comeback-to-savor-a-finish-to-forget-wemby-and-the-spurs-let-game-2-of-the-nba-finals-get-away/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[SAN ANTONIO (AP) — Victor Wembanyama described himself in a rather unusual way when Game 2 of the NBA Finals was over on Friday night.]]></description><pubDate>Sat, 06 Jun 2026 04:49:38 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — Victor Wembanyama described himself in a rather unusual way when Game 2 of the NBA Finals was over on Friday night.</p><p>“Very blurry,” Wembanyama said.</p><p>The San Antonio Spurs' situation, though, is very clear. They're in trouble. Big trouble. And Wembanyama pointed the finger of blame squarely at himself.</p><p>The Spurs had an epic comeback and an epic disaster in the same fourth quarter, falling to the New York Knicks 105-104 — after a finish that Wembanyama likely won't be able to forget anytime soon. The Spurs were down by 14 midway through the final quarter, went on a 14-0 run to tie the game, then briefly took the lead when Wembanyama had a three-point play with just under a minute left.</p><p>The score was tied with about 14 seconds remaining and it was best vs. best, the Knicks' Jalen Brunson against the unanimous Defensive Player of the Year in Wembanyama.</p><p>Brunson wanted to take a jumper from about 16 feet. The 7-foot-4 Wembanyama got an arm up, causing the Knicks' guard to put a little too much on the shot just to get it over the Frenchman's sky-high hand. It hit the back of the rim. Wembanyama got the rebound. The arena was buzzing. He saw Spurs teammate Stephon Castle and sent a pass his way. Problem was, Castle wasn't looking and it bounced off him. Brunson wound up with the ball and Wembanyama fouled him.</p><p>“I need to have more poise,” Wembanyama said. “More control over the game.”</p><p>Said Castle: “I was looking at him when he first got the rebound. I just started to take off to try to give him some space to dribble up the court. I didn’t see him throw it to me.”</p><p>It was a bad play. It wasn't fatal. Brunson missed one of the two free throws and the Knicks led by one. The Spurs called time. The last play was a pick-and-roll, De'Aaron Fox finding Wembanyama for a jumper from basically the same spot on the Spurs' end of the floor as Brunson tried at the other end moments earlier.</p><p>“He's made that shot a thousand times,” Castle said. “He has a game-winner with that shot this year. Yeah, I’ll take that shot every day.”</p><p>But it missed.</p><p>Game over. The Knicks stormed the floor in celebration. Wembanyama headed to the opposite tunnel, wondering how it went so wrong.</p><p>“I threw that one away. I messed up,” Wembanyama said. “We didn’t play great as a team. We needed to win that game. This game was ours. But at this point, it’s done. Am I going to regret it? Yes, of course. Am I going to use that to fuel me and to fuel us next game? Absolutely.”</p><p>They'll need all the fuel they can get right now. The Spurs trail 2-0 and will fly Saturday to New York for Game 3 on Monday and Game 4 on Wednesday. They need to win one of those to keep the season alive, and they'll have to win twice at Madison Square Garden before this series ends if they're going to win the title.</p><p>History says that won't happen.</p><p>The Spurs jumped out to a quick lead and even resorted to the Hack-a-Mitch strategy — intentionally fouling the Knicks’ Mitchell Robinson, who was the worst free throw shooter in the NBA (among those with at least 100 tries) in the regular season and has been even worse in the playoffs — in the first quarter, looking to disrupt New York’s offensive rhythm.</p><p>And even that didn’t really work. Robinson had missed nine of his last 10 free throws entering Friday; he went 3 for 6 from the line in the Hack-a-Mitch portion of the first half, which probably felt like bonus points for New York.</p><p>Those three points came in handy at the end of the night. And Robinson was the one who got a hand near Wembanyama on the Spurs' star's final shot, a neat twist in the eyes of Knicks coach Mike Brown.</p><p>“It started with Mitch and it ended with the other four guys boxing out,” Brown said. “So just a heck of a job by Mitch guarding the most iconic player in the world."</p><p>Wembanyama is the leading scorer in these finals, but he hasn’t been dominant. He’s averaging 27.5 points, though shooting only 41%. From 3-point range, he’s 4 for 15, or 27%. And he does have seven blocks, but the Knicks haven’t been afraid to go right at him, either. He had a very slow first half Friday night, taking only four shots in the opening two quarters.</p><p>That won't be enough Monday. The Spurs' best player needs to be the best player on the floor if San Antonio is going to get back into this series.</p><p>There's nothing blurry about that.</p><p>“We don’t feel like we played well or up to our standard at least in the last two games,” Spurs coach Mitch Johnson said. “New York has played very well and they’re a part of that. But we’re going to go into Game 3 (and) if we play our brand of basketball up to our standard, we’ll be just fine.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HZ27RF4NFW2DS6OCVXBAJI5LCQ.jpg?auth=ecb0b1026a4f257900117b0fa13c44e56aa992d33ee0ba0e8cbfbadaea549d3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama walks off the court as time expires during the second half of Game 2 of the NBA Finals basketball series as New York Knicks guard Landry Shamet (44), guard Josh Hart (3), and center Mitchell Robinson (23) celebrate, Friday, June 5, 2026, in San Antonio. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J3WRAC6RT6EM2STMB2JMX3SG4M.jpg?auth=d36a6068a89f548791aef91e426099af6edc551a039979fb96d84e4132180087&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama walks off the court as time expires during the second half of Game 2 of the NBA Finals basketball series against the New York Knicks, Friday, June 5, 2026, in San Antonio. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/COXTU2J6BHKI6HZPLKUXTBADUY.jpg?auth=ee63ce42319f4043fd2caaf60d61183323fdcd6ebce52e028cc7ecf45579ae9f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama (1) and guard De'aaron Fox (4) reacts after a foul call during the second half of Game 2 of the NBA Finals basketball series against the New York Knicks, Friday, June 5, 2026, in San Antonio. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AKMRCPNQAKK7VRS6HGPULJOIHE.jpg?auth=5f733651ce50fb8204cbe660450aef3cf8e759a34577a944e8807536a4e389d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama (1) and guard Stephon Castle (5) react as New York Knicks guard Jalen Brunson falls out of bounds during the second half of Game 2 of the NBA Finals basketball series, Friday, June 5, 2026, in San Antonio. (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/MMOUYDF37XAGDETBIDZ46YVA5E.jpg?auth=191445c6d05ffde8e2c4f33fdc047a0e91094f142a8d853a6a7f1f83ec83f7fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama scores a basket against the New York Knicks during the second half of Game 2 of the NBA Finals basketball series, Friday, June 5, 2026, in San Antonio. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Traders face big losses after Uganda closes Congo border over Ebola contagion fears]]></title><link>https://www.local10.com/health/2026/06/06/traders-face-big-losses-after-uganda-closes-congo-border-over-ebola-contagion-fears/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/06/traders-face-big-losses-after-uganda-closes-congo-border-over-ebola-contagion-fears/</guid><dc:creator><![CDATA[By RODNEY MUHUMUZA, Associated Press]]></dc:creator><description><![CDATA[MPONDWE BORDER, Uganda (AP) — Leah Masika was on the verge of tears as she thought of her valuable consignment of plantain stuck in a long convoy of trucks on both sides of the Uganda-Congo border. Her cargo, destined for Uganda, was starting to leak water, and would go bad within hours if there was no movement.]]></description><pubDate>Sat, 06 Jun 2026 09:07:21 +0000</pubDate><content:encoded><![CDATA[<p>MPONDWE BORDER, Uganda (AP) — Leah Masika was on the verge of tears as she thought of her valuable consignment of plantain stuck in a long convoy of trucks on both sides of the Uganda-Congo border. Her cargo, destined for Uganda, was starting to leak water, and would go bad within hours if there was no movement.</p><p>The Ugandan trader was awaiting clearance from authorities for trucks to pass through the Mpondwe border post on Thursday after they were prevented from entering or leaving Uganda as part of escalating measures to prevent cross-border Ebola contagion.</p><p>“Our things are here rotting,” she said.</p><p>On May 28, about two weeks after Congo declared an outbreak of Ebola in the eastern Ituri province, Uganda closed its western border in a decision that reflected growing fears of cross-border contagion. Exceptions were made only in emergency cases, including for the outbreak response, humanitarian, cargo or security reasons.</p><p>But in recent days, as the spread of Ebola in eastern Congo appeared to outpace the response, authorities in the Ugandan frontier district of Kasese have tightened the measures.</p><p>Traders say they are frustrated by the slow movement of cargo trucks. Some at the Mpondwe border post told The Associated Press that while they knew the tough measures are provoked by fear of Ebola contagion, they felt that holding up the trucks was excessive.</p><p>Sylvia Asiimwe, a clearing agent, pointed to the queue of trucks stretching over a mile on the Ugandan side. At least seven were carrying fish imported from China and destined for the Congolese cities of Beni and Butembo.</p><p>Asiimwe was adamant those Congolese towns are in the province of North Kivu, not the Ebola epicenter of Ituri. “The fish is going to spoil,” she said. “So much money.”</p><p>‘Ebola has wasted our work’</p><p>The Uganda-Congo border is several hundred miles long and crossed by numerous footpaths beyond formal border posts. Trade is often booming along the route up to Mpondwe, and there is kinship between the Bakonzo people on the Ugandan side and the Banande on the other side.</p><p>Mpondwe is Uganda's top border post for informal exports that were valued at an estimated $131 million in 2023, according to the Uganda Bureau of Statistics.</p><p>After the recent border closure, some shops were shuttered and young men, deprived of casual work, sat on stools dolefully.</p><p>“The situation is bad,” said Ismail Mumbere, who often works as a vendor of roadside snacks on the Ugandan side. “A lot of people earn from here, in many businesses. But now the government has told us there is Ebola. Ebola has wasted our work.”</p><p>The current outbreak in Congo is suspected to have infected over 1,000 people. The number of confirmed cases is much lower because many suspected victims succumb to their symptoms outside hospitals and without firm proof they had Ebola.</p><p>Congolese authorities, as of Thursday, have confirmed 452 cases with 82 deaths in total. Seventy-one new cases were confirmed within 24 hours, which the authorities said is a sign of “active community transmission”.</p><p>The World Health Organization, while declaring the current outbreak a public health emergency of international concern, discouraged border closures. But the U.N. agency also acknowledged that neighboring countries are at high risk of contagion.</p><p>“With movement of cargo, and maybe trucks, is mobility of people, and we want to reduce that,” said Arafat Bwambale, a surveillance officer for Kasese, defending the measures.</p><p>Officials were trying to stop Congolese nationals from crossing to Uganda by way of more than two dozen footpaths along the Mpondwe border, he said.</p><p>All available vaccines and treatments for Ebola don’t work for patients with the rare Bundibugyo type spreading in Congo, making the outbreak worrisome.</p><p>Ugandan authorities are cautious after 19 confirmed cases</p><p>Uganda has confirmed 19 Ebola cases, all linked to the outbreak in the neighboring country after some Congolese nationals sought treatment in the Ugandan capital, Kampala, before it was known there was an outbreak.</p><p>The disease was believed to have been spreading for days or weeks before the outbreak was declared May 15.</p><p>Uganda has had multiple Ebola outbreaks of its own since 2000, when the disease killed more than 200 people.</p><p>Ebola, named for a tributary of the Congo River, was first discovered in 1976 in simultaneous outbreaks in Congo and present-day South Sudan. Outbreaks are believed to start with the virus spilling over into humans from an infected animal such as a fruit bat. These cross-species infections often happen when people handle and eat wild meat, according to experts.</p><p>Once Ebola has infected one person, the virus then spreads through close contact with sick or deceased patients’ bodily fluids, such as sweat, blood, feces or vomit.</p><p>Tracing and isolating contacts is seen as key to stopping the spread of Ebola, in addition to getting medical workers proper protective equipment.</p><p>Bwambale, the surveillance officer, said the nearest referral hospital in Kasese has an isolation center and is equipped with a lab that can return results on a sample within six hours. In recent days, samples taken from 41 people in the Kasese area tested negative for Ebola, which manifests as hemorrhagic fever.</p><p>Still, authorities appeared to be planning more restrictions.</p><p>A meeting of the local Ebola task force was likely to come up with “a more restricted way on how both the cargo or the trucks get into the country in a systematic way,” Bwambale said.</p><p>That alarms traders for whom the Mpondwe border post is the primary route of business.</p><p>Masika, the plantain dealer, said she would not order more goods from Congo until the current outbreak was over. But she would be in trouble if the cargo already in transit didn’t reach various locations in and around Kampala, where the fruits, deep fried or boiled, are a staple of breakfast menus in restaurants.</p><p>Masika said she couldn’t countenance a loss of 50 bags, each worth roughly $44.</p><p>“We are begging them to help us and open (the border),” she said. “We will not go back to Congo.”</p><p>___</p><p>For more on Africa and development: https://apnews.com/hub/africa-pulse</p><p>The Associated Press receives financial support for global health and development coverage in Africa from the Gates Foundation. The 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/R4OUZHWJL5ORLVW3YAPFMMUERY.jpg?auth=1b22ca9a36dc921cce0e388acea4b84d3be7f89641c7385aa964e43a0785c69a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A health worker walks past Ebola warning and instruction posters at a temporary health clinic at the Mpondwe border crossing linking Uganda and the Democratic Republic of the Congo, Thursday, June 4, 2026. (AP Photo/Hajarah Nalwadda)]]></media:description><media:credit role="author" scheme="urn:ebu">Hajarah Nalwadda</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/COCYXK4LDLCNGHHT34OR5XMGOE.jpg?auth=18eef345a3b259aabfc1ec491477850e47d81b326ec65a6fb95c4bc4ef7befa5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A health worker walks at a temporary health clinic at the Mpondwe border crossing linking Uganda and the Democratic Republic of the Congo, Thursday, June 4, 2026. (AP Photo/Hajarah Nalwadda)]]></media:description><media:credit role="author" scheme="urn:ebu">Hajarah Nalwadda</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BV2IIJANTPYZN5JBDEYYJC5F6E.jpg?auth=d32987108e905397ab430c5a9fad0902aa5e0ea98f89fb2574aad2cf2fc62a6c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cargo trucks queue up at the Mpondwe border crossing linking Uganda and the Democratic Republic of the Congo, Thursday, June 4, 2026. (AP Photo/Hajarah Nalwadda)]]></media:description><media:credit role="author" scheme="urn:ebu">Hajarah Nalwadda</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4IVGSXOMAG4GRFK326YPI73TNE.jpg?auth=9328b262d8cdc2632c74cca2a36450b4b303b9267519c307717e33addc745da4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A health worker checks an individual's temperature at a temporary health clinic at the Mpondwe border crossing linking Uganda and the Democratic Republic of the Congo, Thursday, June 4, 2026. (AP Photo/Hajarah Nalwadda)]]></media:description><media:credit role="author" scheme="urn:ebu">Hajarah Nalwadda</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TJQRCZQNBL757AQ2HWSZN4YCLU.jpg?auth=4235de1cd0132af7e659982b0f0587e5559bd777c5d3430dc3dea6ec56c163ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A health worker washes her hands at a temporary health clinic at the Mpondwe border crossing linking Uganda and the Democratic Republic of the Congo, Thursday, June 4, 2026. (AP Photo/Hajarah Nalwadda)]]></media:description><media:credit role="author" scheme="urn:ebu">Hajarah Nalwadda</media:credit></media:content></item><item><title><![CDATA[What to know about Pope Leo's trip to Spain, from political scandal to Barcelona's architectural gem]]></title><link>https://www.local10.com/news/world/2026/06/06/what-to-know-about-pope-leos-trip-to-spain-from-political-scandal-to-barcelonas-architectural-gem/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/06/what-to-know-about-pope-leos-trip-to-spain-from-political-scandal-to-barcelonas-architectural-gem/</guid><dc:creator><![CDATA[By NICOLE WINFIELD and SUMAN NAISHADHAM, Associated Press]]></dc:creator><description><![CDATA[VATICAN CITY (AP) — Pope Leo XIV’s weeklong visit to Spain will bring him to a once-staunchly Catholic country that has long been in the throes of waning religious practice and, recently, a political crisis for the ruling Socialist Party.]]></description><pubDate>Sat, 06 Jun 2026 04:36:03 +0000</pubDate><content:encoded><![CDATA[<p>VATICAN CITY (AP) — Pope Leo XIV’s weeklong visit to Spain will bring him to a once-staunchly Catholic country that has long been in the throes of waning religious practice and, recently, a political crisis for the ruling Socialist Party.</p><p>Leo is expected to double down on his messages of unity amid polarization, peace as war rages, welcome for migrants and hope for young Spaniards in the era of artificial intelligence.</p><p>In a sign that the clergy sexual abuse crisis continues to overshadow papal trips, the Vatican confirmed late Friday that Leo would meet with survivors during his visit. The Spanish Catholic hierarchy is belatedly reckoning with decades of abuse and cover-up in the once-staunchly Catholic country.</p><p>Leo’s June 6-12 visit, the first to Spain by a pope in 15 years, has three distinct chapters, in Madrid, Barcelona and the Canary Islands, each with its own focus.</p><p>But Leo isn’t the only VIP who'll be paralyzing much of Madrid this weekend. Puerto Rican superstar Bad Bunny is holding two shows of his 10-concert series in the Spanish capital while the pope is in town.</p><p>Madrid, June 6-8</p><p>The highlight of Leo's visit to Madrid will be his speech June 8 to both chambers of the Spanish parliament. Even though St. John Paul II visited Spain five times and Pope Benedict XVI three, no pope has ever addressed Las Cortes Generales, as the parliament is known.</p><p>Such speeches are rare and often become one of the most important of a pontificate. The last time a pope addressed a foreign legislature was in 2015, when Pope Francis delivered a speech to a joint session of the U.S. Congress.</p><p>Leo will find a legislature that is highly polarized, with the ruling Socialist Party of Prime Minister Pedro Sánchez hammered by a series of corruption scandals and far-right groups such as Vox harshly criticizing the Socialists’ migration policy.</p><p>Leo will also meet with the Spanish royals and preside over a prayer vigil for young people that will recall the last time a pope visited Spain: 2011, when Madrid hosted World Youth Day with Benedict.</p><p>Barcelona, June 9-10</p><p>Leo arrives in Barcelona in time to celebrate the June 10 centenary of the death of the great Catalan architect, Antoni Gaudí.</p><p>Leo will celebrate Mass in Gaudí’s unfinished masterpiece, the Sagrada Familia, and will inaugurate its central spire, the Tower of Jesus Christ, which has made the basilica the world’s tallest church.</p><p>While Catalonia’s beloved native son is on the path to possible sainthood, no announcements on his canonization are expected.</p><p>Leo will also visit another place of spiritual importance to Catalans, the Our Lady of Montserrat abbey on the sacred mountain outside the city.</p><p>Canary Islands, June 11-12</p><p>By traveling to the Canary Islands, Leo is fulfilling a wish of Pope Francis to minister to the many migrants who arrive on the Spanish archipelago after risking their lives to reach Europe from Africa.</p><p>Leo will spend two days in the Canary Islands, which are closer to Africa than the Spanish peninsula, visiting two of the seven islands and meeting with migrants and the humanitarian organizations that provide care for them.</p><p>Spain’s Socialist-led government has bucked a general trend in Europe and the U.S. by announcing it will grant legal status to potentially hundreds of thousands of immigrants living and working in the country without authorization. Sánchez has highlighted the benefits of legal migration to the country’s economy with an aging workforce and low birth rate.</p><p>Migrant arrivals in the Canary Islands peaked in 2024 at nearly 47,000, but have fallen dramatically, with just over 2,000 people landing there in the first four months of 2026.</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/JQWILXJHGOOIM3E3YSTFMVQGLE.jpg?auth=3f9de0b55a5db41cebe243382be822a223bb37d3bd9a3da176c18df134291408&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV waves as he leaves after his weekly general audience in St. Peter's Square at The Vatican, Wednesday, June 3, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HNBVYU7BXWQLOGMI55ZA66N76I.jpg?auth=04daf361314715687354ab7bf8a47fbb87d4ff314abfc59d8c3baefd39c363e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV waves as he arrives for his weekly general audience in St. Peter's Square at The Vatican, Wednesday, June 3, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BD2WXIZH4LZUCBU6IZ3XAQY47Q.jpg?auth=c8fdbb358d085298f3f010ecaddbcea4b51c62401939ff64365981522cb1cf43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The sun rises behind Antoni Gaudí's iconic Basilica of the Sagrada Familia in Barcelona, Spain, Thursday, May 28, 2026, ahead of Pope Leo XIV's visit to the city in June. (AP Photo/Emilio Morenatti)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilio Morenatti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EHATFMZVWOYU2MS3T3OHCT3T4E.jpg?auth=78ab2a02e0bd6f5458e34502ae0f5ce5655818ef45ad897e2d0b797dca123169&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors take photos inside Antoni Gaudí's Basilica of the Sagrada Familia as colored light from its stained-glass windows illuminates the interior in Barcelona, Spain, Tuesday, May 26, 2026, ahead of Pope Leo XIV's visit to the city in June. (AP Photo/Emilio Morenatti)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilio Morenatti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HK6FXIKEKBQZJRYUH7QUGXUOKQ.jpg?auth=294a0bb51afa228215d80caf8ecaa6073ab85237b47d2c2e36d7823849423847&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A police officer speaks with migrants and asylum-seekers in Gran Canaria island, Spain, Tuesday, Aug. 18, 2020. (AP Photo/Emilio Morenatti, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilio Morenatti</media:credit></media:content></item><item><title><![CDATA[Texas Tech's appeal to NCAA for Sorsby reinstatement denied, according to AP source]]></title><link>https://www.local10.com/sports/2026/06/06/texas-techs-appeal-to-ncaa-for-sorsby-reinstatement-denied-according-to-ap-source/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/06/texas-techs-appeal-to-ncaa-for-sorsby-reinstatement-denied-according-to-ap-source/</guid><dc:creator><![CDATA[By STEPHEN HAWKINS, Associated Press]]></dc:creator><description><![CDATA[Texas Tech's appeal to the NCAA to have Brendan Sorsby's eligibility reinstated has been denied, in a ruling that is separate from the transfer quarterback's lawsuit against that same governing body.]]></description><pubDate>Sat, 06 Jun 2026 04:19:12 +0000</pubDate><content:encoded><![CDATA[<p>Texas Tech's appeal to the NCAA to have Brendan Sorsby's eligibility reinstated has been denied, in a ruling that is separate from the transfer quarterback's lawsuit against that same governing body.</p><p>A person with knowledge of the NCAA's decision told The Associated Press on Friday night that the NCAA for the second time denied Texas Tech's petition to restore the quarterback's eligibility. He was ruled ineligible after he acknowledged gambling on sports, including on his own team while at Indiana.</p><p>The person spoke on condition of anonymity to the AP because there was no announcement about the appeal decision from either the NCAA or the quarterback's current school.</p><p>That came while the NCAA and Sorsby were still waiting for a ruling from a Texas judge after the quarterback filed a lawsuit May 18 seeking a temporary injunction against the NCAA in hopes of playing this season for the Red Raiders after transferring from Cincinnati.</p><p>A two-hour hearing was held Monday in the 99th District Court in Lubbock County, where Texas Tech is located. As of Friday, there still was no decision from Judge Ken Curry.</p><p>Texas Tech had said May 26 that it was appealing after the NCAA denied the school’s initial petition to have Sorsby's eligibility reinstated.</p><p>University president Lawrence Schovanec at that time wrote in a letter to the Texas Tech community that the school felt “the NCAA’s ruling should be reversed or modified.”</p><p>The school had ruled Sorsby ineligible May 18, the same day he filed his lawsuit. Tech had to do that to be able to pursue a request for his reinstatement that it submitted to the NCAA the following day. That was denied May 22.</p><p>___</p><p>AP college football: https://apnews.com/hub/ap-top-25-college-football-poll and https://apnews.com/hub/college-football</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2QKAXPRXLSOC6NK6HNAHVTOZCE.jpg?auth=ba56a173667920368025470969d27435b2099493af7d08079ec2615810e816e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Quarterback Brendan Sorsby attends an NCAA college basketball game between Texas Tech and Houston, Jan. 24, 2026, in Lubbock, Texas. (AP Photo/Annie Rice, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Annie Rice</media:credit></media:content></item><item><title><![CDATA[Leo XIV urges Spain to stop fanning flames of polarization on first papal visit in 15 years]]></title><link>https://www.local10.com/news/world/2026/06/06/pope-urges-spain-to-stop-fanning-flames-of-polarization-as-he-arrives-on-1st-papal-visit-in-15-years/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/06/pope-urges-spain-to-stop-fanning-flames-of-polarization-as-he-arrives-on-1st-papal-visit-in-15-years/</guid><dc:creator><![CDATA[By NICOLE WINFIELD and SUMAN NAISHADHAM, Associated Press]]></dc:creator><description><![CDATA[MADRID (AP) — Pope Leo XIV urged Spaniards on Saturday to stop “fanning the flames of polarization” as he arrived in Spain at a moment of political turmoil for the Socialist-led government and a credibility crisis for the Catholic Church.]]></description><pubDate>Sat, 06 Jun 2026 12:17:13 +0000</pubDate><content:encoded><![CDATA[<p>MADRID (AP) — Pope Leo XIV urged Spaniards on Saturday to stop “fanning the flames of polarization” as he arrived in Spain at a moment of political turmoil for the Socialist-led government and a credibility crisis for the Catholic Church.</p><p>The American pope, who has Spanish ancestors, traveled to Spain dozens of times as a priest, but this is the first visit by a pope in 15 years. It signals Leo is returning papal attention to Europe’s Christian roots after Pope Francis largely stayed away from the traditional centers of Christianity in favor of smaller Catholic communities farther away.</p><p>Leo is seemingly keen to bring his message of peace, unity and human dignity to a continent sorely polarized over migration, Russia’s war in Ukraine and anxiety over artificial intelligence.</p><p>The pope opened his weeklong trip in Madrid, greeted at the airport by the country’s Catholic monarchs, King Felipe VI and Queen Letizia, and Spanish Prime Minister Pedro Sánchez. He told reporters, while traveling, that he was particularly heartened by reports of a spiritual awakening among young people in the once-staunchly Catholic but now secularized country.</p><p>During his welcome address, Leo appealed to Spaniards, especially political leaders, to put polemics aside and invest in educating young people to appreciate diversity and complexity rather than shunning them.</p><p>“Today, the temptation to gain popularity by fanning the flames of polarization seems to have grown rather than diminished, and human dignity continues to be violated,” Leo said.</p><p>He appealed to Spain’s place at the heart of Christian Europe to serve as a model for the rest of the continent, while also recalling the country's 800-year Moorish past, when cities like Toledo and Córdoba became, he said, “centers of dialogue between languages, religions and knowledge.”</p><p>“For the love of truth, I invite everyone to set aside the divisive and polarizing narratives of your societal reality and history,” he said. Doing so will help Europe “overcome sterile simplifications through the fruitful appreciation of complexity.”</p><p>Spaniards find themselves increasingly divided over issues including immigration, feminism and political corruption, while historically it was riven by territorial and independence movements.</p><p>The Spanish Parliament prepares for its first-ever papal speech</p><p>The highlight of Leo’s visit to Madrid will be his speech Monday to both chambers of the Spanish Parliament, the first by a pope. Such speeches are rare and often become one of the most important of a pontificate.</p><p>But Leo will find a highly polarized legislature, with the ruling Socialist party hammered by a series of corruption scandals. Conservative parties, including the Popular Party and far-right Vox, have called for Sánchez to step down before the 2027 elections and have roundly criticized his government’s migration policies.</p><p>Spain’s Socialist-led government has bucked a general trend in Europe and the United States by announcing it will grant legal status to potentially hundreds of thousands of immigrants living and working in the country without authorization. Sánchez has highlighted the benefits of legal migration to the country’s economy with an aging workforce and low birthrate.</p><p>Despite some expected protests of Leo’s visit, his speech to Parliament in particular is something of a milestone for Spain’s Catholic Church. Shaped by the anticlerical violence of the country’s 1936-1939 civil war, more recently, it has dealt with a credibility crisis over revelations of decades of clergy abuse and cover-up.</p><p>While much of Europe has secularized in recent decades, Spain stands out after it underwent a religious crisis following the 1975 death of Gen. Francisco Franco. A staunch Catholic, Franco viewed his reign as something of a religious crusade against the anticlerical anarchist, leftist and secular tendencies in Spain.</p><p>As Spain transitioned to a democracy, the percentage of Spaniards who declared themselves Catholics fell from 90% in the 1970s to just 55% in 2025, according to polling data collected by Spain’s state opinion agency. Of that group, only 19% say they regularly attend Mass.</p><p>And yet there are signs of renewed interest in all forms of spirituality, Christian and otherwise, especially among young Spaniards, said sociologist Narciso Michavila Núñez, president of the GAD3 consulting firm that polls young people about their faith, among other things.</p><p>In recent surveys, he said, pollsters are registering newfound interest in faith among Gen Z Spaniards. Michavila and others cite the popularity of Spanish pop star Rosalía’s new hit album “Lux,” which is overtly spiritual.</p><p>“The truth from a common view is not that God is in fashion. What is new in this moment, in this visit of the pope, is that God in the Spanish society is not a tattoo anymore,” he said.</p><p>Leo’s face has been plastered across subway cars, billboards and ads in metro stations in the Spanish capital, and souvenir shops are selling magnets of Leo and other papal knickknacks. Bakeries are selling limited-edition pope cakes and pastries.</p><p>Leo pointed to the signs of a spiritual awakening in comments to reporters en route to Madrid. But he also acknowledged he is facing stiff competition from Bad Bunny, who is holding two concerts this weekend.</p><p>“If they are confronted with the question ‘Do you want to go see Bad Bunny or do you want to go to see the pope?’ I think many will see Bad Bunny,” Leo said. “But I think there will also be a few here to see the pope. And that says something, you know.”</p><p>Pope to meet with abuse victims and migrants</p><p>In a sign that the clergy sexual abuse crisis continues to overshadow papal trips, the Vatican confirmed late Friday that Leo would meet with survivors during his visit. The Spanish Catholic hierarchy is belatedly reckoning with decades of abuse and cover-up in the once-staunchly Catholic country.</p><p>Leo acknowledged he could only meet with a few, telling reporters that “abuses are still an open wound.”</p><p>Spain's monarch also acknowledged the Spanish church’s sexual abuse crisis, saying such cases “neither are nor can be representative of the immense ecclesial community.”</p><p>“Your clarity and firmness, which I also wish to acknowledge, are essential in the process of healing and repairing the harm inflicted: they are essential for the victims, for the faithful, for the Church, and for society,” Felipe told Leo, in an apparent reference to a recently launched Church-state reparations system for some victims of clerical abuse.</p><p>After Madrid, the other highlights of the trip include Leo’s visit midweek to Barcelona, where he will celebrate Mass in the Sagrada Familia basilica on the centenary of the death of its famed architect, Antoni Gaudí.</p><p>Leo will also fulfill a wish of Francis by ending his visit with a two-day stop in the Canary Islands, the Spanish archipelago closer to Africa than the Iberian Peninsula and a key destination for migrants leaving West Africa.</p><p>Leo will meet with migrants and the humanitarian organizations providing care for them. He is expected to toss a wreath of flowers into the sea, in memory of migrants killed during the treacherous Atlantic crossing. He’ll do so from the port in Las Palmas that in 2020 earned the nickname the “Dock of Shame” because thousands of migrants were forced to sleep in the open for weeks on end during a spike in arrivals.</p><p>Francis had made reaching out to migrants and refugees a hallmark of his papacy and Leo has followed suit by demanding dignified treatment of migrants, especially in his native U.S.</p><p>“For those of us who are immigrants and find ourselves in this situation of having family far away, someone like the Pope — who is an important figure for the entire world — coming here is truly something that makes me say ‘wow,’” said Constantina Nchama, an immigrant from Equatorial Guinea.</p><p>“It’s something that happens once in a lifetime,” she said. “I’m very, very excited about that, truly.”</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/TP4WRMJFAOMZD7MPSSKPVU4KSY.jpg?auth=93fce4fd3dfbeedcc5e90bad636f69da659fb8aefa3d3098d7f73638bf93df14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV is welcomed by Spain's King Felipe VI and Queen Letizia, as he arrives at the Royal Palace in Madrid, Saturday, June 6, 2026, on the first day of his seven-day apostolic journey to mainland Spain and the Canary Islands. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XUI7OOHRX2U5V2XUWEWPRCCUMI.jpg?auth=8a3f08675c53101fb0d1fdc4025185fcc6b80aa15af362250ab8a7f3571ab0c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV is welcomed by Spain's King Felipe VI and Queen Letizia upon his arrival at Adolfo Suarez Madrid-Barajas International Airport in Madrid, Saturday, June 6, 2026, marking the start of his seven-day apostolic journey to mainland Spain and the Canary Islands. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SBCJ5MGPB3TRBMSIXYFPATN4WY.jpg?auth=c7d0b0070376be1f5efbd6752751d8eb0673fb971bae8ec3f8770bcae285fa04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV arrives at Adolfo Suarez-Madrid Barajas Airport in Madrid, Spain, Saturday, June 6, 2026, at the start of a seven-day pastoral visit to mainland Spain and the Canary Islands. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UIWSXXMZJNQV3NFUX533N4SS7U.jpg?auth=e19945e0f2b787659515c47268330968dbd0ec8c8abebe389195425c58306a41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV arrives at Madrid's Adolfo Suarez International Airport, Saturday, June 6, 2026, as he starts a seven-day apostolic journey to mainland Spain and the Canary Islands. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KKMAHFPD73LK2GUHCXI5SOKMBM.jpg?auth=59e4724d6dc1f440425c8ad567f224e07297275d754621c0ecc50a16190ea631&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV is welcomed by Spain's King Felipe VI and Queen Letizia, as he arrives at the Royal Palace in Madrid, Saturday, June 6, 2026, on the first day of his seven-day apostolic journey to mainland Spain and the Canary Islands. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[These candidates for governor worked for Joe Biden. Some don't really talk about it though]]></title><link>https://www.local10.com/news/politics/2026/06/06/these-candidates-for-governor-worked-for-joe-biden-some-dont-really-talk-about-it-though/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/06/these-candidates-for-governor-worked-for-joe-biden-some-dont-really-talk-about-it-though/</guid><dc:creator><![CDATA[By STEVE PEOPLES and MATT BROWN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Joe Biden is not on the ballot this fall.]]></description><pubDate>Sat, 06 Jun 2026 04:05:08 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Joe Biden is not on the ballot this fall.</p><p>But at least three prominent members of his administration will be, representing the Democratic Party in a trio of governor's races that may test the resilience of the Biden brand two years after he left the White House under a cloud of disapproval.</p><p>Two Biden Cabinet members — former U.S. Interior Secretary Deb Haaland of New Mexico and former U.S. Health and Human Services Secretary Xavier Becerra of California — advanced to the general election ballot for governor in their states this week. They joined Keisha Lance Bottoms, a former senior adviser, who secured the Democratic nomination in Georgia's governor's race last month.</p><p>Their rise comes as a bitter feud erupts among Biden's allies, including some who worked in the White House, about the Biden family's reemergence in the public spotlight just five months before the high-stakes midterm elections. Hunter Biden is mixing it up with admirers and critics on social media, while Jill Biden is rehashing the tortured saga of the last presidential race in a new memoir. Biden himself has his own book coming out later this year.</p><p>As candidates shift toward the general election phase of the midterms, it's unclear whether the Biden connections will help or hurt the Democratic gubernatorial hopefuls come November.</p><p>“I will put my experience to work for the people of our state,” Haaland told cheering supporters this week as she accepted her party's nomination.</p><p>She did not, however, mention Biden’s name as she ticked through her experience as a single mother, her time in Congress and her leadership of the Interior Department.</p><p>Biden who?</p><p>One former Biden White House aide, Rodericka Applewhaite, suggested that some Democrats on the ballot this fall were intentionally avoiding asking the former president to help with their campaigns.</p><p>Applewhaite is among the Democratic operatives publicly criticizing the Biden's public reemergence in recent days — especially Jill Biden's book tour.</p><p>“The Bidens are burning a lot of good will that they built up over a very long time in what seems to be days," she said, offering the former president and his family a pointed suggestion. "Step aside and let us have the battles that we need to have today.”</p><p>On the ground in California, Georgia and New Mexico, Biden alumni are navigating their Biden connection in different ways.</p><p>Haaland and Becerra are eager to focus on President Donald Trump in their campaign materials, but neither referenced Biden in their primary night speeches to supporters. Nor does either cite Biden’s name in the biographies listed on their official campaign websites.</p><p>Biden did not issue a public endorsement in the New Mexico or California contests ahead of Tuesday’s contests either. Democrats have focused on hammering Republicans over Trump's time in office.</p><p>“It’s laughable that Republicans have become so desperate to avoid talking about Donald Trump that they are now trying to go after our candidates for advocating for their states and getting results when they served in the executive branch," said Kevin Donohue, a spokesperson for the Democratic Governors Association. Democrats, he said, “are focused on affordability” while “Republicans are all in on Trump’s cost-raising agenda.”</p><p>That hasn't stopped Republicans from highlighting both candidates' old boss.</p><p>In fact, Republicans are actively planning to highlight Democrats' ties to the Biden administration as a weakness in the weeks ahead, according to Kollin Crompton of the Republican Governors Association.</p><p>“Deb Haaland turned her back on New Mexico to push Biden’s failed policies and the Green New Scam. New Mexico deserves a leader, not a career politician who forgot where she came from,” Montana Gov. Greg Gianforte, who chairs the campaign organization, said in a statement.</p><p>Georgia is another story.</p><p>Lance Bottoms points to her work with Biden on her campaign website. She asked for, and received, Biden's formal endorsement just ahead of Georgia's primary, which she shared widely on her campaign's social media platforms. She also said she'd invite the former president to campaign with her this fall. “As I am moving around this state, people are missing Joe Biden more and more each day," she told CNN.</p><p>Bottoms was the first of two candidates Biden endorsed since leaving office, and he called her with congratulations after her primary victory on May 19.</p><p>But even Bottoms has not highlighted her time in the administration on the campaign trail. Her stump speech regularly mentions her time serving as Atlanta's mayor and career as a prosecutor but quickly pivots to issues like affordability and the Trump administration's agenda.</p><p>“I spoke with him this morning, so he called to congratulate me,” Bottoms said of Biden after her primary win. But then she immediately pivoted. “At the end of the day, we all want the same things. We want to live in great neighborhoods, we want great schools, we want access to health care.”</p><p>Biden's bad numbers</p><p>Americans had a dimmer view of Biden's presidency when he left office than they did at the end of Trump’s first term or Barack Obama’s second, according to The Associated Press-NORC Center for Public Affairs Research.</p><p>Around one-quarter of U.S. adults at the time said Biden was a “good” or “great” president, with less than 1 in 10 saying he was “great."</p><p>It was a stark illustration of how tarnished Biden’s legacy has become, with many members of his own party seeing his Democratic presidency as merely mediocre.</p><p>Americans were similarly likely to describe both Biden and Trump as “poor” or “terrible” — about half said this characterized each president’s time in office — but about 3 in 10 said Biden was “average,” while less than 2 in 10 said this about Trump.</p><p>The Biden family has faced fresh scrutiny in recent weeks, sometimes even from former aides.</p><p>The former president's son, Hunter Biden, drew criticism for recently appearing on the podcast of far-right conspiracy theorist Candace Owens. He has garnered attention by posting online about his experience with addiction and criticisms of the media.</p><p>Former first lady Jill Biden has shocked some Democrats for comments she made as part of a book tour for her memoir, “View from the East Wing," which was released Tuesday. The former first lady said in an interview with CBS News that she was “frightened” by her husband's performance during the infamous debate against Trump. The fallout eventually prompted Biden to drop out.</p><p>In the memoir, she writes that Biden’s senior aides “insisted he needed to run” for reelection. Her memoir includes a retelling of her husband’s decision to end his candidacy and the family’s reaction to the former president’s cancer diagnosis last year.</p><p>Throughout her book tour, she has faced tough questions about the former president's health and cognitive abilities while in office, as well as her role in pushing him to seek reelection despite widespread public concerns.</p><p>The former first lady described it as “heartbreaking” that the Democratic Party abandoned her husband during an interview on ABC’s “The View.”</p><p>“That’s why Joe had to decide to get out, because he had lost the support of the Democratic Party,” she said.</p><p>Such comments have sparked a fight among allies, especially after former Biden spokesperson Andrew Bates questioned to the New York Post "why that painful conversation for the party needed to be publicly re-opened now."</p><p>Jill Biden shot back, “I want to say to Andrew, call me up and say it to my face.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PH5TW5LJEIG5PWSBM55N536UPI.jpg?auth=245a57cf02797c7a795fd9f35b1f15348be83af96ec9e4a09fcac129edd8f34c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California gubernatorial candidate Xavier Becerra speaks during an election night event Tuesday, June 2, 2026, in Los Angeles. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GYMUXB3EIZIFLXETKRCRBAPNAM.jpg?auth=7f53b727d9f2d9033f7ca2f07a6bd0e2a9fcb9c21b4131025c8f40f7b7354c54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California gubernatorial candidate Xavier Becerra speaks during an election night event Tuesday, June 2, 2026, in Los Angeles. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D673WCPR7HBMW3LRRS43DNJK3A.jpg?auth=9afa6280d0a2b3db42a27235df5e8c1e74fdc120ede53f6eb38d7c367f84b9c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic gubernatorial candidate Deb Haaland hugs and greets supporters following her speech during a primary election night watch party after winning the Democratic nomination, Tuesday, June 2, 2026, in Albuquerque, New Mexico. (AP Photo/Jon Austria)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Austria</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DD6DIDVML3ELJSKWJR23PGHME4.jpg?auth=7031fc26197b13d1e7644582e046cfb41d5c705a7b0edd262260d58da5748f63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters of Democratic gubernatorial candidate Deb Haaland cheer her on during her speech during an primary election night watch party after winning the Democratic nomination Tuesday, June 2, 2026, in Albuquerque, New Mexico. (AP Photo/Jon Austria)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Austria</media:credit></media:content></item><item><title><![CDATA[Armenia prepares for an election that could reshape ties with Moscow and the West]]></title><link>https://www.local10.com/news/2026/06/06/armenia-prepares-for-an-election-that-could-reshape-ties-with-moscow-and-the-west/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/06/armenia-prepares-for-an-election-that-could-reshape-ties-with-moscow-and-the-west/</guid><dc:creator><![CDATA[By YURAS KARMANAU and KATIE MARIE DAVIES, Associated Press]]></dc:creator><description><![CDATA[Armenia's parliamentary elections Sunday will be a vote on its geopolitical future as incumbent Prime Minister Nikol Pashinyan seeks closer relations with the European Union and the United States despite longstanding ties with Russia that have been championed by his critics.]]></description><pubDate>Sat, 06 Jun 2026 10:19:58 +0000</pubDate><content:encoded><![CDATA[<p>Armenia's parliamentary elections Sunday will be a vote on its geopolitical future as incumbent Prime Minister Nikol Pashinyan seeks closer relations with the European Union and the United States despite longstanding ties with Russia that have been championed by his critics.</p><p>Many analysts favor Pashinyan's Civil Contract party to retain control of the parliament, but with many opposition parties running on pro-Russia platforms, the Caucasus nation's place on the international stage has been thrown into the spotlight.</p><p>In the months ahead of the election, Russian President Vladimir Putin and other Russian officials have warned Armenia that joining the EU could come at the expense of massive economic damage by disrupting Armenian trade ties with Moscow and its allies.</p><p>“These are the first elections in Armenia’s history where geopolitical orientation has become a decisive issue,” Mikayel Zolyan, an analyst and former member of the Armenian Parliament, told The Associated Press from Yerevan. “Until now, Armenia has remained within Russia’s sphere of influence, and this was taken for granted, but now, for the first time, this is being called into question.”</p><p>Armenians disappointed with Moscow over Karabakh</p><p>Relations between Moscow and Armenia soured in 2023 after Azerbaijan took control of the entire Karabakh region. The mountainous region had been controlled for decades by ethnic Armenian forces backed by Armenia, part of a long conflict between the neighboring countries.</p><p>Armenian authorities accused Russian peacekeepers deployed to the region of failing to stop Azerbaijan’s onslaught. Moscow, busy with the conflict in Ukraine, has rejected the accusations, arguing its troops didn’t have a mandate to intervene.</p><p>“It turned out that Russia’s image as a guarantor of Armenian security was not based in reality, and it all collapsed after the Karabakh war,” said Alexander Iskandaryan, director of the Caucasus Institute in Yerevan.</p><p>Pashinyan has begun cautiously weakening ties with Moscow, joining the International Criminal Court in 2023 and suspending its participation in the Moscow-dominated Collective Security Treaty Organization in 2024.</p><p>Armenia also officially declared its aspirations to join the EU and hosted the European Political Community summit in Yerevan in early May.</p><p>A convincing win in the parliamentary vote would give Pashinyan a mandate to continue the trend and finalize a deal with Azerbaijan.</p><p>Western ties could bring benefits</p><p>Western nations have sought to show some of the advantages that closer ties could bring.</p><p>In August, U.S. President Donald Trump hosted Pashinyan and Azerbaijan’s President Ilham Aliyev to sign an agreement declaring an end to their decades-long hostilities and including provisions for the creation of a new transit corridor between Azerbaijan to its exclave of Nakhchivan. An agreement in February could pave the way for a U.S. company to build a new nuclear reactor in Armenia.</p><p>European Commission President Ursula von der Leyen also has said that Europe is ready to invest in Armenia's energy industry and its “booming digital scene.”</p><p>Trump has endorsed Pashinyan and called him a “great friend” and a leader who is making his country “strong, wealthy, and very secure!”</p><p>Opposition parties back Moscow ties</p><p>Much of Armenia’s opposition is still dominated by pro-Russia groups and many are also against normalizing relations with Azerbaijan. Key opposition figures have called for Pashinyan to stand down over the loss of Karabakh.</p><p>Nineteen political forces, including two blocs and 17 parties, are taking part in the elections.</p><p>Pashinyan’s main rival is the Strong Armenia Party, which wants closer business ties with Russia and accuses Pashinyan of attempting to spark a war with Moscow. The party is led by Armenian-Russian billionaire Samvel Karapetyan, who is on trial for calling for the overthrow of Armenia’s government. He denies the charges.</p><p>Other potential contenders include former President Robert Kocharyan, who leads the Hayastan bloc and has accused Pashinyan of “seriously undermining” relations with Russia.</p><p>Russia applies economic pressure</p><p>Russia, which has a military base in Armenia, has warned that Yerevan’s Western turn could have dire political and economic consequences.</p><p>Putin has compared Armenia’s course to that of Ukraine in thinly veiled threats and has suggested Russia's conflict with Ukraine started with its attempts to join the EU.</p><p>In recent weeks, Russian has introduced new restrictions on Armenian produce after citing sanitation violations, banning Armenian flowers, certain types of cognac and wine, eggplants, potatoes, dried fruits, fish and more.</p><p>Armenia’s membership in the Eurasian Economic Union, a Russian-led customs union, was placed under formal review during a members’ meeting in Kazakhstan in May, with threats to suspend it completely it by December.</p><p>During the Kazakhstan summit, the governments of Russia, Belarus, Kazakhstan and Kyrgyzstan also demanded Armenia hold a referendum on whether it would remain in their group or seek EU membership. Pashinyan has rejected the need for such a vote.</p><p>Armenian government statistics show 38% of Armenia’s exports went to countries within the Eurasian Economic Union in 2025, the vast majority heading to Russia. In comparison, just 8% of trade went to the EU.</p><p>The Russian measures prompted von der Leyen to announce Thursday that the 27-nation bloc would send 50 million euros ($58 million) to support Armenia. In a statement, she said Russia is “weaponizing” economic relations and its ban on imports was “nothing short of economic coercion.”</p><p>Facing an uncertain future</p><p>Russia could exert further pressure on Armenia because it controls a significant portion of the country’s energy and infrastructure and supplies cheap gas.</p><p>“It’s completely unrealistic to say that Armenia can somehow overcome Russian influence in a short period of time,” analyst Zolyan said.</p><p>Armenia’s civil society also isconcerned by what they have described as Russian-backed disinformation campaigns ahead of the vote. Moscow denies any interference.</p><p>Daniel Ionnisyan, head of the Union of Informed Citizens, an independent election watchdog, told the AP that his organization has documented instances of Russian interference through social media campaigns, cyberattacks, vote buying and bribery of journalists.</p><p>That echoes findings of a delegation from the Parliamentary Assembly of the Council of Europe, which visited Yerevan in May and said foreign interference included illicit political financing, cyberattacks, economic coercion and direct attempts to manipulate the electoral process.</p><p>“These hybrid tactics aim not only to sway public opinion but to secure long-term geopolitical leverage over Armenia,” the delegation said.</p><p>___</p><p>Sam McNeil in Brussels contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KWMSSH5G7HRWW5QCCEDWEYXFSA.jpg?auth=1f31132b42cadba870fcdd173d9640511fdcad50e7b9b9f228d80ad62e7677e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Armenian Prime Minister Nikol Pashinyan holds a child as he walks on Northern Avenue in Yerevan, Armenia, Monday, June 1, 2026, during public celebrations marking International Children's Day. (AP Photo/Anthony Pizzoferrato)]]></media:description><media:credit role="author" scheme="urn:ebu">Anthony Pizzoferrato</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SDIOUDBRTELY5TEGDJNAEEDA6A.jpg?auth=9da6676fd5a64f4c587c858cd7ba0b07f5cee3536bafd96ebe6265114de2cad7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Russian President Vladimir Putin, right, and Armenian Prime Minister Nikol Pashinyan meet at the Kremlin in Moscow, Russia, on April 1, 2026. (AP Photo/Pavel Bednyakov, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MQT2L6KTVCKDSO22ICQB6IUPZY.jpg?auth=24019e370fc20992484205770c9fc9cf5848c7ff0ff24a4cf9eea1009791f64a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters of Russian-Armenian tycoon Samvel Karapetyan, wave a Armenian national flag during a rally against incumbent Prime Minister Nikol Pashinyan at Republic Square in Yerevan, Armenia, Wednesday, June 3, 2026, as Karapetyan, who heads the Strong Armenia party, has faced criminal charges that he rejected as politically driven and campaigned from under house arrest. (AP Photo/Anthony Pizzoferrato)]]></media:description><media:credit role="author" scheme="urn:ebu">Anthony Pizzoferrato</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QF3TSX2XI5VOKECZTYB7JBW2CI.jpg?auth=8ae1b402290caf1124cbfe48908db846538ed18b9b6123f8402410896736b742&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters of Armenia's ruling Civil Contract party leading by Prime Minister Nikol Pashinyan hold up heart signs while gathering in Republic Square in Yerevan, Armenia, Friday, June 5, 2026, for the party's final campaign rally ahead of the upcoming parliamentary elections. (AP Photo/Anthony Pizzoferrato)]]></media:description><media:credit role="author" scheme="urn:ebu">Anthony Pizzoferrato</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LTKNGJX7VYASZ4NCH33CSTG56M.jpg?auth=0093ffb4b4cca15a7c2c74247a41651031a5f82ecb6f918565c7998aded1e9a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters of Armenia's ruling Civil Contract party led by Prime Minister Nikol Pashinyan gather in Republic Square in Yerevan, Armenia, Friday, June 5, 2026, for the party's final campaign rally ahead of the upcoming parliamentary elections. (AP Photo/Anthony Pizzoferrato)]]></media:description><media:credit role="author" scheme="urn:ebu">Anthony Pizzoferrato</media:credit></media:content></item><item><title><![CDATA[Donald Trump, Bernie Sanders and Sam Altman are all talking about public ownership in AI]]></title><link>https://www.local10.com/business/2026/06/06/donald-trump-bernie-sanders-and-sam-altman-are-all-talking-about-public-ownership-in-ai/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/06/donald-trump-bernie-sanders-and-sam-altman-are-all-talking-about-public-ownership-in-ai/</guid><dc:creator><![CDATA[By JOEY CAPPELLETTI and SEUNG MIN KIM, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — It was perhaps a surprising private overture from OpenAI CEO Sam Altman to Sen. Bernie Sanders.]]></description><pubDate>Sat, 06 Jun 2026 04:02:37 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — It was perhaps a surprising private overture from OpenAI CEO Sam Altman to Sen. Bernie Sanders.</p><p>The meeting between the two had come just after the Vermont senator announced a plan for the public to take a 50% ownership stake in artificial intelligence companies such as OpenAI, using their stock to create a public wealth fund that would spread the fortune generated by AI behemoths.</p><p>Altman told Sanders that he, too, wants the public to have equity in AI companies. Though the CEO said he couldn’t support Sanders’ threshold of 50%, he nonetheless wanted to work with him to advocate for the general idea, according to people with knowledge of the conversation.</p><p>The nearly hourlong meeting in Sanders’ Senate office this week, held at Altman's request, highlighted the inherent tension between AI powerhouses and policymakers as Americans are increasingly asked to accept the costs of the AI boom even as they remain unconvinced of its direct benefits. Yet it's also creating odd political bedfellows fueled by populism as politicians from Sanders to President Donald Trump embrace giving the public a stake in AI's growth.</p><p>Speaking to reporters on Air Force One on Friday, Trump described a potential partnership “where the American people can benefit from the success of AI" and said executives from leading AI companies will visit the White House, “probably next week,” to discuss the idea.</p><p>“There’s something very interesting about it, where it almost becomes a partnership with the American public,” Trump, a Republican, said Friday.</p><p>When reporters noted to Trump that Sanders, a self-proclaimed democratic socialist, had proposed public ownership in AI companies, he pointed to similarities in their coalitions. The economic views of Trump voters and voters who supported Sanders for president, Trump said, “aren’t that far apart.”</p><p>Trump has embraced government investment in private companies in his second term, scrambling his party’s politics. His administration last year secured a 10% stake in the struggling Silicon Valley company Intel, and it considered a government takeover of Spirit Airlines earlier this year, although the airline couldn’t reach a deal and ultimately closed.</p><p>Public backlash is becoming harder to ignore</p><p>The positioning of leading figures such as Trump and Sanders comes as concerns about AI are emerging far beyond Washington.</p><p>In Michigan, Democrats recently clashed over Gov. Gretchen Whitmer’s appearance with Altman at the site of a major data center. Candidates such as New York Democratic House hopeful Alex Bores have also made AI regulation a campaign issue by tapping into voters’ angst about the technology.</p><p>“This is a real change to society,” Altman told reporters this week. “I think it’s possible both that people can use AI a lot and like using it and also have anxiety about what it’s going to do for the future.”</p><p>Data center projects across the country have drawn opposition from residents concerned about electricity demand, water consumption and environmental impacts. Some states once eager to attract the facilities, including Ohio and Virginia, have moved to reconsider tax incentives.</p><p>“We need to pass legislation right now that says there’s not going to be any further data center development until they agree to pay for their own electricity, build their own grids and pay for their own water supply,” Missouri Sen. Josh Hawley, a leading Republican skeptic of Big Tech, told The Associated Press.</p><p>Before arriving in Washington, Altman stopped in Michigan on Monday to appear alongside Whitmer, a Democrat, at the building site of a 1.65 million-square-foot data center. Whitmer’s team claimed the project will create more than 2,500 union construction jobs.</p><p>But it also drew criticism from local activists and some Democrats, including Michigan Rep. Rashida Tlaib, who called the project “disgusting.” She said she was “so disappointed” in Whitmer.</p><p>“It’s a very controversial topic right now and it’s coming from the ground up,” Michigan Sen. Elissa Slotkin, a Democrat, said about the grassroots pushback. “People feel very strongly about it."</p><p>Whitmer, however, told reporters after the event that “one thing’s very clear, everyone has a cellphone in our pocket.”</p><p>“We are all, more and more, consuming technology and data and these data centers are going to get built. So, my thought is if we can hold them to a high standard and do it in Michigan, that’s the best way to do it,” she said.</p><p>The tensions extend beyond data centers. On college campuses, commencement speakers have been interrupted by boos when discussing artificial intelligence. About 70% of college students see AI as a threat to their job prospects, according to a 2025 poll by the Institute of Politics at the Harvard Kennedy School.</p><p>Altman acknowledged those concerns. He said that while “the impact on jobs has been less than many people in our field expected," he understands “that college students have a lot of anxiety about the future."</p><p>Washington searches for an AI bargain</p><p>The idea that AI’s expansion is inevitable is increasingly shared by leaders across the political spectrum, even as they disagree sharply about how to manage it.</p><p>That reality was at the center of Altman’s conversations in Washington. In addition to Sanders, Altman met with Trump administration officials such as Michael Kratsios, the White House's chief science and technology adviser, and congressional leaders from both parties.</p><p>Sanders' team emphasized that the two did not reach an agreement on the main points that the senator made to Altman, including the 50% figure so the public has decision-making power. Sanders also expressed opposition to the growing election spending by the AI industry.</p><p>“Unfortunately, Sam Altman did not commit to any of those,” said Sanders' spokesperson Jeremy Slevin.</p><p>Altman, in emerging from the conversation, described it as “great,” adding that the two “obviously don’t agree on everything.”</p><p>Policy makers are also looking at how AI should be governed</p><p>Congress this week released a bipartisan framework that would establish the first broad federal approach to AI regulation while temporarily preempting many state laws.</p><p>Anthropic, one of OpenAI’s top competitors, has proposed mechanisms for coordinating pauses on advanced AI development if systems become too powerful.</p><p>The Trump administration has also begun constructing its own oversight structure, signing an executive order to establish a process for reviewing national security risks posed by advanced AI systems before their public release.</p><p>Sanders said he found the administration's move notable after years of warnings that regulation could slow American innovation.</p><p>“Even these guys are beginning to catch on that there are legitimate concerns that have to be dealt with," Sanders said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HGJEVQMROZ3J3NSRNWFCM423C4.jpg?auth=8794ec550e0eee633f0b26ed2c2a34061094d9688ab176047bb4bc2d69e474cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks to reporters aboard Air Force One en route from Joint Base Andrews, Md., to Eau Claire, Wis., Friday, June 5, 2026. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Mock political party for India's young 'cockroaches' holds first protest in New Delhi]]></title><link>https://www.local10.com/news/world/2026/06/06/mock-political-party-for-indias-young-cockroaches-holds-first-protest-in-new-delhi/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/06/mock-political-party-for-indias-young-cockroaches-holds-first-protest-in-new-delhi/</guid><dc:creator><![CDATA[By SHEIKH SAALIQ and AIJAZ HUSSAIN, Associated Press]]></dc:creator><description><![CDATA[NEW DELHI (AP) — Hundreds of supporters of the Cockroach Janata Party, an online joke that drew millions across India, gathered for the first time in the national capital on Saturday, taking the social media movement off screens and into its biggest real-world test yet.]]></description><pubDate>Sat, 06 Jun 2026 10:57:51 +0000</pubDate><content:encoded><![CDATA[<p>NEW DELHI (AP) — Hundreds of supporters of the Cockroach Janata Party, an online joke that drew millions across India, gathered for the first time in the national capital on Saturday, taking the social media movement off screens and into its biggest real-world test yet.</p><p>The protest at Jantar Mantar in New Delhi, marks the movement’s first foray into street politics after weeks of dominating social media feeds and news headlines, attracting millions of online followers and widespread support among young Indians.</p><p>The immediate trigger for Saturday’s protest was reported irregularity in a recent exam that has dominated headlines in India, angering a large community of students.</p><p>Protesters seek minister’s resignation</p><p>Hundreds of mostly young Indians gathered in the heart of New Delhi’s protest zone near Parliament, some with placards and cockroach masks.</p><p>Abhijeet Dipke, founder of the online movement, joined the protest after he landed in the capital from the U.S. on Saturday morning. Police had laid steel barricades at arrivals at New Delhi’s international airport.</p><p>Dipke said in a social media post shortly after arriving that police granted permission to the Cockroach Janta Party, or CJP, to hold the protest, adding: “Cockroaches gather at Jantar Mantar.”</p><p>CJP organizers used social media to rally supporters for Saturday’s march, demanding the resignation of Education Minister Dharmendra Pradhan. The demand grew out of an exam irregularity controversy in May that quickly became a broader outlet for frustration over India’s education system and limited job opportunities.</p><p>Supporters chanted slogans including, “Cockroaches are coming, Dharmendra Pradhan is going!” One placard read: “Waiting for exams that don’t leak.”</p><p>Participants were encouraged to bring India’s national flag and a book, which organizers said symbolized the right to education and equal opportunity for all. Organizers also urged demonstrators to remain peaceful and avoid any confrontations with police.</p><p>“Time to turn this tiny joke into a revolution,” the official CJP account on X posted Friday.</p><p>Mansi Sehgal, a 26-year-old protester, said the protests began around exam issues, but the deeper problem is that people haven’t had a space to speak up or ask questions. “CJP is doing that. So, this is literally the first thing that people can connect and ask questions,” she said.</p><p>‘Cockroaches’ face tough challenge</p><p>“This is a long fight. We are seeing that’s it’s nearly a month that we are demanding (Pradhan’s) resignation,” Dipke said at the venue.</p><p>How many ultimately would join the protest remained unclear, making the event an early test of whether the movement can channel its online popularity into a broader grassroots support around growing frustration among young Indians over education, jobs and economic prospects.</p><p>The other main challenge would be how the party navigates the kind of pushback earlier protest movements have faced under Prime Minister Narendra Modi’s government.</p><p>Over the past decade, authorities have sought to stamp out protests against his government, including demonstrations against a controversial citizenship legislation and yearlong farmers’ protests. Some protest movements also have faced legal action against organizers and activist arrests, which critics say reflects a broader effort by the government under Modi to suppress dissent.</p><p>But despite challenges, protesters expressed optimism for a change.</p><p>This is a youth first movement,” said Satya Prakash Yadav, a young student. “Youth is the future and we will ensure that our future is secure.”</p><p>The online party has risen swiftly</p><p>The CJP emerged only three weeks ago to become an unlikely outlet for discontent among supporters who proudly call themselves “cockroaches.”</p><p>India’s Chief Justice Surya Kant likened critics and some unemployed youth to cockroaches during a May hearing, sparking backlash among frustrated young Indians. Dipke, a political communications strategist and Boston University student, used the insult as inspiration for a parody political party. Weeks after launching a website and social media accounts, CJP’s Instagram page has until now amassed more than 22 million followers.</p><p>The party has turned the cockroach into a wry badge of endurance and political articulation. Videos and memes lampooning unemployment, corruption and political dysfunction have drawn millions of views online. Parody CJP accounts also have adopted the cockroach as a political symbol and use memes, mock campaign slogans and satirical commentary.</p><p>The movement’s tongue-in-cheek messaging blends self-deprecating humor with political criticism. Supporters jokingly describe themselves as unemployed, perpetually online and shut out of meaningful influence. Beneath the humor lies a broader criticism of Modi’s government. CJP supporters argue that under Modi ordinary Indians, particularly young people, have been left with fewer opportunities.</p><p>It’s a gimmick for Modi supporters</p><p>Young people in India make up more than a quarter of the population but face limited job opportunities, rising unemployment and growing disillusionment with traditional politics. Many young voters also are critical of Modi’s ruling Hindu nationalist ruling Bharatiya Janata Party, citing concerns over rising religious polarization, widening inequality and mounting economic pressures.</p><p>The movement’s skeptics, particularly supporters of Modi’s party, dismiss the phenomenon as little more than a social-media gimmick. They argue the movement’s online popularity may not translate into street mobilization and that its rapid rise is likely fleeting.</p><p>The group’s rise echoes a similar trend across South Asia of youth movements born out of social media playing a central role in anti-government protests, including uprisings in Sri Lanka and Bangladesh and unrest in Nepal.</p><p>___</p><p>Associated Press journalists Shonal Ganguly and Piyush Nagpal in New Delhi contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OAV3AT5IABUUFAGBTQLOBEGDZY.jpg?auth=e825bc56ab6135244901020e3fbdea397b888d5b36d6289a3f3ee0afc361c56d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A participant wears a cockroach mask as supporters of the Cockroach Janta Party gather for a protest demonstration in New Delhi, India, Saturday, June 6, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TUTGWJZ2GEHID5H5ELSIZGXC4A.jpg?auth=83d80e15e1019f053f52f16525f1e7d1755d5ee998791c75507c23e007fd667a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Abhijeet Dipke, center, founder of the Cockroach Janta Party gestures as he manages the crowd during a protest demonstration in New Delhi, India, Saturday, June 6, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FJJP4RBSTLQFSGWBQSOHOWSBBI.jpg?auth=ebb7a7680085e2118b6d4a1f183e1c9aed905941a2d76f7b06fe3cdbdf548b94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Security personnel stand guard before the arrival of Abhijeet Dipke, founder of Cockroach Janta at Indira Gandhi International airport in New Delhi, India, Saturday, June 6, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HNNKXFQFYXVGF42O4ZGVKDN4NQ.jpg?auth=198f1fc659db7a447ff959d28ad2d40fba18010dec2d8370077d560a4afecf11&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters of the Cockroach Janta Party wear and display masks during a protest demonstration in New Delhi, India, Saturday, June 6, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PSHBXAAD5TCB45MSDYUG5Q4NP4.jpg?auth=6364757d3db79284d47303049b8d5049797546aa8e6cb0ed89986e8670eaa404&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Abhijeet Dipke, center, founder of the Cockroach Janta Party addresses supporters during a protest demonstration in New Delhi, India, Saturday, June 6, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content></item><item><title><![CDATA[1 detained for questioning after man shot in Miami Beach ]]></title><link>https://www.local10.com/news/local/2026/06/05/man-critically-injured-in-miami-beach-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/05/man-critically-injured-in-miami-beach-shooting/</guid><dc:creator><![CDATA[Amanda Batchelor, Linnie Supall]]></dc:creator><description><![CDATA[Miami Beach police are investigating a shooting that injured a man early Friday morning.]]></description><pubDate>Fri, 05 Jun 2026 12:20:19 +0000</pubDate><content:encoded><![CDATA[<p>Miami Beach police are investigating a shooting that injured a man early Friday morning.</p><p><a href="https://www.local10.com/espanol/2026/06/05/balacera-en-miami-beach-deja-a-hombre-gravemente-herido/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/05/balacera-en-miami-beach-deja-a-hombre-gravemente-herido/">Leer en español</a></p><p>Surveillance video obtained by Local 10 News shows the moments leading up to a shooting.</p><p>According to police, the shooting was reported at 4:53 a.m. in the 6700 block of Collins Avenue.</p><p>Police said officers arrived at the scene and found a man suffering from a gunshot wound.</p><p>Miami Beach Fire Department officials transported the victim to Jackson Memorial Hospital’s Ryder Trauma Center in critical condition.</p><p>Northbound traffic on Collins Avenue was shut down for hours at 67th Street during the investigation, police said.</p><p>Residents in the area started their day with questions and concerns, especially when the SWAT team was spotted in the neighborhood, searching nearby apartment complexes for a suspect. </p><p>“I saw them gathering on the sidewalk with their weapons, getting ready to go inside and make sure that it was safe, and that’s when I rode my bike by and asked an officer ‘Is everybody safe?’ And he goes, ‘Yes,’” Thomas Antone said. </p><p>“It just happened so fast,” another resident, Rene Welcome, said. “I saw people and then I saw the police having it roped off and stuff ... It was worse than I thought.”</p><p>According to authorities, a person of interest has been taken into custody for questioning. </p><p>No other details were immediately released.</p><p>Anyone with information is asked to call the Miami Beach Police Department or Miami-Dade Crime Stoppers at 305-471-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Shohei Ohtani greets Jen Pawol behind the plate at Dodgers]]></title><link>https://www.local10.com/sports/2026/06/06/shohei-ohtani-greets-jen-pawol-behind-the-plate-at-dodgers/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/06/shohei-ohtani-greets-jen-pawol-behind-the-plate-at-dodgers/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Jen Pawol, who made history last year as the first woman umpire in the major leagues, was behind the plate for the Angels-Dodgers game on Friday night.]]></description><pubDate>Sat, 06 Jun 2026 04:09:59 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Jen Pawol, who made history last year as the first woman umpire in the major leagues, was behind the plate for the Angels-Dodgers game on Friday night.</p><p>Dodgers two-way superstar Shohei Ohtani greeted her leading off the bottom of the first inning as he customarily does with the umpire in each of his at-bats.</p><p>Pawol, 49, umpired during spring training for the third straight year but she did not get one of the permanent staff openings. Instead, she is part of MLB's call-up list.</p><p>She worked her first game of the automated balls and strikes challenge system on April 17 when the Giants visited the Nationals.</p><p>She became the first female major league umpire on Aug. 9, 2025, and worked a total of five big league games last season. In 2024, she became the first woman to umpire big league spring training games since Ria Cortesio in 2007. Pawol has been a minor league ump since 2016 and has worked at Triple-A since 2023.</p><p>Pawol was flirting with potential history early in Friday's game.</p><p>Angels starter Reid Detmers tossed three hitless innings before allowing a single to Freddie Freeman in the fourth.</p><p>Dodgers starter Roki Sasaki pitched no-hit ball through the first four innings before giving up a double to Nick Madrigal in the fifth.</p><p>___</p><p>This story has been corrected to show Jen Pawol previously umpired this season.</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XRKU2A2TXTWFCJO7XXW4TIUDW4.jpg?auth=89472f75517ca94c15836dc921850fae77fca30a137e5b76241a87fea9086c4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Home plate umpire Jen Pawol asks for more baseballs during the third inning of a baseball game between the Los Angeles Dodgers and the Los Angeles Angels, Friday, June 5, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NDIGA2OXAMPBFYDNKFKKTMD45A.jpg?auth=0d42438c28d35ffd0ee7f6b5ec8479c5dfb119a8d9f371773ad42de3c88bd6be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Home plate umpire Jen Pawol stands at home during the third inning of a baseball game between the Los Angeles Dodgers and the Los Angeles Angels, Friday, June 5, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[‘Scary Movie’ franchise returns with new R-rated sequel]]></title><link>https://www.local10.com/entertainment/2026/06/05/scary-movie-franchise-returns-with-new-r-rated-sequel/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/05/scary-movie-franchise-returns-with-new-r-rated-sequel/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[The horror-comedy franchise Scary Movie is making a return.]]></description><pubDate>Sat, 06 Jun 2026 03:33:24 +0000</pubDate><content:encoded><![CDATA[<p>The horror-comedy franchise <i>Scary Movie</i> is making a return.</p><p>Twenty-six years after the original film introduced audiences to its signature mix of parody and horror, the franchise is coming back with a new installment.</p><p>The original movie poked fun at popular horror films while teaching viewers to be wary of suspicious phone calls, avoid dark basements and never take horror movies too seriously.</p><p>Now, the spoof series is rising from the grave.</p><p>A brand-new <i>Scary Movie</i> is in the works, bringing the franchise back to its R-rated roots.</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[Alison Lee, Ruoning Yin surge atop Riviera leaderboard after 2 rounds at U.S. Women's Open]]></title><link>https://www.local10.com/sports/2026/06/06/alison-lee-ruoning-yin-surge-atop-riviera-leaderboard-after-2-rounds-at-us-womens-open/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/06/alison-lee-ruoning-yin-surge-atop-riviera-leaderboard-after-2-rounds-at-us-womens-open/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Alison Lee seized a share of the lead at the 81st U.S. Women's Open on Friday with a second-round 68 in her native Los Angeles area, joining Ruoning Yin at 4-under 138 atop a crowded leaderboard at Riviera.]]></description><pubDate>Sat, 06 Jun 2026 04:44:41 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Alison Lee seized a share of the lead at the 81st U.S. Women's Open on Friday with a second-round 68 in her native Los Angeles area, joining Ruoning Yin at 4-under 138 atop a crowded leaderboard at Riviera.</p><p>World No. 1 Nelly Korda jumped into the hunt for her first Women’s Open title by shooting the day’s lowest round at 67, leaving her just two shots back after struggling Thursday.</p><p>Opening-round leader Jennifer Kupcho, Sei Young Kim and Mexico's Gaby Lopez were in a group of six at 3-under 139, while Korda and three others were at 140.</p><p>The venerable course at this 100-year-old country club is hosting its first U.S. Women’s Open, and it remained unforgiving for the world’s best. Only two players managed a bogey-free round Friday — including China's Yin, who semi-jokingly called Riviera “passive aggressive" despite being the only player in the field to shoot two sub-70 rounds so far.</p><p>“I love it,” Yin said. “I always say that the more difficult (the course), the better.”</p><p>Yin carded her second straight 69 in the same city where she earned her first LPGA Tour victory in 2023, a couple of months before she won the Women’s PGA Championship. She tied for fourth at last year's U.S. Open at Erin Hills.</p><p>Lee played under par for the second straight day at Riviera, highlighted by back-to-back birdies just before the turn. The new mother’s first two rounds are an extension of a strong start to the season that includes a third-place finish at the Mizuho Americas Open four weeks ago.</p><p>“To win in basically my backyard, where I grew up, would be super cool,” Lee said. I don’t want to get ahead of myself ... but if you’d told me I would be in this spot at the beginning of the week, I probably would have started crying.”</p><p>The 31-year-old Lee grew up in suburban Valencia and had a stellar junior career before playing at UCLA and embarking on her pro career. She is a two-time Solheim Cup participant, but she has yet to win on the LPGA Tour while managing just two top-10 finishes at 44 majors.</p><p>“I'm not going to lie, it’s been very tough,” Lee said. “I’ve gone through a few stages, a few slumps, if you want to call it, in my career, even since I was like 15 years old. ... no matter what I did, no matter how much I practiced, it just wasn’t going my way.”</p><p>Lee then took most of last year off for the birth of her son, Levi. While she says her sleep rhythms are regularly interrupted by her 13-month-old these days, her parents and extended family in Valencia have relieved some of the burden during the Open.</p><p>Levi was in attendance for Friday's round, but Lee's partner only brought him out to watch the 18th hole because the youngster has a tendency to get excited: He yelled “Ball!” during his mom's backswing at The Chevron Championship earlier this year.</p><p>With family around her, Lee is finally having the moment she had long anticipated.</p><p>“I feel like I’ve definitely underachieved what I could have done out here on tour,” Lee said. “It’s definitely been really frustrating. I’m at a point now where I’ve truly accepted it, but like I said, that’s part of why I want to come back and play. I feel like I was so close so many times.”</p><p>Kim was one shot behind Kupcho after the opening round, and she was thrust into the lead early in the second despite shooting 1 over on the front nine. She bogeyed the 18th to drop her share of the lead in one of the day's final groups.</p><p>Kupcho scuffled to a second-round 73 after carding the only 66 of the tournament so far on Thursday.</p><p>Among the players who missed the 36-hole cut were world No. 3 Hyo Joo Kim, three-time major champion Lydia Ko, five-time major champion Yani Tseng and Michelle Wie West, who largely left golf in 2023.</p><p>The 36-year-old Wie West returned to competition last month at the Mizuho Americas Open, but she isn't currently planning to play beyond this U.S. Open.</p><p>She shot 7 over at Riviera — the former club of her late father-in-law, Lakers icon Jerry West — after using the final year of her exemption from winning the 2014 U.S. Open. Her husband, Jonnie West, was her caddie.</p><p>“Obviously, I would be lying to say I wasn’t disappointed,” Wie West said. “I would have loved to have made the cut today, but I had a blast, honestly, playing here at Riv. Such a special week to have played it, and to have family, friends, a lot of familiar faces coming out. It was a lot of fun. I hit some good shots, hit some good putts and kind of felt that feeling again, which is awesome.”</p><p>___</p><p>AP golf: https://apnews.com/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FMQTZEHHA5TQJ7HMNCTJ4DNHOE.jpg?auth=74df058f67111c8a317721a142644474308f8f049be7b9aae7824e25a16372b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alison Lee hits off the 11th tee during the second round of the U.S. Women's Open golf tournament Friday, June 5, 2026, in the Pacific Palisades area of Los Angeles. (AP Photo/Jessie Alcheh)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessie Alcheh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3UEC3ZR6GT5XGQFT7ELZB4PCYA.jpg?auth=3520967bc04e158743bf0a70a04694312ee7ef8a00163fce56caa5799e38a217&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ruoning Yin, of China, talks with her caddie on the sixth hole during the second round of the U.S. Women's Open golf tournament Friday, June 5, 2026, in the Pacific Palisades area of Los Angeles. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D46CZ5TZEEB72TUJZIZYZSWOMU.jpg?auth=e241e477317ce9a03db6e9cf7f7823c65c1658f815ace0066c4ebfc94924b496&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sei Young Kim, of South Korea, hits of the 13th tee during the second round of the U.S. Women's Open golf tournament Friday, June 5, 2026, in the Pacific Palisades area of Los Angeles. (AP Photo/Jessie Alcheh)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessie Alcheh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VIBPHCHCBE3K6YKUQK7PM5VK2Y.jpg?auth=99d910a0b29a301993be167729903b6a4b4d4d48d3a5e7795d71d757e4e47701&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda hits off the 13th tee during the second round of the U.S. Women's Open golf tournament Friday, June 5, 2026, in the Pacific Palisades area of Los Angeles. (AP Photo/Jessie Alcheh)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessie Alcheh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TUBOP5WZYY57DMIFKQKJ4GQ2SA.jpg?auth=16fe2426943d57fad278379a779c583973d3543962a555a5f2f79d66a2f04607&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hyunjo Yoo, of South Korea, walks on the third hole during the second round of the U.S. Women's Open golf tournament Friday, June 5, 2026, in the Pacific Palisades area of Los Angeles. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[Cuba to open hotel sector to management by Cubans at home and abroad after chains leave island]]></title><link>https://www.local10.com/news/world/2026/06/05/cuba-to-open-hotel-sector-to-management-by-cubans-at-home-and-abroad-after-chains-leave-island/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/05/cuba-to-open-hotel-sector-to-management-by-cubans-at-home-and-abroad-after-chains-leave-island/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[HAVANA (AP) — Cuba’s government said it is open to offering the management of its hotels to Cuban investors, both residents and those living abroad, following decisions by Spanish hotel chain Melia and other companies to withdraw or limit their operations on the island.]]></description><pubDate>Sat, 06 Jun 2026 02:22:23 +0000</pubDate><content:encoded><![CDATA[<p>HAVANA (AP) — Cuba’s government said it is open to offering the management of its hotels to Cuban investors, both residents and those living abroad, following decisions by Spanish hotel chain Melia and other companies to withdraw or limit their operations on the island.</p><p>Meliá announced May 26 that it will cease operations at 15 of the 34 hotels it manages in Cuba after the U.S. announced new sanctions while upholding an energy embargo that has deepened an economic crisis on the island. Cuba’s government has blamed the U.S. blockade for prolonged blackouts, water shortages, supply problems, deficiencies in the healthcare system and disruptions in all aspects of daily life.</p><p>The company's decision follows similar moves by hotel chains including Canadian-owned Royalton and Spain’s Iberostar to limit or suspend operations in Cuba, dealing blows to the vital tourism sector that has plummeted since its 2018 peak.</p><p>President Miguel Díaz-Canel announced the new management policy in an interview with a Spanish journalist that was broadcast Friday on the official presidential channel.</p><p>“There will be hotels that we will have to operate more with Cuban management than with shared management with foreign entities,” Díaz-Canel said. “We are proposing different business models. We are open to Cubans who want to invest and manage hotels,”</p><p>“We have also offered these business opportunities to Cubans residing abroad,” he added.</p><p>Melia’s decision came weeks after U.S. President Donald Trump signed an executive order expanding sanctions against the island. Most of the sanctions targeted Grupo de Administración Empresarial S.A., a business conglomerate operated by the Cuban Revolutionary Armed Forces, with the assertion it was a threat to U.S. national security.</p><p>The order also freezes the assets of other foreign companies, seizes accounts in the United States and prohibits travel by shareholders, investors and employees, virtually eliminating activity in the U.S. financial system.</p><p>GAESA, a Cuban conglomerate created in the 1990s, owns a wide range of businesses from car rentals and retail stores to transportation companies. The company is Meliá’s partner in hotel management through one of its subsidiaries, Gaviota.</p><p>Meliá is one of Cuba’s most important partners in the tourism sector, operating some 14,000 rooms until its partial withdrawal.</p><p>Tourism in Cuba, which reached a peak of 4.3 million visitors in 2019, saw a significant drop in the number of tourists arriving in the first quarter of this year, 48% lower than in the same period in 2025.</p><p>Only 298,000 tourists arrived in Cuba during January, February and March compared to 573,300 international visitors during the same period last year, according to government data.</p><p>In the interview, Díaz-Canel said it was “cynical” for Trump and U.S. Secretary of State Marco Rubio to promote a narrative that Cuba’s government is ineffectual while intensifying an already harsh embargo.</p><p>The U.S. moves could be aimed at strangling Cuba to “provoke a social explosion that would give (Trump) a pretext for humanitarian aid to intervene in the country,” Díaz-Canel said.</p><p>Or they could be intended to “pursue a coercive dialogue with Cuba, employing maximum pressure to economically occupy the country.” Or they could be a prelude to a military intervention, he said.</p><p>While U.S. and Cuban officials held talks earlier this year, tensions have risen. In late May, former President Raúl Castro was charged in a U.S. indictment for his alleged role in the 1996 downing of two civilian aircraft operated by Miami-based exiles in Cuban waters.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KG5CPLGQO5TFXL6GENFK3W6PBY.jpg?auth=44de3dd830190d4703566151e9b72a97c30103ed61fead59ee2f67eb7a438b9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cuba's President Miguel Diaz-Canel, second left, and Raul Castro's grandson Raul Guillermo Rodriguez Castro, center back, take part in a rally in support of former President Raul Castro in front of the U.S. Embassy in Havana, Cuba, Friday, May 22, 2026, after U.S. prosecutors filed an indictment accusing him of ordering the 1996 shootdown of civilian planes flown by Miami-based exiles. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QARGT3DNPXK4EG6FSGAVKHEN3E.jpg?auth=e75e6bfa6bace2a4caf6a3038088720d0a92f7d83be36fe2f6537c6a942b1c92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers remove the sign from the Hotel Grand Aston in Havana, Cuba, Friday, June 5, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ARDYXNVC2X2EQCF4WPAGXHMNC4.jpg?auth=55740af2cf3526a353c00a8aad7529fb6c6098fa2d35b1f6681a563adb868729&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Raul Castro, right, watches the May Day parade accompanied by Cuba's President Miguel Diaz-Canel, second left, and Castro's grandson, Raul Guillermo Rodriguez Castro, center, at Revolution Square in Havana, May 1, 2025. (AP Photo/Ramon Espinosa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Stadium workers near Los Angeles vote to authorize a strike days before the World Cup begins]]></title><link>https://www.local10.com/sports/2026/06/05/stadium-workers-near-los-angeles-vote-to-authorize-a-strike-days-before-the-world-cup-begins/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/stadium-workers-near-los-angeles-vote-to-authorize-a-strike-days-before-the-world-cup-begins/</guid><dc:creator><![CDATA[By AMY TAXIN, Associated Press]]></dc:creator><description><![CDATA[INGLEWOOD, Calif. (AP) — Stadium workers near Los Angeles have voted to authorize a strike as the venue prepares to host the U.S. men’s soccer team’s opening World Cup match.]]></description><pubDate>Sat, 06 Jun 2026 02:28:30 +0000</pubDate><content:encoded><![CDATA[<p>INGLEWOOD, Calif. (AP) — Stadium workers near Los Angeles have voted to authorize a strike as the venue prepares to host the U.S. men’s soccer team’s opening World Cup match.</p><p>It doesn’t guarantee that the 2,000 bartenders, servers, cooks and dishwashers at SoFi Stadium in Inglewood, California, will walk off the job. But it gives them the option to do so after contract talks have stalled with the stadium’s food service provider.</p><p>The vote comes days before the stadium near Los Angeles will host the U.S. team’s opening World Cup match against Paraguay. Union member Yolanda Fierro said that unless a deal is reached workers could go on strike for the June 12 match.</p><p>Fierro said workers are concerned about pay and security on the job amid ramped-up immigration enforcement under President Donald Trump's administration. Los Angeles County Sheriff Robert Luna said this week the U.S. Department of Homeland Security told him federal authorities would be at the matches to assist with security but not civil immigration enforcement.</p><p>“What good is the World Cup for Los Angeles when workers don’t earn enough to pay the rent and must choose between showing up and being kidnapped by ICE?” said Kurt Petersen, co-president of UNITE HERE Local 11. "If we’re forced to strike, those $100,000 FIFA suites will have nothing but bottled water and Doritos.”</p><p>Legends Global, which handles hospitality at SoFi, said the company has a longstanding relationship with the union and is committed to reaching an agreement through contract negotiations.</p><p>“We look forward to delivering an outstanding hospitality experience for fans at the FIFA World Cup matches at SoFi Stadium,” the company said in a statement Wednesday.</p><p>Petersen said contract talks have been moving at a “glacial” pace. He said Legends has agreed to minimal wage increases for cooks and dishwashers and freezes for some suite attendants and bartenders even as the World Cup is expected to reel in ample revenue. The union is also asking Legends for protections from subcontracting and potential federal immigration raids.</p><p>Cesar Zamora, a bartender at the stadium, said he is a lifelong soccer fan and is heartbroken to see his employer not making the needed changes before this major event.</p><p>“The FIFA World Cup will generate enormous profits, but we are still fighting for basic respect and security,” he said in a statement. "We deserve better, and if that means going on strike, I’m ready.”</p><p>Community groups in other World Cup host cities such as Atlanta and Miami also have called for a halt on U.S. immigration enforcement during the matches, fearing arrests near stadiums and watch parties could damp the festivities.</p><p>The World Cup is expected to draw millions of fans to soccer games played in June and July in 11 U.S. host cities as well as in Canada and Mexico.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4FNQ4DXTTXBIFGWCGFA5RTZTBU.jpg?auth=3556a966d5bc7570cee411f5c27c020cb144240ccc25fee2892cf34a5c53d8ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A general view shows SoFi Stadium in Inglewood, Calif., Tuesday, May 12, 2026, during a media event for the upcoming FIFA World Cup soccer tournament.. (AP Photo/Jae C. Hong,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[China can build humanoids at scale. The hard part is finding enough buyers]]></title><link>https://www.local10.com/business/2026/06/05/china-can-build-humanoids-at-scale-the-hard-part-is-finding-enough-buyers/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/05/china-can-build-humanoids-at-scale-the-hard-part-is-finding-enough-buyers/</guid><dc:creator><![CDATA[By CHAN HO-HIM, Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — Chinese-made humanoid robots are making waves with their ability to do backflips, direct traffic, and even make coffee as the companies developing them seek ways to expand and dominate the market.]]></description><pubDate>Sat, 06 Jun 2026 02:07:47 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — Chinese-made humanoid robots are making waves with their ability to do backflips, direct traffic, and even make coffee as the companies developing them seek ways to expand and dominate the market.</p><p>Robot makers in China say they have thousands of orders from both the government and private businesses for humanoids that can do such things as sort parcels at postal centers, as the country finds ways to cope with an aging population and rising labor costs. However, some experts believe demand for humanoids lags the capacity to build them.</p><p>China and the United States dominate research for what Morgan Stanley estimates is a $5 trillion humanoid robots market.</p><p>By some measures, the U.S. holds an upper hand in developing the artificial intelligence for such robots' high-level computing power, or “brains.” But as the world's factory floor, China leads in mass production capacity, supplies of hardware and harvesting of data for training robots.</p><p>Robot makers say real-life demand is growing</p><p>The Shanghai-based startup Matrix Robotics makes humanoid robots that employ AI. Its flagship humanoid robot, the “MATRIX-3,” stands nearly 5.6 feet (1.7 meters) tall and is equipped with hands able to make finely controlled movements. They are priced at around $99,000 per unit.</p><p>Customers for the roughly 1,000 orders it has received include coffee chains and hotels, its founder and CEO Allan Zhang, who formerly worked for Tesla, said at a recent robotics expo in Macao.</p><p>So far, Matrix has made only a few hundred of the robots, though it said it will be capable of delivering 5,000 units within this year, depending on the number of orders.</p><p>EngineAI, a startup based in southern China’s Shenzhen, says its full-sized humanoid robots could be used as security guards and museum guides. They also perform, with dancing and boxing.</p><p>A basic edition of its humanoid costs 180,000 yuan ($26,600). “The next step will be to move into more real-life scenarios,” said Issac Li, EngineAI's head of brand and marketing.</p><p>Demand for robots may lag behind</p><p>Most humanoid robots are still performative rather than functional, falling short of working in messy, unpredictable environments, said Samm Sacks, a senior fellow at the New America think tank focused on Chinese technology.</p><p>“The use cases of these robots are still so limited,” said Chibo Tang of the venture capital firm Gobi Partners, which invests in technology startups including robotics companies. “Without the demand and without that scale from the market, these companies are not able to really go into mass production.”</p><p>China had more than 140 humanoid robot manufacturers and more than 330 models in 2025, according to the Ministry of Industry and Information Technology. Last year, the Chinese government even publicly warned about the risk of a bubble in the industry given the lagging state of commercialization and applications.</p><p>Corporate and academic labs are buying humanoid robots for research. And in China, many of the more than 2 billion yuan ($295 million) worth of orders in 2025 came from state-owned enterprises for use in places such as power plants, data centers or for entertainment, Morgan Stanley said.</p><p>“The economics are tough: humanoid robots remain expensive to produce, fragile in operation, and dependent on highly structured environments to function,” Sacks explained. There's “a long way to go to get to a level of functionality where people will actually feel comfortable having them in their homes providing care for elderly or children,” she said.</p><p>Still, compared to other countries, China is keen on humanoids</p><p>The more viable commercial path will more likely be through industrial and logistics settings, Sacks said. But many factories in China and elsewhere already are equipped with non-humanoid robotic arms that perform repetitive single functions and may not need many humanoid robots.</p><p>In Japan and in the U.S., humanoid robot startups are also struggling to find buyers in industrial and other work settings.</p><p>Yet over the past year, real-world deployment of humanoid robots in China has accelerated.</p><p>Chinese people are relatively “used to this rapid change in terms of technology,” said Ye Tian, an ex-Apple engineer and founder and CEO of the Chinese startup RoboScience, which focuses on developing the systems behind AI-powered robots.</p><p>As the technology matures, humanoids could perform heavy-lifting and mundane tasks in warehouses, factories and ports, said Lian Jye Su, with the technology research group Omdia.</p><p>Humanoid robots also can fill in gaps where work is dangerous or repetitive, Matrix's Zhang said. There's also a “very large household market” for handling chores in hundreds of millions of homes in China, he believes.</p><p>In Beijing, freelance social media content creator Yang Ning recently tried out a cleaning service with a helper robot with mechanical arms and hands. It can do simple tasks like organizing shoes, folding clothes and changing garbage bags, but it's accompanied by a human cleaner.</p><p>Watching the robot sort shoes at her doorway was “amazing,” she said. Still, she thought the helper robot was not that efficient and was “a bit too big and difficult to move around in a small house.”</p><p>China leads the global humanoid robots market</p><p>Last year, Chinese humanoid robots accounted for around 85% globally, according to a recent research report by Barclays.</p><p>Startups in China have the advantage of massive state support, in line with the ruling Communist Party’s 2026-2030 five-year plan targeting the frontiers of technology, including advancements of humanoid robots.</p><p>Of the more than 13,000 humanoid robots shipped in 2025, AGIBOT and Unitree, two of China’s leading robotics companies, each shipped over 5,000, while U.S. rivals like Figure AI and Tesla each shipped a few hundred or less, according to Omdia.</p><p>Morgan Stanley expects China’s humanoid sales to more than double this year to around 28,000 units. Omdia forecasts that annual shipments of advanced robots could surpass 1 million units by the early 2030s.</p><p>Some robot makers say they are already profitable. Unitree said it made 1.7 billion yuan (around $250 million) in revenue last year, with a profit of over 278 million yuan ($41 million).</p><p>Robot makers argue that as production of humanoid robots increases, costs will drop. Using more locally made parts also helped make Chinese robots 20% or more cheaper than foreign models on average, Morgan Stanley said. It estimates the average price could fall to about $21,000 by 2050, from $46,000 last year.</p><p>Some humanoid robots in China were priced at below $6,000.</p><p>Even so, cost remains an obstacle</p><p>A report by the Mercator Institute for China Studies said while China’s humanoids are already cheaper than those made elsewhere, they are still “far too expensive for widespread deployment.”</p><p>Another challenge for manufacturers is to accumulate enough good data to train more robots.</p><p>Wang Xiaogang, co-founder of the Chinese AI software company SenseTime and chairman of ACE Robotics, said his company is collecting a lot of human-centric data from factories, retailing and offices settings that could guide advanced robots to perform complicated functions.</p><p>For humanoid robots to learn more than single tasks, data from a wide variety of scenarios in public and private settings with a reasonable level of difficulty is needed, said Eric Guo, founder and CEO of Shenzhen-based AI² Robotics. But that could take years to massively scale up.</p><p>“The mass production capability in (the) robotic area is still at the very early stage,” Guo said.</p><p>___</p><p>Associated Press video journalists Olivia Zhang and Wu Jia in Beijing contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4M7D2DKRI6GR75OCVPSFTAHIGY.jpg?auth=a9e7c184053dde59e40d22db20baf21dd45a23d37626d22425347348a4f57a39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers assemble robot legs components at the LY iTech Beijing Super Factory for Embodied Artificial Intelligence during a media tour in the Beijing E-Town on the outskirts of Beijing on May 29, 2026. (AP Photo/Andy Wong)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BIQNKBHVUNSPF3QLEXIGCRULUY.jpg?auth=3f89ec629f961301126ec6dd9fbbfab637c7eee5e8f1e1e5e2fd74fc36e0fb48&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers assemble robot legs components at the LY iTech Beijing Super Factory for Embodied Artificial Intelligence during a media tour in the Beijing E-Town on the outskirts of Beijing on May 29, 2026. (AP Photo/Andy Wong)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TXLKH5CKQRHM52VENO665TP3PY.jpg?auth=f0b236d40d6bb750c175f82d89123bd9e26bc1170b047e53069dee3532dc5fd1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers assemble robot at the LY iTech Beijing Super Factory for Embodied Artificial Intelligence during a media tour in the Beijing E-Town on the outskirts of Beijing on May 29, 2026. (AP Photo/Andy Wong)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RG4JUEMU4SN5IQSFAEC4HGLR5Q.jpg?auth=fe5bca991e90003c3667463032995b31670186162f4f71cd4f6228e8aad0b9f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers assemble robot at the LY iTech Beijing Super Factory for Embodied Artificial Intelligence during a media tour in the Beijing E-Town on the outskirts of Beijing on May 29, 2026. (AP Photo/Andy Wong)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XJ5YSM4RTXQJSO6EISIWJ6WELM.jpg?auth=ebf5ac0e641f1c1dcc45546b9e098800da2281d32a77d56df72ab706329f65c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers assemble robot at the LY iTech Beijing Super Factory for Embodied Artificial Intelligence during a media tour in the Beijing E-Town on the outskirts of Beijing on May 29, 2026. (AP Photo/Andy Wong)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content></item><item><title><![CDATA[BSO deputy hospitalized after hit-and-run crash in Fort Lauderdale; driver remains at large]]></title><link>https://www.local10.com/news/local/2026/06/05/bso-deputy-hospitalized-after-hit-and-run-crash-in-fort-lauderdale-driver-remains-at-large/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/05/bso-deputy-hospitalized-after-hit-and-run-crash-in-fort-lauderdale-driver-remains-at-large/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[A Broward Sheriff’s Office deputy was hospitalized Friday after a hit-and-run crash in Fort Lauderdale, authorities said.]]></description><pubDate>Sat, 06 Jun 2026 01:50:12 +0000</pubDate><content:encoded><![CDATA[<p>A Broward Sheriff’s Office deputy was hospitalized Friday after a hit-and-run crash in Fort Lauderdale, authorities said.</p><p>Police have since cleared the scene, but an urgent search remains underway for the driver who struck a BSO patrol vehicle and fled.</p><p>Video from the scene showed significant damage to the deputy’s vehicle. The driver’s side door was heavily crushed, and the airbags had deployed.</p><p>Investigators said the crash happened around 6:15 p.m. near West Broward Boulevard and Northwest 11th Avenue. After the collision, the driver involved ran from the scene, according to authorities.</p><p>Investigators were seen examining a black Hyundai SUV as they continued working to determine exactly what led to the crash.</p><p>Witnesses said the black SUV ran a red light before colliding with the deputy’s vehicle.</p><p>“The black vehicle ran through the red light,” the witness said. “Caught the sheriff car on the side. The sheriff car spun all the way down Broward Boulevard until it made a stop and the officer was very injured. We know he’s injured because he got hit on the driver’s door.”</p><p>The witness said he went to check on the deputy after the crash.</p><p>“Then I went to check on the officer,” he said. “The officer was pulled from the car. He wasn’t thrown from the car. He was pulled from the car by paramedics.”</p><p>The deputy was rushed to a hospital for treatment. Authorities have not released an update on the deputy’s condition.</p><p>The investigation remains ongoing as detectives work to identify and locate the driver who fled.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[FIFA to allow factory-sealed, disposable water bottles into World Cup stadiums]]></title><link>https://www.local10.com/sports/2026/06/05/fifa-to-allow-factory-sealed-disposable-water-bottles-into-world-cup-stadiums/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/fifa-to-allow-factory-sealed-disposable-water-bottles-into-world-cup-stadiums/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[FIFA announced on Friday that it will now allow fans to bring their own water bottles to some stadiums during the World Cup, adjusting a policy that had barred spectators from bringing refillable water bottles into the tournament’s 16 stadiums across North America, including some with limited or no shade from the sun.]]></description><pubDate>Sat, 06 Jun 2026 01:15:54 +0000</pubDate><content:encoded><![CDATA[<p>FIFA announced on Friday that it will now allow fans to bring their own water bottles to some stadiums during the World Cup, adjusting a policy that had barred spectators from bringing refillable water bottles into the tournament’s 16 stadiums across North America, including some with limited or no shade from the sun.</p><p>FIFA in a social media post said fans will be permitted to bring one, soft, plastic, 20-ounce (590 milliliter), factory-sealed, disposable water bottle into any match taking place in the United States or Canada.</p><p>In a video released by FIFA, Chief Operating Officer Heimo Schirgi said fans will still not be permitted to bring in hard sided, reusable water bottles “due to safety and security reasons.”</p><p>FIFA stated, “for the avoidance of doubt, reusable water bottles may not be brought into the stadium.”</p><p>FIFA’s stadium rules had stated that fans could bring in a transparent, reusable bottle up to one liter, or 33.8 ounces capacity. On Thursday, the “Stadium Code of Conduct” update was criticized by an English fan group, which argued FIFA had given assurances on carrying empty plastic bottles to fill with freely available water at a tournament where heat and extreme weather are expected to be a factor.</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/52AZFYEORWBYFH2VPK425CB47I.jpg?auth=c0811902f339cb56ee2619b54f8a4f8bc270214f3630324fd6301fb26bb2db1f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England forwards Harry Kane, right, and Marcus Rashford work out during a training session for the national soccer team in Palm Beach Gardens, Fla., Tuesday, June 2, 2026, ahead of the World Cup soccer tournament. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NOEP6TVF7NSB3KIB5X6IRVRFX4.jpg?auth=960473a586d38816fc1191641f35628c771e4d252dc06548f09dd50c3f254e87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Stadium, normally known as Lumen Field, is seen with new signage as preparations continue ahead of the 2026 FIFA World Cup matches, Wednesday, May 27, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2R44RG4IJYZ45RVDKLZZQDEGMU.jpg?auth=6981a2b9c763c61dbf146014372bb26f79c6b4c61f75660b5b184ce811370a46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Temporary fencing with FIFA World Cup 2026 signage is set up outside SoFi Stadium, Friday, June 5, 2026, in Inglewood, Calif. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2FMW22T2ZPIMOEA33EN4UHWOXQ.jpg?auth=63d199399e15181c859865a7c1d28034f89639745a94ee18eb37336bd454da70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A general view of Arrowhead Stadium as it is rebranded as Kansas City Stadium, Monday, May 11, 2026, ahead of the 2026 FIFA World Cup soccer matches in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Dodgers honor gay trailblazers Glenn Burke and Billy Bean with permanent stadium display]]></title><link>https://www.local10.com/sports/2026/06/05/dodgers-honor-gay-trailblazers-glenn-burke-and-billy-bean-with-permanent-stadium-display/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/dodgers-honor-gay-trailblazers-glenn-burke-and-billy-bean-with-permanent-stadium-display/</guid><dc:creator><![CDATA[By BETH HARRIS, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — The Los Angeles Dodgers on Friday unveiled a permanent display honoring LGBTQ+ trailblazers and former players for the team Glenn Burke and Billy Bean, who were the first two major leaguers to say they were gay.]]></description><pubDate>Sat, 06 Jun 2026 00:49:32 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — The Los Angeles Dodgers on Friday unveiled a permanent display honoring LGBTQ+ trailblazers and former players for the team Glenn Burke and Billy Bean, who were the first two major leaguers to say they were gay.</p><p>A brief ceremony with their families was held on the team’s 13th Pride Night, hours before the Dodgers hosted the Los Angeles Angels in the Freeway Series.</p><p>“It’s brave of them in this day and age to spotlight someone in our community when other organizations are trying to erase us,” said Greg Baker, Bean’s husband.</p><p>The families let out audible “aahs” and applauded as a blue curtain dropped on the display under the left-field pavilion near the Dodgers bullpen. Against a swirling rainbow painted on the wall are Burke's No. 3 and Bean's No. 40 framed jerseys, along with a color photo of Burke's baseball card and a black-and-white shot of him in action. Bean's side of the display features two color photos of him. Placards describe their careers and contributions.</p><p>“He would be smiling, he would be so happy, he probably would be giving a high-five,” said Joyce Burke Henderson of Vallejo, California, one of Burke's three sisters on hand.</p><p>Burke was the first MLB player to come out as gay, announcing it in 1982 after he retired. He played for the Dodgers and Oakland Athletics from 1976 to '79. He and Dodgers teammate Dusty Baker are widely credited with inventing the high-five after they slapped hands on the field in 1977.</p><p>Burke Henderson recalled that her brother initially kept his sexuality hidden before reaching a point where “he just didn't care.”</p><p>“Nowadays the world is different and we need to conform to what’s going on,” she said. “As long as everybody is safe, they’re healthy, we don’t have the right to tell people how to live their lives. That’s up to them, but just respect that decision.”</p><p>Burke died at age 42 in 1995 of AIDS complications.</p><p>Four years later, Bean became the second MLB player to reveal that he was gay. Bean did so after he had been retired for four years. Bean was appointed MLB's first ambassador for inclusion in 2014 and later became the league's senior vice president for diversity, equity and inclusion.</p><p>Bean was diagnosed with acute myeloid leukemia in 2023 and died the following year at age 60.</p><p>“It never stops being emotional,” said Baker, who got choked up addressing the gathering. “It's so well-deserved. I'm so proud of him.”</p><p>Baker has remained close to Bean's family, including his parents Ed and Linda Kovac and three brothers who attended.</p><p>Baker said he's not surprised that more professional athletes haven't come out.</p><p>"I still think there’s a lot of work to do and I think that work is not necessarily like within the sports community. I think it’s within our community as a whole,” he said. “There's always going to be homophobia, just hopefully there’s going to be less and less of it.”</p><p>The families took turns posing in front of the wall and taking their own photos of it.</p><p>"We still love him,” Burke Henderson said. “We just appreciate the Dodgers honoring him and Billy Bean, too. We knew Billy Bean. They were both great guys.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KNQVDUIKAMFXRJZIMT2IL7PPRM.jpg?auth=4947d691fbee45e7dc18b9533f34273d75edead7536f932a3bf7e2a5d3d7ee0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joyce Henderson, left, sister of Glenn Burke, speaks during a ceremony prior to a baseball game to unveil a tribute to LGBTQ+ trailblazers and former Los Angeles Dodgers players Billy Bean and Burke, who were among the first professional athletes to identify as gay, Friday, June 5, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R6PSYHAGML7RTR5KOB5F5MEJ6A.jpg?auth=95a48f26a256aef5066f1cdf0f0443ae5da3dcc8f20e0cd2b2cdf2dc7aa47ed3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Greg Baker, left, widower of Billy Bean, speaks during a ceremony prior to a baseball game to unveil a tribute to LGBTQ+ trailblazers and former Los Angeles Dodgers players Bean and Glenn Burke, who were among the first professional athletes to identify as gay, Friday, June 5, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TFBA32X7ORRWQIF4BSRYHJVSZI.jpg?auth=f8786f9456c98cf09c2b697447927cc944657bca5e977e30e08a97632b540a23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A tribute to LGBTQ+ trailblazers and former Los Angeles Dodgers players Billy Bean and Glenn Burke, who were among the first professional athletes to identify as gay, is viewed following an unveiling Friday, June 5, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AWX4UEMHYPTNPFZGXWTNATRDZU.jpg?auth=f2bdf35164c9afb9d5ef55d50e374b12d273fe0383f088e00ab0db79f8dc49f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attendees reacts during a ceremony prior to a baseball game to unveil a tribute to LGBTQ+ trailblazers and former Los Angeles Dodgers players Billy Bean and Glenn Burke, who were among the first professional athletes to identify as gay, Friday, June 5, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Giants' Matt Chapman joins select SF baseball company, including Willie Mays, with 8 RBIs in win]]></title><link>https://www.local10.com/sports/2026/06/05/giants-matt-chapman-joins-select-sf-baseball-company-including-willie-mays-with-8-rbis-in-win/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/giants-matt-chapman-joins-select-sf-baseball-company-including-willie-mays-with-8-rbis-in-win/</guid><dc:creator><![CDATA[By MATT CARLSON, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Matt Chapman joined some select San Francisco baseball company — including Willie Mays — with his massive day at the plate on Friday.]]></description><pubDate>Sat, 06 Jun 2026 00:38:37 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Matt Chapman joined some select San Francisco baseball company — including Willie Mays — with his massive day at the plate on Friday.</p><p>The 33-year-old third baseman hit his fourth career grand slam, a three-run homer and added a sacrifice fly to finish with a career-high eight RBIs in the Giants' 18-3 rout of the slumping Chicago Cubs. The eight RBIs tied the Giants' San Francisco-era individual game record, shared by five others. The first to do it after the team relocated from New York in 1958 was Mays in on April 30, 1961.</p><p>The other Giants to accomplish the feat were Orlando Cepeda (July 1961), Brandon Crawford (July 2019), Joc Pederson (May 2020) and Wilmer Flores (May 2025).</p><p>“I feel like I’ve been doing a good job with runners in scoring position and I’ve been having a lot of opportunities with guys on base,” said Chapman, in his 10th major league season and third with the Giants.</p><p>Chapman hit his slam in San Francisco’s six-run fourth — and in a light rain — off Edward Cabrera. It barely reached Wrigley Field’s left-center basket.</p><p>He added a sacrifice fly in the fifth.</p><p>Chapman’s second homer capped the Giants’ seven-run sixth inning. He launched Ethan Roberts’ down-the-middle sweeper and sent it 432 feet to left before it struck an electric ad sign above the bleachers.</p><p>Chapman's slam was the Giants' second in two days and sixth this season — all in San Francisco’s last 18 games. The Giants are the sixth team in MLB history to hit six slams in 20 days or less, according to the club.</p><p>Chapman said he has now homered in every major league ballpark after going deep twice at Wrigley.</p><p>“I got Sacramento (the Athletics' temporary home) in Triple-A, so we’ll count it,” he said. "But this was my last one, so that’s cool.”</p><p>Willy Adames and Casey Schmitt also each homered twice and Jonah Cox added a solo shot after entering as a pinch hitter. The Giants won their third straight with a 19-hit attack after getting 20 hits in a 12-9 win at Milwaukee on Thursday.</p><p>Chapman is up to four homers and 31 RBIs on the season with a .241 average. His best output was 36 homers and 91 RBIs with the Athletics in an All-Star 2019 season.</p><p>“I haven’t been doing anything different over the last week,” Chapman said. “We went to Milwaukee and I hit that home run (on Monday) and then got a few more hits yesterday, so I felt like I was starting to feel more comfortable in the box.</p><p>“I feel like I’m on time, getting good swings off and then today just showed up and just kept trying to repeat it and, you know, the power showed up a little bit."</p><p>Even so, San Francisco is still just 26-38 and deep in the NL West standings.</p><p>“We didn’t have many guys swinging the bat early and it seems like everybody’s kind of come alive at a similar time,” Chapman said. “The quality of at-bats have been really good."</p><p>—</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4PMVURHOG3APL3FKV444Z3FT2M.jpg?auth=83ab9daccac113bdd8fedf68948de52ac568d83fc9621d9da896801c60c48397&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The San Francisco Giants' Matt Chapman celebrates in the dugout after hitting a grand slam during the fourth inning of a baseball game against the Chicago Cubs, Friday, June 5, 2026, in Chicago. (AP Photo/Geoff Stellfox)]]></media:description><media:credit role="author" scheme="urn:ebu">Geoff Stellfox</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/22QEBCBJ7BWKVNRIBKTYIVD62Y.jpg?auth=2b4b35aa280f027f126216b8d7045e18ff5bec67c3636b90a416dbbd971513f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Francisco Giants' Matt Chapman, right, celebrates with the Giants bat boy Carter Pierce after hitting a three-run home run, his second home run of the baseball game, in the sixth inning against the Chicago Cubs at Wrigley Field, Friday, June 5, 2026, in Chicago. (AP Photo/Geoff Stellfox)]]></media:description><media:credit role="author" scheme="urn:ebu">Geoff Stellfox</media:credit></media:content></item><item><title><![CDATA[Argentina amplía investigación por hantavirus; envía equipos a atrapar y analizar ratas en Mendoza]]></title><link>https://www.local10.com/espanol/2026/06/05/argentina-amplia-investigacion-por-hantavirus-envia-equipos-a-atrapar-y-analizar-ratas-en-mendoza/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/argentina-amplia-investigacion-por-hantavirus-envia-equipos-a-atrapar-y-analizar-ratas-en-mendoza/</guid><dc:creator><![CDATA[Por ISABEL DEBRE, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — Argentina informó el viernes que amplió su investigación sobre los orígenes del brote de hantavirus que afectó a un crucero en el Atlántico el mes pasado, enviando científicos para capturar y analizar ratas en la provincia occidental de Mendoza mientras se aguardan los resultados de laboratorio de Ushuaia, la ciudad más austral del país.]]></description><pubDate>Sat, 06 Jun 2026 00:13:36 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — Argentina informó el viernes que amplió su investigación sobre los orígenes del brote de hantavirus que afectó a un crucero en el Atlántico el mes pasado, enviando científicos para capturar y analizar ratas en la provincia occidental de Mendoza mientras se aguardan los resultados de laboratorio de Ushuaia, la ciudad más austral del país.</p><p>Las autoridades argentinas indicaron que biólogos de los Centros para el Control y la Prevención de Enfermedades de Estados Unidos (CDC, por sus siglas en inglés) se sumarán a la misión en Mendoza la próxima semana.</p><p>El inusual brote en el buque MV Hondius fue causado por el hantavirus Andes, una enfermedad transmitida por roedores endémicos de Argentina y Chile, y el único hantavirus que se cree puede propagarse entre personas en algunos casos.</p><p>Reconstruir la cadena de transmisión es un trabajo difícil, y las autoridades argentinas señalan que quizá nunca sea posible determinar con exactitud dónde fue que las primeras víctimas conocidas —una pareja holandesa que murió en abril— contrajeron el virus antes de abordar el crucero en Ushuaia. Pero expertos afirman que esclarecer el brote aportará información valiosa sobre cómo se propagó el raro virus y dejará lecciones importantes para el manejo de la enfermedad.</p><p>A medida que los pasajeros del crucero repatriados de más de 20 países han desembarcado e ingresado a centros especializados de cuarentena, epidemiólogos examinan los 11 casos confirmados de hantavirus, incluidos los itinerarios de las tres personas fallecidas, para comprender mejor la cadena de transmisión.</p><p>Científicos argentinos trabajan para reconstruir el recorrido de los turistas holandeses. Creen que la fuente original del virus a bordo pudo haber sido la exposición del hombre a excrementos u orina de roedores durante su viaje de varios meses por Argentina y Chile antes de que el barco partiera. El período de incubación típico antes de que aparezcan los síntomas es de aproximadamente tres semanas, pero puede extenderse hasta ocho.</p><p>Poco después de que se conociera la noticia del brote, el Ministerio de Salud de Argentina identificó a Ushuaia como una posible fuente del contagio, y el mes pasado envió investigadores del Instituto Malbrán —un organismo gubernamental de investigación— para recolectar muestras de roedores en diversas zonas boscosas en los alrededores de la ciudad.</p><p>Autoridades locales de Ushuaia —una ciudad que depende del turismo y es famosa por su ubicación en “el fin del mundo”— han rechazado con enojo que el virus se haya originado allí. Aunque el hantavirus Andes infecta a unas pocas decenas de personas cada año en la región patagónica de Argentina más al norte, nunca se ha detectado en Ushuaia ni en el archipiélago de Tierra del Fuego.</p><p>El Ministerio de Salud informó que aún aguarda los resultados de laboratorio de esas pruebas para determinar si la pareja contrajo allí el virus.</p><p>El ministerio señaló que especialistas del Malbrán, junto con sus homólogos de Estados Unidos en los CDC, se preparaban para analizar roedores en busca de hantavirus en la ciudad de Malargüe, Mendoza, del 8 al 12 de junio.</p><p>Un portavoz del Instituto Malbrán confirmó que la pareja holandesa visitó Malargüe mientras atravesaba en auto la región vitivinícola de Mendoza rumbo a la provincia nororiental de Misiones, durante el último tramo de su viaje por Argentina.</p><p>La directora del Malbrán, Claudia Perandones, se reunió con investigadores de los CDC en Argentina para hablar sobre la operación, que —según explicó— implicará equipos con amplio equipamento de protección, los cuales tomarán muestras de sangre de roedores muertos y trasladarán el material al laboratorio principal en Buenos Aires para su análisis. Las autoridades han dicho que los resultados podrían tardar hasta un mes.</p><p>La Organización Mundial de la Salud ha dejado claro que, dado el bajo riesgo de contagio, el hantavirus no representa una amenaza de pandemia.</p><p>Aun así, el hantavirus Andes ha generado preocupación en todo el mundo debido a su tasa de mortalidad, de hasta 30%, y a la actual carencia de tratamientos y vacunas.</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/BPDVR3N2VN3AO45JTM2B43EL2Q.jpg?auth=f952a72c98073c7f2144ac0694c8a7d9f3a0db03b8f0d4d2d89f698f7a8f8e80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Científicos argentinos recogen trampas colocadas en distintos puntos de Ushuaia, Argentina, el martes 19 de mayo de 2026, como parte de una investigación para determinar el origen del brote de hantavirus en el crucero MV Hondius. (AP Foto/Luján Agusti)]]></media:description><media:credit role="author" scheme="urn:ebu">Lujan Agusti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AQP7GOL6WNPIMD5JFHCTKLC5I4.jpg?auth=0d4863db82f11516132746b572c57235557a00fe17c5257d7ef5a6929ba2834a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Científicos argentinos recogen trampas colocadas en distintos puntos de Ushuaia, Argentina, el martes 19 de mayo de 2026, como parte de una investigación para determinar el origen del brote de hantavirus en el crucero MV Hondius. (AP Foto/Luján Agusti)]]></media:description><media:credit role="author" scheme="urn:ebu">Lujan Agusti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HIAMWMZ4RVE5XCGRUY564MTQQ4.jpg?auth=5acb81b79de106754d53468bf77afeaadcec8140a0fb0b22865cd0c7654fe696&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El crucero MV Hondius llega el lunes 18 de mayo de 2026 al puerto de Rotterdam, Holanda. (AP Foto/Patrick Post)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Post</media:credit></media:content></item><item><title><![CDATA[Democrat Xavier Becerra advances to general election in race for California governor]]></title><link>https://www.local10.com/news/politics/2026/06/05/democrat-xavier-becerra-advances-to-general-election-in-race-for-california-governor/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/05/democrat-xavier-becerra-advances-to-general-election-in-race-for-california-governor/</guid><dc:creator><![CDATA[By SOPHIE AUSTIN, Associated Press]]></dc:creator><description><![CDATA[SACRAMENTO, Calif. (AP) — Democrat Xavier Becerra advanced to the general election for California governor Friday after pitching himself as an experienced choice to lead the nation’s most populous state and succeed Democratic Gov. Gavin Newsom.]]></description><pubDate>Sat, 06 Jun 2026 05:27:07 +0000</pubDate><content:encoded><![CDATA[<p>SACRAMENTO, Calif. (AP) — Democrat Xavier Becerra advanced to the general election for California governor Friday after pitching himself as an experienced choice to lead the nation’s most populous state and succeed Democratic Gov. Gavin Newsom.</p><p>Becerra leaned on his more than 35 years in public office, including as state attorney general and U.S. health secretary, to argue that he was the most qualified candidate in a crowded field.</p><p>“The people of the great state of California, in the greatest nation on earth, have spoken — loudly and proudly,” Becerra said in a statement. “We are never backing down. November, here we come.”</p><p>It was not yet clear who Becerra would face in the general election. His top rivals came down to Republican Steve Hilton, a former Fox News commentator backed by President Donald Trump, and Democrat Tom Steyer, a billionaire climate activist who poured $215 million of his own money into his campaign.</p><p>Born and raised in Sacramento by Mexican immigrant parents, Becerra has a wife and three daughters. He has said his family’s immigrant background mirrored his “underdog” gubernatorial campaign, in which he initially failed to garner substantial support before surging in the final months.</p><p>After one of the top Democratic contenders, Rep. Eric Swalwell, was accused of sexual assault and dropped out of the race, Becerra benefited from an opening to coalesce Democratic support. He quickly racked up key endorsements from labor groups and Latino legislative leaders.</p><p>Becerra has vowed to maintain the state’s mantle as a chief antagonist to President Donald Trump. As attorney general, he filed more than 120 legal actions against the first Trump administration on everything from immigration to climate policy.</p><p>The president has also been in a spat with the state over its drawn-out vote count. Trump made baseless claims about mass fraud Thursday, and on Friday, federal prosecutors said they opened investigations into allegations of election fraud. Hilton called for California to limit mail ballots to those who request them, rather than sending them to all registered voters.</p><p>During the campaign, Becerra’s rivals scrutinized his leadership as health secretary during the COVID-19 pandemic and the unaccompanied migrant children crisis in 2021, when Becerra’s Department of Health and Human Services was responsible for shelters where they were housed. Some of them were criticized as having inadequate living conditions, and there were also concerns about authorities failing to thoroughly vet sponsors with whom some children were placed.</p><p>If elected, Becerra said, he would declare states of emergency to address high energy costs and housing shortages and to freeze home insurance rates.</p><p>Though California is one of the nation’s most diverse states, Becerra would be the first Latino to hold the office since the late 1800s.</p><p>Newsom was barred by term limits from seeking a third stint in office.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XFZOYVHVZWZJWGFWVNV5B3LRZY.jpg?auth=e341edf35f714cda33ae174284fca798eb1604214a297f37a0d10f2e78431295&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California gubernatorial candidate Xavier Becerra speaks during an election night event Tuesday, June 2, 2026, in Los Angeles. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PMLODEXIF2NYD4VWYIZ4LG3H3M.jpg?auth=916138756aa3f1efdb5d9bdb97c86b269e1ee702d06629f6e2fcb0f602eb0198&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California gubernatorial candidate Steve Hilton speaks during an election night event Tuesday, June 2, 2026, in Huntington Beach, Calif. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content></item><item><title><![CDATA[Cuba ofrece hoteles a empresarios cubanos emigrados tras salida de cadenas amenazadas por EEUU]]></title><link>https://www.local10.com/espanol/2026/06/05/cuba-ofrece-hoteles-a-empresarios-cubanos-emigrados-tras-salida-de-cadenas-amenazadas-por-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/cuba-ofrece-hoteles-a-empresarios-cubanos-emigrados-tras-salida-de-cadenas-amenazadas-por-eeuu/</guid><dc:creator><![CDATA[Por ANDREA RODRIGUEZ, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — Poco después de que el grupo turístico Meliá y otras compañías internacionales limitaran sus operaciones en medio de un ultimátum por parte de Estados Unidos, el gobierno de la isla dijo que estaba abierto a ofrecer la administración de hoteles a inversores cubanos residentes o emigrados.]]></description><pubDate>Fri, 05 Jun 2026 23:44:33 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — Poco después de que el grupo turístico Meliá y otras compañías internacionales limitaran sus operaciones en medio de un ultimátum por parte de Estados Unidos, el gobierno de la isla dijo que estaba abierto a ofrecer la administración de hoteles a inversores cubanos residentes o emigrados.</p><p>“Habrá hoteles que tendremos que operar más con administración cubana que con administración compartida con entidades extranjeras, estamos planteando modalidad de negocios diferentes, cubanos que quieran invertir y que quieran administrar hoteles estamos abiertos para eso”, dijo el presidente Miguel Díaz-Canel en una entrevista a un periodista español y difundida el viernes por el canal oficial de la Presidencia.</p><p>“Hemos ofrecido también estas oportunidades de negocios para los cubanos residentes en el exterior”, remarcó el mandatario.</p><p>La firma española Meliá —el socio histórico más importante de la isla en la gestión de sus mejores hoteles— informó esta semana que se retiraba de 15 de 34 centros turísticos y se sumó a otras cadenas como su compatriota Iberostar y la canadiense Blue Diamond Diamond –con su marca Royalton— que también se replegaron total o parcialemete de sus actividades.</p><p>Un paquete de nuevas sanciones impuesto por el Departamento de Estado dio como fecha tope este mismo viernes para que compañías extranjeras no estadounidenses, como Meliá, dejen de operar con la corporación empresarial militar cubana GAESA, so pena de medidas como la congelación de cuentas y el bloqueo de su actividad en el sistema financiero del vecino país.</p><p>El recorte de la presencia de las cadenas se produce además en el marco de una radical caída del turismo en la isla ocasionado por un cerco petrolero impuesto por Estados Unidos desde enero. Históricamente, el gobierno de Cuba tuvo una difícil relación con su emigración y algunos empresarios exiliados tras el triunfo de la revolución están entre sus mayores detractores.</p><p>El presidente Donald Trump amenazó a los países que vendan petróleo a la isla logrando una semiparalización de todos los sectores con serias consecuencias para la población, desde apagones de más de 20 horas, cortes de agua, limitaciones en la producción de alimentos y el transporte.</p><p>Líneas áreas como World2Fly, Air France e Iberia cancelaron sus vuelos a la isla.</p><p>Mientras, el Banco Central de Cuba informó esta semana que debido a la suspensión de la relación de entidades extranjeras con la agencia financiera isleña Fincimex S.A, —del conglomerado empresarial GAESA—, se cancelaron las operaciones de las tarjetas Visa y Mastercard.</p><p>Díaz-Canel calificó durante su entrevista de “cínica” la narrativa de Trump y su secretario de Estado, Marco Rubio, que acusa al gobierno de la isla de ser inoperantes, al tiempo que cierra un cerco contra la isla agravando las ya duras medidas de embargo y provocando una severa crisis económica.</p><p>El mandatario consideró que las acusaciones buscan desestabilizar a la isla y consideró posible tres escenarios: que se busque asfixiar económicamente a Cuba para “provocar el estallido social que le de un pretexto (a Trump) de ayuda humanitaria para intervenir el país".</p><p>Una segunda posibilidad sería “seguir un diálogo coercitivo con Cuba de máxima presión para ocupar el país económicamente y que eso después les diera posibilidad de provocar un cambio político” y una tercera “la intervención militar”, una solución dramática porque costaría vidas para ambos países.</p><p>Los dos gobiernos indicaron que tienen actualmente conversaciones, pero no ha trascendido el alcance real de los mismas.</p><p>—————-</p><p>Siga a Andrea Rodríguez en X: https://x.com/ARodriguezAP</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FDND7PC36J37ETAUINPWZ6GELI.jpg?auth=0c8a63c5894cea8770dd6c117d3bd18871c1aa75b7f7355912f1c4cc780650a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trabajadores retiran el letrero del Hotel Grand Aston en La Habana, Cuba, el viernes 5 de junio de 2026. (Foto AP/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Candidato nacionalista peruano dice buscaría nexos con EEUU y China si gana balotaje]]></title><link>https://www.local10.com/espanol/2026/06/05/candidato-nacionalista-peruano-dice-buscaria-nexos-con-eeuu-y-china-si-gana-balotaje/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/candidato-nacionalista-peruano-dice-buscaria-nexos-con-eeuu-y-china-si-gana-balotaje/</guid><dc:creator><![CDATA[Por FRANKLIN BRICEÑO, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — A dos días del balotaje presidencial en Perú, el candidato nacionalista Roberto Sánchez dijo el viernes que en caso de alcanzar el poder en las urnas buscaría afianzar las relaciones comerciales tanto con Estados Unidos como con China, mientras que en el ámbito interno se mostró a favor de despenalizar el aborto por violación sexual.]]></description><pubDate>Fri, 05 Jun 2026 23:33:36 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — A dos días del balotaje presidencial en Perú, el candidato nacionalista Roberto Sánchez dijo el viernes que en caso de alcanzar el poder en las urnas buscaría afianzar las relaciones comerciales tanto con Estados Unidos como con China, mientras que en el ámbito interno se mostró a favor de despenalizar el aborto por violación sexual.</p><p>En una conferencia con la prensa internacional, Sánchez indicó que si llega al poder no pondrá “vetos” a la inversión internacional, incluyendo capitales provenientes de Estados Unidos y de China.</p><p>“China es el primer socio comercial de Perú y con Estados Unidos hay otros emprendimientos importantes por afianzar”, señaló.</p><p>El nacionalista destacó la importancia para Perú de un puerto gigante de capitales chinos llamado Chancay, en el Pacífico, e indicó que desde su funcionamiento, a inicios de 2025, aportó 1,5% del PIB nacional, alrededor de 298 millones de dólares.</p><p>“Los goles son goles en el deporte y en el primer año de funcionamiento China ha contribuido la actividad comercial portuaria del nuevo puerto de Chancay con 1,5 del PBI el primer año”, destacó.</p><p>El candidato del partido Juntos por el Perú también dijo que es promotor de otro proyecto de puerto gigante en la costa del Pacífico, llamado Corío y a más de 1.000 kilómetros al sur de Chancay, que afirma “puede ser cinco veces más grande que Chancay” y que podría tener otros capitales de inversión, incluido de grupos empresariales de Estados Unidos.</p><p>Mientras que su rival del domingo, la candidata conservadora Keiko Fujimori, del partido Fuerza Popular, sostuvo el jueves durante el cierre de su campaña en Lima que su gobierno respetará todas las inversiones desde las más grandes hasta las pequeñas.</p><p>Fujimori felicitó en 2024 la inauguración del puerto de Chancay porque dijo que impulsará el intercambio comercial con Asia. En febrero, la candidata indicó que se reunió con el embajador de Estados Unidos en Perú, Bernie Navarro, y afirmó sentirse alegre que Estados Unidos “vuelve a mirar a Latinoamérica”, incluida Perú.</p><p>Estados Unidos mostró preocupación en febrero luego que la justicia de Perú decidió que reguladores locales no podrán supervisar el cumplimiento de los derechos de usuarios en el puerto de Chancay, cuya propiedad mayoritaria pertenece a COSCO Shipping, una empresa estatal de China.</p><p>China rechazó la posición estadounidense e indicó que "lamenta profundamente los rumores descarados y la difamación acerca del puerto de Chancay por parte de Estados Unidos”.</p><p>Sánchez también habló por primera vez sobre su apoyo a impulsar una normativa a favor del aborto en casos de violación sexual, una propuesta a la que se opone su rival Fujimori.</p><p>De acuerdo a la ley actual de Perú el aborto por violación sexual está prohibido y sólo es permitido en casos donde la salud o la vida de la persona gestante se encuentre en peligro.</p><p>En 2021, la legisladora Ruth Luque, del partido Ahora Nación, impulsó un proyecto de ley para que se despenalice el aborto por violación, pero el plan legislativo no fue aprobado en un Parlamento dominado por una mayoría ultraconservadora.</p><p>En febrero, la candidata Fujimori dijo en una entrevista televisiva local que estaba a favor del aborto terapéutico en caso de que la madre corra riesgo de vida, tal como lo permite la ley. “Pero en caso de violación, no”, afirmó.</p><p>Según datos del Ministerio de la Mujer, en 2025 hubo 13.096 denuncias por violación sexual en Perú, lo cual equivale a un promedio de una denuncia por violación cada 40 minutos a nivel nacional.</p><p>Las elecciones presidenciales de segunda vuelta en Perú se realizarán el domingo 7 de junio. Quien triunfe gobernará por cinco años desde el 28 de julio.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KD4XO57R7AWMJY4ADVWA3IDQYI.jpg?auth=58a4e16f39826160fe1f388ac506b5724c07864f75c588b4581e0ee704232745&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial nacionalista Roberto Sánchez, del partido Juntos por el Perú (a la izquierda), ofrece una rueda de prensa a medios extranjeros junto a su asesor Pedro Francke en Lima, Perú, el viernes 5 de junio de 2026. (Foto AP/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OUC6COQDEH632EWOTCLR5IG6LM.jpg?auth=311931eb89b51141b3a4d7681a7c761b5ce5ddc0d7e68fe73f85153c9fa55e15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una pancarta de la candidata presidencial Keiko Fujimori, del partido Fuerza Popular, se ve en el balcón de una casa en Lima, Perú, el viernes 5 de junio de 2026, antes de la segunda vuelta de las elecciones presidenciales. (Foto AP/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content></item><item><title><![CDATA[Argentina expands hantavirus probe, sending teams to trap and test rats in Mendoza]]></title><link>https://www.local10.com/health/2026/06/05/argentina-expands-hantavirus-probe-sending-teams-to-trap-and-test-rats-in-mendoza/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/05/argentina-expands-hantavirus-probe-sending-teams-to-trap-and-test-rats-in-mendoza/</guid><dc:creator><![CDATA[By ISABEL DEBRE, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES, Argentina (AP) — Argentina on Friday said it was expanding its investigation into the origins of the hantavirus outbreak that struck an Atlantic cruise ship last month, sending scientists to trap and test rats in the western province of Mendoza while lab results are pending from the southernmost city of Ushuaia.]]></description><pubDate>Fri, 05 Jun 2026 23:27:32 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES, Argentina (AP) — Argentina on Friday said it was expanding its investigation into the origins of the hantavirus outbreak that struck an Atlantic cruise ship last month, sending scientists to trap and test rats in the western province of Mendoza while lab results are pending from the southernmost city of Ushuaia.</p><p>Argentine authorities said biologists from the U.S. Centers for Disease Control and Prevention were joining the mission next week in Mendoza.</p><p>The rare outbreak on the MV Hondius was caused by the Andes hantavirus, a disease carried by rodents endemic to Argentina and Chile and the only hantavirus thought to be able to spread between people in some cases.</p><p>Reconstructing the chain of transmission is difficult work, and Argentine authorities say it may never be possible to pinpoint exactly where the first known victims — a Dutch couple who died in April — contracted the virus before boarding the cruise in Ushuaia. But experts say getting to the bottom of the outbreak will offer valuable information about how the rare virus spread and carry important lessons for management of the disease.</p><p>As repatriated cruise passengers from more than 20 countries have disembarked and entered specialized quarantine centers, epidemiologists are examining the 11 confirmed hantavirus cases, including the schedules of the three people killed, to better understand the chain of transmission.</p><p>Argentine scientists are working to retrace the path of the Dutch tourists, believing that the original source of the onboard virus to be the man's exposure to rodent droppings or urine during their monthslong trip across Argentina and Chile before the ship’s departure The typical incubation period before symptoms appear is around three weeks but can extend up to eight.</p><p>Shortly after news of the outbreak emerged, Argentina's Health Ministry identified Ushuaia as a possible source of the contagion and last month sent investigators from the Malbran government research institute to collect rodent samples in various wooded areas around the city.</p><p>Local authorities in the tourism-dependent city of Ushuaia, famed for its location at “the end of the world,” have angrily disputed that the virus originated there. While the Andes hantavirus infects a few dozen people every year in the Patagonian region of Argentina further north, it has never been detected in Ushuaia or the wider archipelago of Tierra del Fuego.</p><p>The Health Ministry said Friday that it's still awaiting lab results from those tests to determine whether the couple contracted the virus there.</p><p>On Friday, the ministry said specialists from Malbran, together with U.S. counterparts at the CDC, were preparing to test rodents for the hantavirus in the city of Malargüe, Mendoza from June 8-12.</p><p>A spokesperson for the Malbran Institute confirmed that the Dutch couple visited Malargüe as they drove through the winemaking region of Mendoza to the northeastern province of Misiones during the last leg of their trip in Argentina.</p><p>The head of Malbran, Claudia Perandones, met with CDC investigators in Argentina on Friday to discuss the operation, which she said would involve teams in extensive protective equipment taking blood samples from dead rodents and transferring the material to the main laboratory in Buenos Aires for testing. Authorities have said test results could take up to a month.</p><p>The World Health Organization has made clear that, given the low risk of transmission, the hantavirus will not become a pandemic threat.</p><p>Still, the Andes hantavirus has raised concerns around the world due to its mortality rate, as high as 30%, and the current lack of treatment and vaccines.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VDMFJRSIF7UUOIEYTR7IAKGPFU.jpg?auth=1e80081ff1aed07be0ab31fdb461731e3f7b34a819ce5e8369c9a44902dff2d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentine scientists collect traps placed at different points across Ushuaia, Argentina, Tuesday, May 19, 2026, as part of an investigation for the source of the hantavirus outbreak on the MV Hondius cruise ship. (AP Photo/Lujan Agusti)]]></media:description><media:credit role="author" scheme="urn:ebu">Lujan Agusti</media:credit></media:content></item><item><title><![CDATA[UN food agency says millions are being pushed into hunger by Iran war]]></title><link>https://www.local10.com/news/world/2026/06/05/un-food-agency-says-millions-are-being-pushed-into-hunger-by-iran-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/05/un-food-agency-says-millions-are-being-pushed-into-hunger-by-iran-war/</guid><dc:creator><![CDATA[By EDITH M. LEDERER, Associated Press]]></dc:creator><description><![CDATA[UNITED NATIONS (AP) — The U.N. food agency said millions of people are being pushed into acute hunger by the Iran war, as it warned would happen if the conflict escalated and oil prices remained high.]]></description><pubDate>Fri, 05 Jun 2026 23:25:49 +0000</pubDate><content:encoded><![CDATA[<p>UNITED NATIONS (AP) — The U.N. food agency said millions of people are being pushed into acute hunger by the Iran war, as it warned would happen if the conflict escalated and oil prices remained high.</p><p>The World Food Program said an analysis in three vulnerable countries found that an additional 2.5 million people in Somalia, 2.3 million in Afghanistan and 1.3 million in Sri Lanka are struggling to meet their basic food needs.</p><p>In March, WFP predicted that 45 million people could be pushed into food insecurity by the end of June. That would be on top of the 318 million people around the world who are already food insecure.</p><p>“We remain by that prognosis,” WFP’s acting Executive Director Carl Skau told U.N. reporters. “That’s mainly because the correlation between the prices of energy and food is so tight in many places, and also that in the poorest countries people are already spending all their money on food, and hence when food prices rise, they eat less.”</p><p>WFP said in its report, circulated late Thursday, that its findings indicate the Mideast crisis is generating “significant spillovers," particularly on the prices of food and fuel, and disrupting trade. Especially in already vulnerable countries, the Rome-based U.N. agency said, these factors interact and quickly impact food security and livelihoods.</p><p>“These impacts are expected to intensify in the coming months, even if the crisis in the Middle East de-escalates,” WFP said.</p><p>Skau cited other global hotspots with food insecurity, including Sudan, Gaza, southern Lebanon, Yemen and Haiti.</p><p>WFP has had to limit aid to millions of needy people because of funding cuts, and Skau urged donors to step up, especially for Somalia and Afghanistan “because the human consequences of not doing more will be massive.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VELEV36UPG3LIYRTC3KC2XOZ4A.jpg?auth=54afdc8d22b157611cdbafbbe5e224f342a15b7d989a27b1b33c3bd0d4f3ed40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The symbol of the United Nations is displayed outside the Secretariat Building, Feb. 28, 2022, at United Nations Headquarters. (AP Photo/John Minchillo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Minchillo</media:credit></media:content></item><item><title><![CDATA[J.T. Poston handles the wind at Memorial for low round of tournament and the lead]]></title><link>https://www.local10.com/sports/2026/06/05/jt-poston-handles-the-wind-at-memorial-for-low-round-of-tournament-and-the-lead/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/jt-poston-handles-the-wind-at-memorial-for-low-round-of-tournament-and-the-lead/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[DUBLIN, Ohio (AP) — J.T. Poston stepped onto the putting green Friday at the Memorial just in time to feel the first gust of wind, knowing a tough course was about to get even harder. Part of him was eager to see how a new golf ball to help with the wind was going to perform. It's safe to say he was pleased.]]></description><pubDate>Fri, 05 Jun 2026 23:22:52 +0000</pubDate><content:encoded><![CDATA[<p>DUBLIN, Ohio (AP) — J.T. Poston stepped onto the putting green Friday at the Memorial just in time to feel the first gust of wind, knowing a tough course was about to get even harder. Part of him was eager to see how a new golf ball to help with the wind was going to perform. It's safe to say he was pleased.</p><p>Poston had eight birdies in a round of 7-under 65, a score best measured by the fact he was nine shots better than the field average, enough for a one-shot lead over Ryan Gerard going into the weekend at Muirfield Village.</p><p>Poston was at 9-under 135, a score not many saw coming.</p><p>The quality of his round could be measured by the comments of some of his peers. The interview with Tommy Fleetwood began with a statement that it seemed tougher out there.</p><p>“Is that a question?” Fleetwood replied. “Yeah, we'll expand on that. It was pretty brutal, actually.”</p><p>Justin Thomas hit a phenomenal flop shot from behind the 18th green and holed a 6-foot par putt to make the cut on the number.</p><p>“I can’t put into words how hard that was,” said Thomas, who did anyway. “That was the hardest round of golf that I can remember, major, non-major, it was just insane.”</p><p>It was all about the wind, not the strongest these players have ever felt (especially if they have been to Kapalua or Scotland) but Muirfield Village has so much trouble and so little room to play it safe that it became vexing.</p><p>That wasn't the case for Poston, who decided last week to change to what he called the “left dash ball Titleist makes."</p><p>“It’s supposed to help me a little bit in the wind,” Poston said. “So we felt like today was going to be a good test of that and it obviously performed really well. We had a couple shots that I felt like didn’t quite hit them perfect and it hung in there pretty well.”</p><p>Of course, there was a player hitting the shots, and in his case rolling the putts. So was it the golf ball or the putter?</p><p>“Both,” Poston said. “The ball got me there, the putter helped me get it in the hole.”</p><p>Only two of his eight birdie putts were inside 10 feet. Statistically, Poston picked up four shots on the field with his putting in the strokes gained category. He took 24 putts and the distance they covered was 134 feet. No matter which number, it was really good.</p><p>He might have been the only one happy to see wind.</p><p>“Yeah, sure,” Poston said with a laugh. “It’s hard to say I wasn’t when you shoot 65. I just knew it was going to play tough and the goal was to try and be patient and keep hitting the shots like I was hitting yesterday and it helps to get off to a great start, make a few nice, longish putts the first couple holes and I feel like I was just kind of off and running.”</p><p>Gerard was pleased with his 69, getting three birdies before the wind really started to get tough. And he clearly remembers when that happened.</p><p>“Seven fairway,” Gerard said. “I was spraying sunscreen and all of a sudden it started going all over the place. And my caddie was like, ‘Oh, I guess it’s windy now.’”</p><p>And it only got worse.</p><p>Scottie Scheffler hit a shank, said he felt like he was going to shoot 90 and came to life late with three birdies to salvage a 72. He was 10 shots behind in his bid for a third straight victory at the Memorial. Rory McIlroy had a double bogey and two bogeys over his last six holes for a 74. He also was 10 shots behind in his bid to win for the first time in 14 tries at Muirfield Village.</p><p>Sam Burns had another 69 and was three shots back, followed by Fleetwood (73).</p><p>Gerard, much like Scheffler, was happy with 69 considering he wasn't entirely on top of his game. He spoke of “grimy up-and-downs” to stay in the game.</p><p>“I hit it in two hazards off the tee on par 5s on the back nine and hit both greens in regulation from 240-plus,” he said. "But it’s just kind of keeping yourself in the hole — it’s not easy — and allowing yourself to be positive.</p><p>“Mentally and physically this place is a monster, not only because it’s a big walk and I’m dealing with nine million allergies or whatever they’re putting out there,” he said. “So it’s a test of patience.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RXDAJO6AALEX2SFPKPVKMHE5SY.jpg?auth=008b913dc8b17345d0b4f06e58ef09ce32aab358803aa5eb3bf44566909d8337&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[J.T. Poston hits from a bunker to the 18th green during the second round of the Memorial golf tournament in Dublin, Ohio, Friday, June 5, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OIWIRLKML763CRVL4UFZWRSSL4.jpg?auth=3afb118cc0edd16dbae00a9ffb31ffd7f4edd906f104a6f6882575d1495d8f46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[J.T. Poston hits from the 15th tee during the second round of the Memorial golf tournament in Dublin, Ohio, Friday, June 5, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I4BA4VHM3LCZS6YYIOTV7I4HUY.jpg?auth=656c6ed1879a7cdb6d3a74c6e9616254a94fde8f0f3ed44e8fa368f3f8146eed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Gerard watches his putt on the 17th green during the second round of the Memorial golf tournament in Dublin, Ohio, Friday, June 5, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BEUBS3CYBZ65ZF64DQVPW6AXYY.jpg?auth=cc709761c0efca5c1592b9e157594f3820007cd4cab0e869e0c48216c34b9a42&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler pauses on the 14th green during the second round of the Memorial golf tournament in Dublin, Ohio, Friday, June 5, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MW7WFNPJR4AKWKNYQJ74MQYNDA.jpg?auth=4de640db9ac67b9b2c2a997a1eb665b993bbe70fe88f4fdc213ebff3f4d21904&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tommy Fleetwood, of England, hits from the 18th tee during the second round of the Memorial golf tournament in Dublin, Ohio, Friday, June 5, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content></item><item><title><![CDATA[Family remembers father killed by wrong-way drunk driver in Broward County]]></title><link>https://www.local10.com/news/local/2026/06/05/family-remembers-father-killed-by-wrong-way-drunk-driver-in-broward-county/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/05/family-remembers-father-killed-by-wrong-way-drunk-driver-in-broward-county/</guid><dc:creator><![CDATA[Jolena Esperto]]></dc:creator><description><![CDATA[Nicholas Addis, a 36-year-old father with a 2-year-old son named Everson, is being remembered by his family after he was killed nearly two months ago by a wrong-way drunk driver along Sample Road in Broward County.]]></description><pubDate>Fri, 05 Jun 2026 23:15:22 +0000</pubDate><content:encoded><![CDATA[<p>Nicholas Addis, a 36-year-old father with a 2-year-old son named Everson, is being remembered by his family after he was killed nearly two months ago by a wrong-way drunk driver along Sample Road in Broward County.</p><p>He was described by his family as a man full of life who shared a strong, faith-based, loving bond with them.</p><p>“Our family will never ever ever be the same. I see it every day. It is not the same. It will never be the same,” former Coral Springs Mayor Vincent Boccard said.</p><p>Authorities said Addis was struck and killed by a wrong-way driver. Dash cam video captured the crash.</p><p>His stepfather Boccard, and his mother, Terry Boccard, said the loss is still difficult to put into words.</p><p>“You don’t realize how important somebody is until they’re gone. You don’t realize the little things that they do and that you do with them,” Boccard said. “All those memories, they flood your mind. They pass through.”</p><p>Asked whether the tragedy made him want to return to public office, Boccard said he is stepping away from politics.</p><p>“I gave 20 plus years of public office to cities and I want to spend time with my family now,” he said.</p><p>“We have a new mission. We’ve got to get through this and I want to create a legacy for my son somehow,” he added.</p><p>The driver accused in the crash, 47-year-old Sult President, has appeared in court and is currently in jail. Addis’ parents said they are beginning to find some closure.</p><p>“Just the way it happened, it’s devastating, so unnecessary. I’m happy he’s now put away and he’ll have his trial. He can’t do that to someone else now,” Terry Boccard said.</p><p>In the meantime, Addis’ younger sister, Sophia, recently graduated from Coral Springs Charter School, where her brother once attended. She wore his graduation cap to honor him.</p><p>The family continues to share memories of his charisma, spirit and legacy.</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[Trump keeps the door open to a call with Taiwan's president even though China has warned against it]]></title><link>https://www.local10.com/news/world/2026/06/05/trump-keeps-the-door-open-to-a-call-with-taiwans-president-even-though-china-has-warned-against-it/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/05/trump-keeps-the-door-open-to-a-call-with-taiwans-president-even-though-china-has-warned-against-it/</guid><dc:creator><![CDATA[By AAMER MADHANI AND MICHELLE L. PRICE, Associated Press]]></dc:creator><description><![CDATA[ABOARD AIR FORCE ONE (AP) — President Donald Trump on Friday indicated that he may still speak with Taiwan’s President Lai Ching-te — even after China has publicly urged him not to directly engage with the leader of the self-ruled island that Beijing claims as its own.]]></description><pubDate>Fri, 05 Jun 2026 23:09:24 +0000</pubDate><content:encoded><![CDATA[<p>ABOARD AIR FORCE ONE (AP) — President Donald Trump on Friday indicated that he may still speak with Taiwan’s President Lai Ching-te — even after China has publicly urged him not to directly engage with the leader of the self-ruled island that Beijing claims as its own.</p><p>Trump first raised the idea last month on his way back from meeting President Xi Jinping in Beijing, saying that he intended to speak directly with Lai as he weighs whether to go ahead with a $14 billion arms sale for Taipei that Congress approved earlier this year.</p><p>The U.S. president on Friday suggested that a call with the Taiwanese leader is still in play. “I’ll always talk to him,” Trump told reporters when asked if he still intended on calling Lai.</p><p>Such a call would mark the first direct dialogue between sitting American and Taiwanese presidents in many decades, and Beijing has discouraged Trump against such an engagement.</p><p>The Chinese embassy in Washington in a statement to the Associated Press this week said that kind of phone call could undermine progress in the delicate U.S.-China relationship and urged the Republican administration to “handle the Taiwan question with utmost prudence” and “avoid sending wrong signals” to officials in the democratically run island that China views as a breakaway province.</p><p>It would be an unprecedented phone call</p><p>Trump raised China’s ire when he took a congratulatory call from Taiwan’s then-President Tsai Ing-wen after winning the 2016 presidential election but before taking office.</p><p>Trump has raised the idea of a direct engagement with Lai even as he's been more circumspect about whether he'll move forward with a major arms package for Taiwan after hearing concerns about it from Xi in Beijing. Congress greenlit the arms deal in January but it still needs Trump's approval,</p><p>The president said last month he sees arms sales with Taiwan as a “negotiating chip” in the administration's approach to Pacific policy.</p><p>At last month’s Beijing summit, Xi warned Trump that the “Taiwan question” is the most important issue in ties between China and the U.S., and that the two nations will “have clashes and even conflicts” without proper handling of the matter, according to Chinese officials.</p><p>Trump had an unusual consultation on Taiwan during his Beijing visit</p><p>Trump’s discussion with Xi about the arms sales to Taiwan seemed out of step with the U.S. policy principles known as the Six Assurances. The nonbinding principles, formulated in 1982 under President Ronald Reagan, have helped guide the U.S. relationship with Taipei, according to analysts.</p><p>The second of the Six Assurances states that the U.S. “did not agree to consult with the People’s Republic of China on arms sales to Taiwan.”</p><p>Secretary of State Marco Rubio during a series of congressional hearings earlier this week said that the United States' Taiwan policy has not changed.</p><p>But Trump’s rhetoric has added a more foggy dynamic to the U.S.-Taiwan relationship, said Craig Singleton, a China expert at the Foundation for Defense of Democracies.</p><p>“Trump’s comments about Taiwan arms sales as a negotiating chip, combined with uncertainty around a possible Lai call, have created more ambiguity than Taipei would like,” Singleton said. “The real test is not the rhetoric. It is whether the pending arms package moves, and on what timeline.”</p><p>Taiwan's president is ready for a Trump call</p><p>If the call were to happen, Lai has said he would emphasize to Trump that peace and stability in the Taiwan Strait are crucial for global security, and make the case that China was acting as the “destroyer” of the strait’s peace.</p><p>Lai said he also would tell Trump that Taiwan’s increasing defense budget was a response to threats, and purchases of U.S. arms would be an essential means to safeguard the strait’s stability.</p><p>In 1979, Washington ended diplomatic ties with Taiwan as part of recognizing the People’s Republic of China, and the Chinese have reacted strongly after other engagements by senior U.S. leaders with Taiwan’s leadership.</p><p>After an August 2022 visit to Taipei by then House Speaker Nancy Pelosi and five other Democratic lawmakers, China responded with large-scale military exercises that included launching short-range ballistic missiles over the island.</p><p>Trump repeats plans to call Lai despite Beijing pressure</p><p>The United States, under the “One China” policy, recognizes the Chinese position that Taiwan is part of China, while still allowing for informal U.S. relations with the self-governing island.</p><p>At the same time, the U.S. has long agreed to ensure Taipei has the resources to defend itself though Washington has remained ambiguous about how far it will go militarily to counter Beijing should it decide to take Taiwan by force.</p><p>After Trump's Friday comments, the Taipei Economic and Cultural Representative Office in Washington reiterated its position that it intends to “maintain close contact” with the U.S. on arms sales and other issues.</p><p>“We will leave it up to the U.S. to announce if there’s any arrangements for President Trump to speak with President Lai,” the office said in a statement.</p><p>China would view a phone call between Trump and Lai as more provocative than moving forward with the proposed arms sale to Taiwan, said Edgard Kagan, a former U.S. ambassador to Malaysia and senior State Department official handling East Asia policy issues under Trump and President Joe Biden.</p><p>Kagan added that it was notable that Trump continues to publicly state that such a call is a possibility after China had warned the U.S. administration against a Trump-Lai engagement.</p><p>If Trump bypasses a phone call with Lai, he may create the space to move forward with a new arms sales for Taipei while dulling the blowback from Beijing, said Kagan, who is now the China Studies chair at the Center for Strategic and International Studies in Washington.</p><p>“This could give him the room to announce an arms sale, defuse the criticism that the U.S. is turning its back on Taiwan, and do it in a way that leaves the Chinese feeling there was some respect for their views,” Kagan added.</p><p>___</p><p>Madhani reported from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5ZOLLV3XINWBNKWGBI6ECAFD4E.jpg?auth=84b0d3afd1a2fbe3caf10ebfdb49c9ae962617ce314e2bf0f8e7ed294fa45361&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump arrives to speak to reporters aboard Air Force One en route from Joint Base Andrews, Md., to Eau Claire, Wis., Friday, June 5, 2026. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5Y4ZHU7EHPAQJQII6TVCLMIGQM.jpg?auth=7da3e722df02e7e93f9208a96438cedc6f71232307c7f85725cc8371a420be9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this photo released by the Taiwan Presidential Office, Taiwan's President Lai Ching-te speaks during a press conference on "Taiwan-U.S. Economic Prosperity Partnership" in Taipei, Taiwan on Feb. 3, 2026. (Taiwan Presidential Office via AP, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/D5J3CXLNMGUQAOGQORBV7QRHOA.jpg?auth=cddc9c345d386ec743ef8a2657333c636e41a45cf230ac6d8578ae312bff947f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks to reporters aboard Air Force One en route from Joint Base Andrews, Md., to Eau Claire, Wis., Friday, June 5, 2026. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[FIFA gives behind-the-scenes look to World Cup operations center in Miami-Dade County]]></title><link>https://www.local10.com/sports/2026/06/05/fifa-runs-world-cup-operations-center-in-miami-dade-county/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/fifa-runs-world-cup-operations-center-in-miami-dade-county/</guid><dc:creator><![CDATA[Terrell Forney, Andrea Torres]]></dc:creator><description><![CDATA[A team of about 100 obsessive soccer fans was hard at work on Friday at an organized high-tech operations center in Miami-Dade County. ]]></description><pubDate>Fri, 05 Jun 2026 21:41:02 +0000</pubDate><content:encoded><![CDATA[<p>A team of about 100 obsessive soccer fans was hard at work on Friday at an organized high-tech operations center in Miami-Dade County. </p><p><a href="https://www.local10.com/espanol/2026/06/05/fifa-muestra-detras-de-camaras-el-centro-de-operaciones-del-mundial-en-el-condado-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/05/fifa-muestra-detras-de-camaras-el-centro-de-operaciones-del-mundial-en-el-condado-miami-dade/">Leer en español</a></p><p>During the tournament, none of them will be referring to the stadium at 347 Don Shula Drive in Miami Gardens as the Hard Rock Stadium. It will be the Miami Stadium. </p><p>Heimo Schirgi, FIFA’s chief event operations officer, was leading his team to monitor everything from security to weather, flights, and tickets. </p><p>“This is where all of the information from all of the over 500 official sites that we have throughout the three countries comes together, and where we can do some centralized and informed decision making,” Schirgi said. </p><p>The <a href="https://www.local10.com/topic/World_Cup/" target="_self" rel="" title="https://www.local10.com/topic/World_Cup/">FIFA World Cup</a>, held every four years since 1930, runs from June 11 to July 19. There are 104 matches scheduled at 16 host cities, including <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/articles/miami-stadium-host-seven-matches" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/articles/miami-stadium-host-seven-matches">Miami</a>. </p><p>It is the first time the U.S., Canada, and Mexico will host a <a href="https://www.local10.com/topic/World_Cup/" target="_self" rel="" title="https://www.local10.com/topic/World_Cup/">FIFA World Cup</a>, and the first time the tournament features 48 teams. </p><p>“The whole world is already here, and we are super excited,” said Schirgi, who was born in Austria and grew up in Turkey and South Africa. </p><p>The 12 groups of four teams each will play the first 72 matches, including four games from three groups at the Miami Stadium.</p><p>“Some of the biggest matches we have in terms of demand and interest are right here in Miami,” Schirgi said. </p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Uruguay</a> plays against <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Saudi Arabia</a> at 6 p.m. on June 15 and against <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Cape Verde</a> at 6 p.m. on June 21.<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/"> Brazil</a> plays against <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Scotland</a> at 6 p.m. on June 24. <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Colombia</a> plays against <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Portugal</a> at 7:30 p.m. on June 27. </p><p>During the tournament’s knockout stage, there will be 32 matches, including three key games at the Miami Stadium.</p><p>The winner of <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> will play against the runner-up of <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a> at 6 p.m. on July 3. The quarter-final match is at 5 p.m. on July 11, and the bronze final match is at 5 p.m. on July 18. </p><p><b>More related stories</b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/05/browards-free-fifa-world-cup-watch-parties-will-be-at-in-door-arena-for-18000/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/05/browards-free-fifa-world-cup-watch-parties-will-be-at-in-door-arena-for-18000/">Broward’s free FIFA World Cup watch parties will be at in-door arena for 18,000</a></li><li><a href="https://www.local10.com/news/weird-news/2026/06/05/fifa-cancels-world-cup-tickets-to-about-60-fans-who-got-them-for-free-due-to-error/" target="_self" rel="" title="https://www.local10.com/news/weird-news/2026/06/05/fifa-cancels-world-cup-tickets-to-about-60-fans-who-got-them-for-free-due-to-error/">FIFA cancels World Cup tickets to about 60 fans who got them for free due to error</a></li><li><a href="https://www.local10.com/entertainment/2026/06/05/shakira-and-burna-boy-to-play-in-first-of-three-world-cup-opening-ceremonies/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/05/shakira-and-burna-boy-to-play-in-first-of-three-world-cup-opening-ceremonies/">Shakira and Burna Boy to play in first of three World Cup opening ceremonies</a></li><li><a href="https://www.local10.com/news/florida/2026/06/05/some-of-the-most-dedicated-world-cup-fans-skipping-this-years-tournament-citing-costs-and-politics/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/06/05/some-of-the-most-dedicated-world-cup-fans-skipping-this-years-tournament-citing-costs-and-politics/">Some of the most dedicated World Cup fans skipping this year’s tournament, citing costs and politics</a></li></ul><h3><b>Track FIFA World Cup groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Law enforcement warns of undercover operations during FIFA World Cup in Miami]]></title><link>https://www.local10.com/news/2026/06/05/law-enforcement-warns-of-undercover-operations-during-fifa-world-cup-in-miami/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/05/law-enforcement-warns-of-undercover-operations-during-fifa-world-cup-in-miami/</guid><dc:creator><![CDATA[Roy Ramos, Andrea Torres]]></dc:creator><description><![CDATA[Miami-Dade Sheriff Rosie Cordero Stutz and State Attorney Katherine Fernandez Rundle said on Friday that human trafficking and crowd control will be their priority during the FIFA World Cup 2026. ]]></description><pubDate>Fri, 05 Jun 2026 23:01:56 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Sheriff Rosie Cordero Stutz and State Attorney Katherine Fernandez Rundle said on Friday that human trafficking and crowd control will be their priority during the FIFA World Cup 2026. </p><p>Cordero Stutz said deputies will be working on undercover operations as soccer fans take over tourist destinations and the Hard Rock Stadium in Miami Gardens, which FIFA will refer to as the Miami Stadium. </p><p>“The Miami-Dade Sheriff’s Office, alongside our local, state, and federal partners, has been actively planning, training, and coordinating to help ensure that residents and visitors can safely enjoy one of the largest international events our community has ever hosted,” Cordero Stutz said in Doral. </p><p>The <a href="https://www.local10.com/topic/World_Cup/" target="_self" rel="" title="https://www.local10.com/topic/World_Cup/">FIFA World Cup</a>, held every four years since 1930, runs from June 11 to July 19 and includes 104 matches at 16 host cities, including <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/articles/miami-stadium-host-seven-matches" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/articles/miami-stadium-host-seven-matches">Miami</a>. </p><p>Brett Skiles, FBI Miami’s special agent in charge, was also at the news conference. He focused on civilian drones and warned fans against flying these to try to get a peek at the stadium. </p><p>“My advice to you is to leave your drone at home; the penalties are going to be severe,” Skiles said about violators, who could face civil fines of up to $75,000 per violation and criminal fines reaching $100,000 or more. </p><p>Aside from fines, the Federal Aviation Administration has suspended or revoked the licenses of multiple drone operators for “unsafe and unauthorized operations,” including flights near major sporting events.</p><p>Cordero Stutz<b> </b>said Homeland Security agencies, including Immigration and Customs Enforcement, will also be running independent operations and investigations. <b> </b></p><p>It is the first time the U.S., Canada, and Mexico will host a <a href="https://www.local10.com/topic/World_Cup/" target="_self" rel="" title="https://www.local10.com/topic/World_Cup/">FIFA World Cup</a>, and the first time the tournament features 48 teams. There will be seven games at the Hard Rock Stadium in Miami Gardens, which FIFA will refer to as the Miami Stadium. </p><p>Raymond A. Martinez, the chief operating officer of the 2026 FIFA World Cup Miami Host Committee, had a message for fans: “If you do not have a ticket, don’t go to the stadium.” </p><p>The 12 groups of four teams each will play the first 72 matches, including four games from three groups at the Miami Stadium.</p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Uruguay</a> plays against <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Saudi Arabia</a> at 6 p.m. on June 15 and against <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Cape Verde</a> at 6 p.m. on June 21.<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/"> Brazil</a> plays against <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Scotland</a> at 6 p.m. on June 24. <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Colombia</a> plays against <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Portugal</a> at 7:30 p.m. on June 27. </p><p>During the tournament’s knockout stage, there will be 32 matches, including three from July 3-18 at the Miami Stadium.</p><p>The winner of <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> will play against the runner-up of <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a> at 6 p.m. on July 3. The quarter-final match is at 5 p.m. on July 11, and the bronze final match is at 5 p.m. on July 18. </p><p><b>More related stories</b></p><ul><li><a href="https://www.local10.com/sports/2026/06/05/fifa-runs-world-cup-operations-center-in-miami-dade-county/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/05/fifa-runs-world-cup-operations-center-in-miami-dade-county/">Behind-the-scenes look: FIFA runs World Cup operations center in Miami-Dade County</a></li><li><a href="https://www.local10.com/sports/local/2026/06/05/browards-free-fifa-world-cup-watch-parties-will-be-at-in-door-arena-for-18000/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/05/browards-free-fifa-world-cup-watch-parties-will-be-at-in-door-arena-for-18000/">Broward’s free FIFA World Cup watch parties will be at in-door arena for 18,000</a></li><li><a href="https://www.local10.com/news/weird-news/2026/06/05/fifa-cancels-world-cup-tickets-to-about-60-fans-who-got-them-for-free-due-to-error/" target="_self" rel="" title="https://www.local10.com/news/weird-news/2026/06/05/fifa-cancels-world-cup-tickets-to-about-60-fans-who-got-them-for-free-due-to-error/">FIFA cancels World Cup tickets to about 60 fans who got them for free due to error</a></li><li><a href="https://www.local10.com/entertainment/2026/06/05/shakira-and-burna-boy-to-play-in-first-of-three-world-cup-opening-ceremonies/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/05/shakira-and-burna-boy-to-play-in-first-of-three-world-cup-opening-ceremonies/">Shakira and Burna Boy to play in first of three World Cup opening ceremonies</a></li><li><a href="https://www.local10.com/news/florida/2026/06/05/some-of-the-most-dedicated-world-cup-fans-skipping-this-years-tournament-citing-costs-and-politics/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/06/05/some-of-the-most-dedicated-world-cup-fans-skipping-this-years-tournament-citing-costs-and-politics/">Some of the most dedicated World Cup fans skipping this year’s tournament, citing costs and politics</a></li></ul><h3><b>Track FIFA World Cup groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded></item><item><title><![CDATA[US military says it shot down Iranian missiles, drones launched toward Gulf allies, Strait of Hormuz]]></title><link>https://www.local10.com/news/world/2026/06/05/us-military-says-drones-and-missiles-launched-by-iran-were-intercepted/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/05/us-military-says-drones-and-missiles-launched-by-iran-were-intercepted/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE and SAMY MAGDY, Associated Press]]></dc:creator><description><![CDATA[BRIDGEWATER, N.J. (AP) — The U.S. military said it shot down Iranian ballistic missiles and drones launched toward the Strait of Hormuz and Gulf Arab allies on Friday, while striking some of the Islamic Republic’s coastal surveillance radar sites in response, an exchange of fire that further frayed a shaky ceasefire with Tehran.]]></description><pubDate>Sat, 06 Jun 2026 02:55:43 +0000</pubDate><content:encoded><![CDATA[<p>BRIDGEWATER, N.J. (AP) — The U.S. military said it shot down Iranian ballistic missiles and drones launched toward the Strait of Hormuz and Gulf Arab allies on Friday, while striking some of the Islamic Republic’s coastal surveillance radar sites in response, an exchange of fire that further frayed a shaky ceasefire with Tehran.</p><p>The exchange of strikes comes as the Trump administration ramps up pressure on Iran to make a deal to end the conflict.</p><p>U.S. Central Command said on social media Friday night that Iran fired seven ballistic missiles toward Kuwait and Bahrain, with U.S. forces intercepting six of the missiles and a seventh failing to reach its target. The military said there were no reports of harm to U.S. personnel.</p><p>The ballistic missiles were fired after the U.S. earlier in the day shot down four Iranian drones that were launched toward Strait of Hormuz.</p><p>“The attack drones posed an immediate threat to regional maritime traffic,” U.S. Central Command said on social media.</p><p>Kuwaiti’s military said forces were intercepting missiles and drones attacking the country, while Bahrain activated air raid sirens and told residents to move to the nearest safe location and follow official instructions.</p><p>Iran’s Revolutionary Guard said it targeted the Ali Al Salem airbase, which hosts U.S. forces in Kuwait, and the U.S. Navy’s 5th Fleet in the tiny Gulf island nation of Bahrain, according to the state-run IRNA news agency.</p><p>The U.S. military is enforcing a blockade on Iranian ports in response to Tehran’s chokehold on the crucial corridor for global oil and natural gas shipments, which has sent energy prices spiking and posed political problems for President Donald Trump's Republican Party ahead of the midterm congressional elections.</p><p>U.S. Central Command said it hit the radar sites, including an island in the strait, “to defend against further attacks.”</p><p>Trump promises a quick end to US-Iran conflict</p><p>It was the latest in back-and-forth attacks that have strained the tenuous ceasefire in the war and efforts to reach a deal to extend that truce. Earlier this week, Iranian drones heavily damaged a passenger terminal at Kuwait’s main airport, killing one person, wounding dozens and briefly closing the airfield.</p><p>Despite the attacks raising new concerns that the ceasefire could collapse, Trump told reporters Friday that “the situation with Iran seems to be going quite well.”</p><p>“We’re going to come out of Iran very quickly and it’s going to be very strong one way or the other, whether it’s a piece of paper or the very tough way,” Trump said at an event with farmers in Wisconsin. “The very tough way is maybe the easier way, but we’re going to come out, and your fertilizer prices are going to go way down, just like they were four months ago.”</p><p>Trump increasingly appears to be boxed in on a conflict that has settled into a holding pattern. U.S. and Iranian negotiators reached a tentative agreement a week ago to extend the ceasefire by 60 days and start a new round of talks on Iran’s nuclear program. But Trump has called for unspecified changes and Iranian officials have shown no public signs of signing off on the deal.</p><p>Asked on Friday why it was taking so long, Trump told NBC’s “Meet the Press” it was because “it’s a very hard thing for them,” citing their “great independence” and the fact that “they’re strong, they’re proud.”</p><p>“There are things they never thought they’d be doing that they’re going to have to do. They’ve got no choice, and it takes a little while,” he said in the interview.</p><p>Trump said the Iranians still have 21% to 22% of their missiles.</p><p>Israeli strikes on Lebanon continue</p><p>His administration also has touted the latest ceasefire agreed to this week by the Lebanese government and Israel after U.S.-brokered talks in Washington. However, the Iranian-backed Hezbollah militant group has rejected the agreement and new attacks have put it at further risk.</p><p>The Israeli military on Friday struck multiple parts of southern Lebanon and issued evacuation warnings for nine villages, including one that has sheltered thousands of people displaced by the fighting. The strikes killed nine people in six locations in southern Lebanon, the state news agency reported.</p><p>The Israeli military said two soldiers were wounded, one severely, in an encounter Friday with militants in southern Lebanon.</p><p>The fighting in Lebanon, where Israeli forces have seized large swaths of the south, also threatens efforts to end the Iran war and reopen the Strait of Hormuz because Iran has demanded that any lasting truce extend to Lebanon.</p><p>Besides the drone interception in the Strait of Hormuz, the U.S. military said earlier Friday that its forces boarded a sanctioned oil tanker linked to Iran in the Indian Ocean as the United States seeks to prevent Iran from profiting off its oil and other goods.</p><p>The U.S. also targeted Iran’s energy sector with new sanctions on a group of people, firms and tankers.</p><p>__</p><p>Magdy reported from Cairo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ST7MNLJ6A54LY3BBZHROEL25NM.jpg?auth=fcbfd5d9cf2a110ca1439a3d20c7671b69dd49d2587249feb5e576f5a11c6cda&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump arrives to speak to reporters aboard Air Force One en route from Joint Base Andrews, Md., to Eau Claire, Wis., Friday, June 5, 2026. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/57HMFF4P35GEPIJ2J6PRPM4M2U.jpg?auth=d03b85d4713c71361e1a9cf6584a09d00dc7f1b1199f5c82659a7875fabcb432&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather on paddleboards in shallow water as cargo and service vessels are anchored in the Strait of Hormuz 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[Community soccer festival brings fans together in South Florida]]></title><link>https://www.local10.com/sports/local/2026/06/05/community-soccer-festival-brings-fans-together-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/05/community-soccer-festival-brings-fans-together-in-south-florida/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[A three-day community soccer festival is bringing players and fans together from across South Florida this weekend.]]></description><pubDate>Fri, 05 Jun 2026 22:58:37 +0000</pubDate><content:encoded><![CDATA[<p>A three-day community soccer festival is bringing players and fans together from across South Florida this weekend.</p><p>Organized by the Miami Host Committee, Copa de Sol is designed to showcase the power of soccer when communities, cultures and generations unite.</p><p>The event has drawn soccer fans from throughout the region, with participants signing up to compete in matches running through Sunday.</p><p>About 160 teams are competing on a 4-versus-4 mini pitch.</p><p>Organizers said the festival is the result of about two months of planning and is focused on creating a community-centered experience.</p><p>“It’s all about community,” said Alina Hudak, president and CEO of the Miami Host Committee. “It’s a very fast, rapid-pace tournament. We’ve got youth teams that have been playing all day. They’re going to be playing throughout the weekend. We have corporate teams. We have women teams. We have influencers. So it’s just an opportunity to be excited.”</p><p>Fans attending the event said their passion for the sport brought them out.</p><p>“I just love soccer,” said Joshua Leconte. “It’s a good event. I love soccer. That’s why I came.”</p>]]></content:encoded></item><item><title><![CDATA[Wildlife officers investigate raccoon attack in North Miami]]></title><link>https://www.local10.com/news/local/2026/06/05/wildlife-officers-investigate-raccoon-attack-in-north-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/05/wildlife-officers-investigate-raccoon-attack-in-north-miami/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Wildlife officers are investigating after a woman was reportedly attacked by three raccoons in North Miami.]]></description><pubDate>Fri, 05 Jun 2026 22:56:26 +0000</pubDate><content:encoded><![CDATA[<p>Wildlife officers are investigating after a woman was reportedly attacked by three raccoons in North Miami.</p><p>The attack happened Thursday night in the Keystone neighborhood.</p><p>Officials said a resident had hired a professional trapper and had a nuisance raccoon trapped in a backyard.</p><p>“The person went out to investigate because of the noise and to secure the area,” North Miami Council Member Kevin Burns said. “And as they were doing that, three additional raccoons came under the fence and attacked the individual, causing severe trauma.”</p><p>According to the Florida Fish and Wildlife Conservation Commission, raccoons are intelligent animals found throughout Florida. The agency says a panicked raccoon can bite.</p><p>“We have a large raccoon population,” Burns said.</p><p>Burns said he has received many emails from concerned residents following the attack.</p><p>“We advise people, along with FWC, don’t feed the animals,” Burns said.</p><p>The injured woman is recovering at Ryder Trauma Center, where several FWC officers were seen.</p><p>In a statement, the agency said the county health department has been notified.</p><p>“FWC Wildlife Assistance biologists will be providing the injured party and neighbors with technical assistance and guidance for prevention of further conflicts with raccoons,” the agency said.</p>]]></content:encoded></item><item><title><![CDATA[Chris Richards trains with U.S. team with World Cup deadline looming]]></title><link>https://www.local10.com/sports/2026/06/05/chris-richards-trains-with-us-team-with-world-cup-deadline-looming/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/chris-richards-trains-with-us-team-with-world-cup-deadline-looming/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Chris Richards joined the U.S. for training on Friday in Chicago in a positive sign for the top American defender as he tries to make it back in time for the World Cup.]]></description><pubDate>Fri, 05 Jun 2026 23:41:52 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Chris Richards joined the U.S. for training on Friday in Chicago in a positive sign for the top American defender as he tries to make it back in time for the World Cup.</p><p>Richards tore two ligaments in his left ankle while playing for England's Crystal Palace on May 17. He has been ruled out for Saturday's friendly against Germany, but the U.S. is holding out hope that he might be able to play in its World Cup opener next week against Paraguay.</p><p>“Chris Richards is on the right path to coming back and being completely with the squad,” midfielder Weston McKennie said. “I think everyone trusts his body and what he feels and the coaching staff as well. He’s an important piece of the group, (with) his energy, his leadership on and off the field. And so obviously we’re just all behind him and can’t wait to have him back and out with the group."</p><p>During the 15-minute portion of practice that was open to the media, the 26-year-old Richards showed no signs of any issues as he warmed up with the rest of the team at Endeavor Health Performance Center, the practice home for Major League Soccer's Chicago Fire.</p><p>Richards, who missed the 2022 World Cup because of a hamstring injury, is considered the best central defender for the United States.</p><p>“His training and his evolution is well, but he still is not ready to compete and to play,” U.S. coach Mauricio Pochettino said before practice.</p><p>Pochettino and the U.S. are running out of time when it comes to making a decision on Richards. They can replace injured players on their 26-man roster until Thursday.</p><p>“Maybe this is the final of the World Cup, maybe he can play,” Pochettino said of Saturday's game at Soldier Field, “but the advice of the medical area is not to play.”</p><p>The U.S. is coming off a 3-2 victory over Senegal on Sunday. Following its matchup with Paraguay, the U.S. also has Group D games against Australia on June 19 and Turkey on June 25.</p><p>Germany also is playing its last friendly before its World Cup opener on June 14 against Curacao. It also has Group E games against the Ivory Coast on June 20 and Ecuador on June 25.</p><p>“We’ll be going into this game with a lot of players that haven’t played against them yet, and players that have,” McKennie said, “so I think the new energy, the new style, the new, just circumstances in general leading into a World Cup, I think it’s going to be a great test for us.”</p><p>The U.S. has 13 players who were on Gregg Berhalter's roster for the 2022 World Cup, including 11 who made an appearance in Qatar. Berhalter was fired 10 months into his second stint as U.S. coach, but he took over the Fire when he was hired as head coach and director of football in October 2024.</p><p>Berhalter got a chance to catch up with his son, Sebastian, a midfielder on the U.S. team, and some of his former players with the Americans practicing at the Fire's facility.</p><p>“When I got them, they were young. They were babies and they were just learning what it takes to be a professional athlete,” Gregg Berhalter said. “And now when I see them, they're men. They have kids. They're adults, and they know exactly what it means to maintain themselves as professionals. And it's an amazing thing to see.”</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BKY3RG2ZMKUDGUFFJC4PKGH3CQ.jpg?auth=7f0bf1e1ad2e1916b4c40af848f423a0b39cb5f76f23b2f3edfa3a3b77779d9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States defender Chris Richards controls the ball during a friendly soccer match against Japan, Tuesday, Sept. 9, 2025, in Columbus, Ohio. (AP Photo/Jeff Dean, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Dean</media:credit></media:content></item><item><title><![CDATA[Federal grant funds new exhibit at LGBTQ museum]]></title><link>https://www.local10.com/news/local/2026/06/05/federal-grant-funds-new-exhibit-at-lgbtq-museum/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/05/federal-grant-funds-new-exhibit-at-lgbtq-museum/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[The country’s first national LGBTQ museum in Fort Lauderdale has been fighting to stay afloat after losing all of its federal funding under the Trump administration.]]></description><pubDate>Fri, 05 Jun 2026 22:52:47 +0000</pubDate><content:encoded><![CDATA[<p>The country’s first national LGBTQ museum in Fort Lauderdale has been fighting to stay afloat after losing all of its federal funding under the Trump administration.</p><p>But a new exhibit may be prompting an about-face from the federal government.</p><p>The Stonewall National Museum, Archives and Library has struggled to keep its doors open, according to director Robert Kesten.</p><p>“We were notified that the federal government would not be giving any grants,” Kesten said.</p><p>So when the museum began planning its latest exhibit, Kesten was surprised to learn it had received funding from the National Endowment for the Humanities.</p><p>“And we were told that we got the grant and so I remember calling to find out if that was true,” he said.</p><p>The grant is funding an exhibit about the Revolutionary War and the story of Baron Friedrich von Steuben, a military general who many historians believe was gay.</p><p>Around 1778, the Americans were looking for military help. Kesten said von Steuben had some of the best military training in Europe.</p><p>“He had the best training in Europe,” he said.</p><p>According to the exhibit, von Steuben was wanted for arrest in Europe over homosexual activities before being recruited to America by Benjamin Franklin.</p><p>“He really was expert at military strategy,” Kesten said.</p><p>Historians believe von Steuben became one of George Washington’s most trusted military advisers.</p><p>“Some people would say he is the father of the U.S. Army,” Kesten said.</p><p>Von Steuben also wrote the military training manual known as the “Blue Book.”</p><p>“That book is still in print, and still available, and still used,” Kesten said.</p><p>The exhibit highlights von Steuben’s role in helping the Americans defeat the British during the Revolutionary War.</p><p>“He gave them strategy, he gave them a sense of purpose,” Kesten said.</p><p>The exhibit is now open and is part of the country’s 250th anniversary celebration.</p><p>Kesten said he believes it may be the only diversity, equity and inclusion-related exhibit in the country that is partly funded by the federal government.</p><p>Kesten said the exhibit’s message is especially relevant during Pride Month.</p><p>“We hurt ourselves when we dismiss people because we are uncomfortable with their lifestyle that has no impact on their ability to protect and defend the country,” he said.</p><p>The exhibit will remain on display through June as the museum faces additional state funding cuts in the coming months.</p><p>The museum has largely been operating on donations from residents, according to Kesten.</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[June 5: Not too humid and lower rain chance to start the weekend]]></title><link>https://www.local10.com/weather/2026/06/05/june-5-not-too-humid-and-lower-rain-chance-to-start-the-weekend/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/05/june-5-not-too-humid-and-lower-rain-chance-to-start-the-weekend/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[The weekend starts on a nice note for South Florida as less humid air takes hold. Miami-Dade and Broward counties can expect scattered clouds Friday night and east-northeast winds with temperatures dropping to the mid 70s overnight.]]></description><pubDate>Fri, 05 Jun 2026 22:44:35 +0000</pubDate><content:encoded><![CDATA[<p>The weekend starts on a nice note for South Florida as less humid air takes hold. Miami-Dade and Broward counties can expect scattered clouds Friday night and east-northeast winds with temperatures dropping to the mid 70s overnight.</p><p>Humidity levels will be quite tolerable Saturday! The day will offer sunshine, scattered clouds and hardly a drop of rain as east-northeast winds, sustained 5 to 15 mph, persist. </p><p>The onshore breeze carries into Sunday. Conditions will start to become more humid and there will be a better chance for showers in the area. Temperatures will make a run for the mid and upper 80s, both days.</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[SEC's Sankey says superleague idea 'not consistent with the truth']]></title><link>https://www.local10.com/sports/2026/06/05/secs-sankey-says-superleague-idea-not-consistent-with-the-truth/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/secs-sankey-says-superleague-idea-not-consistent-with-the-truth/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[Southeastern Conference commissioner Greg Sankey said there's no talk of a merger with the Big Ten and called the notion that the SEC wants to form a super league — the specter of which is being leveraged by lawmakers as a central threat to the future of college sports — as “not consistent with the truth.”]]></description><pubDate>Fri, 05 Jun 2026 22:37:39 +0000</pubDate><content:encoded><![CDATA[<p>Southeastern Conference commissioner Greg Sankey said there's no talk of a merger with the Big Ten and called the notion that the SEC wants to form a super league — the specter of which is being leveraged by lawmakers as a central threat to the future of college sports — as “not consistent with the truth.”</p><p>Sankey, in an interview Friday on “The Paul Finebaum Show,” outlined the reasons the SEC does not support a bipartisan bill introduced last week in Congress that would regulate a college sports landscape that has changed dramatically in the new era of multimillion-dollar payrolls for players.</p><p>The commissioner said there were “about one dozen big buckets” of issues the league needed to analyze in the first section of the 111-page bill. That first section does not include a proposal in a subsequent part — the rewrite of a 1961 broadcasting law that would allow conferences to pool their media rights. The SEC and Big Ten oppose that idea, which in this bill would make the pooling voluntary.</p><p>“But I really need to see that it's voluntary to understand some components of how that would be treated under different scenarios,” Sankey said. “I think the notion that we would simply rush to say we support is not the appropriate position. I do think it’s appropriate to try to work through these issues,”</p><p>One of the bill's sponsors, Sen. Ted Cruz, R-Texas, has said the bill would prevent the two biggest conferences from forming a super league — a notion that Sankey knocked down in the interview with Finebaum and that Big Ten commissioner Tony Petitti told Yahoo Sports is a “fabrication.”</p><p>In testimony this week at a Senate hearing about the bill, Notre Dame athletic director Pete Bevacqua, a former NBC executive, was asked about the super league concept. He said it would likely involve around 30 teams and could happen if the big keep getting bigger. But he also warned, “I don’t think it’s good for college football to be a mini-NFL.”</p><p>Sankey leaned into the irony of the idea that a Big Ten-SEC merger is being discussed at one level, while on another, some see a fatal flaw in the conferences' inability to agree on some key issues in college sports — notably, how big the next expansion for the College Football Playoff should be.</p><p>“Tony and I have laughed about that particular reality, and the notion that somehow we’re going to merge our leagues and have some magical agreement,” Sankey said.</p><p>He agreed that some action is needed sooner rather than later and said he appreciated that Cruz and bill co-sponsor, Sen. Maria Cantwell, D-Wash., came together to draft a bill that could eventually help guide this troubled industry.</p><p>The Big Ten and SEC Power 4 brethren, the Big 12 and Atlantic Coast conferences, have each come out in favor of the bill.</p><p>Another key supporter is Texas Tech regent Cody Campbell, a long proponent of the media-pooling idea, which he says could bring in billions more in revenue. In an interview last week with the AP, Campbell said he and lawmakers are open to discussing changes in the bill.</p><p>“I think it's very healthy and helpful for people with outside perspectives and without personal agendas to be involved in trying to help solve this problem,” he said. “But the main thing is, look, if you created this mess, you can't stand up and say you're the ones who are going to fix it.”</p><p>___</p><p>AP college sports: https://apnews.com/hub/college-sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PNIO53HH3RYZWWO5XCMYFXFSNY.jpg?auth=ba157ebc93cd2b1bf033bf7d1ccb21a532b56baaf957e60fa916edd2ec15049f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Southeastern Conference Commissioner Greg Sankey speaks to reporters during the conference's spring meetings, May 30, 2023, in Destin, Fla. (AP Photo/Ralph Russo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ralph Russo</media:credit></media:content></item><item><title><![CDATA[US attorney opens investigations into California's elections, sends prosecutor to LA vote center]]></title><link>https://www.local10.com/news/politics/2026/06/05/us-attorney-opens-investigations-into-californias-elections-sends-prosecutor-to-la-vote-center/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/05/us-attorney-opens-investigations-into-californias-elections-sends-prosecutor-to-la-vote-center/</guid><dc:creator><![CDATA[By MICHAEL BLOOD and NICHOLAS RICCARDI, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — The U.S. attorney's office in Los Angeles said Friday it had opened “multiple election fraud investigations” related to California's elections and sent a prosecutor to the county's vote-counting center.]]></description><pubDate>Sat, 06 Jun 2026 01:08:41 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — The U.S. attorney's office in Los Angeles said Friday it had opened “multiple election fraud investigations” related to California's elections and sent a prosecutor to the county's vote-counting center.</p><p>The developments came a day after President Donald Trump made baseless claims of mass fraud in California's drawn-out vote count from Tuesday's primary. Late-tallied Democratic-leaning mail ballots were continuing to eat into the vote totals for the president's preferred candidates for governor and Los Angeles mayor.</p><p>The announcement by U.S. Attorney Bill Essayli, Trump's appointee as the top federal prosecutor in Los Angeles, and the visit to Los Angeles County's ballot tabulation center marked an escalation in the president's campaign against the Democratic-dominated state, whose notoriously prolonged vote count has been a magnet for election conspiracy theories. Trump weighed in again Friday while participating in a roundtable discussion in Chippewa Falls, Wisconsin, claiming without evidence that Democrats were rigging the election.</p><p>“You look at what’s happening — it’s getting tighter and tighter and tighter,” he said. “And the people who were supposed to win, bad things are happening. It’s a crooked state.”</p><p>Trump has often said that changes to vote totals as late ballots are counted are a sign of fraud, when they're merely a reflection of more ballots being counted.</p><p>On Thursday, Trump said his Department of Justice was investigating the California count. By Friday morning, Essayli posted on X about ongoing investigations without providing details, saying only that California’s elections have “serious structural vulnerabilities.”</p><p>An assistant U.S. attorney came to the main ballot processing center Friday morning, according to a statement from Mike Sanchez, a spokesman for Los Angeles County's Registrar-Recorder. The prosecutor “was provided an overview of the public observation program, and participated in a walkthrough of the ballot processing operations,” Sanchez said.</p><p>He added that “election officials routinely host observers representing a wide range of interests.”</p><p>It was not the first time Trump's Justice Department has taken an interest in California's elections. Last fall, it sent observers to monitor polling sites in five counties, including Los Angeles, during the special election asking voters to change California's congressional map.</p><p>GOP candidate calls for change in mail ballot law</p><p>Also on Friday, Republican Steve Hilton, who is Trump's favored candidate for governor, called for a sweeping overhaul in California's election laws to limit mail ballots to only those who request them, rather than being sent to all registered voters. He also called for an Election Day deadline to accept them rather than the seven-day grace period the state currently allows as long as they are postmarked by the final day of voting.</p><p>Hilton said in an interview that the U.S. attorney's office might know more than his campaign does, but noted his team has been monitoring the count and has seen nothing that seems illegal.</p><p>“We certainly haven’t seen anything of that nature that would warrant legal action,” Hilton said.</p><p>Still, Hilton said the sluggish count has made California “a national and international laughingstock.” He proposed the state government send an emergency detachment of state workers to California's 58 counties to speed up the vote count.</p><p>Jesse Salinas, president of the California Association of Clerks and Election Officers, said he welcomed Hilton's eagerness to help but the proposal would do no good.</p><p>“It'd be more disruptive than helpful at this point,” said Salinas, who's also the clerk and registrar for Yolo County.</p><p>Anyone who handles a ballot or machine used in the vote-counting process would have to be trained by the very people working feverishly to tally mail ballots that poured in Tuesday. And, added Salinas, his own vote-counting facility is already full, with no more room for any additional staff.</p><p>Hilton, who has been endorsed by Trump, is battling two Democrats for one of the two slots on the November ballot. Reality television star Spencer Pratt, another candidate backed by Trump, is likewise competing with City Councilwoman Nithya Raman for the chance to face Mayor Karen Bass in the November election.</p><p>Because Democrats usually vote by mail, and held onto their ballots unusually late in the crowded primary, their votes are often tallied after those of more Republican-leaning voters who might have cast ballots early. The net effect is that Republican candidates appear at their high water marks in the first batch of returns on election night, only to see their leads whittled away in the days or weeks that follow, when election workers complete the lengthy process of tallying late-arriving mail ballots.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AXY4TC4HKTVUY5KFV5KBUNF3ZI.jpg?auth=6adc48876a35ecc14e90b6bd321a4fe476d1591e3c2dbd240669cb44df618928&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ballots are inspected the day after California's primary election at the LA County Ballot Processing Center Wednesday, June 3, 2026, in City of Industry, Calif. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CNY65M45LXRMNGBYMCIFAXGTXA.jpg?auth=b58d68881814de19e406a3fb5a6393af04dce22c2978373ec28e8cd1e92f309b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California Republican gubernatorial candidate Steve Hilton speaks to reporters outside the Capitol in Sacramento, Calif., Wednesday, June 3, 2026. (AP Photo/Rich Pedroncelli)]]></media:description><media:credit role="author" scheme="urn:ebu">Rich Pedroncelli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GSSTU3D27G2FN4BHGWI7OHS54A.jpg?auth=e79336993038affa8e170d3ee5b961db6c0bf237a64a77680431b92912142246&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ballots are inspected the day after California's primary election at the Los Angeles County Ballot Processing Center Wednesday, June 3, 2026, in City of Industry, Calif. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Detienen a una persona para interrogatorio tras balacera que hirió a hombre en Miami Beach]]></title><link>https://www.local10.com/espanol/2026/06/05/balacera-en-miami-beach-deja-a-hombre-gravemente-herido/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/balacera-en-miami-beach-deja-a-hombre-gravemente-herido/</guid><dc:creator><![CDATA[Amanda Batchelor, Linnie Supall]]></dc:creator><description><![CDATA[La policía de Miami Beach está investigando un tiroteo que dejó a un hombre herido la madrugada del viernes.]]></description><pubDate>Fri, 05 Jun 2026 13:03:30 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Miami Beach está investigando una balacera que hirió a un hombre la madrugada del viernes.</p><p>Según la policía, la balacera fue reportada a las 4:53 a.m. en la cuadra 6700 de Collins Avenue.</p><p>La policía informó que los agentes llegaron al lugar y encontraron a un hombre con una herida de bala.</p><p>Funcionarios del Departamento de Bomberos de Miami Beach trasladaron a la víctima al Ryder Trauma Center del Hospital Jackson Memorial en estado crítico.</p><p>“Debido a la investigación, el tráfico en dirección norte por Collins Ave. ha sido cerrado a la altura de la calle 67 y desviado hacia el oeste por Harding Ave. e Indian Creek Drive”, dijo un portavoz del departamento de policía a Local 10 News.</p><p>No se divulgaron de inmediato más detalles.</p><p>Cualquier persona con información debe llamar al Departamento de Policía de Miami Beach o a Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded></item><item><title><![CDATA[Detectives identify Californian woman who died while snorkeling off state park in Broward]]></title><link>https://www.local10.com/news/local/2026/06/05/detectives-identify-californian-woman-who-died-while-snorkeling-off-state-park-in-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/05/detectives-identify-californian-woman-who-died-while-snorkeling-off-state-park-in-broward/</guid><dc:creator><![CDATA[Samiar Nefzi, Andrea Torres]]></dc:creator><description><![CDATA[Kellie Williams, an experienced swimmer and American Airlines flight attendant who was born in California and lived in South Florida, died while snorkeling off Broward County. She was 30.  ]]></description><pubDate>Fri, 05 Jun 2026 22:21:46 +0000</pubDate><content:encoded><![CDATA[<p>Kellie Williams, an experienced swimmer and American Airlines flight attendant who was born in California and lived in South Florida, died while snorkeling off Broward County. She was 30. </p><p>Investigators told her father, who lives in California, that a boat had struck her off Dania Beach, hours before her body washed ashore on Wednesday night in Hollywood Beach. </p><p>Williams, who had recently gotten married, was also a scuba diver who loved the ocean and had lived near it in South Florida for about four years, according to her grieving father. </p><p>Williams vanished on Wednesday while swimming in the area of <a href="https://www.floridastateparks.org/mizell" target="_self" rel="" title="https://www.floridastateparks.org/mizell">Dr. Von D. Mizell-Eula Johnson State Park</a> at 6503 North Ocean Drive, according to the Hollywood Police Department. </p><p><a href="https://www.local10.com/espanol/2026/06/04/policia-mujer-desaparece-frente-a-dania-beach-y-aparece-muerta-en-la-orilla-de-hollywood-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/04/policia-mujer-desaparece-frente-a-dania-beach-y-aparece-muerta-en-la-orilla-de-hollywood-beach/"></a></p><p>Hollywood police officers responded to a 911 call at about 8 p.m. <a href="https://www.local10.com/news/local/2026/06/03/police-body-washes-ashore-on-hollywood-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/03/police-body-washes-ashore-on-hollywood-beach/">on Wednesday</a> after witnesses saw her body, east of the North Boardwalk and south of the Hollywood North Beach Park.</p><p>“We saw two fishermen and then what looked like a body on the beach ... We saw them drag her up ... it was disheartening,” Gianluca Fiore, a witness, told Local 10 News on Thursday morning. </p><p>There were Hollywood police officers on and off the beach late into the night, near North Surf Road, between New Mexico and Thomas streets. </p><p>Florida Fish &amp; Wildlife Conservation investigators worked with Hollywood detectives. The Broward Medical Examiner’s Office conducted an autopsy and reported Williams’s cause of death as “blunt force injuries.”</p><p>Detectives asked anyone with information about the case to call 954-764-4357 or 954-967-4567, or Broward County Crime Stoppers at 954-493-8477 to remain anonymous. </p><p><b>Related reports</b> </p><ul><li><a href="https://www.local10.com/news/local/2026/06/03/police-body-washes-ashore-on-hollywood-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/03/police-body-washes-ashore-on-hollywood-beach/">Police: Body washes ashore on Hollywood Beach</a></li><li><a href="https://www.local10.com/news/local/2026/06/04/hollywood-detectives-work-to-solve-womans-death-after-body-washes-ashore/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/04/hollywood-detectives-work-to-solve-womans-death-after-body-washes-ashore/">Hollywood detectives investigate woman’s death after her body washes ashore</a></li><li><a href="https://www.local10.com/news/local/2026/06/04/police-woman-vanishes-off-dania-beach-washes-ashore-dead-in-hollywood-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/04/police-woman-vanishes-off-dania-beach-washes-ashore-dead-in-hollywood-beach/">Police: Woman vanishes off Dania Beach, washes ashore dead in Hollywood Beach</a></li></ul><p><b>Location </b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d41153.44274076892!2d-80.15611023545529!3d26.031759568002073!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9ab20ad422b6f%3A0x19a1ade565f5b312!2sNew%20Mexico%20St%2C%20Hollywood%2C%20FL%2033019!5e1!3m2!1sen!2sus!4v1780584359914!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Trump’s renovation projects in DC prompt trail of lawsuits]]></title><link>https://www.local10.com/news/politics/2026/06/05/trumps-renovation-projects-in-dc-prompt-lawsuits/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/05/trumps-renovation-projects-in-dc-prompt-lawsuits/</guid><dc:creator><![CDATA[Ross Ketschke, Andrea Torres]]></dc:creator><description><![CDATA[Americans are preparing to celebrate the 250th anniversary of the Declaration of Independence at the National Mall in Washington, D.C.]]></description><pubDate>Fri, 05 Jun 2026 21:05:34 +0000</pubDate><content:encoded><![CDATA[<p>Americans are preparing to celebrate the 250th anniversary of the Declaration of Independence at the National Mall in Washington, D.C.</p><p><a href="https://www.local10.com/espanol/2026/06/05/proyectos-de-renovacion-del-presidente-trump-en-dc-provocan-ola-de-demandas-judiciales/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/05/proyectos-de-renovacion-del-presidente-trump-en-dc-provocan-ola-de-demandas-judiciales/">Leer en español</a></p><p>Despite this, President Donald Trump faced criticism over his renovation projects, and this prompted lawsuits involving nonprofit organizations. </p><p>The $14.8 million “<a href="https://www.nps.gov/places/000/lincoln-memorial-reflecting-pool.htm" target="_self" rel="" title="https://www.nps.gov/places/000/lincoln-memorial-reflecting-pool.htm">Great Reflecting Pool</a>” is between the Lincoln Memorial and the Washington Monument. The Cultural Landscape Foundation sued the U.S. Department of the Interior. </p><p>“That’s clean, beautiful water,” Trump said on Thursday about the water in the “American flag blue” pool. </p><p>The 250-foot “Independence Arch” would be at the Memorial Circle roundabout, near the Lincoln Memorial. <a href="https://www.citizen.org/news/vietnam-veterans-architectural-historian-sue-over-trump-arch/" target="_self" rel="" title="https://www.citizen.org/news/vietnam-veterans-architectural-historian-sue-over-trump-arch/">Public Citizen</a> sued the National Park Service to stop it. </p><p>The National Capital Planning Commission held a public meeting <a href="https://www.local10.com/news/politics/2026/06/04/planning-commission-seeks-more-details-on-trumps-planned-250-foot-arch-near-the-lincoln-memorial/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/04/planning-commission-seeks-more-details-on-trumps-planned-250-foot-arch-near-the-lincoln-memorial/">on Thursday</a>, and opponents judged the arch as a “waste of taxpayer money” and a“vanity project.” </p><p>The $400 million "<a href="https://www.whitehouse.gov/briefings-statements/2025/07/the-white-house-announces-white-house-ballroom-construction-to-begin/" target="_self" rel="" title="https://www.whitehouse.gov/briefings-statements/2025/07/the-white-house-announces-white-house-ballroom-construction-to-begin/">White House State Ballroom</a>" required the demolition of the East Wing. <a href="https://savingplaces.org/press-center/media-resources/national-trust-files-suit-to-stop-ballroom-construction" target="_self" rel="" title="https://savingplaces.org/press-center/media-resources/national-trust-files-suit-to-stop-ballroom-construction">The National Trust for Historic Preservation</a> sued the National Park Service.</p><p>U.S. Appeals Court Judge Patricia Millett is considering U.S. District Judge Richard Leon’s order to stop the above-ground construction of the ballroom. </p><p><b>Latest related stories</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/06/05/trump-ballroom-construction-should-not-be-up-to-courts-government-attorney-argues-in-appeals-case/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/05/trump-ballroom-construction-should-not-be-up-to-courts-government-attorney-argues-in-appeals-case/">Court can’t stop Trump ballroom construction, government lawyer tells judge</a></li><li><a href="https://www.local10.com/news/politics/2026/06/04/water-begins-refilling-reflecting-pool-after-trumps-renovation-to-repaint-it-american-flag-blue/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/04/water-begins-refilling-reflecting-pool-after-trumps-renovation-to-repaint-it-american-flag-blue/">Water begins refilling Reflecting Pool after Trump’s renovation to repaint it ‘American flag blue’</a></li><li><a href="https://www.local10.com/news/politics/2026/06/04/planning-commission-seeks-more-details-on-trumps-planned-250-foot-arch-near-the-lincoln-memorial/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/04/planning-commission-seeks-more-details-on-trumps-planned-250-foot-arch-near-the-lincoln-memorial/">Planning commission seeks more details on Trump’s planned 250-foot arch near the Lincoln Memorial</a></li><li><a href="https://www.local10.com/news/2026/06/04/kennedy-center-begins-process-of-removing-trump-references-after-judge-said-it-was-illegally-added/" target="_self" rel="" title="https://www.local10.com/news/2026/06/04/kennedy-center-begins-process-of-removing-trump-references-after-judge-said-it-was-illegally-added/">Kennedy Center moves to erase Trump references after judge said they were illegally added</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Proyectos de renovación del presidente Trump en DC provocan ola de demandas judiciales]]></title><link>https://www.local10.com/espanol/2026/06/05/proyectos-de-renovacion-del-presidente-trump-en-dc-provocan-ola-de-demandas-judiciales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/proyectos-de-renovacion-del-presidente-trump-en-dc-provocan-ola-de-demandas-judiciales/</guid><dc:creator><![CDATA[Ross Ketschke, Andrea Torres]]></dc:creator><description><![CDATA[Los estadounidenses se preparan para celebrar el 250 aniversario de la Declaración de Independencia en el National Mall de Washington, D.C.]]></description><pubDate>Fri, 05 Jun 2026 22:30:10 +0000</pubDate><content:encoded><![CDATA[<p>Los estadounidenses se preparan para celebrar el 250 aniversario de la Declaración de Independencia en el National Mall de Washington, D.C.</p><p>A pesar de ello, el presidente Donald Trump fue objeto de críticas por sus proyectos de renovación, lo que provocó demandas por parte de organizaciones sin ánimo de lucro.</p><p>El “ <a href="https://www.nps.gov/places/000/lincoln-memorial-reflecting-pool.htm" rel="" title="https://www.nps.gov/places/000/lincoln-memorial-reflecting-pool.htm">Gran Estanque Reflectante</a> ”, con un costo de 14,8 millones de dólares, se ubica entre el Monumento a Lincoln y el Monumento a Washington. La Fundación del Paisaje Cultural demandó al Departamento del Interior de Estados Unidos.</p><p>“Es agua limpia y hermosa”, dijo Trump el jueves refiriéndose al agua de la piscina de color “azul bandera estadounidense”.</p><p>El “Arco de la Independencia”, de 76 metros de altura, se ubicaría en la rotonda de Memorial Circle, cerca del Monumento a Lincoln. La <a href="https://www.citizen.org/news/vietnam-veterans-architectural-historian-sue-over-trump-arch/" rel="" title="https://www.citizen.org/news/vietnam-veterans-architectural-historian-sue-over-trump-arch/">organización Public Citizen</a> demandó al Servicio de Parques Nacionales para impedir su construcción.</p><p>La Comisión Nacional de Planificación de la Capital celebró una reunión pública <a href="https://www.local10.com/news/politics/2026/06/04/planning-commission-seeks-more-details-on-trumps-planned-250-foot-arch-near-the-lincoln-memorial/" rel="" title="https://www.local10.com/news/politics/2026/06/04/planning-commission-seeks-more-details-on-trumps-planned-250-foot-arch-near-the-lincoln-memorial/">el jueves</a> , y los opositores calificaron el arco como un “despilfarro del dinero de los contribuyentes” y un “proyecto vanidoso”.</p><p><a href="https://www.whitehouse.gov/briefings-statements/2025/07/the-white-house-announces-white-house-ballroom-construction-to-begin/" rel="" title="https://www.whitehouse.gov/briefings-statements/2025/07/the-white-house-announces-white-house-ballroom-construction-to-begin/">El salón de baile estatal de la Casa Blanca</a> , con un costo de 400 millones de dólares, requirió la demolición del ala este. <a href="https://savingplaces.org/press-center/media-resources/national-trust-files-suit-to-stop-ballroom-construction" rel="" title="https://savingplaces.org/press-center/media-resources/national-trust-files-suit-to-stop-ballroom-construction">El National Trust for Historic Preservation</a> demandó al Servicio de Parques Nacionales.</p><p>La jueza del Tribunal de Apelaciones de Estados Unidos, Patricia Millett, está considerando la orden del juez de distrito estadounidense Richard Leon de detener la construcción del salón de baile en la superficie.</p><p><b>Últimas noticias relacionadas</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/06/05/trump-ballroom-construction-should-not-be-up-to-courts-government-attorney-argues-in-appeals-case/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/05/trump-ballroom-construction-should-not-be-up-to-courts-government-attorney-argues-in-appeals-case/">El tribunal no puede detener la construcción del salón de baile de Trump, según le dijo el abogado del gobierno al juez.</a></li><li><a href="https://www.local10.com/news/politics/2026/06/04/water-begins-refilling-reflecting-pool-after-trumps-renovation-to-repaint-it-american-flag-blue/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/04/water-begins-refilling-reflecting-pool-after-trumps-renovation-to-repaint-it-american-flag-blue/">El estanque reflectante comienza a llenarse de nuevo tras la renovación realizada por Trump para repintarlo de “azul bandera estadounidense”.</a></li><li><a href="https://www.local10.com/news/politics/2026/06/04/planning-commission-seeks-more-details-on-trumps-planned-250-foot-arch-near-the-lincoln-memorial/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/04/planning-commission-seeks-more-details-on-trumps-planned-250-foot-arch-near-the-lincoln-memorial/">La comisión de planificación solicita más detalles sobre el arco de 250 pies que Trump planea construir cerca del Monumento a Lincoln.</a></li><li><a href="https://www.local10.com/news/2026/06/04/kennedy-center-begins-process-of-removing-trump-references-after-judge-said-it-was-illegally-added/" target="_self" rel="" title="https://www.local10.com/news/2026/06/04/kennedy-center-begins-process-of-removing-trump-references-after-judge-said-it-was-illegally-added/">El Kennedy Center procede a eliminar las referencias a Trump después de que un juez dictaminara que fueron añadidas ilegalmente.</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Avanza a votación en la Cámara proyecto de ley migratoria republicano de $70,000 millones USD]]></title><link>https://www.local10.com/espanol/2026/06/05/avanza-a-votacion-en-la-camara-proyecto-de-ley-migratoria-republicano-de-70000-millones-usd/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/avanza-a-votacion-en-la-camara-proyecto-de-ley-migratoria-republicano-de-70000-millones-usd/</guid><dc:creator><![CDATA[Jackie Pascale, Andrea Torres]]></dc:creator><description><![CDATA[La legislación de 70.000 millones de dólares para reabrir el Departamento de Seguridad Nacional de Estados Unidos se dirige a votación en la Cámara después de que el Senado la aprobara el viernes.]]></description><pubDate>Fri, 05 Jun 2026 18:35:27 +0000</pubDate><content:encoded><![CDATA[<p>La legislación de $70,000 millones USD para reabrir el Departamento de Seguridad Nacional de Estados Unidos (DHS) se dirige a una votación en la Cámara de Representantes después de que el Senado la aprobara el viernes.</p><p>La senadora Lisa Murkowski, quien no busca la reelección este año, fue la única republicana que votó en contra debido al fondo de conciliación de $1,800 millones USD denominado “Anti-Weaponization”.</p><p>También hubo controversia por una propuesta de $1,000 millones USD para que el Servicio Secreto de Estados Unidos mejore la seguridad en la Casa Blanca, incluido el nuevo salón de baile.</p><p>Desde enero, los demócratas han pedido una reforma del DHS en el Servicio de Inmigración y Control de Aduanas (ICE) y en la Patrulla Fronteriza de Estados Unidos.</p><p><b>Más sobre inmigración</b></p><ul><li><a href="https://www.local10.com/news/2026/06/05/a-federal-judge-strikes-down-trump-administration-immigration-policy-affecting-39-countries/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/2026/06/05/a-federal-judge-strikes-down-trump-administration-immigration-policy-affecting-39-countries/">Un juez federal anula una política migratoria de la administración Trump que afectaba a 39 países.</a></li><li><a href="https://www.local10.com/news/politics/2026/06/05/senate-oks-70b-immigration-bill-after-rejecting-efforts-to-permanently-ban-trumps-settlement-fund/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/politics/2026/06/05/senate-oks-70b-immigration-bill-after-rejecting-efforts-to-permanently-ban-trumps-settlement-fund/">El Senado aprueba proyecto de ley migratoria de $70,000 millones USD tras rechazar esfuerzos para prohibir permanentemente el fondo de conciliación del presidente Trump.</a></li><li><a href="https://www.local10.com/business/2026/06/05/treasury-warns-banks-of-red-flags-tied-to-customers-in-the-us-illegally/" target="_blank" rel="noreferrer" title="https://www.local10.com/business/2026/06/05/treasury-warns-banks-of-red-flags-tied-to-customers-in-the-us-illegally/">El Departamento del Tesoro advierte a los bancos sobre “señales de alerta” relacionadas con clientes que se encuentran ilegalmente en Estados Unidos.</a></li><li><a href="https://www.local10.com/health/2026/06/05/ice-will-no-longer-report-deaths-of-detainees-who-have-recently-been-released-from-custody/" target="_blank" rel="noreferrer" title="https://www.local10.com/health/2026/06/05/ice-will-no-longer-report-deaths-of-detainees-who-have-recently-been-released-from-custody/">ICE dejará de reportar las muertes de detenidos que hayan sido liberados recientemente de custodia.</a></li><li><a href="https://www.local10.com/news/national/2026/06/04/new-jersey-police-sergeant-charged-with-stealing-journalists-camera-bag-at-immigration-protest/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/national/2026/06/04/new-jersey-police-sergeant-charged-with-stealing-journalists-camera-bag-at-immigration-protest/">Sargento de policía de Nueva Jersey acusado de robar el bolso de cámara de un periodista durante una protesta relacionada con inmigración.</a></li></ul>]]></content:encoded></item><item><title><![CDATA[County plans eminent domain to acquire Fisher Island fuel depot]]></title><link>https://www.local10.com/news/local/2026/06/05/county-plans-eminent-domain-to-acquire-fisher-island-fuel-depot/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/05/county-plans-eminent-domain-to-acquire-fisher-island-fuel-depot/</guid><description><![CDATA[Miami-Dade County says it will pursue eminent domain to acquire the fuel facility that supplies PortMiami. ]]></description><pubDate>Fri, 05 Jun 2026 22:26:15 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade County says it will pursue eminent domain to acquire the fuel facility that supplies PortMiami. </p><p>Mayor Daniella Levine Cava made the announcement after negotiations to purchase the property broke down.</p><p><b>Related: </b><a href="https://www.local10.com/news/local/2026/06/04/miami-dade-mayor-announces-leadership-shakeup-amid-fisher-island-fuel-depot-dispute/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/04/miami-dade-mayor-announces-leadership-shakeup-amid-fisher-island-fuel-depot-dispute/"><b>Miami-Dade mayor announces leadership shakeup amid Fisher Island fuel depot dispute</b></a></p><p>The fuel bunker on the exclusive Fisher Island has been the subject of several lawsuits and a high-profile dispute over its future.</p><p>Levine Cava said the county’s goal is to ensure a reliable fuel supply for PortMiami’s operations.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PFOICNJHYBE4BDUF4OGGFAC5XQ.jpeg?auth=1b2aa10929a1c6c44ba6477a620035e6c24a0bbd4879ad1331d4580100989998&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fisher Island fuel depot.]]></media:description></media:content></item><item><title><![CDATA[Vegas-Carolina Stanley Cup Final is 'a new series' going into Game 3 after Canes' comeback]]></title><link>https://www.local10.com/sports/2026/06/05/vegas-carolina-stanley-cup-final-is-a-new-series-going-into-game-3-after-canes-comeback/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/vegas-carolina-stanley-cup-final-is-a-new-series-going-into-game-3-after-canes-comeback/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[Before the Carolina Hurricanes made their comeback, before the Vegas Golden Knights needed a goal with 81 seconds left in regulation to tie it and before Seth Jarvis scored in overtime, the sound of Game 2 of the Stanley Cup Final was silence.]]></description><pubDate>Fri, 05 Jun 2026 22:26:05 +0000</pubDate><content:encoded><![CDATA[<p>Before the Carolina Hurricanes made their comeback, before the Vegas Golden Knights needed a goal with 81 seconds left in regulation to tie it and before Seth Jarvis scored in overtime, the sound of Game 2 of the Stanley Cup Final was silence.</p><p>The same crowd that roared at the start of the series was stunned, with their beloved Hurricanes shut out through the first two periods for the first time since mid-January. They were fewer than 15 minutes away from a 2-0 hole that only five of 55 teams have overcome to hoist the Cup.</p><p>The topsy-turvy ride that followed ended with Carolina winning in emotional fashion and making this a competitive series between two of the best teams in the NHL. Game 3 is Saturday night in Las Vegas.</p><p>If it is anything like the first two, it is best to expect the unexpected the rest of the way.</p><p>“It’s obviously a new series, a five-game series now,” said defenseman Shayne Gostisbehere, who leads the Hurricanes with three points so far in the final. “A lot of emotions throughout the games, too. For almost 50 minutes there it’s kind of low, and then kind of even, then really high, then low again, and then high. It’s a roller coaster for sure."</p><p>This final is shaping up to be more like a seesaw, with wild momentum swings back and forth. This is the first Cup final in league history in which each of the first two games featured a multigoal comeback victory.</p><p>Carolina is now the first team in 82 years to win a game in the final when down by more than one goal within the final 10 minutes of regulation. That would also make Vegas — which fell behind by two goals in the opener — the first team since 1944 to blow such a lead.</p><p>“The sport of hockey is funny that way," Golden Knights center William Karlsson said Friday. "I think that’s why we all love it. It can go either way at any times .... But it’s hockey. It’s a game of mistakes, and it’s bound to happen.”</p><p>The Hurricanes after cruising through the first three rounds with 12 wins and just one loss met their match in Vegas, and that was evident in Game 1. What also became clear is that neither of team is going to get pushed around for an entire night, even if there are stretches of domination by one side or the other.</p><p>“It’s going to be hard to play your best game — that's the point,” Carolina coach Rod Brind'Amour said. “It would be great if you could do it for the whole 60 minutes. But it’s probably not going to be that way because they’re a very, very good team.”</p><p>Counterpart John Tortorella emphasized that again before he and his team flew home, insisting he likes where Vegas is at two games into its biggest challenge yet this postseason. The Golden Knights have stolen home-ice advantage and get to play the next two on The Strip, where Tortorella can better control matchups.</p><p>“There’s no difference,” Tortorella said. "We’re going to play. We know how to play. We know how we want to play.”</p><p>So do the Hurricanes, and it's what they displayed at the end of Game 2. Logan Stankoven provided the spark, Mark Jankowski kept it going and Jordan Staal scored on a power play after Tortorella's failed goaltender interference challenge became a difference-making moment.</p><p>Of course, the Golden Knights dominating for much of the first two periods and the start of the third showed why they've been such a buzzsaw since Tortorella took over in late March. Brind'Amour acknowledged the vibes around his team were better than they could have been if not for the turnaround, but neither team should expect to feel too good about itself for toon long in a series like this.</p><p>Players are embracing that as part of the fun.</p><p>"This is exciting," Jarvis said. “This is what playoff hockey’s all about is tight games and momentum swings, and you never really know what’s going to happen next. I don’t think you can ask any more of a playoff series.”</p><p>___</p><p>AP NHL: https://apnews.com/hub/stanley-cup and https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KWZFSOUUZRYNI7FFP4MNYNT4PI.jpg?auth=6bfc1830c798bb088f6ba481de507deaf552a684d9d1571b7bf3aefd033da9a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes' Nikolaj Ehlers (27) celebrates his goal with Jalen Chatfield (5) during the first period in Game 1 of the NHL hockey Stanley Cup Final series against the Vegas Golden Knights in Raleigh, N.C., Tuesday, June 2, 2026. (AP Photo/Karl DeBlaker)]]></media:description><media:credit role="author" scheme="urn:ebu">Karl B DeBlaker</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QLUY6BYZBHCN7BBTSEH7OPE3S4.jpg?auth=02262c30137aa360807273e52ef43d46cf6ee2fe806a92205811d51cd4900042&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vegas Golden Knights' Tomas Hertl (48) celebrates his goal during the third period in Game 1 of the NHL hockey Stanley Cup Final series against the Carolina Hurricanes in Raleigh, N.C., Tuesday, June 2, 2026. (AP Photo/Karl DeBlaker)]]></media:description><media:credit role="author" scheme="urn:ebu">Karl B DeBlaker</media:credit></media:content></item><item><title><![CDATA[FIFA muestra detrás de cámaras el centro de operaciones del Mundial en el condado Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/05/fifa-muestra-detras-de-camaras-el-centro-de-operaciones-del-mundial-en-el-condado-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/fifa-muestra-detras-de-camaras-el-centro-de-operaciones-del-mundial-en-el-condado-miami-dade/</guid><dc:creator><![CDATA[Terrell Forney, Andrea Torres]]></dc:creator><description><![CDATA[Un equipo de aproximadamente 100 fanáticos del fútbol trabajaba arduamente el viernes en un centro de operaciones de alta tecnología organizado en el condado de Miami-Dade.]]></description><pubDate>Fri, 05 Jun 2026 22:25:02 +0000</pubDate><content:encoded><![CDATA[<p>Un equipo de aproximadamente 100 fanáticos del fútbol trabajaba arduamente el viernes en un centro de operaciones de alta tecnología organizado en el condado de Miami-Dade.</p><p>Durante el torneo, ninguno de ellos se referirá al estadio ubicado en 347 Don Shula Drive en Miami Gardens como el Hard Rock Stadium. Será el Miami Stadium.</p><p>Heimo Schirgi, director de operaciones de eventos de la FIFA, dirigía a su equipo para supervisar todo, desde la seguridad hasta el clima, los vuelos y las entradas.</p><p>“Aquí es donde se reúne toda la información de los más de 500 sitios web oficiales que tenemos en los tres países, y donde podemos tomar decisiones centralizadas e informadas”, dijo Schirgi.</p><p>La <a href="https://www.local10.com/topic/World_Cup/" rel="" title="https://www.local10.com/topic/World_Cup/">Copa Mundial de la FIFA</a> , que se celebra cada cuatro años desde 1930, tiene lugar del 11 de junio al 19 de julio. Hay 104 partidos programados en 16 ciudades anfitrionas, incluida <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/articles/miami-stadium-host-seven-matches" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/articles/miami-stadium-host-seven-matches">Miami</a> .</p><p>Es la primera vez que Estados Unidos, Canadá y México organizan una <a href="https://www.local10.com/topic/World_Cup/" rel="" title="https://www.local10.com/topic/World_Cup/">Copa Mundial de la FIFA</a> , y la primera vez que el torneo cuenta con 48 equipos.</p><p>“El mundo entero ya está aquí, y estamos muy emocionados”, dijo Schirgi, quien nació en Austria y creció en Turquía y Sudáfrica.</p><p>Los 12 grupos de cuatro equipos disputarán los primeros 72 partidos, incluyendo cuatro encuentros de tres grupos en el Estadio de Miami.</p><p>“Algunos de los partidos más importantes, en términos de demanda e interés, se celebran aquí mismo en Miami”, dijo Schirgi.</p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Uruguay</a> juega contra <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Arabia Saudita</a> a las 18:00 del 15 de junio y contra <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Cabo Verde</a> a las 18:00 del 21 de junio. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Brasil</a> juega contra <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Escocia</a> a las 18:00 del 24 de junio. <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Colombia</a> juega contra <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Portugal</a> a las 19:30 del 27 de junio.</p><p>Durante la fase eliminatoria del torneo se disputarán 32 partidos, incluyendo tres encuentros clave en el Estadio de Miami.</p><p>El ganador del <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a> se enfrentará al segundo clasificado del <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a> a las 18:00 horas del 3 de julio. El partido de cuartos de final se disputará a las 17:00 horas del 11 de julio, y el partido por el tercer puesto a las 17:00 horas del 18 de julio.</p><p><b>Más historias relacionadas</b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/05/browards-free-fifa-world-cup-watch-parties-will-be-at-in-door-arena-for-18000/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/05/browards-free-fifa-world-cup-watch-parties-will-be-at-in-door-arena-for-18000/">Las fiestas gratuitas para ver la Copa Mundial de la FIFA en Broward se llevarán a cabo en un estadio cubierto con capacidad para 18.000 personas.</a></li><li><a href="https://www.local10.com/news/weird-news/2026/06/05/fifa-cancels-world-cup-tickets-to-about-60-fans-who-got-them-for-free-due-to-error/" target="_self" rel="" title="https://www.local10.com/news/weird-news/2026/06/05/fifa-cancels-world-cup-tickets-to-about-60-fans-who-got-them-for-free-due-to-error/">La FIFA cancela las entradas para el Mundial de unos 60 aficionados que las habían obtenido gratis debido a un error.</a></li><li><a href="https://www.local10.com/entertainment/2026/06/05/shakira-and-burna-boy-to-play-in-first-of-three-world-cup-opening-ceremonies/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/05/shakira-and-burna-boy-to-play-in-first-of-three-world-cup-opening-ceremonies/">Shakira y Burna Boy actuarán en la primera de las tres ceremonias de apertura del Mundial.</a></li><li><a href="https://www.local10.com/news/florida/2026/06/05/some-of-the-most-dedicated-world-cup-fans-skipping-this-years-tournament-citing-costs-and-politics/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/06/05/some-of-the-most-dedicated-world-cup-fans-skipping-this-years-tournament-citing-costs-and-politics/">Algunos de los aficionados más entregados al Mundial se saltarán el torneo de este año, alegando costes y cuestiones políticas.</a></li></ul><h3><b>Seguimiento de los grupos de la Copa Mundial de la FIFA</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Grupo A</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Grupo B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Grupo C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Grupo E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Ebola outbreak in Central Africa could reach 20,000 cases without strong public health measures]]></title><link>https://www.local10.com/health/2026/06/05/ebola-outbreak-in-central-africa-could-reach-20000-cases-without-strong-public-health-measures/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/05/ebola-outbreak-in-central-africa-could-reach-20000-cases-without-strong-public-health-measures/</guid><dc:creator><![CDATA[By MIKE STOBBE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Ebola outbreak in Central Africa could grow to 20,000 cases or more, depending on how quickly infected people are isolated to slow the spread, according to a new analysis by U.S. health officials.]]></description><pubDate>Fri, 05 Jun 2026 22:08:46 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Ebola outbreak in Central Africa could grow to 20,000 cases or more, depending on how quickly infected people are isolated to slow the spread, according to a new analysis by U.S. health officials.</p><p>The Centers for Disease Control and Prevention published a range of scenarios generated by computer models Friday, spanning from 10,000 cases to more than 20,000. If accurate, a worst-case scenario could approach the worst Ebola outbreak in history, the West Africa epidemic in 2014-2016 — which resulted in more than 28,000 reported cases and more than 11,000 deaths.</p><p>“Without strong public health interventions, the modeling work suggests an outbreak of that scale is possible,” said Dr. Satish Pillai, incident manager for the CDC’s Ebola response, in a briefing with reporters.</p><p>Jennifer Nuzzo, director of Brown University’s Pandemic Center, said the modeling “affirms what we have worried about since the beginning: This outbreak is following dangerous trajectory” if more is not done to stop the spread of Ebola.</p><p>But she cautioned it can be extremely difficult to predict how outbreaks will progress. “I wouldn’t read too much into the specific numbers. It’s really hard to make an accurate projection when you have limited data,” she added.</p><p>The Africa Centres for Disease Control and Prevention said Friday that there have been about 400 confirmed cases, including 63 deaths. Experts say there likely others that haven't been diagnosed or reported.</p><p>Viruses that cause Ebola disease spread through contact with bodily fluids such as vomit, blood and semen. There are no specific treatments or vaccines for the Bundibugyo virus at the heart of the current outbreak. The disease is often fatal.</p><p>The World Health Organization declared the outbreak a global health emergency in May. Some experts believe infections may have been occurring in February, but health officials initially tested for a different kind of Ebola virus.</p><p>The outbreak response has been complicated by an armed conflict between Congo’s government and the Rwanda-backed M23 rebel group, as well as attacks by the Islamic State-affiliated group the Allied Democratic Force. The violence has caused massive displacement of people living in the conflict areas, officials say.</p><p>Earlier this week, Nuzzo said the risk to the United States seems low. “I don’t think it’s a scenario that it’s going to come here and spread broadly,” she told reporters. The CDC echoed that assessment in an article released Friday.</p><p>That's due in part to decisions but the U.S. government to ban the entry of people without U.S. passports, as well as U.S. green-card holders who visited Congo, Uganda or South Sudan in the previous 21 days. Also, people with U.S. passports who traveled to those countries are undergoing health screenings and being funneled into four receiving airports.</p><p>CDC's modeling report attempts to project how things might play out, depending on different factors — including how many infections and deaths have already happened, and how successful responders are in quickly identifying and isolating infected people before they can spread the infection to others.</p><p>Assuming around 50 people had died and about 20% of infected persons were successfully isolated by late May, most simulations suggest at least 20,000 cases and 4,000 deaths will occur in Africa over three months.</p><p>Pillai said the actual isolation rate is unknown but is considered to be “on the lower end of the scenarios” that CDC modeled.</p><p>Higher isolation rates, of 50% or 70%, could result in the number of cases being more like 10,000, CDC officials said. But if the actual number of deaths were greater in late May that currently recognized, that could make the outcomes worse, CDC officials said.</p><p>Some CDC modeling during the large Ebola outbreak in West Africa proved to be way off. The CDC issued modeled numbers in 2014, when the epidemic was spiraling out of control and international health officials were quickly trying to build a response.</p><p>The CDC estimated that in a worse-case scenario where nothing was done, as many as 1.4 million people might become infected. That turned out to be more than 50 times higher than what happened.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QD5JABZDBJIMLV3LGE3Y3UJDMY.jpg?auth=728c960cd67874b9828ae321b79d9bb84212081cab22d1f3ba1d235a558f5c8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A health worker prepares for duty at the Mongbwalu treatment center in Mongbwalu, Congo, Friday, June 5, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TASPVL647UY7FTOHDXH4CIGMM4.jpg?auth=1cbf95356e78cc29a080cc74bac1f3da8f8077ad089e9fb220f83b97db1f31fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers prepare for duty at the Mongbwalu treatment center in Mongbwalu, Congo, Friday, June 5, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content></item><item><title><![CDATA[FBI fires several analysts tied to disputed ‘Catholic ideology’ memo]]></title><link>https://www.local10.com/news/national/2026/06/05/fbi-analysts-tied-to-disputed-catholic-ideology-memo-told-theyre-being-fired-ap-sources-say/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/05/fbi-analysts-tied-to-disputed-catholic-ideology-memo-told-theyre-being-fired-ap-sources-say/</guid><dc:creator><![CDATA[By ERIC TUCKER and ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Several FBI analysts tied to the creation of a 2023 memo warning of a potential threat from Catholic “violent extremists” were fired Friday, according to their lawyer, the latest wave of terminations under the leadership of its director Kash Patel.]]></description><pubDate>Sat, 06 Jun 2026 10:45:58 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Several FBI analysts tied to the creation of a 2023 memo warning of a potential threat from Catholic “violent extremists” were fired Friday, according to their lawyer, the latest wave of terminations under the leadership of its director Kash Patel.</p><p>The fired employees included four intelligence analysts and a supervisory analyst. The FBI declined to comment.</p><p>“This action is manifestly unjust, completely unsupported by the facts, and subverts standard FBI policy and procedure,” their lawyer, David Laufman, said in a statement. “These individuals deserved far better for the exceptional and faithful public service they rendered to protect our country.”</p><p>The January 2023 intelligence product produced by analysts in the FBI's Richmond, Virginia, field office emerged as a political flashpoint after it was issued, with Republicans in Congress repeatedly citing it as part of their broader contention that the FBI during the Biden administration was targeting conservatives.</p><p>Then-director Chris Wray repeatedly denied that charge and the FBI has said the document was quickly retracted and an internal review was launched. Merrick Garland, the attorney general under President Joe Biden, has said he was “appalled” by the memo.</p><p>Earlier Justice Department investigations into the memo challenged the analytical tradecraft but did not find intentional misconduct by the analysts involved.</p><p>The firings are part of a broader personnel purge under Patel, a Trump loyalist who over the last year, has pushed out dozens of employees who either contributed to investigations of the president or who were perceived as not in alignment with the administration’s agenda. The Justice Department has engaged in similarly sweeping firings of prosecutors since Trump took office last year.</p><p>In February, for instance, the FBI fired a group of counterintelligence agents who participated in the investigation into President Donald Trump over his retention of classified documents at his Mar-a-Lago estate in Palm Beach, Florida.</p><p>The Richmond memo, which emerged from a domestic terrorism investigation, sought to examine a potential link between what it called “Radical Traditionalist Catholic” ideology and racially and ethnically motivated extremists. It warned of the potential for violence and also highlighted what the authors described as “new avenues for tripwire and source development.” FBI leadership quickly condemned those findings once the document became public.</p><p>An internal FBI review described in a 2023 letter to Congress and based on interviews with 26 people “found that all individuals involved in the creation, review and approval of the product failed to adhere to analytic tradecraft standards and failed to recognize that the product, as drafted, equated the subjects' interest in their self-described form of religion with racially or ethnically motivated violent extremist (RMVE) ideology without sufficient evidence or articulable support.”</p><p>The failure to adhere to standards, including on proper domestic terrorism terminology, “created the appearance that the FBI conducts investigative activity based on religious affiliation,” the letter said. “One of the FBI's most fundamental principles is that investigative activity may not be based solely on the exercise of rights guaranteed by the First Amendment.”</p><p>A Justice Department inspector general report in 2024 summarized the earlier FBI review by saying that though there were departures from proper analytic tradecraft, “no evidence of a malicious intent or an improper purpose” were found.</p><p>MS NOW earlier reported the firings.</p><p>___</p><p>Tucker reported from Los Angeles.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZGHPFQV4T7MWGP6LLGPFJTDRNA.jpg?auth=0a33425819ce1a983fe8ad5f5f408dd3e854a5033713f6e874be730c7423c14b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FBI director Kash Patel testifies before the Senate Subcommittee on Commerce, Justice, Science, and Related Agencies hearing on Fiscal Year 2027 Budget Request for the FBI, the Drug Enforcement Administration; the United States Marshals Service and the Bureau of Alcohol, Tobacco, Firearms and Explosives on Capitol Hill, Tuesday, May 12, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[Trump calls for military to accelerate use of AI while protecting Americans]]></title><link>https://www.local10.com/news/politics/2026/06/05/trump-calls-for-military-to-accelerate-use-of-ai-while-protecting-americans/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/05/trump-calls-for-military-to-accelerate-use-of-ai-while-protecting-americans/</guid><dc:creator><![CDATA[By BEN FINLEY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump issued a memo Friday that calls for the U.S. military and national security agencies to accelerate their use of artificial intelligence, while acknowledging the need to protect civil liberties and maintain oversight over autonomous weapon systems.]]></description><pubDate>Fri, 05 Jun 2026 21:39:05 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump issued a memo Friday that calls for the U.S. military and national security agencies to accelerate their use of artificial intelligence, while acknowledging the need to protect civil liberties and maintain oversight over autonomous weapon systems.</p><p>The memo comes at a time of growing anxiety over AI in American society, from replacing people's jobs to helping to identify targets on the battlefield. The Trump administration has been pushing to unleash the power of AI for the U.S. military, while some military leaders and companies that contract with the Pentagon have been noting caution and calling for guardrails.</p><p>Trump's memo addressed much of his Cabinet, including the secretaries of defense and homeland security as well as the attorney general and director of national intelligence.</p><p>Trump is requiring an updated directive on autonomous weapon systems to account for AI's rapidly evolving capabilities. It directs the Department of Defense “to ensure the deliberate adoption of AI systems that respect the chain of command and operational authorities.”</p><p>The current directive, issued in 2023 under the Biden administration, states that such weapons systems will be designed "to allow commanders and operators to exercise appropriate levels of human judgment over the use of force,” according to the Congressional Research Service.</p><p>Trump's memo also restricts the use of AI to “censor free speech, embed ideological bias, or conduct unlawful surveillance against the American people.”</p><p>“The use of AI by the national security enterprise must always be consistent with United States civil liberties and protections afforded by the Constitution and laws and regulations safeguarding the privacy of American citizens,” the memo states.</p><p>The Defense Department has already been accelerating its use of AI in recent years. The technology can help reduce the time it takes to identify and strike a target, while aiding in the mundane tasks of organizing equipment maintenance, supply lines and other logistics.</p><p>But concerns about protecting civil liberties and human oversight of autonomous weapon systems have drawn increasing attention. They're at the center of a dispute that erupted this year as the Pentagon seeks to leverage the power of American tech companies to boost the military's AI capabilities.</p><p>The company Anthropic said it wanted assurances in its contract that the military would not use its technology in fully autonomous weapons and the surveillance of Americans. Defense Secretary Pete Hegseth said the company must allow for any uses the Pentagon deemed lawful.</p><p>Anthropic sued after Trump tried to stop all federal agencies from using the company’s chatbot Claude and Hegseth sought to label the company a supply chain risk, a designation meant to protect against sabotage of national security systems by foreign adversaries.</p><p>Concerns about military use of AI arose during Israel’s war against militants in Gaza and Lebanon, with U.S. tech giants quietly empowering Israel to track targets. But the number of civilians killed also soared, fueling fears that these tools contributed to the deaths of innocent people.</p><p>U.S. military leaders who attended an annual special forces conference in Tampa, Florida, spoke about the benefits of AI as well as the need for human safeguards.</p><p>Adm. Frank Bradley, head of U.S. Special Operations Command, told attendees that troops “have to be very careful about how we come to (AI’s) employment and its inspiration into the delivery of lethality.”</p><p>Bradley said he can see a future where AI determines what targets to hit but that “we, as humans, have to have the confidence that ... it’s going to deliver violence only where we intend it to be delivered.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FBSCK7C3TGXLV7QDTRAHB25YYQ.jpg?auth=99d2433b33c54de3d45bba01a2fa8fa1c1183cdc39303d78551e4c746aac8056&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump gestures from the stairs of Air Force One upon his arrival at Joint Base Andrews, Md., Friday, June 5, 2026.(AP Photo/Luis M. Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis M. Alvarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IZZ7CISCKG6HEJFKH2DHPSEVPA.jpg?auth=840ae2001ccafef85985a3f1958b5750a7410823356552589d4207ee206f1b97&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 at Custer Farms in Chippewa Falls, Wis., Friday, June 5, 2026. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Protests in Mexico City capitalize on World Cup celebrations to pressure government]]></title><link>https://www.local10.com/sports/2026/06/05/protests-in-mexico-city-capitalize-on-world-cup-celebrations-to-pressure-government/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/protests-in-mexico-city-capitalize-on-world-cup-celebrations-to-pressure-government/</guid><dc:creator><![CDATA[By MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — Teachers, families of Mexico's 130,000 missing people, animal rights groups and a range of other social movements in Mexico are capitalizing on impending FIFA World Cup celebrations next week to put pressure on authorities and make demands.]]></description><pubDate>Fri, 05 Jun 2026 21:19:19 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — Teachers, families of Mexico's 130,000 missing people, animal rights groups and a range of other social movements in Mexico are capitalizing on impending FIFA World Cup celebrations next week to put pressure on authorities and make demands.</p><p>Protesters from the country's teachers' union, CNTE, blocked main throughways in Mexico City, bringing central parts of the city to a standstill this week to demand better working conditions. Demonstrators knocked down figures of World Cup soccer players, broke into a government building and on Friday played a soccer match on a blockaded street. At the same time visitors from across the world began flooding in to the Mexican capital ahead of the competition that starts June 11.</p><p>“The proximity of the World Cup places a lot more pressure on the government,” said Abel Escalante, a 52-year-old special education psychologist who traveled from the southern state of Chiapas to protest, who was blocking the street around the city’s iconic Angel de la Independencia monument on Friday.</p><p>The protests come just days before Mexico City hosts the tournament's opening ceremony, co-hosted by Mexico, the United States and Canada. In addition to kicking off the competition, the Mexican capital, Guadalajara and Monterrey will also host a number of matches.</p><p>They are joined by a range of other social movements that have jumped on the World Cup to increasingly place pressure on the government of Mexican President Claudia Sheinbaum at a time when authorities seek to present a friendly face to the world.</p><p>“This isn’t an event for the Mexican people. Tons of people are going to come, but they’re going to be people with all this disposable income. It’s for the elites. The few average people who do go will have to scrape together all the money they have to live off of," Escalante added.</p><p>Sheinbaum responded to mounting protests on Friday morning, saying that “the door is open” for teachers to negotiate with the government over their demands for better retirement packages.</p><p>But she added groups of protesters, who broke in to a government building the day before, were trying to provoke a violent reaction from authorities, which she said was not going to happen. She promised that Mexico's main square known as the Zocalo, which the teachers tried to take over at the end of May to stage a sit-in, would remain open for World Cup events.</p><p>Sheinbaum's government has come under criticism by activist groups for prioritizing World Cup celebrations over pressing social needs, like addressing the soaring cost-of-living fueled in part by foreign tourism or the country's forced disappearance crisis.</p><p>More groups planned protests in the coming weeks as celebrations were slated to kick off. Building on top of all that is a robust protest culture in the Mexican capital, with unions and activist groups that regularly take over public spaces in demonstrations.</p><p>Protests of families searching for their disappeared and rural teachers pushing for better working conditions have mounted as the local government has made a push to beautify the city.</p><p>Local workers have painted bridges bright purple, planted orange Mexican marigolds across the city and plastered streets with cartoon axolotls, an endangered species that has become the sort of mascot of Mexico City.</p><p>Last weekend, families searching for their loved ones plastered the faces of the disappeared people across the city and sprayed graffiti next to one of those bright purple bridges now lining the city's streets.</p><p>“Mexico, champion of disappearance,” it read.</p><p>___</p><p>Follow AP’s Latin America coverage at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V7F2XCW3YCEB43ZC7FULB55FWE.jpg?auth=f18fda5a2738b7a11d3c5f3eaadb74f27086caa673529ada32f7b217012d1331&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A World Cup statue, with graffiti that reads in Spanish, "The National Educational Workers Coordination lives" lies sideways during a teachers' protest for higher salaries sit in Mexico City, Tuesday, June 2, 2026. (AP Photo/Jon Orbach)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Orbach</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DWF2UMELT6LCUW65RUCMNGM7PE.jpg?auth=b0e7fe656f49ba88dbf8420afc7882f71b1366f5f443827964c0171758f79b0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Teachers stage a protest at the Angel of Independence to demand salary increases in Mexico City, Tuesday, June 2, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6ZIZDCGJA3T5J4WALPEYEHQBRA.jpg?auth=241b4c30e06452320fd0ec989ad834d62e5b9eda4904118d3043a07aa0aa9803&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Teachers eat by tents they set up during protests to demand salary increases in Mexico City, Tuesday, June 2, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4YF3YYMSXVQTXLFTHLOBUNKUVQ.jpg?auth=bd5ef11f2b2bc9cdfe34e3ca23ce449cc46228e23e75ceceb7dec68685b2de9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person protesting the more than the 134,000 disappeared people, writes in spray paint, "Mexico, champion of disappearances" as Mexico prepares to host the 2026 FIFA World Cup in Mexico City, Saturday, May 30, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5WVA3M2TRHEIQKP77XSOSXOAV4.jpg?auth=24169edec6525137cd281bd9be55e327a5d1ad3b12185cd25f6989c011e1bbf5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Activists and families of the country's more than 134,000 disappeared people paste missing-person posters in Mexico City, Saturday, May 30, 2026, as Mexico prepares to host the 2026 FIFA World Cup. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content></item><item><title><![CDATA[Iran's World Cup team approved for visas to play games in the US, officials say]]></title><link>https://www.local10.com/news/politics/2026/06/05/irans-world-cup-team-approved-for-visas-to-play-games-in-the-us-officials-say/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/05/irans-world-cup-team-approved-for-visas-to-play-games-in-the-us-officials-say/</guid><dc:creator><![CDATA[By COLLIN BINKLEY, SEUNG MIN KIM and MATTHEW LEE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Members of Iran's World Cup soccer team have been granted visas to the United States, U.S. officials said Friday, clearing them to enter the United States from their training base in Tijuana, Mexico, ahead of their first two matches near Los Angeles this month.]]></description><pubDate>Sat, 06 Jun 2026 00:31:52 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Members of Iran's World Cup soccer team have been granted visas to the United States, U.S. officials said Friday, clearing them to enter the United States from their training base in Tijuana, Mexico, ahead of their first two matches near Los Angeles this month.</p><p>The team's participation in the World Cup has been complicated by Iran's war with Israel and the United States. Problems with processing visas had earlier led Iran to move its training base from Tucson, Arizona, to Tijuana, on Mexico’s border with California.</p><p>One U.S. official said all players on the Iranian team were approved for visas and were in the process of receiving them. A second official said visas had been issued for players, coaches, trainers and some support staff.</p><p>The second official could not say if any Iranian applicants had been denied. A third official said athletes and “necessary support staff” had been issued visas, but suggested that some applicants affiliated with the team had been rejected for requesting visas “under false pretenses.”</p><p>The officials spoke on condition of anonymity because they were not authorized to discuss the visas publicly.</p><p>It was not immediately clear when the Iranian team’s passports would be returned to them to allow them to travel, but the official said it could be as early as Friday or Saturday.</p><p>The squad has been preparing for the World Cup at a training camp in Antalya, Turkey, before departing for Tijuana. The team said it has already received visas from Mexico’s embassy in Ankara.</p><p>U.S. Ambassador to Turkey Tom Barrack credited the U.S. Embassy in Ankara for processing visas for the Iranian team. “Sports transcends borders, and we look forward to welcoming competitors and fans from around the world,” Barrack wrote in a social media post Friday.</p><p>Iran plays its first two games in Inglewood, California, against New Zealand on June 15 and Belgium six days later, then heads to Seattle to face Egypt on June 26. Iran and the U.S. could meet in the round of 32 on July 3 in Arlington, Texas, if both teams place second in their groups.</p><p>President Donald Trump in March had discouraged Iran from participating in the tournament, saying he didn’t think it was “appropriate” and raising concerns over players' “life and safety.” A day later, Iran’s national team pushed back, saying “no one can exclude” it from playing.</p><p>Iran finalized its team Monday, including 17 home-based players whose clubs have not played since February because of the war. Star forward Sardar Azmoun was dropped in March, reportedly because of a social media post that angered Iranian authorities during the war.</p><p>Iran's sports minister said in March that it would “not be possible” for the team to participate in the World Cup, but the republic's soccer federation said in May it was moving ahead with a team. The federation had insisted that all players and staff be granted visas, including those who had military service in the Islamic Revolutionary Guard Corps.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XPWURD2DBUD7UYUPEGCF2E2MUQ.jpg?auth=647bfd7ce94aac2a681faf4b03b6c5943879bb0e962820114ec39e877c0aa76e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's players work out during a training session, in Antalya, southern Turkey, Tuesday, June 2, 2026, ahead of the World Cup soccer tournament. (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/XLY7SOOXEBHVO2YHEE3K5OPDJ4.jpg?auth=105b2521eb7c7af18815539873eced53fe4007aee031a986953dcdc5626e22f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Alireza Jahanbakhsh works out with teammates during a training session, in Antalya, southern Turkey, Tuesday, June 2, 2026, ahead of the World Cup soccer tournament. (AP Photo/Khalil Hamra)]]></media:description><media:credit role="author" scheme="urn:ebu">Khalil Hamra</media:credit></media:content></item><item><title><![CDATA[Busch's wife, Samantha, and kids thank fans for their support following his unexpected death at 41]]></title><link>https://www.local10.com/sports/2026/06/05/buschs-wife-samantha-and-kids-thank-fans-for-their-support-following-his-unexpected-death-at-41/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/buschs-wife-samantha-and-kids-thank-fans-for-their-support-following-his-unexpected-death-at-41/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CONCORD, N.C. (AP) — Samantha Busch, the wife of two-time NASCAR champion Kyle Busch, who died last month at the age of 41, has issued a statement on behalf of her family to thank fans for their support.]]></description><pubDate>Fri, 05 Jun 2026 21:09:55 +0000</pubDate><content:encoded><![CDATA[<p>CONCORD, N.C. (AP) — Samantha Busch, the wife of two-time NASCAR champion Kyle Busch, who died last month at the age of 41, has issued a statement on behalf of her family to thank fans for their support.</p><p>In an Instagram post on Friday, Samantha and the Busch's children, Brexton and Lennix, wrote: “The prayers, messages, flowers, meals, hugs, and countless acts of kindness have carried us through the most heartbreaking days of our lives. While our hearts are absolutely shattered, we have felt God’s presence and arms wrapped tightly around us through each and every one of you.”</p><p>Busch died May 21 after severe pneumonia progressed into sepsis, resulting in rapid and overwhelming complications, according to a statement released by the family soon after his death. According to his death certificate, Busch had pneumonia for “days to weeks.”</p><p>Busch's unexpected death devastated the NASCAR community.</p><p>He was thought to have had a sinus cold while racing at Watkins Glen on May 10 and radioed in to his team saying that he needed a “shot” from a doctor after the race. He continued racing and won the Truck Series race at Dover before finishing 17th in the All-Star race, five days before his death.</p><p>Busch also attended the opening of a go-kart track with 11-year-old Brexton days before his death.</p><p>Friday's message on social media was the first statement from his wife and children.</p><p>“The love that has surrounded our family during this unimaginable time has brought comfort in the middle of so much pain,” Samantha Busch wrote. "Knowing the impact Kyle had on others and seeing how they are honoring him through each unique act of generosity is a true testament to how special Kyle is to so many people. There are moments when the weight of this loss feels impossible to carry, yet time and time again God, through you all, has shown us we are not alone.</p><p>“From family and friends to fans and complete strangers, thank you for showing up for us. Thank you for loving our family so well. Thank you for loving Kyle. Thank you for honoring him. We may never find the words to fully express what your support has meant to us, but please know that we are deeply grateful.”</p><p>Busch won Cup Series championships championships in 2015 and 2019 for Joe Gibbs Racing. The younger brother of NASCAR driver Kurt Bush, Kyle Busch won a record 234 combined races across NASCAR’s top three national series. He had 63 Cup victories and added 102 O’Reilly Auto Parts wins and 69 Trucks victories.</p><p>___</p><p>AP auto racing: https://apnews.com/hub/auto-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/22HBTZPT6MLVL7OVXFOYKNBEJ4.jpg?auth=a381d705dbd3c5eb3f2577e65b26f6a4836fcf10784bc40987c41329cc1b534b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - NASCAR Xfinity Series driver Kyle Busch celebrates with his wife, Samantha, and son, Brexton, after winning the NASCAR Xfinity auto race at the Indianapolis Motor Speedway, Sept. 7, 2019 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/KKHKIZT6SOYSKYOMJUBZRXMHTI.jpg?auth=0de841b66e9a719a0f164a405f2b4647a50976bb48d975a3fa7401608d78906a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kyle Busch, left, son Brexton, center, and wife Samantha put their arms around each other before a NASCAR Cup series auto race Oct. 3, 2021, in Talladega, Ala. (AP Photo/John Amis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Amis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SVRHG4NZP3BX6MW46RP5BZKIFI.jpg?auth=03cc0b12341b968247cf20f7388fb3dbd91325dc1d2f179f5e8f6215b0d6cc17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kyle Busch carries his son, Brexton, as his wife, Samantha, left, watches before the NASCAR Cup Series auto race at Kansas Speedway in Kansas City, Kan., May 12, 2018. (AP Photo/Colin E. Braley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Colin E. Braley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WXFE3EJRMATHXRYQQ4GEX6SKOQ.jpg?auth=82ce3f9888cf98a09dca26c431ee6dfd5359091ebd7bd9f57af80f1b89250fe4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Kyle Busch espera el inicio de una carrera de automovilismo de la serie Xfinity de NASCAR, el sábado 19 de junio de 2021, en Lebanon, Tennessee. (Foto AP/Mark Humphrey, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Humphrey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4FLPRYYCEO4OE7RQTVGMLNXA7I.jpg?auth=546dc32f57206bbeee565ae85951b7340766094ca300209f05deacfec4f5a5dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kyle Busch, left, and his son greet fans before a NASCAR Cup Series auto race at Talladega Superspeedway, April 23, 2023, in Talladega, Ala. (AP Photo/Butch Dill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Butch Dill</media:credit></media:content></item><item><title><![CDATA[Defense Department slashes its religious designations list from more than 200 choices to 31]]></title><link>https://www.local10.com/news/politics/2026/06/05/defense-department-slashes-its-religious-designations-list-from-more-than-200-choices-to-31/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/05/defense-department-slashes-its-religious-designations-list-from-more-than-200-choices-to-31/</guid><dc:creator><![CDATA[By TIFFANY STANLEY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Department of Defense announced on Friday a significant reduction in the number of religious affiliations it officially recognizes.]]></description><pubDate>Fri, 05 Jun 2026 21:01:16 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Department of Defense announced on Friday a significant reduction in the number of religious affiliations it officially recognizes.</p><p>The new list of 31 is down from more than 200 previously recognized traditions that troops could choose from. The list no longer includes atheists, Unitarian Universalists, pagans and Wiccans.</p><p>“This decrease in religious affiliation codes is not designed to make any claims on the legitimacy of any faith or religious belief, nor is it intended to provide a list of ‘officially approved’ religions,” Pentagon spokesperson Sean Parnell said in a statement. “Rather, it is designed to allow chaplains to quickly look at the religious composition of their units and determine how they structure resources to best provide for warfighters of all faith groups.”</p><p>Parnell added the department values the free exercise of religion and chaplains facilitate service members' “ability to freely exercise their religion of choice, or no religion at all.”</p><p>The list creates broad categories of some Christian traditions — Baptist, Presbyterian, Methodist — without specifying denominations within those traditions, which can span the theological and ideological spectrum.</p><p>Service members can choose to identify as “no religion,” “other religions” or agnostic. Also included are Buddhism, Islam, Judaism, Hinduism, Sikhism, the Baha’i faith and The Church of Jesus Christ of Latter-day Saints.</p><p>The Unitarian Universalist Association, which was cut from the list, said in a statement, "This may make it more difficult for our uniformed UUs to access the spiritual care that they need.” The denomination said it is working on a strategic response to support UU service members.</p><p>Defense Secretary Pete Hegseth has infused his evangelical Christianity with his leadership of the Pentagon, hosting worship services for employees and often speaking of the United States as a Christian nation.</p><p>He first announced the impending changes to the faith categories in December, saying the large number of faith codes had become unmanageable.</p><p>“Secretary Hegseth is not ‘streamlining’ anything. He is elevating one narrow religious worldview from the top of the chain of command,” said the Rev. Paul Raushenbush, a Baptist minister and head of the progressive Interfaith Alliance. “The First Amendment does not allow the government to create a hierarchy of faiths, and it certainly does not allow the Pentagon to decide which beliefs are worthy of recognition.”</p><p>The military is religiously diverse, and nearly 70% of troops identify as Christian, according to a 2019 congressional report. Almost a quarter of troops were listed as other, unclassified or unknown.</p><p>“As a member of a minority religion, I think it’s really important that we be counted,” said Irene Glasse, a pagan religious professional and Marine Corp veteran. “It erases us, and so many of us have served so proudly, so well, and so honorably.”</p><p>___</p><p>AP reporter Konstantin Toropin contributed to this report.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PFAOWQCN2ZFXGNBY5BNIZCOG3Y.jpg?auth=9f621c3ecd6ea96b1637c7c00c476962840d55cd8d32d3303cb70ab40f5536ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rows of gravestones stand at the Arlington National Cemetery in Arlington, Va., May 13, 2014. (AP Photo/Charles Dharapak, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Dharapak</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YM3B4LF4TMTVFB25HXZJFYZY7Q.jpg?auth=42120607f1893ea21d5fb27956eb04b9671ec80b2984eecb63d5f8e284da8011&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Secretary of Defense Pete Hegseth attends a Cabinet meeting at the White House, Wednesday, May 27, 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[‘We are going to fight it’: Republicans’ $70 billion immigration bill heads for House vote ]]></title><link>https://www.local10.com/news/politics/2026/06/05/republicans-70-billion-immigration-bill-heads-for-house-vote/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/05/republicans-70-billion-immigration-bill-heads-for-house-vote/</guid><dc:creator><![CDATA[Jackie Pascale, Andrea Torres]]></dc:creator><description><![CDATA[The $70 billion legislation to reopen the U.S. Department of Homeland Security is heading for a vote in the House after the Senate passed it on Friday.]]></description><pubDate>Fri, 05 Jun 2026 18:13:23 +0000</pubDate><content:encoded><![CDATA[<p>The $70 billion legislation to reopen the U.S. Department of Homeland Security is heading for a vote in the House after the Senate passed it on Friday.</p><p><a href="https://www.local10.com/espanol/2026/06/05/avanza-a-votacion-en-la-camara-proyecto-de-ley-migratoria-republicano-de-70000-millones-usd/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/05/avanza-a-votacion-en-la-camara-proyecto-de-ley-migratoria-republicano-de-70000-millones-usd/">Leer en español</a></p><p>Sen. Lisa Murkowski, who is not up for reelection this year, was the only Republican to oppose it over the “Anti-Weaponization” $1.8 billion settlement fund. </p><p>“The notion that anyone who violently beat police officers on Jan. 6 should get a dime of taxpayer dollars is so abhorrent to the American people we are going to fight it tooth and nail,” House Minority Leader Hakeem Jeffries told CNN. </p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">We cannot trust the Trump administration to abolish their corrupt $1.8 billion slush fund. <br><br>Congress must kill it by legislation. <br><br>Permanently.</p>&mdash; Hakeem Jeffries (@RepJeffries) <a href="https://x.com/RepJeffries/status/2062153921095713039?ref_src=twsrc%5Etfw">June 3, 2026</a></blockquote><p>There was also controversy over a $1 billion proposal for the U.S. Secret Service to improve security at the White House, including the new ballroom.</p><p>Since January, Democrats have been calling for DHS reform at U.S. Immigration and Customs Enforcement and U.S. Border Patrol. </p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Yes, we did. <br><br>Yes, we do. <br><br>Yes, they are. <a href="https://t.co/vMKwnac0gJ">https://t.co/vMKwnac0gJ</a></p>&mdash; Steve Scalise (@SteveScalise) <a href="https://x.com/SteveScalise/status/2060465011906986003?ref_src=twsrc%5Etfw">May 29, 2026</a></blockquote><p><b>Latest on immigration </b></p><ul><li><a href="https://www.local10.com/news/politics/2026/06/05/trumps-deportation-agenda-is-about-to-get-a-70b-infusion-from-congress/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/05/trumps-deportation-agenda-is-about-to-get-a-70b-infusion-from-congress/">Trump’s deportation agenda is about to get a $70B infusion from Congress</a></li><li><a href="https://www.local10.com/news/2026/06/05/a-federal-judge-strikes-down-trump-administration-immigration-policy-affecting-39-countries/" target="_self" rel="" title="https://www.local10.com/news/2026/06/05/a-federal-judge-strikes-down-trump-administration-immigration-policy-affecting-39-countries/">A federal judge strikes down Trump administration immigration policy affecting 39 countries</a></li><li><a href="https://www.local10.com/news/politics/2026/06/05/senate-oks-70b-immigration-bill-after-rejecting-efforts-to-permanently-ban-trumps-settlement-fund/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/05/senate-oks-70b-immigration-bill-after-rejecting-efforts-to-permanently-ban-trumps-settlement-fund/">Senate OKs $70B immigration bill after rejecting efforts to permanently ban Trump’s settlement fund</a></li><li><a href="https://www.local10.com/business/2026/06/05/treasury-warns-banks-of-red-flags-tied-to-customers-in-the-us-illegally/" target="_self" rel="" title="https://www.local10.com/business/2026/06/05/treasury-warns-banks-of-red-flags-tied-to-customers-in-the-us-illegally/">Treasury warns banks of ‘red flags’ tied to customers in the US illegally</a></li><li><a href="https://www.local10.com/health/2026/06/05/ice-will-no-longer-report-deaths-of-detainees-who-have-recently-been-released-from-custody/" target="_self" rel="" title="https://www.local10.com/health/2026/06/05/ice-will-no-longer-report-deaths-of-detainees-who-have-recently-been-released-from-custody/">ICE will no longer report deaths of detainees who have recently been released from custody</a></li><li><a href="https://www.local10.com/news/national/2026/06/04/new-jersey-police-sergeant-charged-with-stealing-journalists-camera-bag-at-immigration-protest/" target="_self" rel="" title="https://www.local10.com/news/national/2026/06/04/new-jersey-police-sergeant-charged-with-stealing-journalists-camera-bag-at-immigration-protest/">New Jersey police sergeant charged with stealing journalist’s camera bag at immigration protest</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Redland street named after Jimmy Ryce, whose abduction, murder called attention to child safety]]></title><link>https://www.local10.com/news/local/2026/06/05/redland-street-named-after-jimmy-ryce-whose-abduction-murder-called-attention-to-child-safety/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/05/redland-street-named-after-jimmy-ryce-whose-abduction-murder-called-attention-to-child-safety/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[A portion of a street in Miami-Dade County’s rural Redland area was designated “Jimmy Ryce Avenue” a little more than three decades after the young boy’s abduction and murder.]]></description><pubDate>Fri, 05 Jun 2026 16:46:06 +0000</pubDate><content:encoded><![CDATA[<p>A portion of a street in Miami-Dade County’s rural Redland area was designated “Jimmy Ryce Avenue” a little more than three decades after the young boy’s abduction and murder.</p><p><a href="https://www.local10.com/espanol/2026/06/05/nombran-calle-de-redland-en-honor-a-jimmy-ryce-cuyo-secuestro-y-asesinato-impulso-la-atencion-sobre-la-seguridad-infantil/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/05/nombran-calle-de-redland-en-honor-a-jimmy-ryce-cuyo-secuestro-y-asesinato-impulso-la-atencion-sobre-la-seguridad-infantil/">Leer en español</a></p><p>Jimmy, 9, was kidnapped at gunpoint when he got off of his bus, just a block from his home, in the area of Southwest 162nd Avenue and 232nd Street on Sept. 11, 1995.</p><p>The murderer in this case would end up confessing to killing Jimmy and then he was later convicted and executed for the crime. But in the decades since that time, the family turned their grief into advocacy and launched the Jimmy Ryce Center, primarily with a focus on bringing bloodhounds to law enforcement agencies and other search groups in order to aid and help the search for other missing children in the future.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Redland street named after Jimmy Ryce, whose abduction, murder called attention to child safety <a href="https://t.co/pOCMbpZJXt">https://t.co/pOCMbpZJXt</a> <a href="https://t.co/MmrFLMUFHm">pic.twitter.com/MmrFLMUFHm</a></p>&mdash; Christina Vazquez (@ChristinaWPLG) <a href="https://x.com/ChristinaWPLG/status/2062999635514310902?ref_src=twsrc%5Etfw">June 5, 2026</a></blockquote><p>Now, a portion of Southwest 162nd Avenue has been given the “Jimmy Ryce Avenue” designation to honor him.</p><p>“It’s a tragedy that shook the nation and it was some 30 years ago. And renaming the street where the tragedy took place, in order to recognize him, honor him and honor the work that came after him with the foundation and with our law enforcement, really is the very least that we could do in Miami-Dade County,” Miami-Dade Commissioner Danielle Cohen Higgins said.</p><p>Edward Montizaan, who maintains a memorial in the area, said that Jimmy “had a short life and that was terrible, but out of the tragedy, a lot of good has come with bloodhounds that the law enforcement has been able to get through the Jimmy Ryce Foundation.”</p><p>Family members said they focused on bloodhounds, believing that Jimmy would be alive today if a bloodhound had immediately been brought in to search for him.</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[British PM criticizes Vance over comments about UK teen's stabbing death]]></title><link>https://www.local10.com/news/world/2026/06/05/british-pm-criticizes-vance-over-comments-about-uk-teens-stabbing-death/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/05/british-pm-criticizes-vance-over-comments-about-uk-teens-stabbing-death/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — British Prime Minister Keir Starmer 's office on Friday condemned comments by U.S. Vice President JD Vance, who blamed immigration for the death of a university student who was handcuffed as he lay dying from a stab wound.]]></description><pubDate>Fri, 05 Jun 2026 20:32:36 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — British Prime Minister Keir Starmer 's office on Friday condemned comments by U.S. Vice President JD Vance, who blamed immigration for the death of a university student who was handcuffed as he lay dying from a stab wound.</p><p>Henry Nowak, 18, died after being stabbed by Vickrum Digwa in the English city of Southampton in December. Digwa, who is Sikh, falsely claimed to police he was the victim of a racist assault by Nowak, who was white. When police officers arrived, they initially treated the wounded man as a suspect before noticing his injury and trying to resuscitate him.</p><p>Digwa, 23, was convicted of murder for stabbing Nowak with an 8-inch (21 centimeter) Sikh dagger and sentenced this week to life in prison with a minimum 21-year term.</p><p>The case has been seized on by anti-immigration activists and politicians, despite the fact that both Nowak and his killer were British. On Tuesday, police in Southampton were pelted with chairs, cans, rocks and flares after a demonstration over Nowak’s death attended by far-right figures and others.</p><p>Vance said in a post on social platform X on Friday that there should be “righteous anger” in response to the murder, which he blamed in part on “the mass invasion of migrants, many of whom despise the West and the people who love it.”</p><p>In a statement issued in response to Vance's comments, Starmer's office criticized people “trying to interfere in our democracy and seeking to stir up division on our streets.”</p><p>“The Nowak family are grieving after Henry’s horrific murder. They have said they do not want his death to be used to create further division, hatred or tension. We should be respecting their wishes,” Downing Street said in a statement. “Our politics should bring people together even in the most terrible of circumstances. That is who we are as a country.”</p><p>Ed Davey, leader of the centrist opposition Liberal Democrats, said “we all need to resist attempts like this to politicize Henry Nowak’s death and divide our country — whether they come from MAGA politicians like Vance or their cronies here in the U.K..”</p><p>Politicians including Nigel Farage, leader of the hard-right party Reform UK, have claimed that the police response is evidence of “two-tier” policing, with a bias against white people in the British justice system.</p><p>The U.S. State Department echoed the “two-tier” policing claim in a post on X Thursday, expressing condolences to Nowak's family and saying that “Ideological conditioning and two-tiered policing are glaring symptoms of civilizational decline.”</p><p>The British government rejected the “two-tier” allegation, which is not backed by statistical evidence.</p><p>The Independent Office for Police Conduct, which investigates allegations of police wrongdoing, is probing the actions of police officers responding to Nowak’s stabbing.</p><p>The victim’s father, Mark Nowak, has said the case was not about racism or religion, and that he wanted his son’s death to lead to safer streets and not to be used to create “further division, hatred or tension.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LVX24GEDQLW5ZYYSF5V5QXFMZM.jpg?auth=9ec612f37af21068d80f8223e24458feffa63d99ecdd111e9f110b13811384ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance speaks with reporters upon arriving on Air Force Two at Joint Base Andrews, Md., Thursday, May 28, 2026. (AP Photo/Matt Rourke, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U5XU6OUT7WDRZQC6DJ5I4M75TM.jpg?auth=7641695d7b9a5a6040f3a07935dd8dc378f13b51985c76a9cffa56bec1db3675&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Keir Starmer speaks as he visits STARK, a leading defence tech company in Swindon, England, Friday, June 5, 2026. (AP Photo/Alastair Grant, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UCWTIOK3K4G46R5WNTUJB3KF4I.jpg?auth=109dedcde9880021372ff313439eee8b5dd5027d3c64e871ce74c9f4544002c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image taken from PA Video, police and protestors clash during a protest following the death of Henry Nowak, a 18-year-old student stabbed to death with a Sikh kirpan ceremonial by Vickrum Digwa, in Southampton, England, Tuesday June 2, 2026. (Jamie Lashmar/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jamie Lashmar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CYO5J3HYY34ZHK4SVDM3OQJYVQ.jpg?auth=fd56669f7399626b6833be3dbf5e7935875a88fad14b9481b9c391167d01e81b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas se congregan para protestar frente a la comisaría de policía de Southampton, Inglaterra, el martes 2 de junio de 2026, tras la muerte por apuñalamiento de Henry Nowak, un adolescente británico que fue esposado a pesar de afirmar ser la víctima del crimen. (Gareth Fuller/PA vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Gareth Fuller</media:credit></media:content></item><item><title><![CDATA[Nombran calle de Redland en honor a Jimmy Ryce, cuyo secuestro y asesinato impulsó la atención sobre la seguridad infantil]]></title><link>https://www.local10.com/espanol/2026/06/05/nombran-calle-de-redland-en-honor-a-jimmy-ryce-cuyo-secuestro-y-asesinato-impulso-la-atencion-sobre-la-seguridad-infantil/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/nombran-calle-de-redland-en-honor-a-jimmy-ryce-cuyo-secuestro-y-asesinato-impulso-la-atencion-sobre-la-seguridad-infantil/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Un tramo de una calle en la zona rural de Redland, en el condado de Miami-Dade, fue designado como "Avenida Jimmy Ryce" poco más de tres décadas después del secuestro y asesinato del joven.]]></description><pubDate>Fri, 05 Jun 2026 17:08:42 +0000</pubDate><content:encoded><![CDATA[<p>Una parte de una calle en la zona rural de Redland, en el condado Miami-Dade, fue designada como “Jimmy Ryce Avenue” poco más de tres décadas después del secuestro y asesinato del joven.</p><p>Jimmy, de 9 años, fue secuestrado a punta de pistola cuando bajó de su autobús escolar, a solo una cuadra de su casa, en el área de Southwest 162nd Avenue y 232nd Street, el 11 de septiembre de 1995.</p><p>El asesino en este caso terminó confesando el homicidio de Jimmy y posteriormente fue condenado y ejecutado por el crimen. Pero en las décadas transcurridas desde entonces, la familia transformó su dolor en activismo y fundó el Centro Jimmy Ryce, enfocado principalmente en proporcionar sabuesos a las agencias del orden público y otros grupos de búsqueda para ayudar en la localización de niños desaparecidos en el futuro.</p><p>Ahora, una parte de Southwest 162nd Avenue recibió la designación de “Jimmy Ryce Avenue” en su honor.</p><p>“Es una tragedia que conmocionó a la nación y ocurrió hace unos 30 años. Cambiar el nombre de la calle donde ocurrió la tragedia para reconocerlo, honrarlo y honrar el trabajo que surgió después con la fundación y con nuestras agencias del orden público, realmente es lo mínimo que podíamos hacer en el condado Miami-Dade”, dijo la comisionada de Miami-Dade Danielle Cohen Higgins.</p><p>Edward Montizaan, quien mantiene un monumento conmemorativo en el área, dijo que Jimmy “tuvo una vida corta y eso fue terrible, pero de la tragedia ha surgido mucho bien gracias a los sabuesos que las agencias del orden público han podido obtener a través de la Fundación Jimmy Ryce”.</p><p>Los familiares dijeron que se enfocaron en los sabuesos porque creen que Jimmy estaría vivo hoy si uno de estos perros hubiera sido utilizado de inmediato para buscarlo.</p>]]></content:encoded></item><item><title><![CDATA[Corey Seager hits a 2-run homer in his Rangers return, snapping an 0-for-29 skid]]></title><link>https://www.local10.com/sports/2026/06/06/corey-seager-hits-a-2-run-homer-in-his-rangers-return-snapping-an-0-for-29-skid/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/06/corey-seager-hits-a-2-run-homer-in-his-rangers-return-snapping-an-0-for-29-skid/</guid><dc:creator><![CDATA[By STEPHEN HAWKINS, Associated Press]]></dc:creator><description><![CDATA[ARLINGTON, Texas (AP) — Corey Seager's first hit in a month for the Texas Rangers was a big one in his return from the injured list.]]></description><pubDate>Sat, 06 Jun 2026 04:50:39 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Texas (AP) — Corey Seager's first hit in a month for the Texas Rangers was a big one in his return from the injured list.</p><p>Seager belted a two-run homer homer in the sixth inning that put the Rangers ahead in a 3-2 win over the Cleveland Guardians on Friday night. The five-time All-Star shortstop and two-time World Series MVP missed the previous 19 games because of lower back inflammation.</p><p>That homer also snapped a career-worst 0-for-29 slump in his 12 big league seasons, since his previous hit May 6.</p><p>“It was just nice to get out there with the guys again,” Seager said. “You obviously want to help.”</p><p>He went deep off Cleveland rookie Parker Messick right after a double by Wyatt Langford, who was also activated from the IL before the game. Seager’s eighth homer of the season made it 3-2.</p><p>“It's definitely good to have them back,” said Rangers manager Skip Schumaker, who saw good signs early in the game. “Their timing looked right the first at-bat, both of them. ... Good news on both ends.”</p><p>Langford, the left fielder, had missed 39 games since going on the injured list April 22 because of a right forearm strain. They batted 1-2 in the lineup and their consecutive extra-base hits came in their third at-bats.</p><p>Seager, still hitting .181 in his 43 games, went into the series opener in an 0-for-27 slide that included 11 strikeouts. He had been hitless in his previous seven games, also a career worst, since an RBI single on May 6 at Yankee Stadium after he hit a home run earlier in that game.</p><p>“I’m excited to see, really for the first time in some time, our group together. Still missing (second baseman) Josh Smith, but beyond that, we have not had our group together in a long time,” Chris Young, the team’s president of baseball operations, said before the game.</p><p>“Look at the past week, 10 days, and there have been a lot of positives with the way we’ve played,” Young said. “And now getting Corey and Wyatt back in this lineup, I think will be very big for us. I’m excited to see what that does for everybody.”</p><p>The Rangers (31-32) have won six of their last seven games.</p><p>“Honestly, in a weird way, it’s an easier way to come back for me and Wyatt when the team’s going (good),” Seager said. “You've just got to hop on the train and keep going. So it’s definitely nice to be playing good and just to be able to be back out there.”</p><p>Utility man Cody Freeman and outfielder Alejandro Osuna were optioned to Triple-A Round Rock to make room on the roster. Utility player Sam Haggerty was designated for assignment after he was activated from the bereavement/family medial emergency list.</p><p>Langford and Seager played in two rehab games together this week at Double-A Frisco. That was after Langford played two games with Round Rock.</p><p>Seager hadn't been in a big league game since May 13. At that point, the 32-year-old shortstop had started 42 of the Rangers' first 43 games. He said then that physically he felt “completely fine” after playing all of their 24 games in a 27-day span.</p><p>The Rangers had a day off after that and planned for Seager to get an extra break by sitting out the series opener at Houston. But he didn't play at all in that series after waking up one morning with back spasms.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TT4JIC223DAQTGF3APQJB2XC5Q.jpg?auth=83bf494bc43b3c23ebf752bbabb9e18d14809bd09ac93c2220b7d7ba0f77c433&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas Rangers' Corey Seager, center, jogs to the dugout after hitting a home run during the sixth inning of a baseball game against the Cleveland Guardians, Friday, June 5, 2026, in Arlington, Texas. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IMHNDO2B2VC2MO5YG5BYS27FD4.jpg?auth=576d925a9c42da2d7e5793a84c236b2e793710c93b1af306282ae91bddaaa357&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas Rangers' Wyatt Langford hits a double during the sixth inning of a baseball game against the Cleveland Guardians, Friday, June 5, 2026, in Arlington, Texas. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IYXABC5RY3U5Q5S2DOI6EO5CMQ.jpg?auth=01ed0567159055bcb04ce6b20a39c98e12773eaa5cbaaf4cf981fc96887c220a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Guardians' Travis Bazzana, right, steals second base against Texas Rangers shortstop Corey Seager, second from left, during the third inning of a baseball game, Friday, June 5, 2026, in Arlington, Texas. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H4CAWHBPKJNDGDV7VPBJT7E2ZM.jpg?auth=32a3c208710c1eae9996b6c84a4c8f3b8e5d20bcdcc4a4a589aa8cb9eb1c8823&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Guardians outfielder Steven Kwan (38) looks on as fans in the stands reach for Texas Rangers' Corey Seager's home run during the sixth inning of a baseball game, Friday, June 5, 2026, in Arlington, Texas. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content></item><item><title><![CDATA[Can't afford sky-high tickets to see the Knicks in person? Trump says 'watch it on television']]></title><link>https://www.local10.com/news/politics/2026/06/05/cant-afford-sky-high-tickets-to-see-the-knicks-in-person-trump-says-watch-it-on-television/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/05/cant-afford-sky-high-tickets-to-see-the-knicks-in-person-trump-says-watch-it-on-television/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE and WILL WEISSERT, Associated Press]]></dc:creator><description><![CDATA[ABOARD AIR FORCE ONE (AP) — President Donald Trump confirmed he will attend Game 3 of the NBA Finals on Monday at Madison Square Garden, but said he doesn't have much sympathy for ordinary basketball fans who can't afford sky-high ticket prices to do the same.]]></description><pubDate>Fri, 05 Jun 2026 21:01:11 +0000</pubDate><content:encoded><![CDATA[<p>ABOARD AIR FORCE ONE (AP) — President Donald Trump confirmed he will attend Game 3 of the NBA Finals on Monday at Madison Square Garden, but said he doesn't have much sympathy for ordinary basketball fans who can't afford sky-high ticket prices to do the same.</p><p>“They can watch it on television,” Trump told reporters on Air Force One on Friday as he flew to Wisconsin for an event with farmers, after he was asked about tickets that have climbed as high as $8,000 each when the New York Knicks and San Antonio Spurs square off in Manhattan for the first time in the series.</p><p>"It’s sorta semi-free to watch it on television,” the president added. “That’s the way life goes.”</p><p>Trump further noted that if the Knicks weren't successful — as they haven't been most seasons since last advancing to the finals in 1999 — “you could go very easily.”</p><p>The president of course doesn't have to purchase tickets to attend major sporting events. Trump has been to a lot of them in his second term, including the 2025 Super Bowl, Daytona 500 and Ryder Cup.</p><p>But a centerpiece of his reelection campaign was a promise to tame inflation and bring down the price of groceries and other cost-of-living essentials. He has increasingly come under pressure to make good on that pledge as November midterm elections draw nearer — and as the war in Iran has caused gas prices to spike and global commodities markets to wobble, raising new fears about inflation and the strength of the U.S. economy.</p><p>A longtime Knicks fan, Trump said on Air Force One that he watched Game 1, which New York won 105-95 in San Antonio. “I think the Knicks have an amazing team the way they played," he said.</p><p>“Started off slow and it just got stronger and stronger," Trump said of Game 1. He pointed to Jalen Brunson and Karl-Anthony Towns when asked to name his favorite player on the team.</p><p>Trump was also asked about Spurs star Victor Wembanyama having stood with his arms crossed for the national anthem before Game 1. That touched off a conservative firestorm online, even though Wembanyama is French, meaning his country's anthem wasn't being played.</p><p>Trump was complimentary of Wembanyama, saying that he “looks like he's gonna be a great player.” But he ducked a chance to weigh in on the national anthem controversy, suggesting he'd not seen Wembanyamba's crossed arms.</p><p>"Is that what he did? What did he mean by that?” Trump asked, before recommending that reporters seek the answer from Wembanyama himself.</p><p>Trump confirming his attendance for Game 3 follows NBA Commissioner Adam Silver saying on Wednesday that a presidential appearance at a finals game might be unifying in “our increasingly divided society.”</p><p>“It creates a sense of connectivity among people," Silver said. "It creates a sense of belonging, and I feel that every day.”</p><p>___</p><p>Weissert reported from Washington.</p><p>__</p><p>An earlier version of this story said the Knicks were last in the NBA Finals in 1994. The last year the team competed in the Finals was 1999.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6WKKOFLNWFWGCIV5CT3XA2ZREY.jpg?auth=47036ebfdec5faf1496f3314f9c58058b31bc17eeeb1538b06a58a2c4f925c8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks to reporters aboard Air Force One en route from Joint Base Andrews, Md., to Eau Claire, Wis., Friday, June 5, 2026. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JKHM42XUUS7UVYISY3RNVGZRFU.jpg?auth=da0c702748b300eb3ab2df76ef489fb4d4f3a1ffcb4987ff67d24fdeb9c79139&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks fans pose at a subway entrance in New York decorated in team colors as the Knicks play the San Antonio Spurs in Game 1 of the NBA Finals basketball series on Wednesday, June 3, 2026. (AP Photo/Ted Shaffrey)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted Shaffrey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V7XUA6WKCAYA57ADXSENY3FTWU.jpg?auth=db1e4f8e1f9c9e9b92f50f83a9857a7f449691eae2f9ac4378dc26b24edc986e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump walks to his motorcade vehicle after talking with reporters Friday, June 5, 2026, at Chippewa Valley Regional Airport in Eau Claire, Wis. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Remaining 3 '60 Minutes' stars say they're staying at CBS show, don't want to see it die]]></title><link>https://www.local10.com/business/2026/06/05/remaining-three-60-minutes-stars-say-theyre-staying-at-cbs-show-dont-want-to-see-it-die/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/05/remaining-three-60-minutes-stars-say-theyre-staying-at-cbs-show-dont-want-to-see-it-die/</guid><dc:creator><![CDATA[By JOCELYN NOVECK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Saying “We don’t want to see ‘60 Minutes’ die,” the three remaining correspondents at the turmoil-plagued CBS News program have decided to stay, for now.]]></description><pubDate>Sat, 06 Jun 2026 02:51:41 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Saying “We don’t want to see ‘60 Minutes’ die,” the three remaining correspondents at the turmoil-plagued CBS News program have decided to stay, for now.</p><p>A memo from Lesley Stahl, Jon Wertheim and Bill Whitaker to fellow staffers expressed anger — and grief — over the recent firings at the show, and said the three had had “a hard time” deciding whether to remain.</p><p>“Here’s why we are staying: We don’t want to see ‘60 Minutes’ die,” the three wrote in the joint memo obtained by The Associated Press on Friday.</p><p>They expressed their regret over the recent firings of colleagues implemented by Bari Weiss, the new CBS News editor-in-chief, and the executive producer she installed last week, Nick Bilton. He replaced Tanya Simon, who was let go after a 30-plus year tenure with the show. Also dismissed were correspondents Sharyn Alfonsi and Cecilia Vega, among other top staffers. Scott Pelley was then fired this week after a tense confrontation with CBS News bosses.</p><p>“We want to express how sorry we are that these principled, fair and honest journalists were treated so shabbily, with such indecency," the three correspondents said in their memo. But they said they were “working to build trust” with Bilton, their new boss, and left open the possibility that they could leave later, if need be.</p><p>“If we can continue doing the work that made this show what it is — committing acts of independent, fearless journalism and storytelling — we’re here for it," the three wrote. “If not, we leave.”</p><p>“Here’s to Season 59!” the note ended.</p><p>Persuading the three to remain was a crucial step in Bilton’s task of getting the show back on track for the next season, which launches in September.</p><p>The show is suddenly down four correspondents. In addition to the three dismissed, Anderson Cooper — whose primary job is on-air work for CNN — said earlier this year he was leaving of his own accord after two decades.</p><p>Turmoil had been evident at “60 Minutes” for more than a year. Much of it came after President Donald Trump sued the show over its editing of a 2024 interview with then-Democratic presidential candidate Kamala Harris.</p><p>That became part of a broader shake-up at CBS News after Weiss was named to the new role of editor-in-chief by parent company Paramount late last year following David Ellison’s arrival as the network’s corporate leader.</p><p>Ellison’s company, Skydance, merged with CBS parent company Paramount, which later settled the Trump lawsuit for $16 million. That upset some at “60 Minutes” and many believe it indirectly led to the departure last month of popular longtime CBS late-night host Stephen Colbert, who had called the settlement “a big fat bribe.”</p><p>CBS News has been at the center of the American broadcast-news ecosystem since its radio days before the dawn of television, though Weiss earlier this year announced the shutdown of CBS News' radio operation. The network's nightly newscast was seen for decades as one of the most widely trusted institutions in the nation under longtime anchorman Walter Cronkite.</p><p>___</p><p>Noveck covers the intersection of media and entertainment for The Associated Press.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7ISVZ266SA7SKTI43RTG6NROAE.jpg?auth=09ae422ff94ccb7bfd919c8ce76aed40cb4c5452df8edc0da567952d1301f0f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The "60 Minutes" team, from left, Andy Rooney, Morley Safer, Steve Kroft, Mike Wallace, executive producer Don Hewitt, Lesley Stahl, and Ed Bradley pose at the Metropolitan Museum of Art in New York celebrating their 25th anniversary, on Nov. 10, 1993. (AP Photo/Mark Lennihan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Lennihan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6TUEEPFHUTJ5LL6KC5B3RYDJ3Q.jpg?auth=898e2c469eb92ea8d2ed5efdd7fadd97fc173351b73de5feb53845dd3a017545&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Scott Pelley, anchor of "CBS Evening News," at the CBS Upfront in New York, May 15, 2013. (Photo by Charles Sykes/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Sykes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XIXEEDMCHXEAX7ZA2CEPFTB7FE.jpg?auth=ae0c019bec4cf481aba620d6f2b170194283897e595d066cafcbc7495490d992&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by CBS News shows Bari Weiss at the CBS News/Politico reception ahead of the White House correspondents dinner in Washington on April 25, 2026. (Mary Kouw/CBS News via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mary Kouw</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GITPI2GNR6LBW3WC6AY66YUODU.jpg?auth=3f7f60ad0034b29fb0dc785c4cd01e7831488bd129f860061bad5bbe8c32ca78&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Against a backdrop of the famous "60 Minutes" stop watch, Don Hewitt, the program's creator and executive producer, reads prepared remarks to reporters during a session on "60 Minutes" during CBS' Winter Press Tour in the Hollywood section of Los Angeles, Jan. 17, 2004. (AP Photo/Rene Macura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rene Macura</media:credit></media:content></item><item><title><![CDATA[Hurricanes thriving in high-pressure playoff settings as Stanley Cup Final shifts West for Game 3]]></title><link>https://www.local10.com/sports/2026/06/05/hurricanes-thriving-in-high-pressure-playoff-settings-as-stanley-cup-final-shifts-west-for-game-3/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/hurricanes-thriving-in-high-pressure-playoff-settings-as-stanley-cup-final-shifts-west-for-game-3/</guid><dc:creator><![CDATA[By AARON BEARD, Associated Press]]></dc:creator><description><![CDATA[RALEIGH, N.C. (AP) — The Carolina Hurricanes have spent months regrouping quickly after losses and they have proven unshaken by the challenge of playing in hostile arenas or in next-goal-wins extra time.]]></description><pubDate>Fri, 05 Jun 2026 20:00:09 +0000</pubDate><content:encoded><![CDATA[<p>RALEIGH, N.C. (AP) — The Carolina Hurricanes have spent months regrouping quickly after losses and they have proven unshaken by the challenge of playing in hostile arenas or in next-goal-wins extra time.</p><p>Those responses in the most pressure-packed of scenarios helps explain why they're back to even in the Stanley Cup Final after losing the opener to the Vegas Golden Knights heading into Saturday's Game 3 on the road. If anything, they seem to be thriving on it with a perfect record in overtime and road games in the postseason, along with avoiding consecutive losses since mid-January.</p><p>“It's a special time of year, and it's a really cool opportunity and experience we all get to have,” goaltender Frederik Andersen said Friday. “And if we weren't enjoying it as well, it would be a big shame, right?”</p><p>The Hurricanes improved to 13-2 in the playoffs in dramatic fashion Thursday, rallying from a two-goal deficit in the third period to win 4-3 in overtime and split the first two games of the best-of-seven series. The thriller ended with Seth Jarvis hammering a one-timer past Carter Hart from the left side with the man advantage, a moment the Hurricanes are hoping is a breakthrough moment for their regular-season goals leader and the power-play unit after both have sputtered in the postseason.</p><p>The story is just as much about the Hurricanes' ability to navigate through turbulence. The win marked marked Carolina's 13th straight win when coming off a loss, a run that started after consecutive losses at Detroit and St. Louis on Jan. 12 and 13.</p><p>“It goes to talking about belief," forward Andrei Svechnikov said. "I think we believe in the group. We’re confident in what we’re doing and how we’re doing it. We believe in our system, and we just try to go there and play our game, and that’s what we’ve kind of been doing.”</p><p>Carolina's first postseason loss came in the Eastern Conference Final against Montreal, with the Hurricanes emerging from an 11-day between-rounds break — the longest in the playoffs in more than a century — and giving up four first-period goals in a 6-2 loss.</p><p>They responded with four straight wins, twice in overtime and then two in romps by a combined 10-1 margin to close out the series.</p><p>Coming off a 5-4 loss in Game 1 to Vegas, Carolina responded again, though it looked grim facing a 2-0 deficit and being outplayed in a second period that coach Rod Brind'Amour admitted was “kind of a dud."</p><p>The Hurricanes scored three unanswered goals in a span of roughly five minutes in the third period, the last being captain Jordan Staal's deflection from the top of the crease on the power play.</p><p>Then Carolina shook off Vegas scoring an OT-forcing goal with 1:21 left in regulation to cash in for a second straight time on a power play with Jarvis banging in the winner. That came on a well-executed sequence with Shayne Gostisbehere — who assisted on Staal's score — working up top.</p><p>Gostisbehere sold that he might shoot the puck enough to heighten the attention of the Golden Knights' defenders packed in the middle, while Nikolaj Ehlers even hopped in the slot as though jumping over a shot. That kept Hart locked an extra beat in the middle as Gostisbehere instead passed to Jarvis on the left side for the winner.</p><p>Before those scores, Carolina's power play stood at 7 for 60 (11.7%) in the playoffs after ranking fourth in the regular season (24.9%).</p><p>Now Carolina is 6-0 in overtime in the playoffs, including in all four Game 2 home wins, and a 6-0 on the road.</p><p>“For almost 50 minutes there (emotions are) kind of low, and then kind of even, then really high, then low again, and then high,” Gostisbehere said. "It’s a roller coaster, for sure. But it’s just managing them. We’re still human beings. We’re going to be nervous out there and have emotions, but the more you do it, the more you do anything, you get used to it.”</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7YGPJVV4XDR3I55NSART24YQ7I.jpg?auth=e52365937bd708314432a4db95eecf3c259054f616b250b542fcd5e73ea2aead&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes' Jordan Martinook (48), Seth Jarvis (24), Shayne Gostisbehere (4), and Logan Stankoven (22) ceelbrate after Jarvis scored the game-winning goal against against the Vegas Golden Knights in overtime of Game 2 of the NHL hockey Stanley Cup Final series in Raleigh, N.C., Thursday, June 4, 2026. (AP Photo/Ben McKeown)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben McKeown</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FIHTTM5ZLBE4O7P3WYDFI4CLKY.jpg?auth=76a53efe267dc80283d37e0d5c8a3b3e601e675c72aed49334beae0a2a4944aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes' Seth Jarvis (24) celebrates after his winning goal with Shayne Gostisbehere (4) during the overtime period in Game 2 of the NHL hockey Stanley Cup Final series against the Vegas Golden Knights in Raleigh, N.C., Thursday, June 4, 2026. (AP Photo/Karl DeBlaker)]]></media:description><media:credit role="author" scheme="urn:ebu">Karl B DeBlaker</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L7O6AR2HEEHKCFOX6ZPTRAF3LQ.jpg?auth=0ca52b5e9098c921dd3c1fc13d7b7d5791c681542b45014a11cba8ae5e9c9b82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Carolina Hurricanes players celebrate after the winning goal by Hurricanes' Seth Jarvis (24) against the Vegas Golden Knights during overtime in Game 2 of the NHL hockey Stanley Cup Final series in Raleigh, N.C., Thursday, June 4, 2026. (AP Photo/Ben McKeown)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben McKeown</media:credit></media:content></item><item><title><![CDATA[Video de agente muestra “increíble rescate” de auto que se hundía en Pompano Beach]]></title><link>https://www.local10.com/espanol/2026/06/05/video-de-agente-muestra-increible-rescate-de-auto-que-se-hundia-en-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/video-de-agente-muestra-increible-rescate-de-auto-que-se-hundia-en-pompano-beach/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[La Oficina del Sheriff de Broward publicó un video el viernes que muestra el rescate de una mujer de un automóvil que se hunde.]]></description><pubDate>Fri, 05 Jun 2026 14:57:41 +0000</pubDate><content:encoded><![CDATA[<p>La Oficina del Sheriff de Broward (BSO) publicó el viernes un video que muestra el rescate de una mujer de un automóvil que se hundía.</p><p>El detective Robert Rutkowski, el agente Zachary Kerin y Keith Costa, capitán fuera de servicio del Departamento de Bomberos de Fort Lauderdale, trabajaron juntos el 1 de mayo en Pompano Beach.</p><p>“La cámara corporal muestra un rescate increíble. Muestra la diferencia entre la tragedia y la supervivencia medida en apenas segundos. La conductora está viva hoy gracias a sus rápidas acciones”, dijo el sheriff Dr. Gregory Tony en un <a href="https://www.sheriff.org/pio/breaking-news/seconds-to-spare-bso-deputies-pull-elderly-woman-from-sinking-car/" target="_blank" rel="noreferrer" title="https://www.sheriff.org/pio/breaking-news/seconds-to-spare-bso-deputies-pull-elderly-woman-from-sinking-car/">comunicado</a>.</p><p>La mano de Kerin resultó herida mientras rompía la ventana del lado del pasajero del automóvil para poder sacar a la mujer del vehículo.</p><p>Personal de Pompano Beach Fire Rescue y otros agentes de la BSO también respondieron al canal en el área de South Palm Aire Drive y South Powerline Road.</p><p>Rutkowski dijo que tomó un dispositivo de flotación de un agente que ya lo tenía listo y rápidamente saltó al agua.</p><p>Los agentes habían atado una cuerda amarilla al dispositivo de flotación rojo, la sostuvieron y la utilizaron para ayudar durante el rescate.</p><p>“Nuestro trabajo era salvar una vida; eso fue lo que hicimos”, dijo Rutkowski, según un video publicado por la BSO. “Tuvimos éxito”.</p><p><b>Ubicación</b></p>]]></content:encoded></item><item><title><![CDATA[Carlos 'Indio' Solari, a legend of Argentina's rock scene, dies at 77]]></title><link>https://www.local10.com/entertainment/2026/06/05/carlos-indio-solari-a-legend-of-argentinas-rock-scene-dies-at-77/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/05/carlos-indio-solari-a-legend-of-argentinas-rock-scene-dies-at-77/</guid><dc:creator><![CDATA[By ALMUDENA CALATRAVA, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES, Argentina (AP) — Carlos Alberto Solari, the Argentine singer-songwriter known as “the Indio” who led Patricio Rey y sus Redonditos de Ricota, one of the country's most popular and influential rock groups, died Friday. He was 77.]]></description><pubDate>Sat, 06 Jun 2026 01:48:28 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES, Argentina (AP) — Carlos Alberto Solari, the Argentine singer-songwriter known as “the Indio” who led Patricio Rey y sus Redonditos de Ricota, one of the country's most popular and influential rock groups, died Friday. He was 77.</p><p>Solari, who had struggled with Parkinson’s disease for at least a decade, was found dead near an indoor pool at his house in the provincial town of Ituzaingó, about 30 kilometers (18 miles) west of the Argentine capital, Buenos Aires, authorities said, without identifying a cause of death.</p><p>His family confirmed his death on social media, saying they would hold a public funeral to allow people to bid farewell to the rock legend. Fans began gathering at his home, with some bearing flowers and wearing T-shirts printed with his nickname. Crowds filled a large plaza in downtown Buenos Aires to mourn, commune and sing Solari's hit songs. People wept. Strangers hugged.</p><p>Eros Ruarte, 19, said he woke up Friday to his mother breaking the bad news.</p><p>“'I said, no, mom, you can't say that.' I couldn't believe it, that the Indio had died. ... He is the biggest idol in the world. I grew up listening to him," he said from the impromptu wake. “I heard his songs from my mom, my uncle.”</p><p>As the lead singer of Patricio Rey y sus Redonditos de Ricota — known more simply as “Los Redondos” — Solari became a countercultural icon for disaffected Argentines coming of age as their country transitioned from a bloody military dictatorship to a democracy characterized by newfound freedoms but also instability and hyperinflation in the 1980s.</p><p>During the consumerist frenzy that gripped Argentina the 1990s, under the free-market policies of then-President Carlos Saul Menem, Solari's classic rock anthems, punchy dance tunes and cryptic lyrics gave voice to a spirit of rebellion against the excesses of capitalism and influences of foreign powers. Los Redondos released 10 studio albums, eschewing major record labels to maintain artistic independence.</p><p>The band broke up in 2001, but Solari found continued success as a solo artist, releasing five more albums under his own name that mixed mainstream rock and electronic influences and drawing hundreds of thousands of fans to parks and stadiums across Argentina.</p><p>At a massive concert in 2016, he announced that he had been diagnosed with Parkinson’s disease. “Mr. Parkinson is nipping at my heels. But here I am,” he said. The crowd went wild. He later retired from touring, speaking candidly in interviews about the debilitating effects of the disease.</p><p>Tributes poured in from politicians, artists and soccer stars across the country.</p><p>The Argentine Soccer Association said Solari's voice “became a popular rallying cry” and “echoed in the stands” of the soccer-crazed country.</p><p>The Grandmothers of Plaza de Mayo, a prominent activist group which sought to find relatives who had been killed or “disappeared” by the 1976-83 dictatorship, said the singer “inspired society as a whole to doubt, to question and to think critically.”</p><p>Cristina Fernández de Kirchner, Argentina's former president who is serving a corruption sentence under house arrest, posted one of his famous lyrics on social media, popularized as a call to live courageously: “Just living costs you your life.”</p><p>Solari is survived by his wife, Virginia Mones Ruiz, and 25-year-old son Bruno.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NXJWRUSTTPBNFD2C4KMG3FLQDY.jpg?auth=c2b0920ec4ce3fc3d8b5b164acf10fd5dc767fd290c52e9fe50c46c08426aabd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Argentine singer Indio Solari performs in Olavarria, Argentina, March 11, 2017. (AP Photo/Hernan Leonardi, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Hernan Leonardi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6BTEWWE2GFTASRIMO2U3YKBRWU.jpg?auth=ca7b6750352b2f87a9ab4f0e9275af9058c4eac05f6483bc0d5f6919dc14e97f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather near a drawing depicting Carlos Alberto Solari, the Argentine singer-songwriter known as "the Indio" who led Patricio Rey y sus Redonditos de Ricota, on the day of his death, at Plaza de Mayo square in Buenos Aires, Argentina, Friday, June 5, 2026. (AP Photo/Gustavo Garello)]]></media:description><media:credit role="author" scheme="urn:ebu">Gustavo Garello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P7UJ25Y7FQA74OLDCDQ4Q6Z6CQ.jpg?auth=186efe556a60d1c417fab7b3b5d20917993939877e6272319177ed200ec6b69e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather to remember Carlos Alberto Solari, the Argentine singer-songwriter known as "the Indio" who led Patricio Rey y sus Redonditos de Ricota, on the day of his death, at Plaza de Mayo square in Buenos Aires, Argentina, Friday, June 5, 2026. (AP Photo/Gustavo Garello)]]></media:description><media:credit role="author" scheme="urn:ebu">Gustavo Garello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RYQEACQQPJC6B3USAO2I6WCRH4.jpg?auth=4a218a38fe3ea648676ff2cc544b8201bd39c8ed0d36970bc1888fced53d0552&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person lights a candle near a picture of Carlos Alberto Solari, the Argentine singer-songwriter known as "the Indio" who led Patricio Rey y sus Redonditos de Ricota, on the day of his death, at Plaza de Mayo square in Buenos Aires, Argentina, Friday, June 5, 2026. (AP Photo/Gustavo Garello)]]></media:description><media:credit role="author" scheme="urn:ebu">Gustavo Garello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I3Q4A6U2LDBHE2IEINGDRUTEZM.jpg?auth=47f9a041dfcc2b01df937af392a54332e5162811fbfdad435f929582e17032e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather to remember Carlos Alberto Solari, the Argentine singer-songwriter known as "the Indio" who led Patricio Rey y sus Redonditos de Ricota, on the day of his death, at Plaza de Mayo square in Buenos Aires, Argentina, Friday, June 5, 2026. (AP Photo/Victor R. Caivano)]]></media:description><media:credit role="author" scheme="urn:ebu">Victor R. Caivano</media:credit></media:content></item><item><title><![CDATA[Deputy’s video shows ‘incredible rescue’ from sinking car in Pompano Beach ]]></title><link>https://www.local10.com/news/local/2026/06/05/deputys-video-shows-incredible-rescue-from-sinking-car-in-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/05/deputys-video-shows-incredible-rescue-from-sinking-car-in-pompano-beach/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The Broward Sheriff’s Office released a video on Friday showing a woman’s rescue from a sinking car.]]></description><pubDate>Fri, 05 Jun 2026 14:32:24 +0000</pubDate><content:encoded><![CDATA[<p>The Broward Sheriff’s Office released a video on Friday showing a woman’s rescue from a sinking car.</p><p><a href="https://www.local10.com/espanol/2026/06/05/video-de-agente-muestra-increible-rescate-de-auto-que-se-hundia-en-pompano-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/05/video-de-agente-muestra-increible-rescate-de-auto-que-se-hundia-en-pompano-beach/">Leer en español</a></p><p>Detective Robert Rutkowski, Deputy Zachary Kerin, and Keith Costa, an off-duty Fort Lauderdale Fire captain, worked together on May 1 in Pompano Beach.</p><p>“The body-worn camera shows an incredible rescue. It shows the difference between how tragedy and survival was measured in just seconds. The driver is alive today because of their quick actions,” Sheriff Dr. Gregory Tony said in <a href="https://www.sheriff.org/pio/breaking-news/seconds-to-spare-bso-deputies-pull-elderly-woman-from-sinking-car/" target="_self" rel="" title="https://www.sheriff.org/pio/breaking-news/seconds-to-spare-bso-deputies-pull-elderly-woman-from-sinking-car/">a statement</a>. </p><p>Kerin’s hand was injured as he shattered the car’s passenger-side window, so they could pull the woman out of the car. </p><p>Pompano Beach Fire Rescue personnel and other BSO deputies also responded to the canal in the area of South Palm Aire Drive and South Powerline Road. </p><p>Rutkowski said he grabbed a flotation device from a deputy who had it ready to go, and he quickly jumped in the water. </p><p>Deputies had tied a yellow rope to the red flotation device, held it, and pulled it during the rescue. </p><p>“Our job was to save a life; that’s what we did,” Rutkowski said, according to a video BSO released. “We were successful.”</p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d5136.079640767587!2d-80.161462491394!3d26.215883802751016!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d903a428e562b5%3A0x109629c31f19a48!2s2600%20S%20Palm%20Aire%20Dr%2C%20Pompano%20Beach%2C%20FL%2033069!5e1!3m2!1sen!2sus!4v1780669434054!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Yankees put Aaron Judge on injured list with rib stress fracture, recall Spencer Jones from Triple-A]]></title><link>https://www.local10.com/sports/2026/06/05/yankees-put-aaron-judge-on-injured-list-with-rib-stress-fracture-recall-spencer-jones-from-triple-a/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/yankees-put-aaron-judge-on-injured-list-with-rib-stress-fracture-recall-spencer-jones-from-triple-a/</guid><dc:creator><![CDATA[By LARRY FLEISHER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The New York Yankees placed Aaron Judge on the 10-day injured list Friday, a day after announcing the slugger has a stress fracture in one of his ribs that will keep him off the field indefinitely.]]></description><pubDate>Fri, 05 Jun 2026 21:45:03 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The New York Yankees placed Aaron Judge on the 10-day injured list Friday, a day after announcing the slugger has a stress fracture in one of his ribs that will keep him off the field indefinitely.</p><p>The three-time AL MVP will rest and have limited activity before getting re-evaluated and having additional imaging in about four to six weeks. The Yankees said in a statement that Judge is expected to return “at some point this season.”</p><p>“Very disappointed,” Judge said before the Yankees opened a three-game series against the Red Sox. “That’s why we went through every measure we could to get an expert to take a look to see what was going on in there, but definitely not what you want to hear — any fracture or anything like that.”</p><p>“He really is going to have some downtime,” general manager Brian Cashman said. “So once he gets cleared to have the imaging and stuff like that, hopefully it comes back positive at that point and then we can start mapping out a return to play protocol and expect him back and get a clearer picture of when that would be.”</p><p>Judge underwent a CT scan on Thursday and had an MRI earlier in the week when he met with a specialist. The Yankees initially said Judge had shoulder soreness before clarifying the injury was to a rib on his right side, which was first revealed when Judge underwent testing on Monday, the team’s off day.</p><p>Judge said he first experienced pain while making a diving catch on April 26 in Houston and added that crashing into the right-field fence to complete a catch on May 3 against Baltimore “didn’t help.” The pain intensified last weekend, when he was 2 for 12 against the Athletics, leading to an array of tests and findings from Dr. Gregory Pearl, a vascular surgery specialist in Dallas.</p><p>“I kind of felt the symptoms for the past month and we did everything we could to make sure, we could be out there,” Judge said. “In Sacramento it just got a little worse. So, I fought it as long as I could.”</p><p>Including a stint on the COVID-19 injured list in July 2021, Judge is on the IL for the 10th time since debuting Aug. 13, 2016. He missed 45 games with a fractured right wrist in 2018, 54 games with a strained left oblique in 2019 and 42 games with a fractured toe in 2023 after crashing into a wall while making a catch at Dodger Stadium.</p><p>In 2023, the Yankees went 19-23 while Judge was on the injured list. In 2019, they were 37-17 and 25-20 the previous season.</p><p>“Obviously you’re not going to replace Aaron Judge, and we all know how important he is to our club, but we’re also very confident in our ability to go out there and absolutely have the expectation to continue to win games,” manager Aaron Boone said.</p><p>The Yankees recalled Spencer Jones from Triple-A Scranton/Wilkes Barre for his second stint with the team to replace Judge.</p><p>Jones went 4 for 24 on May 8-21 after being called up to replace Jasson Domínguez, who injured the AC joint in his shoulder while crashing into the left-field fence on a catch against Brandon Nimmo on May 7 against Texas.</p><p>Judge has a rib injury for the second time in his career.</p><p>He was diagnosed with a stress fracture in one of his right ribs in March 2020. The injury occurred when he dived for a ball in September 2019, but Judge didn’t miss any time because of the 2020 season being delayed by the pandemic.</p><p>The 34-year-old is hitting .248 with 17 home runs and 38 RBIs. But he has just one homer in his last 18 games since May 10 and ended an 11-game homer and RBI drought with a game-ending, two-run drive on May 24 against the Tampa Bay Rays.</p><p>Judge entered the game against Tampa Bay in a 1-for-24 slump that dropped his batting average to .246. He was hitless in 15 at-bats before singling in the first inning.</p><p>“That was probably the biggest thing,” Judge said. “I just couldn’t swing the way I wanted to.”</p><p>Judge won the batting title last season, when he hit a career-high .331 with 53 homers and 114 RBIs in 152 games. He missed 10 games from July 26-Aug. 4 with a flexor strain in his right elbow that he sustained on a throw to home July 22 in Toronto. He underwent a plasma-rich injection and did not require offseason surgery.</p><p>Giancarlo Stanton played 17 games in the outfield when Judge was hurt last season. Stanton has been out since April 24 with a strained right calf and started taking live at-bats on the field Wednesday, though he was ruled out for New York’s upcoming road trip.</p><p>José Caballero started the first two games against Cleveland and has made four starts in right field since being acquired from Tampa Bay at the July 31 trade deadline. Max Schuemann made his first career start in right field Thursday and made a diving catch on Steven Kwan in the second along with a leaping catch on Brayan Rocchio in the seventh.</p><p>Judge had started 52 games in right field. Jones made his fifth start in right field Friday and Cody Bellinger has started two games.</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3XXBV2QF6G6FAUUP2LK4SJB4QU.jpg?auth=45684f627b0172992421283ef64f820224c2aad76a57cba4330eeb407e2fc20e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees right fielder Aaron Judge (99) looks on from the dugout during the seventh inning of a baseball game against the Cleveland Guardians, Tuesday, June 2, 2026, in New York. (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/TAPSAUYLRYLSAZRKBMSWOUPTDQ.jpg?auth=e519efa65d0f02b21919ef97fcfaaf97761e90e93d25ad42292979c5919c75e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Aaron Judge waits on-deck before batting during the fifth inning of a baseball game against the Athletics, Saturday, May 30, 2026, in West Sacramento, Calif. (AP Photo/Scott Marshall)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Marshall</media:credit></media:content></item><item><title><![CDATA[Court can't stop Trump ballroom construction, government lawyer tells judge]]></title><link>https://www.local10.com/news/politics/2026/06/05/trump-ballroom-construction-should-not-be-up-to-courts-government-attorney-argues-in-appeals-case/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/05/trump-ballroom-construction-should-not-be-up-to-courts-government-attorney-argues-in-appeals-case/</guid><dc:creator><![CDATA[By GARY FIELDS and MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Lawyers representing the federal government argued Friday that a court could not stop construction of a White House ballroom because it was already underway and because of the sensitive security concerns they say the structure is meant to address.]]></description><pubDate>Fri, 05 Jun 2026 19:51:49 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Lawyers representing the federal government argued Friday that a court could not stop construction of a White House ballroom because it was already underway and because of the sensitive security concerns they say the structure is meant to address.</p><p>Attorney Yaakov Roth, speaking during an exchange with U.S. Appeals Court Judge Patricia Millett, said only Congress could halt the $400 million project. The administration has been asking the court to allow it to press on with the ballroom without congressional approval.</p><p>At issue is an April 16 order from U.S. District Judge Richard Leon for Trump’s Republican administration to halt aboveground work on the 90,000-square-foot (8,400-square-meter) ballroom. Leon, who was nominated to the bench by Republican President George W. Bush, allowed for construction to continue on belowground work on a bunker and other “national security facilities” at the site.</p><p>The hearing Friday centered on who has standing to challenge government steps once they have already been taken and whether that standing overrides national security.</p><p>In response to hypothetical scenarios put forward by Millett, Roth agreed that the government could bulldoze the Statue of Liberty and the White House — and the descendants of immigrants who came through Ellis Island and the enslaved people who built the White House would not have legal standing to oppose the move after the fact.</p><p>Millett, nominated to the bench by Democratic President Barack Obama, asked Roth when the construction on the ballroom was a “fait accompli?”</p><p>“Was it when you started doing the underground work, which is now totally completely integral and connected and inseparable from a massive ballroom on top?" she asked. "When did it become impossible for courts to stop this project?”</p><p>Roth replied: “I think it would have been improper to enjoin it even on Day One."</p><p>The exchange was one of many during the two-hour hearing before the three-judge panel from the U.S. Court of Appeals for the District of Columbia Circuit. The hearing concluded without a decision by the judges.</p><p>The National Trust for Historic Preservation sued to challenge the project in December, a week after the White House finished demolishing the East Wing to make way for a ballroom that Trump said would fit 999 people.</p><p>It is hard to determine how the judges might rule. While there were numerous questions for Roth over the administration’s authority and changing explanations of how it is moving forward, plaintiff attorney Tad Heuer also faced numerous questions.</p><p>The judges pressed Heuer on standing in the case and on how basic aesthetic questions can override the national security concerns.</p><p>“We have never opposed the underground construction of the bunker, which is where the government until recently has said the national security concerns lay,” Heuer said. He said construction should be halted until Congress weighs in.</p><p>“Congress can allow ballrooms to be built — it’s its property,” Heuer said.</p><p>Government lawyers have argued that the project includes critical security features to guard against a range of threats, such as drones, ballistic missiles and biohazards.</p><p>“These upgrades, alterations, and improvements are essential to protecting the President, his family, and his staff, as well as the White House itself, and the entire project flows from them,” they wrote in a court filing.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KDM6SPA34MPRYIO2VRIIHN545U.jpg?auth=40000a4c75c45a1044901faa003fe6c196e73a49ae1cb230847e3b10d5c39445&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Construction on the White House Ballroom continues Friday, June 5, 2026, in Washington, as seen from the Washington Monument. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[Ned Jarrett, NASCAR Hall of Famer, 2-time Cup Series champion and longtime broadcaster, dies at 93]]></title><link>https://www.local10.com/sports/2026/06/05/ned-jarrett-nascar-hall-of-famer-2-time-cup-series-champion-and-longtime-broadcaster-dies-at-93/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/ned-jarrett-nascar-hall-of-famer-2-time-cup-series-champion-and-longtime-broadcaster-dies-at-93/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEWTON, N.C. (AP) — Ned Jarrett, a two-time NASCAR Cup Series champion and longtime broadcaster, died Thursday of natural causes in his home, his family announced. He was 93.]]></description><pubDate>Fri, 05 Jun 2026 19:19:56 +0000</pubDate><content:encoded><![CDATA[<p>NEWTON, N.C. (AP) — Ned Jarrett, a two-time NASCAR Cup Series champion and longtime broadcaster, died Thursday of natural causes in his home, his family announced. He was 93.</p><p>Jarrett was inducted into the NASCAR Hall of Fame in 2011 after 50 career wins on the sport's top circuit, including championships in 1961 and 1965. He was part of the second five-member NASCAR Hall of Fame class.</p><p>Jarrett, known as “Gentleman Ned” for his demeanor, may have been better known by younger NASCAR fans for his broadcasting career. One of his signature moments in the booth came in the 1993 Daytona 500 when he didn't try to restrain from rooting as his son, Dale Jarrett, held off Dale Earnhardt for the win.</p><p>Dale Jarrett won the Cup Series in 1999. The Jarretts became the second father-son combination to win Cup Series championships, following Lee and Richard Petty. Bill Elliott and his son, Chase, later completed the father-son achievement.</p><p>NASCAR CEO Steve O'Donnell said Ned Jarrett was a racing legend.</p><p>“Despite his calm demeanor, ‘Gentleman’ Ned Jarrett was as fierce a competitor as NASCAR has ever seen," O'Donnell said in a statement. "His on-track accomplishments speak for themselves with wins and championships across several NASCAR divisions.</p><p>“But it was his off-the-track persona that separated Ned from his peers. He was as kind as his nickname indicated. And his endearing personality helped him excel in his second career as a broadcaster. Ned was an outstanding ambassador for the sport for more than six decades and he will be dearly missed.”</p><p>Jarrett's family described him as "a devout Christian and a devoted, loving family man.”</p><p>“He was a friend to everyone he met and NASCAR’s oldest living champion," Jarrett's family said in a statement. "By all accounts, he was a true NASCAR legend. While we mourn his passing, we celebrate the remarkable life of an amazing man and truly the best father anyone could have wished for. Rest in Peace, Dad.”</p><p>___</p><p>AP auto racing: https://apnews.com/hub/auto-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5QUN5PFWKD76NGFZSOJZMWJKY4.jpg?auth=f054fc1df33d48ce76046e5c5b71acf99fc061384be62eb8eef6aa12c23b062e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - NASCAR legend Ned Jarrett waves to the fans as he is introduced before the start of the NASCAR BUSCH Nicorette 300 at Atlanta Motor Speedway in Hampton, Ga., March 18, 2006. (AP Photo/John Amis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Amis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RGUIYYBA6FL7K5VRMHWY2LP4F4.jpg?auth=305f039917d7b09cafdb960f45e21fe8b477ff7a76cb0b106f73706516c175e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Winston Cup Champion Dale Jarrett (88) is interviewed in his car on pit row by his father, Ned Jarrett, also a Winston Cup Champion, as he prepares for the start of the NAPA 500 at Atlanta Motor Speedway in Hampton, Ga., Nov. 21, 1999. (AP Photo/Ric Feld, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ric Feld</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UB763DSHK7C3IO3XEM6MHVO6UY.jpg?auth=4bad43f09f4eba947e7703e7b89503875d3ab454d740900e5deb788ce2a2be35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- Ned Jarrett holds his trophy, The Governor's Cup, as he receives a hug from his wife after winning the Dixie 400 stock car auto race June 8, 1964 in Atlanta. (AP Photo/File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/QQP2MQC5JS6VR6UQB5CS5YOKFA.jpg?auth=bf8d674d39c6b06e2e0d4899c65b4d672451aef81077de62dff3079948e8cae3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ned Jarrett waves to the crowd after being inducted into the NASCAR Hall of Fame in Charlotte, N.C., Monday, May 23, 2011. (AP Photo/Terry Renna, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Terry Renna</media:credit></media:content></item><item><title><![CDATA[National Park Service ranger dies after falling into a crevasse on Alaska's Mount McKinley]]></title><link>https://www.local10.com/news/national/2026/06/05/national-park-service-ranger-dies-after-falling-into-a-crevasse-on-alaskas-mount-mckinley/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/05/national-park-service-ranger-dies-after-falling-into-a-crevasse-on-alaskas-mount-mckinley/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[DENALI NATIONAL PARK AND PRESERVE, Alaska (AP) — A ranger in Alaska died after falling into a crevasse on North America's tallest mountain, the National Park Service said.]]></description><pubDate>Fri, 05 Jun 2026 19:19:39 +0000</pubDate><content:encoded><![CDATA[<p>DENALI NATIONAL PARK AND PRESERVE, Alaska (AP) — A ranger in Alaska died after falling into a crevasse on North America's tallest mountain, the National Park Service said.</p><p>Robin Pendery of Enumclaw, Washington was a seasonal mountaineering ranger assigned to Denali National Park and Preserve. She fell Thursday while on climbing patrol on Mount McKinley, and died despite immediate rescue efforts, the park service said.</p><p>The death is under investigation. It comes only a week after three climbers from a Latvian mountaineering expedition died after falling near a treacherous pass on McKinley. A fourth climber was rescued. They were part of a seven-person team traversing a route known for its exposed sections, where many climbers have died or been injured over the years.</p><p>McKinley stands at about 20,310 feet (6,190 meters), and Pendery fell near what's known as the 14,000-foot (4,328-meter) camp.</p><p>“Our mountaineering rangers dedicate themselves to serving visitors and helping others in one of the most challenging environments in the world,” Denali Superintendent Brooke Merrell said in a statement Friday. “Today, we mourn the loss of a valued colleague, friend and teammate.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MI6PROBSNX5GACZRBDK5HXMPEU.jpg?auth=36d3f0fedd0994a3bc0e9e0e884a4ddbe55a527ec4058b6378cc3326cafd297d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - North America's tallest peak, on Aug. 12, 2025, in Denali National Park and Preserve, Alaska. (AP Photo/Becky Bohrer,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Becky Bohrer</media:credit></media:content></item><item><title><![CDATA[Bears say they are moving forward with Northwest Indiana location for new stadium]]></title><link>https://www.local10.com/sports/2026/06/05/bears-say-they-are-moving-forward-with-northwest-indiana-location-for-new-stadium/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/bears-say-they-are-moving-forward-with-northwest-indiana-location-for-new-stadium/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — The Chicago Bears are looking to build a stadium in Northwest Indiana after a proposal to provide financial incentives for the NFL team to build its new home in Illinois stalled in the state legislature.]]></description><pubDate>Fri, 05 Jun 2026 20:45:29 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — The Chicago Bears are looking to build a stadium in Northwest Indiana after a proposal to provide financial incentives for the NFL team to build its new home in Illinois stalled in the state legislature.</p><p>The Bears' board of directors voted Thursday to move forward with a stadium development project in Hammond, Indiana. The team had been doing its due diligence on a tract of land near Wolf Lake, but it said Friday that an exact site had not been selected.</p><p>“We believe a world-class stadium project in Hammond will transform the region, connecting Northwest Indiana to the South Side of Chicago through the Loop and across neighborhoods and suburbs stretching north of the city," the Bears said in a statement that the team attributed to chairman George McCaskey and team president Kevin Warren. "It will bring Chicagoland together and deliver new opportunities to its residents and businesses.”</p><p>Indiana Gov. Mike Braun welcomed the team's announcement. A committee in the Indiana House of Representatives passed a bill in February that established a Northwest Indiana Stadium Authority to finance, construct and lease a stadium.</p><p>“We look forward to building a partnership as strong as the ’85 Bears defense, creating opportunities and economic growth that will benefit our state and the Bears organization for decades to come," Braun said in a statement. “An NFL franchise in Northwest Indiana will be an economic boost to the entire region like we haven’t seen before.”</p><p>The Bears, a charter NFL franchise, have played in Illinois since the team’s founding in 1920 as the Decatur Staleys. They moved to Chicago in 1921 and called Wrigley Field home before they started playing at Soldier Field in September 1971.</p><p>The Bears’ lease runs through 2033, but they can pay a fee to break the lease early. Soldier Field is about 40 miles south of Halas Hall — the team's headquarters in Lake Forest, Illinois — and Hammond is about 20 miles south of the team's lakefront stadium.</p><p>Matt Hill, a spokesperson for Illinois Gov. JB Pritzker, said the governor "remains open to a sensible solution that protects taxpayers.”</p><p>“The Bears have built a storied legacy in Illinois for over 100 years but have spent the last six years, and especially the last few months, shifting their position on a stadium location," Hill said in a statement. “That has hindered their progress. Today appears to be another instance of that after Illinois leaders have been working with the Bears in good faith.”</p><p>The Bears also had been considering Arlington Heights — about 30 miles northwest of Chicago — as a potential location for their new stadium.</p><p>The Illinois Senate passed a bill early Monday morning that would have cleared the way for Arlington Heights and Chicago to create local stadium authorities, creating a pathway for the Bears to avoid paying property taxes on a new stadium in Illinois. But the House adjourned without taking up the measure on the last day of the state’s spring legislative session.</p><p>State Rep. Kam Buckner, whose district includes Soldier Field, posted on social media that he spoke with Warren on Friday morning.</p><p>“He ended the conversation by committing to continue discussions around their pursuit of a new stadium in Illinois,” Buckner said.</p><p>While the Bears said as recently as May 21 that Hammond and Arlington Heights were the only sites under consideration, Chicago Mayor Brandon Johnson has been lobbying for the team to stay in the city.</p><p>The mayor's office issued a statement that said the city "will continue to engage in discussions grounded in the interests of our residents."</p><p>The Bears still have to secure NFL approval for the location of their new stadium. NFL spokesman Brian McCarthy said the team has kept the league apprised of all developments.</p><p>The Bears have been pursuing a new home for years, but the process has been hampered by repeated twists and turns.</p><p>The team announced in September 2021 that it had signed a purchase agreement for 326 acres of land in Arlington Heights. The $197 million deal with Churchill Downs Incorporated was finalized in 2023.</p><p>In September 2022, the team unveiled a nearly $5 billion plan for Arlington Heights that called for an enclosed stadium that could host Super Bowls and Final Fours. The conceptual illustrations also provided for a year-round entertainment district with restaurants and shopping.</p><p>But the Bears shifted their focus toward building a new stadium next to Soldier Field after Warren was hired as team president in January 2023, replacing the retiring Ted Phillips. The plan to transform Chicago’s Museum Campus got an enthusiastic endorsement from Johnson and a tepid reception from Pritzker and state legislators when it was announced in April 2024.</p><p>The team switched gears again in May 2025, announcing it had made “significant progress” with local leaders in Arlington Heights.</p><p>Amid lingering efforts to secure tax incentives in Illinois, along with as much as $855 million in public money for infrastructure at the Arlington Heights site, the Bears began to take a closer look at possible options in Northwest Indiana.</p><p>Hammond Mayor Thomas McDermott Jr. said the Bears decided on Hammond because it's “a successful city of opportunity and possibility, an excellent choice for such a significant investment.”</p><p>___</p><p>AP NFL: https://apnews.com/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KL6EDPWWU2B3LKSKMHSUCDNIEQ.jpg?auth=9cd64f7f3c1456976b3dbfabc0e5e4956779fbbd42a72f88d537b05a1f80c1e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Bears offensive linemen warm up during the NFL football team's practice Wednesday, June 3, 2026, in Lake Forest, Ill. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R5CDASBGGEGA4QDBBNB7Z43BFY.jpg?auth=e6525e4c72ebcd3ceaee47052933a76b32fd7f6a2e8a4c1e27d7d6a001c436d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Soldier Field is seen prior to an NFL football game between the Chicago Bears and Green Bay Packers, Dec. 20, 2025, in Chicago. (AP Photo/Kamil Krzaczynski, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Kamil Krzaczynski</media:credit></media:content></item><item><title><![CDATA[Energy Department says advanced nuclear reactor first to reach critical milestone]]></title><link>https://www.local10.com/tech/2026/06/05/energy-department-says-advanced-nuclear-reactor-first-to-reach-critical-milestone/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/05/energy-department-says-advanced-nuclear-reactor-first-to-reach-critical-milestone/</guid><dc:creator><![CDATA[By MATTHEW DALY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Energy Department says a small nuclear reactor under development at a national lab has reached a crucial milestone that could allow it to produce electricity within a few years.]]></description><pubDate>Fri, 05 Jun 2026 21:02:09 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Energy Department says a small nuclear reactor under development at a national lab has reached a crucial milestone that could allow it to produce electricity within a few years.</p><p>The microreactor being developed by Antares Nuclear Inc. at the Idaho National Lab reached “criticality” on Thursday, Energy Secretary Chris Wright said. The milestone occurs when a nuclear reactor achieves a self-sustaining chain reaction capable of producing a steady release of energy.</p><p>Antares is the first private company to bring an advanced reactor to criticality under a pilot program begun last year by the Trump administration meant to supercharge nuclear energy production in the U.S. The demonstration was conducted in partnership with the Energy Department and other contractors with support from the U.S. Army.</p><p>“We are very excited by this news today,” Wright said Friday on a call with reporters. “I think June 4th will be a historic day in the American nuclear renaissance.”</p><p>Antares and its partners "have shown America can do bold things,” Wright added. “America has great technology, great entrepreneurs that are ready to drive energy innovation to power our future, lower energy costs and make our country more powerful."</p><p>Trump administration pushing to ramp up nuclear power</p><p>The achievement shows that the Trump administration’s push to remove regulatory barriers is helping to advance new nuclear technologies, Wright said.</p><p>President Donald Trump signed executive orders in May 2025 intended to speed up the development of nuclear power, including steps that grant Wright authority to approve some advanced reactor designs and projects. Trump's orders limit some authority of the Nuclear Regulatory Commission, the independent safety agency that has regulated the U.S. nuclear industry for five decades.</p><p>Skeptics warn that nuclear energy poses risks and say microreactors may not be safe or feasible and have not proved they can meet demand for a reasonable price.</p><p>While the Antares system is years away from commercial use, achieving criticality is a notable step. The California-based company, which is initially targeting military applications, said it expects to begin producing electricity by late 2027 and see its systems deployed in the field by the end of 2028, CEO Jordan Bramble said Friday.</p><p>"Nuclear in America has been defined for too long by delays, by companies that said they would and then didn’t,” Bramble said in a written statement.</p><p>At a briefing on Friday, Bramble said achieving criticality “is the first step on a roadmap toward producing electricity ahead of deploying this technology for customer sites.”</p><p>“Microreactors are a technology that’s here today," he added. “2026 is the year where microreactors are becoming real. We’re months to years out from being able to start deploying this technology to military installations.”</p><p>July 4 goal for test reactors</p><p>The Trump administration has set a goal of achieving the criticality milestone in at least three test reactors by July 4 — the nation's 250th anniversary.</p><p>Officials have selected 11 advanced reactor projects, including Antares, to move their technologies toward deployment.</p><p>In February, the Pentagon and the Energy Department for the first time airlifted a small nuclear reactor from California to Utah, demonstrating what they say is the country's potential to quickly deploy nuclear power for military and civilian use. The nearly 700-mile flight transported a 5-megawatt microreactor manufactured by Valar Atomics in southern California to Hill Air Force Base in Utah.</p><p>The reactor — which did not have nuclear fuel — eventually will be able to generate up to 5 megawatts of electricity, enough to power 5,000 homes, said Isaiah Taylor, CEO of Valar Atomics. The company hopes to start selling power on a test basis next year and become fully commercial in 2028, he said.</p><p>Edwin Lyman, director of nuclear power safety at the Union of Concerned Scientists, said the transport flight, which attracted significant news coverage, was little more than a publicity stunt.</p><p>He offered a similar response to the claims by Antares and Wright.</p><p>“This stunt is a rudimentary first step that has absolutely no bearing on whether the Antares reactor will be safe or commercially viable,” Lyman said in an email Friday.</p><p>The Energy Department's statement that the test “confirms that the reactor can operate safely” is false, Lyman said, adding that more testing of the reactor is needed.</p><p>The administration has not resolved how nuclear waste will be disposed, although Wright has said the Energy Department is in talks with Utah and other states to host sites that could reprocess fuel or handle permanent disposal. States including Tennessee, Nebraska and Idaho have expressed interest in handling nuclear waste.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SQ2QEGPJM5QPQNM2MHRBNBHS5E.jpg?auth=c8c093cd9e9955c1b85c8993a6ad9f597965ccad3ac09d5f0671039977f22166&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Energy Secretary Chris Wright speaks during an event, May 4, 2026, in the East Room at the White House in Washington. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VT6VXM3FIEYTLHWJLQDFKNPRX4.jpg?auth=c36b8e64361df919da8e936289793fe09ba0a562442f1669b5d4f38a8404d7cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Energy Secretary Chris Wright, center, and Under Secretary of Defense Michael Duffey, left, listen as Isaiah Taylor, CEO of Valar Atomics, discusses a microreactor developed by Valar to generate nuclear power for the military and commercial customers, Feb. 15, 2026, in-flight, on board a C-17. (AP Photo/Matthew Daly, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Daly</media:credit></media:content></item><item><title><![CDATA[Editor]]></title><link>https://www.local10.com/careers/2026/06/05/editor/</link><guid isPermaLink="true">https://www.local10.com/careers/2026/06/05/editor/</guid><description><![CDATA[Responsibilities include, but are not limited to editing of news packages, VO’s and other projects for broadcast.]]></description><pubDate>Fri, 05 Jun 2026 18:58:06 +0000</pubDate><content:encoded><![CDATA[<p><u><b>As of June 5, 2026</b></u></p><p><u><b>Job Listing</b></u><b>: Editor </b></p><p>Responsibilities include, but are not limited to editing of news packages, VO’s and other projects for broadcast. Must possess good judgment for editing news stories. Must be able to work well under pressure and be able to meet newsroom deadlines as well as be able to work flexible hours including nights, weekends and holidays. Must have knowledge and experience working with Avid Media Composer or other non-linear editing systems. Other duties as assigned.</p><p> <i>***All of the essential functions of this position are not necessarily described in this posting.</i></p><p><i>***We are an Equal Opportunity Employer and will consider all qualified candidates regardless of race, color, religion, national origin, age gender, marital status, disability, matriculation or political affiliation. Any offer of employment is conditioned on successful completion of a pre-employment drug screen, investigative background check, employment/education verifications and reference checks. A valid driver’s license is required.</i></p><p><b>Please follow link below to apply for Editor Position:</b></p><p><a href="https://jobs.dayforcehcm.com/en-US/wplg/CANDIDATEPORTAL/jobs/8948" rel="">https://jobs.dayforcehcm.com/en-US/wplg/CANDIDATEPORTAL/jobs/8948</a></p><p><b>WPLG/TV</b></p><p>3401 W Hallandale Beach Blvd.</p><p>Pembroke Park, FL 33023</p><p>No phone calls.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LPPJMX4BHJDQFMV66ISUWVBKVE.jpg?auth=0db37ab6179236b8be376383ad9969fbcacfca660c6366d72cc4fea34bda11b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Trump's deportation agenda is about to get a $70B infusion from Congress]]></title><link>https://www.local10.com/news/politics/2026/06/05/trumps-deportation-agenda-is-about-to-get-a-70b-infusion-from-congress/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/05/trumps-deportation-agenda-is-about-to-get-a-70b-infusion-from-congress/</guid><dc:creator><![CDATA[By LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — With virtually no strings attached, Congress is on the verge of providing a sizable infusion of cash to the Department of Homeland Security, powering President Donald Trump’s mass deportation agenda for the remainder of his term in the White House.]]></description><pubDate>Fri, 05 Jun 2026 22:19:24 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — With virtually no strings attached, Congress is on the verge of providing a sizable infusion of cash to the Department of Homeland Security, powering President Donald Trump’s mass deportation agenda for the remainder of his term in the White House.</p><p>The nearly $70 billion package, which cleared the Republican-held Senate in a middle of the night vote and now heads to the House, was declared a “rotten bill” by the Democratic leader and an "ATM for ICE” by pro-immigrant advocates.</p><p>But for those aligned with Trump’s campaign promise for the largest mass deportation operation in U.S. history, it all but guarantees an uninterrupted flow of money to carry out the administration's immigration enforcement operations — and comes on top of some $170 billion Congress already approved for the department last summer, as part of Trump's big tax breaks bill.</p><p>“We’re going to continue to arrest people, we’re going to continue to detain people and we’re going to keep deporting people,” Trump border czar Tom Homan told CBS News on Friday.</p><p>He hinted at summer sweeps of enforcement actions coming next to New York City.</p><p>More money, fewer guardrails</p><p>The work of Congress comes at a pivotal time for the Republican president and his party as they face restless voters before the midterm elections. About one in three U.S. adults know someone who has been impacted by Trump’s immigration operations, according to an AP-NORC poll conducted in April. And as America celebrates its 250th anniversary, most say it’s no longer a great place for immigrants.</p><p>The funding package from Congress is just a slim dozen-page bill that carries none of the usual guardrails or directives typically demanded in legislation. It turns loose $30 billion for Immigration and Customs Enforcement operations, and billions for the Border Patrol, and others, prepaying the department’s operations into 2029.</p><p>“Their options are limitless in terms of what they can do with this money,” said Vanessa Cardenas, the executive director at America's Voice, a longtime advocacy organization for immigrants.</p><p>“That is such a hard thing to accept as a taxpaying citizen that our dollars are going to this massive, mass deportation machine, while Americans are struggling to meet health care costs, and have access to food and they’re paying so much in gas.”</p><p>The administration has sought to shift the debate over its immigration operations, installing new leadership at Homeland Security in the aftermath of violent scenes of immigration enforcement earlier this year and the shooting deaths of Americans Renee Good and Alex Pretti in Minneapolis.</p><p>Rather than the dramatic street sweeps, the administration is working behind the scenes on actions that are stripping immigrant groups of their ability to remain in the U.S., by doing away with Temporary Protected Status or making it more difficult to secure green cards.</p><p>The so-called Dreamers, young immigrants brought illegally to the U.S. as children, have reported delays in renewing their Deferred Action for Childhood Arrivals status, exposing them to potential deportation.</p><p>But protests on American streets continue, including over detention conditions at the Delaney Hall facility in New Jersey.</p><p>At the same time, Homeland Security continues to hire more ICE agents — it's hosting an employment fair next month in Florida — build more detention facilities and partner with countries around the world to take people who are being deported from the U.S.</p><p>In a statement, the department said Trump and Homeland Security Secretary Markwayne Mullin are “laser focused on ensuring the hardworking men and women” of ICE and Customs and Border Patrol are fully funded. It said the package from Congress “will ensure our critical national security operations continue despite any Democrat attempts to hold our great patriotic employees hostage in the future.”</p><p>Power of the purse becomes a blank check</p><p>Typically a funding package from Congress would run hundreds pages or more, with a range of specific instructions about how the money can be spent and on what timelines.</p><p>Congress, after all, holds the power of the purse, and often uses that constitutional role to put checks on the administration.</p><p>But after Democrats refused to fund Homeland Security earlier this year following the violence in Minnesota, Republicans retaliated by using the congressional budget resolution process to muscle the package through on their own, outside the traditional appropriations channels.</p><p>It’s the same process both parties have used in the past, most recently on Trump’s 2025 tax cuts bill.</p><p>“All this important oversight" that typically comes with the appropriations process "doesn’t happen,” said Bobby Kogan, a former staff member of the Senate Budget Committee who's now at the Center for American Progress, a think tank.</p><p>Overnight, Democrats in the Senate worked to exert that authority, offering amendments to ensure Congress had some say in the process. Sen. Dick Durbin of Illinois, for example, sought to protect “Dreamers” from deportation as their DACA renewals are being delayed. But those efforts all failed.</p><p>Deportations not enough, for some</p><p>Meanwhile the administration is under enormous pressure to deliver on its promise to boost deportations to some 1 million a year, after the Republican president's first year numbers fell short.</p><p>Mike Howell, president of the Oversight Project, is a leader of the Mass Deportation Coalition that is pushing the Trump administration to stick to its promises.</p><p>“Everyone’s talking about it like ICE is about to get another massive cash injection, and that’s not how I see it at all," he said. "They're getting like life-support money.”</p><p>“We’re not asking them to keep going,” Howell said. “We're asking them to start.”</p><p>Howell said there's little chance the Trump administration will be able to reach the president's deportation goals unless it drops its priority to go after what they call the “worst of the worst.”</p><p>His group put out a framework earlier this year that proposes more comprehensive sweeps to arrest immigrants, particularly in the workplace. He also wants to see the Trump administration make it more difficult for immigrants who are in the U.S. to use the banking system, get social services and obtain drivers licenses. Republicans in Congress have offered bills tackling some of those issues.</p><p>The administration has been amping up its own rhetoric and recently posted a new website that characterizes immigrants as “aliens” — with outer-space themes — and suggests ways the White House is working to prevent people from staying in the U.S.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YQMPMHEC2PYBD363EPRU7Q2SHE.jpg?auth=d80476561bf27b52ba6d6437d261f13ce2d6412f245728029edad400a26ed427&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anti-ICE protesters disperse during clashes with law enforcement officers outside the Delaney Hall detention center on Saturday, May 30, 2026, in Newark, N.J. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PDLSXBEFY4P6FZXXZN7ACQ4G2A.jpg?auth=42469b524aa301148dec38bc7d9646718099cf4b4a90472effe18a167ca946d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Majority Leader John Thune, R-S.D., walks from the chamber to his office at the Capitol in Washington, Thursday, June 4, 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[Sick and sleepless Arnaldi pulls out of French Open semifinal after night of vomiting]]></title><link>https://www.local10.com/sports/2026/06/05/sick-and-sleepless-arnaldi-pulls-out-of-french-open-semifinal-after-night-of-vomiting/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/sick-and-sleepless-arnaldi-pulls-out-of-french-open-semifinal-after-night-of-vomiting/</guid><dc:creator><![CDATA[By SAMUEL PETREQUIN, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — Having spent a large part of the night vomiting and deprived of sleep, Matteo Arnaldi was in no shape to fight for a spot in the French Open final.]]></description><pubDate>Fri, 05 Jun 2026 18:39:51 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Having spent a large part of the night vomiting and deprived of sleep, Matteo Arnaldi was in no shape to fight for a spot in the French Open final.</p><p>The 104th-ranked Arnaldi withdrew before the first all-Italian men's Grand Slam semifinal against Flavio Cobolli on Friday at Roland Garros.</p><p>Arnaldi believed he caught a virus and said he could not play competitive tennis.</p><p>“I think it’s a virus because I was feeling pretty cold,” he said. “I had a fever. I just know that I can’t move, and I can’t eat, and I can’t drink.”</p><p>His withdrawal handed Cobolli a place in Sunday's final against second-seeded Alexander Zverev.</p><p>Arnaldi said he felt fine during practice on Thursday, until he had dinner.</p><p>“I started to feel so-so with my stomach,” he told a press conference also attended by Cobolli, who sat at the other end of the interview desk.</p><p>“I was, like, ‘All right, just didn’t digest very well.’ But then I woke up at 1 a.m. and I started vomiting. Then I tried to sleep. I couldn’t sleep at all. At 6, 7 a.m. I vomited again. This time was pretty bad.”</p><p>He summoned a doctor to his room and took medicine.</p><p>“I was hoping that it would just be something from dinner or something like that, but then throughout the day I couldn’t eat," Arnaldi said. "Every time we did something or would drink, I would go back to the bathroom."</p><p>He reached the semifinals after countryman Matteo Berrettini retired in their quarterfinal due to a hip injury before the end of the second set. Arnaldi spent a total of 19 hours, 42 minutes on court, more than any other player has taken to make the semifinals at any major tournament since the ATP Tour began recording match times in 1991.</p><p>“It’s tough, because for how the tournament was, for how many hours I spent on court, I was feeling actually very good,” Arnaldi said.</p><p>“To have to withdraw from the first slam semifinal is not something that you wish to anybody. I tried to get ready and tried to stay as much as I could here and tried to see if I could go on court, but every time I get up, I feel dizzy, and I don’t feel like the best. I’m pretty sure if I eat again, I’m not going to feel, like, good. That was the right decision for me to take."</p><p>Cobolli said he was saddened by the news.</p><p>“When he came to me almost one hour ago, I almost cried,” he said. “Matteo is a big inspiration for all of us.”</p><p>___</p><p>AP Tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DEXQ7MKR5MQOLTQZJTHDXBGWMU.jpg?auth=3fb6e0532e508725df6d6df516eddbd9cd5b72f32de5a563f2cd86ca7810db2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italy's Matteo Arnaldi holds a press conference after witdrowing from a semifinal match due to an injury at the French Open in Paris, Friday, June 5, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YRNU2OJE2FFJOGCPRTONUZDSBE.jpg?auth=79584d93a486bc16a0584cfe420ff149e2f032b3685d2fe5e234fd5e6110c808&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italy's Flavio Cobolli reacts after winning the quarterfinal tennis match against Canada's Felix Auger-Aliassime at the French Open in Paris, Wednesday, June 3, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XYYTIXS5CGAXKFVBY6FDTQU4RU.jpg?auth=ae2009327a94b6c5a2c2004381a41e9372d9d2d8c69829b89f69878e25677aa5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italy's Matteo Arnaldi reacts during the quarterfinal tennis match against Italy's Matteo Berrettini at the French Open in Paris, Wednesday, June 3, 2026. (AP Photo/Christophe Ena)]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content></item><item><title><![CDATA[Miami-Dade Commissioner Oliver Gilbert resigns to run for Wilson’s seat]]></title><link>https://www.local10.com/news/politics/2026/06/05/miami-dade-commissioner-oliver-gilbert-resigns-to-run-for-wilsons-seat/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/05/miami-dade-commissioner-oliver-gilbert-resigns-to-run-for-wilsons-seat/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Miami-Dade County Commissioner Oliver Gilbert, a former two-term Miami Gardens mayor, is running for U.S. Rep. Frederica Wilson’s seat. ]]></description><pubDate>Fri, 05 Jun 2026 16:02:32 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade County Commissioner Oliver Gilbert, a former two-term Miami Gardens mayor, is running for U.S. Rep. <a href="https://dos.elections.myflorida.com/candidates/CanDetail.asp?account=89454" target="_self" rel="" title="https://dos.elections.myflorida.com/candidates/CanDetail.asp?account=89454">Frederica Wilson</a>’s seat. </p><p><a href="https://www.local10.com/espanol/2026/06/05/renuncia-comisionado-de-miami-dade-oliver-gilbert-para-postularse-al-escano-de-wilson/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/05/renuncia-comisionado-de-miami-dade-oliver-gilbert-para-postularse-al-escano-de-wilson/">Leer en español</a></p><p>Gilbert, 53, plans to officially announce his run for the 24th Congressional District on Sunday at the Antioch Missionary Baptist Church in Miami Gardens and livestream it on <a href="https://olivergilbert.vote/" target="_self" rel="" title="https://olivergilbert.vote/">his new site</a>. </p><p>“I grew up here. I went to school here. I served here. And every step of that journey is the reason I’m running,” Gilbert said in a statement on his site.</p><p>Oliver, who was elected to the commission in 2020 and served as the commission chair from 2022 to 2024, announced he was resigning from his commission seat effective Jan. 3.</p><p>Miami-Dade School Board member Steve Gallon III announced he is running for <a href="https://www.miamidade.gov/global/government/commission/district01/home.page" target="_self" rel="" title="https://www.miamidade.gov/global/government/commission/district01/home.page">Gilbert’s commission seat</a>. </p><p>The list of candidates running for Wilson’s seat also includes former Miami-Dade Commissioner Jean Monestime, Dr. Rudy Moise, <a href="https://dos.elections.myflorida.com/candidates/CanDetail.asp?account=90668" target="_self" rel="" title="https://dos.elections.myflorida.com/candidates/CanDetail.asp?account=90668">Christine Sanon-Jules</a>, an entrepreneur, and North Bay Village Commissioner <a href="https://dos.elections.myflorida.com/candidates/CanDetail.asp?account=90718" target="_self" rel="" title="https://dos.elections.myflorida.com/candidates/CanDetail.asp?account=90718">Andy Daro</a>, an independent. </p><p>Florida Sen. <a href="https://dos.elections.myflorida.com/candidates/CanDetail.asp?account=83840" target="_self" rel="" title="https://dos.elections.myflorida.com/candidates/CanDetail.asp?account=83840">Shevrin Jones</a> asked his supporters <a href="https://www.local10.com/news/politics/2026/06/04/florida-sen-shevrin-jones-to-share-what-comes-next-as-wilson-resigns-gantt-seeks-his-seat/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/04/florida-sen-shevrin-jones-to-share-what-comes-next-as-wilson-resigns-gantt-seeks-his-seat/">on Thursday</a> to meet him on Tuesday at the Koinonia Worship Center in Hollywood. </p><p>Jones, 42, announced on May 27 that he was not going to seek reelection for <a href="https://ballotpedia.org/Florida_State_Senate_District_34" target="_self" rel="" title="https://ballotpedia.org/Florida_State_Senate_District_34">Florida Senate District 34</a>, which he had represented since 2022.</p><p>“I also told you that when I was ready to share what comes next, you would hear directly from me,” Jones said in a video released <a href="https://x.com/shevrinjones/status/2062573432663847225" target="_self" rel="" title="https://x.com/shevrinjones/status/2062573432663847225">on X</a>. </p><p>After Wilson announced her retirement on May 29, Florida Rep. Ashley Gantt announced her campaign for Jones’s seat and released a statement saying Jones was seeking Wilson’s seat. </p><p>“As Congresswoman Wilson passes the torch and Senator Shevrin Jones announces his campaign for <a href="https://ballotpedia.org/Florida%27s_24th_Congressional_District" target="_self" rel="" title="https://ballotpedia.org/Florida%27s_24th_Congressional_District">Congressional District 24</a>, this moment also creates an opening, and I believe I am ready to fill it,” Gantt said in the statement. </p><p>Florida Democrats faced conflict after a Republican majority passed a redistricting map on April 29 and Gov. Ron DeSantis signed it into law on May 4. </p><p>U.S. Rep. <a href="https://www.local10.com/news/politics/2026/05/22/us-rep-debbie-wasserman-schultz-to-run-for-district-20-after-redistricting/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/05/22/us-rep-debbie-wasserman-schultz-to-run-for-district-20-after-redistricting/">Debbie Wasserman Schultz</a> announced on May 22 that she had decided not to run for reelection in the 25th Congressional District, but instead run in the 20th District. She faced backlash from <a href="https://www.local10.com/this-week-in-south-florida/2026/05/24/this-week-in-south-florida-elijah-manley-and-dale-holness/" target="_self" rel="" title="https://www.local10.com/this-week-in-south-florida/2026/05/24/this-week-in-south-florida-elijah-manley-and-dale-holness/">Black Democrats</a>.</p><p>On Tuesday, U.S. House Minority Leader Hakeem Jeffries told reporters that he had not decided whether or not to endorse Wasserman Schultz, whom he praised for her “strong” track record.</p><p>“I think we all recognize the sensitivities of the moment in terms of an unprecedented Jim Crow-like assault on Black political representation that has been unleashed by the Supreme Court’s outrageous decision to gut the Voting Rights Act, and it’s an environment that all of us need to be sensitive to,” Jeffries said. </p><p>The primary election is <a href="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/">on Aug. 28</a>, and the midterm election is Nov. 3. For more information about key election dates in Florida, <a href="https://dos.fl.gov/elections/for-voters/election-dates/" target="_self" rel="" title="https://dos.fl.gov/elections/for-voters/election-dates/">visit this page</a>. </p><p><b>VOTER GUIDE:</b> <a href="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/">Here is how to prepare for Florida’s Aug. 18 primary election</a></p><p><b>Read Gilbert’s resignation letter</b></p><figure><img src="https://www.local10.com/resizer/v2/T5MZSMM7NRD6VF4LMFXSW2JCUQ.jpg?auth=853059fb80cf626c5c2fa436ab18f0acccd2a26e263612b7c5cfb6a97d46921b&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><figure><img src="https://www.local10.com/resizer/v2/YY3RVET2XRGFLK6GN2N7KAUGEE.jpg?auth=acb59d7a0ce23feddfd80d142ba37b4666bc3c75b143a45de694f17482c4b213&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F4GLDD3EZDWGVZSRTS6HS5ASGY.jpg?auth=4fa26298ef5e34e5a4f3195d11309f3bd2f5906689e38e1afde88c0940fd3191&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE PHOTO]]></media:description></media:content></item><item><title><![CDATA[Renuncia comisionado de Miami-Dade Oliver Gilbert para postularse al escaño de Wilson]]></title><link>https://www.local10.com/espanol/2026/06/05/renuncia-comisionado-de-miami-dade-oliver-gilbert-para-postularse-al-escano-de-wilson/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/renuncia-comisionado-de-miami-dade-oliver-gilbert-para-postularse-al-escano-de-wilson/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[El comisionado del condado de Miami-Dade, Oliver Gilbert, ex alcalde de Miami Gardens durante dos mandatos, se postula para el puesto de la representante federal Frederica Wilson.]]></description><pubDate>Fri, 05 Jun 2026 16:46:33 +0000</pubDate><content:encoded><![CDATA[<p>Oliver Gilbert, comisionado del condado de Miami-Dade y ex alcalde de Miami Gardens durante dos mandatos, se postula para&nbsp;el escaño de la representante estadounidense&nbsp;<a href="https://dos.elections.myflorida.com/candidates/CanDetail.asp?account=89454" rel="" title="https://dos.elections.myflorida.com/candidates/CanDetail.asp?account=89454">Frederica Wilson .</a></p><p>Gilbert, de 53 años, planea anunciar oficialmente su candidatura al 24º Distrito Congresional el domingo en la Iglesia Bautista Misionera Antioch en Miami Gardens y transmitirlo en vivo en&nbsp;<a href="https://olivergilbert.vote/" rel="" title="https://olivergilbert.vote/">su nuevo sitio web</a>&nbsp;.</p><p>“Crecí aquí. Fui a la escuela aquí. Serví aquí. Y cada paso de ese camino es la razón por la que me postulo”, dijo Gilbert en un comunicado en su sitio web.</p><p>Oliver, quien fue elegido miembro de la comisión en 2020 y se desempeñó como presidente de la misma de 2022 a 2024, anunció su renuncia al cargo a partir del 3 de enero.</p><p>Steve Gallon III, miembro de la Junta Escolar de Miami-Dade, anunció que se postulará para&nbsp;<a href="https://www.miamidade.gov/global/government/commission/district01/home.page" rel="" title="https://www.miamidade.gov/global/government/commission/district01/home.page">el puesto de comisionado que actualmente ocupa Gilbert</a>&nbsp;.</p><p>La lista de candidatos que se postulan para el puesto de Wilson también incluye al excomisionado de Miami-Dade, Jean Monestime, al Dr. Rudy Moise, a&nbsp;<a href="https://dos.elections.myflorida.com/candidates/CanDetail.asp?account=90668" rel="" title="https://dos.elections.myflorida.com/candidates/CanDetail.asp?account=90668">Christine Sanon-Jules</a>&nbsp;, una empresaria, y al comisionado de North Bay Village,&nbsp;<a href="https://dos.elections.myflorida.com/candidates/CanDetail.asp?account=90718" rel="" title="https://dos.elections.myflorida.com/candidates/CanDetail.asp?account=90718">Andy Daro</a>&nbsp;, un independiente.</p><p>El senador de Florida,&nbsp;<a href="https://dos.elections.myflorida.com/candidates/CanDetail.asp?account=83840" rel="" title="https://dos.elections.myflorida.com/candidates/CanDetail.asp?account=83840">Shevrin Jones, pidió&nbsp;</a><a href="https://www.local10.com/news/politics/2026/06/04/florida-sen-shevrin-jones-to-share-what-comes-next-as-wilson-resigns-gantt-seeks-his-seat/" rel="" title="https://www.local10.com/news/politics/2026/06/04/florida-sen-shevrin-jones-to-share-what-comes-next-as-wilson-resigns-gantt-seeks-his-seat/">el jueves</a>&nbsp;a sus seguidores&nbsp;que se reunieran con él el martes en el Centro de Adoración Koinonia en Hollywood.</p><p>Jones, de 42 años, anunció el 27 de mayo que no se presentaría a la reelección para&nbsp;<a href="https://ballotpedia.org/Florida_State_Senate_District_34" rel="" title="https://ballotpedia.org/Florida_State_Senate_District_34">el Distrito 34 del Senado de Florida</a>&nbsp;, al que había representado desde 2022.</p><p>“También les dije que cuando estuviera listo para compartir lo que viene después, lo escucharían directamente de mí”, dijo Jones en un video publicado&nbsp;<a href="https://x.com/shevrinjones/status/2062573432663847225" rel="" title="https://x.com/shevrinjones/status/2062573432663847225">en</a>&nbsp;X.</p><p>Después de que Wilson anunciara su retiro el 29 de mayo, la representante de Florida, Ashley Gantt, anunció su candidatura para el escaño de Jones y emitió un comunicado diciendo que Jones aspiraba al puesto de Wilson.</p><p>“Ahora que la congresista Wilson me pasa el testigo y el senador Shevrin Jones anuncia su candidatura para&nbsp;<a href="https://ballotpedia.org/Florida%27s_24th_Congressional_District" rel="" title="https://ballotpedia.org/Florida%27s_24th_Congressional_District">el Distrito 24 del Congreso</a>&nbsp;, este momento también crea una oportunidad, y creo que estoy preparado para aprovecharla”, dijo Gantt en el comunicado.</p><p>Los demócratas de Florida se enfrentaron a un conflicto después de que la mayoría republicana aprobara un mapa de redistribución de distritos el 29 de abril y el gobernador Ron DeSantis lo promulgara como ley el 4 de mayo.</p><p>La representante estadounidense&nbsp;<a href="https://www.local10.com/news/politics/2026/05/22/us-rep-debbie-wasserman-schultz-to-run-for-district-20-after-redistricting/" rel="" title="https://www.local10.com/news/politics/2026/05/22/us-rep-debbie-wasserman-schultz-to-run-for-district-20-after-redistricting/">Debbie Wasserman Schultz</a>&nbsp;anunció el 22 de mayo que había decidido no presentarse a la reelección en el distrito congresional número 25, sino hacerlo en el distrito número 20. Su decisión generó críticas por parte de&nbsp;<a href="https://www.local10.com/this-week-in-south-florida/2026/05/24/this-week-in-south-florida-elijah-manley-and-dale-holness/" rel="" title="https://www.local10.com/this-week-in-south-florida/2026/05/24/this-week-in-south-florida-elijah-manley-and-dale-holness/">los demócratas afroamericanos</a>&nbsp;.</p><p>El martes, el líder de la minoría en la Cámara de Representantes de Estados Unidos, Hakeem Jeffries, declaró a los periodistas que aún no había decidido si respaldaría o no a Wasserman Schultz, a quien elogió por su sólida trayectoria.</p><p>“Creo que todos reconocemos la delicadeza del momento en lo que respecta a un ataque sin precedentes, similar al de las leyes de segregación racial de Jim Crow, contra la representación política de la población negra, desatado por la indignante decisión de la Corte Suprema de desmantelar la Ley de Derechos Electorales, y es un entorno al que todos debemos ser sensibles”, dijo Jeffries.</p><p>Las elecciones primarias se celebrarán&nbsp;<a href="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/" rel="" title="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/">el 28 de agosto</a>&nbsp;y las elecciones de mitad de mandato el 3 de noviembre. Para obtener más información sobre las fechas clave de las elecciones en Florida,&nbsp;<a href="https://dos.fl.gov/elections/for-voters/election-dates/" rel="" title="https://dos.fl.gov/elections/for-voters/election-dates/">visite esta página</a>&nbsp;.</p><p><b>GUÍA DEL VOTANTE:&nbsp;</b><a href="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/" rel="" title="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/">Aquí le explicamos cómo prepararse para las elecciones primarias de Florida del 18 de agosto.</a></p><p><b>Lea la carta de renuncia de Gilbert</b></p><figure><img src="https://www.local10.com/resizer/v2/T5MZSMM7NRD6VF4LMFXSW2JCUQ.jpg?auth=853059fb80cf626c5c2fa436ab18f0acccd2a26e263612b7c5cfb6a97d46921b&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F4GLDD3EZDWGVZSRTS6HS5ASGY.jpg?auth=4fa26298ef5e34e5a4f3195d11309f3bd2f5906689e38e1afde88c0940fd3191&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Gardens Mayor Oliver Gilbert speaks about group effort with Super Bowl LIV on Monday morning at the Miami Beach Convention Center.]]></media:description></media:content></item><item><title><![CDATA[The electric guitar spawned garage bands, rock-god dreams — and generations of popular music]]></title><link>https://www.local10.com/entertainment/2026/06/05/the-electric-guitar-spawned-garage-bands-rock-god-dreams-and-generations-of-popular-music/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/05/the-electric-guitar-spawned-garage-bands-rock-god-dreams-and-generations-of-popular-music/</guid><dc:creator><![CDATA[By RAVI NESSMAN, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — What is more American than taking a musical instrument with ancient roots and zapping it with electricity? That new creation, the electric guitar, has launched the dreams of millions of teenagers.]]></description><pubDate>Fri, 05 Jun 2026 17:54:48 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — What is more American than taking a musical instrument with ancient roots and zapping it with electricity? That new creation, the electric guitar, has launched the dreams of millions of teenagers.</p><p>It turned garages into impromptu rehearsal spaces for would-be rock stars across the American suburbs. For those who couldn’t play, couldn’t try to play or couldn’t get some friends with instruments together, there was always the air guitar. (Does anyone ever play an acoustic air guitar?)</p><p>Nearly 100 years ago, Americans' love of tinkering, music and just making things louder combined when George Beauchamp created and Adolph Rickenbacker produced the first commercially successful electric guitar. That was “the Frying Pan.”</p><p>The tinkering continued. Musician and inventor Les Paul put strings and pickups on a block of wood called “the Log” and made it one of the first solid body electric guitars. And now we’re talking.</p><p>Imagine the intro to Chuck Berry’s “Johnny B. Goode” without the electric guitar. Would that song about a guitar player even exist? It’s the engine powering Jimi Hendrix’s version of “All Along the Watchtower” and Bruce Springsteen’s “Born to Run.” It spawned the ax man, the guitar god and the apotheosis of look-at-me American exceptionalism, the guitar solo.</p><p>It’s in your face and loud. It goes to 11, after all.</p><p>It was so provocative that many felt deep betrayal when Bob Dylan plugged in.</p><p>It became so ubiquitous, so essential to rock and pop music, that MTV created its successful “Unplugged” franchise, where bands were forced to play nonelectric instruments as an acoustic counterprogramming novelty.</p><p>And like all the best American inventions, it was exported around the world, where it still has the power to make kids dream. As long as they have somewhere to plug in.</p><p>___</p><p>Part of a recurring series, “American Objects,” marking the 250th anniversary of the United States. For more American objects, click here. For more stories on the anniversary, click here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZQ5BRIFYKJBZEMAQT6AZH2C4HM.jpg?auth=9beee765122679f0110b259c0941396215761ebbe31d49ae02f6c7e8820ba9c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A miniature electric guitar in Phoenix, Saturday, June 2, 2026. (AP Photo/Dario Lopez-Mills)]]></media:description><media:credit role="author" scheme="urn:ebu">Dario Lopez-Mills</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PDAJCAGVFGI5RWNFTXHYSSWLFI.jpg?auth=41b0c7a75f55a6b8be8ef02cf2366216da9529f4858b3744c9516ca46cc4a872&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Rickenbacher "Frying Pan" and its amplifier are displayed at the Musical Instrument Museum in Phoenix, Saturday, May 30, 2026. (AP Photo/Dario Lopez-Mills)]]></media:description><media:credit role="author" scheme="urn:ebu">Dario Lopez-Mills</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QJOTCNVBGPKKJKNSRAMJ7XYC4M.jpg?auth=d5b783781f7313aeeec542df0572deee030eb9488e1caf5beea5bd8aa8fe6321&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination photo shows 8 electric guitars, some owned by famous musicians, on display at the Musical Instrument Museum in Phoenix, Saturday, May 30, 2026. (AP Photo/Dario Lopez-Mills)]]></media:description><media:credit role="author" scheme="urn:ebu">Dario Lopez-Mills</media:credit></media:content></item><item><title><![CDATA[Trump says he wants his new acting director of national intelligence to cut the office]]></title><link>https://www.local10.com/news/politics/2026/06/05/trump-says-he-wants-his-new-acting-director-of-national-intelligence-to-cut-the-office/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/05/trump-says-he-wants-his-new-acting-director-of-national-intelligence-to-cut-the-office/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE and SEUNG MIN KIM, Associated Press]]></dc:creator><description><![CDATA[ABOARD AIR FORCE ONE (AP) — President Donald Trump said Friday that he wants his new acting director of national intelligence, Bill Pulte, to cut the office, which has already been significantly scaled back during his second term.]]></description><pubDate>Fri, 05 Jun 2026 21:59:06 +0000</pubDate><content:encoded><![CDATA[<p>ABOARD AIR FORCE ONE (AP) — President Donald Trump said Friday that he wants his new acting director of national intelligence, Bill Pulte, to cut the office, which has already been significantly scaled back during his second term.</p><p>Trump noted that the size of the office has been “way too high for way too long” and that “if he cut, I wouldn’t mind that."</p><p>“He'll do a very good job,” Trump told reporters on Air Force One as he traveled to Wisconsin for an event on agriculture. “He'll watch it closely, but Bill Pulte is very good, he's very talented.”</p><p>The Republican president said in an earlier interview with The Wall Street Journal that he has asked Pulte to start the process of firing employees. In the interview, Trump said he has already conveyed his view to Pulte, who has served as head of the Federal Housing Finance Agency but has no apparent national security expertise.</p><p>“I’d like to see it smaller. I think there are a lot of people in there that shouldn’t be there,” Trump said, which the Journal said was in reference to intelligence community officials who had served in the Democratic administrations of Presidents Joe Biden and Barack Obama.</p><p>Trump told the Journal that he wants Pulte to “start the process” of firing personnel and that the eventual permanent director of national intelligence should continue it. The president has indicated that he would not formally nominate Pulte for the position.</p><p>“Frankly, it might be good for him to shake it up before people come,” Trump said. “Because, if he (Pulte) reduced the size, in conjunction with me … and in conjunction with possibly the person coming in … he can do a lot of the hard work and we wouldn’t have to saddle somebody that goes in.”</p><p>Pulte was tapped by the president earlier this week in a surprising move that has been met with bipartisan resistance in the Senate, which confirms presidential nominations. The temporary appointment has now snarled the renewal of a critical national security surveillance program on Capitol Hill, with Democrats key to the vote pointing out that they did not trust Pulte — whose office oversees 18 intelligence agencies — to help administer the surveillance program.</p><p>Trump told reporters on Air Force One that Pulte will stay in the position depending on how long it takes to get his successor confirmed. The president also said he was considering five people who were “all very good, all people that you know very well, all people that do that kind of thing.”</p><p>“They're very respected people,” Trump said of his intelligence candidates, without naming them.</p><p>Under Pulte’s predecessor, Tulsi Gabbard, the DNI office had already taken steps to scale back its size. In August, the Trump administration said that the office’s budget would be cut by more than $700 million per year, while slashing the size of its workforce.</p><p>At the time, Gabbard said the office had become “bloated and inefficient” while she announced the roughly 40% workforce reduction.</p><p>Gabbard resigned last month after revealing her husband’s cancer diagnosis.</p><p>___</p><p>Kim reported from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HNFKPUWUH2T7JPKN3ENJS3QMR4.jpg?auth=37d5f0c0bbbe7725267b57520c671c0f13a4818b0fd901bd615d376590801e52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump waves as he boards Air Force One, Friday, June 5, 2026, at Joint Base Andrews, Md. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NXHF2E4UMGZP2FHBXHNGC3BIFY.jpg?auth=0d98743390e6450fb3eaf213678cbf12bb1b46995774bf74fb01972d06cf324b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Director of the Federal Housing Finance Agency Bill Pulte speaks with reporters at the White House, Sept. 2, 2025, in Washington. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4VYTZMS3JFJIRUITHOJ6QZZF4E.jpg?auth=5735f6760ab32fb8177bf06c5b5a5fb7019d56a9af1077dfa7e2b226ca3de260&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump waves from the stairs of Air Force One upon his arrival at Joint Base Andrews, Md., Friday, June 5, 2026.(AP Photo/Luis M. Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis M. Alvarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UTDQU5EFXXEAX5JRHQYATG572E.jpg?auth=da545f4f5cb6409f9219079d12784c72a8831e03112fd21db95c8a8b93e5953d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump waves from the stairs of Air Force One upon his arrival at Joint Base Andrews, Md., Friday, June 5, 2026. (AP Photo/Luis M. Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis M. Alvarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CCTVAXWYRRYERKEBG2XJ5USD3E.jpg?auth=cd278cc0c50bc69adc52f8a0063afe5b251d38ca033c73a40e73969c05821785&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Director of the Federal Housing Finance Agency Bill Pulte, speaks to reporters at the White House, July 24, 2025, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Tortorella likes where the Golden Knights stand with the Stanley Cup Final tied 1-1: 'We're good']]></title><link>https://www.local10.com/sports/2026/06/05/tortorella-likes-where-the-golden-knights-stand-with-the-stanley-cup-final-tied-1-1-were-good/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/tortorella-likes-where-the-golden-knights-stand-with-the-stanley-cup-final-tied-1-1-were-good/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[RALEIGH, N.C. (AP) — Less than 12 hours after his team blew a two-goal lead and lost in overtime, coach John Tortorella has no issues with where his Vegas Golden Knights stand in the Stanley Cup Final against Carolina that is now all tied up at 1-1.]]></description><pubDate>Fri, 05 Jun 2026 17:47:52 +0000</pubDate><content:encoded><![CDATA[<p>RALEIGH, N.C. (AP) — Less than 12 hours after his team blew a two-goal lead and lost in overtime, coach John Tortorella has no issues with where his Vegas Golden Knights stand in the Stanley Cup Final against Carolina that is now all tied up at 1-1.</p><p>In true “Torts” fashion, he is not explaining why.</p><p>"I like our team, where we’re at," Tortorella said Friday. “We’re good. We’re ready to play. I like a lot of things about what’s gone on in the first two games. I’m not giving you specifics.”</p><p>Tortorella and the Golden Knights return home for Game 3 against the Hurricanes on Saturday night with plenty of lessons to learn from. It's the first time in NHL history that each of the first two games of a Cup final featured a team erasing a multigoal deficit to win.</p><p>Vegas trailed 2-0 in the opener and won 5-4, then led 2-0 on Thursday night until past the midway point of the third period. After Carolina scored three times in just over five minutes, it took captain Mark Stone tying it 6 on 5 with goaltender Carter Hart pulled for an extra skater to force overtime.</p><p>“We have pretty good control, and then some minor mistakes and it ends up in the back of the net,” center William Karlsson said. “Just kind of ride it out all game long and hopefully not give Carolina any chances to come back.”</p><p>Teammates credited the crowd in Raleigh for aiding the Hurricanes' comeback, and with that came an appreciation to be playing the next two games at the arena on The Strip nicknamed the Fortress. The Golden Knights have only been in existence for nine years, but their home-ice advantage quickly became one of the best in the league.</p><p>“We feed off the crowd,” forward Keegan Kolesar said. "You can tell from (Game 2), once things started going their way, they’re playing a lot faster, a lot harder when their crowd is involved. Go back to even the COVID year, it makes you realize how important fans are because when they’re not in that building, it can be pretty miserable, so really excited to have that back in our building.”</p><p>The Knights are 6-2 at home during the playoffs. They are also 7-3 on the road.</p><p>Tortorella has preached consistency since taking over when Bruce Cassidy was fired in late March, and that applies to not changing much depending on where games take place.</p><p>“There’s no difference," Tortorella said. "We’re going to play. We know how to play. We know how we want to play.”</p><p>Carolina went a perfect 6-0 on the road through the first three rounds, including the Eastern Conference Final at hockey-mad Montreal.</p><p>“I don’t think we really care, to be honest, where we play," said Hurricanes goaltender Frederik Andersen, who has a 1.27 goals-against average and .931 save percentage away from home in the playoffs this spring. “We’re really just focused on our foundation in our game, and that’s really what sets us up for success.”</p><p>Lingering over Vegas is the potential absence of top-pairing defenseman Brayden McNabb, who took an 87.3 mph slap shot to the face 11 minutes into Game 2 and did not return. If McNabb is unable to play in Game 3, fellow left-handed shooter Ben Hutton or righty Kaedan Korczak are likely replacements.</p><p>___</p><p>AP NHL: https://apnews.com/hub/stanley-cup and https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AAZFNOWL5LLAJ3XPN7DCMVDDUA.jpg?auth=fbecf339a4068672a7d1ede8b7beead82fbe506e4a23840accd9361b56c801bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vegas Golden Knights' Mark Stone (61) celebrates after his goal while in the grasp of Carolina Hurricanes' Jackson Blake (53) with Hurricanes goaltender Frederik Andersen, right, nearby during the third period in Game 2 of the NHL hockey Stanley Cup Final series in Raleigh, N.C., Thursday, June 4, 2026. (AP Photo/Karl DeBlaker)]]></media:description><media:credit role="author" scheme="urn:ebu">Karl B DeBlaker</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MYRDWB23HUO24OXNLLZ2BIODQA.jpg?auth=6b4ebd514df51135006909d279f8ec98f7c6660c6c8588ef7195869ed491de07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vegas Golden Knights' Mitch Marner (93) controls the puck in front of Carolina Hurricanes' Seth Jarvis (24) during the second period in Game 2 of the NHL hockey Stanley Cup Final series in Raleigh, N.C., Thursday, June 4, 2026. (AP Photo/Karl DeBlaker)]]></media:description><media:credit role="author" scheme="urn:ebu">Karl B DeBlaker</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O7B46W6J24RL4GDZF7INUPX4DM.jpg?auth=5c3564e9a073e6f635cc9f08e05dd103dd9a847f0bf11963877dddee7b60d1ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vegas Golden Knights' Mark Stone (61) celebrates with Pavel Dorofeyev (16) after scoring against the Carolina Hurricanes to tie in the third period of Game 2 of the NHL hockey Stanley Cup Final series in Raleigh, N.C., Thursday, June 4, 2026. (AP Photo/Ben McKeown)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben McKeown</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G4NNR3SSP7ZJJRDW2ERJ3UQ56Q.jpg?auth=3bb74792a7eb041578d36911f86bc2a7ac3fcc75e8b496b4ac5367ef226d9563&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes' Frederik Andersen (31) makes a save against Vegas Golden Knights' Ivan Barbashev (49) in the third period of Game 2 of the NHL hockey Stanley Cup Final series in Raleigh, N.C., Thursday, June 4, 2026. (AP Photo/Ben McKeown)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben McKeown</media:credit></media:content></item><item><title><![CDATA[Broward’s free FIFA World Cup watch parties will be at in-door arena for 18,000]]></title><link>https://www.local10.com/sports/local/2026/06/05/browards-free-fifa-world-cup-watch-parties-will-be-at-in-door-arena-for-18000/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/05/browards-free-fifa-world-cup-watch-parties-will-be-at-in-door-arena-for-18000/</guid><dc:creator><![CDATA[Brett Knese, Andrea Torres]]></dc:creator><description><![CDATA[There will be four free FIFA World Cup watch parties at the Amerant Bank Arena, an indoor arena that can host 18,000 guests in Sunrise. ]]></description><pubDate>Fri, 05 Jun 2026 17:30:50 +0000</pubDate><content:encoded><![CDATA[<p>There will be four free FIFA World Cup watch parties at the Amerant Bank Arena, an indoor arena that can host 18,000 guests in Sunrise. </p><p><a href="https://www.local10.com/espanol/2026/06/05/broward-realizara-fiestas-gratuitas-para-ver-la-copa-mundial-de-la-fifa-en-arena-cubierta-con-capacidad-para-18000-personas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/05/broward-realizara-fiestas-gratuitas-para-ver-la-copa-mundial-de-la-fifa-en-arena-cubierta-con-capacidad-para-18000-personas/">Leer en español</a></p><p>At 9 p.m., <a href="https://seatgeek.com/world-cup-watch-parties-tickets/international-soccer/2026-06-12-9-pm/18256833" target="_self" rel="" title="https://seatgeek.com/world-cup-watch-parties-tickets/international-soccer/2026-06-12-9-pm/18256833">on June 12</a>, the U.S. team will be playing Paraguay. The arena’s doors will open at least one hour before the game, according to organizers. </p><p>At 7:30 p.m., <a href="https://seatgeek.com/world-cup-watch-parties-tickets/international-soccer/2026-06-27-7-30-pm/18256834" target="_self" rel="" title="https://seatgeek.com/world-cup-watch-parties-tickets/international-soccer/2026-06-27-7-30-pm/18256834">on June 27</a>, Colombia will be playing against Portugal. Security will not allow big bags.</p><p>The other two parties are <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">on July 11</a> for the quarterfinals and<a href="https://seatgeek.com/world-cup-watch-parties-tickets/international-soccer/2026-07-19-3-30-am/18256836" target="_self" rel="" title="https://seatgeek.com/world-cup-watch-parties-tickets/international-soccer/2026-07-19-3-30-am/18256836"> on July 19</a> for the final. The times had yet to be announced on Friday afternoon. </p><p>Although the events and parking are free, the arena requires ticket registration through SeatGeek. For more information, <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">visit this page</a>. </p><p><b>Useful links</b> </p><ul><li><a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">Broward County government’s World Cup page</a></li><li><a href="https://www.lauderhill-fl.gov/news-and-events/broward-welcomes-the-world" target="_self" rel="" title="https://www.lauderhill-fl.gov/news-and-events/broward-welcomes-the-world">Lauderhill government’s World Cup page</a></li></ul><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/weird-news/2026/06/05/fifa-cancels-world-cup-tickets-to-about-60-fans-who-got-them-for-free-due-to-error/" target="_self" rel="" title="https://www.local10.com/news/weird-news/2026/06/05/fifa-cancels-world-cup-tickets-to-about-60-fans-who-got-them-for-free-due-to-error/">FIFA cancels World Cup tickets to about 60 fans who got them for free due to error</a></li><li><a href="https://www.local10.com/entertainment/2026/06/05/shakira-and-burna-boy-to-play-in-first-of-three-world-cup-opening-ceremonies/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/05/shakira-and-burna-boy-to-play-in-first-of-three-world-cup-opening-ceremonies/">Shakira and Burna Boy to play in first of three World Cup opening ceremonies</a></li><li><a href="https://www.local10.com/sports/local/2026/06/04/thousands-of-free-world-cup-tickets-available-for-veterans-military-members-and-first-responders/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/04/thousands-of-free-world-cup-tickets-available-for-veterans-military-members-and-first-responders/">Thousands of free World Cup tickets available for veterans, military members and first responders</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Broward realizará fiestas gratuitas para ver la Copa Mundial de la FIFA en arena cubierta con capacidad para 18,000 personas]]></title><link>https://www.local10.com/espanol/2026/06/05/broward-realizara-fiestas-gratuitas-para-ver-la-copa-mundial-de-la-fifa-en-arena-cubierta-con-capacidad-para-18000-personas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/broward-realizara-fiestas-gratuitas-para-ver-la-copa-mundial-de-la-fifa-en-arena-cubierta-con-capacidad-para-18000-personas/</guid><dc:creator><![CDATA[Brett Knese, Andrea Torres]]></dc:creator><description><![CDATA[Habrá cuatro fiestas gratuitas para ver la Copa Mundial de la FIFA en el Amerant Bank Arena, un estadio cubierto con capacidad para 18.000 invitados en Sunrise.]]></description><pubDate>Fri, 05 Jun 2026 17:46:39 +0000</pubDate><content:encoded><![CDATA[<p>Se celebrarán cuatro eventos gratuitos para ver la Copa Mundial de la FIFA en el Amerant Bank Arena, un pabellón cubierto con capacidad para 18.000 personas situado en Sunrise.</p><p><a href="https://seatgeek.com/world-cup-watch-parties-tickets/international-soccer/2026-06-12-9-pm/18256833" rel="" title="https://seatgeek.com/world-cup-watch-parties-tickets/international-soccer/2026-06-12-9-pm/18256833">El 12 de junio</a> , a las 9 de la noche , la selección de Estados Unidos se enfrentará a Paraguay. Según los organizadores, las puertas del estadio se abrirán al menos una hora antes del partido.</p><p><a href="https://seatgeek.com/world-cup-watch-parties-tickets/international-soccer/2026-06-27-7-30-pm/18256834" rel="" title="https://seatgeek.com/world-cup-watch-parties-tickets/international-soccer/2026-06-27-7-30-pm/18256834">El 27 de junio</a> , a las 19:30 , Colombia jugará contra Portugal. El personal de seguridad no permitirá el ingreso de bolsos grandes.</p><p>Los otros dos partidos se disputarán <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">el 11 de julio,</a> los cuartos de final, y <a href="https://seatgeek.com/world-cup-watch-parties-tickets/international-soccer/2026-07-19-3-30-am/18256836" rel="" title="https://seatgeek.com/world-cup-watch-parties-tickets/international-soccer/2026-07-19-3-30-am/18256836">el 19 de julio</a> , la final. Los horarios aún no se habían anunciado el viernes por la tarde.</p><p>Aunque los eventos y el estacionamiento son gratuitos, el recinto requiere la reserva de entradas a través de SeatGeek. Para más información, <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">visite esta página</a> .</p><p><b>Enlaces útiles</b></p><ul><li><a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">Página del gobierno del condado de Broward dedicada a la Copa Mundial</a></li><li><a href="https://www.lauderhill-fl.gov/news-and-events/broward-welcomes-the-world" target="_self" rel="" title="https://www.lauderhill-fl.gov/news-and-events/broward-welcomes-the-world">Página del gobierno de Lauderhill sobre la Copa Mundial</a></li></ul><p><b>Historias relacionadas</b></p><ul><li><a href="https://www.local10.com/news/weird-news/2026/06/05/fifa-cancels-world-cup-tickets-to-about-60-fans-who-got-them-for-free-due-to-error/" target="_self" rel="" title="https://www.local10.com/news/weird-news/2026/06/05/fifa-cancels-world-cup-tickets-to-about-60-fans-who-got-them-for-free-due-to-error/">La FIFA cancela las entradas para el Mundial de unos 60 aficionados que las habían obtenido gratis debido a un error.</a></li><li><a href="https://www.local10.com/entertainment/2026/06/05/shakira-and-burna-boy-to-play-in-first-of-three-world-cup-opening-ceremonies/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/05/shakira-and-burna-boy-to-play-in-first-of-three-world-cup-opening-ceremonies/">Shakira y Burna Boy actuarán en la primera de las tres ceremonias de apertura del Mundial.</a></li><li><a href="https://www.local10.com/sports/local/2026/06/04/thousands-of-free-world-cup-tickets-available-for-veterans-military-members-and-first-responders/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/04/thousands-of-free-world-cup-tickets-available-for-veterans-military-members-and-first-responders/">Miles de entradas gratuitas para el Mundial disponibles para veteranos, militares y personal de primeros auxilios.</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Four former Alabama State men's basketball players were paid to fix a game in 2024, NCAA says]]></title><link>https://www.local10.com/sports/2026/06/05/four-former-alabama-state-mens-basketball-players-were-paid-to-fix-a-game-in-2024-ncaa-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/four-former-alabama-state-mens-basketball-players-were-paid-to-fix-a-game-in-2024-ncaa-says/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[INDIANAPOLIS (AP) — The hero of Alabama State's first NCAA Tournament win and three of his teammates on the 2024-25 team were ruled permanently ineligible for accepting payment from gamblers to fix the outcome of a game that season, the NCAA announced Friday.]]></description><pubDate>Fri, 05 Jun 2026 17:43:04 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — The hero of Alabama State's first NCAA Tournament win and three of his teammates on the 2024-25 team were ruled permanently ineligible for accepting payment from gamblers to fix the outcome of a game that season, the NCAA announced Friday.</p><p>Amarr Knox, Shawn Fulcher, Corey Hines and Tony Madlock were alleged to have engaged in game manipulation when Alabama State played at Southern Mississippi on Dec. 5, 2024. Southern Miss was a six-point favorite and won 81-64.</p><p>According to the NCAA, two known bettors offered the players a total of $2,000 to throw the game. The players accepted and were later paid.</p><p>Knox, Hines and Madlock were Alabama State's top three scorers for the 2024-25 season and Fulcher was a reserve. Knox’s layup with a second left lifted the Hornets to their first NCAA Tournament win, 70-68 over Saint Francis in the 2025 First Four.</p><p>The two bettors were indicted in January by the U.S. Attorney’s Office for the Eastern District of Pennsylvania on wire fraud and bribery charges related to sports contests.</p><p>The NCAA discovered the game-fixing after Hines transferred to Temple, which notified the enforcement staff that Hines had been contacted by the FBI and shown text messages concerning a sports integrity issue when he was at Alabama State. None of the players was active on a college team last season.</p><p>___</p><p>AP college basketball: https://apnews.com/hub/ap-top-25-college-basketball-poll and https://apnews.com/hub/college-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CIYKEXT3GUJP2HCHFW7ANJHT4U.jpg?auth=1f6e0415e43759ca4e583660c50bbcaf3ba63efe676a4b270cd72f331614b7c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Alabama State guard Amarr Knox (1) dribbles during a First Four college basketball game against Saint Francis in the NCAA Tournament, Tuesday, March 18, 2025, in Dayton, Ohio. (AP Photo/Jeff Dean, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Dean</media:credit></media:content></item><item><title><![CDATA[George Pino trial judge sternly denies last-minute delay request: ‘We are not delaying this trial’]]></title><link>https://www.local10.com/news/local/2026/06/05/george-pino-trial-judge-sternly-denies-last-minute-delay-request-we-are-not-delaying-this-trial/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/05/george-pino-trial-judge-sternly-denies-last-minute-delay-request-we-are-not-delaying-this-trial/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[Jury selection is expected to be finalized Friday in the vessel homicide trial of real estate developer George Pino. But not before a Miami-Dade judge tersely denied last-minute requests to delay the trial.]]></description><pubDate>Fri, 05 Jun 2026 17:19:37 +0000</pubDate><content:encoded><![CDATA[<p>Jury selection is expected to be finalized Friday in the vessel homicide trial of real estate developer <a href="https://www.local10.com/topic/George_Pino/" target="_self" rel="" title="https://www.local10.com/topic/George_Pino/">George Pino</a>. But not before a Miami-Dade judge tersely denied last-minute requests to delay the trial.</p><p><a href="https://www.local10.com/espanol/2026/06/05/juez-del-juicio-de-george-pino-rechaza-tajantemente-peticion-de-aplazamiento-de-ultima-hora-no-vamos-a-retrasar-este-juicio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/05/juez-del-juicio-de-george-pino-rechaza-tajantemente-peticion-de-aplazamiento-de-ultima-hora-no-vamos-a-retrasar-este-juicio/">Leer en español</a></p><p>Pino, 55, is charged in the death of 17-year-old Lucy Fernandez after a boat crash on 2022’s Labor Day weekend.</p><p>Authorities said Pino, then 52, was behind the wheel of a 29-foot Robalo boat in the early evening hours of Sept. 4, 2022 when he lost control and slammed it into a channel marker near Boca Chita Key, killing Fernandez. Two other girls were seriously hurt, including 17-year-old Katerina Puig.</p><p>On Friday, 76 potential jurors were quizzed on their jobs, life experiences and any biases they may be coming in with and what they knew about the case.</p><p>But Judge Marisa Tinkler Mendez expressed frustration at both Pino’s attorneys and prosecutors.</p><p>The former filed some late motions and provided late witnesses. The latter said that they conducted a deposition and would, in light of some of this new information and things that were turned over from the defense, have to do some more work and asked the judge for a one week continuance.</p><p>That request did not go over well.</p><p>“Let me tell you all: we are not delaying this trial,” Tinkler Mendez said.</p><p>Tinkler Mendez called the defense’s late filings “willful violations” of what’s called the <a href="https://legal-resources.uslegalforms.com/r/richardson-hearing" target="_self" rel="" title="https://legal-resources.uslegalforms.com/r/richardson-hearing">Richardson rule</a>, pertaining to potential violations of pre-trial discovery procedures.</p><p>Opening statements are set to begin as early as Monday, provided that a jury can be seated Friday.</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></channel></rss>