<?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>Fri, 05 Jun 2026 17:45:54 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><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><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>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[Juez del juicio de George Pino rechaza tajantemente petición de aplazamiento de última hora: “No vamos a retrasar este juicio”]]></title><link>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/</link><guid isPermaLink="true">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/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[Se espera que la selección del jurado concluya el viernes en el juicio por homicidio en barco del promotor inmobiliario George Pino. Pero no antes de que un juez de Miami-Dade denegara escuetamente solicitudes de último momento para retrasar el juicio.]]></description><pubDate>Fri, 05 Jun 2026 17:42:12 +0000</pubDate><content:encoded><![CDATA[<p>Se espera que la selección del jurado concluya el viernes en el juicio por homicidio de embarcación contra el desarrollador inmobiliario <a href="https://www.local10.com/topic/George_Pino/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/George_Pino/">George Pino</a>. Pero no antes de que una jueza de Miami-Dade rechazara de forma tajante solicitudes de última hora para retrasar el juicio.</p><p>Pino, de 55 años, está acusado por la muerte de Lucy Fernández, de 17 años, tras un accidente de bote ocurrido durante el fin de semana del Día del Trabajo de 2022.</p><p>Las autoridades indicaron que Pino, entonces de 52 años, estaba al mando de un bote Robalo de 29 pies durante las primeras horas de la noche del 4 de septiembre de 2022 cuando perdió el control y chocó contra una baliza de canal cerca de Boca Chita Key, causando la muerte de Fernández. Otras dos adolescentes resultaron gravemente heridas, incluida Katerina Puig, de 17 años.</p><p>El viernes, 76 posibles jurados fueron interrogados sobre sus empleos, experiencias de vida, posibles prejuicios y lo que sabían sobre el caso.</p><p>Pero la jueza Marisa Tinkler Mendez expresó su frustración tanto con los abogados de Pino como con los fiscales.</p><p>La defensa presentó varias mociones fuera de plazo y proporcionó testigos de manera tardía. Por su parte, la fiscalía indicó que realizó una declaración jurada y que, a la luz de nueva información y materiales entregados recientemente por la defensa, necesitaba realizar trabajo adicional y solicitó a la jueza una prórroga de una semana.</p><p>La solicitud no fue bien recibida.</p><p>“Déjenme decirles algo a todos: no vamos a retrasar este juicio”, dijo Tinkler Mendez.</p><p>La jueza calificó las presentaciones tardías de la defensa como “violaciones deliberadas” de la llamada <a href="https://legal-resources.uslegalforms.com/r/richardson-hearing" target="_blank" rel="noreferrer" title="https://legal-resources.uslegalforms.com/r/richardson-hearing">regla Richardson</a>, relacionada con posibles incumplimientos de los procedimientos de descubrimiento de pruebas previos al juicio.</p><p>Los alegatos de apertura están programados para comenzar tan pronto como el lunes, siempre que el jurado pueda quedar conformado el viernes.</p>]]></content:encoded></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[FIFA cancels World Cup tickets to about 60 fans who got them for free due to error]]></title><link>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/</link><guid isPermaLink="true">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/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CORAL GABLES, Fla. (AP) — FIFA has canceled World Cup tickets issued to about 60 fans who mistakenly got them for free because of a website error.]]></description><pubDate>Fri, 05 Jun 2026 16:14:29 +0000</pubDate><content:encoded><![CDATA[<p>CORAL GABLES, Fla. (AP) — FIFA has canceled World Cup tickets issued to about 60 fans who mistakenly got them for free because of a website error.</p><p>The tickets were “allocated at no charge (0 USD) due to a prior payment issue during the checkout process,” FIFA said in a statement Thursday.</p><p>“FIFA regrets the error and any inconvenience caused,” soccer’s ruling body said. “The tickets requested by these fans remain reserved, and the affected fans have been invited to complete payment of the correct amount.”</p><p>It is the latest glitch in an often controversial World Cup ticketing program that the attorneys general of New York and New Jersey are investigating for possible violations of consumer protection laws.</p><p>The mispriced tickets were sold through the official World Cup site on May 21, FIFA said in an email message to buyers.</p><p>That date was more than three months after FIFA President Gianni Infantino said all 104 World Cup games had sold out.</p><p>Tickets are still being sold by FIFA for games at the World Cup, which opens next Thursday in Mexico City. It is unclear if seats for games in less demand will drop in price under FIFA’s surge pricing model that has been controversial for fans.</p><p>FIFA also is operating its own resale platform — and taking 15% commission from both buyers and sellers — in order to cut out ticket dealers from the market. However, sales platforms such as Seat Geek were offering widespread availability Friday for many games.</p><p>Tickets for the 2026 World Cup are wildly more expensive than any previous edition, which FIFA has justified as helping earn billions of dollars it will give to member federations for developing the game globally.</p><p>FIFA took control of pricing and selling tickets as part of bringing World Cup operations in-house. The long-time model at previous editions was working with host nations’ local organizing committees.</p><p>When the soccer federations of the United States, Canada and Mexico won hosting rights in 2018, they promised to sell hundreds of thousands of tickets at $21 each for group-stage games.</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/GCO5IWTZ4553PVVWR76NH5ADJY.jpg?auth=83d3bc67e436686101ef44d3afe35f25d26f402bc715e31f54f86ffd58641904&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIFA President Gianni Infantino makes comments during the opening ceremony of the International Broadcast Center Monday, June 1, 2026, in Dallas. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[Man, 72, reported missing from southwest Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/06/05/man-72-reported-missing-from-southwest-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/05/man-72-reported-missing-from-southwest-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[The Miami-Dade Sheriff’s Office is searching for a 72-year-old man who has been missing for a couple of weeks now.]]></description><pubDate>Fri, 05 Jun 2026 16:47:10 +0000</pubDate><content:encoded><![CDATA[<p>The Miami-Dade Sheriff’s Office is searching for a 72-year-old man who has been missing for a couple of weeks now.</p><p><a href="https://www.local10.com/espanol/2026/06/05/reportan-desaparecido-a-hombre-de-72-anos-en-el-suroeste-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/05/reportan-desaparecido-a-hombre-de-72-anos-en-el-suroeste-de-miami-dade/">Leer en español</a></p><p>According to deputies, Raymond Wayne Chambers was last seen at about 2 p.m. May 17 in the 11800 block of Southwest 216<sup>th</sup> Street.</p><p>Deputies said Chambers has not contacted any relatives and may be in need of services.</p><p>Chambers was described by authorities as a Black male who is 6 feet tall and weighs about 180 pounds. He has brown eyes and brown hair.</p><p>Anyone with information about his whereabouts is asked to call Deputy M. Ritch at 305-715-3300, email u308129@mdso.com or 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/NF3B6E2ZFFFNVMEEYPVS2WZSCY.jpg?auth=11640b59ac39557412b6b105d1c3b1acd287dc137938b6ae8289d08e592d224e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Reportan desaparecido a hombre de 72 años en el suroeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/05/reportan-desaparecido-a-hombre-de-72-anos-en-el-suroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/reportan-desaparecido-a-hombre-de-72-anos-en-el-suroeste-de-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[La Oficina del Sheriff de Miami-Dade está buscando a un hombre de 72 años que lleva desaparecido un par de semanas.]]></description><pubDate>Fri, 05 Jun 2026 17:11:39 +0000</pubDate><content:encoded><![CDATA[<p>La Oficina del Sheriff de Miami-Dade está buscando a un hombre de 72 años que ha estado desaparecido durante un par de semanas.</p><p>Según los agentes, Raymond Wayne Chambers fue visto por última vez alrededor de las 2 p.m. del 17 de mayo en la cuadra 11800 de Southwest 216th Street.</p><p>Los agentes indicaron que Chambers no se ha comunicado con ningún familiar y podría necesitar asistencia.</p><p>Las autoridades describieron a Chambers como un hombre afroamericano que mide 6 pies de estatura y pesa aproximadamente 180 libras. Tiene ojos marrones y cabello marrón.</p><p>Cualquier persona con información sobre su paradero debe llamar al agente M. Ritch al 305-715-3300, enviar un correo electrónico a u308129@mdso.com o comunicarse con Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NF3B6E2ZFFFNVMEEYPVS2WZSCY.jpg?auth=11640b59ac39557412b6b105d1c3b1acd287dc137938b6ae8289d08e592d224e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></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><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[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[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>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[New Jersey police sergeant charged with stealing journalist's camera bag at immigration protest]]></title><link>https://www.local10.com/news/national/2026/06/04/new-jersey-police-sergeant-charged-with-stealing-journalists-camera-bag-at-immigration-protest/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/04/new-jersey-police-sergeant-charged-with-stealing-journalists-camera-bag-at-immigration-protest/</guid><dc:creator><![CDATA[By JAKE OFFENHARTZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A New Jersey police sergeant has been charged with stealing $10,000 worth of cameras and other equipment from a photojournalist who had been injured covering tense protests outside a Newark immigration jail.]]></description><pubDate>Thu, 04 Jun 2026 20:00:55 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A New Jersey police sergeant has been charged with stealing $10,000 worth of cameras and other equipment from a photojournalist who had been injured covering tense protests outside a Newark immigration jail.</p><p>Darryl Brown, a sergeant in the Essex County Prosecutor’s Office, was caught with the missing items after the photojournalist used a geo-tracking device to trace her missing gear to his home, the state’s attorney general said Thursday.</p><p>The journalist, Angelina Katsanis, was on assignment for The Associated Press at Delaney Hall on Saturday night when she was struck in the knee by a wood beam during a clash between police and demonstrators.</p><p>As she hobbled to a medical tent to seek attention, Katsanis left behind her gear bag, which was marked with her name and contact information. When she was eventually allowed to return to the area — now in a wheelchair — the bag was gone.</p><p>“I checked my Airtag and the bag was already on a highway pretty far away at that point,” Katsanis recalled. “Right away, I had a feeling it was the police because they were the only ones with access to that area.”</p><p>As Katsanis sought treatment in a nearby hospital, the Airtag pinged to a home in Sparta, New Jersey, which was listed as belonging to Brown, according to the attorney general’s office. The device was later recovered on the side of a road, miles away from the home where it was initially taken.</p><p>A subsequent review of Brown’s body camera footage showed him “interacting” with the bag at the protest location, according to the attorney general’s office. A search warrant executed at his home Wednesday turned up several of the missing items, some bearing Katsanis’ name and phone number, the complaint said.</p><p>Information for Brown’s attorney was not immediately available. A message left at a phone number listed for Brown was not immediately returned. He faces charges of third-degree theft. He has been suspended without pay, according to the Essex County Prosecutor’s Office.</p><p>Katsanis, who has training in covering hostile environments, said the incident had left her deeply shaken.</p><p>“I’ve thought a lot about how the officers are supposed to be there to uphold the law and protect us and protect property — and this is the exact opposite of that,” she said.</p><p>The detention center has become a flashpoint for protests against President Donald Trump’s immigration crackdown, with frequent clashes between demonstrators and law enforcement.</p><p>Those demonstrations intensified in recent weeks as advocates said detainees inside launched a hunger strike over poor living conditions at the 1,000-bed facility. The federal government has denied allegations of substandard conditions and accused protesters of inflaming tensions.</p><p>Katsanis said she suffered swelling and bruising on her leg but did not break any bones.</p>]]></content:encoded></item><item><title><![CDATA[Major milestone reached as community rallies to restore home of Richmond Heights couple ]]></title><link>https://www.local10.com/community/2026/06/05/major-milestone-reached-as-community-rallies-to-restore-home-of-richmond-heights-couple/</link><guid isPermaLink="true">https://www.local10.com/community/2026/06/05/major-milestone-reached-as-community-rallies-to-restore-home-of-richmond-heights-couple/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[When Local 10 launched “Good News South Florida” in April, the goal was not only to share uplifting stories but also to inspire viewers to become part of them.]]></description><pubDate>Fri, 05 Jun 2026 15:16:39 +0000</pubDate><content:encoded><![CDATA[<p>When Local 10 launched “Good News South Florida” in April, the goal was not only to share uplifting stories but also to inspire viewers to become part of them.</p><p><a href="https://www.local10.com/espanol/2026/06/05/alcanzan-importante-hito-mientras-comunidad-se-une-para-restaurar-vivienda-de-pareja-de-richmond-heights/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/05/alcanzan-importante-hito-mientras-comunidad-se-une-para-restaurar-vivienda-de-pareja-de-richmond-heights/">Leer en español</a></p><p>That mission is already making a tangible impact.</p><p>Two months ago, “Good News South Florida” introduced viewers to <a href="https://www.local10.com/community/2026/04/03/man-leans-on-faith-generosity-of-strangers-to-help-save-his-miami-dade-home/" target="_self" rel="" title="https://www.local10.com/community/2026/04/03/man-leans-on-faith-generosity-of-strangers-to-help-save-his-miami-dade-home/">Edward and Clara Knox</a>, a Richmond Heights couple spending their retirement years in a home that had fallen into severe disrepair. Today, thanks to an outpouring of community support, volunteers, donations, and partnerships, restoration work is underway—and hope has been restored alongside it.</p><p>A major milestone was recently reached when the project received its building permit, clearing the way for construction to begin in earnest. Volunteers and supporters celebrated the achievement with a ribbon-cutting ceremony, marking the start of a long-awaited transformation.</p><p>The effort began when Rixys Alfonso, CEO of the Nonprofit Executive Alliance, brought the Knoxes’ situation to the attention of Local 10.</p><p>“I want to support Mr. Knox and I want to do all I can to make sure he is not homeless,” Alfonso said.</p><p>She shared video showing the deteriorating condition of the couple’s home and issued an emotional appeal for help. The call resonated with volunteers throughout South Florida.</p><p>“We just need to roll up our sleeves and get this project done,” said volunteer Liudmila Esquerdo.</p><p>“If you’ve asked yourself how can you make a difference, this project is it,” added volunteer and police officer Robert McKay.</p><p>Local 10 shared the Knoxes’ story with viewers on April 3, launching a community response that continues to grow.</p><p>“I got faith that this is actually going to happen,” Edward Knox said at the time.</p><p>That faith quickly turned into action.</p><p>Today, what may appear to be a construction zone is actually a symbol of progress. Crews and volunteers have removed the home’s failing roof and begun critical repairs.</p><p>“I gave the go-ahead to remove the roof, which was the real issue facing this structure, and everything else is good to go,” said structural engineer Eliezer Diaz.</p><p>Additional materials have already been secured through donations.</p><p>“We already have the tiles donated. We have the windows. We have the doors, so we are going to secure the home once we have the roof,” said Joe Puentes, co-founder of WikiVoice.</p><p>For Edward and Clara Knox, the speed of the progress has been both surprising and uplifting.</p><p>“It’s moving faster than I thought it would,” Edward Knox said. “Great. Feel great. And all of the band of angels are working so fast.”</p><p>Those “angels” are volunteers donating their time, skills, and labor—not for a paycheck, but for the opportunity to help neighbors in need.</p><p>Max Santiago, a volunteer with Bedrock Renovations, traveled home from Tallahassee during his summer break to participate.</p><p>“I usually never come home during the summer break,” Santiago said. “But coming back and being able to help someone that’s in the community that I grew up in is awesome.”</p><p>The project remains entirely volunteer-driven and continues to welcome community involvement.</p><p>“This is a 100-percent volunteer project,” said volunteer and real estate appraiser Deiky Vergel. “We welcome anyone in the community that wants to be part of it.”</p><p>As work continues, Edward Knox remains grateful—and optimistic that more helping hands will join the effort.</p><p>“When I pray, I say, ‘Lord, find some more angels,’” he said. “Just like he found this group, he’ll find some more.”</p><h3><b>How to Help</b></h3><p>Community members who would like to support the restoration of the Knox home have several ways to get involved.</p><p>Those in the construction industry are invited to attend a networking event on June 18. Supporters can also make secure monetary donations to the project.</p><p>The special networking event is taking place at Fogo de Chao Miami, located at 8815 SW 72nd Place. Admission tickets are $30 and include light appetizers, complimentary drinks and the opportunity to meet the Knox family and those who have volunteered to restore their home. For more information and to purchase your ticket, <a href="https://www.zeffy.com/en-US/ticketing/construction-kickoff-happy-hour" target="_self" rel="" title="https://www.zeffy.com/en-US/ticketing/construction-kickoff-happy-hour">click here. </a></p><p>One hundred percent of donated funds go directly toward the restoration of the Knox home. Local 10 will continue providing monthly updates, allowing donors and volunteers to see firsthand how community contributions are making a difference.</p><ul><li><i><b>To donate:</b></i>&nbsp;If you’d like to make a monetary donation toward a Good News South Florida story or project,&nbsp;<a href="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700" target="_self" rel="" title="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700">click here.</a>&nbsp;Local 10 has established the Local 10 Fund with The Miami Foundation and 100% of your donation will go toward the cause you designate in the “additional information” box.</li><li><i><b>To volunteer or submit a story idea:</b></i>&nbsp;If you’d like to volunteer for a Good News South Florida project or would like to submit a story for consideration, email&nbsp;<a href="mailto:goodnews@local10.com">goodnews@local10.com</a>.</li></ul><p>Good News South Florida airs Fridays on the Local 10 morning news at 10 a.m. It will encore Fridays at 3:30 p.m. and Sunday mornings, beginning at 6 a.m.</p>]]></content:encoded></item><item><title><![CDATA[ICE will no longer report deaths of detainees who have recently been released from custody]]></title><link>https://www.local10.com/health/2026/06/05/ice-will-no-longer-report-deaths-of-detainees-who-have-recently-been-released-from-custody/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/05/ice-will-no-longer-report-deaths-of-detainees-who-have-recently-been-released-from-custody/</guid><dc:creator><![CDATA[By RYAN J. FOLEY, Associated Press]]></dc:creator><description><![CDATA[IOWA CITY, Iowa (AP) — Immigration and Customs Enforcement will no longer report deaths of detainees who have recently been released from its custody, in a change that could obscure the full human cost of the Trump administration’s mass detention policies.]]></description><pubDate>Fri, 05 Jun 2026 15:49:28 +0000</pubDate><content:encoded><![CDATA[<p>IOWA CITY, Iowa (AP) — Immigration and Customs Enforcement will no longer report deaths of detainees who have recently been released from its custody, in a change that could obscure the full human cost of the Trump administration’s mass detention policies.</p><p>The move rescinds a 2021 policy implemented by the Biden administration that required ICE to report to Congress and investigate deaths of detainees that occur within 30 days of their release.</p><p>The goal of the 2021 policy was to ensure that ICE could not avoid accountability for deaths by releasing severely ill people from custody. Detainees who were brain-dead or suffering from infection, for instance, have died shortly after ICE released them in the past.</p><p>Two health experts who have investigated ICE custody deaths criticized the change Friday.</p><p>“Tracking deaths immediately after custody is a standard approach that allows health systems in jails, prisons and immigration detention to learn about gaps in care that may occur before a person leaves a facility,” said Dr. Homer Venters, former chief medical officer of the New York City jail system. “Eliminating reporting of these deaths represents a willful act of ignoring the most serious health outcome that can reflect inadequacies in care or help track outbreaks.”</p><p>ICE detainees also routinely die at hospitals where they are taken for treatment after their conditions deteriorate inside detention facilities, records show. Those detainees, however, have generally been considered to remain in ICE custody.</p><p>The Washington Post first reported the policy change Thursday. The Department of Homeland Security, which oversees ICE, later confirmed the move in a statement that framed it as “common sense.”</p><p>“Under this updated policy, when an individual is no longer in ICE custody then ICE will no longer be responsible for monitoring or reviewing deaths that may occur,” the statement said.</p><p>The statement said ICE remained committed to transparency and that the revised policy includes procedures for “timely notification, review and reporting of deaths occurring in ICE custody.” ICE did not immediately release its full updated policy.</p><p>The decision to limit death reporting comes as a greater number of ICE detainees have been dying. At least 18 detainees have died since Jan. 1, which is on pace to surpass last year’s death toll, which was the highest in two decades. Detainees are dying by suicide at an unprecedented pace, and experts say many other deaths from natural causes likely would have been preventable with timely medical care.</p><p>Dr. Sanjay Basu, a University of California-San Francisco epidemiologist who recently published an analysis of more than 270 ICE custody deaths, said the policy change will “make the mortality statistics appear lower without any actual improvement in care.”</p><p>“The period immediately following release is when deaths attributable to inadequate care during confinement become apparent,” he said. “Missed diagnoses, interrupted medications, untreated infections, and decompensating chronic conditions don’t always kill someone while they’re still in the building.”</p><p>As of early April, ICE was holding more than 60,000 detainees across its national network of detention facilities, up from around 40,000 at the start of President Donald Trump’s second term. ICE denies allegations that detainees suffer from medical neglect, saying they receive comprehensive health care services.</p><p>Before announcing Thursday’s policy change, DHS acting assistant secretary Lauren Bis told the AP on Tuesday that no detainees died in its custody in May. That was the first month without a detainee death since November. At the time, Bis did not address AP questions about whether any death reporting policies had changed.</p><p>“As we have repeatedly stated, deaths in ICE custody are exceedingly rare,” she said then.</p><p>___</p><p>Associated Press reporter Michael Biesecker in Washington, D.C., contributed.</p>]]></content:encoded></item><item><title><![CDATA[Judge orders pretrial detention for ex-CIA official accused of stashing $40M in gold bars at home]]></title><link>https://www.local10.com/news/politics/2026/06/05/judge-orders-pretrial-detention-for-ex-cia-official-accused-of-stashing-40m-in-gold-bars-at-home/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/05/judge-orders-pretrial-detention-for-ex-cia-official-accused-of-stashing-40m-in-gold-bars-at-home/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description><![CDATA[ALEXANDRIA, Va. (AP) — A former senior CIA official accused of stealing over $40 million worth of gold bars from the federal government and storing them in the basement of his Virginia home was ordered to remain jailed until his trial after a hearing Friday where a defense attorney accused prosecutors of smearing the official with “sensational,” irrelevant allegations.]]></description><pubDate>Fri, 05 Jun 2026 16:53:06 +0000</pubDate><content:encoded><![CDATA[<p>ALEXANDRIA, Va. (AP) — A former senior CIA official accused of stealing over $40 million worth of gold bars from the federal government and storing them in the basement of his Virginia home was ordered to remain jailed until his trial after a hearing Friday where a defense attorney accused prosecutors of smearing the official with “sensational,” irrelevant allegations.</p><p>The defendant, David J. Rush, has both the means and motive to flee while the case against him is pending, U.S. Magistrate Judge William Fitzpatrick ruled, citing Rush's professional experience.</p><p>“He's in a different position than most people to flee and avoid detection by law enforcement,” Fitzpatrick said.</p><p>Rush is charged with fraudulently claiming tens of thousands of dollars in compensation for military leave after he was honorably discharged from the U.S. Navy in 2015. He was arrested last month after investigators searched his home and seized more than 300 gold bars, roughly $2 million in U.S. currency and about 35 luxury watches, according to an FBI agent's affidavit.</p><p>Rush's attorney, Jessica Carmichael, noted that Rush isn't charged with any crimes related to the discovery of the gold bars, which she referred to as “basically a non-issue” and “nothing more than a sensational tidbit.” She said Rush properly obtained the gold bars and kept them locked in a safe in his basement.</p><p>“Mr. Rush never claimed they were his,” she said.</p><p>Between last November and March, Rush requested and received a “significant quantity" of foreign currency and tens of millions of dollars in gold bars for "work-related expenses,” according to the FBI affidavit. Justice Department prosecutor Gavin Tisdale said Rush wasn't supposed to have the gold bars at his home.</p><p>“That's the issue — his skirting of rules and regulations,” he said.</p><p>Tisdale briefly summarized the case against Rush in open court after a portion of the hearing was sealed from the public. The evidence against Rush “grows stronger by the day,” Tisdale told the magistrate.</p><p>“Mr. Rush simply cannot be trusted to abide by this court's conditions,” he said.</p><p>Rush enlisted in the Navy in 1997 and was honorably discharged from the U.S. Navy Reserves as a lieutenant in 2015, according to the affidavit.</p><p>Authorities claim Rush lied about his education and military background on job applications, falsely claiming to be a former Navy pilot who graduated with a bachelor's degree from Clemson University in South Carolina and a master's degree from Rensselaer Polytechnic Institute in New York.</p><p>Investigators determined that he didn't serve as a Navy pilot and didn't attend either school.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UQSZOV7YQM6K6G5C5FEEWX2QTI.jpg?auth=091ec27bd14f14af98a89b270609abff110571dc37b72cf1a780047af018e385&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The seal of the Central Intelligence Agency is displayed at CIA headquarters in Langley, Va., April 13, 2016. (AP Photo/Carolyn Kaster, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[Serena Williams adds Berlin to her comeback tour and will play doubles]]></title><link>https://www.local10.com/sports/2026/06/05/serena-williams-adds-berlin-to-her-comeback-tour-and-will-play-doubles/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/serena-williams-adds-berlin-to-her-comeback-tour-and-will-play-doubles/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) —  Serena Williams' comeback to tennis will include a stop in Berlin this month.]]></description><pubDate>Fri, 05 Jun 2026 16:48:29 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) —  Serena Williams' comeback to tennis will include a stop in Berlin this month.</p><p>Berlin Open organizers said Williams will compete in doubles at the grass-court event starting on June 13. Her partner and the date of her first match will be announced later.</p><p>The 23-time Grand Slam singles champion stepped away from tennis in 2022. She has yet to say whether she plans to play at Wimbledon or the U.S. Open.</p><p>She will make her eagerly anticipated return to professional tennis playing doubles alongside Victoria Mboko at Queen’s Club next week. Berlin is the week after. Wimbledon is two weeks after that.</p><p>“Every tournament I add to my schedule right now feels special, and Berlin is no exception," she said. "I’m excited to compete in front of the German fans and continue building momentum throughout the grass-court season.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZZAUBPPWAYSLAIISLMNIPX5ZPI.jpg?auth=130430af48e71224d94f4989a5a62b77c8e2646a89f8a14be03b95848ed41e65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Serena Williams, of the United States, prepares to serve against Anett Kontaveit, of Estonia, during the second round of the U.S. Open tennis championships, Aug. 31, 2022, in New York. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/67ETE2A5EJNHW4QKTG5QQM74UY.jpg?auth=d6b2a254a0065942b8f320942d37c78838aa1c74fb529fc640f580efe017189b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Serena Williams motions a heart to fans during the third round of the U.S. Open tennis championships, Sept. 2, 2022, in New York. (AP Photo/Frank Franklin II, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/72MZUD56HWQBZAYUCL6ZYTMOPA.jpg?auth=6b44e853a77721b9fbfb7a6bdcd27cb5d19509ff5553efcf3393f7b4ad1e16fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States Serena Williams plays a return to Romania's Mihaela Buzarnescu during their second round match on day four of the French Open tennis tournament at Roland Garros in Paris on June 2, 2021. (AP Photo/Thibault Camus, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</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. Frederica Wilson’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 and Miami Gardens Councilwoman Linda Julienhe announced they are 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, and Christine Sanon-Jules, an entrepreneur. </p><p>Florida Sen. Shevrin Jones 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>El comisionado del condado Miami-Dade Oliver Gilbert, ex alcalde de Miami Gardens durante dos mandatos, se postulará para el escaño de la representante federal Frederica Wilson.</p><p>Gilbert, de 53 años, planea anunciar oficialmente su candidatura para el Distrito Congresional 24 el domingo en la Iglesia Bautista Misionera Antioch de Miami Gardens y transmitir el evento en vivo a través de su nuevo sitio web.</p><p>“Crecí aquí. Fui a la escuela aquí. Serví aquí. Y cada paso de ese recorrido es la razón por la que me postulo”, dijo Gilbert en un comunicado publicado en su sitio web.</p><p>Gilbert, quien fue elegido para la comisión en 2020 y se desempeñó como presidente de la comisión entre 2022 y 2024, anunció que renunciará a su escaño en la comisión con efectividad el 3 de enero.</p><p>El miembro de la Junta Escolar de Miami-Dade Steve Gallon III y la concejal de Miami Gardens Linda Julienhe anunciaron que buscarán el escaño de Gilbert en la comisión.</p><p>La lista de candidatos que buscan el escaño de Wilson también incluye al ex comisionado de Miami-Dade Jean Monestime, al Dr. Rudy Moise y a la empresaria Christine Sanon-Jules.</p><p>El senador estatal de Florida Shevrin Jones pidió a sus seguidores el jueves que se reunieran con él el martes en el Koinonia Worship Center de Hollywood.</p><p>Jones, de 42 años, anunció el 27 de mayo que no buscaría la reelección para el Distrito 34 del Senado de Florida, al que representa 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 en X.</p><p>Después de que Wilson anunciara su retiro el 29 de mayo, la representante estatal de Florida Ashley Gantt anunció su campaña para el escaño de Jones y publicó un comunicado indicando que Jones buscaría el escaño de Wilson.</p><p>“Mientras la congresista Wilson pasa la antorcha y el senador Shevrin Jones anuncia su campaña para el Distrito Congresional 24, este momento también crea una oportunidad, y creo que estoy lista para ocuparla”, dijo Gantt en el comunicado.</p><p>Los demócratas de Florida enfrentaron conflictos después de que una mayoría republicana aprobara un mapa de redistribución de distritos el 29 de abril y el gobernador Ron DeSantis lo promulgara el 4 de mayo.</p><p>La representante federal Debbie Wasserman Schultz anunció el 22 de mayo que decidió no buscar la reelección en el Distrito Congresional 25, sino postularse en el Distrito 20. La decisión provocó críticas de demócratas afroamericanos.</p><p>El martes, el líder de la minoría demócrata en la Cámara de Representantes federal, Hakeem Jeffries, dijo a los periodistas que aún no había decidido si respaldaría o no a Wasserman Schultz, a quien elogió por su historial “sólido”.</p><p>“Creo que todos reconocemos la sensibilidad del momento en términos de un ataque sin precedentes, similar a las leyes Jim Crow, contra la representación política afroamericana, que ha sido desatado por la escandalosa decisión de la Corte Suprema de debilitar la Ley de Derechos Electorales, y es un entorno ante el cual todos debemos ser sensibles”, dijo Jeffries.</p><p>La elección primaria será el 28 de agosto y la elección de mitad de período el 3 de noviembre. Para obtener más información sobre fechas clave de las elecciones en Florida, visite esta página.</p><p>GUÍA DEL VOTANTE: Así puede prepararse para la elección primaria de Florida del 18 de agosto.</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[Escuelas Públicas de Miami-Dade ofrecen desayuno y almuerzo gratis a niños este verano]]></title><link>https://www.local10.com/espanol/2026/06/05/escuelas-publicas-de-miami-dade-ofrecen-desayuno-y-almuerzo-gratis-a-ninos-este-verano/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/escuelas-publicas-de-miami-dade-ofrecen-desayuno-y-almuerzo-gratis-a-ninos-este-verano/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Las Escuelas Públicas del Condado de Miami-Dade vuelven a ofrecer desayuno y almuerzo gratuitos a los niños durante todo el verano como parte del programa Summer BreakSpot de Florida.]]></description><pubDate>Fri, 05 Jun 2026 16:41:04 +0000</pubDate><content:encoded><![CDATA[<p>Las Escuelas Públicas del Condado Miami-Dade ofrecerán una vez más desayuno y almuerzo gratis a niños durante todo el verano como parte del programa Summer BreakSpot de Florida.</p><p>El distrito anunció el viernes que las comidas estarán disponibles en 170 escuelas de todo el condado Miami-Dade desde el 8 de junio hasta el 31 de julio para niños y adolescentes de 18 años o menos.</p><p>No existen requisitos de ingresos, solicitudes ni registro para participar.</p><p>A diferencia de años anteriores, las comidas deberán consumirse en el lugar. No habrá servicio de comidas para llevar.</p><p>Funcionarios escolares indicaron que el programa está diseñado para ayudar a garantizar que los niños continúen recibiendo comidas nutritivas mientras las escuelas están cerradas por las vacaciones de verano.</p><p>Los funcionarios del distrito alientan a padres y tutores a aprovechar el programa para ayudar a mantener a los niños saludables y bien alimentados durante los meses de verano.</p><p>Las familias pueden encontrar los lugares participantes y obtener información adicional visitando <a href="https://www.summerbreakspot.org/" target="_blank" rel="noreferrer" title="https://www.summerbreakspot.org/">SummerBreakSpot.org</a>.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/35G6O5AUNRAUPPALVIC3D5FIXA.png?auth=fcbf3cb895abed2824e494d55a2f31459edbd22a118cfe2c741d715935544ef3&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Miami-Dade Public Schools offering free breakfast and lunch to children this summer]]></title><link>https://www.local10.com/news/local/2026/06/05/miami-dade-public-schools-offering-free-breakfast-and-lunch-to-children-this-summer/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/05/miami-dade-public-schools-offering-free-breakfast-and-lunch-to-children-this-summer/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Miami-Dade County Public Schools is once again offering free breakfast and lunch to children throughout the summer as part of Florida’s Summer BreakSpot program.]]></description><pubDate>Fri, 05 Jun 2026 16:13:45 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade County Public Schools is once again offering free breakfast and lunch to children throughout the summer as part of Florida’s Summer BreakSpot program.</p><p><a href="https://www.local10.com/espanol/2026/06/05/escuelas-publicas-de-miami-dade-ofrecen-desayuno-y-almuerzo-gratis-a-ninos-este-verano/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/05/escuelas-publicas-de-miami-dade-ofrecen-desayuno-y-almuerzo-gratis-a-ninos-este-verano/">Leer en español</a></p><p>The district announced Friday that meals will be available at 170 schools across Miami-Dade County from June 8 through July 31 for children and teens 18 years old and younger.</p><p>There are no income requirements, applications or registration needed to participate.</p><p>Unlike previous years, meals must be eaten on-site. Grab-and-go meal service will not be available.</p><p>School officials said the program is designed to help ensure children continue receiving nutritious meals while school is out for the summer.</p><p>District officials encourage parents and guardians to take advantage of the program to help keep children healthy and well-nourished during the summer months.</p><p>Families can find participating meal sites and additional information by visiting<a href="https://www.summerbreakspot.org/" target="_self" rel="" title="https://www.summerbreakspot.org/"> SummerBreakSpot.org</a>.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/35G6O5AUNRAUPPALVIC3D5FIXA.png?auth=fcbf3cb895abed2824e494d55a2f31459edbd22a118cfe2c741d715935544ef3&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Jury awards $176M for wrongful deaths of young brothers struck by California socialite's car]]></title><link>https://www.local10.com/sports/2026/06/05/jury-awards-176m-for-wrongful-deaths-of-young-brothers-struck-by-california-socialites-car/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/jury-awards-176m-for-wrongful-deaths-of-young-brothers-struck-by-california-socialites-car/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — A Los Angeles jury has awarded $176 million to the parents of two young brothers killed in a hit-and-run collision when a California socialite's car struck them in a crosswalk nearly six years ago.]]></description><pubDate>Fri, 05 Jun 2026 17:05:40 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — A Los Angeles jury has awarded $176 million to the parents of two young brothers killed in a hit-and-run collision when a California socialite's car struck them in a crosswalk nearly six years ago.</p><p>The jury found both Rebecca Grossman and Scott Erickson, a former Los Angeles Dodgers pitcher, negligent in the deaths of 11-year-old Mark Iskander and 8-year-old Jacob Iskander.</p><p>The damages awarded Wednesday were for wrongful death and emotional distress. The trial judge will ultimately determine how much each defendant has to pay.</p><p>Court was scheduled to resume Friday as jurors must still decide whether to award punitive damages to the boys' parents, Nancy and Karim Iskander.</p><p>Grossman was sentenced in 2024 to serve 15 years to life in prison after being convicted of second-degree murder, gross vehicular manslaughter and hit-and-run driving in a separate criminal trial. She is a co-founder of the Grossman Burn Foundation and the wife of a prominent burn doctor.</p><p>The boys' parents also filed lawsuits in civil court against both Grossman and Erickson, who was driving ahead of her when the Iskander brothers were killed. That trial began in April.</p><p>The deadly crash occurred on the evening of Sept. 29, 2020, in Westlake Village, a city on the western edge of Los Angeles County.</p><p>Brian Panish, the Iskander family's attorney, argued that Grossman and Erickson were both driving recklessly after drinking margaritas together. The two were dating at a time when Grossman and her husband were separated.</p><p>Panish said Grossman was driving 73 mph (117 kph) when her car struck the boys in a crosswalk on a road where the posted speed limit was 45 mph (72 kph).</p><p>He said Grossman was following Erickson, who was also speeding and narrowly missed the family.</p><p>“This was a totally preventable collision," Panish told the jury in closing arguments Wednesday. “They went out for a walk and they never came home.”</p><p>Grossman's attorney, Esther Holm, denied that her client was intoxicated. She said Grossman was distracted when she saw the boys' mother dive out of the way of Erickson's vehicle.</p><p>“Ms. Grossman was not driving impaired," Holm told the jury. “She did not see the children, as her attention was diverted by Ms. Iskander.”</p><p>Erickson's attorney, Jeff Braun, called the boys' deaths a tragedy but emphasized that the vehicle he was driving "made no contact with the children.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q2UBF4SCC3GGQXHHBQJYZGSQ5E.jpg?auth=b93b731c9d1e2ed63a24f39ffc682b54dfa7f13bb27b3300a4bb57de1948a707&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Nancy Iskander, left, holding the hand of her husband, Karim, leaves Van Nuys Courthouse June 10, 2024, in Van Nuys, Calif., after attending the sentencing hearing in the murder trial of Rebecca Grossman, who is charged in the deaths of their two sons, Mark, 11, and Jacob, 8. (AP Photo/Damian Dovarganes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content></item><item><title><![CDATA[Connecticut police officer hugs supporters, appears in court in fatal shooting of Black man]]></title><link>https://www.local10.com/news/national/2026/06/05/connecticut-police-officer-hugs-supporters-appears-in-court-in-fatal-shooting-of-black-man/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/05/connecticut-police-officer-hugs-supporters-appears-in-court-in-fatal-shooting-of-black-man/</guid><dc:creator><![CDATA[By DAVE COLLINS, Associated Press]]></dc:creator><description><![CDATA[HARTFORD, Conn. (AP) — A white police officer in Connecticut who repeatedly shot a Black man suffering a mental health crisis while his colleagues tried to defuse the situation made his first court appearance Friday on a manslaughter charge, a brief hearing that attracted dozens of fellow officers who support him.]]></description><pubDate>Fri, 05 Jun 2026 17:14:00 +0000</pubDate><content:encoded><![CDATA[<p>HARTFORD, Conn. (AP) — A white police officer in Connecticut who repeatedly shot a Black man suffering a mental health crisis while his colleagues tried to defuse the situation made his first court appearance Friday on a manslaughter charge, a brief hearing that attracted dozens of fellow officers who support him.</p><p>Joseph Magnano, 23, did not speak at Superior Court in Hartford but later hugged officers outside the courtroom. Many displayed badges over their street clothes.</p><p>Magnano was fired by the Hartford mayor after the fatal shooting of Steven Jones on Feb. 27. The shooting drew wide public outcry and questions about the police department’s policies when responding to people in mental distress.</p><p>The president of the local police union continued to defend Magnano while speaking to reporters Friday.</p><p>“They told him he was a criminal for doing what he was trained to do,” James Rutkauski said.</p><p>Jones, 55, who had a history of mental illness, was holding a large knife on a city street when officers arrived on that winter day.</p><p>Police body camera video shows three officers, over several minutes, repeatedly telling Jones to drop a knife. The officers also tell him they’re there to help.</p><p>“Steve, you’re OK. We’re going to make sure you’re OK,” Officer James Prignano says. “Just drop the knife. We’re going to go talk to somebody, OK?”</p><p>Jones can’t be heard saying anything in the videos.</p><p>About 12 minutes after the 911 call, Magnano arrives, draws his pistol and shouts at Jones to drop the knife, telling him, “You’re going to get shot.” A woman is heard screaming, “Don’t shoot him!”</p><p>The videos show Prignano motioning at Magnano, appearing to tell him to back away. As Jones slowly walks toward Magnano, the officer gives a final warning before shooting at him nine times. Jones died four days later.</p><p>Connecticut Inspector General Eliot Prescott said an investigation found Jones was not an imminent threat.</p><p>In his own incident report, Magnano said he was “fearful of Jones making a sudden lunge towards either an officer or citizen.”</p><p>Jones’ relatives did not attend the hearing but local NAACP officials were present Friday.</p><p>“They take an oath to protect and serve,” Corrie Betts, president of the Greater Hartford NAACP branch, said of police. “So when they’re called to a mental health call and an individual ends up dead, is that protecting and serving?”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4EH2YKTD7WQ3QOUHL5FQDAHV2Y.jpg?auth=42413276c68505289bd85e2fdf6e15a6a2d9e82c91abc57f15053719ec08a48c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Hartford police officer Joseph Magnanom, right, stands with his attorney, Patrick Tomasiewicz, during his arraignment at Hartford Superior Court in Hartford, Conn., on Friday, June 5, 2026. (Aaron Flaum/Hartford Courant via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Flaum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NIRT2OGYKBQHSXW6FXI56EDGLI.jpg?auth=a0b87aced17bcd65c2d2e5bfeea01c96301848ba4a4a11b01735b0a74c64fc59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This photo taken from Hartford Police body camera video shows Steven Jones, right, as police officers shout commands to him seconds before he is shot by officer Joseph Magnano, center, Feb. 27, 2026 in Hartford, Conn. (Hartford Police Department via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Hartford Police Department</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJDJWHFHSP42VL2CFU7GJ7XGFA.jpg?auth=4e99590f95dcdd329d40ba8502167080a389467c43d8e563e3f8097adae59dac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This photo taken from Hartford Police body camera video shows Steven Jones, center, as police officers talk to him, Feb. 27, 2026, in Hartford, Conn. (Hartford Police Department via AP, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/XASOBEQKW63U5HOSCXV2MKEDXA.jpg?auth=801dac4de7c059345cc69205c8e77ead49670fb336fae8e5cf362c3992cdead9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Hartford police officer Joseph Magnanom, right, stands with his attorney, Patrick Tomasiewicz, during his arraignment at Hartford Superior Court in Hartford, Conn., on Friday, June 5, 2026. (Aaron Flaum/Hartford Courant via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Flaum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U74JBGRG5S73AYQKYI5M6FUOUM.jpg?auth=d873803dcc4fd1adcedb933e9bbdc0063898239e00c0764bac1d7edb77a72b02&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Hartford police officer Joseph Magnanom appears during his arraignment at Hartford Superior Court in Hartford, Conn., on Friday, June 5, 2026. (Aaron Flaum/Hartford Courant via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Flaum</media:credit></media:content></item><item><title><![CDATA[Habilitan ruta a La Paz para abastecer alimentos mientras Congreso trata ley de estado de excepción]]></title><link>https://www.local10.com/espanol/2026/06/05/habilitan-ruta-a-la-paz-para-abastecer-alimentos-mientras-congreso-trata-ley-de-estado-de-excepcion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/habilitan-ruta-a-la-paz-para-abastecer-alimentos-mientras-congreso-trata-ley-de-estado-de-excepcion/</guid><dc:creator><![CDATA[Por CARLOS VALDEZ y PAOLA FLORES, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — Las fuerzas del orden habilitaron el viernes una ruta a los valles bajos que abastecen de alimentos a La Paz, asediada por una ola de protestas que ya lleva 36 días en reclamo de la renuncia del presidente Rodrigo Paz, mientras el Congreso trata una ley para declarar un eventual estado de excepción.]]></description><pubDate>Fri, 05 Jun 2026 15:56:32 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — Las fuerzas del orden habilitaron el viernes una ruta a los valles bajos que abastecen de alimentos a La Paz, asediada por una ola de protestas que ya lleva 36 días en reclamo de la renuncia del presidente Rodrigo Paz, mientras el Congreso trata una ley para declarar un eventual estado de excepción.</p><p>Militares y policías bajo mando del nuevo ministro de Defensa, Ernesto Justiniano, despejaron la ruta en la madrugada sin que se registraran incidentes.</p><p>Hasta ahora cientos de familias de La Paz debían caminar kilómetros por cerros para abastecerse de verduras y frutas que desde más de un mes escasean en la ciudad.</p><p>En tanto, manifestantes reforzaban un bloqueo en los accesos a una planta estatal en la vecina ciudad de El Alto que abastece de combustible y gas licuado doméstico. Esa ciudad es el epicentro de las duras protestas y es por donde ingresan vitales suministros desde Santa Cruz y Cochabamba, las regiones agrícolas del país.</p><p>Hasta el momento los operativos de policías y militares, que no llevan armas letales, han dado escaso resultado. Tras el paso de las fuerzas del orden regresan los bloqueos.</p><p>El conflicto ha disparado los precios de los alimentos en la capital política de Bolivia que desde hace semanas está virtualmente paralizada, con escaso transporte y protestas de choferes por la escasez de combustible. Según el vocero presidencial José Luis Gálvez hasta el momento han fallecido 10 personas por falta de auxilio médico debido a los cortes de rutas. Los hospitales han reportado escasez de oxígeno medicinal.</p><p>En tanto, el sector empresario estimó en 2.000 millones de dólares las pérdidas provocadas por las protestas.</p><p>Paz, que lleva poco más de seis meses en el gobierno, ha priorizado el diálogo con los movilizados y la apertura de “corredores humanitarios” en La Paz y ha evitado sacar a las fuerzas del orden con armamento para evitar posibles incidentes que agravarían el conflicto, según el gobierno.</p><p>“Estamos en un momento de inflexión entre la democracia y la dictadura”, dijo hace unos días el ministro de la Presidencia, José Luis Lupo, en referencia al cambio de ciclo político tras los 20 años de gobierno populista de Evo Morales (2006-2019) y Luis Arce (2020-2025) en los que se potenciaron los sindicatos que ahora piden la renuncia de Paz.</p><p>“Está en marcha un golpe de Estado”, declaró el viernes Manfred Reyes Villa, el alcalde de Cochabamba, la otra región más afectada por los bloqueos carreteros después de La Paz.</p><p>Paz ha recibido el apoyo humanitario de varios países para trasladar alimentos. El mayor respaldo provino del gobierno estadounidense, cuyo secretario de Estado Marco Rubio habló por teléfono con Paz la víspera para “reafirmar el compromiso de Estados Unidos de apoyar la democracia boliviana y al gobierno del presidente Paz en la reconstrucción del país tras 20 años de políticas socialistas fallidas”.</p><p>Paz firmó en marzo junto a varios mandatarios conservadores el Escudo de Américas, una iniciativa multinacional impulsada por el mandatario estadounidense Donald Trump para coordinar esfuerzos en la lucha contra las organizaciones criminales.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AWNS4FIX277L35MDKWXB2FG46E.jpg?auth=91ff8e768d39755521792bcc3de07180f81f3db9b37ce9517d17877e581f1986&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vista de un mercado improvisado donde productores de hortalizas venden sus productos a los compradores de la ciudad en Avircato, Bolivia, el jueves 4 de junio de 2026. (Foto AP/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZIV6YJP5F5CHDCZFRSQ6Y4GOCE.jpg?auth=a79a35919003a4304d32b2bc3f13987ef09be86f1a14a944108586f23fe3dfca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Agentes de policía montan guardia tras una valla durante las protestas antigubernamentales cerca del palacio de gobierno en La Paz, Bolivia, el lunes 1 de junio de 2026. (Foto AP/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[Trump’s troop reversals in Europe could cost millions and have left soldiers in limbo, officials say]]></title><link>https://www.local10.com/news/world/2026/06/05/trumps-back-and-forth-on-troops-in-europe-potentially-cost-millions-us-officials-say/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/05/trumps-back-and-forth-on-troops-in-europe-potentially-cost-millions-us-officials-say/</guid><dc:creator><![CDATA[By EMMA BURROWS, BEN FINLEY and KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The U.S. military is waiting for clarity from the Pentagon following President Donald Trump's back-and-forth on troop levels in Europe, upending the lives of military personnel and potentially costing taxpayers millions of dollars, two U.S. defense officials told The Associated Press.]]></description><pubDate>Fri, 05 Jun 2026 17:18:21 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. military is waiting for clarity from the Pentagon following President Donald Trump's back-and-forth on troop levels in Europe, upending the lives of military personnel and potentially costing taxpayers millions of dollars, two U.S. defense officials told The Associated Press.</p><p>NATO allies were bewildered in May when Trump said he would send 5,000 U.S. troops to Poland just weeks after ordering the same number pulled from Europe, following a spat with Germany's Chancellor Friedrich Merz over the Iran war. The Trump administration says troop reductions in Europe have long been planned and coordinated with allies.</p><p>The Republican president announced on social media two weeks ago that he was sending troops to Poland — the same day the Pentagon had officially ordered the cancellation of a rotation of soldiers heading there, one of the defense officials said.</p><p>The unit's equipment was already on the way. Sending it cost the military $32 million, said U.S. Transportation Command, the military agency largely responsible for moving troops and gear across the globe.</p><p>The abrupt changes are forcing the military to “retroactively engineer” a policy in line with the president’s latest pronouncement, the official said. Both officials were briefed on the decisions and, along with others, spoke on the condition of anonymity to discuss sensitive military matters.</p><p>The uncertainty is not only rattling European allies worried about the message being sent to Russia, but it also risks hurting morale among American troops — some of whom had their rotations canceled shortly before departure — and comes as the Army budget is already strained.</p><p>Changes to troop deployments to Poland add up</p><p>The rotational deployment to Poland of 4,000 troops from the Army’s 2nd Armored Brigade Combat Team, 1st Cavalry Division, based in Fort Hood, Texas, was canceled in a memo sent to the military at the beginning of May. European allies found out mid-month.</p><p>Some of those troops were told shortly before traveling not to get on a flight to Poland, while those who had been sent ahead — initially around 1,000 troops — are still waiting for confirmation they are being sent back, a U.S. military official said.</p><p>The military also is still waiting for details from the Pentagon on how to satisfy Trump's order to send 5,000 troops to Poland, that official said. The working assumption is that they will come from units already in Europe, rather than an additional deployment from the U.S., the official said.</p><p>U.S. Transportation Command had chartered a ship to take the team's equipment from Texas to Poland and transport a departing unit's gear back to America. The incoming team's portion of the cost was $32 million, including chartering the ship and loading and unloading the gear.</p><p>Because the ship was chartered to take one unit to Europe and bring another back, it is hard to say if that amount would have been saved had the decision to halt the deployment been made before the new team had already begun moving overseas.</p><p>However, the military official said the unscheduled move of personnel and equipment back from Europe is most likely not a cost the Pentagon budgeted for and would be an additional expense.</p><p>Total costs of canceling the rotation are hard to quantify because of many factors, said Joe Costa, a former senior Pentagon official who now focuses on challenges faced by the U.S. military as director of the Atlantic Council’s Forward Defense program.</p><p>They most likely stem from returning equipment and troops sent ahead of the deployment and would probably be on the low end of the rotation’s overall cost, Costa said. The greater impact is on the readiness of troops who were trained for one mission and may be deployed on another, he said.</p><p>U.S. military contracts with private companies to transport troops and equipment contain cancellation clauses that often add extra fees if a deployment is called off, said John Deni, a senior nonresident fellow at the Atlantic Council who has studied such costs.</p><p>“The question is what additional costs were incurred by deciding to send them back prematurely, changing the arrangements, changing the plan?” said Deni, a former U.S. military adviser and planner who focused on forces in Europe.</p><p>It is not clear if the Pentagon can recoup those costs or those associated with moving the unit to Europe. The Defense Department did not answer questions about the costs of changing the deployment plans, and the White House referred a request for comment to the department.</p><p>Pentagon officials have repeatedly said they planned to lower troop levels to have Europe shoulder more of its own defense and that the decision was part of a “comprehensive, multilayered process.”</p><p>Last month's memo also led to the cancellation of a deployment to Germany of a battalion trained in firing long-range rockets and missiles.</p><p>Pulling troops stationed in Germany would be more expensive</p><p>When Trump first threatened to remove 5,000 troops from Europe, Pentagon officials initially suggested pulling back the 2nd Cavalry Regiment, which is based permanently in Germany, the defense official said.</p><p>Instead, officials decided to cancel the rotation of the other unit to Poland. Then Trump threw that plan into confusion as well.</p><p>Pulling the troops stationed in Germany could cost in the low billions because there is no dedicated space and infrastructure in the U.S. to accommodate them and their families, Costa said.</p><p>“The other option is basically breaking up the unit,” Costa said. “They move the equipment in different places. They move the people to different places. That carries significant readiness costs because now you’re artificially jamming pieces of units into places where they don’t necessarily belong.”</p><p>Pulling or pausing deployments also can hurt morale among soldiers and families because they plan for them months and years in advance, Deni said. The uncertainty can be disruptive.</p><p>"That’s often the last thing you want to do to military families,” Deni said.</p><p>It is still unclear what will happen to U.S. troops stationed in Europe, the two officials said. Options include moving military units assigned to Germany to Poland, but that could take several years and cost more, the military official said.</p><p>Troop changes happen during an Army budget shortfall</p><p>The moves come as the Army is facing a budget shortfall, which the service's top uniformed officer, Gen. Christopher LaNeve, recently acknowledged to Congress.</p><p>Estimates put the deficit somewhere between $2 billion and $6 billion, according to an Army official who also spoke on condition of anonymity to discuss sensitive defense matters. One impact has been cutting training courses for soldiers nationwide, which ABC News earlier reported.</p><p>In a statement, the Army said it has issued guidance to its commands to “make tough and sound resource decisions that optimize and prioritize resources toward their most critical requirements, to include major training and readiness events.”</p><p>The Army official also noted that the service has been tasked with missions like the National Guard deployment in Washington, a bolstered presence along the U.S.-Mexico border and its part in the Iran war — all of which have strained its budget.</p><p>The Department of Homeland Security expects to reimburse the Army for its role in the border mission.</p><p>Army Secretary Dan Driscoll told lawmakers at a May 15 hearing that he was “optimistic” there would progress on those payments “within a week or two.” But to date, the Army has not been reimbursed.</p><p>“We want those backfilled payments," Driscoll said then.</p><p>The U.S. military in Europe also is scaling back support for non-combat related training and ruthlessly prioritizing critical functions, the military official said.</p><p>___</p><p>Burrows reported from London.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JQUOVGT5IQGPVGE7E2VC4D77L4.jpg?auth=39b1d87dc665e23854d91cae2669460a58eae5f77e0fe21c7a004b0620a9851c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump listens at an event about coal, Thursday, June 4, 2026, in the Oval Office of the White House in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PSTWUGCJY5EBUJTIHKJLP5MJ4Y.jpg?auth=72c0a75d2e94510fa9967864bd1acdc3ba21de3f8bdf7f85dc88cd289fd14151&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Pentagon is viewed from the window of an airplane Aug. 27, 2023, in Washington. (AP Photo/Carolyn Kaster, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[Actor Anthony Head, known for ‘Buffy the Vampire Slayer,' has died at 72]]></title><link>https://www.local10.com/entertainment/2026/06/05/actor-anthony-head-known-for-buffy-the-vampire-slayer-has-died-at-72/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/05/actor-anthony-head-known-for-buffy-the-vampire-slayer-has-died-at-72/</guid><dc:creator><![CDATA[By JILL LAWLESS and BRIAN MELLEY, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Anthony Head, the suave, smooth-voiced British actor known for roles in “Buffy the Vampire Slayer” and “Ted Lasso," has died, his family said Friday. He was 72.]]></description><pubDate>Fri, 05 Jun 2026 17:15:27 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Anthony Head, the suave, smooth-voiced British actor known for roles in “Buffy the Vampire Slayer” and “Ted Lasso," has died, his family said Friday. He was 72.</p><p>Head’s daughters, actors Emily and Daisy Head, told the Press Association news agency that the actor passed away due to complications from pneumonia.</p><p>The stage and TV performer became well known to British audiences in the 1980s as one half of a will-they, won’t-they romantic couple in a series of ads for Nescafe Gold Blend instant coffee. The ads were later re-shot for a U.S. audience for Taster's Choice.</p><p>Head achieved wider fame as librarian Rupert Giles, mentor to the title character in the cult-favorite supernatural series “Buffy the Vampire Slayer,” which ran from 1997 to 2003.</p><p>He most recently played Rupert Mannion, the villainous ex-husband of Hannah Waddingham’s character Rebecca, in “Ted Lasso.”</p><p>“Our grief is far greater than the hole he has left behind, but we know his legacy will live on, in the shows he was a part of, and in the audiences that love them,” his daughters said. “How lucky we are to know we are able to watch him doing what he loved, even when he is no longer with us.”</p><p>Head was born in London on Feb. 20, 1954 to Seafield Head, a documentary filmmaker, and Helen Shingler, an actor. His older brother, Murray, is also an actor.</p><p>Other notable roles included playing Geoffrey Howe, the deputy to Prime Minister Margaret Thatcher, played by Meryl Streep, in the Oscar-winning “The Iron Lady.”</p><p>Head portrayed a prime minister himself in the sketch comedy show “Little Britain,” as well as King Uther Pendragon, the father of Prince Arthur, in the “Merlin” TV series. He also appeared in “Motherland," Manchild,” and “Silent Witness,” along with acting in many plays, musicals, and recording music as a singer.</p><p>He was predeceased by his longtime partner, animal welfare activist Sarah Fisher, 61, in 2025.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3KUOSFJMYJGHWZR6LBVMLSFJPQ.jpg?auth=6c2070ce1bf4d7d42ac21c51c1abc549a732e7b564f5d251bafbc0d8c7a51958&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Anthony Head arrives for the European premiere of 'The Iron Lady' on Wednesday, Jan. 4, 2012, in London. (AP Photo/Jonathan Short, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Short</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4RZQBEZWZX53GJYAOL7R7XXXKA.jpg?auth=0531ba74798eab01360eff8c9018c4f61be7cc95a83f655736b7fff9eb200410&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Anthony Head poses during the "Merlin" photocall at the 51st Monaco Television Festival in Monte Carlo, Monaco, Friday, June 10, 2010. (AP Photo/Christian Alminana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Christian Alminana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IX5YUMEZJ5JLMMB36N26JDRQMI.jpg?auth=b19bd26284afe264a0ca22d5393d7a6ff0d449652492646d974013438b3fe7d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Anthony Head arrives for the European premiere of 'The Iron Lady' on Wednesday, Jan. 4, 2012, in London. (AP Photo/Jonathan Short, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Short</media:credit></media:content></item><item><title><![CDATA[Zverev beats Mensik in French Open semifinals and will face Cobolli for elusive Grand Slam title]]></title><link>https://www.local10.com/sports/2026/06/05/zverev-beats-mensik-in-french-open-semifinals-and-nears-elusive-grand-slam-title/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/zverev-beats-mensik-in-french-open-semifinals-and-nears-elusive-grand-slam-title/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — Jannik Sinner lost early. Carlos Alcaraz withdrew due to injury.]]></description><pubDate>Fri, 05 Jun 2026 17:30:24 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Jannik Sinner lost early. Carlos Alcaraz withdrew due to injury.</p><p>The pressure has been on Alexander Zverev to finally win an elusive Grand Slam title and now the second-seeded German is only one victory away from raising the French Open trophy.</p><p>Zverev reached the fourth major final of his career after beating 20-year-old Jakub Mensik 7-5, 6-2, 3-6, 6-3 in the Roland Garros semifinals on Friday.</p><p>In Sunday’s final, Zverev will face 14th-ranked Flavio Cobolli.</p><p>Cobolli advanced when 104th-ranked Matteo Arnaldi withdrew before their all-Italian semifinal due to a virus.</p><p>Arnaldi spent 19 hours, 42 minutes on court to reach the semifinal — more than anyone at a Grand Slam since 1991. He said he was vomiting overnight.</p><p>“I tried to get ready ... but every time I get up I feel dizzy,” Arnaldi said. “I can’t move and I can’t eat and I can’t drink. So there was really no way that I will be able to play.”</p><p>Zverev has been an overwhelming favorite for the title ever since the top-ranked Sinner struggled in the first week’s heat wave and wasted a two set and 5-1 lead against Juan Manuel Cerundolo in the second round.</p><p>Alcaraz, the two-time reigning champion, withdrew before the tournament with an injured right wrist.</p><p>The 27th-ranked Mensik, who was playing in his first Grand Slam semifinal, struggled with five double faults.</p><p>Mensik overcame post-match cramps that landed him in a wheelchair last week, got past Andrey Rublev in five sets, and beat rising Brazilian João Fonseca in straight sets in the quarterfinals.</p><p>“He beat so many unbelievable players. I knew it was going to be the toughest challenge that I had so far. And I managed. I won. I’m happy,” Zverev said.</p><p>It will be Zverev’s second French Open final, having wasted a lead of two sets to one against Alcaraz in the 2024 championship match.</p><p>Zverev had an even bigger advantage — two sets to none — in the 2020 U.S. Open final and lost that one, too, to Dominic Thiem. He was also beaten in straight sets by Sinner in the 2025 Australian Open final.</p><p>Wind and mishits</p><p>Despite overcast and windy conditions at the start, the roof was open on Court Philippe-Chatrier and both players struggled with mishits early on.</p><p>Mensik relied often on serve-and-volley tactics while Zverev was more solid from the baseline of the red clay court.</p><p>Mensik double-faulted twice late in the first set, leading to the first break.</p><p>Zverev broke again early in the second after running down a drop shot from Mensik and then went ahead 5-2 when Mensik double-faulted again.</p><p>Mensik's medical timeout</p><p>Early in the third, Mensik had his neck treated by a trainer and then left the court for a medical timeout.</p><p>When play resumed, Zverev moved Mensik off the court with well-angled shots and the Czech player threw his racket in desperation at a ball he knew he couldn’t reach.</p><p>There were more shouts for “Sascha” — Zverev’s nickname — but the crowd attempted to help Mensik back into the match with chants of “Let’s go, Mensik, Let’s go.”</p><p>When Mensik produced two well-executed drop shots to finally break Zverev’s serve and take a 4-2 lead in the third, he pumped his fist as the crowd came to life.</p><p>It was just the second set that Zverev dropped in the tournament.</p><p>“He started playing amazing the third set,” Zverev said. “This is best-of-five-set matches: You know things (are) going to happen. Opponents are going to play better. You have to deal with it. You have to manage it. I did. And I hope to play another great match on Sunday.”</p><p>When Mensik rushed the net after a slice serve to the deuce court midway through the fourth set and Zverev used his long wingspan to produce a looping cross-court return that dipped over the net beyond his reach, Mensik just smiled — perhaps realizing in that moment that Zverev simply had too much game for him.</p><p>Abuse allegations</p><p>Moments after Zverev’s last Grand Slam final in Australia in 2025, a person in the stadium yelled out the names of two of his ex-girlfriends who accused him of physical abuse.</p><p>One case was resolved following an agreement between German prosecutors, lawyers for Zverev and his former partner. The ATP Tour investigated another case and concluded there was insufficient evidence.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YXSXLUCBEGRTJ4VT5D623I2UBY.jpg?auth=12317e5c77d465c124f8517f26181649010f62caf1232200eb642b882a3920bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Germany's Alexander Zverev reacts during the semifinal tennis match against Czech Republic's Jakub Mensik at the French Open in Paris, Friday, June 5, 2026. (AP Photo/Christophe Ena)]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G5VYPQ3VSX3DIEZQSSR65PKBOE.jpg?auth=af8180b8bafef652a830a46f021bcd384c0a2878e815f016efcabe8e9b7c8e41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Germany's Alexander Zverev reacts after winning the semifinal tennis match against Czech Republic's Jakub Mensik at the French Open in Paris, Friday, June 5, 2026. (AP Photo/Christophe Ena)]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HHZ3QJ54TCOYL3SLBTT6MTSQRQ.jpg?auth=07f0ab69b19d75779a4e5abf96c066d59489fa0c5a2ac6e0c7f163120fee96ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Czech Republic's Jakub Mensik returns to Germany's Alexander Zverev during the semifinal tennis match at the French Open in Paris, Friday, June 5, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2LZDJU2BSEGRYILM3WQG4SCTCQ.jpg?auth=360d09c7cb3686c46e24975b059d9c95c619d256ba143d51f5c403ae7bf59652&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/HZVQXL5AUN5GCDFZUWJAQDXSRU.jpg?auth=6cd46d6b1178f3828ba4fa96769314b10f52a08d47f1eeb2d4104ecffb807679&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Germany's Alexander Zverev returns to Czech Republic's Jakub Mensik during the semifinal tennis match at the French Open in Paris, Friday, June 5, 2026. (AP Photo/Christophe Ena)]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content></item><item><title><![CDATA[Acusan a hombre de golpear a especialista de control de estacionamiento con vehículo mientras huía de citación en Doral]]></title><link>https://www.local10.com/espanol/2026/06/05/acusan-a-hombre-de-golpear-a-especialista-de-control-de-estacionamiento-con-vehiculo-mientras-huia-de-citacion-en-doral/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/acusan-a-hombre-de-golpear-a-especialista-de-control-de-estacionamiento-con-vehiculo-mientras-huia-de-citacion-en-doral/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre fue arrestado el jueves después de que la policía dijera que golpeó a un especialista en control de estacionamiento con su vehículo mientras intentaba evitar una citación de estacionamiento en el centro de Doral.]]></description><pubDate>Fri, 05 Jun 2026 13:17:01 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre fue arrestado el jueves después de que la policía informara que golpeó a una especialista de control de estacionamiento con su vehículo mientras intentaba evitar una citación por estacionamiento en el centro de Doral.</p><p>Ronald Ebrain Hernandez-Belisario, de 43 años y residente de Doral, enfrenta un cargo de agresión agravada contra un agente de la ley, bombero o funcionario.</p><p>Según un informe de arresto, la víctima, una especialista de control de estacionamiento, trabajaba el jueves en el área del centro de Doral cuando observó un Honda gris estacionado en una zona de pago señalizada en la cuadra 8500 de Northwest 53rd Terrace.</p><p>La policía indicó que la especialista verificó la matrícula de Florida del vehículo y descubrió que no se había realizado el pago por el espacio de estacionamiento. Luego hizo contacto con Hernandez-Belisario, quien estaba sentado dentro del vehículo y aparentemente hablaba por teléfono, y le informó que debía pagar antes de abandonar el área, según las autoridades.</p><p>La policía señaló que la especialista regresó más tarde y encontró que el automóvil seguía allí y que Hernandez-Belisario aún no había pagado el estacionamiento.</p><p>Cuando ella comenzó a emitir la citación, Hernandez-Belisario presuntamente se marchó y golpeó a la especialista con el espejo lateral del pasajero del vehículo.</p><p>Según la policía, la especialista no sufrió heridas graves y rechazó recibir tratamiento médico.</p><p>Posteriormente, los investigadores localizaron a Hernandez-Belisario en una dirección de Doral asociada con el registro del vehículo. La policía indicó que la víctima lo identificó durante un procedimiento de identificación.</p><p>Después de ser informado de sus derechos, Hernandez-Belisario aceptó hablar con los investigadores, según el informe.</p><p>La policía indicó que Hernandez-Belisario les dijo a los agentes que no se dio cuenta de que estaba obligado a pagar por el estacionamiento mientras permanecía dentro del vehículo. También afirmó que salió del área apresuradamente, pero sostuvo que fue la especialista quien golpeó el espejo lateral del pasajero, según las autoridades.</p><p>De acuerdo con el informe, Hernandez-Belisario dijo a los investigadores que no estaba bajo la influencia de drogas ni alcohol en ese momento, aunque sí toma medicamentos para la ansiedad.</p><p>La policía indicó que el incidente fue captado por la cámara corporal de la víctima.</p><p>Hernandez-Belisario fue trasladado al Centro Correccional Turner Guilford Knight.</p><p>Hasta la mañana del viernes, el ciudadano venezolano permanecía detenido por el cargo de agresión agravada, además de una retención migratoria.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XFDEGZ5DZJDYTPP23RLYTF752E.jpg?auth=51f1deb8addacbf989080da0f11d761ecd3be0b673010519c41abfc013618e5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Man accused of striking parking enforcement specialist with vehicle while fleeing citation in Doral]]></title><link>https://www.local10.com/news/local/2026/06/05/man-accused-of-striking-parking-enforcement-specialist-with-vehicle-while-fleeing-citation-in-doral/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/05/man-accused-of-striking-parking-enforcement-specialist-with-vehicle-while-fleeing-citation-in-doral/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A man was arrested Thursday after police said he struck a parking enforcement specialist with his vehicle while attempting to avoid a parking citation in downtown Doral.]]></description><pubDate>Fri, 05 Jun 2026 13:09:13 +0000</pubDate><content:encoded><![CDATA[<p>A man was arrested Thursday after police said he struck a parking enforcement specialist with his vehicle while attempting to avoid a parking citation in downtown Doral.</p><p><a href="https://www.local10.com/espanol/2026/06/05/acusan-a-hombre-de-golpear-a-especialista-de-control-de-estacionamiento-con-vehiculo-mientras-huia-de-citacion-en-doral/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/05/acusan-a-hombre-de-golpear-a-especialista-de-control-de-estacionamiento-con-vehiculo-mientras-huia-de-citacion-en-doral/">Leer en español</a></p><p>Ronald Ebrain Hernandez-Belisario, 43, of Doral, faces a charge of aggravated battery on a police officer, firefighter or official. </p><p>According to an arrest report, the victim, a parking enforcement specialist, was working in the downtown Doral area on Thursday when she noticed a gray Honda parked in a marked pay zone in the 8500 block of Northwest 53rd Terrace.</p><p>Police said the specialist ran the vehicle’s Florida tag and discovered that payment had not been made for the parking space. The specialist then made contact with Hernandez-Belisario, who was sitting inside the vehicle and appeared to be on a phone call, and informed him that payment was required before leaving the area, authorities said.</p><p>Police said the specialist later returned and found that the car was still there and Hernandez-Belisario had still not paid for parking. </p><p>As she began issuing a citation, Hernandez-Belisario allegedly drove away and struck the specialist with the vehicle’s passenger-side mirror.</p><p>The specialist was not seriously injured and declined medical treatment, according to police.</p><p>Investigators later located Hernandez-Belisario at a Doral address associated with the vehicle’s registration. Police said the victim identified him during a show-up identification procedure.</p><p>After being advised of his rights, Hernandez-Belisario agreed to speak with investigators, according to the report.</p><p>Police said Hernandez-Belisario told officers he did not realize he was required to pay for parking while remaining inside the vehicle. He also said he left the area in a hurry, but claimed the specialist struck his passenger-side mirror, authorities said. </p><p>According to the report, Hernandez-Belisario told investigators he was not under the influence of drugs or alcohol at the time, but does take medication for anxiety.</p><p>Police said the incident was captured on the victim’s body-worn camera.</p><p>Hernandez-Belisario was transported to the Turner Guilford Knight Correctional Center. </p><p>As of Friday morning, the Venezuelan national remained there on the aggravated battery charge as well as on an immigration hold. </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/XFDEGZ5DZJDYTPP23RLYTF752E.jpg?auth=51f1deb8addacbf989080da0f11d761ecd3be0b673010519c41abfc013618e5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Alcanzan importante hito mientras comunidad se une para restaurar vivienda de pareja de Richmond Heights]]></title><link>https://www.local10.com/espanol/2026/06/05/alcanzan-importante-hito-mientras-comunidad-se-une-para-restaurar-vivienda-de-pareja-de-richmond-heights/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/alcanzan-importante-hito-mientras-comunidad-se-une-para-restaurar-vivienda-de-pareja-de-richmond-heights/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[Cuando Local 10 lanzó “Good News South Florida” en abril, el objetivo no era solo compartir historias edificantes sino también inspirar a los espectadores a formar parte de ellas.]]></description><pubDate>Fri, 05 Jun 2026 15:30:09 +0000</pubDate><content:encoded><![CDATA[<p>Cuando Local 10 lanzó “Good News South Florida” en abril, el objetivo no era solo compartir historias inspiradoras, sino también motivar a los televidentes a formar parte de ellas.</p><p>Esa misión ya está teniendo un impacto tangible.</p><p>Hace dos meses, “Good News South Florida” presentó a los televidentes a Edward y Clara Knox, una pareja de Richmond Heights que pasaba sus años de jubilación en una vivienda que había caído en un grave estado de deterioro. Hoy, gracias a una gran muestra de apoyo comunitario, voluntarios, donaciones y alianzas, los trabajos de restauración están en marcha, y la esperanza ha sido restaurada junto con la vivienda.</p><p>Recientemente se alcanzó un importante hito cuando el proyecto recibió su permiso de construcción, despejando el camino para que las obras comenzaran formalmente. Voluntarios y colaboradores celebraron el logro con una ceremonia de corte de cinta, marcando el inicio de una transformación largamente esperada.</p><p>El esfuerzo comenzó cuando Rixys Alfonso, directora ejecutiva de la Nonprofit Executive Alliance, llamó la atención de Local 10 sobre la situación de los Knox.</p><p>“Quiero apoyar al señor Knox y quiero hacer todo lo posible para asegurarme de que no quede sin hogar”, dijo Alfonso.</p><p>Ella compartió videos que mostraban el deteriorado estado de la vivienda de la pareja e hizo un emotivo llamado de ayuda. La petición resonó entre voluntarios de todo el sur de Florida.</p><p>“Solo tenemos que arremangarnos y terminar este proyecto”, dijo la voluntaria Liudmila Esquerdo.</p><p>“Si alguna vez te has preguntado cómo puedes marcar la diferencia, este proyecto es la respuesta”, agregó el voluntario y oficial de policía Robert McKay.</p><p>Local 10 compartió la historia de los Knox con los televidentes el 3 de abril, impulsando una respuesta comunitaria que sigue creciendo.</p><p>“Tengo fe en que esto realmente va a suceder”, dijo Edward Knox en ese momento.</p><p>Esa fe rápidamente se convirtió en acción.</p><p>Hoy, lo que podría parecer una zona de construcción es en realidad un símbolo de progreso. Equipos de trabajo y voluntarios han retirado el techo deteriorado de la vivienda y han comenzado reparaciones críticas.</p><p>“Di la autorización para retirar el techo, que era el verdadero problema que enfrentaba esta estructura, y todo lo demás está listo para avanzar”, dijo el ingeniero estructural Eliezer Díaz.</p><p>Materiales adicionales ya han sido asegurados mediante donaciones.</p><p>“Ya tenemos las tejas donadas. Tenemos las ventanas. Tenemos las puertas, así que vamos a asegurar la vivienda una vez que tengamos el techo”, dijo Joe Puentes, cofundador de WikiVoice.</p><p>Para Edward y Clara Knox, la rapidez del progreso ha sido sorprendente y alentadora.</p><p>“Va más rápido de lo que pensaba”, dijo Edward Knox. “Excelente. Me siento muy bien. Y toda esta banda de ángeles está trabajando muy rápido”.</p><p>Esos “ángeles” son voluntarios que donan su tiempo, habilidades y trabajo, no por un salario, sino por la oportunidad de ayudar a vecinos necesitados.</p><p>Max Santiago, voluntario de Bedrock Renovations, regresó a casa desde Tallahassee durante sus vacaciones de verano para participar.</p><p>“Normalmente nunca regreso a casa durante las vacaciones de verano”, dijo Santiago. “Pero volver y poder ayudar a alguien de la comunidad donde crecí es increíble”.</p><p>El proyecto sigue siendo impulsado completamente por voluntarios y continúa recibiendo a personas interesadas en colaborar.</p><p>“Este es un proyecto 100% voluntario”, dijo el voluntario y tasador de bienes raíces Deiky Vergel. “Damos la bienvenida a cualquier persona de la comunidad que quiera formar parte de él”.</p><p>Mientras continúan los trabajos, Edward Knox sigue agradecido y optimista de que más personas se sumen al esfuerzo.</p><p>“Cuando oro, digo: ‘Señor, encuentra algunos ángeles más’”, dijo. “Así como encontró a este grupo, encontrará algunos más”.</p><p>Cómo ayudar</p><p>Los miembros de la comunidad que deseen apoyar la restauración de la vivienda de los Knox tienen varias formas de involucrarse.</p><p>Las personas de la industria de la construcción están invitadas a asistir a un evento de networking el 18 de junio. Los colaboradores también pueden realizar donaciones monetarias seguras para el proyecto.</p><p>El 100% de los fondos donados se destina directamente a la restauración de la vivienda de los Knox. Local 10 continuará ofreciendo actualizaciones mensuales para que donantes y voluntarios puedan ver de primera mano cómo las contribuciones de la comunidad están marcando la diferencia.</p><ul><li><b>Para donar: </b>Si desea hacer una donación monetaria para una historia o proyecto de Good News South Florida, haga <a href="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700" target="_blank" rel="noreferrer" title="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700">clic aquí</a>. Local 10 ha establecido el Fondo Local 10 con The Miami Foundation y el 100% de su donación se destinará a la causa que usted indique en el cuadro de “información adicional”.</li><li><b>Para ser voluntario o enviar una idea de historia:</b> Si desea participar como voluntario en un proyecto de Good News South Florida o presentar una historia para consideración, envíe un correo electrónico a <a href="goodnews@local10.com" target="_blank" rel="noreferrer" title="goodnews@local10.com">goodnews@local10.com</a>.</li></ul><p>Good News South Florida se transmite los viernes en el noticiero matutino de Local 10 a las 10 a.m. También se retransmite los viernes a las 3:30 p.m. y los domingos por la mañana a partir de las 6 a.m.</p>]]></content:encoded></item><item><title><![CDATA[Father of 6 imprisoned for rape following one of UK's worst miscarriages of justice]]></title><link>https://www.local10.com/news/world/2026/06/05/father-of-6-imprisoned-for-rape-following-one-of-uks-worst-miscarriages-of-justice/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/05/father-of-6-imprisoned-for-rape-following-one-of-uks-worst-miscarriages-of-justice/</guid><dc:creator><![CDATA[By PAN PYLAS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — A father of six was sentenced Friday to 21 years in prison for a rape 23 years ago that another man had been wrongly convicted of, in what is widely considered to have been one of the U.K.'s worst miscarriages of justice in recent years.]]></description><pubDate>Fri, 05 Jun 2026 16:39:45 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — A father of six was sentenced Friday to 21 years in prison for a rape 23 years ago that another man had been wrongly convicted of, in what is widely considered to have been one of the U.K.'s worst miscarriages of justice in recent years.</p><p>Paul Quinn, 52, was found guilty in April following a six-week trial at Manchester Crown Court on two counts of rape, one count of choking with intent, and one count of grievous bodily harm. Quinn’s sentence comprises 21 years in custody with an extended license of three years when he will be let out of prison but subject to release conditions. He will be eligible for parole in 14 years.</p><p>“You sat back and enjoyed your liberty at the expense of an innocent man,” Justice Robert Bright told Quinn at Friday’s sentencing hearing.</p><p>Quinn was aged 29 at the time of the rape but had been a sex offender from the age of 12.</p><p>Andrew Malkinson, 60, had his conviction quashed by the Court of Appeal in July 2023 after DNA evidence linked Quinn to the crime. Malkinson spent 17 years behind bars for the brutal 2003 attack on a 33-year-old woman in Greater Manchester, who had picked him out from a police lineup.</p><p>Malkinson, who was working as a security guard at a local shopping center at the time of the attack, was found guilty in 2004 and sentenced to a life sentence, with a minimum term of seven years. He always maintained his innocence and as a result served ten years more in jail than the minimum sanctioned by the judge in the case. He was eventually released from prison in 2020, but his name remained on Britain’s sex offenders register.</p><p>Malkinson voiced his fury at the fact that Quinn did not get a life sentence.</p><p>“I hope that this man does not get parole and that he serves longer than me," he said in a statement released through Appeal, a U.K. charity that campaigns against wrongful convictions. “Anything less is not justice.”</p><p>Advancements in genetic technology allowed Malkinson’s legal team and Appeal to find Quinn’s DNA on fragments of the victim’s clothing.</p><p>Malkinson is seeking recompense from British authorities for the time he spent in prison and has mulled whether the victim had been unduly pressured by police during the lineup.</p><p>“While Andy is relieved this chapter of his ordeal is now closed, it is not the end of this matter as far as he is concerned,” said Toby Wilton, of law firm Hickman & Rose, which represents Malkinson.</p><p>Fallout from the case continues, with a public inquiry now underway after a 2024 review found failings that could have exonerated Malkinson a decade before he was eventually released.</p><p>Five former Greater Manchester Police officers, and one currently serving with the force, are under investigation while two top officials at the body that assesses potential miscarriages of justice have resigned.</p><p>The police force has since apologized to Malkinson.</p><p>“We know this outcome has come two decades too late for those impacted by this case," said Detective Chief Superintendent Rebecca McKendrick, the senior investigating officer on the case. “However, we will not allow time to be a barrier to justice for anyone who has further information about Paul Quinn and any further potential sexual offending.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JVEW2BJQRX7EYBYZBI6BNHQNMI.jpg?auth=1b12a4db83909b2c6f20896d6c21eaffc5aceca848ae04750149ed773ae4c195&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This court artist sketch shows Paul Quinn appearing in the dock at Manchester Crown Court in Manchester, England, March 26, 2026. (Elizabeth Cook/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Elizabeth Cook</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AMBU3II7FA3WL2ILKWVEPIMQRA.jpg?auth=4d32e976c76cea7b9fc8011a7204a0b4ce9e1ea542ae5e890e5d98acade6c478&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Andrew Malkinson in London, July 26, 2023. (Jordan Pettitt/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Pettitt</media:credit></media:content></item><item><title><![CDATA[Anthropic urges a way to pause AI development as risks grow with the tech advances]]></title><link>https://www.local10.com/business/2026/06/05/anthropic-urges-a-way-to-pause-ai-development-as-risks-grow-with-the-tech-advances/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/05/anthropic-urges-a-way-to-pause-ai-development-as-risks-grow-with-the-tech-advances/</guid><dc:creator><![CDATA[By KELVIN CHAN and MATT O'BRIEN, Associated Press]]></dc:creator><description><![CDATA[Anthropic is proposing that the world's top artificial intelligence companies come up with a coordinated way to pause development of advanced AI systems, warning the technology is improving so quickly there's a risk humans would lose control.]]></description><pubDate>Fri, 05 Jun 2026 16:26:10 +0000</pubDate><content:encoded><![CDATA[<p>Anthropic is proposing that the world's top artificial intelligence companies come up with a coordinated way to pause development of advanced AI systems, warning the technology is improving so quickly there's a risk humans would lose control.</p><p>The company behind the Claude chatbot said in a blog post Thursday that as cutting-edge AI gets increasingly faster at carrying out tasks, “it would be good for the world to have the option to slow or temporarily pause” its development.</p><p>Anthropic said its internal research institute plans to explore the issue in collaboration with others and “take actions" to help build the systems for a credible slowdown or pause, without being more specific.</p><p>Anthropic rival OpenAI argued for a different approach in a report published Wednesday, saying that “democratic governments — not private companies acting alone — must ultimately determine the rules, safeguards, and accountability mechanisms.”</p><p>“Our view is that decisions about the pace of AI innovation should not be left to any one lab, company, or special interest group,” it said.</p><p>AI models are getting faster, with rapid increases in how quickly they can carry out software tasks like coding on their own, Anthropic said in its post. Based on current trends and given enough computing power, an AI system could be able to design and develop its own successor, in what is known as “recursive self-improvement.”</p><p>Self-building AI would be a major technological milestone that would bring benefits in science, healthcare and other areas, Anthropic said, but it “also might increase the risks of humans losing control over AI systems.”</p><p>Some tech industry figures have long warned of such a scenario.</p><p>Anthropic’s post comes after a different warning this week from a team of researchers at the University of Toronto who showed how AI tools could be used to create a new kind of AI “worm” that adapts its hacking strategy as it spreads from device to device and takes over a vast computing network.</p><p>“I think it’s really important that people understand that it’s not just the biggest, most powerful language models that pose the security concerns,” lead researcher Nicolas Papernot said in an interview.</p><p>The authors of the Anthropic post, company co-founder Jack Clark and Marina Favaro, head of the research institute, said the pause would be used to enable “societal structures and alignment research" to keep up with AI advances. Alignment is industry shorthand for making sure the technology matches human values and intentions.</p><p>The proposed coordination would let advanced AI labs verify that global rivals have actually stopped or slowed their work, “and that a bad actor could not use the auspices of a coordinated slowdown to jump ahead in secret.”</p><p>The company said a coordinated global mechanism is needed because without it a slowdown in AI development could let the “least cautious” players catch up and add to pressure on companies and governments as they make tough choices about AI safety.</p><p>Anthropic's post comes as the company and ChatGPT-maker OpenAI race to sell shares on the stock market, in an IPO that could value Anthropic at nearly a trillion dollars.</p><p>Papernot notified Canadian cybersecurity authorities prior to releasing the report, which shows how researchers developed the worm in a laboratory by using an “open-source” AI tool that is easy for software developers to cheaply access and modify.</p><p>“In the past, cyber attackers would focus on targets that are very high value,” he said. “Banking systems, hospitals, electricity grids, water treatment systems, schools.”</p><p>Papernot agreed that there should be more collaboration between companies, government agencies and academic researchers to develop countermeasures as AI-powered hacking tools supercharge the search for computer vulnerabilities.</p><p>“That old laptop you have in your basement that you don’t check on regularly doesn’t seem like a very high-value target, but It can be used as a launch pad to attack these higher-value targets,” he said. “Anything connected to the internet is now at risk because of how low the cost has become to mount these cyberattacks.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MGTHA6V32WVOVDTJQJ562LQP7Q.jpg?auth=a0519ccdca20982a4a16c7eb56a75bf2c5ea0aabc41facac3d356c94d8af85f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pages from the Anthropic website and the company's logo are displayed on a computer screen in New York, Feb. 26, 2026. (AP Photo/Patrick Sison, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Sison</media:credit></media:content></item><item><title><![CDATA[Astronauts briefly take shelter during repair to fix leak on the International Space Station]]></title><link>https://www.local10.com/news/world/2026/06/05/nasa-orders-astronauts-to-take-shelter-after-new-leak-aboard-the-international-space-station/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/05/nasa-orders-astronauts-to-take-shelter-after-new-leak-aboard-the-international-space-station/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[NASA on Friday temporarily ordered astronauts to take shelter during repairs to fix a fresh leak aboard the International Space Station.]]></description><pubDate>Fri, 05 Jun 2026 15:43:40 +0000</pubDate><content:encoded><![CDATA[<p>NASA on Friday temporarily ordered astronauts to take shelter during repairs to fix a fresh leak aboard the International Space Station.</p><p>The five astronauts moved into the SpaceX capsule that is docked at the station while cosmonauts worked to fix the leak, which is on the Russian side of the orbiting laboratory.</p><p>The decision was made “out of an abundance of caution,” NASA spokesperson Bethany Stevens said via X.</p><p>The crew left the capsule and returned to regular operations after repair work was paused.</p><p>That part of the space station has suffered from cracks and leaks over the years. NASA said Roscosmos decided to do a more extensive repair after fresh problems were found.</p><p>The space agencies have been working to determine the cause of the cracks.</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/227JLLABSS3SAABPWRXSNEGQDA.jpg?auth=babb6e29693e30e4ac2428c04a87a1de0f4445ea4fcbf24213cab6894abfea93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This photo provided by Roscosmos shows the International Space Station from a Russian Soyuz MS-19 spaceship after undocking on March 30, 2022. (Roscosmos State Space Corporation via AP, File)]]></media:description></media:content></item><item><title><![CDATA[Rita Case named Broward County PBA’s Humanitarian of the Year]]></title><link>https://www.local10.com/features/2026/06/05/rita-case-named-broward-county-pbas-humanitarian-of-the-year/</link><guid isPermaLink="true">https://www.local10.com/features/2026/06/05/rita-case-named-broward-county-pbas-humanitarian-of-the-year/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Rita Case, president, CEO and owner of Rick Case Automotive Group, has been named the Broward County Police Benevolent Association’s 2026 Humanitarian of the Year.]]></description><pubDate>Fri, 05 Jun 2026 15:11:00 +0000</pubDate><content:encoded><![CDATA[<p>Rita Case, president, CEO and owner of Rick Case Automotive Group, has been named the Broward County Police Benevolent Association’s 2026 Humanitarian of the Year.</p><p>Case is the first woman to receive the award, according to the organization.</p><p>The honor recognizes people whose work reflects compassion, leadership and a dedication to serving others while making a meaningful impact in the community.</p><p>During the ceremony, Case also announced a $28,000 donation to The HOPE Fund, which was established in 1998 to assist Broward PBA members and their families during times of crisis and personal tragedy.</p><p>The fund also awards the Sergeant Christopher Reyka Scholarship Award each year to a child of a Broward County PBA member. Case announced she will fund a $1,000 scholarship going forward.</p><p>“I have a tremendous amount of respect for our law enforcement officers. They keep our roads and community safe. I tip my hat in gratitude and admiration for their bravery,” Case said in a statement. “It is such an honor to be named Humanitarian of the Year by the esteemed Broward County Police Benevolent Association.”</p><p>Case said officers “show up when we need them,” patrol neighborhoods, protect businesses, attend community events and help members and their families in times of need.</p><p>“They truly exemplify what it means to be a humanitarian,” she said.</p><p>Rod Skirvin, president of the Broward County PBA, said Case was selected because of her longtime commitment to philanthropy and public service.</p><p>“Rita Case represents the very best of what it means to serve a community,” Skirvin said in a statement. “Her compassion, generosity and unwavering commitment to helping others has touched countless lives throughout South Florida.”</p><p>Skirvin said Case has supported charitable causes, stood beside first responders and helped those in need.</p><p>“On behalf of the BCPBA, it is my honor to present Rita Case with our Humanitarian of the Year Award in recognition of a lifetime dedicated to making a difference,” he said.</p><p>Case and the Rick Case Automotive Group have long supported charitable organizations across South Florida. According to the company, Rita and her late husband, Rick Case, created and led fundraising initiatives that have raised more than $125 million for organizations in the region.</p><p>Those efforts have supported groups including the Boys &amp; Girls Clubs, Feeding South Florida, Habitat for Humanity, Joe DiMaggio Children’s Hospital, Junior Achievement of South Florida, United Way, Women In Distress and many others.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UJVMCGZU5VCKJH2JKB36JOZZXA.JPG?auth=54e8e1d8ffb0bd6c8c3faf45deea121b24b0c0a01c4df994adf59fe701730db3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Florida PBA Executive Vice President David Greenwell; South Florida PBA Vice President Nazim Ishmael; South Florida PBA Chaplain Robin Pinkard; Florida PBA State Corrections President Jimmy Baiardi; Florida Lt. Governor Jay Collins; Florida PBA Correctional Probation President Tammy Marcus; South Florida PBA President Steadman Stahl; Rick Case Automotive Group president, CEO and owner Rita Case; Florida PBA Vice President for Strategic Planning Scott Hoffman; Florida Highway Patrol PBA President William Smith; and Florida PBA Secretary Steve Slade.]]></media:description></media:content></item><item><title><![CDATA[Quiet Atlantic to close out the first week of the hurricane season]]></title><link>https://www.local10.com/weather/hurricane/2026/06/05/quiet-atlantic-to-close-out-the-first-week-of-the-hurricane-season/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/05/quiet-atlantic-to-close-out-the-first-week-of-the-hurricane-season/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[The first full week of the 2026 Atlantic hurricane season will close without any named storms.]]></description><pubDate>Fri, 05 Jun 2026 14:51:14 +0000</pubDate><content:encoded><![CDATA[<p>The first full week of the 2026 Atlantic hurricane season will close without any named storms. </p><p><a href="https://www.local10.com/espanol/2026/06/05/atlantico-tranquilo-cierra-la-primera-semana-de-la-temporada-de-huracanes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/05/atlantico-tranquilo-cierra-la-primera-semana-de-la-temporada-de-huracanes/">Leer en español</a></p><p>While that might feel unusual based on recent, early-blooming seasons – with 8 of the last 11 hurricane seasons notching the first tropical or subtropical storm before June 1 – a longer view of history shows us it’s not uncommon.</p><figure><img src="https://www.local10.com/resizer/v2/HLRTE66U5JBBTKR7FSAA4FGH4I.png?auth=8a7726b9340c41b90f6961637d5a5323f918e625fe8eb7e7f92963bacc445ed2&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>In fact, over the past 30 years, the typical date of the first Atlantic named storm is June 20. While that’s the average date, there are wide bookends to this first milestone, and in years like 2009, 2004, and 2000 the first named storm didn’t come until August.</p><p>So patience is a virtue when it comes to the Atlantic hurricane season.</p><h3><b>First shot at development could come late next week</b></h3><p>As we detailed in yesterday’s newsletter, a broad area of spin is forecast to set up across Central America by the middle part of next week and conditions could support gradual development in the western Caribbean or southern and central Gulf by late next week.</p><p>Long-range models have trended up in their support for development by next weekend (weekend of June 13), but we’re still over a week out and models don’t currently suggest significant organization. Both the European ensemble system and Google’s machine learning-based DeepMind model, historically our two best performing models in the hurricane world, indicate low odds for now.</p><figure><img src="https://www.local10.com/resizer/v2/RRUZYOEY5JDANGM7XHOYRZ3YEY.png?auth=328c6dea91a48f459d276c79ab28ddb51e7cc4589027d4ab2d01fc2198e8b35c&smart=true&width=1200&height=900" alt="Probability of a tropical storm passing to within about 175 miles of a given location from late next Friday (June 12th) through Saturday, June 13th, based on the overnight run of the European ensemble modeling system. The latest model run shows low odds (~10-20%) of development in the southern or central Gulf by early next weekend. Credit: Weathermodels.com." height="900" width="1200"/><figcaption>Probability of a tropical storm passing to within about 175 miles of a given location from late next Friday (June 12th) through Saturday, June 13th, based on the overnight run of the European ensemble modeling system. The latest model run shows low odds (~10-20%) of development in the southern or central Gulf by early next weekend. Credit: Weathermodels.com.</figcaption></figure><p>Most likely, anything that tries to develop will be large and disorganized, as early and mid-June tropical systems tend to be. That said, June tropical systems can be notorious rainmakers so we’ll follow the trends into next week.</p><p>For much of the Gulf Coast, including us in Florida, garden-variety soaking rains could be a welcome relief for the ongoing drought.</p><figure><img src="https://www.local10.com/resizer/v2/MYQ7KLV2TJBNNCHVSVCLIEWI3E.png?auth=402e00367f2559e0d7a020c99d12ed641bb8272eb3d887f4e70037842ecc86e0&smart=true&width=1200&height=900" alt="U.S. Drought Monitor as of Tuesday, June 2, 2026. Much of the Gulf Coast, including roughly 80% of Florida, remain in severe to extreme drought. Credit: UNL/NOAA/NWS." height="900" width="1200"/><figcaption>U.S. Drought Monitor as of Tuesday, June 2, 2026. Much of the Gulf Coast, including roughly 80% of Florida, remain in severe to extreme drought. Credit: UNL/NOAA/NWS.</figcaption></figure><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2BQ267CV5BDAXCP76HQGRUBQUM.PNG?auth=148b01f655d5c3d3155f525b47fd24e8c3560a05873e30bf15cebf8e298d6c10&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Atlántico tranquilo cierra la primera semana de la temporada de huracanes]]></title><link>https://www.local10.com/espanol/2026/06/05/atlantico-tranquilo-cierra-la-primera-semana-de-la-temporada-de-huracanes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/atlantico-tranquilo-cierra-la-primera-semana-de-la-temporada-de-huracanes/</guid><dc:creator><![CDATA[Michael Lowry]]></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 15:05:26 +0000</pubDate><content:encoded><![CDATA[<p>La primera semana completa de la temporada de huracanes del Atlántico de 2026 terminará sin ninguna tormenta con nombre.</p><p>Si bien esto puede parecer inusual si nos basamos en las recientes temporadas de floración temprana (en 8 de las últimas 11 temporadas de huracanes se registró la primera tormenta tropical o subtropical antes del 1 de junio), una perspectiva histórica más amplia nos muestra que no es algo infrecuente.</p><figure><img src="https://www.local10.com/resizer/v2/HLRTE66U5JBBTKR7FSAA4FGH4I.png?auth=8a7726b9340c41b90f6961637d5a5323f918e625fe8eb7e7f92963bacc445ed2&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>De hecho, en los últimos 30 años, la fecha típica de la primera tormenta con nombre en el Atlántico es el 20 de junio. Si bien esa es la fecha promedio, existen amplias variaciones en torno a este primer hito, y en años como 2009, 2004 y 2000 la primera tormenta con nombre no llegó hasta agosto.</p><p>Por lo tanto, la paciencia es una virtud cuando se trata de la temporada de huracanes en el Atlántico.</p><h3><b>El primer intento de desarrollo podría producirse a finales de la próxima semana.</b></h3><p>Como detallamos en el boletín de ayer, se prevé que una amplia zona de remolinos se establezca en Centroamérica a mediados de la próxima semana, y las condiciones podrían favorecer un desarrollo gradual en el Caribe occidental o en el sur y centro del Golfo Pérsico a finales de la próxima semana.</p><p>Los modelos a largo plazo muestran una tendencia al alza en su apoyo a la formación de un huracán para el próximo fin de semana (fin de semana del 13 de junio), pero aún falta más de una semana y los modelos no sugieren una organización significativa. Tanto el sistema de predicción europeo como el modelo DeepMind de Google, basado en aprendizaje automático (históricamente nuestros dos mejores modelos en el ámbito de los huracanes), indican bajas probabilidades por ahora.</p><figure><img src="https://www.local10.com/resizer/v2/RRUZYOEY5JDANGM7XHOYRZ3YEY.png?auth=328c6dea91a48f459d276c79ab28ddb51e7cc4589027d4ab2d01fc2198e8b35c&smart=true&width=1200&height=900" alt="Probability of a tropical storm passing to within about 175 miles of a given location from late next Friday (June 12th) through Saturday, June 13th, based on the overnight run of the European ensemble modeling system. The latest model run shows low odds (~10-20%) of development in the southern or central Gulf by early next weekend. Credit: Weathermodels.com." height="900" width="1200"/><figcaption>Probability of a tropical storm passing to within about 175 miles of a given location from late next Friday (June 12th) through Saturday, June 13th, based on the overnight run of the European ensemble modeling system. The latest model run shows low odds (~10-20%) of development in the southern or central Gulf by early next weekend. Credit: Weathermodels.com.</figcaption></figure><p>Lo más probable es que cualquier sistema que intente desarrollarse sea grande y desorganizado, como suele ocurrir con los sistemas tropicales de principios y mediados de junio. Dicho esto, los sistemas tropicales de junio son conocidos por generar lluvias torrenciales, así que seguiremos de cerca las tendencias la próxima semana.</p><p>Para gran parte de la costa del Golfo, incluyéndonos a nosotros en Florida, las lluvias torrenciales habituales podrían ser un alivio bienvenido ante la sequía actual.</p><figure><img src="https://www.local10.com/resizer/v2/MYQ7KLV2TJBNNCHVSVCLIEWI3E.png?auth=402e00367f2559e0d7a020c99d12ed641bb8272eb3d887f4e70037842ecc86e0&smart=true&width=1200&height=900" alt="U.S. Drought Monitor as of Tuesday, June 2, 2026. Much of the Gulf Coast, including roughly 80% of Florida, remain in severe to extreme drought. Credit: UNL/NOAA/NWS." height="900" width="1200"/><figcaption>U.S. Drought Monitor as of Tuesday, June 2, 2026. Much of the Gulf Coast, including roughly 80% of Florida, remain in severe to extreme drought. Credit: UNL/NOAA/NWS.</figcaption></figure>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2BQ267CV5BDAXCP76HQGRUBQUM.PNG?auth=148b01f655d5c3d3155f525b47fd24e8c3560a05873e30bf15cebf8e298d6c10&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></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[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 comunicado.</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[Woman told man she’d shoot him after Kendall Drive crash unless he sent $50 on Cash App: FHP]]></title><link>https://www.local10.com/news/local/2026/06/05/woman-told-man-shed-shoot-him-after-kendall-drive-crash-unless-he-sent-50-on-cash-app-fhp/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/05/woman-told-man-shed-shoot-him-after-kendall-drive-crash-unless-he-sent-50-on-cash-app-fhp/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Florida Highway Patrol troopers arrested a 19-year-old southwest Miami-Dade woman on multiple charges Thursday after accusing her of extorting a man out of $50 after a car crash under the threat of shooting him.]]></description><pubDate>Fri, 05 Jun 2026 14:48:47 +0000</pubDate><content:encoded><![CDATA[<p>Florida Highway Patrol troopers arrested a 19-year-old southwest Miami-Dade woman on multiple charges Thursday after accusing her of extorting a man out of $50 after a car crash under the threat of shooting him.</p><p><a href="https://www.local10.com/espanol/2026/06/05/fhp-acusan-a-mujer-de-amenazar-con-disparar-a-hombre-tras-choque-en-kendall-drive-si-no-le-enviaba-50-usd-por-cash-app/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/05/fhp-acusan-a-mujer-de-amenazar-con-disparar-a-hombre-tras-choque-en-kendall-drive-si-no-le-enviaba-50-usd-por-cash-app/">Leer en español</a></p><p>Investigators said it all happened after Olivia Rios-Papillo and the victim’s vehicles collided on Kendall Drive, near Southwest 152nd Avenue.</p><p>Authorities said after the crash, which happened at around 5:10 p.m., Rios-Papillo was “arguing” with the victim and “took a black (bag)” her passenger had on him, telling the victim that if he didn’t send her passenger $50, “she was going to shoot him and blood would be spilled on the ground.”</p><p>An FHP arrest report states Rios-Papillo had her right hand “inside of the black bag the entire time.”</p><p>Troopers said the victim, fearing he’d be shot, sent the passenger $50 on Cash App.</p><p>“Rios-Papillo told (the victim) that he could leave as they got into their vehicle and left,” the report states.</p><p>Troopers said the man reported what happened and later called back to say he saw Rios-Papillo parked outside of a Ross Dress For Less a few blocks away trying to fix her car.</p><p>According to the arrest report, a trooper found Rios-Papillo and her passenger there and spoke with them.</p><p>Rios-Papillo “denied ever saying anything about a firearm,” the trooper wrote in the arrest report, saying that she only told the man to pay the $50 “because the crash was his fault.”</p><p>Troopers said the victim’s Tesla camera recorded the entire interaction, however, and they took Rios-Papillo into custody on charges of strong-armed robbery, attempted evidence tampering, aggravated assault, having no valid driver’s license and leaving the scene of a crash with property damage.</p><p>As of Friday morning, she was being held in the Turner Guilford Knight Correctional Center with a bond listed as “to be set” in online jail records.</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/YVIDUDA2NVGZFI6PPTFEG4XAEQ.jpg?auth=706492bc500d3a70d15111fa1b07917ca8fe781bcc743a28579630e852cd31dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Olivia Rios-Papillo]]></media:description></media:content></item><item><title><![CDATA[FHP: Acusan a mujer de amenazar con disparar a hombre tras choque en Kendall Drive si no le enviaba $50 USD por Cash App]]></title><link>https://www.local10.com/espanol/2026/06/05/fhp-acusan-a-mujer-de-amenazar-con-disparar-a-hombre-tras-choque-en-kendall-drive-si-no-le-enviaba-50-usd-por-cash-app/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/fhp-acusan-a-mujer-de-amenazar-con-disparar-a-hombre-tras-choque-en-kendall-drive-si-no-le-enviaba-50-usd-por-cash-app/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Los agentes de la Patrulla de Caminos de Florida arrestaron el jueves a una mujer de 19 años del suroeste de Miami-Dade por múltiples cargos después de acusarla de extorsionar a un hombre con 50 dólares después de un accidente automovilístico bajo la amenaza de dispararle.]]></description><pubDate>Fri, 05 Jun 2026 14:53:56 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de la Patrulla de Carreteras de Florida arrestaron el jueves a una mujer de 19 años del suroeste de Miami-Dade y la acusaron de múltiples cargos tras presuntamente extorsionar a un hombre para que le enviara $50 USD después de un accidente de tránsito bajo la amenaza de dispararle.</p><p>Los investigadores indicaron que todo ocurrió después de que los vehículos de Olivia Rios-Papillo y la víctima chocaran en Kendall Drive, cerca de Southwest 152nd Avenue.</p><p>Las autoridades informaron que, después del choque, ocurrido alrededor de las 5:10 p.m., Rios-Papillo estaba “discutiendo” con la víctima y tomó una bolsa negra que llevaba su pasajero, diciéndole a la víctima que si no le enviaba $50 USD a su pasajero, “iba a dispararle y habría sangre derramada en el suelo”.</p><p>Un informe de arresto de la FHP señala que Rios-Papillo mantuvo su mano derecha “dentro de la bolsa negra todo el tiempo”.</p><p>Los agentes indicaron que la víctima, temiendo que le dispararan, envió $50 USD al pasajero a través de Cash App.</p><p>“Rios-Papillo le dijo a la víctima que podía irse mientras ellos subían a su vehículo y se marchaban”, indica el informe.</p><p>Los agentes señalaron que el hombre reportó lo sucedido y posteriormente volvió a llamar para informar que había visto a Rios-Papillo estacionada frente a una tienda Ross Dress For Less, a pocas cuadras de distancia, intentando reparar su automóvil.</p><p>Según el informe de arresto, un agente localizó allí a Rios-Papillo y a su pasajero y habló con ambos.</p><p>Rios-Papillo “negó haber dicho algo sobre un arma de fuego”, escribió el agente en el informe de arresto, indicando que ella afirmó que solo le pidió al hombre que pagara los $50 USD “porque el accidente fue culpa de él”.</p><p>Sin embargo, los agentes indicaron que la cámara del Tesla de la víctima grabó toda la interacción, por lo que tomaron a Rios-Papillo bajo custodia por cargos de robo mediante fuerza, intento de manipulación de evidencia, agresión agravada, conducir sin una licencia válida y abandonar la escena de un accidente con daños materiales.</p><p>Hasta la mañana del viernes, permanecía detenida en el Centro Correccional Turner Guilford Knight, con una fianza registrada en línea como “pendiente de establecer”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YVIDUDA2NVGZFI6PPTFEG4XAEQ.jpg?auth=706492bc500d3a70d15111fa1b07917ca8fe781bcc743a28579630e852cd31dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Olivia Rios-Papillo]]></media:description></media:content></item><item><title><![CDATA[Treasury warns banks of 'red flags' tied to customers in the US illegally]]></title><link>https://www.local10.com/business/2026/06/05/treasury-warns-banks-of-red-flags-tied-to-customers-in-the-us-illegally/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/05/treasury-warns-banks-of-red-flags-tied-to-customers-in-the-us-illegally/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN and KEN SWEET, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Treasury’s financial crimes arm wants banks to help identify payroll schemes tied to people living in the country illegally, as part of the Trump administration's latest measure to clamp down on immigration.]]></description><pubDate>Fri, 05 Jun 2026 14:53:33 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Treasury’s financial crimes arm wants banks to help identify payroll schemes tied to people living in the country illegally, as part of the Trump administration's latest measure to clamp down on immigration.</p><p>The Financial Crimes Enforcement Network — also known a FinCEN — issued an advisory Friday to banks that tells them to watch out for identity theft, payroll tax fraud, and money laundering schemes tied to hiring unauthorized workers.</p><p>This comes after President Donald Trump in May signed an executive order that requires banks to take a closer look at the citizenship of their customers.</p><p>The order directs bank regulators and government departments to look for signs that people without legal status are opening accounts or obtaining loans or credit cards. However, the order is less aggressive than banks had previously expected, as earlier reports suggested the White House was drafting an order that would make collecting customers’ citizenship information mandatory.</p><p>Still, without encouraging a blanket debanking of broad segments of the population, the order and latest advisory acts to discourage people in the U.S. illegally from interacting with the larger U.S. financial system.</p><p>Treasury Secretary Scott Bessent said in a statement that the Trump administration "will not allow illegal aliens to abuse financial institutions to steal billions of dollars from hardworking American taxpayers.”</p><p>“Schemes to pay unlawful workers often rely upon access to the U.S. financial system, including U.S. banks," he said.</p><p>Since banks have never collected any information about their customers’ citizenship or immigration status, there are no reliable public figures on how much risk these customers pose to the financial system.</p><p>The banking industry had been aggressively lobbying for months to stop the White House from issuing an executive order that would have made collecting customers’ citizenship status mandatory, arguing it would be expensive and require vast amounts of paperwork. Since the order only offered guidance to the banks instead of a mandate, it appears the banks were able to win over the White House.</p><p>The advisory calls on financial institutions to be alert for more than a dozen so-called '"red flags" that indicate an individual is in the U.S. illegally.</p><p>——-</p><p>Sweet reported from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LRTVATVNP7NI5RYKNATUT4PI3Y.jpg?auth=113b175330417b13321898fc7828fdb94964325e9be9e5a0789816fac497a79c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent testifies before the Senate Committee on Finance, Wednesday, June 3, 2026 in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UU5TMCKRO6TYJR4XF4ED7UZUUA.jpg?auth=4b867875f21ed74c91f61e483fbf0f897f2df6984017a4beddfe0dd30271d16b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Treasury Department building is pictured at dusk in Washington, June 6, 2019. (AP Photo/Patrick Semansky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Semansky</media:credit></media:content></item><item><title><![CDATA[Black bear spotted again in Port St. Lucie neighborhood, trap camera shows]]></title><link>https://www.local10.com/news/local/2026/06/04/black-bear-spotted-again-in-port-st-lucie-neighborhood-trap-camera-shows/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/04/black-bear-spotted-again-in-port-st-lucie-neighborhood-trap-camera-shows/</guid><dc:creator><![CDATA[Jenise Fernandez]]></dc:creator><description><![CDATA[A black bear that was first spotted roaming around Port St. Lucie has been seen again, this time by a local trapper in the Tradition community.]]></description><pubDate>Thu, 04 Jun 2026 21:56:52 +0000</pubDate><content:encoded><![CDATA[<p>A black bear that was <a href="https://www.local10.com/news/local/2026/06/03/florida-black-bear-roams-through-port-st-lucie-community/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/03/florida-black-bear-roams-through-port-st-lucie-community/">first spotted roaming around Port St. Lucie</a> has been seen again, this time by a local trapper in the Tradition community.</p><p><a href="https://www.local10.com/espanol/2026/06/05/camara-trampa-capta-nuevamente-a-oso-negro-en-vecindario-de-port-st-lucie/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/05/camara-trampa-capta-nuevamente-a-oso-negro-en-vecindario-de-port-st-lucie/">Leer en español</a></p><p>Tradition is known for having issues with feral hogs, which is why trapper Jay with Treasure Coast Wildlife Trappers set up a hog trap equipped with a camera to monitor activity.</p><p>Instead of hogs, the camera captured a black bear.</p><p>Jay showed where the bear was spotted, in the backyards of homes along Southwest Lake Fern Circle in Tradition.</p><p>Early Sunday morning, the camera alerted him that something was at the trap.</p><p>He checked the footage.</p><p>“And we’re like, ‘Oh my God. There’s a bear by the trap,’” Jay said.</p><p>The footage showed an adult black bear.</p><p>The bear first appeared around 2 a.m. Three hours later, at nearly 5 a.m., it was still in the area and had become curious about the camera.</p><p>Neighbors also took an interest in the unexpected visitor.</p><p>“Pretty interesting, to say the least,” resident Rachel Murray said with a laugh.</p><p>“We got a lot of critters in the backyard. This is our first bear,” resident Bob Lopopolo said.</p><p>The bear returned Monday morning.</p><p>Once again, it visited the trap, checked out the camera and remained in the area for hours.</p><p>Bear sightings in the neighborhood are rare. Jay said anyone who encounters a bear should keep their distance.</p><p>“What you want to do at that point is make loud noises. You want to kind of haze the bear. You want that bear to be afraid of humans,” he said.</p><p>Even if residents do not see the bear, Jay said they should remain cautious.</p><p>“Just keep your eye out. Be safe. When you’re out there, make sure you have a flashlight at night, you have your dogs on a leash and that you stay vigilant,” he said.</p><p>The trapper said the most recent sighting occurred several days ago, and the bear has not returned since. He hopes the animal has moved on but is encouraging residents to stay vigilant in case it wanders back.</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[Cámara trampa capta nuevamente a oso negro en vecindario de Port St. Lucie]]></title><link>https://www.local10.com/espanol/2026/06/05/camara-trampa-capta-nuevamente-a-oso-negro-en-vecindario-de-port-st-lucie/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/camara-trampa-capta-nuevamente-a-oso-negro-en-vecindario-de-port-st-lucie/</guid><dc:creator><![CDATA[Jenise Fernandez]]></dc:creator><description><![CDATA[Un oso negro que fue visto por primera vez deambulando por Port St. Lucie ha sido visto nuevamente, esta vez por un cazador local de la comunidad Tradition.]]></description><pubDate>Fri, 05 Jun 2026 14:50:04 +0000</pubDate><content:encoded><![CDATA[<p>Un oso negro que f<a href="https://www.local10.com/espanol/2026/06/04/oso-negro-de-florida-recorre-comunidad-de-port-st-lucie/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/04/oso-negro-de-florida-recorre-comunidad-de-port-st-lucie/">ue visto por primera vez deambulando por Port St. Lucie</a> fue visto nuevamente, esta vez por un trampero local en la comunidad de Tradition.</p><p>Tradition es conocida por tener problemas con cerdos salvajes, por lo que el trampero Jay, de Treasure Coast Wildlife Trappers, instaló una trampa para cerdos equipada con una cámara para monitorear la actividad.</p><p>Pero en lugar de cerdos, la cámara captó a un oso negro.</p><p>Jay mostró el lugar donde fue visto el oso, en los patios traseros de viviendas ubicadas a lo largo de Southwest Lake Fern Circle, en Tradition.</p><p>La madrugada del domingo, la cámara le envió una alerta de que algo estaba cerca de la trampa.</p><p>Revisó las imágenes.</p><p>“Y dijimos: ‘Dios mío. Hay un oso junto a la trampa’”, contó Jay.</p><p>Las imágenes mostraban a un oso negro adulto.</p><p>El oso apareció por primera vez alrededor de las 2 a.m. Tres horas después, cerca de las 5 a.m., seguía en el área y había mostrado curiosidad por la cámara.</p><p>Los vecinos también mostraron interés por el inesperado visitante.</p><p>“Bastante interesante, por decir lo menos”, dijo entre risas la residente Rachel Murray.</p><p>“Tenemos muchos animales en el patio trasero. Este es nuestro primer oso”, dijo el residente Bob Lopopolo.</p><p>El oso regresó la mañana del lunes.</p><p>Una vez más, visitó la trampa, inspeccionó la cámara y permaneció en el área durante horas.</p><p>Los avistamientos de osos en el vecindario son poco comunes. Jay dijo que cualquier persona que se encuentre con un oso debe mantener la distancia.</p><p>“Lo que se debe hacer en ese momento es hacer ruidos fuertes. Hay que ahuyentar al oso. Queremos que ese oso le tenga miedo a los humanos”, dijo.</p><p>Aunque los residentes no vean al oso, Jay indicó que deben mantenerse atentos.</p><p>“Simplemente estén pendientes. Manténganse seguros. Cuando estén afuera, asegúrense de tener una linterna por la noche, llevar a sus perros con correa y mantenerse vigilantes”, dijo.</p><p>El trampero señaló que el avistamiento más reciente ocurrió hace varios días y que el oso no ha regresado desde entonces. Espera que el animal haya seguido su camino, pero está alentando a los residentes a mantenerse vigilantes en caso de que vuelva a aparecer.</p>]]></content:encoded></item><item><title><![CDATA[Muere el "Indio" Solari, emblema del rock argentino y uno de sus artistas más populares]]></title><link>https://www.local10.com/espanol/2026/06/05/muere-el-indio-solari-emblema-del-rock-argentino-y-uno-de-sus-artistas-mas-populares/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/muere-el-indio-solari-emblema-del-rock-argentino-y-uno-de-sus-artistas-mas-populares/</guid><dc:creator><![CDATA[Por ALMUDENA CALATRAVA, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — Carlos Alberto “El Indio” Solari, uno de los compositores más influyentes del rock argentino, falleció el viernes a los 77 años en su casa de las afueras de Buenos Aires. El músico será recordado sobre todo por su banda Patricio Rey y sus Redonditos de Ricota, un fenómeno cultural que convocaba a multitudes.]]></description><pubDate>Fri, 05 Jun 2026 17:02:21 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — Carlos Alberto “El Indio” Solari, uno de los compositores más influyentes del rock argentino, falleció el viernes a los 77 años en su casa de las afueras de Buenos Aires. El músico será recordado sobre todo por su banda Patricio Rey y sus Redonditos de Ricota, un fenómeno cultural que convocaba a multitudes.</p><p>Solari, que sufría desde hace años de Parkinson, murió en su vivienda situada en la localidad de Ituzaingó, a unos 30 kilómetros al oeste de la capital argentina. La fiscalía de Morón, a cargo de la investigación del hecho, informó que el cuerpo del artista fue hallado “en cercanías de una pileta interna de su domicilio y habiendo intervenido la emergencia médica”.</p><p>Familiares del cantante publicaron un comunicado en las redes sociales confirmando el deceso. Señalaron que lo despedirán en la intimidad y luego darán detalles de dónde se realizará el adiós público.</p><p>Apenas conocida la noticia los primeros fanáticos del artista comenzaron a congregarse en las inmediaciones de la vivienda. Entre los reunidos había padres acompañados por sus hijos adolescentes con banderas y camisetas alusivas al “Indio”. Hombres y mujeres se acercaron con flores.</p><p>El poder de convocatoria de Solari era enorme. Fue un compositor de gran talento y al mismo tiempo muy popular, que supo interpretar el sentir de la sociedad argentina a lo largo de su larga trayectoria que comenzó a mediados de la década de 1970.</p><p>En sus canciones mostraba una fuerte resistencia al capitalismo, la influencia de las potencias extranjeras y la violencia institucional manifestada en los abusos de las fuerzas de seguridad. Mientras, rescataba a los sectores más postergados.</p><p>Era idolatrado por un público masivo de distintas generaciones que recorría grandes distancias en kilómetros para asistir a sus recitales. Fuera de Argentina, el público uruguayo también adoptó plenamente la cultura y la mística del grupo.</p><p>Los conciertos de “Los Redondos", como también era conocida la banda que fundó, eran denominados “misas ricoteras” por sus seguidores. Se espera que muchos de ellos se reúnan por la tarde en la Plaza de Mayo de Buenos Aires para rendirle homenaje.</p><p>Rockeros que acompañaron al fallecido cantante durante su vida y muchos que lo admiraron manifestaron su pesar en las redes sociales. "Te llevo en cada recuerdo, en cada canción de ayer... ahora sos la luz que viaja entre nosotros y para siempre”, dijo Eduardo Beilinson —conocido como Skay Beilinson—, quien fue compañero de “El Indio” en la banda que lo convirtió en un ídolo de masas.</p><p>Dirigentes de la política y del fútbol, así como representantes del arte y la cultura lamentaron la muerte Solari.</p><p>“Su obra trascendió las fronteras del rock para proyectarse sobre la literatura, el arte y la identidad de millones de personas”, afirmó la Asociación Argentina de Actores.</p><p>Un talentoso que sabía conectar con su público</p><p>Con una de las discografías más influyentes en el rock, Patricio Rey y sus Redonditos de Ricota compuso álbumes como "Gulp!”, “Oktubre”, “Lobo suelto, cordero atado” y “Luzbelito”.</p><p>La banda se disolvió en 2001 y “El Indio” comenzó a desempeñarse como solista, afianzando su poder de convocatoria en cada presentación que realizaba junto a Los Fundamentalistas del Aire Acondicionado, la banda que lo acompañaba. “El Tesoro de los Inocentes”, en 2004, fue su primer trabajo como solista.</p><p>Su gran éxito siguió intacto y llegó a reunir hasta 400.000 personas en sus recitales en pequeñas ciudades.</p><p>Solari describió la enfermedad que lo aquejaba como “muy invalidante”.</p><p>“Hay días en que me quiero matar y hay días que ni se nota... Por el camino se va notando la progresión, el éxito que va teniendo el profesor Parkinson con mi vida”, señaló en entrevistas periodísticas.</p><p>Pero acotaba que no tenía miedo a la muerte. “La pienso en términos poéticos. Vivo de la misma manera que cuando tenía 20 años, en el presente”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2IUWLKUQMT7YFMST2UWS27UGVU.jpg?auth=f65c75e4ab7b01a26cc0d2b16f3243ad50e76d4ee0d193c04885562778ea2543&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El cantante argentino Indio Solari actúa en Olavarría, Argentina, el 11 de marzo de 2017. (AP Foto/Hernan Leonardi, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Hernan Leonardi</media:credit></media:content></item><item><title><![CDATA[June 5: A break from the rain into the first part of the weekend]]></title><link>https://www.local10.com/weather/2026/06/05/june-5-a-break-from-the-rain-into-the-first-part-of-the-weekend/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/05/june-5-a-break-from-the-rain-into-the-first-part-of-the-weekend/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[A rare June cool front is pushing all the rain from the last several days to the south into the Florida Keys. ]]></description><pubDate>Fri, 05 Jun 2026 14:41:41 +0000</pubDate><content:encoded><![CDATA[<p>A rare June cool front is pushing all the rain from the last several days to the south into the Florida Keys. Most of Miami-Dade and Broward counties will see dry weather today. Some of the rain in the Keys could be heavy at times with some dry breaks in between. Clouds will hold strong across much of South Florida, but I’m expecting them to gradually break up late this afternoon in time for sunset. It looks like a really nice Friday evening for most.</p><p>Saturday will be the dry day of the weekend, even into the Keys. Late Saturday night into Sunday, a few showers return. Nothing that will ruin the weekend with plenty of dry time. Our normal pattern of 90° and afternoon thunderstorms will continue by Monday.</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[Former supermodel Carré Otis files Paris rape complaint against ex-Elite boss]]></title><link>https://www.local10.com/entertainment/2026/06/05/former-supermodel-carre-otis-files-paris-rape-complaint-against-ex-elite-boss/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/05/former-supermodel-carre-otis-files-paris-rape-complaint-against-ex-elite-boss/</guid><dc:creator><![CDATA[By SYLVIE CORBET, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — Former American supermodel Carré Otis filed a complaint Friday at a Paris court alleging she was raped and trafficked by Gérald Marie, the former European head of Elite Model agency, in a move her lawyer said is meant to encourage other potential victims to come forward.]]></description><pubDate>Fri, 05 Jun 2026 16:11:24 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Former American supermodel Carré Otis filed a complaint Friday at a Paris court alleging she was raped and trafficked by Gérald Marie, the former European head of Elite Model agency, in a move her lawyer said is meant to encourage other potential victims to come forward.</p><p>Marie has denied the allegations and cannot be prosecuted over Otis' case because of France’s statute of limitations. But the complaint could allow other women, whether their cases are time-barred or not, to join the proceedings, Otis’ lawyer, Mathias Darmon, said in a statement to The Associated Press.</p><p>The complaint, seen by the AP, alleges rape of a minor and human trafficking.</p><p>Sent to Paris in 1986 by Elite Model agency, Otis, who was then 17, was housed in Marie’s apartment, “mistakenly believing that he wanted to support her modeling career,” according to the complaint. “While living in the apartment, she alleges that she was raped on multiple occasions by the accused, who subsequently arranged for her to be provided to other wealthy men across Europe.”</p><p>Otis was never paid for her modeling work, the complaint said.</p><p>“The goal is to give other victims the opportunity to find the courage to join our complaint,” Darmon said. “We are opening the door for all those affected by this internationally significant case to come forward and have their voices heard.”</p><p>Otis, 58, became a supermodel in the late 1980s and early 1990s, appearing on the covers of Elle, Vogue and Vanity Fair and featuring in the Pirelli calendar.</p><p>Marie, a 76 year-old French national, supervised operations at Elite from 1985 to 2010, during a period when the agency dominated the modeling industry. He helped launch the careers of some of the world’s best-known supermodels.</p><p>French broadcaster France Info reported Friday that Otis said she wanted to “denounce an entire system of sexual abuse of models that lasted for years in the fashion industry,” drawing parallels to the fallout from the Jeffrey Epstein case.</p><p>A complaint previously filed in 2021 by Otis and several other former models alleging rape and sexual assault by Marie in the 1980s was dismissed because the claims were beyond the statute of limitations.</p><p>Under French law, victims who were minors at the time of alleged sexual abuse can file a criminal complaint until 30 years after reaching adulthood, allowing them to do so until age 48.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S624UGY43ES6A6U37Z7K5I4DCU.jpg?auth=427ebab8827f62fac8c3cc438a350f0ec68a5ed7d1a2bf319793cd603f3a8c22&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Carre Otis attends the CFDA Fashion Awards at The Pool and The Grill on Nov. 10, 2021, in New York. (Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content></item><item><title><![CDATA[‘Prize at the Pump’: Local 10, Tropical Financial team up to give away $2,500 in fuel cards]]></title><link>https://www.local10.com/contests/2026/05/25/prize-at-the-pump-local-10-tropical-financial-team-up-to-give-away-2500-in-fuel-cards/</link><guid isPermaLink="true">https://www.local10.com/contests/2026/05/25/prize-at-the-pump-local-10-tropical-financial-team-up-to-give-away-2500-in-fuel-cards/</guid><description><![CDATA[In Florida, the average price for regular gas is $4.47. With summer travel on the horizon, Local 10 and Tropical Financial Credit Union are teaming up to bring drivers some relief. ]]></description><pubDate>Mon, 25 May 2026 10:47:36 +0000</pubDate><content:encoded><![CDATA[<p>All across the country, people are feeling the pinch at the pump. </p><p>In Florida, the average price for regular gas is $4.47. With summer travel on the horizon, Local 10 and Tropical Financial Credit Union are teaming up to bring drivers some relief. </p><p>“Right now, a lot of people across South Florida are feeling the pressure of everyday expenses, and even something as routine as filling up the gas tank can create real stress,” said Richard Shaw, Tropical Financial Credit Union President &amp; CEO. “We wanted to do something simple but meaningful to help lighten the load, which is why we partnered with Local 10 on this gas card giveaway.” </p><p>All you have to do to sign up is complete the contest form below to be eligible to win a $100 fuel gift card. The deadline to enter is Sunday, May 31, at 11:59 p.m. </p><p>From June 1 through June 5, we will give away $2,500 in fuel gift cards to 25 Local 10 viewers. The winners will be chosen at random and five will be announced each day during our 6 a.m. newscast. </p><p>Sign up today for a chance to receive your “Prize at the Pump.” </p><p>“Even a little relief can make a difference, and we want people to know we’re here for them,” added Shaw.</p><p><b>June 1 winners:</b></p><ul><li>Bernard Hardge</li><li>Dawn Cochran</li><li>Alicia Gomez</li><li>Nathaniel Jackson</li><li>Carolina Guerrero</li></ul><p><b>June 2 winners:</b></p><ul><li>Carol Burns</li><li>Raul Sobrino</li><li>Erik Von Dyck</li><li>Imani Scott</li><li>Karol Geimer</li></ul><p><b>June 3 winners:</b></p><ul><li>Judson Walker</li><li>Michelle Galanter</li><li>Alain Perez</li><li>Tywana Greene</li><li>Noris Milian-Carpintero</li></ul><p><b>June 4 winners:</b></p><ul><li>Calvin Brown</li><li>John Nigro</li><li>Frederick Arbour</li><li>Michelle Laing</li><li>Gayle McKeen</li></ul><p><b>June 5 winners: </b></p><ul><li>Bruce Johnson</li><li>Cecile Krinski</li><li>Tiffany Llaguno</li><li>Katrina Shellman</li><li>Stu Lind</li></ul><p><div data-ss-embed="promotion" data-opguid="0d43e397-ce9d-4e6e-a3a9-f30b1b8a53e2" data-routing="hash" data-script="gpy3hi"></div>
<script defer src="https://embed-1164201.secondstreetapp.com/Scripts/dist/embed.js" data-ss-script="gpy3hi">/**/</script></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2BXNEOH5JVCSJEIC5DITNRKGTE.png?auth=a0bac53de9a9b535e44e830ec1a634f1eef455279aed1df9bf43778f439fd096&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Putin rejects Zelenskyy's offer to meet, saying he sees 'no point' in it]]></title><link>https://www.local10.com/business/2026/06/05/putin-rejects-zelenskyys-offer-to-meet-saying-he-sees-no-point-in-it/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/05/putin-rejects-zelenskyys-offer-to-meet-saying-he-sees-no-point-in-it/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ST. PETERSBURG, Russia (AP) — Russian President Vladimir Putin on Friday rejected a proposal by Ukrainian President Volodymyr Zelenskyy for a face-to-face meeting on the 4-year-old conflict, saying he sees “no point” in it.]]></description><pubDate>Fri, 05 Jun 2026 17:17:47 +0000</pubDate><content:encoded><![CDATA[<p>ST. PETERSBURG, Russia (AP) — Russian President Vladimir Putin on Friday rejected a proposal by Ukrainian President Volodymyr Zelenskyy for a face-to-face meeting on the 4-year-old conflict, saying he sees “no point” in it.</p><p>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>Speaking at the St. Petersburg International Economic Forum, Putin described Zelenskyy’s open letter proposing the meeting as “boorish.”</p><p>“Is it a way to create conditions for personal meetings and talks, or create an environment which makes any personal meetings impossible?” Putin said at a question-and-answer session at his annual St. Petersburg International Economic Forum. “I think it’s the second.”</p><p>Putin added that a Russian businessman whom he didn’t identify traveled to Kyiv last month and met with Zelenskyy to hear his offer of a personal meeting.</p><p>However, Putin said that he sees “no point” in such a meeting, especially after a May 22 drone attack by Ukraine on a college dormitory in the Russian-controlled Luhansk region that Moscow said killed 21 and wounded scores of others.</p><p>In response to Zelenskyy’s barbs about his age and long stay in power, the 73-year-old Putin pointed at other global leaders who are older, adding that “the main thing isn’t age; the main thing is the ability to work.”</p><p>He also mocked Zelenskyy's rocky Oval Office meeting in 2025 and thanked U.S. President Donald Trump for “educating” Zelenskyy “before the eyes of the whole world” and teaching him a proper dress code.</p><p>“There is still a lot to be done,” he said.</p><p>Zelenskyy acknowledged shifting U.S. priorities, saying it would be wrong to simply wait for the Trump administration to return its attention to ending the fighting in Ukraine while it remains heavily focused on the Iran war.</p><p>In Washington, Trump said Thursday it “would be great” if Putin and Zelenskyy meet.</p><p>Putin has previously offered for Zelenskyy to come to Moscow for talks, an offer that the Ukrainian leader pointedly rejected. Putin said last month he doesn’t exclude a meeting in a third country, but only when there is a deal to sign.</p><p>On Thursday, Putin again rejected Zelenskyy’s push for an immediate ceasefire, arguing that Moscow wants a comprehensive settlement, not a temporary truce.</p><p>Putin said Russia is open for a compromise on Ukraine in line with understandings reached at his last year’s summit with Trump in Anchorage, Alaska, adding that Ukraine needs to accept them to make a deal to end the conflict.</p><p>“Naturally, the Ukrainian side would like us to suspend the advances made by Russian troops,” he said. “But it would be better to end the war by agreeing to the compromises that were discussed in Anchorage.”</p><p>Asked about Iran, Putin voiced hope for an eventual deal to secure lasting peace. He shrugged off claims that Moscow provided Iran with satellite images, saying that Tehran could use widely available commercial ones.</p><p>"As for weapons, Iran hasn’t asked us for them and we haven’t supplied any weapons to Iran,” he said, adding that Russia stands ready to take enriched uranium for storage as part of a potential peace deal, and that Moscow has stayed in contact with Iran, the U.S. and Israel.</p><p>Global turbulence</p><p>In a speech earlier Friday at the forum, Putin said developing countries have gained an increasingly important role in the global economy, while the share of output by Western countries has shrunk.</p><p>He accused the West of undermining the global economy and finances with unilateral sanctions. By freezing Russian assets abroad through sanctions, Western nations eroded trust in their own currencies, he said.</p><p>“The sanctions and blocking of Russia’s sovereign reserves have irreversibly impacted the standing of international currencies, the dollar and the euro,” he said. “Just like Russia, any other country could lose access to their legitimate assets in dollars or euros, as well as Western financial and payment systems.”</p><p>He alleged that high state debt had helped undermine global trust in Western institutions.</p><p>“The roots of the current global turbulence lie in the transition from a vertical, hierarchical model, which served the interests of a small number of states, to a more complex, distributed and multipolar one,” Putin said. “Russia views global changes not only as a threat but also as immense opportunities. And to capitalize on them, we aim to act swiftly and pragmatically.”</p><p>The Russian leader said the world needed a “modern, flexible and responsible financial architecture — free from risks, bans and barriers.”</p><p>Putin stresses Russia's macroeconomic stability</p><p>Putin played down Russia’s economic slowdown and sought to emphasize its macroeconomic stability. He noted that Russia’s state debt is a fraction of that in Western countries and its budget deficit is considerably smaller, compared with the West.</p><p>The forum comes at a time when Russia’s economic outlook has clouded amid the conflict in Ukraine. The government raised taxes and increased domestic borrowing to keep its budget deficit under control.</p><p>On Thursday, Putin told heads of international media on the forum's sidelines that it was an exaggeration to say Russia's economy was struggling. He noted that his government had taken deliberate steps to cool the economy to keep inflation under control.</p><p>Putin has used the St. Petersburg forum, likened to the World Economic Forum in Davos, Switzerland, to showcase his country’s economic advances and encourage foreign investment. While Western officials and business leaders have stayed away after Putin sent troops into Ukraine in 2022, Russia has sought guests from elsewhere to underline its declared goal of promoting a “multipolar world.”</p><p>Saudi Arabia sent a large delegation this year, and the presidents of Uzbekistan and Tanzania and vice president of China also gave speeches Friday. A U.S. official, Rodney Mims Cook Jr., head of the U.S. Commission of Fine Arts, is attending for the first time in years.</p><p>Cook was singled out in the audience during a question-and-answer session following Putin's speech. Cook praised the beauty of St. Petersburg and Putin thanked him for the remarks about his hometown and asked to convey his greetings to Trump.</p><p>Hours before the forum opened Wednesday, a Ukrainian drone attack set ablaze an oil terminal in St. Petersburg and also hit a nearby naval base.</p><p>Putin declared that Russia was “calmly and resolutely” moving to reach its goals in Ukraine. He acknowledged the damage from Ukrainian drone attacks deep inside Russia and vowed to build up defenses.</p><p>“They do inflict a certain damage,” he said. “For us, it means only one thing: we need to strengthen our security, strengthen air defenses, and we will do that.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/APKGCS4H44XZI5CBNSJJNPOVA4.jpg?auth=57a1b5c4806b0285e5632df542bdb0c99dd381a7d973fbc33223dab04bb060c3&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 speaking at a plenary session at the St. Petersburg International Economic Forum in St. Petersburg, Russia, on Friday, June 5, 2026. (AP Photo/Dmitri Lovetsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Dmitri Lovetsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NCSD36QPJEAEMWJYEVIDB4SUIY.jpg?auth=afba37467f40d83531f70be9fd1f85cb63ec901475c277eb843366667f26cfa7&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 sits prior to a plenary session at the St. Petersburg International Economic Forum in St. Petersburg, Russia, on Friday, June 5, 2026. (AP Photo/Dmitri Lovetsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexander Kazakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GYZR7TTRYM4IJB4NZM7F5ITJ3Y.jpg?auth=7f331494f00a97db0aac0b35424c88f0d602ab0c55352439f523e7bab71d6b10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by the Roscongress Foundation, Russian President Vladimir Putin attends a plenary session at the St. Petersburg International Economic Forum in St. Petersburg, Russia, on Friday, June 5, 2026. (Kirill Kazachkov/Roscongress Foundation via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirill Kazachkov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HHAEMG2Z26CT65XMEG44CAA7UA.jpg?auth=61ac011100f8e0a7ffeefea6b06ff4684a9f37f7c1180dcbc2b286a657cf047f&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 addresses a plenary session at the St. Petersburg International Economic Forum in St. Petersburg, Russia, on Friday, June 5, 2026. (AP Photo/Dmitri Lovetsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Dmitri Lovetsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/64F3CTRXTGDOLT2O62OJZKZIDY.jpg?auth=a7e33100e5f88b7de621b029ae4be81ea89515333622b0f64389fde345af74d9&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, center, speaks as Tanzanian President Samia Suluhu Hassan, left, and Uzbekistan's President Shavkat Mirziyoyev sit near during a plenary session at the St. Petersburg International Economic Forum in St. Petersburg, Russia, on Friday, June 5, 2026. (AP Photo/Dmitri Lovetsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Dmitri Lovetsky</media:credit></media:content></item><item><title><![CDATA[Cuba faces mounting economic pressure as companies exit island]]></title><link>https://www.local10.com/news/local/2026/06/04/cuba-faces-mounting-economic-pressure-as-companies-exit-island/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/04/cuba-faces-mounting-economic-pressure-as-companies-exit-island/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Cuba’s government continues to hold out despite facing fuel shortages, declining tourism and mounting pressure from the United States.]]></description><pubDate>Thu, 04 Jun 2026 22:35:12 +0000</pubDate><content:encoded><![CDATA[<p>Cuba’s government continues to hold out despite facing fuel shortages, declining tourism and mounting pressure from the United States.</p><p>How long the government can withstand the economic strain -- and what it will ultimately take for it to make changes -- remains unclear.</p><p>The communist island is seeing an exodus of international companies. Hotels, along with Visa and Mastercard, are shuttering operations as they rush to meet an end-of-week deadline to avoid sanctions threatened by the Trump administration.</p><p>The latest economic blow targets Grupo de Administración Empresarial, known as GAESA.</p><p>“GAESA is an economic conglomerate created by Raul Castro while Fidel was still alive,” said Cuba analyst Andy Gomez.</p><p>The U.S. government believes the conglomerate controls billions of dollars in assets. It was created in the 1990s following the collapse of the Soviet Union and is run by the Cuban military apparatus.</p><p>“So the purpose of GAESA was to lift the economy, not just for the government but for the nation,” Gomez said.</p><p>Critics argue it evolved into something else.</p><p>“They own the tourist sector, they own mining, they own the gas stations. They own everything. So you have people literally starving, a power grid that hasn’t been maintained in 10 years, and yet you have this military government sitting on these assets,” said<b> </b>U.S. Secretary of State Marco Rubio.</p><p>Gomez said he sees only one path forward.</p><p>“I see for them no way out but sitting down and negotiating with the United States,” Gomez said. “Now I say negotiate.”</p><p>But Gomez warned that any such process would take time.</p><p>“This cannot be done overnight,” he said.</p><p>“There is no Delcy Rodriguez in Cuba,” Gomez added.</p><p>Amid the worsening social and economic fallout, Cuban Deputy Prime Minister Oscar Perez Oliva Fraga, the grandnephew of Fidel and Raul Castro, is reportedly seeking business investments from Russia.</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[Anuncia alcaldesa de Miami-Dade cambios en liderazgo en medio de disputa por depósito de combustible en Fisher Island]]></title><link>https://www.local10.com/espanol/2026/06/04/anuncia-alcaldesa-de-miami-dade-cambios-en-liderazgo-en-medio-de-disputa-por-deposito-de-combustible-en-fisher-island/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/04/anuncia-alcaldesa-de-miami-dade-cambios-en-liderazgo-en-medio-de-disputa-por-deposito-de-combustible-en-fisher-island/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[La alcaldesa de Miami-Dade, Daniella Levine Cava, anunció una reestructuración en el Ayuntamiento mientras los residentes de uno de los enclaves más ricos del condado presentan una demanda para detener la venta de un depósito de combustible fundamental para las operaciones de cruceros y carga en el puerto marítimo.]]></description><pubDate>Thu, 04 Jun 2026 17:19:46 +0000</pubDate><content:encoded><![CDATA[<p>La alcaldesa de Miami-Dade, Daniella Levine Cava, anunció cambios en la administración del condado mientras residentes de uno de los enclaves más adinerados del condado demandan para detener la <a href="https://www.local10.com/news/local/2025/10/09/officials-take-step-toward-resolving-portmiami-fisher-island-fuel-dispute/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2025/10/09/officials-take-step-toward-resolving-portmiami-fisher-island-fuel-dispute/">venta de un depósito de combustible</a> fundamental para las operaciones de cruceros y carga en el <a href="https://www.local10.com/espanol/2025/09/18/ejecutivos-de-lineas-de-cruceros-piden-a-los-comisionados-de-miami-dade-que-aseguren-el-almacenamiento-de-combustible-en-el-puerto-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2025/09/18/ejecutivos-de-lineas-de-cruceros-piden-a-los-comisionados-de-miami-dade-que-aseguren-el-almacenamiento-de-combustible-en-el-puerto-de-miami/">puerto marítimo</a>.</p><p>La oficina de la alcaldesa anunció en un comunicado de prensa la renuncia del director de Operaciones del Condado, Jimmy Morales, y de la directora de PortMiami, Hydi Webb.</p><p>La medida ocurre una semana después de que residentes de Fisher Island demandaran a un desarrollador, solicitando a un tribunal que impida la venta del depósito de combustible sin su consentimiento por escrito, argumentando que la transacción viola un acuerdo previo.</p><p>También sostienen que la <a href="https://www.miamidade.gov/govaction/matter.asp?matter=252062&amp;file=false&amp;fileAnalysis=false&amp;yearFolder=Y2025" target="_blank" rel="noreferrer" title="https://www.miamidade.gov/govaction/matter.asp?matter=252062&amp;file=false&amp;fileAnalysis=false&amp;yearFolder=Y2025">amenaza del condado de recurrir a la expropiación</a> es inconstitucional. Una demanda federal separada también continúa su curso en el sistema judicial.</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m17!1m12!1m3!1d10575.097072518702!2d-80.14376012243761!3d25.76186094615213!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m2!1m1!2zMjXCsDQ1JzQ5LjYiTiA4MMKwMDgnMzMuOSJX!5e1!3m2!1sen!2sus!4v1780588287455!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p><p>Local 10 News está trabajando para preguntar a la oficina de la alcaldesa si la más reciente demanda tuvo alguna influencia en los cambios de liderazgo y también contactó al desarrollador para solicitar comentarios.</p><p>Mientras tanto, en un comunicado, Levine Cava dijo en parte que está “profundamente agradecida” con Morales y Webb “por su extraordinario servicio al condado Miami-Dade y a nuestros residentes”.</p><p>“Su liderazgo, integridad y dedicación han ayudado a fortalecer nuestro condado”, dijo.</p><p>Local 10 News solicitó copias de sus cartas de renuncia.</p><p>El director de Servicios Públicos y Regulatorios, Roy Coley, fue ascendido al cargo de vicealcalde, donde supervisará varios departamentos e instalaciones del condado, incluido el aeropuerto y el puerto marítimo.</p><p>El subdirector del puerto, Frederick Wong, se desempeñará como director interino de PortMiami.</p><p><b>Lea la demanda:</b></p><p> <iframe class="scribd_iframe_embed" title="249080291 Complaint" src="https://www.scribd.com/embeds/1046952384/content?start_page=5&view_mode=scroll&access_key=key-T5gTmCbxaD6LJN3cZhF9" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe> <p style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-size: 14px; line-height: normal; display: block;"> <a title="View 249080291 Complaint on Scribd" href="https://www.scribd.com/document/1046952384/249080291-Complaint#from_embed" style="color: #098642; text-decoration: underline;"> 249080291 Complaint </a> by <a title="View Chris Gothner's profile on Scribd" href="https://www.scribd.com/user/619489581/Chris-Gothner#from_embed" style="color: #098642; text-decoration: underline;" > Chris Gothner </a> </p> </p>]]></content:encoded></item><item><title><![CDATA[Man arrested on second indecent exposure charge in matter of weeks, South Miami police say]]></title><link>https://www.local10.com/news/local/2026/06/04/man-arrested-on-second-indecent-exposure-charge-in-matter-of-weeks-south-miami-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/04/man-arrested-on-second-indecent-exposure-charge-in-matter-of-weeks-south-miami-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor, Trent Kelly, Roy Ramos]]></dc:creator><description><![CDATA[A Pinecrest man who was arrested last month on an indecent exposure charge is back behind bars after South Miami police say a second woman came forward with similar allegations.]]></description><pubDate>Thu, 04 Jun 2026 12:49:15 +0000</pubDate><content:encoded><![CDATA[<p>A Pinecrest man who was<a href="https://www.local10.com/news/local/2026/05/21/man-accused-of-following-woman-in-his-tesla-exposing-himself-to-her-in-south-miami/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/21/man-accused-of-following-woman-in-his-tesla-exposing-himself-to-her-in-south-miami/"> arrested last month on an indecent exposure charge </a>is back behind bars after South Miami police say a second woman came forward with similar allegations.</p><p><a href="https://www.local10.com/espanol/2026/06/04/arrestan-a-hombre-por-segundo-cargo-de-exhibicionismo-indecente-en-cuestion-de-semanas-dice-policia-de-south-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/04/arrestan-a-hombre-por-segundo-cargo-de-exhibicionismo-indecente-en-cuestion-de-semanas-dice-policia-de-south-miami/">Leer en español</a></p><p>Rogerio Miranda De Souza, 49, was booked into the Turner Guilford Knight Correctional Center on Wednesday night on a new charge of indecent exposure, according to jail records.</p><p>South Miami police said the incident related to his latest arrest occurred May 11 and involved a different female victim.</p><p>According to an arrest report, the victim was driving south on U.S. 1 near the 5700 block of South Dixie Highway when De Souza drove his gray Tesla “extremely close” to the driver’s side of the woman’s vehicle, at which time she saw that he had his penis exposed and was stroking it. </p><p>Police said De Souza continued to follow the victim, even driving through a red light to catch up to the woman who was trying to get away from him.</p><p>According to the report, the victim eventually lost sight of De Souza near the 11400 block of South Dixie Highway.</p><p>Police said the victim remained there until Pinecrest police officers arrived, but they told her she would need to report the incident to South Miami police since the alleged incident occurred in their jurisdiction.</p><p>According to the report, the victim did not want to file a police report at the time, but decided to come forward after learning that De Souza had been arrested for a similar incident. </p><p>“She was frightened, she was scared. She did not want to come forward,” Detective Jackie Del Sol said. “She had actually seen it on the news and that’s what made her come forward. She had been involved in the same incident.”</p><p>Investigators said they were able to identify De Souza through the use of a license plate reader. Detectives later contacted his attorney, and De Souza surrendered to authorities Wednesday.</p><p>The arrest comes just weeks after De Souza appeared before a judge in a separate indecent exposure case.</p><p>In that incident, police said a woman reported being followed for nearly 30 minutes on May 15 after leaving a gym in Miami’s Brickell neighborhood. According to investigators, De Souza repeatedly drove around the woman’s vehicle, cut her off in traffic and, at one point, was seen touching himself while driving alongside her.</p><p>Police said the woman provided detectives with a license plate number that helped lead investigators to De Souza.</p><p>At the time of that arrest, detectives told Local 10 News they were investigating another case involving similar allegations. However, authorities have not confirmed whether the latest arrest is connected to that earlier investigation.</p><p>De Souza appeared in bond court Thursday morning and was ordered held on a $25,000 bond. If he posts bond, he will be placed on house arrest with a GPS monitor. He has also been ordered by a judge to stay away from the victims in both cases. </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[Acusan a hombre de provocar choque mortal por conducir ebrio en sentido contrario en el norte de Broward]]></title><link>https://www.local10.com/espanol/2026/06/04/acusan-a-hombre-de-provocar-choque-mortal-por-conducir-ebrio-en-sentido-contrario-en-el-norte-de-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/04/acusan-a-hombre-de-provocar-choque-mortal-por-conducir-ebrio-en-sentido-contrario-en-el-norte-de-broward/</guid><dc:creator><![CDATA[David Dwork, Terrell Forney]]></dc:creator><description><![CDATA[Los agentes del condado de Broward arrestaron el miércoles a un hombre sospechoso de haber matado a otro hombre en un accidente por conducir en estado de ebriedad a principios de año.]]></description><pubDate>Thu, 04 Jun 2026 15:22:30 +0000</pubDate><content:encoded><![CDATA[<p>Agentes del condado Broward arrestaron el miércoles a un hombre sospechoso de causar la muerte de otro hombre en un choque por conducir ebrio en sentido contrario ocurrido a principios de este año.</p><p>Agentes de la Oficina del Sheriff de Broward informaron que el hecho ocurrió poco antes de las 3:30 a.m. del 11 de abril en la cuadra 3000 de West Sample Road, en un área no incorporada a las afueras de Pompano Beach.</p><p>Los agentes indicaron que Sult President, de 47 años y residente de Pompano Beach, conducía una Nissan Pathfinder 2006 hacia el este por los carriles en dirección oeste en el paso elevado de Florida’s Turnpike cuando chocó de frente en el carril central contra una Hyundai Tucson 2025, causando la muerte de su conductor, Nicholas Addis.</p><p>Los paramédicos declararon muerto a Addis, de 36 años, en el lugar y trasladaron a President a un hospital con lesiones graves.</p><p>Los fiscales informaron en la corte que President tenía un nivel de alcohol en sangre de 0.23%, casi tres veces el límite legal, y los investigadores indicaron que conducía a velocidades de hasta 75 mph.</p><p>Desde entonces fue arrestado y trasladado al centro de detención North Broward Bureau en Pompano Beach, donde permanece encarcelado enfrentando cargos de homicidio vehicular, conducir bajo los efectos del alcohol causando una muerte, conducir bajo los efectos del alcohol con daños a una persona o propiedad y conducción temeraria, con una fianza total de $210,000 USD.</p><p>Si paga la fianza, un juez determinó que deberá portar dispositivos de monitoreo GPS y de alcohol, además de someterse a pruebas aleatorias. También deberá permanecer en el condado Broward, no podrá conducir y deberá entregar su pasaporte.</p>]]></content:encoded></item><item><title><![CDATA[University of South Florida student stabs 2 before being found dead nearby, deputies say ]]></title><link>https://www.local10.com/news/2026/06/04/university-of-south-florida-student-stabs-2-before-being-found-dead-nearby-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/04/university-of-south-florida-student-stabs-2-before-being-found-dead-nearby-deputies-say/</guid><dc:creator><![CDATA[Jenise Fernandez]]></dc:creator><description><![CDATA[Two students were stabbed this week at a Tampa apartment complex near the campus of the University of South Florida, authorities confirmed. ]]></description><pubDate>Thu, 04 Jun 2026 20:35:48 +0000</pubDate><content:encoded><![CDATA[<p>Two students were stabbed this week at a Tampa apartment complex near the campus of the University of South Florida, authorities confirmed. </p><p><a href="https://www.local10.com/espanol/2026/06/04/agentes-estudiante-de-university-of-south-florida-apunala-a-dos-personas-antes-de-ser-hallado-muerto-cerca-del-lugar/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/04/agentes-estudiante-de-university-of-south-florida-apunala-a-dos-personas-antes-de-ser-hallado-muerto-cerca-del-lugar/">Leer en español</a></p><p>The Hillsborough County Sheriff’s Office says the suspect is dead and confirmed that the suspect and one of the victims were both students at USF.</p><p>Officials say HSCO deputies responded to a call just after 4:30 a.m. Wednesday when they found the victims at an off-campus apartment.</p><p>They said both victims are in stable condition. </p><p>Hours later, around 3:45 p.m., authorities say they found the presumed suspect dead at another apartment complex for USF students.</p><p>Deputies also confirmed that the suspect and one of the victims were roommates, while the second victim was not affiliated with the university.</p><p>“I could have walked out of my apartment, and it could have been me and that’s definitely very scary,” said resident McKenzie Miller. </p><p>The apartment where the suspect was found dead is just half a mile down the street from Avalon Heights, the student housing complex where prosecutors said two USF graduate students were stabbed to death in April.</p><p>Right now, officials say this week’s stabbing appears to be an isolated event and that there are no threats to the USF community.</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[Reconocen a buen samaritano por ayudar a sobrevivientes de accidente aéreo cerca de North Perry Airport]]></title><link>https://www.local10.com/espanol/2026/06/04/reconocen-a-buen-samaritano-por-ayudar-a-sobrevivientes-de-accidente-aereo-cerca-de-north-perry-airport/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/04/reconocen-a-buen-samaritano-por-ayudar-a-sobrevivientes-de-accidente-aereo-cerca-de-north-perry-airport/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[Por primera vez, uno de los buenos samaritanos que ayudó a rescatar a dos personas de un accidente aéreo cerca del aeropuerto de North Perry está hablando públicamente sobre lo sucedido.]]></description><pubDate>Thu, 04 Jun 2026 15:54:37 +0000</pubDate><content:encoded><![CDATA[<p>Por primera vez, uno de los buenos samaritanos que ayudó a rescatar a dos personas de un accidente aéreo cerca de North Perry Airport habla públicamente sobre lo ocurrido.</p><p>Local 10 News también conversó con el comisionado de Pembroke Pines, Jay Schwartz, propietario de la escuela de vuelo vinculada a la aeronave involucrada en el accidente.</p><p>Los investigadores informaron que una aeronave despegó de North Perry Airport el 29 de mayo. Poco después del despegue, la aeronave sufrió una falla de motor, lo que obligó al piloto a intentar un aterrizaje de emergencia.</p><p>La aeronave se estrelló en las afueras del South Florida State Hospital.</p><p>Un estudiante piloto y un instructor de vuelo se encontraban dentro de la aeronave volcada. Ambos resultaron heridos, pero sobrevivieron, en parte gracias a las personas que acudieron a ayudar.</p><p>“Mientras conducía hacia el sur por University, de regreso a casa, vi esta aeronave sobre mí y parecía que estaba perdiendo altitud”, dijo Nathan Gansert, el buen samaritano que ayudó.</p><p>Según un informe policial, la empresa de la escuela de vuelo vinculada a la aeronave es Blue Sky, propiedad de Schwartz. El informe también indica que uno de los sobrevivientes dijo que la aeronave había estado experimentando problemas de motor el día anterior al accidente.</p><p>El miércoles, líderes de la ciudad reconocieron a Gansert por ayudar a rescatar a las dos personas que iban a bordo.</p><p>Gansert dijo que conducía cuando notó una aeronave volando inusualmente bajo antes de que desapareciera de su vista.</p><p>“Me di cuenta de que ya no la veía en el cielo”, dijo Gansert. “Doblé una esquina, luego otra y vi ramas de árboles en el suelo. Vi a una de las jóvenes comenzar a salir y me bajé de mi auto y corrí hacia allí para ayudar a la otra. Hice lo que mejor sé hacer y supongo que eso es ser humano”.</p><p>Schwartz agradeció a Gansert durante la ceremonia.</p><p>“Salvaste a nuestras muchachas”, dijo Schwartz. “Una de ellas está viendo esto ahora mismo. Solo han pasado cinco noches. Cuando las cosas mejoren, vamos a reunirnos”.</p><p>Se espera que ambos sobrevivientes se recuperen.</p>]]></content:encoded></item><item><title><![CDATA[Man accused of deadly wrong-way DUI crash in north Broward]]></title><link>https://www.local10.com/news/local/2026/06/04/man-accused-of-deadly-wrong-way-dui-crash-in-north-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/04/man-accused-of-deadly-wrong-way-dui-crash-in-north-broward/</guid><dc:creator><![CDATA[David Dwork, Terrell Forney]]></dc:creator><description><![CDATA[Broward County deputies arrested a man on Wednesday who’s suspected of killing another man in a wrong-way, drunken-driving crash earlier in the year.]]></description><pubDate>Thu, 04 Jun 2026 15:18:13 +0000</pubDate><content:encoded><![CDATA[<p>Broward County deputies arrested a man on Wednesday who’s suspected of killing another man in a wrong-way, drunken-driving crash earlier in the year.</p><p><a href="https://www.local10.com/espanol/2026/06/04/acusan-a-hombre-de-provocar-choque-mortal-por-conducir-ebrio-en-sentido-contrario-en-el-norte-de-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/04/acusan-a-hombre-de-provocar-choque-mortal-por-conducir-ebrio-en-sentido-contrario-en-el-norte-de-broward/">Leer en español</a></p><p>Broward Sheriff’s Office deputies said it happened at just before 3:30 a.m. on April 11 along the 3000 block of West Sample Road in an unincorporated area outside of Pompano Beach.</p><p>Deputies said Sult President, 47, of Pompano Beach, was driving a 2006 Nissan Pathfinder, heading east in the westbound lanes on the overpass for Florida’s Turnpike when he hit a 2025 Hyundai Tucson head-on in the center lane, killing its driver, Nicholas Addis.</p><p>Medics pronounced Addis, 36, dead at the scene and took President to a hospital with serious injuries.</p><p>Addis is the son of former Coral Springs Mayor Vincent Boccard. </p><p>Prosecutors said in court that President had a blood-alcohol level of 0.23%, nearly three times the legal limit, and investigators said he was driving up to 75 mph.</p><p>He has since been arrested and taken to the North Broward Bureau detention center in Pompano Beach, where he remains behind bars on charges of vehicular homicide, DUI resulting in death, DUI with damage to a person or property and reckless driving. His total bond was set at $210,000. </p><p>If he bonds out, a judge ruled he must wear a GPS monitor and alcohol monitoring devices and submit to random testing. He must also remain in Broward County, he cannot drive and he must surrender his passport. </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[Good Samaritan honored for helping survivors of plane crash near North Perry Airport]]></title><link>https://www.local10.com/news/local/2026/06/03/good-samaritan-honored-for-helping-survivors-of-plane-crash-near-north-perry-airport/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/03/good-samaritan-honored-for-helping-survivors-of-plane-crash-near-north-perry-airport/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[For the first time, one of the Good Samaritans who helped rescue two people from a plane crash near North Perry Airport is speaking publicly about what happened.]]></description><pubDate>Thu, 04 Jun 2026 02:25:43 +0000</pubDate><content:encoded><![CDATA[<p>For the first time, one of the Good Samaritans who helped rescue <a href="https://www.local10.com/news/local/2026/05/29/small-plane-crashes-on-psychiatric-hospital-campus-near-north-perry-airport/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/29/small-plane-crashes-on-psychiatric-hospital-campus-near-north-perry-airport/">two people from a plane crash near North Perry Airport</a> is speaking publicly about what happened.</p><p><a href="https://www.local10.com/espanol/2026/06/04/reconocen-a-buen-samaritano-por-ayudar-a-sobrevivientes-de-accidente-aereo-cerca-de-north-perry-airport/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/04/reconocen-a-buen-samaritano-por-ayudar-a-sobrevivientes-de-accidente-aereo-cerca-de-north-perry-airport/">Leer en español</a></p><p>Local 10 News also heard from Pembroke Pines Commissioner Jay Schwartz, who owns the flight school connected to the aircraft involved in the crash.</p><p>Investigators said a plane took off from North Perry Airport on May 29. Shortly after takeoff, the aircraft experienced engine failure, forcing the pilot to attempt an emergency landing.</p><p>The plane crashed outside South Florida State Hospital.</p><p>A student pilot and a flight instructor were inside the overturned aircraft. Both were injured but survived, thanks in part to people who rushed to help.</p><p>“As I was driving south on University (Drive), going back home, I see this plane above me and it looked like it was losing altitude,” said Nathan Gansert, a Good Samaritan who helped.</p><p>According to a police report, the flight school company connected to the plane is Blue Sky, which is owned by Schwartz. The report also states that one of the survivors said the plane had been experiencing engine issues the day before the crash.</p><p>On Wednesday, city leaders honored Gansert for helping rescue the two people onboard.</p><p>Gansert said he was driving when he noticed a plane flying unusually low before it disappeared from view.</p><p>“I noticed I didn’t see it in the sky anymore,” Gansert said. “I turn the corner, turn the other corner and see tree branches on the ground. I see one of the girls start to climb out and I jumped out my car and ran over there and helped the other one. I did what I do best, and I guess that’s being a human.”</p><p>Schwartz thanked Gansert during the ceremony.</p><p>“You saved our girls,” Schwartz said. “One of them is watching right now. It’s only been five nights. When things get better, we’re going to get together.”</p><p>Both survivors are expected to recover.</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[Game 2: Knicks looking to take command of NBA Finals, Spurs hoping to tie the title series]]></title><link>https://www.local10.com/sports/2026/06/05/game-2-knicks-looking-to-take-command-of-nba-finals-spurs-hoping-to-tie-the-title-series/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/game-2-knicks-looking-to-take-command-of-nba-finals-spurs-hoping-to-tie-the-title-series/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[SAN ANTONIO (AP) — Jalen Brunson was the star of Game 1 of the NBA Finals, willing the New York Knicks to a series-opening win. Victor Wembanyama, even while struggling from the field, put up big numbers for the San Antonio Spurs in his finals debut as well.]]></description><pubDate>Fri, 05 Jun 2026 13:59:28 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — Jalen Brunson was the star of Game 1 of the NBA Finals, willing the New York Knicks to a series-opening win. Victor Wembanyama, even while struggling from the field, put up big numbers for the San Antonio Spurs in his finals debut as well.</p><p>The stars were stars.</p><p>The finals, though, tends to get won by the sum of the other parts.</p><p>Game 2 of the title series is Friday night in San Antonio, with the Spurs hoping to pull into a tie before the series heads to New York — and the Knicks aiming at becoming the first team since Houston in 1995 to start the NBA Finals with two road wins.</p><p>Tipoff is at 8:42 p.m. EDT and the game will be aired on ABC. The Spurs are 6.5-point favorites.</p><p>New York got 30 points from Brunson in the Game 1 win, in which the Knicks rallied from 14 points down in the third quarter and closed the game on an 11-0 run. And while Brunson got tons of credit, the Knicks pointed to other efforts, like the one from Josh Hart.</p><p>He had three points. That's not what mattered. It was everything else — 15 rebounds, six assists and four steals. The only other player to have that many rebounds, assists and steals in a finals game since all those stats began being tracked was Larry Bird in 1986.</p><p>“His energy is just relentless. It doesn’t stop,” Brunson said of Hart, his former Villanova teammate. “I mean, he eats candy all the time. That tells you who he is. He’s a big kid with an absurd amount of energy.”</p><p>The Knicks are trying to win their 13th consecutive playoff game, which would be the second-longest single-season streak in NBA history. Golden State won 15 consecutive playoff games in 2017.</p><p>“We know it’s a long series,” Spurs guard De'Aaron Fox said. “Obviously you want to win every game that you have on your home court, but it’s not the way it happens every day. We try to go in and fix the things we need to fix. Obviously, we want a different outcome.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CILC7KT5I3W2EJSSOMMHBY75KA.jpg?auth=6c838ebbebd84bf9f4aae7642c7ed5200be3cb4a8a5b0abfafcd5915f28ba047&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks guard Jalen Brunson stretches during a workout prior to the start of the NBA Finals basketball series against the San Antonio Spurs, Tuesday, June 2, 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/4BOZPHRSFCXHLFM5LQH3FJGU6M.jpg?auth=fb3fa5b02a119526574c8c92d186c7b483641639f415a39627ad6e12e539f172&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) looks to his bench during the first half of Game 1 of the NBA Finals basketball series against the New York Knicks, Wednesday, June 3, 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/O7HL3G4TGLGPRBNOQF4Q4EZILY.jpg?auth=489f3f095f473a21f04db30e541322661f8dcdd2b706bea6e760f567f74a2f9f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks guard Josh Hart (3) looks towards San Antonio Spurs guard De'aaron Fox (4) after a foul during the second half of Game 1 of the NBA Finals basketball series, Wednesday, June 3, 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></item><item><title><![CDATA[Taylor Swift's 'Toy Story 5' song is a return to pop country]]></title><link>https://www.local10.com/entertainment/2026/06/05/taylor-swifts-toy-story-5-song-is-a-return-to-country-what-to-know-about-i-knew-it-i-knew-you/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/05/taylor-swifts-toy-story-5-song-is-a-return-to-country-what-to-know-about-i-knew-it-i-knew-you/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Taylor Swift's new song for the Disney and Pixar's forthcoming “Toy Story 5” film is here. On Friday, Swift released “I Knew It, I Knew You,” a bit of a return to country music for the performer who first made a name for herself in the Nashville music scene before taking over the world.]]></description><pubDate>Fri, 05 Jun 2026 14:50:30 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Taylor Swift's new song for the Disney and Pixar's forthcoming “Toy Story 5” film is here. On Friday, Swift released “I Knew It, I Knew You,” a bit of a return to country music for the performer who first made a name for herself in the Nashville music scene before taking over the world.</p><p>Here's everything you need to know about “I Knew It, I Knew You.”</p><p>Taylor Swift goes country ... again</p><p>Swift doesn't sing with a familiar twang on “I Knew It, I Knew You,” but no matter — the song features some elements inextricable from the country genre: Live instrumentation, plucky banjo and harmonica that opens the track.</p><p>Most view Swift's last official foray into the country music genre to be 2012's “Red,” though the album is much more of a crossover experiment. It would be more astute to label “Speak Now” as her last true-blue, full-length, country music release — and that was more than 15 years ago.</p><p>Additionally: “I Knew It, I Knew You” is also Swift's first original material since “The Life of a Showgirl” was released in October.</p><p>The song is also co-produced by Jack Antonoff, her former, frequent collaborator. Swift started working with Antonoff on 2014's “1989” through 2024's “The Tortured Poets Department.”</p><p>Notably, the pair started their long collaboration after Swift's country era, perhaps with the rare exception of “Betty” from her 2020 “Folklore” album.</p><p>“Writing this song felt like a musical departure and coming home at the same time. Creating something for Jessie was a new challenge and also felt like second nature all at once,” Swift wrote on social media Friday, referencing the beloved cowgirl character. “And being a ‘Toy Story’ kid from the age of 5 til now… is an adventure I plan to be on, to infinity and beyond.”</p><p>The ‘I Knew It, I Knew You’ rollout</p><p>Last weekend, billboards with the initials “TS,” stylized like the “Toy Story” logo, appeared in Los Angeles, Chicago, Dallas, San Francisco, Toronto, Mexico City and London — fitting, as “TS” works both for the beloved franchise and the musician.</p><p>On Monday, Swift confirmed the song was forthcoming, writing on Instagram, “I’ve always dreamed of getting to write for these characters who I’ve adored since I was a 5-year-old kid watching the first Toy Story movie. I fell instantly in love with Toy Story 5 when I was lucky enough to see it in its early stages, and I wrote this song as soon as I got home from the screening. Sometimes you just know, right?”</p><p>She also shared that preorders for three CD single versions of the track were available on her site. They quickly sold out: One features the song as it appears in the film, another is an acoustic version and the last is a piano version.</p><p>“It’s incredible just how meaningful it’s been having Taylor write and perform this song. Her connection to Jessie and the immediate way she understood what the character was going through was undeniable,” “Toy Story 5” director and writer Andrew Stanton said in a press statement at the time. “The song is so deeply connected to ‘Toy Story.’ So much so that on first listen, it instantly felt like it had always belonged there, like a long-lost family member. It was kismet.”</p><p>Is Taylor Swift headed to the Oscars?</p><p>Some fans online have begun speculating: Could this be an Oscar contender in the original song category?</p><p>Quite possibly, if it adheres to all relevant rules and regulations! For 2027 Academy Awards consideration, a feature film — and its song submissions — must have a qualifying theatrical release between Jan. 1 and Dec. 31 this year. “Toy Story 5” will be released in theaters worldwide on June 19, so it qualifies there.</p><p>It also depends on when “I Knew It, I Knew You” is placed in “Toy Story 5.” There's a new rule this year: If the song plays over the end credits, it must also overlap with the last 15 seconds of the film before the credits actually begin.</p><p>At any rate, if Swift's song is submitted — and if she were to win — she'd be just that much closer to an EGOT. She has 14 Grammys and an Emmy. An Oscar would mean she'd only need a Tony. Could Broadway be next?</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3NSM23YPIP5TSS3PXJ75EZHEAE.jpg?auth=4c72d242dacbbce5862396a6f5e49ab84999ef67be1cd9e0902567f753688b50&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Taylor Swift appears at the MTV Video Music Awards in Elmont, N.Y., on Sept. 11, 2024. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6C7SCTFKRXXSCTSVPM2HVZPJFI.jpg?auth=925c43dffa6d40718cc04f635fcc0f44b74f2a16d50d503d86dc5ee546c72ce9&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 Pixar shows the character Jessie, voiced by Joan Cusack, in a scene from "Toy Story 5." (Pixar-Disney via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Pixar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y73IXTFDZNZ46L5673BU6TLJQY.jpg?auth=3294680609e6d7389e28c47b2986ca03306abab6aabdf80a0ff5ff3e1841401a&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 Pixar shows the characters Bullseye and Jessie, voiced by Joan Cusack, center, in a scene from "Toy Story 5." (Pixar-Disney via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Pixar</media:credit></media:content></item><item><title><![CDATA[Iconic Los Angeles restaurant Yamashiro debuts first-ever East Coast location in Miami]]></title><link>https://www.local10.com/food/2026/06/05/iconic-los-angeles-restaurant-yamashiro-debuts-first-ever-east-coast-location-in-miami/</link><guid isPermaLink="true">https://www.local10.com/food/2026/06/05/iconic-los-angeles-restaurant-yamashiro-debuts-first-ever-east-coast-location-in-miami/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[For the first time in its 100-plus-year history, the legendary Yamashiro is expanding beyond California — and it has chosen Miami as its first destination.]]></description><pubDate>Fri, 05 Jun 2026 11:40:42 +0000</pubDate><content:encoded><![CDATA[<p>For more than a century, Yamashiro has stood high above Los Angeles in the Hollywood Hills, welcoming celebrities, socialites, and visitors seeking one of the city’s most iconic dining experiences. </p><p><a href="https://www.local10.com/espanol/2026/06/05/debuta-en-miami-la-primera-ubicacion-en-la-costa-este-del-iconico-restaurante-yamashiro-de-los-angeles/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/05/debuta-en-miami-la-primera-ubicacion-en-la-costa-este-del-iconico-restaurante-yamashiro-de-los-angeles/">Leer en español</a></p><p>Now, for the first time in its 100-plus-year history, the legendary brand is expanding beyond California — and it has chosen Miami as its first destination.</p><p>Located on the ninth floor of the Gale Miami Hotel &amp; Residences in downtown Miami, Yamashiro Miami brings the glamour of old Hollywood together with Japanese-inspired design, elevated cuisine, and immersive entertainment.</p><p>“This is our first expansion outside of the 100 years that we’ve been open in LA,” said Executive Chef Gustavo Montes. “The vision being capturing that beautiful dynasty of Yamashiro and reimagining it to the Miami market.”</p><p>The nearly 9,000-square-foot venue spans multiple levels and features sweeping views of the Miami skyline, lush Japanese-inspired gardens, and a design that feels more like an escape than a traditional restaurant. The space seamlessly blends Hollywood elegance with Japanese architecture, creating an atmosphere that’s both luxurious and welcoming.</p><p>While the brand’s history is rooted in Los Angeles — even making appearances in films such as <i>Kill Bill</i> — the Miami location offers a completely original culinary experience.</p><p>“This menu here in Miami is a one-off menu,” Montes explained. “It is a new interpretation of Yamashiro. We’re looking to showcase the best ingredients and the best techniques in the world. So we try to showcase everything for quality, freshness, and simplicity.”</p><p>The menu highlights a range of inventive dishes that combine Japanese influences with Miami flair. Among the standouts is the Katsusando, a toasted sandwich layered with aioli and finished with a touch of 24-karat gold — a nod to Miami’s love of luxury. Another signature dish is the black cod, marinated with citrus and miso before being finished in the oven and brushed with a delicate sauce.</p><p>Montes believes the city is the perfect place for Yamashiro’s next chapter.</p><p>“Being a Miami local, I’m kind of one-sided on this,” he said. “But I feel like Miami has become a new culinary capital of the world. We have done a lot to change the landscape of the scene.”</p><p>The restaurant’s cocktail program is equally ambitious. One of the most talked-about experiences is the signature martini cart, which rolls directly to guests’ tables and allows them to customize every aspect of their drink, from the spirit selection to specialty garnishes, including caviar.</p><p>“The inspiration behind this cart was to create an experience for our guests,” Montes said. “You have the option of having an extremely dirty martini, of making a kimchi martini, or going very classical.”</p><p>Beyond dining, Yamashiro is expanding its entertainment offerings with the recent opening of the 400 Vinyl Room, an upscale lounge inspired by Hollywood’s Golden Age. The intimate, 60-seat venue exclusively spins vinyl records and features a music program rooted in funk, soul, disco, and 1980s Latin sounds, with themed nights throughout the week.</p><p>Montes says the goal is simple: create a destination where guests can celebrate life’s successes while enjoying exceptional hospitality.</p><p>“You should definitely come out and enjoy the fruits of your labor,” he said. “Yamashiro is here to provide A1 hospitality with A1 food.”</p><p>Even for guests familiar with the original Los Angeles location, Yamashiro Miami offers a distinctly South Florida experience. And the restaurant’s growth isn’t slowing down. Coming soon, Yamashiro plans to open additional indoor dining space with seating for approximately 180 guests, further expanding its footprint in downtown Miami.</p><p>To make a reservation at Yamashiro Miami, <a href="https://yamashiromiami.com/" target="_self" rel="" title="https://yamashiromiami.com/">click here.</a> </p>]]></content:encoded></item><item><title><![CDATA[Debuta en Miami la primera ubicación en la Costa Este del icónico restaurante Yamashiro de Los Ángeles]]></title><link>https://www.local10.com/espanol/2026/06/05/debuta-en-miami-la-primera-ubicacion-en-la-costa-este-del-iconico-restaurante-yamashiro-de-los-angeles/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/debuta-en-miami-la-primera-ubicacion-en-la-costa-este-del-iconico-restaurante-yamashiro-de-los-angeles/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Por primera vez en sus más de 100 años de historia, el legendario Yamashiro se está expandiendo más allá de California y ha elegido Miami como su primer destino.]]></description><pubDate>Fri, 05 Jun 2026 13:22:44 +0000</pubDate><content:encoded><![CDATA[<p>Durante más de un siglo, Yamashiro se ha alzado sobre Los Ángeles en las colinas de Hollywood, recibiendo a celebridades, figuras de la alta sociedad y visitantes que buscan una de las experiencias gastronómicas más icónicas de la ciudad.</p><p>Ahora, por primera vez en sus más de 100 años de historia, la legendaria marca se expande fuera de California y ha elegido a Miami como su primer destino.</p><p>Ubicado en el noveno piso del Gale Miami Hotel &amp; Residences, en el centro de Miami, Yamashiro Miami combina el glamour del viejo Hollywood con diseño inspirado en Japón, gastronomía de alto nivel y entretenimiento inmersivo.</p><p>“Esta es nuestra primera expansión fuera de los 100 años que hemos estado abiertos en Los Ángeles”, dijo el chef ejecutivo Gustavo Montes. “La visión es capturar esa hermosa dinastía de Yamashiro y reinventarla para el mercado de Miami”.</p><p>El local, de casi 9,000 pies cuadrados, se extiende por varios niveles y ofrece amplias vistas del horizonte de Miami, exuberantes jardines inspirados en Japón y un diseño que se siente más como una escapada que como un restaurante tradicional. El espacio combina a la perfección la elegancia de Hollywood con la arquitectura japonesa, creando una atmósfera lujosa y acogedora.</p><p>Aunque la historia de la marca está arraigada en Los Ángeles e incluso ha aparecido en películas como <i>Kill Bill</i>, la ubicación de Miami ofrece una experiencia culinaria completamente original.</p><p>“Este menú aquí en Miami es un menú único”, explicó Montes. “Es una nueva interpretación de Yamashiro. Buscamos mostrar los mejores ingredientes y las mejores técnicas del mundo. Tratamos de destacar todo por su calidad, frescura y simplicidad”.</p><p>El menú destaca una variedad de platos innovadores que combinan influencias japonesas con el estilo de Miami. Entre los más destacados se encuentra el Katsusando, un sándwich tostado con alioli y terminado con un toque de oro de 24 quilates, un guiño al gusto de Miami por el lujo. Otro plato distintivo es el bacalao negro, marinado con cítricos y miso antes de terminarse en el horno y cubrirse con una delicada salsa.</p><p>Montes cree que la ciudad es el lugar perfecto para el próximo capítulo de Yamashiro.</p><p>“Como residente de Miami, quizá soy un poco parcial”, dijo. “Pero siento que Miami se ha convertido en una nueva capital culinaria del mundo. Hemos hecho mucho para cambiar el panorama de la escena gastronómica”.</p><p>El programa de cocteles del restaurante es igual de ambicioso. Una de las experiencias más comentadas es su carrito de martinis exclusivo, que se lleva directamente a las mesas y permite a los clientes personalizar cada aspecto de su bebida, desde la selección del licor hasta las guarniciones especiales, incluido el caviar.</p><p>“La inspiración detrás de este carrito fue crear una experiencia para nuestros invitados”, dijo Montes. “Tienes la opción de pedir un martini extremadamente seco, preparar un martini de kimchi o irte por algo muy clásico”.</p><p>Más allá de la gastronomía, Yamashiro está ampliando su oferta de entretenimiento con la reciente apertura de 400 Vinyl Room, un salón exclusivo inspirado en la época dorada de Hollywood. El íntimo espacio, con capacidad para 60 personas, reproduce exclusivamente discos de vinilo y cuenta con una programación musical basada en funk, soul, disco y sonidos latinos de la década de 1980, con noches temáticas durante toda la semana.</p><p>Montes afirma que el objetivo es simple: crear un destino donde los clientes puedan celebrar los éxitos de la vida mientras disfrutan de una hospitalidad excepcional.</p><p>“Definitivamente deberían venir a disfrutar los frutos de su trabajo”, dijo. “Yamashiro está aquí para ofrecer hospitalidad de primera y comida de primera”.</p><p>Incluso para los clientes familiarizados con la ubicación original de Los Ángeles, Yamashiro Miami ofrece una experiencia claramente del sur de Florida. Y el crecimiento del restaurante no se detiene. Próximamente, Yamashiro planea abrir espacio adicional para comedor interior con capacidad para aproximadamente 180 comensales, ampliando aún más su presencia en el centro de Miami.</p><p>Para hacer una reservación en Yamashiro Miami, <a href="https://yamashiromiami.com/" target="_blank" rel="noreferrer" title="https://yamashiromiami.com/">haga clic aquí</a>.</p>]]></content:encoded></item><item><title><![CDATA[Hialeah police search for missing 88-year-old man]]></title><link>https://www.local10.com/news/local/2026/06/05/hialeah-police-search-for-missing-88-year-old-man/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/05/hialeah-police-search-for-missing-88-year-old-man/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Hialeah police are searching for an elderly man who has been reported missing.]]></description><pubDate>Fri, 05 Jun 2026 11:26:28 +0000</pubDate><content:encoded><![CDATA[<p>Hialeah police are searching for an elderly man who has been reported missing.</p><p><a href="https://www.local10.com/espanol/2026/06/05/policia-de-hialeah-busca-a-hombre-de-88-anos-desaparecido/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/05/policia-de-hialeah-busca-a-hombre-de-88-anos-desaparecido/">Leer en español</a></p><p>According to police, Raul Gabino Salvador, 88, was last seen driving his white Dodge Avenger with Florida tag JFQG08. </p><p>Police did not confirm the day he was last seen, but said he was wearing a gray polo shirt, black pants and black shoes.</p><p>Salvador is 5 feet tall and weighs about 140 pounds. He has white hair. </p><p>Anyone with information about his whereabouts is asked to call the Hialeah Police Department at 305-687-2525.</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/LQQVZYDXN5A2HO3SUVE3UKR3BM.jpg?auth=6f71447e0a0819e4e54c4739cd6fbbb088a01eae9ae2709718529a7b8505ea1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía de Hialeah busca a hombre de 88 años desaparecido]]></title><link>https://www.local10.com/espanol/2026/06/05/policia-de-hialeah-busca-a-hombre-de-88-anos-desaparecido/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/policia-de-hialeah-busca-a-hombre-de-88-anos-desaparecido/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[La policía de Hialeah está buscando a un anciano que ha sido reportado como desaparecido.]]></description><pubDate>Fri, 05 Jun 2026 13:13:27 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Hialeah está buscando a un hombre de edad avanzada que fue reportado como desaparecido.</p><p>Según la policía, Raul Gabino Salvador, de 88 años, fue visto por última vez conduciendo su Dodge Avenger blanco con matrícula de Florida JFQG08.</p><p>La policía no confirmó el día en que fue visto por última vez, pero indicó que vestía una camisa tipo polo gris, pantalones negros y zapatos negros.</p><p>Salvador mide 5 pies de estatura y pesa aproximadamente 140 libras. Tiene el cabello blanco.</p><p>Cualquier persona con información sobre su paradero debe llamar al Departamento de Policía de Hialeah al 305-687-2525.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LQQVZYDXN5A2HO3SUVE3UKR3BM.jpg?auth=6f71447e0a0819e4e54c4739cd6fbbb088a01eae9ae2709718529a7b8505ea1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Hollywood man accused of traveling to meet minor for sex]]></title><link>https://www.local10.com/news/local/2026/06/05/hollywood-man-accused-of-traveling-to-meet-minor-for-sex/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/05/hollywood-man-accused-of-traveling-to-meet-minor-for-sex/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 34-year-old man from Hollywood was arrested Thursday on a warrant, months after he allegedly tried to meet who he thought was a 14-year-old girl for sex, authorities said.]]></description><pubDate>Fri, 05 Jun 2026 12:24:18 +0000</pubDate><content:encoded><![CDATA[<p>A 34-year-old man from Hollywood was arrested Thursday on a warrant, months after he allegedly tried to meet who he thought was a 14-year-old girl for sex, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/06/05/hombre-de-hollywood-es-acusado-de-viajar-para-encontrarse-con-una-menor-con-fines-sexuales/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/05/hombre-de-hollywood-es-acusado-de-viajar-para-encontrarse-con-una-menor-con-fines-sexuales/">Leer en español</a></p><p>The Broward Sheriff’s Office arrested Darrien Marquez Fleno in Dania Beach and booked him into jail on charges of traveling to meet a minor and transmission of harmful materials to a minor.</p><p>According to his arrest report, Hollywood police officers were called to a Family Dollar store on South Federal Highway on Oct. 17, 2025, and were told by two people there that a man, later identified as Fleno, was inside the store, trying to meet a teenage girl for sex.</p><p>Officers made contact with Fleno and he agreed to provide a statement to detectives and allow them to search his cellphone, the report stated. His statement to detectives was redacted from the publicly released report.</p><p>According to the report, detectives discovered that Fleno had been communicating with who he thought was a teenage girl, but was actually a man who is a member of an organization called New York Predhunters.</p><p>Detectives said the man agreed to send the phone used to send and receive text messages with Fleno to South Florida for authorities to review.</p><p>According to the report, throughout the text messages, the topic of age was discussed multiple times and at one point, Fleno stated that he wouldn’t want to be seen with the teen in public because people might question what an older man was doing with a teenage girl.</p><p>Detectives said Fleno believed the “teen” lived in West Palm Beach and made arrangements to stay overnight with her at a hotel in Hollywood.</p><p>Police said Fleno sent the “teen” explicit photos of himself and made multiple sexual comments about what he wanted to do with her at the hotel.</p><p>As of Friday morning, Fleno was being held at the Paul Rein Detention Facility on a $100,000 bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RZWOGEWWV5DIDPYBR66FBY43FM.jpg?auth=1615ff670526f7eee587154f52daa62c1450fe33c8ace7812ea5ae14fa7151fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Hombre de Hollywood es acusado de viajar para encontrarse con una menor con fines sexuales]]></title><link>https://www.local10.com/espanol/2026/06/05/hombre-de-hollywood-es-acusado-de-viajar-para-encontrarse-con-una-menor-con-fines-sexuales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/hombre-de-hollywood-es-acusado-de-viajar-para-encontrarse-con-una-menor-con-fines-sexuales/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre de 34 años de Hollywood fue arrestado el jueves con una orden judicial, meses después de que supuestamente intentó reunirse con quien pensaba que era una niña de 14 años para tener relaciones sexuales, dijeron las autoridades.]]></description><pubDate>Fri, 05 Jun 2026 13:09:32 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 34 años de Hollywood fue arrestado el jueves con una orden judicial, meses después de que supuestamente intentara reunirse con quien creía que era una niña de 14 años para tener relaciones sexuales, según informaron las autoridades.</p><p>La Oficina del Sheriff del Condado de Broward arrestó a Darrien Marquez Fleno en Dania Beach y lo ingresó en la cárcel acusado de viajar para encontrarse con un menor y de transmitir material perjudicial a un menor.</p><p>Según el informe de su detención, agentes de la policía de Hollywood fueron llamados a una tienda Family Dollar en South Federal Highway el 17 de octubre de 2025, y dos personas que se encontraban allí les dijeron que un hombre, posteriormente identificado como Fleno, estaba dentro de la tienda, tratando de encontrarse con una adolescente para tener relaciones sexuales.</p><p>Los agentes contactaron con Fleno, quien accedió a prestar declaración ante los detectives y a permitirles registrar su teléfono móvil, según consta en el informe. Su declaración a los detectives fue eliminada del informe publicado.</p><p>Según el informe, los detectives descubrieron que Fleno se había estado comunicando con quien creía que era una adolescente, pero que en realidad era un hombre miembro de una organización llamada New York Predhunters.</p><p>Los detectives dijeron que el hombre accedió a enviar el teléfono utilizado para enviar y recibir mensajes de texto con Fleno al sur de Florida para que las autoridades lo revisaran.</p><p>Según el informe, a lo largo de los mensajes de texto se habló varias veces del tema de la edad y, en un momento dado, Fleno afirmó que no quería que lo vieran con la adolescente en público porque la gente podría cuestionar qué hacía un hombre mayor con una chica adolescente.</p><p>Los detectives dijeron que Fleno creía que la “adolescente” vivía en West Palm Beach e hizo arreglos para pasar la noche con ella en un hotel de Hollywood.</p><p>La policía dijo que Fleno le envió a la “adolescente” fotos explícitas de sí mismo e hizo múltiples comentarios sexuales sobre lo que quería hacer con ella en el hotel.</p><p>Hasta el viernes por la mañana, Fleno permanecía detenido en el centro de detención Paul Rein bajo una fianza de 100.000 dólares.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RZWOGEWWV5DIDPYBR66FBY43FM.jpg?auth=1615ff670526f7eee587154f52daa62c1450fe33c8ace7812ea5ae14fa7151fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Alto nivel de indecisos en Perú que elige presidente entre una conservadora y un progresista]]></title><link>https://www.local10.com/espanol/2026/06/05/alto-nivel-de-indecisos-en-peru-que-elige-presidente-entre-una-conservadora-y-un-progresista/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/alto-nivel-de-indecisos-en-peru-que-elige-presidente-entre-una-conservadora-y-un-progresista/</guid><dc:creator><![CDATA[Por FRANKLIN BRICEÑO y MAURICIO MUÑOZ, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — Los peruanos elegirán el domingo a un nuevo mandatario entre dos candidatos en las antípodas ideológicas en un balotaje que se celebra en medio de una crisis política y de seguridad interna y para el que aún hay un alto número de indecisos.]]></description><pubDate>Fri, 05 Jun 2026 13:09:02 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — Los peruanos elegirán el domingo a un nuevo mandatario entre dos candidatos en las antípodas ideológicas en un balotaje que se celebra en medio de una crisis política y de seguridad interna y para el que aún hay un alto número de indecisos.</p><p>En la primera vuelta de abril Keiko Fujimori, de Fuerza Popular, y Roberto Sánchez, de Juntos por el Perú, se elevaron por encima de más de una treintena de rivales, pero la suma de votos entre ambos no superó el 30%.</p><p>La conservadora Fujimori, hija del fallecido y condenado expresidente Alberto Fujimori (1990-2000), obtuvo 17,18% de los sufragios mientras el nacionalista Sánchez, aliado del exmandatario encarcelado Pedro Castillo (2021-2022), consiguió 12,03%.</p><p>“Hay un bolsón de indecisos... creo que es ahí donde los anti-voto en clave emocional van a jugarse el partido final”, dijo a The Associated Press el analista político Iván García.</p><p>Una encuesta de fines de mayo de la firma Ipsos Perú dio a Fujimori 38% de intención de voto y 35% a Sánchez, mientras quienes no se habían decidido por uno de ellos sumaron 27%. El margen de error del sondeo fue de 2,8 puntos porcentuales.</p><p>A su vez, ambos candidatos cosechan un alto nivel de rechazo: 40% de los encuestados dijo que no votaría por Fujimori y 38% que no lo haría por Sánchez.</p><p>La oposición a Fujimori está ligada a la herencia autoritaria y de corrupción del gobierno de su padre, mientras las objeciones a Sánchez apuntan al temor de su alianza con Castillo, percibido como corrupto y caótico. En la breve gestión de 16 meses de Castillo hubo más de 70 cambios ministeriales.</p><p>Fujimori busca otra vez el poder</p><p>La política de 51 años —que se postula por cuarta vez a la presidencia— afirma que en su eventual gestión habrá “orden” para las inversiones extranjeras y la seguridad interna, amenazada por el incremento de la delincuencia. En el último quinquenio se han quintuplicado las extorsiones y duplicado los asesinatos en el país.</p><p>En el único debate previo al balotaje Fujimori reivindicó el gobierno de su padre y prometió que vencerá a la criminalidad al igual que Alberto Fujimori derrotó al grupo terrorista Sendero Luminoso.</p><p>Afirmó que en su gobierno habrá “pollo más barato, balones de gas a precio accesible, fertilizantes a buen precio para tu cosecha, saber que saldrás a trabajar y volverás sano y salvo a tu casa”.</p><p>La candidata ha intentado matizar su imagen de “mano dura” con muestras de proximidad hacia antiguos rivales como el expresidente Pedro Kuczynski (2016-2018), quien la venció en los comicios de 2016.</p><p>Kuczynski renunció en 2018 en medio de pedidos de destitución y censuras a ministros claves impulsadas por el partido de Fujimori, quien luego le pidió disculpas por la inestabilidad generada durante su gestión.</p><p>“Sé que a lo largo de mi vida política he cometido errores, de ellos aprendí", aseguró la candidata durante el debate.</p><p>Qué propone Sánchez</p><p>El legislador, popular en el sector rural y el sur del país, ha intentado calmar la preocupación que genera su candidatura entre los inversionistas. El psicólogo de profesión ha repetido públicamente que no expropiará ningún activo de empresas transnacionales que extraen minerales o gas de Perú.</p><p>Durante el debate dijo que un eventual gobierno suyo estará abierto a “todas las banderas para generar trabajo y progreso”, pero destacó su apoyo a las inversiones de China como el tren bioceánico que busca conectar al estratégico puerto de Chancay, sobre el Pacífico, con la costa atlántica de Brasil.</p><p>Sánchez, de 57 años y quien viste un sombrero campesino de ala ancha que le regaló Castillo, también ha tomado distancia de un socio menor, el ultranacionalista Antauro Humala —exmilitar y hermano del encarcelado expresidente Ollanta Humala (2011-2016)— que propone aplicar la pena de muerte en casos de corrupción.</p><p>En declaraciones a The Associated Press dijo que buscará renegociar los contratos mineros de forma consensuada, incluido el de Las Bambas, una de las minas de cobre más grandes del mundo controlada por la estatal china Minmetals.</p><p>Las expectativas del mercado</p><p>En un documento emitido a inicios de esta semana la agencia de calificación crediticia Fitch Ratings sostuvo que una victoria de Fujimori “impulsaría la inversión privada y la ejecución de proyectos", mientras que si gana Sánchez “aumentaría la incertidumbre sobre impuestos, regalías, estabilidad contractual e intervención estatal”.</p><p>Sin embargo, destacó que “independientemente de quién gane” los problemas de gobernabilidad de Perú — que vio pasar ocho presidentes en una década — y la composición del Congreso bicameral, en el que ningún partido tiene mayoría, “limitarán la capacidad del próximo gobierno” para impulsar reformas claves, grandes planes mineros y obras de infraestructura cruciales para el crecimiento.</p><p>En el nuevo Senado, compuesto por 60 legisladores, se necesitan al menos 40 votos para destituir a un presidente. Según los expertos la única protegida contra una eventual remoción es Fujimori que posee 22 senadores, mientras Sánchez sólo tiene 14 y estará obligado a tejer alianzas con otras fuerzas políticas.</p><p>Para García, si gana Fujimori el Congreso “sería mucho más favorable”, pero si triunfa Sánchez “estaría afilando los cuchillos todas las semanas”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T7TFWH5EGEPJGWPK6FVYXBDFVA.jpg?auth=52805e30e6b7bf4a97f499332ecc5d191a44d8352ca2773baacb57ada9f2e6a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Keiko Fujimori, candidata presidencial del partido Fuerza Popular, saluda a sus simpatizantes a su llegada a un mitin en Huacho, Perú, el martes 2 de junio de 2026. (AP Foto/Guadalupe Pardo)]]></media:description><media:credit role="author" scheme="urn:ebu">Guadalupe Pardo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BXZVZY3BPKFUOVNXZ4S4FT2PKI.jpg?auth=315776aeb9e45af84e2bee9f213d5442e831786a2e138cb4f83597f8d0e4f54b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial Roberto Sánchez, del partido Juntos por el Perú, se dirige a sus simpatizantes a su llegada a un mitin en Cusco, Perú, el martes 2 de junio de 2026. (AP Foto/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content></item><item><title><![CDATA[Hombre mató a ex esposa y a dos hijas antes de quitarse la vida en Doral, según agentes]]></title><link>https://www.local10.com/espanol/2026/06/04/conmociona-a-comunidad-mientras-vecinos-y-alcalde-recuerdan-a-familia-muerta-en-homicidio-suicidio-en-doral/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/04/conmociona-a-comunidad-mientras-vecinos-y-alcalde-recuerdan-a-familia-muerta-en-homicidio-suicidio-en-doral/</guid><dc:creator><![CDATA[Hannah Yechivi, Ryan Mackey, Jackie Pascale]]></dc:creator><description><![CDATA[La comunidad de Doral está de luto por la pérdida de una familia encontrada muerta dentro de su casa a principios de esta semana mientras los investigadores continúan investigando qué han clasificado las autoridades como asesinato-suicidio.]]></description><pubDate>Thu, 04 Jun 2026 17:04:54 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre <a href="https://www.local10.com/espanol/2026/06/03/mdso-encuentran-muertos-a-dos-adultos-y-dos-ninos-dentro-de-una-casa-en-doral/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/mdso-encuentran-muertos-a-dos-adultos-y-dos-ninos-dentro-de-una-casa-en-doral/">mató a su ex esposa y a sus dos hijas pequeñas</a> antes de quitarse la vida en Doral a principios de esta semana, confirmaron el jueves detectives de homicidios de la Oficina del Sheriff de Miami-Dade.</p><p>Las víctimas fueron identificadas por la Oficina del Sheriff de Miami-Dade como Ryan Charles Whiten, de 42 años; Melanie Lauren Hyer, de 46; y sus hijas biológicas, Savannah Whiten, de 11 años, y Sienna Whiten, de 8.</p><p>Según los investigadores, los detectives determinaron que Ryan Whiten era el padre biológico de Savannah y Sienna y compartía la crianza de las menores con Hyer. La investigación concluyó que él mató a los tres familiares antes de quitarse la vida.</p><p>Los registros muestran que Ryan Whiten y Hyer habían estado divorciados durante años.</p><p>Según los investigadores, agentes de la Policía de Doral respondieron el martes por la noche a una vivienda en la comunidad cerrada Doral Isles después de que un amigo de la familia, preocupado por su bienestar, solicitara una verificación.</p><p>Las autoridades informaron que los agentes ingresaron a la vivienda y encontraron a las cuatro personas fallecidas. La policía confirmó que todas presentaban heridas de arma blanca en sus cuerpos.</p><p>Mientras la investigación continúa, vecinos y padres de familia de la comunidad luchan por asimilar los asesinatos.</p><p>“Eso es una tragedia”, dijo Anderina Zerpa, quien vive cerca. “Es la peor pesadilla para un padre”.</p><p>Zerpa dijo que quedó atónita al enterarse de lo ocurrido tan cerca de su hogar.</p><p>“Vivo súper cerca de su casa y ni siquiera lo sabía”, agregó.</p><p>Entre quienes lamentan la pérdida se encuentra la alcaldesa de Doral, Christi Fraga, quien dijo que conocía personalmente a Hyer a través de la comunidad escolar de sus hijos.</p><p>“La veía casi todas las mañanas cuando dejaba a mi hijo en la escuela”, dijo Fraga.</p><p>Fraga describió a Hyer como una madre que trabajaba para unir a las familias.</p><p>“Fue ella quien creó el chat de todas las mamás para organizar almuerzos, reuniones y construir una comunidad alrededor de nuestros hijos”, agregó.</p><p>Fraga dijo que espera que la familia sea recordada por el impacto positivo que tuvo en quienes los rodeaban y no por las circunstancias de sus muertes.</p><p>“Queremos recordarlos por sus personalidades alegres, sus hermosas sonrisas y orar por sus almas, por sus familias y por todos los que los rodeaban y que se verán afectados por esto”, añadió.</p><p>Un representante de Downtown Doral Charter Schools confirmó previamente que Savannah y Sienna eran estudiantes de la escuela, donde se han puesto a disposición consejeros de duelo para estudiantes y personal.</p><p>Fraga también alentó a cualquier persona que esté experimentando violencia doméstica o problemas de salud mental a buscar ayuda.</p><p>Hay recursos disponibles a través del <a href="https://miamisao.com/our-work/victim-services/domestic-violence/" target="_blank" rel="noreferrer" title="https://miamisao.com/our-work/victim-services/domestic-violence/">programa de servicios para víctimas de violencia doméstica</a> de la Fiscalía Estatal de Miami-Dade y de la <a href="https://www.cityofdoral.com/News-articles/DOH-Miami-Dade-Mental-Health-Resources" target="_blank" rel="noreferrer" title="https://www.cityofdoral.com/News-articles/DOH-Miami-Dade-Mental-Health-Resources">página de recursos de salud mental de la ciudad de Doral</a>.</p><p>Los detectives de la Oficina de Homicidios de la Oficina del Sheriff de Miami-Dade han asumido la investigación.</p>]]></content:encoded></item><item><title><![CDATA[The Latest: US job market shows resilience with 172,000 jobs added last month]]></title><link>https://www.local10.com/news/2026/06/05/the-latest-us-job-market-shows-resilience-with-172000-jobs-added-last-month/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/05/the-latest-us-job-market-shows-resilience-with-172000-jobs-added-last-month/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The American job market continues to show surprising strength, shrugging off the high costs of the Iran war.]]></description><pubDate>Fri, 05 Jun 2026 16:56:19 +0000</pubDate><content:encoded><![CDATA[<p>The American job market continues to show surprising strength, shrugging off the high costs of the Iran war.</p><p>Employers added 172,000 jobs in May — roughly double what forecasters had expected — and the unemployment rate remained at a low 4.3%. The Labor Department reported Friday that job growth was down slightly last month from a revised 179,000 in April. The unemployment rate stayed at a low 4.3%.</p><p>Also, the Senate passed legislation to fund President Donald Trump’s immigration enforcement agencies early Friday morning, after weeks of delays and fierce backlash to an unrelated $1.776 billion settlement fund that threatened to derail the bill.</p><p>Here's the latest:</p><p>Rubio meets top Philippine diplomat over the South China Sea and other issues</p><p>Secretary of State Marco Rubio affirmed the strength of the two countries’ alliance to Philippine Foreign Minister Theresa Lazaro during Friday’s meeting in Washington.</p><p>A State Department statement said their discussion included economic priorities and the South China Sea, where Beijing has been aggressive in its territorial claims over disputed islands and atolls.</p><p>The South China Sea is a vital global trade route with rich undersea deposits of gas and oil.</p><p>In particular, Beijing and Manila have clashed over Scarborough Shoal, which China prefers to call Huangyan Dao.</p><p>On Sunday, the Chinese naval and air forces conducted “readiness patrols” near the shoal, after Philippine and U.S. forces conducted a five-day drill in the same waters.</p><p>Treasury warns banks of ‘red flags’ tied to customers in the US illegally</p><p>The Treasury Department’s financial crimes arm wants banks to help identify payroll schemes tied to people living in the country illegally, as part of the Trump administration’s latest measure to clamp down on immigration.</p><p>The Financial Crimes Enforcement Network — also known as FinCEN — issued an advisory Friday to banks that tells them to watch out for identity theft, payroll tax fraud, and money laundering schemes tied to hiring unauthorized workers.</p><p>This comes after President Trump in May signed an executive order that requires banks to take a closer look at the citizenship of their customers.</p><p>The order directs bank regulators and government departments to look for signs that people without legal status are opening accounts or obtaining loans or credit cards. However, the order is less aggressive than banks had previously expected, as earlier reports suggested the White House was drafting an order that would make collecting customers’ citizenship information mandatory.</p><p>▶ Read more</p><p>Democratic Wisconsin senator says Trump’s stop in the swing state shows he’s nervous</p><p>Democratic U.S. Sen. Tammy Baldwin says President Trump’s visit to a rural swing district in Wisconsin shows he knows Republicans are in trouble in the midterms.</p><p>The stop on Friday for a farmer-focused round table in Chippewa Falls marks the first time Trump has visited Wisconsin in his second term. It comes just four days after Health and Human Services Secretary Robert Kennedy Jr. toured a dairy farm in the congressional district held by Republican Rep. Derrick Van Orden.</p><p>“They know they’re in trouble,” Baldwin said of Republicans. “They know across the country they’re in trouble.”</p><p>Baldwin says Trump’s visit is “not going to do the job in convincing our farmers they are doing better than they’re doing. They know the reality.”</p><p>Trump is scheduled to be joined by Van Orden, one of his most vocal supporters. Democrats have targeted that district this year.</p><p>US boards an oil tanker linked to Iran in the Indian Ocean</p><p>American forces have boarded a sanctioned oil tanker linked to Iran in the Indian Ocean, the U.S. military said Friday as the U.S. pushes to prevent the Islamic Republic from profiting off its oil and other goods.</p><p>U.S. Indo-Pacific Command posted on X that the U.S. forces boarded the MT Davina. The post lacked further details, but U.S. forces around the world have been directed to stop ships tied to Tehran or those suspected of carrying supplies that could help its government.</p><p>Meanwhile, the U.S. Navy is enforcing a blockade of Iran’s ports as part of an effort to force Tehran to open the Strait of Hormuz and accept a deal to extend a tenuous ceasefire in the war.</p><p>US set to hold latest oil and gas lease sale for Alaska’s Arctic National Wildlife Refuge</p><p>The Trump administration’s push to expand oil and gas development in Alaska faces a new test Friday, with the latest lease sale set for the Arctic National Wildlife Refuge.</p><p>Opponents of drilling in the refuge’s coastal plain have pointed to a lack of industry interest in the prior two sales held there and ongoing changes in Alaska’s Arctic region due to climate change as proof the region should be off-limits to drilling. But supporters of drilling see the coastal plain, which is roughly the size of Delaware, as a potential untapped resource that could boost U.S. oil production and generate new revenue and jobs.</p><p>A coalition of conservation groups this spring sent a letter to leaders of 11 petroleum companies including major ConocoPhillips and Hilcorp, both major players in Alaska, urging them to not participate in the sale. The letter cited ongoing litigation over the leasing program, dating to President Trump’s first term, and warned of “financial, operational and reputational risks.”</p><p>▶ Read more</p><p>Trump looms large over upcoming primary elections in Washington, DC</p><p>The last time Washington, D.C., residents chose a new delegate to Congress and a new mayor in the same election, gas was $1.33 a gallon and George H.W. Bush was president.</p><p>This fall they’ll do it again — under starkly different circumstances.</p><p>As the city heads toward pivotal primaries this month to pick candidates for those roles, President Trump’s influence on the nation’s capital is shaping up as a major campaign issue. The fresh slate of candidates is weighing how best to approach Trump’s Republican administration and congressional control over the heavily Democratic city’s affairs.</p><p>“It’s going to be a big sea change in city politics, no matter how the elections shake out,” said Amanda Huron, a professor at the University of the District of Columbia who teaches courses on D.C. history and politics. But Washington’s lack of full autonomy brings “all sorts of peculiarities around the city’s governance.”</p><p>▶ Read more</p><p>Trump says he will attend NBA Finals game in New York to root for his hometown Knicks</p><p>Trump, a longtime New York Knicks fan, said he plans to attend an NBA Finals game at Madison Square Garden next week at the invitation of the team’s owner.</p><p>Describing himself as a “big fan” of the team and owner James Dolan, Trump said Thursday that he will be in the arena for at least one game next week. The NBA believes it would make him the first sitting president to attend an NBA Finals game.</p><p>“The answer is yes — he’s invited me, I’m going,” Trump said of Dolan’s invitation. Speaking to reporters in the Oval Office, Trump said he was eyeing Game 3 on Monday but didn’t rule out Game 4 on Wednesday. “Maybe I’ll do both.”</p><p>Trump, who is simultaneously contending with a war in Iran, strife in Congress and looming midterm elections, said he made sure to catch some of Game 1 on Wednesday as the Knicks beat the San Antonio Spurs and took a 1-0 lead in the series.</p><p>▶ Read more</p><p>Water begins refilling Reflecting Pool after Trump’s renovation to repaint it ‘American flag blue’</p><p>Water began refilling the recently renovated Lincoln Memorial Reflecting Pool on Thursday, Trump announced from the Oval Office.</p><p>Trump showed a video during an unrelated event with water bubbling into the freshly painted basin at the foot of the Lincoln Memorial.</p><p>“That’s clean, beautiful water,” the president said.</p><p>Live video showed water accumulating in the center of the basin, with workers and trucks still inside the pool.</p><p>Trump noted the work to paint the shallow basin a deep shade, which he calls “American flag blue,” was completed Wednesday. The administration said in a court filing that it was set to be filled with water no later than Sunday.</p><p>Trump also announced a plan to build a “promenade” that would allow pedestrians to walk from the back of the Lincoln Memorial to the Potomac River.</p><p>▶ Read more</p><p>Trump says Pulte won’t be his nominee for director of national intelligence</p><p>Trump said Thursday that federal housing finance regulator Bill Pulte, his pick for acting director of national intelligence, would not be his “permanent” choice for the critical security post.</p><p>The Republican president’s disclosure that he was ruling out installing Pulte in the position full-time came after bipartisan pushback on Capitol Hill in recent days over Pulte’s lack of national security experience. The position requires Senate confirmation, something that lawmakers indicated was unlikely if Pulte were the nominee.</p><p>“He’s not going to be permanent because, you know, I don’t think he’d want to be permanent,” Trump said while taking questions in the Oval Office after an event on coal. He called Pulte a “very smart guy” and said he may look at past elections that Trump claims, without credible evidence, were “rigged” against him.</p><p>Senate OKs $70B immigration bill after rejecting efforts to permanently ban Trump’s settlement fund</p><p>The Senate passed legislation to fund Trump’s immigration enforcement agencies early Friday, after weeks of delays and fierce backlash to an unrelated $1.776 billion settlement fund that threatened to derail the bill.</p><p>Senators voted 52-47 to pass the $70 billion legislation to fund Immigration and Customs Enforcement and Border Patrol for the next three years, through the end of Trump’s term, after Democrats had blocked the money for months. The bill will now head to the House, which is expected to take it up next week.</p><p>The final vote came just before 5 a.m., after Republicans narrowly defeated multiple attempts by members of both parties to add language to the bill that would permanently ban Trump’s settlement fund for allies who believe they’ve been politically persecuted.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4Y4ARGNEKMV2ZB4AGP2EA7DENM.jpg?auth=4e7f5283a6b3d502faa36e67b844022c0ee1aa2025980ecde15b7dee7204c2a4&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 an event about coal, Thursday, June 4, 2026, in the Oval Office of the White House in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JVP2RKNGXTT7HW6BAJ4J2QO72M.jpg?auth=00bb3b3b7d20f40449922cdf91deaca1d0d692d81da91988a725443056143bbd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A hiring sign is displayed at a restaurant in Niles, Ill., Thursday, May 14, 2026. (AP Photo/Nam Y. Huh, File)]]></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/QILKM4ROM5JRH2O4Q3TO6O3L5U.jpg?auth=5ca20840e3a2e788d516c6eff376a36452935aa104db21d8471f8b8f08f9c00d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump looks at a document at an event about coal, Thursday, June 4, 2026, in the Oval Office of the White House in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Truck breakdown in Niger strands passengers and leaves at least 49 dead in the Sahara Desert]]></title><link>https://www.local10.com/news/world/2026/06/05/truck-breakdown-in-niger-strands-passengers-and-leaves-at-least-49-dead-in-the-sahara-desert/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/05/truck-breakdown-in-niger-strands-passengers-and-leaves-at-least-49-dead-in-the-sahara-desert/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NIAMEY, Niger (AP) — At least 49 people died of thirst after a truck broke down and they were stranded for days in the Sahara Desert in northern Niger, authorities said.]]></description><pubDate>Fri, 05 Jun 2026 12:16:13 +0000</pubDate><content:encoded><![CDATA[<p>NIAMEY, Niger (AP) — At least 49 people died of thirst after a truck broke down and they were stranded for days in the Sahara Desert in northern Niger, authorities said.</p><p>The victims, all Nigeriens, were returning home from a religious festival in Mali when the truck stopped running more than 80 kilometers (49 miles) west of Assamaka, near the borders with Mali and Algeria, Niger's Agadez region governorate said in an online post late Thursday.</p><p>Two men survived after trekking more than 50 kilometers (31 miles) to a water source and then continuing to Assamaka, where they alerted authorities, the governorate said.</p><p>A delegation sent to the scene by the Agadez Region Governor Gen. Ibra Boulama Issa learned the truck had traveled for several days from the Malian town of Talhandek about 300 kilometers (187 miles) from the Nigerien border.</p><p>It was not immediately clear what led to the breakdown or how long the passengers waited.</p><p>“On the spot, the findings were particularly disturbing. Dozens of lifeless bodies were found under the immobile truck and in its surroundings,” the Agadez governorate said.</p><p>Photos published by the governorate showed bodies in the desert with pieces of clothing and other belongings scattered around.</p><p>“Deprived of water and unable to repair the vehicle despite the efforts of the driver, his apprentice and passengers, travelers found themselves trapped in the heart of a hostile environment where extreme temperatures and lack of supply points make survival extremely difficult,” the governorate said.</p><p>The 49 victims were buried in mass graves at the scene in what officials called a “particularly delicate and emotionally exhausting task” for the survivors.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QDY2C26IFY5W5FOBSPKRLDETRM.jpg?auth=db86cdc461f6e9f2e7c7784f2d71ab687467ab35997bc40e48fae222bdba4ae6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sandal lies on the ground in Niger's desert region of the south central Sahara, Sunday, June 3, 2018. (AP Photo/Jerome Delay, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jerome Delay</media:credit></media:content></item><item><title><![CDATA[Virginia man gets life in prison for double murder scheme in affair with Brazilian au pair]]></title><link>https://www.local10.com/news/2026/06/05/virginia-man-gets-life-in-prison-for-double-murder-scheme-in-affair-with-brazilian-au-pair/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/05/virginia-man-gets-life-in-prison-for-double-murder-scheme-in-affair-with-brazilian-au-pair/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[FAIRFAX, Va. (AP) — A Virginia man who was having an affair with the family’s Brazilian au pair was sentenced Friday to life in prison without parole for the murder of his wife and a man who was lured to the couple's home as a fall guy.]]></description><pubDate>Fri, 05 Jun 2026 17:25:54 +0000</pubDate><content:encoded><![CDATA[<p>FAIRFAX, Va. (AP) — A Virginia man who was having an affair with the family’s Brazilian au pair was sentenced Friday to life in prison without parole for the murder of his wife and a man who was lured to the couple's home as a fall guy.</p><p>Brendan Banfield, a former IRS law enforcement officer, claimed he shot Joseph Ryan after he came across Ryan attacking his wife on the morning of Feb. 24, 2023. But prosecutors said Brendan Banfield and au pair Juliana Peres Magalhães set Ryan up in a scheme to get rid of Christine Banfield, a pediatric intensive care nurse.</p><p>Judge Penney Azcarate called Banfield’s actions evil and calculated.</p><p>“The disregard of the life of your wife, someone you supposedly loved, is almost unfathomable,” she said in handing down the sentence, which is mandatory in Virginia for an aggravated murder conviction. The scheme involved “luring a completely innocent man into your deadly trap; continuing on after the murders without a care; and not once — not once — thinking of the impact” on the Banfields' 4-year-old daughter. Brendan Banfield “took everything from her,” Azcarate said.</p><p>In addition to murder, jurors in February convicted Banfield of child endangerment because the couple’s daughter was home during the killings. Azcarate sentenced Banfield to an additional five years on that charge and three more years on a firearms charge.</p><p>Speaking at his sentencing, Banfield continued to proclaim his innocence, saying it would have been impossible for him to have committed the murders. Banfield said he loved his wife and, although he had affairs, he never intended to leave her.</p><p>Azcarate was unmoved, citing his lack of remorse as one of the reasons she felt no hesitation in ordering him to remain behind bars for life.</p><p>Speaking at Friday's hearing, Christine Banfield’s older sister, Danielle Hocker, spoke of their close relationship and described her sister as kind, caring, reliable and selfless. She said they grew up chasing fireflies and sleeping next to each other on the floor in sleeping bags.</p><p>“When she was born, 'I' became ‘we’,” Hocker told the court. “I haven’t stopped saying ‘we’ when I speak about my childhood after her death, except now when I do, it takes my breath away — a pause filled with love that has nowhere to go.”</p><p>During Brendan Banfield's trial, Magalhães testified that he had told her he wanted to marry her and have children with her, but he needed to “get rid of” his wife first. He didn’t want a divorce because “she would have more money than he would” and because he wanted custody of the couple’s daughter, said Magalhães, who was 21 when she started working for the Banfields in 2021.</p><p>Magalhães had also testified that she and Brendan Banfield staged the scene at the home in Herndon, Virginia, to look as if they had shot a violent intruder. The pair had pretended to be Christine Banfield on a fetish website to lure Ryan to their house for a sexual encounter involving a knife.</p><p>On the day of the killings, Magalhães said she waited in a car outside the house with the daughter. When Ryan arrived, she called Brendan Banfield, who was waiting at a nearby McDonald's. The pair took the child to the basement and then went to the bedroom, where they encountered Ryan. Brendan Banfield shot Ryan and then stabbed Christine Banfield with the knife Ryan had brought. When Magalhães saw Ryan moving, she fired a second shot that killed him.</p><p>On Friday, Banfield emphasized that there was dissent within the police department over the theory that he had impersonated his wife on social media, saying it would have been impossible for him to send some of the messages.</p><p>Some media have dubbed the case the “au pair affair.” Magalhães pleaded guilty to manslaughter after agreeing to testify against Brendan Banfield. Magalhães was sentenced to 10 years in prison after Banfield's trial.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ML6GPV6OFCZR6XNUCG2NFGNCYQ.jpg?auth=5c53d421a989289df53a98bac32d0e9b0351b82897f67258708bc4732e0fc26b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Brendan Banfield looks on during the double murder trial for Brendan Banfield in Fairfax County Circuit Court, Jan. 14, 2026, in Fairfax, Va. (AP Photo/Tom Brenner, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom Brenner</media:credit></media:content></item><item><title><![CDATA[Trump looms large over upcoming primary elections in Washington, DC]]></title><link>https://www.local10.com/news/politics/2026/06/05/trump-looms-large-over-upcoming-primary-elections-in-washington-dc/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/05/trump-looms-large-over-upcoming-primary-elections-in-washington-dc/</guid><dc:creator><![CDATA[By GARY FIELDS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The last time Washington, D.C., residents chose a new delegate to Congress and a new mayor in the same election, gas was $1.33 a gallon and George H.W. Bush was president.]]></description><pubDate>Fri, 05 Jun 2026 11:49:15 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The last time Washington, D.C., residents chose a new delegate to Congress and a new mayor in the same election, gas was $1.33 a gallon and George H.W. Bush was president.</p><p>This fall they will do it again — under starkly different circumstances.</p><p>As the city heads toward pivotal primaries this month to pick candidates for those roles, President Donald Trump's influence on the nation's capital is shaping up as a major campaign issue. The fresh slate of candidates is weighing how best to approach Trump's Republican administration and congressional control over the heavily Democratic city's affairs.</p><p>“It’s going to be a big sea change in city politics, no matter how the elections shake out,” said Amanda Huron, a professor at the University of the District of Columbia who teaches courses on D.C. history and politics. But Washington’s lack of full autonomy brings “all sorts of peculiarities around the city’s governance.”</p><p>Since Trump returned to office last year, the National Guard is on an open-ended deployment as part of what he calls a crime-fighting mission. He is putting his personal imprint on the city’s storied landmarks. And major cuts to the federal workforce have compounded economic pressures on the capital, which has one of the country’s highest unemployment rates.</p><p>The city has long had a unique, if fraught, relationship with the federal government: While residents can vote for their local leaders, they are limited by Washington’s status as a federal district in how much influence they can actually have on the city’s affairs. That limited autonomy has been further squeezed under Trump and his federal law enforcement takeover, launched last year.</p><p>This fall, current council members Janeese Lewis George and Kenyan McDuffie are the frontrunners vying to replace Mayor Muriel Bowser, elected in 2014. The leading candidates in the race to succeed long-serving congressional Del. Eleanor Holmes Norton are Robert White Jr. and Brooke Pinto, also D.C. council members.</p><p>On June 16, primaries will be held for those roles, which in an overwhelmingly Democratic city usually dictate who will take the top spot come November.</p><p>Washington, and its elected officials, have limited autonomy</p><p>Washington, unlike other cities, does not control its fate.</p><p>What choices voters have is through a limited home rule agreement passed by Congress in 1973 that allowed residents to elect their local government leaders.</p><p>But Congress retains control over local affairs, including the approval of the budget and laws passed by the city council. Congressional members elected by voters from thousands of miles away routinely introduce measures to impact city affairs.</p><p>That has meant local leaders must balance pressures from their constituents with the demands of Congress and the administration — an act Bowser was forced to perform repeatedly.</p><p>During Trump's first term, she ordered the painting and naming of Black Lives Matter Plaza, just north of the White House, in 2020. Just months after Trump’s inauguration to his second term, she agreed to remove it in response to pressure from congressional Republicans.</p><p>That act, the decimation of the federal workforce by the Department of Government Efficiency and the surge by federal law enforcement and the National Guard into the city have emerged as central themes in the election season. Right now, about 3,500 troops are in the city — a number authorities say will climb to 5,000 as the country's 250th anniversary celebrations approach.</p><p>Trump has routinely said his intervention has made Washington “one of the safest" and most beautiful cities in the country, enjoying a historic drop in crime.</p><p>Candidates campaign on promise of resistance to Trump</p><p>George told The Associated Press that her top priority is addressing “the affordability crisis here in D.C., which the Trump administration has only made worse by unjustly firing federal employees en masse and militarizing our streets.”</p><p>McDuffie said his top priority is public safety as crime continues to be an issue. He has said he would add 1,000 police officers over four years, fully staff the 911 call center after years of chronic staffing shortages and take a public health approach to violence reduction.</p><p>“We cannot have an affordable city," he said, “without public safety as its foundation.”</p><p>Both said they would bolster the city’s legal defenses against federal overreach and said Bowser should have been less cooperative with federal authorities as they targeted members of the city's immigrant communities.</p><p>Alex Dodd, co-founder of Free DC, an activist group supporting city independence, said the organization endorsed George because of her willingness to be more aggressive in opposing Trump and congressional Republicans.</p><p>“When our leaders comply with this administration before being forced, they are giving this regime an enormous advantage,” he said.</p><p>Pat Wheeler, a native Washingtonian and communications consultant who served as a department head at Morgan State University, applauded Bowser for cooperating with the Trump administration on some aspects. She noted failure to do so could have sparked retribution and a loss of what little control city officials have.</p><p>“Trump can snap his finger and the whole Republican Congress will say, ‘Let’s put a federal control board over the mayor,’” she said.</p><p>Affordability and social issues also concerns</p><p>The D.C. delegate position is a nonvoting one, but it grants the nearly 700,000 people of the district, who have no other representation in Congress, a voice through speechmaking on the House floor and bill introduction.</p><p>But critics said the 88-year-old Norton was diminished during the second Trump administration and not visible enough in the fight against administration and congressional overreach on the city’s autonomy. She filed paperwork to end her campaign for reelection in January.</p><p>Norton, who has served 18 terms, has had a storied career. She and her predecessor, Walter Fauntroy Jr., both had national standing coming out of the civil rights era.</p><p>“Eleanor Holmes Norton is maybe one of the last major political figures who comes out of the civil rights movement,” said Matt Dallek, a political historian at The George Washington University. "It’s a real passing of the torch.”</p><p>The campaigns of candidates running to replace her have centered on local control, Trump and affordability. Frontrunners and council members Pinto and White have also engaged in personal skirmishes questioning the origins of campaign contributions and connections to Republicans.</p><p>Pinto told the AP her top priority for the city is self-governance, something that has “never been a true reality for the people of D.C.”</p><p>She said affordability for the middle-class and working families is another concern.</p><p>White's campaign has said he's “not willing to continue to see our tax dollars used to allow DC police to cooperate and conspire with federal agents to trample our constitutional rights and to terrorize our communities.”</p><p>Brenda Manley, a longtime resident of Ward 7, an area with a storied Black history across the Anacostia River, said the city was well managed despite the tensions with Trump. But she said she hoped all the candidates would spend more time on the campaign focusing on programs that are beneficial to all residents, like a tuition grant program championed by Norton or major strides made in education during Bowser's tenure.</p><p>“Those type of programs matter,” Manley said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4PVYXHLJPCS46ALGXEXQUFIH3I.jpg?auth=ea680f3edee2f95468b9006d30c83dfee0eb11921f1a51ad2f21a380f50c2818&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Robert White Jr., center, and Brooke Pinto, right, candidates for Washington D.C. delegate, participate in a forum at the Martin Luther King Jr. Memorial Library, Friday, May 29, 2026. (AP Photo/Gary Fields)]]></media:description><media:credit role="author" scheme="urn:ebu">Gary Fields</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ENPASEADHK6OL2KFZNT4PRUKWI.jpg?auth=e7c67680f701387bc31dd202ab07c565e45926f98423b9d679665e86fe37f66f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - District of Columbia Mayor Muriel Bowser attends a news conference following a shooting at the White House Correspondents' Association Dinner in Washington, April 25, 2026. (AP Photo/Allison Robbert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W3FARDAG2GAOW3PZS42CR34X5E.jpg?auth=779da3a0359f5c29b856a2b149d1303fc01b2fd0ad002c23e0630ba02885a180&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[As National Guard solider patrol, workers continue to apply a blue protective coating as part of a renovation project to the Lincoln Memorial Reflecting Pool, Friday, May 8, 2026, on the National Mall in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z5CR2HSYQ7XYG6K4EPTDK6INGA.jpg?auth=6396ed0505a180db5d33fe22297ee18cf1abf27a677c0f4860e2cd44d42169f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[National Guard members stand near the Lincoln Memorial on Tuesday, June 2, 2026, in Washington. (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/ZGLKZKQRKGUQGYAOA6J4H5MMFA.jpg?auth=2d9d8f284656c3cc1846e5361b2caddd71d22bf2bde8dbeed0f4e7b04af6507d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[National Guard members patrol in front of the Lincoln Memorial, Friday, May 8, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content></item><item><title><![CDATA[Family questions rescue efforts for Sherpa guide found alive on Everest]]></title><link>https://www.local10.com/news/world/2026/06/05/family-questions-rescue-efforts-for-sherpa-guide-found-alive-on-everest/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/05/family-questions-rescue-efforts-for-sherpa-guide-found-alive-on-everest/</guid><dc:creator><![CDATA[By BINAJ GURUBACHARYA, Associated Press]]></dc:creator><description><![CDATA[KATHMANDU, Nepal (AP) — A Sherpa guide who survived a week on the treacherous slopes of Mount Everest was recovering at a hospital in Nepal's capital on Friday, while his family angered by a delay in rescue efforts sought legal action against those responsible.]]></description><pubDate>Fri, 05 Jun 2026 11:38:52 +0000</pubDate><content:encoded><![CDATA[<p>KATHMANDU, Nepal (AP) — A Sherpa guide who survived a week on the treacherous slopes of Mount Everest was recovering at a hospital in Nepal's capital on Friday, while his family angered by a delay in rescue efforts sought legal action against those responsible.</p><p>Dawa Sherpa was found Thursday crawling in the snowy slopes around the Khumbu Icefall, just above Everest base camp, a week after he went missing. The 57-year-old was flown to a Kathmandu and reunited with his family. He was being treated for frostbite, dehydration and problems in his thighs but was stable and recovering, HAMS Hospital said in a statement.</p><p>His family said they were upset that the search had not begun earlier and filed a police case against Dawa's employer, the Kathmandu-based Himalayan Traverse company, and a complaint at the Department of Tourism, which handles mountaineering in Nepal.</p><p>“Action needs to be taken by the mountaineering department. It was negligence of the company that resulted in so much delay in starting rescue,” Dawa's nephew, Karma Gelje Sherpa, said. “If he had been a foreign climber, rescue would definitely have been organized much faster and prompt, but he happened to be an old Nepali.”</p><p>Himalayan Traverse could not be immediately reached for comment Friday.</p><p>Dawa was last seen around May 29 descending the mountain, but he did not reach base camp even though two other foreign climbers who were with him did. They were among the last climbers on the mountain as the climbing season came to an end and the route was dismantled.</p><p>Dawa's last location was a spot called Yellow Band above the Camp 3, which is located at 7,200 meters (23,622 feet). The base camp is at 5,300 meters (17,388 feet).</p><p>Dawa was last seen with British climber Chris Thrall and a Polish climber identified by local media as Mariusz Chmielewski. Thrall said in his Instagram post that he had to help the Polish climber down the mountain because he was in bad shape and had frostbites.</p><p>“He (Dawa) had been in death zone for 19 hours and at that point, a decision was made that we needed to descent through the Icefall,” he said earlier this week, explaining why he did not go up the mountain to look for Dawa.</p><p>When helicopters were finally sent to look for him, they could not find him.</p><p>It was not clear why the men were on the mountain when authorities had removed the ladders on the path on May 29.</p><p>Dawa's family had already given up hope and they were on the second day of a funeral ritual, which lasts for several days.</p><p>The team that spotted him was part of the Sagarmatha Pollution Control Committee, which lays the ladders and ropes on the route at the start of each climbing season and then removes the equipment and cleans up the site after climbers have left.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M7X34WDRF5OR7WYOLBIQTN6XAM.jpg?auth=f0d24a55b75cd35cb59b004843dd70bf4bcedc8aaca833c575dace038392dcfe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Medics take Dawa Sherpa, a mountain guide who had been missing for several days in the Everest region, for treatment after he arrived at HAMS Hospital in Kathmandu, Nepal, Thursday, June 4, 2026. (AP Photo/Niranjan Shrestha) CORRECTION: Corrects hospital name to HAMS not Grande]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KM5XWIUZCQUD6C3LNQ7KGN7KMM.jpg?auth=75cc982737b8a903d669440aa066ba7582d5ac8235ebc4afdbc50658b5f652ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Medics take Dawa Sherpa, a mountain guide who had been missing for several days in the Everest region, for treatment after he arrived at HAMS Hospital in Kathmandu, Nepal, Thursday, June 4, 2026. (AP Photo/Niranjan Shrestha) CORRECTION: Corrects hospital name to HAMS not Grande]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJ6ZOXB2OCOPTU4OF5JZOBJTYQ.jpg?auth=5437e6192456965afb8922aba0898a0874abe56f9d901378f0c161605f8f4a8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Medics take Dawa Sherpa, a mountain guide who had been missing for several days in the Everest region, for treatment after he arrived at HAMS Hospital in Kathmandu, Nepal, Thursday, June 4, 2026. (AP Photo/Niranjan Shrestha) CORRECTION: Corrects hospital name to HAMS not Grande]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RNFTH5B3DUEIF6FAEQ2R6T5GOI.jpg?auth=b8efc4fdc9a17eff5c2102b56ca710f31e3296e362815d2a13af67c0b23a036a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A helicopter carrying Dawa Sherpa, a mountain guide who had been missing for several days in the Everest region, arrives at HAMS Hospital in Kathmandu, Nepal, Thursday, June 4, 2026. (AP Photo/Niranjan Shrestha) CORRECTION: Corrects hospital name to HAMS not Grande]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content></item><item><title><![CDATA[Weekday Recap: Trending Stories on Local10.com]]></title><link>https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</link><guid isPermaLink="true">https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</guid><description><![CDATA[Here are the Top 10 stories that were trending on Local10.com this week.]]></description><pubDate>Fri, 01 Aug 2025 12:38:57 +0000</pubDate><content:encoded><![CDATA[<p>Here are the Top 10 stories that were trending on <a href="https://www.local10.com/">Local10.com</a> this week. </p><p><a href="https://www.local10.com/espanol/2026/05/08/resumen-de-la-semana-historias-de-tendencia-en-local10com/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/08/resumen-de-la-semana-historias-de-tendencia-en-local10com/">Leer en español</a></p><ul><li><a href="https://www.local10.com/news/local/2026/06/04/community-shaken-as-neighbors-mayor-remember-family-killed-in-doral-murder-suicide">Man killed ex-wife, 2 daughters before taking his own life in Doral, deputies say</a></li><li><a href="https://www.local10.com/news/local/2026/06/01/newly-released-video-shows-police-response-after-man-was-thrown-from-25th-floor-miami-beach-balcony">New video shows police respond after they say man thrown from 25th-floor Miami Beach balcony</a></li><li><a href="https://www.local10.com/news/local/2026/06/03/dirt-biker-dies-after-crashing-into-hearse-parked-outside-miami-dade-mortuary">Dirt biker dies after crashing into hearse parked outside Miami-Dade mortuary</a></li><li><a href="https://www.local10.com/food/dirty-dining/2026/06/01/steak-n-shake-n-rodent-issues-south-florida-restaurant-ordered-shut">Steak n’ Shake n’ rodent issues! South Florida restaurant ordered shut</a></li><li><a href="https://www.local10.com/news/local/2026/06/04/north-miami-beach-pool-worker-accused-of-pocketing-around-24k-in-duplicate-pay-from-city">North Miami Beach pool worker accused of pocketing around $24K in duplicate pay from city</a></li><li><a href="https://www.local10.com/news/local/2026/06/03/mdso-miami-dade-bus-driver-arrested-after-boy-6-found-alone-in-street">MDSO: Miami-Dade bus driver arrested after boy, 6, found alone in street</a></li><li><a href="https://www.local10.com/news/local/2026/06/03/irate-mother-caught-with-gun-at-miami-northwestern-cops-say">‘I got hands and bullets’: ‘Irate’ mother caught with gun at Miami Northwestern, cops say</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">Thousands of free World Cup tickets available for veterans, military members and first responders</a></li><li><a href="https://www.local10.com/news/local/2026/06/04/miami-dade-mayor-announces-leadership-shakeup-amid-fisher-island-fuel-depot-dispute">Miami-Dade mayor announces leadership shakeup amid Fisher Island fuel depot dispute</a></li><li><a href="https://www.local10.com/news/local/2026/06/02/miami-dade-teacher-appears-in-bond-court-to-be-fired-over-alleged-sexual-relationship-with-student">Miami-Dade teacher appears in bond court, to be fired over alleged ‘sexual relationship’ with student</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XRFY3TGIJJFCTHOPV7ITXPYVHM.png?auth=e9a67cf5fb2dc899eeb0bc14cfb588292199632c1d46fc8b9db7d827acb0fd33&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Case filed against Equatorial Guinea for sending US deportees to nations where they face persecution]]></title><link>https://www.local10.com/news/world/2026/06/05/case-filed-against-equatorial-guinea-for-sending-us-deportees-to-nations-where-they-face-persecution/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/05/case-filed-against-equatorial-guinea-for-sending-us-deportees-to-nations-where-they-face-persecution/</guid><dc:creator><![CDATA[By MARK BANCHEREAU and MONIKA PRONCZUK, Associated Press]]></dc:creator><description><![CDATA[DAKAR, Senegal (AP) — Rights lawyers filed a case against Equatorial Guinea before Africa’s top human rights body Friday, accusing the central African nation of forcing deportees from the United States back to their home countries in violation of their rights.]]></description><pubDate>Fri, 05 Jun 2026 12:34:35 +0000</pubDate><content:encoded><![CDATA[<p>DAKAR, Senegal (AP) — Rights lawyers filed a case against Equatorial Guinea before Africa’s top human rights body Friday, accusing the central African nation of forcing deportees from the United States back to their home countries in violation of their rights.</p><p>The filing asks the African Commission on Human and Peoples’ Rights, the main human rights body of the African Union, to order Equatorial Guinea to immediately halt any further deportations, transfers or removals and improve detention conditions. It also asks the body to grant compensation to people who already have been returned to their home countries.</p><p>The case is being brought by several rights groups, including the Global Strategic Litigation Council coalition, on behalf of 14 African migrants deported from the U.S. to Equatorial Guinea between November 2025 and April 2026.</p><p>Advocates call it a landmark case</p><p>The African Commission on Human and Peoples’ Rights can issue decisions and urgent measures, as well as refer cases to the Africa Court on Human and Peoples' Rights but these orders are not binding. Nonetheless, advocates say this is a landmark case that could exercise pressure on governments of African countries who have taken in deportees from the U.S.</p><p>It is the first of its kind in the region involving people who had legal protection from removal but were still sent to countries where they face persecution, said Beatrice Njeri, the Global Strategic Litigation Council's regional litigator for Africa.</p><p>In March, the commission had already allowed a suit challenging the unlawful and prolonged detention of third country deportees in the African kingdom of Eswatini to proceed.</p><p>A month later, Eswatini’s Supreme Court ruled that four of the men sent there could finally meet with a lawyer after they were denied in-person legal counsel for nine months while held at a maximum-security prison.</p><p>Under a series of often-secret agreements, the Trump administration has deported thousands of people to nearly two dozen countries that are not their own, advocates say, all part of the broad U.S. crackdown on immigration. Immigration lawyers said the Trump administration uses deportations to third countries as a legal loophole to indirectly force asylum seekers back to their home countries.</p><p>Equatorial Guinea is one of at least eight other African nations that the U.S. has struck third-country deportation deals with.</p><p>Deportees returned to countries where they face persecution</p><p>Last week, Equatorial Guinea authorities transferred six deportees to their country of origin in eastern Africa, which lawyers say amount to “chain refoulement,” the indirect return of people to places where they face persecution, despite legal protections by courts in the United States.</p><p>The lawyers said the migrants face political, religious and ethnic persecution in their home countries, as well as violence based on sexual orientation. Some had previously been arrested or detained by police or military there, and many had experienced torture and sexual violence. All had previously been protected by U.S. immigration judges from being sent back to their home countries under federal immigration law.</p><p>Upon arrival in their home country, two of the deportees later fled to another country and have gone into hiding.</p><p>Three others were returned to Equatorial Guinea after their country of origin refused to admit them because they lacked valid travel documents and had not been notified of their arrival.</p><p>The migrants were then sent back to Equatorial Guinea, where they remain in legal limbo.</p><p>“They have effectively been rendered stateless,” said Bella Mosselmans, director of the Global Strategic Litigation Council, describing the process as a “a cycle of hell.”</p><p>Equatorial Guinea is a key U.S. partner despite rights concerns</p><p>Under an opaque $7.5 million deal with Washington, at least 32 people were deported from the U.S. to Equatorial Guinea, which the top Democrat on the Senate Foreign Relations Committee, Jeanne Shaheen, has called “one of the most corrupt governments in the world.”</p><p>The Associated Press reported on the conditions of deportees who were forced back to their home countries. It also got exclusive access to a hotel turned into a prison for asylum seekers deported from the United States by Equatorial Guinea’s all-powerful president, Teodoro Obiang Nguema Mbasogo.</p><p>Equatorial Guinea is one of the richest countries in Africa thanks to its oil resources. It is also rife with corruption and human rights abuses, according to U.S. officials.</p><p>There are virtually no critical voices in Equatorial Guinea, where the government has been accused by rights groups and the U.S. State Department of detaining, torturing and even killing those that dare to speak out.</p><p>The country's largest foreign investors are U.S. businesses, and its military receives funding for training from the U.S. government.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SJ3PC6Z7AXBPCXP3LV2BCR54SE.jpg?auth=39f41b1dbe89431674545b433d46b5bccb1c57c1bae67899851b3bff9e005326&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Framed portraits of Equatorial Guinea President, Teodoro Obiang Nguema Mbasogo, displayed in an office setting in Malabo, Equatorial Guinea, Friday, April 24, 2026. (AP Photo/Misper Apawu)]]></media:description><media:credit role="author" scheme="urn:ebu">Misper Apawu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PJ2IUYL3OQYZHB3HSLF26WPHM4.jpg?auth=a417c32053dd36f0a24be26a853708c39e35749fc1be2f12e624707e31e7adb9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A view of Bamy Hotel where migrants are held in Malabo, Equatorial Guinea, Wednesday, April 22, 2026. (AP Photo/Monika Pronczuk) CORRECTION: date corrected to April 22, instead of May 13]]></media:description><media:credit role="author" scheme="urn:ebu">Monika Pronczuk</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YO4JLNKWEYZ4WWIUD6L7T2OUXA.jpg?auth=4fbd0388763405ee040374944c7c6f1b2609bd2b1a6bbe2babdaac7cca8a3027&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A street scene in Malabo, Equatorial Guinea, Saturday, April 25, 2026. (AP Photo/Misper Apawu)]]></media:description><media:credit role="author" scheme="urn:ebu">Misper Apawu</media:credit></media:content></item><item><title><![CDATA[Fishermen prepared for the longest red snapper season in recent memory. A court order stopped it]]></title><link>https://www.local10.com/tech/2026/06/05/a-fish-fight-off-florida-tests-trumps-drive-to-deregulate-americas-seas/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/05/a-fish-fight-off-florida-tests-trumps-drive-to-deregulate-americas-seas/</guid><dc:creator><![CDATA[By JOSHUA GOODMAN, HELEN WIEFFERING and SHELBY LUM, Associated Press]]></dc:creator><description><![CDATA[ST. AUGUSTINE, Fla. (AP) — Miles from shore, Chris Kemp pumps and reels as he battles a fish 150 feet below. Eventually, it gives up, and the 10-pound red snapper is hauled aboard the Jodie Lynn II.]]></description><pubDate>Fri, 05 Jun 2026 13:18:47 +0000</pubDate><content:encoded><![CDATA[<p>ST. AUGUSTINE, Fla. (AP) — Miles from shore, Chris Kemp pumps and reels as he battles a fish 150 feet below. Eventually, it gives up, and the 10-pound red snapper is hauled aboard the Jodie Lynn II.</p><p>There’s barely time to rejoice. As Kemp raises his trophy for a picture, the charter boat’s captain rushes over and then drives a knifelike tool into the fish’s gas-filled bladder. The procedure, required by federal law, is intended to improve the fish’s chances of survival after release.</p><p>“Send it overboard,” orders the captain. And with that, Kemp's hopes of bringing the fish home to eat was lost.</p><p>Recreational fishermen like Kemp are pitched against commercial fishermen and environmentalists in a legal dispute that has halted what was expected to be the longest snapper season in years, reflecting broader tensions over the Trump administration's efforts to loosen fishing rules and deregulate the seas.</p><p>As part of those efforts, the National Oceanic and Atmospheric Administration in May exempted states from some restrictions under the Magnuson-Stevens Act, the landmark law that guides fisheries management. But the decision was halted at the last minute by a federal judge in Washington who blocked the plan.</p><p>The Atlantic red snapper is known for both its fighting ability and popularity at the dinner table. After decades of overfishing, regulators in 2010 restricted recreational fishing to only a handful of days each year — when not banned altogether.</p><p>Starting last year, Florida Gov. Ron DeSantis led a charge with officials in Georgia, North Carolina and South Carolina to take over management of the recreational Atlantic snapper fishery, casting the effort as guaranteeing anglers’ “God-given right to fish.”</p><p>In May, NOAA issued special permits exempting the states from some legal requirements to protect fish. Instead of imposing wholesale fishing bans on bottom fishing each winter, as NOAA had proposed last year, the agency set up an Atlantic snapper season in four states ranging from 39 to 62 days, allowing anglers to keep one fish per day.</p><p>“We were excited,” said Kemp, who booked a charter to coincide with the season’s opening day.</p><p>Court battle pits recreational anglers against commercial fishermen</p><p>The conflict landed in court just before the season was about to begin May 22, and U.S. District Judge Rudolph Contreras issued an injunction based in part on environmental concerns. He relied on estimates from the nonprofit Ocean Conservancy suggesting recreational catches could reach up to 485,000 in Florida alone during the expanded season — 20 times the number of landed catch allowed.</p><p>Kemp learned about the judge's order from a text message sent by a friend while driving to the marina.</p><p>“Originally we thought it was a joke, given the severity,” said Kemp.</p><p>The ruling sparked immediate backlash. Florida wildlife officials denounced the decision as the work of a “rogue federal judge,” while some fishermen involved in the lawsuit reported receiving threats after DeSantis falsely accused them of trying to commandeer the quota all for themselves.</p><p>One of the plaintiffs, North Carolina fisherman Jeff Oden, said commercial fishermen are struggling to survive amid rising costs and competition from imported seafood. He worries that expanded recreational harvests could leave too few snapper available when the commercial season begins later this year.</p><p>“We’re vanishing,” Oden said. “You as a consumer, you’re the loser.”</p><p>Stock is rebounding but scientists urge caution</p><p>The dispute stems in part from disagreements over the health of the fishery. NOAA estimates that roughly one-quarter of released red snapper die, despite techniques designed to improve their survival like puncturing the bladder to reduce gases that build up in their bladder when pulled up, hindering them from returning to the ocean’s depths where they live.</p><p>Yet many fishermen argue the stock is thriving. Kemp’s group hooked about a dozen fish within 40 minutes of arriving to a reef off Florida’s coast.</p><p>“To be completely honest, we have never seen an unhealthy stock,” said Haley Stephens, who with her husband operates the Sea Spirit, a charter boat in Ponce Inlet, Florida.</p><p>Scientists counter that the abundance of younger fish is misleading and point to biological sampling that indicates most fish being caught haven’t reached the peak of their reproductive maturity.</p><p>“It’s tricky because this is a rebuilding fish stock,” said Meredith Moore, a program director at Ocean Conservancy. “So people out in the water are seeing more of the fish than they have seen in a long time, and so that gives them the sense that everything is great.”</p><p>NOAA declined to comment on the snapper dispute, citing ongoing litigation. However, it said that it is working with fisheries managers across the country “to better prioritize work around existing resources, explore efficiencies, and streamline operations” in accordance with the “Restoring American Seafood Competitiveness” executive order signed last year by President Donald Trump.</p><p>The judge, in his ruling, faulted Florida and the other states for declining to provide their own harvest projections. Officials, however, argued that existing federal estimates were unreliable and would eventually be replaced with improved state-collected data.</p><p>Oden said he understands the frustrations of recreational anglers but believes everyone must share the burden of conservation.</p><p>“There’s only so many fish to go around,” he said.</p><p>___</p><p>Wieffering reported from Washington. Serginho Roosblad contributed from Washington.</p><p>—-</p><p>The Associated Press receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ITLS37444EHWJ4GMKJNA2DV6X4.jpg?auth=22cef29f096ff60f7470815cf798c8c7741cd8a5942c0388d1ea052e0ccd6941&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chris Kemp holds up a red snapper he caught on the charter boat Jodie Lynn II, before releasing it back into the water miles off the coast of St. Augustine, Fla., on May 22, 2026. (AP Photo/Shelby Lum)]]></media:description><media:credit role="author" scheme="urn:ebu">Shelby Lum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BGFZDN4CVBDQFH3KCZBYVGESZI.jpg?auth=076b549d8b047834edb1d0f6386ce4baa46043423834d882378507ce272c67a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The hook is taken out of a red snapper caught on the charter boat Jodie Lynn II, before releasing it back into the water miles off the coast of St. Augustine, Fla., on May 22, 2026. (AP Photo/Shelby Lum)]]></media:description><media:credit role="author" scheme="urn:ebu">Shelby Lum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TRDWKNXHK2HFMJE5ROJ3ZNJVUI.jpg?auth=9682c7ea5835fb7ba33bc8e8e68d453630dfd90af0db64ab15872fa803460934&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A red snapper caught on the charter boat Jodie Lynn II is released back into the water miles off the coast of St. Augustine, Fla., on May 22, 2026. (AP Photo/Shelby Lum)]]></media:description><media:credit role="author" scheme="urn:ebu">Shelby Lum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P3G57NZ5BGZKIU6HIJW3PZTFQY.jpg?auth=c63e86874e15639164d4212f8dd330144894cd702a6474e04c12ead9e1690a04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A red snapper caught on the charter boat Jodie Lynn II, before it is released back into the water miles off the coast of St. Augustine, Fla., on May 22, 2026. (AP Photo/Shelby Lum)]]></media:description><media:credit role="author" scheme="urn:ebu">Shelby Lum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TWRA4ZZRJMX7O2EFQWK2OJK62M.jpg?auth=5e1b5a7857f8dec9cd58531e5a30b697acd0651177a046289d579d2290b99e6e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haley Stephens, who with her husband operates the Sea Spirit, a group charter boat in Ponce Inlet, Fla., on May 21, 2026. (AP Photo/Shelby Lum)]]></media:description><media:credit role="author" scheme="urn:ebu">Shelby Lum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GXEB2GHRTQBLSEFY3YEGGER6WE.jpg?auth=1bccfaf96cba97fbd835185499a23fd9f2ad76f2f1550c67495685e161b34f44&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Captain Tyler Usina uses a technique to vent a red snapper caught on the charter boat Jodie Lynn II, before it is released back into the water miles off the coast of St. Augustine, Fla., on May 22, 2026. (AP Photo/Shelby Lum)]]></media:description><media:credit role="author" scheme="urn:ebu">Shelby Lum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TZMPJYB6MSPGAOX4QN7HJAHF5Q.jpg?auth=6ba7991011880f69659e7740028e52b9c799c0a68f738f3b1085662b26649be2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal rules have limited the recreational fishing season for Atlantic red snapper to a few days a year. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin S. Vineys</media:credit></media:content></item><item><title><![CDATA[Man killed ex-wife, 2 daughters before taking his own life in Doral, deputies say]]></title><link>https://www.local10.com/news/local/2026/06/04/community-shaken-as-neighbors-mayor-remember-family-killed-in-doral-murder-suicide/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/04/community-shaken-as-neighbors-mayor-remember-family-killed-in-doral-murder-suicide/</guid><dc:creator><![CDATA[Hannah Yechivi, Jackie Pascale, Ryan Mackey]]></dc:creator><description><![CDATA[A man killed his ex-wife and their two young daughters before taking his own life in Doral earlier this week, Miami-Dade Sheriff’s Office homicide detectives confirmed Thursday.]]></description><pubDate>Thu, 04 Jun 2026 16:42:42 +0000</pubDate><content:encoded><![CDATA[<p>A man <a href="https://www.local10.com/news/local/2026/06/03/mdso-2-adults-2-children-found-dead-inside-doral-home/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/03/mdso-2-adults-2-children-found-dead-inside-doral-home/">killed his ex-wife and their two young daughters</a> before taking his own life in Doral earlier this week, Miami-Dade Sheriff’s Office homicide detectives confirmed Thursday.</p><p><a href="https://www.local10.com/espanol/2026/06/04/conmociona-a-comunidad-mientras-vecinos-y-alcalde-recuerdan-a-familia-muerta-en-homicidio-suicidio-en-doral/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/04/conmociona-a-comunidad-mientras-vecinos-y-alcalde-recuerdan-a-familia-muerta-en-homicidio-suicidio-en-doral/">Leer en español</a></p><p>Those killed have since been identified by MDSO as Ryan Charles Whiten, 42; Melanie Lauren Hyer, 46; and their biological daughters, Savannah Whiten, 11, and Sienna Whiten, 8.</p><p>According to investigators, detectives determined that Ryan Whiten co-parented the children with Hyer. Authorities said their investigation revealed that he killed the three family members before taking his own life. </p><p>Friends of Ryan Whiten and Hyer told Local 10 News that they had been divorced for years. </p><p>According to investigators, Doral police officers responded to a home in the gated Doral Isles community Tuesday night after a concerned family friend requested a welfare check. </p><p>Authorities said officers entered the home and found all four dead. Police confirmed they all had stab wounds on their bodies. </p><p>As the investigation continues, neighbors and parents in the community are struggling to come to terms with the killings. </p><p>“That is a tragedy,” said Anderina Zerpa, who lives nearby. “That is a worst nightmare for a parent.” </p><p>Zerpa said she was stunned to learn what happened so close to home.</p><p>“I live super close to their house and I didn’t even know,” she added.</p><p>Among those grieving is Doral Mayor Christi Fraga, who said she knew Hyer personally through their children’s school community.</p><p>“I said hi to her almost every morning (while) dropping off my child, my son,” Fraga said.</p><p>Fraga described Hyer as a parent who worked to bring families together.</p><p>“She’s the one that created the chat of all the moms to kind of go have lunches and stuff, and get together and build a community around our kids,” she added.</p><p>Fraga said she hopes the family is remembered for the positive impact they had on those around them rather than the circumstances of their deaths.</p><p>“We want to remember them by their bubbly personalities, their beautiful smiles and pray for their souls, pray for their families and for everyone that surrounded them that this will impact,” she added.</p><p>A representative for Downtown Doral Charter Schools previously confirmed that Savannah and Sienna were students at the school, where grief counselors have been made available to students and staff.</p><p>Loved ones are also focusing on remembering the victims’ lives.</p><p>Sandra Bermudez, CEO and founder of <a href="https://www.lucyproject.org/?gad_source=1&amp;gad_campaignid=20825397964&amp;gclid=CjwKCAjwxITRBhBYEiwA6mZm7QFDWMB1SyUDFOT8K2ZjQc3ywLh0ZvDdfIBWjBAuUikqOkz80vpXYRoCez0QAvD_BwE" target="_self" rel="" title="https://www.lucyproject.org/?gad_source=1&amp;gad_campaignid=20825397964&amp;gclid=CjwKCAjwxITRBhBYEiwA6mZm7QFDWMB1SyUDFOT8K2ZjQc3ywLh0ZvDdfIBWjBAuUikqOkz80vpXYRoCez0QAvD_BwE">The Lucy Project</a>, remembered Hyer as a dedicated mother who gave her time and energy to helping others.</p><p>“She fundraised and brought her energy,” Bermudez said of Hyde. “(She was) a mom that cared.” </p><p>Bermudez said Hyer was a real estate agent and supported South Florida nonprofit efforts, including literacy programs for children through The Lucy Project. </p><p>Her daughter Savannah also participated in the program and had dyslexia, according to those familiar with her involvement.</p><p>Virginia Talieh, a learning specialist who worked with Savannah and Sienna, told Local 10 News that she was expecting to work with both sisters in the summer. </p><p>“They had a wonderful contagious smile,” Talieh said. “Sienna was like a little Tasmanian devil, like all around all the places. Savannah was like a ray of sunshine. No child deserves anything like that.”</p><p>“I’ll miss them,” she added. “ I’ll miss them very much. I haven’t been able to delete them from my calendar for next week.”</p><p>Talieh says working with spelling tiles were one of Savannah’s favorite activities. </p><p>“She got a 100 percent on that spelling test after discovering the tiles,” Talieh added. “She came back with the tiles and I said, ‘You keep them. My present.’”</p><p>In the Doral neighborhood where the family lived, residents said they are grieving and planning to cancel a community event, choosing instead to gather in solidarity and reflection.</p><p>Fraga has also encouraged anyone experiencing domestic violence or mental health challenges to seek help. </p><p>Resources are available through the Miami-Dade State Attorney’s Office’s <a href="https://miamisao.com/our-work/victim-services/domestic-violence/" target="_self" rel="" title="https://miamisao.com/our-work/victim-services/domestic-violence/">domestic violence services program</a> and the <a href="https://www.cityofdoral.com/News-articles/DOH-Miami-Dade-Mental-Health-Resources" target="_self" rel="" title="https://www.cityofdoral.com/News-articles/DOH-Miami-Dade-Mental-Health-Resources">city of Doral’s mental health resources webpage.</a></p><p>MDSO Homicide Bureau detectives have taken over the investigation. </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[Sri Lanka nursing home worker says a ‘chained’ patient was among 13 fire victims]]></title><link>https://www.local10.com/news/world/2026/06/05/sri-lanka-nursing-home-worker-says-a-chained-patient-was-among-13-fire-victims/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/05/sri-lanka-nursing-home-worker-says-a-chained-patient-was-among-13-fire-victims/</guid><dc:creator><![CDATA[By KRISHAN FRANCIS, Associated Press]]></dc:creator><description><![CDATA[GALPATHA, Sri Lanka (AP) — One of the residents killed in a fire at an unregistered nursing home in western Sri Lanka had been chained, while another was untied and saved, a member of staff said on Friday.]]></description><pubDate>Fri, 05 Jun 2026 15:51:31 +0000</pubDate><content:encoded><![CDATA[<p>GALPATHA, Sri Lanka (AP) — One of the residents killed in a fire at an unregistered nursing home in western Sri Lanka had been chained, while another was untied and saved, a member of staff said on Friday.</p><p>“There were two who were chained,” said nursing home worker Danuja Chathuranga. “You only have to take your eyes away for one moment, they run away. One of them had gone one day with the chair he was tied (to) and was found entangled in a barbed wire fence. Another with sores in (their) legs was brought back from a muddy field.”</p><p>“Our intention was not to harm them. They were patients taking psychiatric treatment. If they run away or fall into a pit, well or get run over by a vehicle, we have to take that responsibility,” he added.</p><p>His comments came amid growing public outrage over the treatment allegedly meted out to the residents at the home in in Anguruwatota where 13 people are now known to have died in the blaze which started late Wednesday.</p><p>The nursing home for people with mental health conditions lay abandoned on Friday. Glasses cases, medicines and reclining chairs lay strewn around the burned-out shell in the small town about 55 kilometers (34 miles) southeast of the capital, Colombo.</p><p>The surviving residents have been moved to a nearby nursing home.</p><p>Video footage by The Associated Press showed the building gutted with its charred furniture and equipment. Bodies lay nearby.</p><p>Local television channels showed image of firefighters, police and residents trying to contain the raging fire. Police and soldiers put those rescued on buses to be taken to a safe location.</p><p>According to police, 71 people were staying at the home at the time of the fire, of which 50 were rescued by neighbors, firefighters and police. Seven other remain in hospital.</p><p>Chathuranga said it is thought the fire was caused by an electric short circuit in a wiring attached to a water pump.</p><p>“The fire initially caught a pile of mattresses and pillows and then quickly spread across the house,” he said, adding that the majority of the residents were rescued, but 10 people were caught in the fire and burned to death. Three others have since died in hospital.</p><p>The director of the home has been arrested on suspicion of causing deaths through negligence. He appeared before a court on Thursday and was ordered to be detained for a week pending an investigation.</p><p>Chathura Mihudum, director of Sri Lanka's National Secretariat for Elders, said the facility was not registered as a nursing home and had been warned to follow laws and guidelines. He said it was overcrowded, with enough beds for about 15 people in a space where 71 people were living.</p><p>Government officials had previously visited the institution and had instructed the management to follow laws, he said, without elaborating.</p><p>Amala Rajapaksa, an administrator at the nursing home, said the institution was in the process of being registered as requested by government officials.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LKBSKC4P3PSSKCNFLE3FFSDQ3U.jpg?auth=fb8af83b3f02852673085bc1c7743f4905ecb9fdd919676105fbbab6e15eea24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A resident looks at his family members as he sits inside his dormitory at a nursing home in Anguruwatota, Sri Lanka, Friday, June 5, 2026. (AP Photo/Eranga Jayawardena)]]></media:description><media:credit role="author" scheme="urn:ebu">Eranga Jayawardena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C5KDSHNFUOBR6ZJKF3VKGDL3MU.jpg?auth=ddf159ddc0f7985e44ba06e6688afee037e61d8d4ebb9bb1bb763584a5234119&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A remnants of a charred bed is seen following a fire at a nursing home in Anguruwatota, Sri Lanka, Friday, June 5, 2026.(AP Photo/Eranga Jayawardena)]]></media:description><media:credit role="author" scheme="urn:ebu">Eranga Jayawardena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QKJMA5B2BY2AC75Z3BOM6LQ5YU.jpg?auth=6c1f2ed07b9495f8fe7ac5f0c7ebe53dd85f099ccc1032cd8af635262d87cb22&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The mother of a resident stands outside a dormitory at a nursing home in Anguruwatota, Sri Lanka, Friday, June 5, 2026. (AP Photo/Eranga Jayawardena)]]></media:description><media:credit role="author" scheme="urn:ebu">Eranga Jayawardena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EN67H5W2UB5FFMLIGVSAS4AMTQ.jpg?auth=3efbd1d9ad0ffd8437e87c5b53cdecd8e2752c1ecf24c92617222a21958f6212&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A resident looks outside from his dormitory at a nursing home in Anguruwatota, Sri Lanka, Friday, June 5, 2026.(AP Photo/Eranga Jayawardena)]]></media:description><media:credit role="author" scheme="urn:ebu">Eranga Jayawardena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YF52TVYOA7IS36CP7B5WL5T6AQ.jpg?auth=6ff957efd19c3bf3d919707f58b8a18cbd704522d6fffadb17af7033fc3a12aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Villagers walk checking debris of the charred nursing home in Anguruwatota, Sri Lanka, Friday, June 5, 2026.(AP Photo/Eranga Jayawardena)]]></media:description><media:credit role="author" scheme="urn:ebu">Eranga Jayawardena</media:credit></media:content></item><item><title><![CDATA[4 years running, Southern Baptists weigh tightening ban on churches with women pastors]]></title><link>https://www.local10.com/news/national/2026/06/05/4-years-running-southern-baptists-weigh-tightening-ban-on-churches-with-women-pastors/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/05/4-years-running-southern-baptists-weigh-tightening-ban-on-churches-with-women-pastors/</guid><dc:creator><![CDATA[By PETER SMITH, Associated Press]]></dc:creator><description><![CDATA[When Southern Baptists gather Tuesday in Florida for their annual meeting, they'll debate for the fourth year in a row whether to formally ban churches with a woman serving in any role resembling that of pastor — not just the top job.]]></description><pubDate>Fri, 05 Jun 2026 11:01:56 +0000</pubDate><content:encoded><![CDATA[<p>When Southern Baptists gather Tuesday in Florida for their annual meeting, they'll debate for the fourth year in a row whether to formally ban churches with a woman serving in any role resembling that of pastor — not just the top job.</p><p>One thing they are unlikely to debate is the politics of many Southern Baptists, the vanguard of broader white conservative evangelical support for President Donald Trump.</p><p>Officials for the Southern Baptist Convention, the nation's largest Protestant denomination, say more than 11,000 church representatives have preregistered for the two-day meeting in Orlando.</p><p>Revisiting a ban on churches with women pastors</p><p>In the previous three annual meetings, a majority of representatives voted to amend the SBC constitution to ban churches with women in any pastoral role. But the measures failed to get a two-thirds supermajority in two consecutive years that is required to pass an amendment.</p><p>The denomination’s statement of belief, the Baptist Faith and Message, declares that the office of pastor is limited to men. While nonbinding on churches, this has prompted the SBC to expel some churches with women in leading pastoral roles. Now the focus is those who preach or serve in subordinate pastoral roles.</p><p>This year, an amendment proposed by Albert Mohler, president of The Southern Baptist Theological Seminary, would exclude any church that acts “to affirm, appoint, or endorse a woman serving in the office or function of a pastor/elder/overseer, specifically preaching to the assembled congregation.”</p><p>Mohler noted the debate has consumed too much time and attention. “Clarity in the constitution would settle that,” he said.</p><p>The outgoing SBC president, Clint Pressley, supports the amendment, as do both candidates running to succeed him.</p><p>Another nonbinding resolution with similar language will be considered. It requires only a simple majority to pass.</p><p>As an association of independent congregations, the SBC can’t tell them what to do. But it can expel any church deemed not to be in “friendly cooperation.” The convention has ousted churches in recent years that appointed women to top pastoral positions or asserted the right to do so. But the status of churches with female assistant pastors is still debated.</p><p>On his own podcast, Mohler recently said it would even be a “problem” for a church podcast to include a woman answering questions about that week’s sermon.</p><p>Array of issues queued up for debate</p><p>That view drew pushback online, including from prominent Bible teacher Beth Moore, who left the SBC after she faced criticism for advocating for victims of sexual abuse and criticizing evangelical support for Trump despite such things as his crude sexual boasts.</p><p>“How in heaven’s name a woman discussing a sermon on a podcast could be objectionable to some is beyond me and what I believe to be beyond scripture,” she posted on X.</p><p>She added later: “Which has been the greater problem: women trying to become your senior pastors or pastors misusing or abusing women?”</p><p>Amy Sims, associate pastor of preschool and children at Sugarland Baptist Church in Sugarland, Texas, described a now-yearly contrast of preparing for vacation Bible school just as Southern Baptists are debating women's ministry.</p><p>“I preach. I teach. I disciple children and families,” she wrote on the independent site Baptist News Global. “I walk with parents through crises. I visit hospitals. I help lead people to faith in Christ. I perform baptisms. ... I serve now at a church that is beautifully supportive of my work and calling as a woman and pastor.”</p><p>Every June, Sims added, "there are those who seem determined to remind me they do not believe God could have called me to do the very work I am doing.”</p><p>Even as the convention's membership shrinks, the annual meeting serves as a bellwether for religious and political trends among evangelicals. And as is typical, the biggest attention will be on whether the already-conservative SBC decides to move further rightward.</p><p>The upcoming meeting follows the release of internal statistics showing a continuation of a nearly two-decade-long decline in membership. It’s down to 12.3 million, the lowest since 1973.</p><p>Southern Baptists have, however, seen a bump in baptisms. They consider this a key spiritual vital sign because it measures conversions, though the increase is not enough to stem the overall decline.</p><p>Southern Baptists will consider other policy statements. One proposed resolution calls for humane treatment of immigrants and rejecting nativistic and dehumanizing rhetoric while also affirming the government's responsibility for immigration enforcement.</p><p>Another denounces antisemitic violence and conspiracy theories, notably those arising since the Oct. 7, 2023, Hamas attack on Israel. At the same time, the resolution affirms Southern Baptists' hope for Jews' conversion to Christianity.</p><p>In 1996, an SBC resolution called for the evangelization of Jews, prompting major Jewish leaders to call it a setback for interfaith relations.</p><p>Baptists' long ties to conservative politics</p><p>Beyond denominational politics, the majority-white SBC is a core part of the wider, predominately white evangelical constituency that has coalesced behind Trump. Prominent Southern Baptists say they see little change in that.</p><p>They like Trump’s official policy recognizing only two, biologically determined genders, though they worry about his administration’s moderation on abortion. Baptist leaders have largely supported his war against Iran, but were quick to move on from Trump’s posting in April of a social media meme they deemed to be blasphemous.</p><p>Trump won the support of about 8 in 10 white evangelical Christian voters in 2020 and 2024, according to AP VoteCast, a large voter survey.</p><p>About two-thirds of white born-again Protestants approved of Trump’s overall performance in April, compared to about one-third of U.S. adults overall. That’s according to survey findings from The Associated Press-NORC Center for Public Affairs Research.</p><p>Mohler said evangelicals were widely appalled at the Trump social-media meme depicting himself as a healing savior.</p><p>“You had the vast majority of evangelicals saying this is fundamentally wrong,” Mohler said. But that's “within the context of the fact that overwhelmingly evangelicals supported President Trump as president."</p><p>Robert Jeffress, senior pastor of the large First Baptist Church in Dallas and a longtime Trump supporter, said he appreciated that the president “had enough sensitivity to remove” the meme after the backlash.</p><p>Emphasizing that he was speaking for himself and not his church or the SBC, Jeffress added that he supported Trump's creation of a Religious Liberty Commission, where Jeffress testified about what he contended was unfair scrutiny of his church by the IRS.</p><p>Jeffress also supported Trump's decision to go to war against Iran, saying a president has “not only the right but the God-given duty to protect our nation.”</p><p>Mohler agreed, but sought to temper expectations. He said he supported past wars in Iraq and Afghanistan but now realizes that some of their objectives, such as nation-building, were not realistic. A just war needs “limited and honest aims,” he said.</p><p>Dwight McKissic, senior pastor of Cornerstone Baptist Church in Arlington, Texas, has criticized fellow Southern Baptist leaders for both their political slant and their gender focus.</p><p>The Black pastor posted on X that the SBC and its theologians have been wrong about issues ranging from slavery and segregation to the mistreatment of sexual-abuse survivors.</p><p>“And now they expect us to just blindly trust them on gender theology and women in ministry issues?" McKissic wrote.</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/34THBMED32Q6DA2ATIFHDERDBA.jpg?auth=bb780fc56905800316d28027d29e46ed5b0e940fb9bfb80dc9d11c3123335e0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Messengers attending the Southern Baptist Convention participate in worship during the 2025 SBC Annual Meeting, June 10, 2025, in Dallas. (AP Photo/Richard W. Rodriguez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard W. Rodriguez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TWYWJLDMO7JHRFQIQ3POO7I2AI.jpg?auth=731ae1d0e9b32ab43eb0b652eec4fdde410f0f1881dd272521ddd001447f088d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A messenger attending the Southern Baptist Convention participates in worship during the 2025 SBC Annual Meeting, June 10, 2025, in Dallas. (AP Photo/Richard W. Rodriguez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard W. Rodriguez</media:credit></media:content></item><item><title><![CDATA[June 5: Drier air moves into South Florida]]></title><link>https://www.local10.com/weather/2026/06/05/june-5-drier-air-moves-into-south-florida/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/05/june-5-drier-air-moves-into-south-florida/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[We’ll be able to put our umbrellas away for a couple of days and break out the sunglasses!]]></description><pubDate>Fri, 05 Jun 2026 11:01:52 +0000</pubDate><content:encoded><![CDATA[<p>We’ll be able to put our umbrellas away for a couple of days and break out the sunglasses! Drier air is moving in with that pesky front that got us all the rain this week far enough to our south now to give us a break from the rain. That front is expected to turn around and move back in as early as Sunday with rain chances going up again heading into next week, so enjoy this little break the next couple of days! More sunshine means warmer temperatures so look for highs near 90 degrees by the weekend. Northeast winds gusting to 20 mph will keep the high risk of rip currents going through at least tomorrow, so be careful if you’re swimming at the beaches.</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[Lebanese leaders lash out at Iran and say their country should not be used as a 'bargaining chip']]></title><link>https://www.local10.com/news/world/2026/06/05/israel-strikes-southern-lebanon-after-evacuation-warnings-to-several-villages/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/05/israel-strikes-southern-lebanon-after-evacuation-warnings-to-several-villages/</guid><dc:creator><![CDATA[By FADI TAWIL and HUSSEIN MALLA, Associated Press]]></dc:creator><description><![CDATA[DIBBINE, Lebanon (AP) — Lebanon’s president and prime minister criticized Iran on Friday for rejecting 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.]]></description><pubDate>Fri, 05 Jun 2026 17:11:25 +0000</pubDate><content:encoded><![CDATA[<p>DIBBINE, Lebanon (AP) — Lebanon’s president and prime minister criticized Iran on Friday for rejecting 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>The comments by the country's leaders came as 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 three-month war. The strikes killed nine people in six locations in southern Lebanon, the state news agency reported.</p><p>Addressing a statement issued a day earlier by Iran's Revolutionary Guard, Lebanese President Joseph Aoun said: “It’s not your job to interfere into our country. I reject the statement totally because our people (are) being killed, our houses being destroyed.”</p><p>Iran, he told CNN, is “using Lebanon as a bargaining chip in their negotiations with the United States.”</p><p>In separate remarks, Prime Minister Nawaf Salam called on the Lebanese people to put the interest of their country first, saying that Lebanon "should not remain a battlefield for others.” He added that Iran should stop dealing with southern Lebanon and its people as “a bargaining chip to improve the conditions of its negotiations.”</p><p>Latest ceasefire seeks to pull Lebanon away from Iran</p><p>Iran has demanded that any lasting truce should extend to Lebanon. The Revolutionary Guard statement said “there will be no calm in the region if the Zionists don’t withdraw from occupied Lebanese territories.”</p><p>The ceasefire deal has also been rejected by the Iranian-backed Hezbollah militant group, which demanded a complete Israeli withdrawal from Lebanon. The Lebanese government accuses Hezbollah of dragging the country into war and had made efforts to disarm it before the latest hostilities.</p><p>The U.S.-brokered agreement that was reached Wednesday in Washington sought to pull Lebanon away from Iran with a statement that any agreement to cease hostilities must be reached directly through Lebanon and Israel “and not through any separate track.”</p><p>Aoun said Hezbollah should also understand that negotiations and diplomacy are the only way “to save what’s left” of Lebanon.</p><p>Speaking at a meeting at government headquarters in Beirut, Salam said: “Let me be clear in front of you. The people of south Lebanon are not part of the war between Iran and America.”</p><p>Meanwhile, the new evacuation warnings forced hundreds of Lebanese families to flee the village of Anqoun and the area of Aarnaya, on the edge of the predominantly Christian community of Maghdoucheh, near the southern port city of Sidon. Elsewhere, people began to return to their homes to survey the aftermath of fighting between Israeli forces and the Hezbollah militant group.</p><p>Some villages are in ruins</p><p>Wide parts of the south have already been devastated by the war. An Associated Press team traveling in the south Friday saw multiple villages in ruins, including Dibbine, near Marjayoun town, from which Israeli troops withdrew a day earlier.</p><p>It was the first time Israeli troops pulled out of an area in southern Lebanon since the latest Israel-Hezbollah war began in early March. U.N. peacekeepers and Lebanese troops were at an entrance of Dibbine, clearing rubble and opening roads.</p><p>The Lebanese army set up barbed wire at one of the entrances, preventing some residents from returning.</p><p>At least one family arrived to search the rubble of its home along the road leading to the village, while the owner of a petrol station in Dibbine looked at his destroyed property and called village residents to report on the destruction he saw from behind the barbed wire.</p><p>Shrapnel and pieces of missiles were seen in the rubble of homes lining the road into Dibbine. Israeli troops entered the village weeks ago for the first time and were engaged in heavy clashes with Hezbollah fighters in the area. The troops returned this week, before withdrawing Thursday.</p><p>The road to Dibbine was dotted with villages entirely emptied of residents and destroyed by Israeli strikes, including Khiam. But no Israeli troops were visible from the road.</p><p>Nearby Christian villages were largely untouched, and many of their residents decided to stay. The strategic Beaufort castle, recently captured by Israel, appeared in the distance, with a flag of the Israeli Golani Brigade. Smoke from strikes around the nearby Nabatiyeh city billowed above.</p><p>Nearly three hours after Friday’s evacuation warnings were issued by the Israeli military’s Arabic spokesperson, Israeli warplanes struck the Lebanese villages, including Anqoun. About 2,500 people displaced by the fighting were sheltering in Anqoun, the Lebanese news agency NNA reported.</p><p>Israel had warned Lebanese residents against returning to villages in the south, saying the area is still a combat zone.</p><p>Parliament speaker makes first comments since ceasefire deal</p><p>Lebanese Parliament Speaker Nabih Berri, a strong ally of Hezbollah who has been acting as a mediator on behalf of the group, echoed the militants' demands for a broad Israeli withdrawal. In his first comments since the agreement was announced Wednesday in Washington, Berri said that he accepts Hezbollah’s withdrawal from the areas south of the Litani River as long as it coincides with the withdrawal of Israeli troops from southern Lebanon.</p><p>The river, about 30 kilometers (20 miles) north of the border with Israel, forms the boundary of a 2006 U.N.-established buffer zone in which Hezbollah is banned. Israeli troops have pushed far past the river into southern Lebanon.</p><p>Berri added in a written statement that the ceasefire should be “complete and comprehensive,” without any exceptions for land, sea or air, and “without bulldozing and demolishing everything that exists.” He was referring to wide areas that have been demolished by Israeli troops.</p><p>US forces board tanker linked to Iran</p><p>The war in Lebanon, where Israeli forces have seized large swaths of the south since March 2, threatens efforts to end the Iran war and reopen the Strait of Hormuz, a globally important conduit for oil, natural gas, fertilizer and other commodities.</p><p>Israeli Prime Minister Benjamin Netanyahu, who faces elections later this year, wants to press ahead with Israel’s offensive until Hezbollah no longer poses a threat.</p><p>In Iran-related developments, American forces boarded a sanctioned oil tanker linked to the Islamic Republic in the Indian Ocean, the U.S. military said Friday.</p><p>U.S. Indo-Pacific Command posted on X that the forces boarded the MT Davina, without offering details. U.S. forces around the world have sought to prevent Iran from profiting off its oil and other goods. They have been directed to stop ships tied to Tehran or those suspected of carrying supplies that could help its government.</p><p>The U.S. Navy has imposed a blockade of Iran’s ports as part of an effort to force Tehran to open the strait and accept a deal to extend a tenuous ceasefire in the war.</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.</p><p>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><p>___</p><p>Associated Press writers Bassem Mroue in Beirut and Ben Finley in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J4M7VP43JU5T5XZ5YUFB426A7Q.jpg?auth=7279ea5375e304a92854f083d4af1a1a293a176824a2a2db312be444bac1611a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A bulldozer for the Spanish U.N peacekeeper opens a road in front of a house that was destroyed in the recent clashes between Hezbollah fighters and Israeli troops in Dibbine village, southeast Lebanon, Friday, June 5, 2026, a day after Israeli forces withdrew. (AP Photo/Hussein Malla)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RCKKORM3TFGVJDVXQJFNKEPMLA.jpg?auth=5e18cd938bb4246b4f4f3eddf8e7db6c17d99b1f0468211b0a643ca3fee9bb29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lebanese soldiers deploy at a road in front of destroyed houses in Dibbine village, southeast Lebanon, Friday, June 5, 2026, a day after Israeli forces withdrew following clashes with Hezbollah fighters. (AP Photo/Hussein Malla)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RQCDHE2QGSIVIQHAAWNGW5BFFQ.jpg?auth=f8739f9de5cd18af4ce836b1d507b2362e5465528a9177ac02bde781d4215005&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Lebanese soldier gestures in front of a Spanish U.N peacekeeper vehicle Dibbine village, southeast Lebanon, Friday, June 5, 2026, a day after Israeli forces withdrew following clashes with Hezbollah fighters. (AP Photo/Hussein Malla)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2OTHCKXIG5SXP4TUH32TAO4PUU.jpg?auth=178a0c0ac7902823e88b0c44c8c608fdccfc7d79cfde52aa657dda2661519c4b&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><media:content url="https://www.local10.com/resizer/v2/5ZTTU3K6DW3BGUFRSE6XRLAGPU.jpg?auth=f32fefded49234de165d4bbdda7bf2b89de5231899b8d827bc61956a46cde258&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spanish U.N peacekeepers deploy at a road in Dibbine village, southeast Lebanon, Friday, June 5, 2026, a day after Israeli forces withdrew following intense clashes with Hezbollah fighters. (AP Photo/Hussein Malla)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content></item><item><title><![CDATA[A Ukrainian maritime drone explodes at a Romanian Black Sea port. No injuries reported.]]></title><link>https://www.local10.com/news/world/2026/06/05/a-ukrainian-maritime-drone-explodes-at-a-romanian-black-sea-port-no-injuries-reported/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/05/a-ukrainian-maritime-drone-explodes-at-a-romanian-black-sea-port-no-injuries-reported/</guid><dc:creator><![CDATA[By STEPHEN McGRATH and VADIM GHIRDA, Associated Press]]></dc:creator><description><![CDATA[CONSTANTA, Romania (AP) — A Ukrainian maritime drone that was being used in the country's war against Russia exploded Friday at a Black Sea port in Romania, while three other sea drones exploded outside the port, Romanian authorities said. No one was hurt.]]></description><pubDate>Fri, 05 Jun 2026 14:15:06 +0000</pubDate><content:encoded><![CDATA[<p>CONSTANTA, Romania (AP) — A Ukrainian maritime drone that was being used in the country's war against Russia exploded Friday at a Black Sea port in Romania, while three other sea drones exploded outside the port, Romanian authorities said. No one was hurt.</p><p>The drone that self-detonated in the port of Constanta occurred at around 10:30 a.m., after the area had been secured and isolated by the Romanian Intelligence Service, coast guard and the Defense Ministry, authorities said.</p><p>“Immediately after identifying the drone, the Ministry of Defense contacted its Ukrainian counterparts, who confirmed that they had lost control of the operation of four drones,” the Romanian government said in a statement. “The other three drones self-detonated — two offshore and the third outside the port.”</p><p>“Confirmation of these events came from both the Ukrainian side and from data obtained by the Romanian authorities,” it added.</p><p>Romanian President Nicusor Dan said in a statement online that the Ukrainian forces “lost control of the assets as a result of electronic warfare actions" by Russia,” likely jamming, and that the drone's incursion into “Romanian sovereign space is a direct consequence of the war waged by Russia” against Ukraine.</p><p>The Ukrainian Navy confirmed in a statement that it had lost control of an unmanned naval boat “while performing tasks in the Black Sea operational zone,” and that its military was in contact with Romanian authorities "to prevent losses among the civilian population.</p><p>Raed Arafat, the head of Romania's Department for Emergency Situations, told a news conference Friday morning that helicopters had been deployed to search for more drones and that the authorities had issued text message alerts to residents.</p><p>“There is a possibility that there may be other drones,” he said. “We are not panicking. These are preventive measures. If there are other drones, we want to make sure there is not another explosion in an area where people are not evacuated.”</p><p>After the port explosion, more than 1,300 people were evacuated from several Black Sea beaches and the routes leading to them were temporarily blocked. Just before 3 p.m., the emergency authorities announced they had suspended evacuation measures.</p><p>The incident occurred a week after a Russian aerial drone that was part of an attack on Ukraine went astray and struck an apartment building in Romania’s eastern Danube port city of Galati, injuring two people in the NATO member country.</p><p>The Russian Embassy in Bucharest accused Romania on Friday of intentionally releasing “incomplete information” regarding the drone's origin, and said “three other similar drones” belonging to Ukraine were drifting toward Romanian territorial waters.</p><p>“These are Ukrainian unmanned maritime vehicles, used by the Kyiv regime to commit terrorist acts against civilian ships and to create threats to the safety of navigation in the Black Sea,” the embassy said. “Any attempts to associate, directly or indirectly, these drones with Russia and to assign it responsibility for the incident are without any reason.”</p><p>The two incidents are some of the latest in a series of drone incursions — from both Russia and Ukraine — to hit NATO members since Moscow launched its full-scale invasion of Ukraine in February 2022.</p><p>A month ago, Greece made a formal complaint to the Ukrainian government after a military sea drone carrying explosives was discovered off a Greek island. Greece determined that it was Ukrainian-built. Greek Defense Minister Nikos Dendias called it “an extremely serious issue," and the complaint was forwarded to both NATO and the EU.</p><p>Romanian forces destroyed another maritime drone in the Black Sea on Wednesday. Since the beginning of the war next door, the Defense Ministry said that the Romanian navy has neutralized nine of the 156 sea mines in the Black Sea basin.</p><p>For its part, the European Union was giving “full solidarity and support to Romania,” European Council President António Costa said Friday.</p><p>“The EU condemns the repeated violations of airspace of Member States and reaffirms its unwavering commitment to the security of all Member States,” he said in an online statement Friday. “This is the third significant security incident in Romania in recent weeks. These incidents are a direct consequence of Russia’s war of aggression against Ukraine.”</p><p>___</p><p>McGrath reported from Leamington Spa, England. Sam McNeil in Brussels and Derek Gatopoulos in Athens, Greece, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6MLS6TKCV3MNOK7ZBDUAWKGRLE.jpg?auth=9b354951e5f19bb629420b250e3d7d3789d0285bd92db58de4a4c1439bc97bd3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo taken from video provided by OBSERVATOR ANTENA 1, an explosion of sea drone is seen in Constanta port, Romania, Friday, June 5, 2026. (OBSERVATOR ANTENA 1 via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/P3IHN4XE4OWKQNVZTAUGGHTKFE.jpg?auth=5250ac56ab7dd868498bb49249f8841eaea697cc17da0159fb03a43ed1f7958f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo taken from video provided by OBSERVATOR ANTENA 1, smoke rises after an explosion of sea drone is seen in Constanta port, Romania, Friday, June 5, 2026. (OBSERVATOR ANTENA 1 via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/C7OOAUH57PKKL77UAYECFA2HD4.jpg?auth=75e945a63b235121603a5f2020ef848c9e0209fceb6a3c7e3ae899c68c023d33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo taken from video provided by OBSERVATOR ANTENA 1, an explosion of sea drone is seen in Constanta port, Romania, Friday, June 5, 2026. (OBSERVATOR ANTENA 1 via AP)]]></media:description></media:content></item><item><title><![CDATA[Shakira and Burna Boy to play in first of three World Cup opening ceremonies]]></title><link>https://www.local10.com/entertainment/2026/06/05/shakira-and-burna-boy-to-play-in-first-of-three-world-cup-opening-ceremonies/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/05/shakira-and-burna-boy-to-play-in-first-of-three-world-cup-opening-ceremonies/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[Shakira and Burna Boy will perform in Mexico City for the first of three opening ceremonies at the World Cup.]]></description><pubDate>Fri, 05 Jun 2026 10:06:33 +0000</pubDate><content:encoded><![CDATA[<p>Shakira and Burna Boy will perform in Mexico City for the first of three opening ceremonies at the World Cup.</p><p>The music stars will perform Dai Dai, the official song for the tournament, ahead of the opening game between co-host Mexico and South Africa on Thursday.</p><p>FIFA has planned opening ceremonies for each host nation, with curtain-raisers ahead of games in the United States and Canada as well.</p><p>World soccer’s governing body has revealed the line-up for the show in Mexico, which also includes Alejandro Fernández, Belinda, Danny Ocean, J Balvin, Lila Downs, Los Ángeles Azules, Maná and Tyla. It said more artists would be announced for the ceremonies in the U.S. and Canada.</p><p>Alanis Morissette and Michael Bublé headline in Toronto on June 12 ahead of Canada vs. Bosnia and Herzegovina.</p><p>Later that day Katy Perry, global pop star LISA, Nigerian Afrobeats star Rema, Brazilian pop artist Anitta, and hip-hop artist Future are performing in Los Angeles before the U.S. faces Paraguay.</p><p>The trio of shows is being created by Italian producer Marco Balich, who was behind the spectacular opening ceremony for this year’s Milan Cortina Winter Olympics. Each show will be held about 90 minutes before kickoff.</p><p>Shakira is also among headliners performing at a Super Bowl-style halftime show for the World Cup final along with Madonna and boy band BTS.</p><p>Diana Ross performed at the opening ceremony in Chicago when the World Cup was last held in the U.S. in 1994 and famously missed a penalty kick as part of the show.</p><p>The song Dai Dai aims to raise $100 million in support of the FIFA Global Citizen Education Fund.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TNRUKKYLQOJACQ2IAAXFRH2XMI.jpg?auth=1068a768c60767d24eeffda1816c1ff49d14d4d43155a86267994439c83685e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shakira enters for a panel on the 2026 FIFA World Cup soccer tournament halftime show at the Global Citizen NOW summit, Thursday, May 14, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/25TJHXOHKYUEIZDMJR5AVD2CRI.jpg?auth=45fc2fd6edde84a8a5198bb165e8715070a65f0e1bce8eb6640d208b674cb6c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shakira performs during the Global Citizen Festival in New York on Sept. 27, 2025, left, and Burna Boy performs during the Glastonbury Festival in Somerset, England, on June 30, 2024. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/A5RNWUK3QREUTQLGZPT2VC53E4.jpg?auth=341c8d29fc5bf34926cb8699b379800cf84c9ede2d30e20f467a485bfa2d82ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shakira speaks on a panel on the 2026 FIFA World Cup soccer tournament halftime show during the Global Citizen NOW summit, Thursday, May 14, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TVEDF4IJBF3IQAT7N24QETILBY.jpg?auth=4549396735dafc4680d4c0967718a77a03ccfd2dfc1e2955e78308eaffd7e324&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Colombian singer Shakira rehearses a day ahead of her free concert on Copacabana beach in Rio de Janeiro, on May 1, 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[Former Prince Andrew made money subletting cottages on his rent-free estate, report shows]]></title><link>https://www.local10.com/entertainment/2026/06/05/former-prince-andrew-made-money-subletting-cottages-on-his-rent-free-estate-report-shows/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/05/former-prince-andrew-made-money-subletting-cottages-on-his-rent-free-estate-report-shows/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — The former Prince Andrew made money by subletting three cottages on the estate where he lived rent-free for two decades, according to a report on the royal family’s properties released Friday by the U.K. public spending watchdog.]]></description><pubDate>Fri, 05 Jun 2026 09:43:33 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — The former Prince Andrew made money by subletting three cottages on the estate where he lived rent-free for two decades, according to a report on the royal family’s properties released Friday by the U.K. public spending watchdog.</p><p>It also disclosed that his daughters, Princess Beatrice and Princess Eugenie, live in rent-controlled palace properties paid for by their uncle, King Charles III.</p><p>The National Audit Office report said Andrew Mountbatten-Windsor received income from renting out the cottages on the Royal Lodge estate, his home near Windsor Castle for more than 20 years. A lease for Royal Lodge signed in 2003 shows he paid only a nominal fee known as a “peppercorn rent” for the property, which included a 30-room mansion and eight cottages, three of which he was allowed to sublet.</p><p>The amount of income was not included in the report, an omission that Margaret Hodge, a Labour member of the House of Lords and former head of Parliament’s Public Accounts Committee, said was concerning.</p><p>“It’s shocking that the National Audit Office was not able to establish how much money Andrew Mountbatten-Windsor secured from the properties he let,” she said.</p><p>The audit office review was carried out at the request of lawmakers after Mountbatten-Windsor was stripped of his royal titles and evicted from Royal Lodge by his brother, the king, following revelations about his friendship with the late convicted sex offender Jeffrey Epstein. Mountbatten-Windsor moved earlier this year to the king’s Sandringham Estate in eastern England.</p><p>In February, the former prince, 66, was arrested and questioned by police about allegations of misconduct in public office. Mountbatten-Windsor has repeatedly denied wrongdoing, and has not been charged.</p><p>The royals' housing arrangements</p><p>The audit office report shows that 11 working royals receive free housing within palaces in return for their official duties. They include the king and Queen Camilla, Prince William and his wife Catherine, and the king’s youngest brother, Prince Edward, and his wife Sophie.</p><p>William and Kate also have a family home near Windsor, for which they pay rent of 307,200 pounds (about $413,000) a year.</p><p>The rents on Eugenie’s cottage in Kensington Palace and Beatrice’s apartment in St. James’s Palace are set at a portion of open-market value that has ranged in recent years between 50% and 68%. Both rents are paid out of the Privy Purse, the monarch’s private funds.</p><p>The pair are not considered “working” royals who carry out public duties, and both have outside jobs.</p><p>Buckingham Palace said the audit office report “is in line with the royal household’s commitment to transparency. We hope that the findings will help correct, clarify or contextualize a number of points regarding royal properties.”</p><p>Critics of the monarchy cited the findings as evidence the royal family does not pay its way.</p><p>“It shows an absolute total contempt for the taxpayer, not only that Andrew was able to have a peppercorn rent for a gigantic property, but then to make potentially millions on the side from subletting properties,” said former Liberal Democrat lawmaker Norman Baker, a longtime critic of royal finances.</p><p>The prince's links to Epstein</p><p>Mountbatten-Windsor has featured in millions of pages of documents about Epstein released by the U.S. Department of Justice in January, showing how the wealthy financier used an international web of rich, powerful friends to gain influence and sexually exploit young women and girls.</p><p>British police are looking into claims that Mountbatten-Windsor sent confidential trade information  to the disgraced financier when he served as U.K. trade envoy from 2001 to 2011. Detectives say they may broaden their investigation to include allegations of sexual misconduct and have appealed for witnesses to come forward.</p><p>Mountbatten-Windsor has rarely been seen in public since he moved to the Sandringham Estate, about 100 miles (160 kilometers) north of London. He was photographed Thursday in a car with a large bruise on his face.</p><p>The Times of London said, without citing sources, that the bruise was the result of a “nonserious medical condition.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7GL4NXHL6E2W7UPMWZ7PCPY6QE.jpg?auth=3c8c9fa8b44c50fcc9363fc4aea391ff61cfce54749fad599204450759c40ced&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Britain's Andrew Mountbatten-Windsor, formerly known as Prince Andrew, looks round as he leaves after attending the Easter Matins Service at St. George's Chapel, Windsor Castle, England, April 20, 2025. (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content></item><item><title><![CDATA[Bosnia's World Cup pursuit begins at a home-away-from home in the American Midwest]]></title><link>https://www.local10.com/sports/2026/06/05/bosnias-world-cup-pursuit-begins-at-a-home-away-from-home-in-the-american-midwest/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/bosnias-world-cup-pursuit-begins-at-a-home-away-from-home-in-the-american-midwest/</guid><dc:creator><![CDATA[By STEPHEN WADE, Associated Press]]></dc:creator><description><![CDATA[ST. LOUIS (AP) — Far from its European homeland, Bosnia and Herzegovina has zealous fans in the American Midwest as it prepares for its second World Cup.]]></description><pubDate>Fri, 05 Jun 2026 07:56:44 +0000</pubDate><content:encoded><![CDATA[<p>ST. LOUIS (AP) — Far from its European homeland, Bosnia and Herzegovina has zealous fans in the American Midwest as it prepares for its second World Cup.</p><p>An estimated 60,000-70,000 Bosnians live in St. Louis, with many arriving in the early 1990s during the Bosnian War and the breakup of Yugoslavia.</p><p>Bosnia faces Panama on Saturday in an international friendly at St. Louis' Energizer Park and plays World Cup group matches in Toronto (vs. Canada), Los Angeles ( vs. Switzerland) and Seattle (vs. Qatar).</p><p>“We should be able to create an atmosphere like a home match,” said Elvir Kafedžić, a Bosnia-born St. Louisan and an assistant coach for the city’s MLS team, St. Louis City SC.</p><p>He was only 9 1-2 when he fled Bosnia in 1992 with his mother and brothers to escape the war.</p><p>“Unfortunately, I remember a lot of it,” said Kafedžić, whose story mirrors many who rebuilt in St. Louis after meandering across Europe.</p><p>“We kind of tumbled through some different countries like Montenegro, the Czech Republic, Sweden and wound up in Germany," Kafedžić explained.</p><p>That ended when Germany stopped granting temporary protection to Bosnians in the late 1990s.</p><p>“We didn’t have anywhere to go back to in Bosnia. And we already had some relatives living in St. Louis. So in 1999 we made the move with my mom and two older brothers."</p><p>Bosnia defeated Italy</p><p>Bosnia qualified for the World Cup two months ago, defeating four-time World Cup champion Italy 4-1 on penalties after a 1-1 draw. The deciding penalty was converted by Esmir Bajraktarević, a Bosnian-American from Appleton, Wisconsin.</p><p>“That day you could see cars flying Bosnian flags in the streets,” Kafedžić said of the St. Louis scene. “All the restaurants, all the coffee shops were packed wall-to-wall with strangers hugging each other. For me, this goes beyond soccer. This shows who we are, the pride, where we come from and how deeply we’re connected to our roots.”</p><p>Bosnia's World Cup team is led by 40-year-old captain Edin Džeko and 18-year-old winger Kerim Alajbegović. Džeko has scored at least 50 goals playing in the English Premier League, Italy’s Serie A, and the German Bundesliga.</p><p>Bosnia’s only other World Cup appearance was at Brazil in 2014, where it was narrowly eliminated in the group stage. The team’s first World Cup goal was scored by Vedad Ibišević in a 2-1 loss to Argentina.</p><p>Ibišević played high school soccer in St. Louis, starred at Saint Louis University and followed up with a successful professional career, primarily in the Bundesliga.</p><p>“Little Bosnia” in St. Louis</p><p>St. Louis surfaced as a destination for Bosnian refugees because it offered jobs, reasonable housing prices and had a small community in place.</p><p>“We all came looking for a better life because everything was taken away from us at home,” Kafedžić said. “You can’t put in words how thankful we are.”</p><p>A swath of the city’s South Side is known as “Little Bosnia,” anchored by rows of tidy red-brick houses, bars, cafes and bakeries and a replica wood fountain that mimics one in the capital Sarajevo, known as the Sebilj.</p><p>“It represents Sarajevo in the heart,” said Jasmina Silić, working across the street from the monument at the Skala Bar on Gravois Avenue, the fulcrum of the community.</p><p>A reminder of the war</p><p>Skala is located just a few doors away from the “Association of Survivors of the Srebrenica Genocide,” a constant reminder of the war and the ethnic cleansing committed by Bosnian Serb forces.</p><p>More than 8,000 Bosnian Muslims died in Srebrenica, which was declared a genocide by the United Nations, the International Court of Justice and others. It’s estimated that 104,000 died from the war, 2 million were displaced, and 83% of the civilian deaths were Bosnian Muslims.</p><p>Bosnian imprint</p><p>Bosnia's influence is all over St. Louis, a metropolitan area of almost 3 million on the banks of the Mississippi River.</p><p>The best-selling food at St. Louis’ MLS stadium is Bosnian fare from a restaurant called the “Balkan Treat Box.” Saint Louis University houses the Center for Bosnian Studies, and several books document the diaspora including “Bosnian St. Louis: Between Two Worlds” by Patrick McCarthy and Akif Cogo.</p><p>It tells of tragedy, resilience and the community’s ties to Europe.</p><p>“One woman in St. Louis still carries the keys to her house in Bosnia,” they wrote. “Another man describes his feelings toward Bosnia as a divorce he did not want from a woman he still loves.”</p><p>Bosnia was a multi-ethnic and multi-religious nation before the war, predominantly Muslim but with a large number of Croatian Roman Catholics and Serbian Orthodox Christians.</p><p>The mix binds the World Cup team, a symbol of pride and reconciliation.</p><p>“A lot of people from here go to Bosnia every year to see families,” said Silić, speaking at the Skala Bar. ”The team represents unity because it’s all three religions and everybody is one like it used to be when it was still Yugoslavia.”</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LRTANN7OXHKM2PFSAMB6OIBVUU.jpg?auth=1331f3bec73ceb794e0bcc38d6e663dfff0d68469818d4e58968a2fd03302b30&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bosnia's Nikola Katic, right, and Bosnia's Dzenis Burnic celebrate after winning a penalty shootout during the World Cup qualifying playoff final soccer match between Bosnia and Italy in Zenica, Bosnia, on March 31, 2026. (AP Photo/Armin Durgut, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Armin Durgut</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4HCRNR2IGAVXA4TSNWZPGTC3TQ.jpg?auth=65fcfd542d36aa0e66b25e65cbca82a0d06320fd7f68fd962df66d3d106c6ddc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bosnia's Esmir Bajraktarevic celebrates after winning a penalty shootout during the World Cup qualifying playoff final soccer match between Bosnia and Italy in Zenica, Bosnia, on March 31, 2026. (AP Photo/Armin Durgut, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Armin Durgut</media:credit></media:content></item><item><title><![CDATA[As Ebola spreads in Congo, a radio station tries to stop health misinformation]]></title><link>https://www.local10.com/news/world/2026/06/05/as-ebola-spreads-in-congo-a-radio-station-tries-to-stop-health-misinformation/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/05/as-ebola-spreads-in-congo-a-radio-station-tries-to-stop-health-misinformation/</guid><dc:creator><![CDATA[By JUSTIN KABUMBA and OPE ADETAYO, Associated Press]]></dc:creator><description><![CDATA[BUNIA, Congo (AP) — The rare Bundibugyo type of Ebola that Congo is battling took locals by surprise after weeks of spreading unnoticed. Hundreds of cases were suspected when Congolese authorities announced the outbreak on May 15, but many dismissed the news as a “Western conspiracy.”]]></description><pubDate>Fri, 05 Jun 2026 15:29:38 +0000</pubDate><content:encoded><![CDATA[<p>BUNIA, Congo (AP) — The rare Bundibugyo type of Ebola that Congo is battling took locals by surprise after weeks of spreading unnoticed. Hundreds of cases were suspected when Congolese authorities announced the outbreak on May 15, but many dismissed the news as a “Western conspiracy.”</p><p>At least 63 people have died from 397 confirmed cases, the Africa Centres for Disease Control and Prevention said Friday. Yet the outbreak has been challenged by skepticism, attacks on health workers and misinformation.</p><p>Vérité Johnson, a journalist and editorial secretary at the Radio Télévision Mont Bleu station in Bunia, the capital city of the eastern Ituri province where the outbreak is concentrated, decided to produce a new program to combat rumors.</p><p>The radio show has emerged as a vital tool to win over some residents who have been unaware or skeptical about the facts of Bundibugyo.</p><p>WHO chief says misinformation almost as dangerous as the virus</p><p>The 45-minute program runs daily at 10 a.m., reminding people of the dangers of Ebola and regularly featuring health specialists who provide updates and answer questions. The show’s jingles about the virus play intermittently throughout the day and residents are able to call in with questions.</p><p>“So far, there’s still a layer of resistance within the population, and that’s where the media plays an important role,” Johnson said.</p><p>“Misinformation is almost as dangerous as the virus itself and spreads just as fast. Earning and keeping the trust of communities is at the heart of everything we do,” World Health Organization Director-General Tedros Adhanom Ghebreyesus said Friday as WHO and the Africa CDC launched an Ebola response plan with partners.</p><p>Tedros said the new plan aims to raise $518 million to “stop the outbreak where it is, support countries that are responding today and ensure that neighboring countries are ready to detect and act quickly if cases appear.”</p><p>Resistance to protocols during public health emergencies is common in Congo, which is battling its 17th Ebola outbreak since the virus was first identified there in 1976. There currently is no approved vaccine or treatment for the Bundibugyo type of Ebola, which has added another layer of fear.</p><p>Widespread rumors, often arising from fear and misinformation, discourage residents from adhering to health warnings or seeking medical help during an outbreak, health officials say.</p><p>Mistrust among residents leads to delays in seeking care</p><p>Many residents remain distrustful of health authorities, with some alleging that officials are profiting from the outbreak.</p><p>“I can never take the vaccine, I prefer to die because if the vaccine arrives, it can scare us even more," said Samson Gerson, a 52-year-old Bunia resident and father of seven children.</p><p>Analysts say some people in Congo have been receptive to disinformation due to mistrust of the healthcare system and because some local officials have not become actively involved in containing the disease.</p><p>“What is key is to involve the local actors at all levels. If we try to impose what we think is right to the community, we are running towards failure,” said Basile Rambaud, emergency programs director for Mercy Corps in Congo. “If people do not trust the response, they end up delaying to seek care, rejecting protective measures, or avoiding working with health teams, giving the virus more time to spread.”</p><p>Ituri province residents have launched at least three attacks against health centers, demanding the bodies of deceased patients. Some people who are believed to have Ebola left the centers during the attacks and health workers could not account for their whereabouts.</p><p>“We don’t even know what the body of a person who died of Ebola looks like, but we just see images and montages on our phone,” said Bunia resident Chantal Francine, who expressed doubts over the reported deaths.</p><p>Full scale of the outbreak is unknown</p><p>The virus has rapidly spread from an initial three health zones to 24, according to WHO chief Tedros.</p><p>Experts and WHO officials have warned the numbers might not reflect the true scale of the epidemic as weeks of testing for the wrong type caused a delay in containing the virus.</p><p>The outbreak has been worsened by an ongoing 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, which killed 16 people in Beni territory in North Kivu on Tuesday.</p><p>The attacks by both groups have caused massive displacement of people living in the conflict areas, officials said.</p><p>Despite the growing Bundibugyo outbreak and the conditions that are enabling the disease to spread, Johnson said Radio Télévision Mont Bleu continues providing residents with vital facts.</p><p>“Everyone is free to think what they want, but the information remains the same. The epidemic is here,” Johnson said.</p><p>___</p><p>Adetayo reported from Lagos, Nigeria.</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/WSEDFSW74HNNCNF5KE2WH2C3LY.jpg?auth=22ee591aeb38b5de749c112ca63ffefa5020256eeb7aaa86bd8207bd7e528939&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Verité Johnson works at a community radio station, providing daily awareness and updates on Ebola in Bunia, Congo, Thursday, June 4, 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/JQ7GE252UOPFL5C54ZV4EWDL6U.jpg?auth=7d3c372045de1e69cff2b5b04f153ee5cac3fdacf90617247753ee7422f620d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chantie Joe Kiss, 31, listens to the radio for awareness and updates on Ebola in Bunia, Congo, Thursday, June 4, 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/RGXZWJV7VJ63XF2ONXCMXPEWPQ.jpg?auth=3a5febb9dea8407f6c80a9bf712656ab17d9efa0209a5e9745ed0f08f545660f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Samson Gerson, 52, a resident skeptical about Ebola, stands outside his home in Bunia, Congo, Thursday, June 4, 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/GEV3SZA77RMU5YBTDZ3KSTC7SU.jpg?auth=c4f15b5fc63bbee9baec60ad1cbc03704a6702e0d6e161acfcf13e32127c7983&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Abigaelle Mbusi, 30, a resident skeptical about Ebola, spends time with her family at their home in Bunia, Congo, Thursday, June 4, 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/WR6ORZDRCQ23PDEYTQQOLUTT34.jpg?auth=96fd965cc3591559eb25ce14d2bdcbc556f443cdb0fd097796e14b97ceff875f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chantie Joe Kiss, 31, cuts plants to prepare traditional medicines she believes can cure various illnesses in Bunia, Congo, Thursday, June 4, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content></item><item><title><![CDATA[US set to hold latest oil and gas lease sale for Alaska's Arctic National Wildlife Refuge]]></title><link>https://www.local10.com/business/2026/06/05/us-set-to-hold-latest-oil-and-gas-lease-sale-for-alaskas-arctic-national-wildlife-refuge/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/05/us-set-to-hold-latest-oil-and-gas-lease-sale-for-alaskas-arctic-national-wildlife-refuge/</guid><dc:creator><![CDATA[By BECKY BOHRER, Associated Press]]></dc:creator><description><![CDATA[JUNEAU, Alaska (AP) — The Trump administration's push to expand oil and gas development in Alaska faces a new test Friday, with the latest lease sale set for the Arctic National Wildlife Refuge.]]></description><pubDate>Fri, 05 Jun 2026 07:06:47 +0000</pubDate><content:encoded><![CDATA[<p>JUNEAU, Alaska (AP) — The Trump administration's push to expand oil and gas development in Alaska faces a new test Friday, with the latest lease sale set for the Arctic National Wildlife Refuge.</p><p>Opponents of drilling in the refuge's coastal plain have pointed to a lack of industry interest in the prior two sales held there and ongoing changes in Alaska’s arctic region due to climate change as proof the region should be off-limits to drilling. But supporters of drilling see the coastal plain, which is roughly the size of Delaware, as a potential untapped resource that could boost U.S. oil production and generate new revenue and jobs.</p><p>A coalition of conservation groups this spring sent a letter to leaders of 11 petroleum companies including major ConocoPhillips and Hilcorp, both major players in Alaska, urging them to not participate in the sale. The letter cited ongoing litigation over the leasing program, dating to President Donald Trump's first term, and warned of “financial, operational and reputational risks.”</p><p>The letters, signed by groups including The Wilderness Society, Sierra Club and Earthjustice, called the refuge a crown jewel in the country's public lands system and said there is strong support for protecting it, “making any action there especially visible and consequential.”</p><p>A spokesperson for ConocoPhillips Alaska, Megan Olson, said the company doesn't discuss its lease sale plans. A Hilcorp spokesperson did not respond to a request for comment.</p><p>The Trump administration has taken a keen interest in Alaska, and his tax and spending bill passed by Congress last year included provisions mandating lease sales in three regions of the state. In addition to the refuge's coastal plain, leases have also been offered in the National Petroleum Reserve-Alaska and in Cook Inlet, an aging basin that's provided natural gas for Alaska's most populous region for decades.</p><p>There were no takers in the Cook Inlet auction in March. But there were hundreds of bids, including from major oil companies, for what was the first sale since 2019 in the National Petroleum Reserve-Alaska — despite pending litigation challenging the leasing program. The Trump administration has moved to open more lands to drilling in the reserve and roll back protections there. The petroleum reserve is where ConocoPhillips Alaska is developing the large Willow oil project.</p><p>On Alaska's vast, petroleum-rich North Slope, the major oil fields of Prudhoe Bay and Kuparuk lie between the National Petroleum Reserve-Alaska and the Arctic National Wildlife Refuge.</p><p>A state corporation, the Alaska Industrial Development and Export Authority, currently holds leases in the refuge but there is no active drilling. The U.S. Geological Survey has estimated that the coastal plain could contain 4.25 billion to 11.8 billion barrels of recoverable oil, but there is limited information about the amount and quality of oil.</p><p>The coastal plain, bordering the Beaufort Sea in northeast Alaska, features rolling hills and tundra and provides habitat for wildlife including musk oxen and migratory birds. It is considered sacred by the Gwich'in, because the caribou herd they rely upon calve there. Leaders from Gwich’in villages near the refuge have vowed to continue fighting to prevent drilling there.</p><p>But some Alaska Native communities have embraced development and see it as essential to the regional economy.</p><p>Nagruk Harcharek, president and CEO of Voice of the Arctic Iñupiat, an advocacy group whose members include leaders from Alaska Native communities on the North Slope, said there’s a long history of balancing development with culturally important practices, such as subsistence hunting. Responsible development is a key part of self-determination, particularly for residents in Kaktovik, the only community within the refuge, who support drilling, he said.</p><p>Kaktovik residents hunt and fish on the coastal plain and “will be a big part of whatever project moves forward in making sure that all of those resources are protected and that their people are taken care of," he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2IQW7NX5J3I2YO62JY4Q2RKHZE.jpg?auth=0d518404935e99e3a78faf12c839fd20a11477fd9580f34078459de38fd649c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Kaktovik Lagoon and the Brooks Range mountains of the Arctic National Wildlife Refuge are seen in Kaktovik, Alaska, Oct. 15, 2024. (AP Photo/Lindsey Wasson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3RG3P4GDKJZ7BOHS6Z6ATPFR3I.jpg?auth=e0a23d25ab884d0bc9f7e2bb31ff2e785d95d6042fb92954be8b1ef5f70d8092&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Snow covers the mountains of the Brooks Range in the Arctic National Wildlife Refuge, Oct. 14, 2024, near Kaktovik, Alaska. (AP Photo/Lindsey Wasson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[How the chaotic final 15 minutes of Game 2 of the Stanley Cup Final unfolded]]></title><link>https://www.local10.com/sports/2026/06/05/how-the-chaotic-final-15-minutes-of-game-2-of-the-stanley-cup-final-unfolded/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/how-the-chaotic-final-15-minutes-of-game-2-of-the-stanley-cup-final-unfolded/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[RALEIGH, N.C. (AP) — The Vegas Golden Knights and Carolina Hurricanes combined for five goals in the frantic final 15 minutes of Game 2 of the Stanley Cup Final on Thursday night, and another one got waved off.]]></description><pubDate>Fri, 05 Jun 2026 10:00:39 +0000</pubDate><content:encoded><![CDATA[<p>RALEIGH, N.C. (AP) — The Vegas Golden Knights and Carolina Hurricanes combined for five goals in the frantic final 15 minutes of Game 2 of the Stanley Cup Final on Thursday night, and another one got waved off.</p><p>It was somehow an even crazier finish than the series opener 48 hours earlier, when Vegas' Tomas Hertl scored the winner with 3:24 left. It's all tied up after the Hurricanes overcame a multigoal deficit in thrilling fashion.</p><p>Here is how it happened:</p><p>10:20 left in regulation</p><p>Down 2-0 after having almost nothing going offensively for the first two periods and much of the first half of the third, the Hurricanes hemmed the Golden Knights in their own end, getting three shots on net and testing goalie Carter Hart. Vegas iced the puck, and the crowd could sense the home team was buzzing.</p><p>"The building got going," captain Jordan Staal said. “Obviously, we just needed a spark.”</p><p>9:40 left</p><p>Logan Stankoven, who has been one of the Hurricanes' best players all postseason, took it upon himself to make a difference. He stole the puck from Rasmus Andersson behind the net, skated toward the crease and banked the puck in off defender Jeremy Lauzon.</p><p>“It’s tough to find goals,” Staal said. “We got a bounce. That’s kind of all it took.”</p><p>7:14 left</p><p>The momentum turned quickly, and the fourth line kept it going. William Carrier somehow stayed onside, and while getting tangled up with Lauzon, passed the puck to streaking linemate Mark Jankowski, who fired a shot past Hart to tie it.</p><p>“I didn’t have a lot of time, honestly," said Jankowski, who scored his first of the playoffs after having two called off. "Just got it on my stick, got my head up and just tried to give my best shot possible. Didn’t have a lot of thought behind it, honestly. Instinct half kicked in there.”</p><p>5:00 left</p><p>With Vegas forward Ivan Barbashev, a two-time Cup champion, around the net with room to maneuver, Carolina goaltender Frederik Andersen stretched across the crease to get the paddle of his stick on the puck and keep it out. Players converged, and puck eventually went in the net and referee Jean Hebert immediately waved it off, announcing it was goalie interference because Andersen was pushed.</p><p>Golden Knights coach John Tortorella challenged that it was not. Officials and the NHL's on-site situation room quickly confirmed the call on the ice, putting the Hurricanes on the power play.</p><p>“I saw a loose puck in front of Freddie," Tortorella said. "Our player stabbed it, didn’t move the goalie and it goes through him into the other side. I’d challenge it 10 out of 10 times.”</p><p>4:35 left</p><p>Carolina's power play was 0 for 4 in the series to that point and 7 for 60 in the playoffs. Shayne Gostisbehere took a shot from the point, Staal redirected it in from just in front of Hart and Carolina had the lead for the first time all game.</p><p>"Just shooting pucks and finding ways to get it to the net," Staal said. “Just finding ways to get a good, quality shot.”</p><p>3:29 left</p><p>Jackson Blake interfered with Barbashev, putting Vegas on the power play. The Hurricanes' penalty kill got the job done, improving to 56 for 60, a 93.3% success rate.</p><p>1:21 left</p><p>Mere seconds after the power play expired and with Hart on the bench, pulled for an extra skater, Golden Knights captain Mark Stone tied it. The puck went off him, and Carolina's Jaccob Slavin knocked the puck into his own net.</p><p>3:56 into overtime</p><p>Hertl tripped Staal 3:17 into overtime, putting the Hurricanes back on the power play.</p><p>Gostisbehere found Seth Jarvis, who had struggled so much coach Rod Brind'Amour moved him down to the the third line. Jarvis ripped a one-timer past Hart to give his team a 4-3 win.</p><p>“It’s huge,” Jarvis said. “To be able to contribute to win and help the team out like that is nice, get the power play going even more after Jordo, follow his lead. Just keep this wave rolling now.”</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/ZJJ5LTTUCTTBVUTIJUCT2IXEMA.jpg?auth=77e8a5f1d259161df3f587cc1679bd808fbd6e97a7cdaf78685aa629af3d9cf1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes' Jordan Staal (11) celebrates after his goal against Vegas Golden Knights goaltender Carter Hart (79) 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/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><media:content url="https://www.local10.com/resizer/v2/WRI375AIUCRX44WX4LNTLZONBE.jpg?auth=7de51b71ec067bcc1c173447157f8ca0f1a120c276483c335c6128e9c7eb4b90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes players celebrate after the winning goal by Seth Jarvis following 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></item><item><title><![CDATA[Actors' union approves 4-year contract with studios and streamers]]></title><link>https://www.local10.com/business/2026/06/05/actors-union-approves-4-year-contract-with-studios-and-streamers/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/05/actors-union-approves-4-year-contract-with-studios-and-streamers/</guid><dc:creator><![CDATA[By ANDREW DALTON, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Television and movie actors on Thursday voted overwhelmingly to ratify a four-year contract with studios and streaming services, a month after their union leaders negotiated a deal they say provides protections against synthetic actors created by artificial intelligence.]]></description><pubDate>Fri, 05 Jun 2026 10:39:05 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Television and movie actors on Thursday voted overwhelmingly to ratify a four-year contract with studios and streaming services, a month after their union leaders negotiated a deal they say provides protections against synthetic actors created by artificial intelligence.</p><p>The ratification was widely expected and a walkout never seemed to be in the cards during drama-free negotiations, but the vote assures there will be no repeat of the 2023 actor and writer strikes that seriously shook the entertainment industry.</p><p>More than 90% of votes from members of the Screen Actors Guild-American Federation of Television and Radio Artists approved of the agreement, with about 19% of eligible voters casting ballots.</p><p>Like the Writers Guild of America, whose members approved their own contract on April 24, the actors’ new deal is for four years instead of the usual three, providing an extra layer of labor stability in the industry.</p><p>Actor Sean Astin, president of SAG-AFTRA, said in a statement that the contract “delivers meaningful gains in compensation, strengthens protections around artificial intelligence and digital identity, reinforces the long-term security of members’ benefit plans and recognizes the realities of how performers work today.”</p><p>The contract says AI performers must bring “significant additional value” over a live actor or a digital capture of them if producers are to use them. Union leaders say this and other provisions will keep use of AI actors minimal.</p><p>The Alliance of Motion Picture and Television Producers, which negotiates for a coalition of Hollywood’s major studios, streamers and production companies, congratulated the union on the ratification.</p><p>“SAG-AFTRA’s leadership brought a genuine commitment to partnership, and together with the WGA agreement, these deals demonstrate what is possible when the industry works toward practical solutions,” the alliance said in a statement.</p><p>AMPTP negotiators have been in contract talks with the Directors Guild of America since May 11. The negotiations are the first under new DGA president Christopher Nolan. That contract is set to expire June 30.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SLEFE57PT2WRFB2RVTEWLMNF34.jpg?auth=c4c879ef7ca28526e2fa30b7c1b9e83062f69992dd023fea1693ee86333e0983&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The SAG-AFTRA building is pictured following a press conference announcing a strike by The Screen Actors Guild-American Federation of Television and Radio Artists on July, 13, 2023, in Los Angeles. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Nacionalista Sánchez y conservadora Fujimori cierran campañas previo a balotaje presidencial de Perú]]></title><link>https://www.local10.com/espanol/2026/06/05/nacionalista-sanchez-y-conservadora-fujimori-cierran-campanas-previo-a-balotaje-presidencial-de-peru/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/05/nacionalista-sanchez-y-conservadora-fujimori-cierran-campanas-previo-a-balotaje-presidencial-de-peru/</guid><dc:creator><![CDATA[Por THE ASSOCIATED PRESS, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — El candidato presidencial nacionalista Roberto Sánchez y la conservadora Keiko Fujimori cerraron la noche del jueves sus campañas electorales en la capital de Perú, de cara al balotaje del domingo, prometiendo gobernar para resolver los diversos problemas que aquejan al país sudamericano, incluido el alza del crimen.]]></description><pubDate>Fri, 05 Jun 2026 05:43:35 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — El candidato presidencial nacionalista Roberto Sánchez y la conservadora Keiko Fujimori cerraron la noche del jueves sus campañas electorales en la capital de Perú, de cara al balotaje del domingo, prometiendo gobernar para resolver los diversos problemas que aquejan al país sudamericano, incluido el alza del crimen.</p><p>Desde el estadio Monumental, el más grande de Perú, Fujimori, de 51 años y líder de Fuerza Popular, aseguró que gobernará solamente cinco años con un equipo ministerial que congregará a los mejores especialistas y recuperará “el orden” con respeto a la Constitución y al banco central para evitar la inflación.</p><p>La candidata, que postula por cuarta vez, dijo que si llega al poder defenderá la inversión privada en todos los niveles para cuidar “los puestos de trabajo” y el futuro de “nuestros hijos”. La hija del fallecido y condenado expresidente Alberto Fujimori (1990-2000) añadió que representa “la reconciliación” y el “progreso” entre peruanos, mientras su rival, el nacionalista Sánchez, busca “dividir” y es el símbolo del “retroceso”.</p><p>Desde un parque de Lima, Sánchez, un exministro de Comercio Exterior del encarcelado expresidente Pedro Castillo (2021-2022) y candidato de Juntos por el Perú, respondió a Fujimori y dijo que ella “se ha querido vender como la señora del orden” pero recordó que la bancada fujimorista impulsó varias normas conocidas como las “leyes procrimen” que favorecen a la criminalidad y dificultan el trabajo policial.</p><p>Según datos oficiales, la criminalidad ha avanzado el último quinquenio en Perú, en especial las extorsiones, que se han quintuplicado, y los asesinatos, que se han duplicado.</p><p>El psicólogo de 57 años y actual congresista añadió que si gobierna planteará a los socios comerciales de Perú “así sea China, el Reino Unido, Canadá, Australia” que traigan industria al país sudamericano para generar más puestos de trabajo.</p><p>“Vendemos pura materia prima”, se quejó. “La única forma posible de enriquecer la patria es dando justicia, paz social, derechos humanos, democracia y por eso que nos temen".</p><p>El viernes, tras el cierre de las campañas electorales, los candidatos no podrán realizar actividades proselitistas. Según las leyes de Perú tampoco se pueden difundir encuestas en el territorio durante la última semana. Los comicios son obligatorios bajo pena de multa de entre 7 y 32 dólares en caso de incumplimiento.</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/DTH33JQQMPRAUSAHFRHE4DNTZE.jpg?auth=08bef11d05797aed5de4dd8848fc584a73e5ab37e7518bff1bd80d76a5adf6b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial Roberto Sánchez, del partido Juntos por el Perú, se dirige a sus seguidores durante el cierre de su campaña en Lima, Perú, el jueves 4 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/U3ZSZVV2SZHRSBAS6ILJUGSBBQ.jpg?auth=e47518e274ad6b2a7bdc234478c455c1e4180bcf04b4b4b1786036d7079d4032&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La candidata presidencial Keiko Fujimori se dirige a sus seguidores durante un mitin de cierre de campaña en Lima, Perú, el jueves 4 de junio de 2026. (Foto AP/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content></item><item><title><![CDATA[Montenegro is ‘within reach’ of joining the EU by 2028, von der Leyen says after Balkans summit]]></title><link>https://www.local10.com/news/world/2026/06/05/balkan-leaders-attend-eu-summit-in-montenegro-as-enlargement-gains-urgency/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/05/balkan-leaders-attend-eu-summit-in-montenegro-as-enlargement-gains-urgency/</guid><dc:creator><![CDATA[By JUSTIN SPIKE and SAM McNEIL, Associated Press]]></dc:creator><description><![CDATA[TIVAT, Montenegro (AP) — Montenegro is on track to become a member of the European Union by 2028, the bloc's leaders and the Balkan country's president said on Friday following a summit focused on expanding the EU to include other countries in the region.]]></description><pubDate>Fri, 05 Jun 2026 16:29:12 +0000</pubDate><content:encoded><![CDATA[<p>TIVAT, Montenegro (AP) — Montenegro is on track to become a member of the European Union by 2028, the bloc's leaders and the Balkan country's president said on Friday following a summit focused on expanding the EU to include other countries in the region.</p><p>Leaders from across the EU were joined by their Western Balkan counterparts in Montenegro's Adriatic Sea coastal town of Tivat, where they discussed the bloc's enlargement into a region seen as a key area in countering security and economic threats posed by Russia and China.</p><p>The summit brought together leaders including President Emmanuel Macron of France and German Chancellor Friedrich Merz, European Commission President Ursula von der Leyen as well as the heads of Balkan candidate countries.</p><p>High on the agenda was Montenegro's EU accession, a process that is approaching its final stages and which von der Leyen said Friday was “within reach."</p><p>“If I had to sum up this summit in two words, they would be determination and confidence,” von der Leyen told a news conference. “Confidence that our union will grow in the years ahead.”</p><p>The EU has already formed a working group to draft an accession treaty for Montenegro, whose president, Jakov Milatovic, said the summit had given him “even greater confidence” that his country will fulfill its aim of joining the EU by 2028.</p><p>"This goal is realistic and achievable. It is strongly supported by all our European partners,” Milatovic said.</p><p>Enlargement to boost economy and defense</p><p>Adding members to the EU — which can bring the bloc more single market economic benefits and stronger security capabilities — has gained urgency in recent years as the continent faces a series of challenges, such as lopsided trade with China, migration pressures, the war in Ukraine and increasing hybrid threats from Russia.</p><p>With the Trump administration viewed as less committed to its NATO allies, EU countries have also pushed to boost their military capabilities to ward off future threats without the potential backing of the U.S..</p><p>Against that backdrop, von der Leyen on Friday described EU expansion into the Western Balkans as “a geostrategic imperative,” but that candidate nations are still expected to carry out reforms such as tackling corruption and shoring up democratic institutions — steps viewed as benefiting both the candidate nations and the EU as a whole.</p><p>Yet the lengthy process of carrying out such reforms and advancing the process of membership has frustrated some candidate countries, leading to some calls to find ways to accelerate the procedure.</p><p>Von der Leyen also emphasized that EU membership would be “merits-based, but merits-based does not mean slow, it means fair and predictable.” She added that the bloc seeks to "reward reforms with real integration.”</p><p>European Council President Antonio Costa, who hosted the Tivat summit, said the EU was “considering new ideas to streamline and accelerate the process” to increase trust in the EU and "increase the motivation of the Western Balkan partners.”</p><p>Many now aspire to join the bloc</p><p>Montenegro, a small, mountainous country that was once a part of Yugoslavia and which this week marked the 20th anniversary of its independence from a union with neighboring Serbia, is considered the front-runner among the region’s other candidate countries of Albania, Bosnia-Herzegovina, Serbia, Kosovo and North Macedonia.</p><p>After joining NATO in 2017, the country of 623,000 people is now set on fulfilling its ambitious agenda of becoming the the EU's 28th member. The motto “28 by 28” has even been inscribed on one of the planes of Montenegro’s national airline.</p><p>EU candidate countries must bring their laws into line in 35 policy areas or “chapters,” ranging from justice standards to farm and fishing rules. All 27 EU members must agree before each chapter can be opened, and then again for it to be closed.</p><p>Ukraine and Moldova are also among about 10 countries aspiring to join the bloc, while Iceland will hold a referendum in August on whether to apply.</p><p>Serbia's populist leader, Aleksandar Vucic, said Friday that he had high hopes for the summit and accession paths for Balkan countries after recently meeting with EU leaders like Merz and Macron.</p><p>“We will see a lot of progress of Western Balkan countries in the future. Of course, we need to do a lot of reforms," he said. "We are on our EU path.”</p><p>New rules to avoid growing pains</p><p>The gathering in Tivat was the first to bring together EU leaders since the stunning defeat in April of Viktor Orbán, Hungary’s former Russia-friendly prime minister who, during his 16-year rule, flouted the EU’s standards on democracy and the rule of law and forged close ties with other autocrats.</p><p>Orbán's successor, Hungarian Prime Minister Péter Magyar, did not attend the summit, which would have been his first since winning the election. The press department for his center-right Tisza party did not respond to a request for comment.</p><p>With the painful experience of Orbán’s democratic backsliding and historic use of the veto in the European Council, the EU is devising new ways to use financial penalties or restricted access to the single market to pressure incoming nations to carry out reforms and adapt to the bloc's standards, said Faruk Bašić, a researcher at the Brussels Institute for Geopolitics.</p><p>“The EU is trying to find a way how to admit a country that isn’t fully ready to be admitted without losing the ability to hold it accountable after the fact,” he said, pointing to Ukraine’s accession bid as well as nations in the Western Balkans like Serbia and Kosovo.</p><p>___</p><p>McNeil reported from Brussels.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M3HCEOILYKGHEGAZLWNMIAZGTQ.jpg?auth=4b8d1f4687106bd970a3ac10d5628a2b837e06d66e8353edd5696a386698a7d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[European Commission President Ursula von der Leyen arrives to attend the EU-Western Balkans summit in the Montenegrin coastal town of Tivat, Friday, June 5, 2026. (AP Photo/Risto Bozovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Risto Bozovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LHW56GIOZNHSNMWMX44AJXX47M.jpg?auth=fe620f6c40e7016a9be40b3e9a739bbe69e385b0ea66665810be70c755706f2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Montenegro's President Jakov Milatovic talks to the media after the EU-Western Balkans summit in the Montenegrin coastal town of Tivat, Friday, June 5, 2026. (AP Photo/Risto Bozovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Risto Bozovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I7UWN7N5BJTROFUFGEAWCM44CI.jpg?auth=1f4006d5915ed4c106e3974e72819e3012542a74cff0421abf1a18be463b27e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[EU leaders and officials from the candidate countries pose for the family photo of the EU-Western Balkans summit in the Montenegrin coastal town of Tivat, Friday, June 5, 2026. (AP Photo/Risto Bozovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Risto Bozovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GPX5ZPFO3KXQAY666ICUUPCQZM.jpg?auth=8cd5184a6faa2c842f0b47856343d8f733cf5ac981c1ce235e892fa849ddcd1f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Montenegro's President Jakov Milatovic, left, and European Council President Antonio Costa, right, attend the EU-Western Balkans summit in the Montenegrin coastal town of Tivat, Friday, June 5, 2026. (AP Photo/Risto Bozovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Risto Bozovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6U7OP55QFNEYZCBFKCWTOOZY2U.jpg?auth=0ae727945999b4e518d88dfdc66d340416dcd88e68c99255d2d4daf5961d5aca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[European Council President Antonio Costa arrives to attend the EU-Western Balkans summit in the Montenegrin coastal town of Tivat, Friday, June 5, 2026. (AP Photo/Risto Bozovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Risto Bozovic</media:credit></media:content></item><item><title><![CDATA[The superfans known as the 'Spurs Nuns' aiming to bring divine intervention to the NBA Finals]]></title><link>https://www.local10.com/sports/2026/06/05/the-superfans-known-as-the-spurs-nuns-aiming-to-bring-divine-intervention-to-the-nba-finals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/the-superfans-known-as-the-spurs-nuns-aiming-to-bring-divine-intervention-to-the-nba-finals/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[SAN ANTONIO (AP) — Victor Wembanyama stepped off the court for a moment before Game 1 of the NBA Finals, accepted greetings from a handful of well-wishers in San Antonio Spurs jerseys, then bowed his head to join them in a quick prayer.]]></description><pubDate>Fri, 05 Jun 2026 10:00:39 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — Victor Wembanyama stepped off the court for a moment before Game 1 of the NBA Finals, accepted greetings from a handful of well-wishers in San Antonio Spurs jerseys, then bowed his head to join them in a quick prayer.</p><p>They're the Salesian Sisters of St. John Bosco.</p><p>On game nights, they're called the Spurs Nuns.</p><p>New York has Ben Stiller, Tina Fey, Tracy Morgan among its superfans; San Antonio has a group of nuns who wear Spurs jerseys over their habits. It's a relationship that goes back at least 20 years or so, and to the sisters it makes perfect sense.</p><p>“We’re serving the poor and the young," said Sr. Bernadette Mota, the director of the department of mission advancement for the Salesian Sisters. "And in order to reach the young where they’re at, you have to love what they love and then they’ll love who you love. So, we have that affinity with the Spurs because it gives us an avenue to do our mission with the young people that we serve.”</p><p>This tale started in a most unique way.</p><p>As the story goes, a couple decades ago, some of the retired sisters — who happened to be native Texans and big Spurs fans — would watch the games on television or listen on the radio, some even doing so while hospitalized. They would cheer for all the players, and for coach Gregg Popovich. But Popovich would sometimes seem a bit angry on the sidelines, prompting some of the sisters to reach out with letters.</p><p>“They would write to Coach Popovich and let him know when they thought he was he doing great and let him know when he lost his temper — but they were really supporting him," Mota said. "He's the one that actually responded back to them, thanking them for their support for him and for the Spurs. It was really just a very organic conversation that started all of this.”</p><p>Yes, it's true: The nuns would scold Pop for bad behavior.</p><p>“They would, in a nice way, in a very nice way," Mota said. “They’d be like, ‘Coach, you lost your temper there, come on, we’re praying for you, you can do better.’”</p><p>Popovich and the Spurs have kept a relationship with the sisters since. Popovich's late wife Erin, who died in 2018, also had close ties to the sisters and their work. It has been a mutually beneficial relationship; the Spurs love having the sisters at games, and the story of what the nuns do when they're not watching basketball has led to many people offering to help their mission.</p><p>“We’ve had a number of individual people reach out and they’ve been donating anywhere from $10 to $100 and we’ve had a few ones who have larger capacity reach out, too," Mota said. “All of this is divine providence, God’s gift, because we’re actually very much in need. Our mission, we rely on the generosity of people who are our partners and collaborators in our mission.”</p><p>The sisters aren't the only fan group that the Spurs have embraced. This season also brought the Jackals — a group that was envisioned by Wembanyama with hopes of simulating what happens in European soccer matches, with organized chants, drumming and the like throughout the game.</p><p>The nuns pray. The Jackals chant “Olé, Olé, Olé.”</p><p>Different approach, same intentions.</p><p>“I’ve known for years that the Spurs community had this strength in them,” Wembanyama said. “Now to finally see it being channeled into something organized and efficient and effective, it’s a great joy.”</p><p>Joy. That's the word the sisters use as well.</p><p>It was certainly noted by those around the Spurs that the sisters gave Luke Kornet a special blessing during the Western Conference finals and he came up with an incredible chasedown block midway through the fourth quarter of Game 7 in Oklahoma City, helping to ensure that San Antonio would win that game and earn this finals trip.</p><p>Divine intervention? Maybe.</p><p>It's also not lost on the sisters that Pope Leo XIV's prayer intention for June is on the value of sports and how they can promote peace and respect across the globe.</p><p>“I don’t know if his people who helped him out in terms of creating prayer intentions were also in tune with what’s going on with the sisters and the San Antonio Spurs," Mota said. "Maybe, maybe not. I have no idea. But I just thought it was pretty awesome that his prayer intention for June is for sports.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MKABLMGOZUZQSOQFLIMEVCKMFA.jpg?auth=76199e4c8a68405382f076ad3f2998c16345e450cc1a63f12276bac83729d9b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Salesian Sisters greet players prior to Game 1 of the NBA Finals basketball series between the New York Knicks and the San Antonio Spurs, Wednesday, June 3, 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/VCXSGEZMUEETA6YPDJS2N7Z5VA.jpg?auth=54c776c92be5660c3a6a56d5e9a75f2bd3ca0f4b322c1b8aabcfc8072edd66cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Salesian Sisters greet players prior to Game 1 of the NBA Finals basketball series between the New York Knicks and the San Antonio Spurs, Wednesday, June 3, 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/EKLDFJRJFCDUXSHJYF7BDKIFKU.jpg?auth=f08911ce4a1c1d054c1be96a96196736f84b8c0eaa205b911841bb8f3344dc98&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Salesian Sisters greet players prior to Game 1 of the NBA Finals basketball series between the New York Knicks and the San Antonio Spurs, Wednesday, June 3, 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/QOH3L3L75KQQDXWNOEJLGLL5PI.jpg?auth=047501bc680842e41c51bd965de3019dfde8e0f608f8e8cdaf1eb3730594ce1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nuns cheer before the first half of Game 6 in the Western Conference finals NBA basketball playoffs series between the San Antonio Spurs and the Oklahoma City Thunder, Thursday, May 28, 2026, in San Antonio. (AP Photo/Darren Abate)]]></media:description><media:credit role="author" scheme="urn:ebu">Darren Abate</media:credit></media:content></item><item><title><![CDATA[Senate OKs $70B immigration bill after rejecting efforts to permanently ban Trump's settlement fund]]></title><link>https://www.local10.com/news/politics/2026/06/05/senate-oks-70b-immigration-bill-after-rejecting-efforts-to-permanently-ban-trumps-settlement-fund/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/05/senate-oks-70b-immigration-bill-after-rejecting-efforts-to-permanently-ban-trumps-settlement-fund/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK and JOEY CAPPELLETTI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Senate passed legislation to fund President Donald Trump’s immigration enforcement agencies early Friday, after weeks of delays and fierce backlash to an unrelated $1.776 billion settlement fund that threatened to derail the bill.]]></description><pubDate>Fri, 05 Jun 2026 15:11:59 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Senate passed legislation to fund President Donald Trump’s immigration enforcement agencies early Friday, after weeks of delays and fierce backlash to an unrelated $1.776 billion settlement fund that threatened to derail the bill.</p><p>Senators voted 52-47 to pass the $70 billion legislation to fund Immigration and Customs Enforcement and Border Patrol for the next three years, through the end of Trump’s term, after Democrats blocked the money for months. The bill will now head to the House, which is expected to take it up next week.</p><p>The final vote came just before 5 a.m., after Republicans narrowly defeated multiple attempts by members of both parties to add language to the bill that would permanently ban Trump’s settlement fund for allies who believe they've been politically persecuted.</p><p>Republicans cleared the last major hurdle overnight when they defeated an amendment proposed by one of their own members, Louisiana Sen. Bill Cassidy, that would have redirected payments from the settlement to members of law enforcement who were injured when a mob of Trump supporters seeking to overturn his 2020 presidential election loss attacked the Capitol on Jan. 6, 2021.</p><p>The amendments were a test of party unity that complicated what should have been an easy vote for Republicans who wanted to keep the focus on immigration enforcement in an election year. Instead, they spent almost a full day haggling among themselves over whether to block the settlement fund, even after acting Attorney General Todd Blanche had said earlier this week that it would not go forward.</p><p>“This would have been done several hours ago if we weren’t having to deal with some of the issues around the fund,” Senate Majority Leader John Thune, R-S.D., said shortly before midnight.</p><p>Thune himself has criticized the fund, which was part of a settlement that resolves Trump’s lawsuit against the IRS over the leak of his tax returns and has angered many of his GOP colleagues. But he has been pushing GOP senators for weeks to keep the bill focused on the funding for Immigration and Customs Enforcement and Border Patrol and to avoid adding new provisions that could complicate its passage in the House.</p><p>Still, a group of Republican senators pushed all day and into the night to block the fund’s payouts through legislation. That effort came after Trump, who has been at odds with the Senate in recent weeks, raised new doubts about the fund’s future on Wednesday when he told reporters that it is “very important” and said “I don’t know” whether it is dead or on hold.</p><p>The final 52-47 vote on the bill was nearly party line, with Sen. Lisa Murkowski of Alaska the only Republican to oppose it. Democratic Sen. Michael Bennet of Colorado missed the vote.</p><p>Senators push back multiple attempts to ban settlement fund</p><p>The first vote on Thursday morning, a Democratic effort to ban the settlement fund, was held open for several hours while Cassidy and two other Republican senators decided whether to support it. The Democratic motion was narrowly defeated when Cassidy eventually voted against it and the two other senators — Jon Husted of Ohio and Dan Sullivan of Alaska, both of whom are up for reelection this year — voted for it.</p><p>The Senate then rejected a second amendment from Republican Sen. Thom Tillis of North Carolina that would also have banned the settlement fund but would have moved the money to a separate anti-fraud fund at the Department of Justice. Most Democrats voted against the amendment, guaranteeing its defeat, but more than 10 Republicans supported it.</p><p>Tillis said the fund is a political liability for the party.</p><p>“If Blanche says this is largely inoperative, why not use this moment to codify that?” Tillis said. “Otherwise, you’re exposing every one of our members who are in cycle to having to deal with this between today and Election Day, and that makes no sense for something that the DOJ says they’re not moving forward with.”</p><p>Cassidy's amendment to compensate the injured police officers was a pointed rebuke, as payouts from Trump's fund could have potentially gone to Trump supporters who beat police and attacked the Capitol on Jan. 6. Cassidy lost reelection last month after Trump endorsed a primary opponent.</p><p>He said that, despite Blanche's comments, the fund is still part of an active settlement and “absolutely can be used.”</p><p>The Senate rejected several other Democratic efforts to try to block or limit the fund, including amendments to ban payments to Jan. 6 defendants who injured law enforcement officers.</p><p>Senate Minority Leader Chuck Schumer, D-N.Y., said Republicans are now “leaving taxpayers to rely on nothing more than a promise from Donald Trump’s personal fixer. That is not accountability. That is a permission slip.”</p><p>ICE and Border Patrol money has been delayed for months</p><p>Enactment of the bill to fund ICE and the Border Patrol would end the blockade by Democrats who demanded policy changes after the fatal shootings of two protesters by federal agents in January.</p><p>Senate Republicans used a complicated procedural maneuver to get around the filibuster and pass the budget legislation with no Democratic votes. But it took weeks to get the bill to the Senate floor as Republicans navigated various obstacles to passage created by Trump and the White House — including a $1 billion proposal for White House security and Trump’s ballroom that they eventually scrapped and the fierce bipartisan backlash to the settlement fund.</p><p>Democrats say any funding bill for the Department of Homeland Security should place restraints on federal immigration authorities, including better identification for federal officers and more use of judicial warrants, among other asks.</p><p>After federal agents shot Renee Good and Alex Pretti in Minneapolis, Trump agreed to a Democratic request that the Homeland Security bill be separated from a larger spending measure that became law. But bipartisan negotiations went nowhere, and the department funding lapsed in mid-February with no agreement on changes to the Trump administration’s immigration enforcement tactics.</p><p>Congress eventually funded the rest of DHS at the end of April with Democratic support, but ICE and Border Patrol have remained without regular funding.</p><p>___</p><p>Associated Press writers Kevin Freking and Lisa Mascaro contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OYC455N5RRN2WZMZ6DD25WWGYM.jpg?auth=dc1d86c3700950a77c16e4e7e051f1859495336e7be3b5409bdb9b084d468be0&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., pauses for questions from reporters before votes on the immigration enforcement funding package, 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><media:content url="https://www.local10.com/resizer/v2/YZISU2O5A66UB7II7XKYZ6KMIY.jpg?auth=0c5fc22a298586a5af0ee12154f8a3845cbc78a69076d828348102bdb168f31f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Ron Wyden, D-Ore., walks to the chamber during votes on the immigration enforcement funding package, 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><media:content url="https://www.local10.com/resizer/v2/4JGC5T27QHNL3NIXVCFHUICSWE.jpg?auth=1d30eed0833e2f5fcdd86fb62ba67f476123cc6163e0cf7825857ee2ee683e67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Homeland Security Secretary Markwayne Mullin testifies before the House Committee on Homeland Security during a hearing on the Fiscal 2027 budget request for the Department of Homeland Security, in Washington, Wednesday, June 3, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</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[Stocks slump as Big Tech sinks and a strong May jobs report boosts odds for higher interest rates]]></title><link>https://www.local10.com/business/2026/06/05/stocks-slide-as-big-tech-sinks-and-bond-yields-surge-after-a-strong-may-jobs-report/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/05/stocks-slide-as-big-tech-sinks-and-bond-yields-surge-after-a-strong-may-jobs-report/</guid><dc:creator><![CDATA[By DAMIAN J. TROISE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Stocks slumped on Wall Street Friday as big technology companies lost ground and a strong jobs report boosted expectations that the Federal Reserve will be forced to hike interest rates at some point this year.]]></description><pubDate>Fri, 05 Jun 2026 16:42:31 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Stocks slumped on Wall Street Friday as big technology companies lost ground and a strong jobs report boosted expectations that the Federal Reserve will be forced to hike interest rates at some point this year.</p><p>The S&P 500 fell 1.6% and is headed for its first losing week in the last 10 and its biggest one-day drop since March. The Dow Jones Industrial Average fell 373 points, or 0.7%, as of 12:11 p.m. Eastern. The Nasdaq composite slumped 2.6%.</p><p>Tech stocks dragged the broader market lower as companies that had powered the S&P 500 to a series of records the past two months saw losses. Nvidia fell 4.6% and Broadcom fell 5.9%. Stocks within the S&P 500 were close to evenly split between gainers and losers. But, many of the bigger tech stocks have pricey values that tend to have an outsized influence on the broader market.</p><p>Meanwhile, bond yields jumped after a report showed the U.S. added a surprising 172,000 jobs in May, according to the Labor Department. It is the latest report showing that employment remains solid, despite the squeeze inflation is putting on businesses and consumers.</p><p>The latest reading on employment comes two weeks before Kevin Warsh heads his first policy meeting as chair of the Fed. Policymakers are widely expected to keep rates steady at the June 16-17 meeting despite pressure from President Donald Trump to lower borrowing costs. Longer-term, the market sees a better than 60% chance the Fed will push rates higher by the end of the year, according to CME FedWatch, and little to no chance of a cut.</p><p>“Any hopes of a Fed rate cut have effectively been eliminated with this morning’s strong jobs report,” said Ronald Temple, chief market strategist at Lazard, in a research note.</p><p>The yield on the 10-year Treasury rose to 4.54% from 4.50% just before the report was released. The yield on the 2-year Treasury, which more closely tracks the Fed’s actions, jumped to 4.16% from 4.04% just prior to the report.</p><p>The Fed has been holding interest rates steady as it tries to gauge the ongoing impact from rising inflation. Prices were already ticking higher from the impact of tariffs. The U.S. war with Iran has essentially blocked crude oil shipments from moving through the Strait of Hormuz.</p><p>The price of Brent crude, the international standard, fell 1.6% to $93.50. It was about $70 per barrel before the war. The surge in oil prices prompted a jump in gasoline prices. That has fueled a broader rise in inflation as prices for anything being shipped move higher and threaten to slow economic growth.</p><p>A measure of inflation preferred by the Fed showed that prices rose 3.8% overall in April. That marked the biggest increase in two years.</p><p>Wall Street has been anticipating that negotiations to end the war will eventually be successful. American and Iranian negotiators reached a tentative deal last week to extend their ceasefire, but the agreement has not been finalized.</p><p>The latest round of corporate earnings is coming to a close. Lululemon slumped 9.2% after trimming its revenue and profit forecasts.</p><p>Most reports from companies have been surprisingly good and helped Wall Street on its record run. Encouraging profits and forecasts helped overshadow lingering worries about the direction of the economy amid tariffs and high energy costs because of the U.S. war with Iran.</p><p>With earnings now in the background, analysts have been warning that the tech companies benefitting from interest in artificial intelligence may have become too expensive. That could result in a slowdown for a market that has surged in 2026, with the S&P 500 up more than 9% for the year.</p><p>Markets were mixed in Europe after markets in Asia fell.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E5DBKQUUPGQBFATFQZSE2I3FN4.jpg?auth=e5227ad3e274f64d468b1e6a2ee63f8d991445be161f9c05d4c9885dc4a60ef6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A trio of traders work on the floor of the New York Stock Exchange, Wednesday, June 3, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OZBG3RIHAE35NKAS7DUXTWFLDE.jpg?auth=91a10f334542c4349a7bd33e52557c66f8ef886f998b47b59fc3b854f88c91ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A board above the trading floor of the New York Stock Exchange displays the closing number for the Dow Jones industrial average, Wednesday, June 3, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[John Tortorella's failed coach's challenge is a difference-maker in Stanley Cup Final Game 2]]></title><link>https://www.local10.com/sports/2026/06/05/john-tortorellas-failed-coachs-challenge-is-a-difference-maker-in-stanley-cup-final-game-2/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/john-tortorellas-failed-coachs-challenge-is-a-difference-maker-in-stanley-cup-final-game-2/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[RALEIGH, N.C. (AP) — A failed coach’s challenge by John Tortorella was a momentum-changing moment in Game 2 of the Stanley Cup Final on Thursday night.]]></description><pubDate>Fri, 05 Jun 2026 15:11:25 +0000</pubDate><content:encoded><![CDATA[<p>RALEIGH, N.C. (AP) — A failed coach’s challenge by John Tortorella was a momentum-changing moment in Game 2 of the Stanley Cup Final on Thursday night.</p><p>His Vegas Golden Knights appeared to score with five minutes left in regulation, but referee Jean Hebert waved it off immediately, citing goaltender interference. Hebert announced that he and the other on-ice officials thought Ivan Barbashev pushed Carolina Hurricanes goaltender Frederik Andersen to knock the puck into the net.</p><p>Tortorella after some deliberation decided to challenge the play, and it did not take long for officials and the on-site NHL situation room to stick with the call on the ice of no goal. The Hurricanes scored on the ensuing power play 25 seconds later and went on to win 4-3 in overtime to tie the series.</p><p>“I saw a loose puck in front of Freddie," Tortorella said. "Our player stabbed it, didn’t move the goalie and it goes through him into the other side. I’d challenge it 10 out of 10 times.”</p><p>The next morning, he expressed no regrets.</p><p>“That’s been explained by the league, and I stand behind my decision," Tortorella said Friday.</p><p>It was purely a video review of goalie interference and had nothing to do with whether the whistle was blown before the puck crossed the goal line.</p><p>“The ruling on the play was goaltender interference,” Stephen Walkom, executive vice president and director of officiating, told a pool reporter. “He waved it (off) immediately. He believed that it was under the goalie, and the Vegas player went after the puck and interfered with the goalie and his ability to freeze the puck and waived it off immediately.”</p><p>Mark Jankowski had just tied it for the Hurricanes a few shifts earlier after Logan Stankoven started the comeback from down 2-0. On the opposing bench, Carolina players and coach Rod Brind'Amour were not sure how the review was going to go.</p><p>“Obviously, you’re hoping for the best,” center Sebastian Aho said. “You can’t really control it. I didn’t have a really good view of it, so I had no clue. So, I was just hoping for the best.”</p><p>Brind'Amour decided not to challenge for goalie interference in Game 1 on Tuesday night because there were too many variables at play. His thinking turned out to be right again.</p><p>“It happened to us in I guess the first game: When it’s called a goal or no goal on the ice, it better be 100% to challenge it,” Brind'Amour said. “That’s the rule we go by. So, they called no goal on the ice, so that’s kind of how I think it worked out. I don’t know. I don’t know what the explanation is. It looked like he had it covered, and then all of a sudden it was in the net. I don’t know. I haven’t really looked at it. I was just happy that it went our way.”</p><p>Andersen went full extension to make a paddle save to deny Barbashev on the initial shot. A scrum ensued around the crease, with players diving at the puck hoping to knock it in or keep it out.</p><p>“To me, it felt like a no goal,” Hurricanes captain Jordan Staal said. "Obviously, I’m on the other side, but I’m sure they have a different opinion. My gut was like, ‘Man, there’s no way.’ What an incredible effort by Freddie just staying with that one and finding a way to get a piece of that. I was flopping everywhere. I didn’t know what was going on. Freddie just stuck with it. The guy’s an absolute animal. That was a pretty crazy play and obviously a game-changer for us.”</p><p>The punishment for a failed coach's challenge is a two-minute minor penalty. Vegas was 4 for 4 on the penalty kill against Carolina's power play to that point in the series.</p><p>“I’m not sure how they go about their thought process, Brind'Amour said. “They’ve obviously killed all the penalties. That’s a big one.”</p><p>Staal made sure the Golden Knights didn't kill this one, tipping defenseman Shayne Gostisbehere's point shot in for the Hurricanes' eighth power-play goal of the playoffs. Seth Jarvis made it nine when he scored in overtime, though it may have never gotten to that point had Tortorella not challenged.</p><p>“You’d like to make them pay every time," Aho said. "It’s a big swing because the other option is going down a goal. But other than that, every time you get a power play, you’re trying to score. So, it’s not that different, but obviously it was a big swing.”</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/63JUHACKX66BJN7KJUVX6ACISI.jpg?auth=d0d9c8a078bc787c3e067ba1843214f44bc57921be3daaa49ac1b20dfc248f8a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes goaltender Frederik Andersen (31) stops a shot byf Vegas Golden Knights' Ivan Barbashev (49) 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/7Q5Y4HECZJ4TOHXN4O3LIAD3G4.jpg?auth=1b1fe723e28e9722e15f3d7234f0465e6cb7e1792db8772733a5cc08caad06ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes goaltender Frederik Andersen (31) stops the puck during the third 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/ZIM5RJI6IOUORV7UC66U4YIR3A.jpg?auth=c4e5da26b20f3ad2c70acb69361da306d2ef2bea082c85d8e66faa8e04a4f299&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vegas Golden Knights head coach John Tortorella looks on during the first period in Game 1 of the Western Conference finals NHL hockey Stanley Cup playoff series against the Colorado Avalanche Wednesday, May 20, 2026, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Australian cockroach kingpin caught with 100,000 illegal insects in record bug bust]]></title><link>https://www.local10.com/news/weird-news/2026/06/05/australian-cockroach-kingpin-caught-with-100000-illegal-insects-in-record-bug-bust/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/06/05/australian-cockroach-kingpin-caught-with-100000-illegal-insects-in-record-bug-bust/</guid><dc:creator><![CDATA[By CHARLOTTE GRAHAM-McLAY, Associated Press]]></dc:creator><description><![CDATA[WELLINGTON, New Zealand (AP) — More than 100,000 live cockroaches illegal to keep in Australia were confiscated from a single breeder in the country’s largest-ever seizure of exotic invertebrates, officials said Friday.]]></description><pubDate>Fri, 05 Jun 2026 06:27:21 +0000</pubDate><content:encoded><![CDATA[<p>WELLINGTON, New Zealand (AP) — More than 100,000 live cockroaches illegal to keep in Australia were confiscated from a single breeder in the country’s largest-ever seizure of exotic invertebrates, officials said Friday.</p><p>The haul of Madagascar hissing cockroaches and dubia cockroaches, worth 200,000 Australian dollars ($142,000), was seized in May from a commercial breeder in the city of Bathurst in New South Wales state, according to Australia’s Department of Climate Change, Energy, Environment and Water.</p><p>The Madagascar hissing species is one of the world’s biggest cockroaches, measuring 2 to 3 inches (5 to 8 centimeters) in length. Photos released by the department showed a shiny, brown invertebrate larger than a person’s finger.</p><p>It's much bigger than the country's common Australian cockroach, which measures between 0.9 and 1.4 inches (2.3 and 3.6 centimeters) long. Cockroaches flourish in Australia due to its sub-tropical climates and the country is home to hundreds of species.</p><p>Bathurst snake catcher Stefanie Lesser told the Australian Broadcasting Corp. that the larger exotic species were likely being sold as as a cost-effective reptile food because their large size meant fewer insects were needed. Officials urged pet owners to seek out crickets or wood roaches to feed their lizards instead.</p><p>Both Madagascar hissing and dubia cockroaches are illegal to import into Australia. They can’t be legally kept, bred or sold no matter how they were obtained, the department said in a statement.</p><p>Australia has strict biosecurity controls at its borders to protect its agriculture and horticulture sectors and native wildlife from pest infestations. Those smuggling in undeclared or illegal animal, insect or plant material can be fined thousands of dollars.</p><p>Exotic cockroaches “have not been subject to an environmental risk assessment” and they could spread disease or harm native wildlife, the statement said. Officials warned of prosecutions against those caught with the invertebrates.</p><p>A spokesperson said charges weren’t laid against the Bathurst breeder. The cockroaches seized would be euthanized, the department said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T5IX5RVTIUIINQDJQKOGPLUVG4.jpg?auth=7ec80573e3cc12f26d602448d2a3591794aba5fec9df6b530268251d1cce5b7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image supplied by Australia's Department of Climate Change, Energy, the Environment and Water shows, a staff member holding a Madagascar hissing cockroach seized from a commercial breeder at Bathurst, Australia, Tuesday, May 26, 2026. (Department of Climate Change, Energy, the Environment and Water via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Department of Climate Change</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GSMBB7BXVEYDKYKMF55NPEGMRY.jpg?auth=5942898b883bb0be86c4084f7faee20daf5ea55ca05ebf743e3b53dad3a601a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image supplied by Australia's Department of Climate Change, Energy, the Environment and Water shows, a staff member holding a Madagascar hissing cockroach seized from a commercial breeder at Bathurst, Australia, Tuesday, May 26, 2026. (Department of Climate Change, Energy, the Environment and Water via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Department of Climate Change</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CEOSPKIWBNGPDE53WDFUJAN5ZE.jpg?auth=fc13faa222e9dad7ff7dc4b34ea43376fc8e05c591cd32a366f722a775c0d612&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image supplied by Australia's Department of Climate Change, Energy, the Environment and Water shows, Madagascar hissing cockroaches and dubia cockroaches, seized from a commercial breeder at Bathurst, Australia, Tuesday, May 26, 2026. (Department of Climate Change, Energy, the Environment and Water via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/LRPFPTRQVNGI6CFYF3JAOK5KZA.jpg?auth=13420558fd5a3075efdd474e8eed54481064d948d5f9a2971f5447d9a4c81ca2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image supplied by Australia's Department of Climate Change, Energy, the Environment and Water shows, Madagascar hissing cockroaches and dubia cockroaches, seized from a commercial breeder at Bathurst, Australia, Tuesday, May 26, 2026. (Department of Climate Change, Energy, the Environment and Water via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Department of Climate Change</media:credit></media:content></item><item><title><![CDATA[Many soccer fans will be drinking alcohol and watching the World Cup. In heat, doing that is risky]]></title><link>https://www.local10.com/sports/2026/06/05/many-soccer-fans-will-be-drinking-alcohol-and-watching-the-world-cup-in-heat-doing-that-is-risky/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/many-soccer-fans-will-be-drinking-alcohol-and-watching-the-world-cup-in-heat-doing-that-is-risky/</guid><dc:creator><![CDATA[By DORANY PINEDA, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — It was early morning on a recent Saturday and The Greyhound Bar & Grill in Los Angeles was abuzz with soccer fans clapping, hooting and hollering. Their eyes were glued to the TV screens, tables littered with beer pints and pitchers and other boozy libations.]]></description><pubDate>Fri, 05 Jun 2026 10:24:10 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — It was early morning on a recent Saturday and The Greyhound Bar & Grill in Los Angeles was abuzz with soccer fans clapping, hooting and hollering. Their eyes were glued to the TV screens, tables littered with beer pints and pitchers and other boozy libations.</p><p>Paris Saint-Germain and Arsenal were facing off in the Champions League final, and by 9:20 a.m. — less than a half hour into the game — the patrons inside this crowded bar had already purchased $1,300 in alcohol.</p><p>“It’s just a better vibe when you’re a little buzzed,” said Madeline Guillen, 28, who was drinking a mimosa with friends. “That’s a big thing about sports. I think sports and drinking go hand-in-hand.”</p><p>Drinking alcohol while watching sports is common in many countries, and millions of soccer fans will be doing so this summer during the FIFA World Cup games in Mexico, Canada and the United States. But imbibing boozy drinks during what could be a sizzling June and July has some experts worried. They say mixing alcohol with extreme heat poses extra risks, especially people drinking excessively who may not be hydrating enough, staying cool, or have underlying health conditions.</p><p>Here's what to know about the science of extreme heat and drinking alcohol, plus tips from experts if you’re going to be drinking while watching soccer on a hot summer's day.</p><p>When summer, sports and booze collide</p><p>Climate change, caused by burning coal, oil and gas, is making heat deadlier worldwide, especially in the summer, and that's raising worries about soccer players and fans suffering heat stress during the games. Heat also influences how people drink alcohol and whether they end up in the hospital.</p><p>Various studies from around the world show that drinking alcohol peaks in the summer, and that people living in hotter climates are more likely to binge drink, according to a study from Mexico.</p><p>There is also sometimes a “hedonic effect” where people drink to ease the discomfort of feeling hot, said Nathan Morris, assistant professor in thermoregulation at the University of Colorado, Colorado Springs. “We drink alcohol, we feel good, and so it masks that normal drive to do something to cool yourself down,” which can lead to heat stress.</p><p>“Maybe we stay out in the heat longer. Maybe we drink less cold water. Maybe we’re less likely to use a fan or seek an air conditioned space,” he added. “I think that might be where we’re seeing more of the strain on the body.”</p><p>International research has also established links between heavy drinking and sports spectators. One paper from Australia found that participants self-reported consuming an average of five drinks in just over two hours while watching Australian football games. In a 2023 study, researchers found that higher temperatures resulted in more alcohol-related hospital visits in New York state.</p><p>Heat and alcohol, a riskier mix</p><p>Heat exhaustion happens when your body loses too much water and salt from excessive sweating. When the body can no longer cool itself, heat stroke occurs, which can cause confusion, loss of consciousness and even death. Heat combined with humidity — the kind of weather in host cities like Miami, Houston and Monterrey, Mexico — makes it harder for sweat to evaporate to cool the body.</p><p>Alcohol primarily affects the central nervous system — your body's master processing center responsible for your thoughts, feelings and movements. It can cause headaches, vomiting, dizziness, a loss of coordination and balance. It also makes you pee more.</p><p>When you combine fluid loss from sweating on a hot day with increased urination from drinking alcohol, it can lead to dehydration, which can make you feel the effects of drinking faster, according to the National Institute on Alcohol Abuse and Alcoholism. Additionally, studies show drinking on a hot day makes it less likely you'll wear sunscreen, and that alcohol reduces the amount of heat exposure needed to get sunburnt.</p><p>“If you put together hot weather, summer, crowd, during the World Cup, people are sweating more, so they’re losing liquids from their body," said Dr. Lorenzo Leggio, physician and scientist with the National Institutes of Health. “On top of that, you drink excessive amount of alcohol that is leading you to more urination."</p><p>When high temperatures are combined with drinking, it can have a “synergistic effect" that can cause symptoms including thirst, headaches and dizziness, he said.</p><p>Fabiano Amorim, associate professor at the University of New Mexico, has studied the effects of alcohol in hot environments among construction workers. He and other researchers found that if workers drank the night before, health markers including blood pressure, core and skin temperatures and heart rate were elevated, and their urine and sweat production were lower at work the next day.</p><p>“Alcohol on the previous night effects your ability to deal with heat and stresses your kidneys ... putting you in a higher risk of heat-related illness,” he said. Although World Cup fans won't be physically exerting themselves like construction workers, their findings still apply, Amorim said. Spectators could be in crowded places with limited air flow or exposed to the sun for hours.</p><p>“People are going to accumulate days of drinking,” he said. “They want to have fun, they come from one game to the other, they watch games, etc. It means there is a cumulative effect from one day to the other.”</p><p>The elderly, people with alcohol disorders, heart conditions and other chronic health issues are among the most vulnerable.</p><p>Tips for drinking safely when it's sizzling out</p><p>The best way to mitigate risks is to not drink at all, said Leggio. But if you're going to, eat a meal before, drink plenty of water, pick drinks with low concentrations of alcohol, and imbibe in moderation.</p><p>Before taking your first sip, Morris suggests taking regular precautions such as putting on a hat and sunscreen and ensuring you have other cold, non-alcoholic beverages at hand. Also, have a friend with you who can jump into action if you start feeling unwell. “Buddy systems are always really important with heat stress," he said.</p><p>Amorim recommends seeking shade, which can reduce heat stress on the human body between 25% and 35% throughout the day and can be 20 F to 45 F (11 C to 25 C) cooler than surfaces without it. He echoed to drink plenty of water and apply some on your skin to help cool you off. Eating cold slushies and popsicles are a good idea, too.</p><p>Leggio suggests being aware of early signals from your body.</p><p>“Feeling dizzy, feeling a little confused, having blurred vision, not being able to see well in your surrounding," he said. “And if you do feel any of these symptoms, ask for help right away.”</p><p>Medical staff will be stationed throughout the stadiums and at Fan Festivals.</p><p>Back at the bar in Los Angeles, Daniel Tran, 41, was calming his nerves with a cold beer Saturday morning while rooting for Arsenal. He plans to attend several World Cup games and Fan Festivals in L.A.</p><p>“If it's a really hot day, I’ll try to either hydrate the night before, make sure I get electrolytes, and also maybe not drink as much," he said, adding: “Pace yourself.”</p><p>There will be 104 games, after all.</p><p>___</p><p>The Associated Press receives support from the Walton Family Foundation for coverage of water and environmental policy. The AP is solely responsible for all content. For all of AP’s environmental coverage, visit https://apnews.com/hub/climate-and-environment</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H2XONCRUFU73MYY3VLDIVMEJHE.jpg?auth=8df857b8f0809e77fcdb806df235e0f1a975b82c42bd8c2ddbc156d095b4b590&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - PSG fans cheer for their team before the Champions League final soccer match between Paris Saint-Germain and Arsenal in Budapest, Hungary, May 30, 2026. (AP Photo/Andreea Alexandru, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andreea Alexandru</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ISF3OCZ5BWPTPHNPMRSE3PRZXI.jpg?auth=f617fd967f86ae9bcd2657a7591f084129e826bdbffd07c7d48211ee60264d6d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Fans watch the Champions League final soccer match between Paris Saint-Germain and Arsenal in Budapest, Hungary, May 30, 2026. (AP Photo/Rudolf Karancsi-Albert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rudolf Karancsi-Albert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SDFKU7W7W7DMEEYPDTMIWRAOC4.jpg?auth=92968fb922a8db0313de3bbda0a7cfcf64dc872eefb254f198bb88408924bd9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man buys beers at a fan zone ahead of the FIFA World Cup, in Doha, Qatar, Nov. 19, 2022. (AP Photo/Petr Josek, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MAMW5ZGPSWOIUPX3J5NFYSGS6A.jpg?auth=d2b1afdf90b514bdb6c190d18ee18b75cec6b3335e981204cd3236a2c8bc229f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Venezuela fans take photos of their beers before a Copa America quarterfinal soccer match between Venezuela and Canada, July 5, 2024, in Arlington, Texas. (AP Photo/Julio Cortez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z6TA3XV5SKZ7YU5Y7VIIO6HSAU.jpg?auth=b5f8b4d4baaf99f29bcf57aaa386c8294d237a7191debffaff0ecd42a2bb87bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Fans have a drink on the stands while waiting for the start of the Nations League semifinal soccer match between Spain and Italy at De Grolsch Veste stadium in Enschede, eastern Netherlands, June 15, 2023. (AP Photo/Peter Dejong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Dejong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TKIQBHHCUBJE6OEFZSF2V3IMFU.jpg?auth=9e56c8c4a8e03d27906b2abd7119c6db7e750cdaa611232e683c6f389841cb9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Men with face painted in the colors on the England flag chant slogans and drink beers at Breitscheidplatz before the start of the final match between Spain and England at the Euro 2024 soccer tournament in Berlin, Germany, July 14, 2024. (AP Photo/Ariel Schalit, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BE7ZKW2FT3C37D4YYAQDB7I64E.jpg?auth=fc7b2d8e379477e1e39122f2512f5eadc0083d740cd9b32af0c9480856293881&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A soccer fan, with nails painted with a Brazil flag, holds a beer while watching the team's World Cup match against Serbia on a screen set up in the Rocinha favela in Rio de Janeiro, Brazil, Nov. 24, 2022. (AP Photo/Bruna Prado, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruna Prado</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5A5BHO57TYKIGVR7MCSWUTW34A.jpg?auth=7a7acd003906761d3d385b06039a0b32f68c96ee959a519d2692ef6eb2a0d4d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A bartender clears bottles of Budweiser beer from the bar near a replica of the FIFA World Cup trophy at an official U.S. Soccer fan party at the Budweiser World Club, in Doha, Qatar, Nov. 20, 2022. (AP Photo/Ashley Landis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2EYSLKKUQPMOSFO4CBFWIR2R2E.jpg?auth=890433da91d74bd231e019658ecbbbee60971370a09dc56784e28959b99980cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An Inter fan drinks a beer in the city center ahead of the Champions League final soccer match between Paris Saint-Germain and Inter Milan in Munich, Germany, May 31, 2025. (AP Photo/Markus Schreiber, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Markus Schreiber</media:credit></media:content></item><item><title><![CDATA[Some of the most dedicated World Cup fans skipping this year's tournament, citing costs and politics]]></title><link>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/</link><guid isPermaLink="true">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/</guid><dc:creator><![CDATA[By R.J. RICO, Associated Press]]></dc:creator><description><![CDATA[Soccer fans will soon crisscross continents to see their beloved national teams compete on the sport's grandest stage, the World Cup. They'll pack bars and fan zones, singing chants and debating who is going to win it all.]]></description><pubDate>Fri, 05 Jun 2026 14:39:26 +0000</pubDate><content:encoded><![CDATA[<p>Soccer fans will soon crisscross continents to see their beloved national teams compete on the sport's grandest stage, the World Cup. They'll pack bars and fan zones, singing chants and debating who is going to win it all.</p><p>This time, however, it's different for some superfans, who say organizers have made this summer’s World Cup the least welcoming one they have experienced. Ticket prices, expensive cross-country travel and concerns about entering the U.S. have prompted some of them to stay home.</p><p>London-based IT worker Mike Wilson has been to four World Cups over the past 20 years. This summer, he'll be staying in Europe and watching part of the tournament from a Portuguese beach.</p><p>Argentine doctor Emiliano Becerra likes to follow his team through every step of the elimination round. This time he’ll attend two early matches and then fly home.</p><p>Dutch-born finance manager Peter Bergakker flew to South Africa to watch the Netherlands play in the 2010 World Cup final. But no matter how far the "Oranje" advance this summer, he said he won’t travel to the U.S.</p><p>Exactly how many fans are staying away is unclear, but the warning signs are there.</p><p>Hotel bookings have been lighter than expected in many U.S. host cities. Meanwhile, the president of the travel agency association in soccer-mad Uruguay said they have arranged tour packages for about 3,000 fans, significantly fewer than attended recent World Cups.</p><p>A financially inaccessible tournament</p><p>The number of fans able to travel and take weeks off of work to cheer on their team during the World Cup understandably skews to the wealthy. But previous tournaments have remained accessible for fans who, in some cases, would save for years for their flights and match tickets.</p><p>Four years ago, lower-tier Category 3 tickets to group stage matches were $69. This year, FIFA has been selling them for as much as $265.</p><p>The last two tournaments in Russia and Qatar offered match-going fans free transportation between host cities, though many matches were much closer than the vast area covered by the 16 stadiums hosting matches across the U.S., Canada and Mexico.</p><p>And while fans there were not permitted by FIFA to sell their tickets on the official resale site for above face value, the sports governing body has taken a different approach this time — encouraging fans to resell tickets for as high as they want, with FIFA pocketing 30% in fees along the way. FIFA did not respond to a request for comment Thursday but has previously defended ticket prices as a reflection of “record-breaking” demand.</p><p>Tomonori Akutsu, who lives outside Tokyo, said if he had realized how expensive this tournament would be when he started making plans, he might have reconsidered attending his sixth straight World Cup.</p><p>Without question, he believes, the U.S. has been the worst host, and tournament organizers have demonstrated a “complete lack of hospitality in every aspect,” citing things like ticket prices, an inflated resale market, expensive hotel prices and fan festivals that cost money to attend.</p><p>“Simply, my impression is ‘this is America,’ the ultimate capitalism,” Akutsu said.</p><p>Becerra, of Argentina, spent $1,100 to see Argentina defeat France in the 2022 final in Qatar. For the past three World Cups, he followed Argentina through the knockout stages.</p><p>Not this time.</p><p>This year, he paid even more — $1,200 — for a resale ticket to see Argentina’s match against low-ranked Jordan in Dallas.</p><p>“It’s absolutely crazy – it’s just a group stage match,” said Becerra, a 64-year-old ophthalmologist who lives in Neuquén, in northern Patagonia.</p><p>Becerra will head home before the knockout stage begins. The prices, he said, are “just not possible for me.”</p><p>Will ticket prices cost the World Cup some of its culture?</p><p>Wilson, the IT specialist from England, said he and his friends opted to skip this summer's tournament because they couldn’t justify spending the prices they were seeing.</p><p>Wilson had never spent more than $200 for any World Cup match, a price that, on the resale market, barely buys a nosebleed seat at a group stage match between two obscure teams. Instead, he and his friends have booked a Portugal getaway.</p><p>For Wilson, the World Cup is more about the atmosphere than the matches.</p><p>“That’s the great thing about these tournaments: You’re sitting at a hostel, chatting with U.S. fans, and then you go to a bar up the road and there are loads of Chileans who have just taken over the place," Wilson said, recalling a memorable night in Johannesburg in 2010. "It’s stuff like that which makes the World Cup. But now they’ve just priced everyone out.”</p><p>Mark Doidge, a sociologist at England’s Loughborough University, said World Cups have long been defined by their traveling supporters, pointing to Colombia's famous “Birdman” and the sea of St. George’s crosses at every England match. Rising costs, he said, risk losing exactly those fans.</p><p>“Most of those buying expensive tickets are not those passionate fans, but wealthy people paying for an experience,” he said.</p><p>Expensive World Cup won’t deter some ardent fans</p><p>There is at least one group of supporters that appears determined to come regardless of the cost: the Scots, who are eager to see their team compete in their first World Cup in 28 years.</p><p>Campbell Lewis and his friends began booking refundable accommodations across the U.S. as soon as Scotland qualified last year before prices rose.</p><p>With tens of thousands of Scottish fans expected to attend, tickets for their team's matches have proven harder to obtain.</p><p>But after prices began to drop in recent weeks, Lewis bought two tickets for Scotland’s second match for him and his 10-year-old son. He and his friends are still waiting until the final days to get tickets to the team's opener against Haiti, though. As of Thursday, the cheapest resale ticket for that match outside Boston exceeded $600.</p><p>“For a lot of Scottish people of my generation, this is a once-in-a-lifetime thing,” he said. “We were all kids the last time we qualified. And even though the prices have gotten out of hand, there’s just this determination that we want to go.”</p><p>Fans have concerns about traveling to the U.S.</p><p>U.S. entry requirements may also be limiting international visitors.</p><p>Unlike Russia in 2018, which waived visa requirements for ticketholders, and Qatar in 2022, which streamlined entry for fans, many traveling to the U.S. still face strict visa requirements. Until the U.S. reversed course last month, ticket-holding fans from Algeria, Cape Verde, Ivory Coast, Senegal and Tunisia were even going to have to pay as much as $15,000 in bonds to enter the country.</p><p>Carlos Pera, president of Uruguay’s travel agency association, recently told Uruguay's Subrayado that U.S. visa requirements were among the reasons fewer Uruguayans are making the trip this year.</p><p>U.S. officials have pushed back on concerns about visitors encountering an unwelcome environment, and the White House’s World Cup task force has highlighted efforts to prioritize visa interviews for fans with tickets. Andrew Giuliani, who leads the task force, dismissed concerns Thursday that traditional traveling supporters may be staying away.</p><p>“We want superfans and first-time visitors alike to know: America welcomes you to what will be the greatest World Cup yet,” he said in a statement.</p><p>For some fans, however, the concern goes beyond visas and cost.</p><p>Bergakker, a 48-year-old Dutch financial controller who lives near Heidelberg, Germany, said President Donald Trump’s “hostile” approach toward European allies has changed his view of traveling to the U.S.</p><p>Bergakker has attended two World Cups and four European Championships and said he is extremely susceptible to “Oranjekoorts” — the orange fever that grips Dutch fans as a tournament progresses.</p><p>A deep Netherlands run usually would be all it takes to get him on a plane, no matter the price of tickets. But Bergakker said he worries his criticism of Trump on social media could lead to problems at the border, a concern the White House rejected. A spokesperson said Thursday that a Customs and Border Protection proposal to scrutinize World Cup visitors’ social media accounts was never enacted.</p><p>Still, Bergakker said that as long as Trump is president, "this Oranje fan won’t be visiting.”</p><p>___</p><p>Rico reported from Atlanta. Associated Press reporters Mari Yamaguchi in Tokyo; and Mike Corder in The Hague, Netherlands; and Gisela Salomon in Miami contributed to this report.</p>]]></content:encoded></item><item><title><![CDATA[Vegas D-man Brayden McNabb's Stanley Cup Final status is unclear after taking a puck to the face]]></title><link>https://www.local10.com/sports/2026/06/05/brayden-mcnabb-knocked-out-of-stanley-cup-final-game-2-after-taking-a-puck-to-the-face/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/05/brayden-mcnabb-knocked-out-of-stanley-cup-final-game-2-after-taking-a-puck-to-the-face/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[RALEIGH, N.C. (AP) — The status of Vegas Golden Knights defenseman Brayden McNabb moving forward in the Stanley Cup Final is unclear after he took a puck to the face in Game 2.]]></description><pubDate>Fri, 05 Jun 2026 14:51:49 +0000</pubDate><content:encoded><![CDATA[<p>RALEIGH, N.C. (AP) — The status of Vegas Golden Knights defenseman Brayden McNabb moving forward in the Stanley Cup Final is unclear after he took a puck to the face in Game 2.</p><p>Coach John Tortorella had no update on McNabb on Friday other than to confirm the 35-year-old was traveling home with the team. Game 3 is Saturday in Las Vegas.</p><p>McNabb left Thursday night's game after taking an 87.3 mph slap shot from Nikolaj Ehlers square in the face just past the midway point of the first period. McNabb dropped his stick, went down to the ice and grabbed his nose as he skated immediately off and down the tunnel.</p><p>“It’s a scary play," forward Brett Howden said. ”You never want to see that. Just hope he’s doing all right."</p><p>Vegas went the rest of the way with just five defensemen. McNabb’s exit had a domino effect that led those guys to playing more minutes than usual, and in particular Jeremy Lauzon was on the ice for all four Carolina goals, with one shot banking in off him, another partially the result of him losing a one-on-one battle with William Carrier and Seth Jarvis' overtime winner going past him.</p><p>“You lose a guy like Nabber who logs heavy minutes, such a good teammate, plays the game so hard, it’s tough," captain Mark Stone said. "They battled as hard as they could.”</p><p>McNabb was coming off the first three-assist performance of his NHL career in Game 1. He is one of three original Golden Knights players who have been around for the franchise's entire nine-year existence and are in the final for a third time.</p><p>“He’s a vital part of this team," said center William Karlsson, who also has been around since the beginning. “He’s been here for a long time and has been vital every year. I think he is extremely good defensively, helps us out in PK situations and stuff like that. Of course, tough to not have him for the remainder of that game.”</p><p>The Golden Knights had their optimum, healthy lineup back for the series opener when Lauzon returned from his puck-to-the-head injury that had sidelined him since the second round. That did not last long.</p><p>Either Ben Hutton, a left-handed shooter, or Kaedan Korczak, who was playing in place of Lauzon, figures to play in Game 3 on Saturday if McNabb is unavailable.</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/V4IHVEIDG5VYSKZVKIBMQXXVQI.jpg?auth=1cfa2b202ade78f1bcbf0b0dbabcfbbd7913352e5ae00ecb73b235af77ed52b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vegas Golden Knights' Brayden McNabb takes a puck to the face during the first period in Game 2 of the NHL hockey Stanley Cup Final series against the Carolina Hurricanes 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/3A5XGVLDHY6EHSMTOILOK5X4F4.jpg?auth=9c65ef2ee4e7e3a52142661a1c82d5ed4cc270fb84b241f9dc875ed25a8ac5cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vegas Golden Knights' Brayden McNabb takes a puck to the face during the first period in Game 2 of the NHL hockey Stanley Cup Final series against the Carolina Hurricanes 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></item><item><title><![CDATA[Pope Leo's visiting Europe's migration hot spots. Catholics hope he'll ease political tensions]]></title><link>https://www.local10.com/news/world/2026/06/05/pope-leos-visiting-europes-migration-hot-spots-catholics-hope-hell-ease-political-tensions/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/05/pope-leos-visiting-europes-migration-hot-spots-catholics-hope-hell-ease-political-tensions/</guid><dc:creator><![CDATA[By GIOVANNA DELL'ORTO and RENATA BRITO, Associated Press]]></dc:creator><description><![CDATA[BARCELONA, Spain (AP) — Pope Leo XIV is delving into the hotly contested issue of migration by visiting two flashpoints — Spain’s Canary Islands in the Atlantic next week, and Italy’s Lampedusa island in the Mediterranean in early July.]]></description><pubDate>Fri, 05 Jun 2026 04:05:45 +0000</pubDate><content:encoded><![CDATA[<p>BARCELONA, Spain (AP) — Pope Leo XIV is delving into the hotly contested issue of migration by visiting two flashpoints — Spain’s Canary Islands in the Atlantic next week, and Italy’s Lampedusa island in the Mediterranean in early July.</p><p>These rocky, remote outposts of Europe have struggled with the arrival of tens of thousands of mostly African migrants through some of the world's deadliest migration routes. Even as numbers decreased this year, especially in the Canaries, the issue continues to roil politics in these historically Catholic countries.</p><p>Many Catholics and migrants hope the upcoming papal trips will refocus attention on solidarity and support — and away from divisive political debate that is splitting the right in addition to pitting it against the left.</p><p>“Stuck in the middle are the migrants,” said the Most Rev. José Mazuelos, the bishop of Canarias, whose diocese includes several of the islands. “So the church says, ‘Let’s give them a face, because we’re talking about people, not numbers.’"</p><p>Among them is Eslim Jallow, 27. Dreaming of a more prosperous future, Jallow and his younger brother left Gambia and landed in the Canary Islands in 2023. At first, Jallow struggled to adapt, but he quickly learned Spanish, took courses and now earns a living as a programmer and web developer in Las Palmas de Gran Canaria.</p><p>“Perhaps the pope will change the way in which people here look at immigrants,” Jallow said. “Immigrants should be treated with dignity and respect, not ignored.”</p><p>Like most migrants arriving in the islands, he isn’t Catholic. But he feels that Leo “speaks for us, he reminds the world we are also human beings.”</p><p>The Catholic Church’s ministry to migrants</p><p>Advocating for migrants globally was a priority for Pope Francis.  He went to Lampedusa in 2013 on his first pastoral visit outside Rome and, three years later on the Greek island of Lesbos, he brought back with him a dozen Syrian Muslim refugees.</p><p>Under Leo, the Catholic Church has continued to call for their humane treatment around the world, including decrying mass deportations in his home country, the United States.</p><p>“Pope Leo is signaling how important immigration is to him by doing these two trips early in his papacy,” said Michele Pistone, a Villanova University professor who leads its new center on immigration.</p><p>In the Canaries, Leo is expected at the port of Arguineguín, on the island of Gran Canaria, on June 11 to pay homage to thousands of migrants who died or disappeared en route. The next day, he will meet migrants at a camp on the island of Tenerife.</p><p>The archipelago has been the epicenter of a humanitarian crisis that in 2024 saw the arrival of nearly 47,000 migrants from North and West Africa, including several thousand unaccompanied minors.</p><p>Like Jallow, half of them landed in El Hierro island — nearly triple its population, said the Most Rev. Eloy Santiago, bishop of Tenerife, whose diocese includes that smaller island. Its resources were strained to a breaking point, even though most migrants only stayed a few days.</p><p>“If a boat arrives, the couple of local doctors have to go out running to take care of them, and then the local residents who had their medical appointments can’t have them,” Santiago said.</p><p>Catholic organizations are among those that aid migrants from the moment they step out of rickety, overcrowded boats.</p><p>Arrivals have slowed dramatically this year, in part due to stricter controls along the African coast. But the most challenging task remains — how to help those who arrived as minors, were entrusted to state care, and are thrown out into the streets when they turn 18, often with no job prospects and no support.</p><p>Jallow fears what will happen to his younger brother when he reaches adulthood next year. He’s been paralyzed from the neck down since he had an accident soon after arriving in the Canaries and lives in a Catholic hospital in Las Palmas.</p><p>Caya Suárez, secretary general for the Catholic charity Caritas in the Canaries, has seen firsthand how migrants coming of age on the islands are the most vulnerable.</p><p>“That’s a very bad moment, even though they’d been waiting for it with hope, because they see they are still stuck without alternatives,” she said.</p><p>Caritas tries to help the young adults find housing and jobs, she added. It’s also relocated a few young migrants to Madrid, a small village in the largely rural region of Galicia, and elsewhere on the mainland, with the help of parishes there even as the governments of other Spanish regions have been reluctant to take on underage migrants.</p><p>Spain’s migrant amnesty and continuing challenges</p><p>Many residents in the Canaries feel like they’ve been abandoned to cope with an unsolvable problem — how to stretch even farther resources for migrants who thought they’d be within reach of economic prosperity and free to travel across the European Union, and instead end up on the street, struggling to send remittances home but also to leave.</p><p>Compounded with the perception that national and European political institutions tend to see it as an exclusively “island problem,” the situation is generating a growing malaise even among generous islanders who have long been accustomed to migration to and from Latin America, the Canaries’ bishops said.</p><p>“The pope’s word can help so that in the middle of this fatigue, people can buck up again because they see they are supported,” said Santiago, who was born and ordained a priest on the islands.</p><p>At the national level, Spain’s Catholic Church also backed a new measure giving temporary residency permits to potentially more than half a million foreigners in the country illegally, many from Latin America.</p><p>They often work in hospitality, agriculture and eldercare, boosting the economy, according to the socialist government of Prime Minister Pedro Sánchez — and to the church.</p><p>“In the matter of immigration, the church’s position gets into a head-on collision with the position of the right,” said Pablo Simón, a political science professor at University Carlos III in Madrid.</p><p>That has created a rift between the church and far-right parties, like Vox in Spain, which has criticized the church on immigration, despite often couching its anti-migrant rhetoric in religious terms.</p><p>The Rev. Fernando Redondo, who leads the migration department of the Spanish bishops’ conference, said the church’s stance is in line with the Christian mandate to welcome the stranger. But he added it needs better understanding among the many faithful who believe migrants come to steal jobs or live off welfare.</p><p>“We have a big challenge, which is raising awareness among our faithful … that from the viewpoint of faith, to welcome a migrant person is to welcome Christ himself,” Redondo said. “Then, of course, there needs to be ways, proper social and political ways, so that migration doesn’t become a total mess.”</p><p>Hoping for words of reconciliation in the Canary Islands</p><p>In the Canaries, ordinary people have been on the frontlines of that often life-endangering chaos — fishermen who hand out drinking water to migrants on ramshackle rafts, sunbathers who run into the sea to help landing migrants, the volunteers who greet them in more than a dozen languages.</p><p>But they have also seen that integration can work, as in a small mountain village that was emptying out until a center for three dozen migrant children was opened, creating jobs and filling up the school — and the local church’s annual feast day procession.</p><p>That’s why many look forward to Leo bringing a simple but crucial message of reconciliation that focuses on the people impacted, not on the politics.</p><p>“The pope doesn’t support this slogan of ‘let’s go, open doors for the whole world here.’ Nobody supports that,” Mazuelos said. “When here comes a gentleman in a wooden boat after five days in the Atlantic, what are we supposed to do, kick him back? We’ve got to find a way to welcome him.”</p><p>___</p><p>Dell'Orto reported from Minneapolis.</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/PGTKMXUVJOCJHL6MI6Z2LEJ6RI.jpg?auth=858b35e339a09c6ed0f6e8cd0e1231d0c3125e2b22b3b7e2e9adb66d02680930&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Migrants react as they arrive at the port in La Restinga on the Canary island of El Hierro, Spain, on, Aug. 19, 2024. (AP Photo/Maria Ximena, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Maria Ximena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q3DTIEVUR6M63NNUGQIS2CAQRY.jpg?auth=1a2945080aec1e5a93f9475ba0e1b7df93b998afd66078d90f9024840e62fa76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Migrants crowd a wooden boat as they sail to the port in La Restinga on the Canary island of El Hierro, Spain, Sunday, Aug. 18, 2024. (AP Photo/Maria Ximena, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Maria Ximena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KTU4Y6YN5KNFD3T4K3JYTAG7BM.jpg?auth=2feeafa2ea83a766e16fb7422f475cda6bd97c5ed16e4152efdf775b1f6fa28a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mamadou Patherazi, from Guinea, sits on a bench at the Modern Christian Mission church in Fuerteventura, Canary Islands, Spain, on Aug. 22, 2020. (AP Photo/Emilio Morenatti, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilio Morenatti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JRWAA45IHUHAXOX6B5KL5PMXH4.jpg?auth=2744164a8408671518fb1da79be17fdd3c082245c20223d619bcb8dc8b28a551&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Migrants disembark at the port of "La Estaca" in Valverde on the Canary island of El Hierro, Spain, Aug. 26, 2024. Emergency services said the migrants arrived by boat after a 13-day voyage from Senegal. (AP Photo/Maria Ximena, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Maria Ximena</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[Longtime CBS correspondent Scott Pelley lived many workers' fantasy: Telling your boss off]]></title><link>https://www.local10.com/news/national/2026/06/05/longtime-cbs-correspondent-scott-pelley-lived-many-workers-fantasy-telling-your-boss-off/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/05/longtime-cbs-correspondent-scott-pelley-lived-many-workers-fantasy-telling-your-boss-off/</guid><dc:creator><![CDATA[By MATT SEDENSKY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — As if Scott Pelley’s years in a glamorous, globetrotting, seven-figure dream job weren’t enough, he’s pulled off one more thing to stir your envy: a cutting takedown of his boss that went loudly public.]]></description><pubDate>Fri, 05 Jun 2026 04:04:21 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — As if Scott Pelley’s years in a glamorous, globetrotting, seven-figure dream job weren’t enough, he’s pulled off one more thing to stir your envy: a cutting takedown of his boss that went loudly public.</p><p>The “60 Minutes” correspondent’s searing rebuke of CBS management this week, in which he questioned his bosses’ credentials and motives, may have ended in his firing, but amounted to the sort of mouthing-off that workplace peons typically only fantasize about.</p><p>“That’s the American dream — to be able to tell off your boss and walk out the door,” says Zach Tyra, a 40-year-old data analyst from Jones, Oklahoma, who found a kindred spirit in the newsman, recalling his own experience with a former boss he said was clueless. “I couldn’t do what Scott Pelley did because I didn’t have the safety net or the resources or the network that he has. I couldn’t tell my boss to stick it. I just had to sit there and eat it.”</p><p>Pelley's message may have been delivered in the measured baritone of someone polished by decades on the airwaves. But his backtalk stirred many who’ve felt the simmering rage of feeling a clueless boss was turning their days into a nightmare.</p><p>“It’s also kind of weird, like, Pelley isn’t some blue-collar hero. There’s a wide gap between, like, Pelley and your local everyday guy down at the hardware store,” Tyra says. “But I think everyone can relate to standing up for what they believe.”</p><p>A staff meeting that went deeply awry</p><p>Pelley's dressing-down came in a Monday staff meeting with the new executive producer of “60 Minutes,” Nick Bilton, brought aboard by Bari Weiss, who became CBS News’ editor-in-chief in October. The correspondent reportedly grilled Bilton about the firings last week of Bilton’s predecessor, Tanya Simon, and correspondents Sharyn Alfonsi and Cecilia Vega, accusing management of “murdering” the program, a revered cornerstone of TV journalism and a mainstay of Sunday nights for nearly six decades.</p><p>“She has no qualifications for her job,” Pelley said of Weiss, according to the media news site Status, which reported he then turned his ire at Bilton. “You have slender qualifications for this job.”</p><p>In firing Pelley, Bilton called his outburst an “ambush” of “remarkable incivility and contempt.” But, with Pelley becoming a proxy for the American worker, others cheered.</p><p>Parry Headrick, who runs a public relations firm in Boston, was immediately transported to his days as a young reporter at a small newspaper, where he had been carefully chronicling the trials of people who fell ill from what was believed to be exposure to toxic waste.</p><p>He had earned the trust of one family only to find editors plastered a headline on the story that reduced the sick child to a “toxic boy” and caused Headrick to lose all faith in his bosses. He screamed at the paper’s publisher and editor-in-chief before quitting.</p><p>“I lost my goddamn mind when they did that. And the story with Pelley resonated so hard specifically because of that,” says 57-year-old Headrick, who thinks many people can see Pelley’s point of view. “There exists in most Americans the desire to speak truth to power.”</p><p>That such an outburst arose in the news business may be no surprise; journalists pride themselves as a truth-to-power, voice-for-the-voiceless bunch. Staff meetings with reporters sassing editors are common, and in newsrooms everywhere, managers have been subjected to the type of tough questions they pay their people to ask others.</p><p>The threshold for dismissal varies from place to place</p><p>The line separating acceptable discourse with fireable offense is as different in each workplace as the settings themselves, whether a dive bar or diocesan chancery.</p><p>“In the real world, there are layers of politeness and cordiality that don’t really exist in journalism,” says Headrick, who cheered Pelley “pushing back on something larger.”</p><p>Clare Haynes had a middle-management role at a nonprofit when she had her Pelley moment two decades ago. She was three weeks into a job where she thought she’d been brought aboard to institute changes that would achieve an innovative work culture. But every suggestion she made was dismissed. Her boss said his boss wouldn’t buy the idea.</p><p>“Are you saying you’re too weak to ask?” she snapped. His mouth fell open. He stared at her silently for a full minute.</p><p>Haynes survived, lasting three more years at the firm, but things were never the same.</p><p>“I didn’t lose my job, but I paid the price, being seen as maverick,” says 55-year-old Haynes, of Royal Leamington Spa, England, who now runs a coaching firm that trains executives how to handle difficult workplace conversations.</p><p>Johan Konst was working at a Swedish media company when he felt pushed to the limit seven years ago. After years of high-stress, hard-selling days pushing advertising he didn’t believe in, he finally said his piece, delivering a blunt, profanity-dotted message to his boss.</p><p>He was promptly shown the door.</p><p>“It’s the best thing that ever happened to me,” says 34-year-old Konst, of Amsterdam, who walked away with a nice severance check. “At some point, this had to happen.”</p><p>___</p><p>Matt Sedensky can be reached at msedensky@ap.org and https://x.com/sedensky</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/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></item><item><title><![CDATA[A rare Edith Wharton story is unearthed about the gap between everyday life and the horrors of WWI]]></title><link>https://www.local10.com/entertainment/2026/06/05/a-rare-edith-wharton-story-is-unearthed-about-the-gap-between-everyday-life-and-the-horrors-of-wwi/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/05/a-rare-edith-wharton-story-is-unearthed-about-the-gap-between-everyday-life-and-the-horrors-of-wwi/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — When World War I broke out in 1914, Edith Wharton's initial response was less as a storyteller in search of material than as a citizen and intrepid witness.]]></description><pubDate>Fri, 05 Jun 2026 04:02:25 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — When World War I broke out in 1914, Edith Wharton's initial response was less as a storyteller in search of material than as a citizen and intrepid witness.</p><p>The Pulitzer Prize-winning author of “The House of Mirth,” “The Custom of the Country” and other probing stories of New York society was living in Paris at the time and soon set out to help those imperiled by the clash between Allied and German forces. She set up a workroom for seamstresses and others who had lost their jobs, established hostels that aided thousands of refugees and even reported from the trenches for a series of dispatches that ran in the American periodical Scribner's Magazine.</p><p>But Wharton eventually — and inevitably — channeled her observations and experiences into fiction. She worked on a novel published after the war, “A Son at the Front,” and attempted a story about an affluent couple in the French countryside who decide that the war is going well enough that they can resume the social gatherings of the past. “The Men Who Saved the World” — unfinished and never before published — appears Friday in the new issue of The Strand Magazine, which has released rare works by Mark Twain, Ernest Hemingway and many others.</p><p>“The boom of guns can be heard in the distance. A few young soldiers sit among the guests. And the hostess wants to know whether they might have dancing,” Strand Managing Editor Andrew Gulli writes in a brief introduction. “Wharton asks a question that is as relevant today as it was over a century ago: what is the cost of refusing to see the horrors beyond the softly curtained windows — and who pays it?”</p><p>Wharton had long scrutinized the rich from the inside. Born into a wealthy New York City family in 1862, she knew firsthand the manners and codes and traditions that she picked apart in her best known work. In “The Men Who Saved the World,” believed to be written in 1918, she shifts the narrative from the New York drawing rooms of her early fiction to a French chateau within miles of a battlefield.</p><p>The author had a deep affinity for France and French culture, which she regarded as “one of the greatest cultures in the world, perhaps the greatest culture,” Wharton scholar Julie Olin-Ammentorp wrote in an email, adding that she was unsure why the author never finished “The Men Who Saved the World.” The German attack stirred Wharton's conscience, and her imagination.</p><p>“The Men Who Saved the World” dramatizes the separation between civilian and military life, and what happens when they merge. It's told through the perspective of a young American nurse, Milly Arden, a guest at the home of Fred and Madge Upshall, who are preparing a dinner party in the same setting where they had once permitted an army surgeon to perform amputations. Arden finds herself seated next to a war hero, Capt. Sherman Wake, regarded by Mrs. Upshall as one of the “real people.” Capt. Wake proves eager to discuss the “catastrophic horror and waste” he has seen nearby.</p><p>“You hear the guns pretty distinctly here,” Wake tells Arden. "They must make the windows rattle when everything’s quiet, don’t they?”</p><p>“Yes, they do,” she responded, looking out on an orchid “which the cannonade had displaced just before dinner.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZCSY3SYGLR5GCLQ2S67VOFTFPQ.jpg?auth=e291a7278d35b128acd9955d658245fe567c8d46e604666c7911522b60fd3ccb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - American author Edith Wharton poses with her dogs in France, 1923. (AP Photo, File)]]></media:description></media:content></item><item><title><![CDATA[Graham Platner to hold Maine rally with Rep. Ro Khanna as scandals shake up campaign]]></title><link>https://www.local10.com/news/politics/2026/06/05/graham-platner-to-hold-maine-rally-with-rep-ro-khanna-as-scandals-shake-up-campaign/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/05/graham-platner-to-hold-maine-rally-with-rep-ro-khanna-as-scandals-shake-up-campaign/</guid><dc:creator><![CDATA[By PATRICK WHITTLE and KIMBERLEE KRUESI, Associated Press]]></dc:creator><description><![CDATA[PORTLAND, Maine (AP) — Graham Platner, the insurgent Democratic candidate for U.S. Senate in Maine, will hold his first major campaign rally on Friday night as reports continue emerging about his history with women.]]></description><pubDate>Fri, 05 Jun 2026 04:01:42 +0000</pubDate><content:encoded><![CDATA[<p>PORTLAND, Maine (AP) — Graham Platner, the insurgent Democratic candidate for U.S. Senate in Maine, will hold his first major campaign rally on Friday night as reports continue emerging about his history with women.</p><p>Last weekend, his campaign wrestled with stories about sexually explicit messages that Platner sent to several women while he was married. Then on Thursday, The New York Times reported about his relationships with previous girlfriends. Some viewed him positively but others described him as volatile and insulting.</p><p>One woman said Platner twisted her arm during an argument and locked her in a room. Platner called that allegation untrue.</p><p>But with Maine's primary around the corner Tuesday and Democrats desperate to rally behind a candidate who can defeat Republican Sen. Susan Collins in November, there's been little sign of voters or political allies backing away from Platner, who has pitched himself as an imperfect person who has redeemed himself.</p><p>Some dismissed news of the text messages as a private matter, one that should be addressed solely by the married couple. Others argue that the need for Democrats to take back control of the U.S. Senate from Republicans is too important to cast aside imperfect candidates.</p><p>Yet they're also wrestling with the question of whether more controversial information surrounding Platner could come out ahead of the November election.</p><p>“I think a lot of people are afraid,” said Deb Dagnan, chair of Maine’s Piscataquis County Democrats. “They’re waiting for the other shoe to drop after he gets the nomination. Then what do we do?”</p><p>Key to the Senate</p><p>Platner is key to Democrats hopes' to take back the U.S. Senate this year. Yet he's been bedeviled by near-constant controversies involving his disclosure of a since-covered tattoo of a Nazi symbol, his history of inflammatory online comments and the texting revelations.</p><p>Nevertheless, Platner's most prominent supporters have continued to back the candidate, including Sens. Bernie Sanders, Elizabeth Warren and Ruben Gallego. Platner is scheduled to appear in Bar Harbor Friday evening with progressive Rep. Ro Khanna of California, as well as Democratic candidates for U.S. House and governor, as a part of a “get out the vote” rally in the coastal resort town.</p><p>The event is taking place just days ahead of the state's June 9 primary election, where Platner is expected to secure the Democratic nomination. His top opponent, Gov. Janet Mills, suspended her campaign in late April.</p><p>He'll do so under reignited scrutiny amid reports that he and his wife, Amy Gertner, have had marital difficulties and sought counseling after he allegedly sent sexually explicit text messages to other women.</p><p>According to The Wall Street Journal, Gertner had told the campaign in August about the messages, which she had discovered on his phone last year, to make sure they weren’t a liability to the campaign. Platner’s campaign team reportedly decided that the texts were private and being handled by the couple, who were married in 2023.</p><p>Genevieve McDonald, a former campaign staffer for Platner, told The Associated Press that the candidate was “sexting multiple women while married” and that “the campaign tried to assess that as an election vulnerability.”</p><p>Shortly after the news came out, Platner posted a five-minute video taken by Gertner, who avoided speaking directly about her husband’s reported texts but dubbed the broader coverage as “gossip” and said “being married is hard.”</p><p>Voters worry that more scandals lurk</p><p>Gertner's emotional comments about working on her marriage have resonated with some women, who say they are shocked that a former campaign aide would betray someone's trust and the issue should remain between the couple.</p><p>“It’s none of my business as far as I’m concerned,” said Joanne Mason, a local Democratic leader from south-central Maine. “And I would hope that people wouldn’t judge any one person on their own private marriage.”</p><p>Valerie Tate, a Democrat from Belfast, described Gertner's honesty about trying to work on their mental health and marriage as admirable.</p><p>“That is not a scandal,” Tate wrote in an email. “That is integrity. Personal growth is not a disqualification from public life. For many of us, it is precisely what made us worthy of it.”</p><p>However, Tate conceded that her mind wasn’t fully at ease. With the public still learning about Platner’s past, there is a chance something could emerge as a dealbreaker for voters.</p><p>“Of course, there is that concern as there would be in any race with somebody we don’t know all the dramas and the journeys they’ve been on," she wrote. "Something could come out that would be disqualifying.”</p><p>Past controversies simmer</p><p>This isn’t the first time Platner has faced questions about his past. He had a tattoo recognized as a Nazi symbol, which he had covered up after starting his campaign.</p><p>Platner has said he didn't realize the meaning of the tattoo. However, a former girlfriend told the Times he joked about it being a Nazi symbol and called it “my Totenkopf.”</p><p>There’s also been much attention on Platner's former Reddit posts, which were dismissive of military sexual assaults and used homophobic slurs, for which he has apologized.</p><p>Platner has never held elected office and has fashioned a straight-talking, progressive, populist-style campaign focusing on issues such as income inequality, lack of health care accessibility and the rising cost of housing. In return, he's attracted thousands at his rallies and campaign events and collected millions in campaign funds to further boost his messaging.</p><p>“People want somebody new,” said Paige Zeigler, a former Maine Democratic lawmaker and head of the Waldo County Democrats, on why Platner's staying power has remained strong. “They want somebody that they feel that they can embrace. And Platner is riding that wave.” ___</p><p>Kruesi reported from Providence, Rhode Island.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T6T7EMCXEMWKDVPVAOVZLBWHVM.jpg?auth=06dce26067d83a2b822e4930b3df52edb64e951c45cea61e627029bd0f5cc9a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Graham Platner, Democratic candidate for U.S. Senate, speaks at an event hosted by Sen. Bernie Sanders in Orono, Maine, Sunday, May 24, 2026. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content></item><item><title><![CDATA[Jarvis scores in OT to cap Hurricanes' stunning Game 2 comeback in Cup final]]></title><link>https://www.local10.com/sports/2026/06/04/jarvis-ot-goal-gives-the-hurricanes-a-stunning-comeback-in-the-stanley-cup-final/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/04/jarvis-ot-goal-gives-the-hurricanes-a-stunning-comeback-in-the-stanley-cup-final/</guid><dc:creator><![CDATA[By AARON BEARD, Associated Press]]></dc:creator><description><![CDATA[RALEIGH, N.C. (AP) — The Carolina Hurricanes looked a step behind, down two goals and chasing a tested team filled with Stanley Cup winners from three years ago. And the pressure had been building for weeks on Seth Jarvis and the power play.]]></description><pubDate>Fri, 05 Jun 2026 05:12:15 +0000</pubDate><content:encoded><![CDATA[<p>RALEIGH, N.C. (AP) — The Carolina Hurricanes looked a step behind, down two goals and chasing a tested team filled with Stanley Cup winners from three years ago. And the pressure had been building for weeks on Seth Jarvis and the power play.</p><p>“Somebody had to step up and make a play,” coach Rod Brind’Amour said simply.</p><p>A shocking third-period comeback changed everything, both in getting the Hurricanes back in the Stanley Cup Final and setting the stage for Jarvis and that power-play unit to get a needed breakthrough moment.</p><p>Jarvis blasted a one-timer past Carter Hart on a power play at 3:56 of overtime to lift the Hurricanes past the Vegas Golden Knights. 4-3 on Thursday night. That ended a night that saw Carolina trail 2-0 entering the third period after looking outmatched through the second, rally with three unanswered goals, then regroup after giving up a tying goal late to force the OT.</p><p>Just as importantly, the Hurricanes went from staring at an 0-2 series deficit after losing twice at home to heading West for Game 3 on Saturday in a tied series after an abrupt turn of fortune.</p><p>The time was coming, the Hurricanes kept insisting, when their top-line guys and the power play would make big plays.</p><p>Turns out, they were right.</p><p>“This is exciting, this is what playoff hockey is all about," said Jarvis, who admitted the winning score was a “huge” weight off his shoulders. "It's tight games and momentum swings and you never really know what's going to happen next.”</p><p>Unexpected comeback</p><p>Indeed, Vegas' roster filled with Cup winners from 2023 looked every bit in control of this one. Yet the Hurricanes pulled off a comeback that will earn a spot in franchise lore alongside moments like the 2002 “Molson Miracle” at Montreal — when they rallied from a 3-0 hole entering the third before winning in 4-3 OT in Round 2 — or the 2009 first-round shocker at New Jersey when the Hurricanes scored twice in the final 80 seconds for another 4-3 win in Game 7.</p><p>It started with a tough effort by Logan Stankoven to beat Rasmus Andersson for a puck along the boards before coming behind the net to throw one off the skate of Jeremy Lauzon in the crease to slip by Hart for a life-infusing score at the 10:20 mark.</p><p>Mark Jankowski followed, coming when linemate William Carrier kept the entry alive while tussling with Lauzon and fed him for a score. This one stuck, coming after Jankowski had an overtime winner waved off in Game 2 of the first-round series against Ottawa and a second goal later waved off against Philadelphia for a goaltender-interference review on Carrier.</p><p>“It's nice to sit on the bench and look over and see they're not challenging it,” Jankowski said.</p><p>Even more surprising, the power play carried the Hurricanes home.</p><p>Jarvis, power play come through in clutch</p><p>Carolina's power play entered the night just 7 of 58 (12.1%) in the playoffs after ranking fourth in the regular season at 24.9%. But, that unit struck twice to change everything on Thursday night, first with captain Jordan Staal redirecting Shayne Gostisbehere's shot to beat Carter Hart from the top of the crease for a 3-2 lead with the man advantage.</p><p>Then, after Vegas got a tying goal off Mark Stone's skate with 1:21 left in regulation — coming when Hurricanes defenseman Jaccob Slavin knocking a loose rebound past Frederik Andersen into the net while clear the crease — Carolina came up with a rousing response in OT.</p><p>The fact it was Jarvis who got it only magnified the scope of the moment. The winning blast marked only the fourth goal of the playoffs for Jarvis, a top-line forward who led the team with 32 regular-season goals and played for Canada's silver-medalist team at the Milan Cortina Olympics.</p><p>Brind'Amour had said multiple times in recent weeks that the Sebastian Aho-centered line featuring Jarvis and Andrei Svechnikov had largely played other top lines to even. The Hurricanes had rolled to a 12-1 record through the Eastern Conference playoffs while the Stankoven-centered second line or the third line featuring open-ice speedster Nikolaj Ehlers carried the scoring.</p><p>But Brind'Amour cautioned Wednesday: “We need them to get going.”</p><p>And after Vegas went ahead 2-0 on Brett Howden's second terrific individual effort, Brind'Amour swapped Jarvis with Jordan Martinook midway through the second period to put Jarvis alongside Ehlers and Staal — a move that led to an immediate goal for Jarvis in Game 2 of the second-round series against the Flyers.</p><p>This time, Jarvis buried the shot from the left circle off a feed from Gostisbehere up top. A crowd buzzing since the start of the third-period comeback erupted, with Jarvis skating toward the blue line and dropping to one knee to slide across the ice.</p><p>The win improved Carolina to 6-0 in overtime during the playoffs. That includes all four Game 2s in this postseason at home.</p><p>“It was desperation," Stankoven said. "I think we needed to try to get that split tonight."</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/ZJJ5LTTUCTTBVUTIJUCT2IXEMA.jpg?auth=77e8a5f1d259161df3f587cc1679bd808fbd6e97a7cdaf78685aa629af3d9cf1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes' Jordan Staal (11) celebrates after his goal against Vegas Golden Knights goaltender Carter Hart (79) 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/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></channel></rss>