<?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, 12 Jun 2026 14:52:22 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Davie firefighters, police wrangle gator after responding to water main break]]></title><link>https://www.local10.com/news/local/2026/06/12/davie-firefighters-police-wrangle-gator-after-responding-to-water-main-break/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/12/davie-firefighters-police-wrangle-gator-after-responding-to-water-main-break/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Davie firefighters and police wrangled an alligator early Friday morning that the Florida Fish and Wildlife Conversation Commission has been trying to capture for two years now over ongoing concerns by residents in the area, Davie Fire Rescue officials said.]]></description><pubDate>Fri, 12 Jun 2026 14:40:10 +0000</pubDate><content:encoded><![CDATA[<p>Davie firefighters and police wrangled an alligator early Friday morning that the Florida Fish and Wildlife Conversation Commission has been trying to capture for two years now over ongoing concerns by residents in the area, Davie Fire Rescue officials said.</p><p><a href="https://www.local10.com/espanol/2026/06/12/bomberos-y-policias-de-davie-capturan-caiman-tras-responder-a-rotura-de-tuberia-principal-de-agua/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/bomberos-y-policias-de-davie-capturan-caiman-tras-responder-a-rotura-de-tuberia-principal-de-agua/">Leer en español</a></p><p>According to Jessica Montes, a spokeswoman for Davie Fire Rescue, firefighters responded to the 3900 block of Southwest 84<sup>th</sup> Terrace at about 5:18 a.m. after receiving a report about a water main break.</p><p>“Upon arrival, firefighters were advised that an alligator was present in the water,” Montes said in an email to Local 10 News.</p><p>According to Montes, the gator tried to flee into a nearby yard, but firefighters and Davie police worked together to capture the gator before it could escape.</p><p>“Davie Police utilized a catch pole to secure the alligator, while firefighters assisted by covering its eyes with a towel and helping restrain it until the Florida Fish and Wildlife Conservation Commission arrived on scene,” Montes said. </p><p>Montes confirmed that the gator was turned over to the FWC and no injures were reported to first responders nor the gator.</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[WATCH LIVE: Testimony resumes in George Pino trial]]></title><link>https://www.local10.com/news/local/2026/06/12/testimony-set-to-resume-in-george-pino-trial/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/12/testimony-set-to-resume-in-george-pino-trial/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Testimony in day five of the George Pino trial is expected to continue on Friday.]]></description><pubDate>Fri, 12 Jun 2026 14:10:00 +0000</pubDate><content:encoded><![CDATA[<p>Testimony in day five of the <a href="https://www.local10.com/topic/George_Pino/" target="_self" rel="" title="https://www.local10.com/topic/George_Pino/">George Pino</a> trial is expected to continue on Friday.</p><p><a href="https://www.local10.com/espanol/2026/06/12/en-vivo-se-reanuda-testimonio-en-juicio-de-george-pino/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/en-vivo-se-reanuda-testimonio-en-juicio-de-george-pino/">Leer en español</a></p><p>Pino, 55, is facing manslaughter and vessel homicide charges in the death of 17-year-old Lucy Fernandez.</p><p>Prosecutors accuse Pino, then 52, of being reckless when he lost control of a 29-foot Robalo boat in the early evening hours of Sept. 4, 2022 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>His defense team counters that the crash was merely an accident and not the result of negligence.</p><p>Local 10 News will be streaming the proceedings above.</p><p><b>PREVIOUS:</b></p><p>On Thursday, <a href="https://www.local10.com/news/local/2026/06/11/jurors-in-george-pino-trial-get-look-at-boat-at-center-of-deadly-crash/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/11/jurors-in-george-pino-trial-get-look-at-boat-at-center-of-deadly-crash/">jurors visited</a> a Florida Fish and Wildlife Conservation Commission facility in North Miami. They were escorted by deputies with the Miami-Dade Sheriff’s Office and got a detailed look at the boat in question and could even board it to better understand the passenger positions of the girls on the day of the accident and where Pino was standing.</p><p>The jury members were able to see the exact location and the extent of the damage, giving them a different perspective from the videos and pictures they had seen in court court.</p><p>The field trip took about 40 minutes. They then went back to the courthouse after a lunch break.</p><p>There, jurors saw a drone view reenactment video ― produced by FWC and MDSO ― and underwater crash scene footage, among other pieces of evidence.</p><p>They also heard testimony from law enforcement officers.</p><p>“The vessel was overturned in Cutter Bank,” FWC Lt. Manuel Pomares said. “Cutter Bank is a narrow channel. I describe it best as a funnel.”</p><p>He added, “You really have to pay attention when you’re going down or through Cutter Bank.”</p><p>Pomares was part of a dive team that documented evidence with a GoPro camera.</p><p>“There’s a couple of Yeti type tumbler cups, and a couple of Trulys (hard seltzer) and a Bud Light can,” Pomares testified.</p><p>Proceedings wrapped up on Thursday evening and are expected to resume on Friday morning.</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[EN VIVO: Se reanuda testimonio en juicio de George Pino]]></title><link>https://www.local10.com/espanol/2026/06/12/en-vivo-se-reanuda-testimonio-en-juicio-de-george-pino/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/en-vivo-se-reanuda-testimonio-en-juicio-de-george-pino/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Se espera que el testimonio del quinto día del juicio a George Pino continúe el viernes.]]></description><pubDate>Fri, 12 Jun 2026 14:48:56 +0000</pubDate><content:encoded><![CDATA[<p>Se espera que el testimonio en el quinto día del juicio de <a href="https://www.local10.com/topic/George_Pino/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/George_Pino/">George Pino</a> continúe el viernes.</p><p>Pino, de 55 años, enfrenta cargos de homicidio involuntario y homicidio por embarcación por la muerte de Lucy Fernández, de 17 años.</p><p>Los fiscales acusan a Pino, entonces de 52 años, de actuar de manera imprudente cuando perdió el control de una embarcación Robalo de 29 pies durante las primeras horas de la noche del 4 de septiembre de 2022 y se estrelló contra una baliza de canal cerca de Boca Chita Key, causando la muerte de Fernández. Otras dos jóvenes resultaron gravemente heridas, incluida Katerina Puig, de 17 años.</p><p>Su equipo de defensa sostiene que el choque fue simplemente un accidente y no el resultado de negligencia.</p><p>Local 10 News transmitirá el proceso en vivo arriba.</p><p><b>PREVIAMENTE:</b></p><p>El jueves, <a href="https://www.local10.com/espanol/2026/06/11/jurado-en-juicio-de-george-pino-observa-embarcacion-involucrada-en-choque-mortal/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/jurado-en-juicio-de-george-pino-observa-embarcacion-involucrada-en-choque-mortal/">los miembros del jurado visitaron</a> una instalación de la Comisión de Conservación de Pesca y Vida Silvestre de Florida (FWC) en North Miami. Fueron escoltados por agentes de la Oficina del Sheriff de Miami-Dade y observaron detalladamente la embarcación involucrada, incluso pudieron abordarla para comprender mejor las posiciones de las jóvenes pasajeras el día del accidente y el lugar donde se encontraba Pino.</p><p>Los miembros del jurado pudieron ver la ubicación exacta y la magnitud de los daños, lo que les brindó una perspectiva diferente a la de los videos y fotografías que habían visto en el tribunal.</p><p>La visita duró aproximadamente 40 minutos. Luego regresaron al tribunal después de una pausa para almorzar.</p><p>Allí, los jurados observaron un video de recreación aérea con dron, elaborado por la FWC y la Oficina del Sheriff de Miami-Dade (MDSO), así como imágenes submarinas de la escena del accidente, entre otras evidencias.</p><p>También escucharon el testimonio de agentes del orden.</p><p>“La embarcación estaba volcada en Cutter Bank”, declaró el teniente de la FWC Manuel Pomares. “Cutter Bank es un canal estrecho. La mejor forma de describirlo es como un embudo”.</p><p>Agregó: “Realmente hay que prestar atención cuando se navega hacia o a través de Cutter Bank”.</p><p>Pomares formó parte de un equipo de buceo que documentó evidencias con una cámara GoPro.</p><p>“Hay un par de vasos térmicos tipo Yeti, y algunas latas de Truly (bebida alcohólica tipo hard seltzer) y una lata de Bud Light”, testificó Pomares.</p><p>La audiencia concluyó la noche del jueves y se espera que se reanude la mañana del viernes.</p>]]></content:encoded></item><item><title><![CDATA[Bomberos y policías de Davie capturan caimán tras responder a rotura de tubería principal de agua]]></title><link>https://www.local10.com/espanol/2026/06/12/bomberos-y-policias-de-davie-capturan-caiman-tras-responder-a-rotura-de-tuberia-principal-de-agua/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/bomberos-y-policias-de-davie-capturan-caiman-tras-responder-a-rotura-de-tuberia-principal-de-agua/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Los bomberos y la policía de Davie se enfrentaron a un caimán el viernes temprano por la mañana que la Comisión de Conversación sobre Pesca y Vida Silvestre de Florida ha estado tratando de capturar durante dos años debido a las preocupaciones de los residentes en el área, dijeron funcionarios de Davie Fire Rescue.]]></description><pubDate>Fri, 12 Jun 2026 14:43:15 +0000</pubDate><content:encoded><![CDATA[<p>Bomberos y policías de Davie capturaron a un caimán la madrugada del viernes que la Comisión de Conservación de Pesca y Vida Silvestre de Florida (FWC) había intentado atrapar durante dos años debido a preocupaciones constantes de los residentes del área, informaron funcionarios de Davie Fire Rescue.</p><p>Según Jessica Montes, portavoz de Davie Fire Rescue, los bomberos respondieron a la cuadra 3900 de Southwest 84th Terrace alrededor de las 5:18 a.m. tras recibir un reporte sobre una rotura de una tubería principal de agua.</p><p>“Al llegar, se informó a los bomberos que había un caimán en el agua”, dijo Montes en un correo electrónico enviado a Local 10 News.</p><p>Según Montes, el caimán intentó huir hacia un patio cercano, pero los bomberos y la policía de Davie trabajaron juntos para capturarlo antes de que pudiera escapar.</p><p>“La Policía de Davie utilizó un lazo de captura para asegurar al caimán, mientras que los bomberos ayudaron cubriéndole los ojos con una toalla y colaboraron para sujetarlo hasta que la Comisión de Conservación de Pesca y Vida Silvestre de Florida llegó al lugar”, dijo Montes.</p><p>Montes confirmó que el caimán fue entregado a la FWC y que no se reportaron lesiones ni entre los socorristas ni en el caimán.</p>]]></content:encoded></item><item><title><![CDATA[Autoridades realizan búsquedas en zonas afectadas por tornados en Illinois e Indiana]]></title><link>https://www.local10.com/espanol/2026/06/12/autoridades-realizan-busquedas-en-zonas-afectadas-por-tornados-en-illinois-e-indiana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/autoridades-realizan-busquedas-en-zonas-afectadas-por-tornados-en-illinois-e-indiana/</guid><dc:creator><![CDATA[Por DAVE COLLINS y HALLIE GOLDEN, Associated Press]]></dc:creator><description><![CDATA[Las autoridades y los residentes de zonas devastadas por tornados realizaban búsquedas y evaluaban los daños el viernes después de que una serie de intensas tormentas atravesara velozmente varias comunidades al sur de Chicago, dejando a varios cientos de miles de clientes sin electricidad en Illinois e Indiana y alterando los viajes aéreos en la región.]]></description><pubDate>Fri, 12 Jun 2026 14:35:39 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades y los residentes de zonas devastadas por tornados realizaban búsquedas y evaluaban los daños el viernes después de que una serie de intensas tormentas atravesara velozmente varias comunidades al sur de Chicago, dejando a varios cientos de miles de clientes sin electricidad en Illinois e Indiana y alterando los viajes aéreos en la región.</p><p>Hasta el momento, no se han reportado muertes ni lesiones que pusieran en peligro la vida a causa de las tormentas del jueves, aunque varias personas recibieron atención por heridas leves, informaron las autoridades.</p><p>Las autoridades de Merrillville, Indiana, a unos 53 kilómetros (33 millas) al sureste de Chicago, reportaron daños generalizados. Varias viviendas y otros edificios quedaron destrozados, árboles y líneas eléctricas caídos bloquearon calles y el viento arrancó parte del techo de una escuela secundaria.</p><p>Varias agencias de la región ayudaron a los equipos locales de primera respuesta a realizar búsquedas y a evaluar las zonas dañadas, indicaron autoridades municipales en redes sociales. Las cuadrillas trabajaron hasta entrada la noche para despejar las vías.</p><p>Marsha Smith estaba en su edificio de apartamentos en Merrillville cuando el tornado golpeó el complejo, arrancando los techos de tres edificios, derribando árboles y rompiendo parabrisas de autos antes de que la intensa lluvia causara más daños. Ella y algunos vecinos se refugiaron bajo una escalera interior, tomados de la mano y rezando.</p><p>“Cuanto más fuerte se ponía el tornado, más fuerte empecé a rezar”, relató Smith, de 54 años e instructora de RCP. “Dije: ‘Oh Dios, ya está aquí’. Dije: ‘Señor Jesús, haz que pase, que pase, que pase por encima’. Dije: ‘Dios, danos la fuerza para salir adelante’. Y simplemente empezó a destrozarlo todo”.</p><p>Smith relató que se produjo una tensa calma justo antes de que el tornado impactara. Luego sonó como un tren de carga estrellándose contra su edificio, afirmó. Agradeció a Dios que nadie resultara herido. La mañana del viernes, recorrió su vecindario y lo describió como una catástrofe.</p><p>Al menos otros dos tornados azotaron comunidades en Streator, Illinois, y Hebron, Indiana, y sus alrededores, informó el Servicio Meteorológico Nacional. Fotos y videos publicados en redes sociales mostraron daños similares a los de Merrillville. El servicio meteorológico indicó que inspeccionará los daños durante los próximos días para determinar cuántos tornados tocaron tierra en la región.</p><p>En Streator, una ciudad manufacturera y agrícola a unos 160 kilómetros (100 millas) al suroeste de Chicago, los equipos de emergencia también inspeccionaban los daños. Se instaló un centro de reunificación para residentes desplazados en el ayuntamiento, y la Cruz Roja abrió un refugio.</p><p>La alcaldesa de Streator, Tara Bedei, señaló que no se reportaron muertes. “Estamos increíblemente agradecidos por la seguridad de nuestros residentes y la rápida acción del personal de emergencia”, dijo en un comunicado. Las autoridades informaron que cuatro personas fueron atendidas en un hospital por lesiones leves.</p><p>Los equipos de primera respuesta también trabajaron durante la noche en Hebron, un pequeño pueblo a unos 80 kilómetros (50 millas) al sureste de Chicago, indicaron las autoridades en una publicación de Facebook.</p><p>Jennifer Hall estaba en su garaje en Elkhart, Indiana, cuando el viento y la lluvia se intensificaron la noche del jueves. De repente, escuchó un fuerte estruendo y descubrió que una rama de árbol había atravesado el techo de la casa que alquila. Usó cubetas para recoger el agua de lluvia que entraba por el agujero.</p><p>“Estoy nerviosa porque ha sido una cosa tras otra”, señaló. añadiendo que acababa de someterse a una cirugía y que su esposo está fuera de la ciudad.</p><p>El viernes había más de 200.000 cortes de electricidad en Illinois y más de 120.000 en Indiana, según poweroutage.us.</p><p>El jueves, las tormentas retrasaron o detuvieron vuelos en aeropuertos de algunas ciudades, entre ellas, Chicago, Filadelfia y Nueva York. Varias partes del noreste y del Atlántico medio también enfrentaron el intenso calor y la humedad. Decenas de vuelos fueron cancelados o retrasados el viernes en los aeropuertos internacionales O’Hare y Midway de Chicago, según FlightAware, un sitio web de seguimiento de vuelos.</p><p>Los tornados se produjeron después de que fuertes tormentas barrieran el miércoles la región centro-norte de Estados Unidos, causando cortes de electricidad, dañando edificios y cancelando vuelos.</p><p>En Des Moines, Iowa, un hombre de 54 años murió el miércoles en un campamento de personas sin hogar en un parque después de ser golpeado por un árbol que “se partió y cayó durante las fuertes tormentas”, informó la policía en un comunicado. No se reportaron otras muertes o lesiones por esas tormentas.</p><p>___</p><p>Los periodistas de The Associated Press Hannah Fingerhut en Des Moines, Iowa, y Gene Johnson en Seattle contribuyeron a este despacho.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MBLU65ZT5BXXHM76J3XPB4BWJU.jpg?auth=e59f8be77abe10d68dc92863793d62a850090db1a97cf5c9914681eec6aae1ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Las ramas de árboles dañados yacen en una calle de Elkhart, Indiana, el jueves 11 de junio de 2026, tras el paso de un fuerte sistema de tormentas en el área. (Jennifer Hall vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jennifer Hall</media:credit></media:content></item><item><title><![CDATA[Family of slain man in Dania Beach asks public for help in unsolved shooting case]]></title><link>https://www.local10.com/news/local/2026/06/12/family-of-slain-man-in-dania-beach-asks-public-for-help-in-unsolved-shooting-case/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/12/family-of-slain-man-in-dania-beach-asks-public-for-help-in-unsolved-shooting-case/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The family of a 22-year-old man who was fatally shot in Dania Beach earlier this year is asking for the public’s help as investigators continue working to solve the case.]]></description><pubDate>Fri, 12 Jun 2026 14:28:13 +0000</pubDate><content:encoded><![CDATA[<p>The family of a 22-year-old man who was <a href="https://www.local10.com/news/local/2026/04/14/reward-offered-for-information-about-fatal-shooting-in-dania-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/14/reward-offered-for-information-about-fatal-shooting-in-dania-beach/">fatally shot in Dania Beach earlier this year</a> is asking for the public’s help as investigators continue working to solve the case.</p><p>In a statement provided to Local 10 News on Friday, the family of Cardal Wyche III said they are seeking answers about the events that led to his death on April 10 at CW Thomas Park, located in the 800 block of Northwest Second Street. </p><p>“Cardal was a beloved son, family member, and friend whose loss has deeply impacted everyone who knew him,” the statement said.</p><p>The family urged anyone who was at the park that night, witnessed any part of the incident, or has photos, videos or other information to contact law enforcement.</p><p>“No piece of information is too small. Even details that may seem insignificant could help investigators establish a complete understanding of what occurred,” the statement continued.</p><p>Investigators said the preliminary investigation revealed Wyche was shot following an altercation with several people.</p><p>They said deputies with the Broward Sheriff’s Office and Broward Sheriff Fire Rescue crews responded to the scene and found Wyche suffering from an apparent gunshot wound.</p><p>Authorities said paramedics transported him to Broward Health Medical Center, where he was pronounced dead at 9:44 p.m.</p><p>Wyche’s family they appreciate the efforts of investigators and remain hopeful that all facts surrounding the shooting will be uncovered. They also requested privacy as they continue to grieve.</p><p>Detectives say a reward of up to $5,000 is being offered for information leading to an arrest in the case.</p><p>Detectives are asking anyone with information about the shooting or those involved to contact BSO Homicide Detective Kevin White at 954-321-4215 or submit a tip through the SaferWatch app or Broward Crime Stoppers at 954-493-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IQ263GBVXBEEFIJHDVBMNK36DQ.jpg?auth=4f3f73e633cc63560b7a355ee4217684e87537757dbf57b12d2b2c52211b3732&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[What Elon Musk's trillion would mean in real terms]]></title><link>https://www.local10.com/business/2026/06/12/what-elon-musks-trillion-would-mean-in-real-terms/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/12/what-elon-musks-trillion-would-mean-in-real-terms/</guid><dc:creator><![CDATA[By WYATTE GRANTHAM-PHILIPS, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Catapulted by the market debut of his rocket company SpaceX, Elon Musk could become the world's first trillionaire by the end of the day.]]></description><pubDate>Fri, 12 Jun 2026 14:26:59 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Catapulted by the market debut of his rocket company SpaceX, Elon Musk could become the world's first trillionaire by the end of the day.</p><p>That level of wealth, all owned by just one person, was once unfathomable. Before Friday, the trillion dollar mark was reserved for measures like the GDP (or staggering debt ) of a handful of major economies — and, in the last decade alone, the value of some of the biggest companies to ever trade on the stock market.</p><p>Musk's new title arrives amid a wider acceleration for the richest of the rich. Year after year, his former (although now very distant) billionaires club has reaped a growing number of members — from tech titans to celebrities. All the while, more and more people worldwide are struggling to pay their everyday bills. Many have decried the arrival of the first trillionaire as the latest and most alarming example of that wealth gap.</p><p>The number “one trillion” is hard in itself for the human mind to comprehend. One trillion dollars is a thousand times greater than $1 billion. And a million times more than $1 million.</p><p>Still, here are some ways to think about how far that amount of money could go.</p><p>To the moon and back, over 200 times</p><p>Thinking about what $1 trillion looks like is almost as astronomical as the interplanetary — and at this point, still far from realized — goals SpaceX has laid out for itself.</p><p>In terms of physical cash, one trillion U.S. dollar bills laid end to end would stretch nearly 97 million miles (or almost 156 million kilometers). That would account for the distance of more than 200 round trip journeys to the moon — which NASA says sits an average of 238,855 miles (nearly 384,400 kilometers) away from Earth. It would also surpass the roughly 93 million miles (about 150 million kilometers) between Earth and the sun.</p><p>$122 for every person on Earth</p><p>There are nearly 8.2 billion people living on Earth today, per the latest numbers from the U.S. Census Bureau. If $1 trillion was divided among the entire population, each person would receive almost $122.</p><p>Double the GDP of South Africa</p><p>One trillion dollars is more than double the annual GDP of South Africa, the country where Musk was born. According 2026 numbers from International Monetary Fund, the nation’s output of goods and services stands at nearly $480 billion.</p><p>Only about 21 countries in the world have a GDP over the trillion dollar mark today. The U.S. and China lead the pack at more than $32.38 trillion and $20.85 trillion, respectively, but that's far ahead most other economies.</p><p>2.5 million homes in the US</p><p>Houses sold in the U.S. have a median sales price of about $403,200, per the latest numbers from the Federal Reserve Bank of St. Louis. With $1 trillion, you could buy nearly 2.5 million homes at that cost.</p><p>243 billion gallons of gas</p><p>At current U.S. gas prices — which averaged at nearly $4.11 a gallon Friday per AAA — $1 trillion could buy more than 243 billion gallons of regular fuel.</p><p>To help put that in context, that far surpasses the nearly 137 billion gallons Americans used on finished motor gasoline all last year. And prices at the pump were much less expensive in 2025. Steep oil prices, spanning from the U.S. and Israel's ongoing war against Iran, propelled the national average above $4 a gallon for the first time in four years.</p><p>Over $700 billion ahead the world's second richest person</p><p>According to Forbes, the second richest person in the world today is Google co-founder Larry Page — who carried a net worth of nearly $293 billion as of Friday morning. That's $707 billion under the trillion dollar mark.</p><p>In fact, the combined net worth, as of Friday, of the four men following Musk on Forbes' richest list — which, beyond Page, includes fellow Google co-founder Sergey Brin ($270 billion), Amazon's Jeff Bezos ($251 billion) and Oracle’s Larry Ellison ($230 billion) — amounted to just over $1.04 trillion.</p><p>Those fortunes can oscillate by tens of billions of dollars by the day, or sometimes a matter of hours. Musk's own net worth has rapidly ballooned in value. Just last year, his net worth sat at $342 billion per Forbes — up from $195 billion in 2024.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RTVPLUSFPQR2OMDWCP7ZEFADSQ.jpg?auth=7714e7328f5a0dfd386abebbdbe523eb739159adc6b40b0a9ecf25700b2d40d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This April 13, 2019, photo, shows rows of homes, in suburban Salt Lake City. (AP Photo/Rick Bowmer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Bowmer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7HHVMJN6TOXAGNHWOYKETAKS7U.jpg?auth=510bd9df21e2b5c049997467313a47dcef7823913e6944037f226fbe92b6f695&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This Jan. 22, 2020, file photo shows the likeness of Benjamin Franklin on $100 bills in Dallas. (AP Photo/LM Otero, File)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LKIDUIGTKYKR45JC7DIGZAD4B4.jpg?auth=70e631d324634d1572c5464dafc0eadfdccaee716368bfa8b649bb3ea4878f4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Elon Musk uses his phone during a state dinner for President Donald Trump and Chinese President Xi Jinping at the Great Hall of the People on Thursday May 14, 2026, in Beijing. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PJFQQZK5QQZ4PN7CMR4FWYEQ4M.jpg?auth=07c9f4f2a2430135276a171945347c9fd9e94519fcab56037733a70365bccdfa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - SpaceX's Starship rocket lifts off during a test flight from Starbase, Texas, Friday, May 22, 2026. (AP Photo/Eric Gay, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D56CVA25J6GUM3KMVK2WLSLELI.jpg?auth=8d9a3977d42dc91f5603c7d41a4778e7c46f2db0f3ad3a6138549d9025e4ab5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The handle stands at the ready on a pump with the three grades of gasoline available at a pump at Shell station Wednesday, June 10, 2026, in Englewood, Colo. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[From food to fan zones, South Florida businesses embrace World Cup fever]]></title><link>https://www.local10.com/features/2026/06/12/from-food-to-fan-zones-south-florida-businesses-embrace-world-cup-fever/</link><guid isPermaLink="true">https://www.local10.com/features/2026/06/12/from-food-to-fan-zones-south-florida-businesses-embrace-world-cup-fever/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[From arenas to clubs, businesses across Broward and Miami-Dade counties are finding creative ways to celebrate the world’s biggest sporting event.]]></description><pubDate>Fri, 12 Jun 2026 11:00:47 +0000</pubDate><content:encoded><![CDATA[<p>From arenas to clubs, businesses across Broward and Miami-Dade counties are finding creative ways to celebrate the world’s biggest sporting event.</p><p><a href="https://www.local10.com/espanol/2026/06/12/desde-comida-hasta-zonas-para-aficionados-negocios-del-sur-de-florida-adoptan-la-fiebre-de-la-copa-del-mundo/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/desde-comida-hasta-zonas-para-aficionados-negocios-del-sur-de-florida-adoptan-la-fiebre-de-la-copa-del-mundo/">Leer en español</a></p><p>For the next month, you won’t need a passport to take a trip around the world — just an appetite.</p><p>At the <a href="https://www.loewshotels.com/miami-beach/in-room-dining-menu" target="_self" rel="" title="https://www.loewshotels.com/miami-beach/in-room-dining-menu">Loews Miami Beach Hotel</a>, the FIFA World Cup is showing up on the menu.</p><p>“We have some globally inspired food options here at the Loews Miami Beach Hotel, as well as some cocktails that are also globally inspired,” said entertainment expert Paul Zahn.</p><p>The hotel’s “<a href="https://www.loewshotels.com/miami-beach/event-calendar/hotel-events/uruguay-vs-cabo-verde" target="_self" rel="" title="https://www.loewshotels.com/miami-beach/event-calendar/hotel-events/uruguay-vs-cabo-verde">Culinary Cup Series</a>” pairs matchups on the field with flavors from around the globe.</p><p>From smoky cocktails inspired by Mexico and Germany to dishes celebrating countries like Saudi Arabia, Uruguay and beyond, the idea is simple.</p><p>In Coconut Grove, the World Cup is coming with a side of waterfront views.</p><p>At <a href="https://www.bayshoreclubmiami.com/" target="_self" rel="" title="https://www.bayshoreclubmiami.com/">Bayshore Club Bar &amp; Grill</a>, fans can watch matches on the big screen while overlooking Biscayne Bay.</p><p>Over on South Beach, <a href="https://queenmiamibeach.com/" target="_self" rel="" title="https://queenmiamibeach.com/">Queen Miami Beach</a> is leaning into the international spirit of the tournament.</p><p>With special watch parties for matchups like Brazil vs. Scotland and Colombia vs. Portugal, along with cocktails designed to celebrate the pursuit of gold, the venue is embracing the excitement of the competition.</p><p>And if your ideal match day looks more like a night out, <a href="https://www.11miami.com/world" target="_self" rel="" title="https://www.11miami.com/world">E11EVEN</a> plans to keep the celebration going around the clock, with match viewings, DJs and performances turning every game into an all-day, all-night event.</p><p>The World Cup isn’t just taking over hotels and nightlife.</p><p>It’s popping up in some pretty unexpected places, too.</p><p>On Miami Beach, <a href="https://www.miamiandbeaches.com/event/fifa-world-cup-2026-miami-host-committee-and-reefline-big-goals/40625" target="_self" rel="" title="https://www.miamiandbeaches.com/event/fifa-world-cup-2026-miami-host-committee-and-reefline-big-goals/40625">Reefline’s “Big Goals</a>” installation is using soccer as a way to talk about art, ocean conservation and community engagement.</p><p>In Broward County, <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">Amerant Bank Arena</a> is hosting free watch parties throughout the tournament, offering fans a chance to cheer together without heading to Hard Rock Stadium.</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[Desde comida hasta zonas para aficionados, negocios del sur de Florida adoptan la fiebre de la Copa del Mundo]]></title><link>https://www.local10.com/espanol/2026/06/12/desde-comida-hasta-zonas-para-aficionados-negocios-del-sur-de-florida-adoptan-la-fiebre-de-la-copa-del-mundo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/desde-comida-hasta-zonas-para-aficionados-negocios-del-sur-de-florida-adoptan-la-fiebre-de-la-copa-del-mundo/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Desde estadios hasta clubes, las empresas de los condados de Broward y Miami-Dade están encontrando formas creativas de celebrar el evento deportivo más grande del mundo.]]></description><pubDate>Fri, 12 Jun 2026 14:10:00 +0000</pubDate><content:encoded><![CDATA[<p>Desde arenas hasta clubes, negocios en los condados Broward y Miami-Dade están encontrando formas creativas de celebrar el evento deportivo más importante del mundo.</p><p>Durante el próximo mes, no necesitará un pasaporte para dar una vuelta al mundo, solo apetito.</p><p>En el <a href="https://www.loewshotels.com/miami-beach/in-room-dining-menu" target="_blank" rel="noreferrer" title="https://www.loewshotels.com/miami-beach/in-room-dining-menu">hotel Loews Miami Beach</a>, la Copa Mundial de la FIFA también está presente en el menú.</p><p>“Tenemos algunas opciones gastronómicas inspiradas globalmente aquí en el Loews Miami Beach Hotel, así como algunos cócteles que también están inspirados en distintas partes del mundo”, dijo el experto en entretenimiento Paul Zahn.</p><p>La “<a href="https://www.loewshotels.com/miami-beach/event-calendar/hotel-events/uruguay-vs-cabo-verde" target="_blank" rel="noreferrer" title="https://www.loewshotels.com/miami-beach/event-calendar/hotel-events/uruguay-vs-cabo-verde">Serie Copa Culinaria</a>” del hotel combina los enfrentamientos en la cancha con sabores de todo el mundo.</p><p>Desde cócteles ahumados inspirados en México y Alemania hasta platillos que celebran a países como Arabia Saudita, Uruguay y otros más, la idea es simple.</p><p>En Coconut Grove, la Copa del Mundo llega acompañada de vistas frente al mar.</p><p>En <a href="https://www.bayshoreclubmiami.com/" target="_blank" rel="noreferrer" title="https://www.bayshoreclubmiami.com/">Bayshore Club Bar &amp; Grill</a>, los aficionados pueden ver los partidos en pantalla gigante mientras disfrutan de la vista de la bahía de Biscayne.</p><p>En South Beach, <a href="https://queenmiamibeach.com/" target="_blank" rel="noreferrer" title="https://queenmiamibeach.com/">Queen Miami Beach</a> está adoptando el espíritu internacional del torneo.</p><p>Con fiestas especiales para ver partidos como Brasil contra Escocia y Colombia contra Portugal, además de cócteles diseñados para celebrar la búsqueda del oro, el lugar está aprovechando al máximo la emoción de la competencia.</p><p>Y si para usted el día perfecto de partido se parece más a una noche de fiesta, <a href="https://www.11miami.com/world" target="_blank" rel="noreferrer" title="https://www.11miami.com/world">E11EVEN</a> planea mantener la celebración activa las 24 horas, con transmisiones de partidos, DJ y espectáculos que convierten cada encuentro en un evento de día y de noche.</p><p>La Copa del Mundo no solo está tomando protagonismo en hoteles y centros de vida nocturna.</p><p>También está apareciendo en algunos lugares bastante inesperados.</p><p>En Miami Beach, la instalación <a href="https://www.miamiandbeaches.com/event/fifa-world-cup-2026-miami-host-committee-and-reefline-big-goals/40625" target="_blank" rel="noreferrer" title="https://www.miamiandbeaches.com/event/fifa-world-cup-2026-miami-host-committee-and-reefline-big-goals/40625">“Big Goals” de ReefLine</a> utiliza el fútbol como una forma de hablar sobre arte, conservación oceánica y participación comunitaria.</p><p>En el condado Broward, <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_blank" rel="noreferrer" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">Amerant Bank Arena</a> está organizando fiestas gratuitas para ver los partidos durante todo el torneo, ofreciendo a los aficionados la oportunidad de apoyar juntos a sus equipos sin tener que ir al Hard Rock Stadium.</p>]]></content:encoded></item><item><title><![CDATA[Keir Starmer says he's staying put after defense secretary's departure hammers his authority]]></title><link>https://www.local10.com/news/world/2026/06/12/keir-starmer-says-hes-staying-put-after-defense-secretarys-departure-hammers-his-authority/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/12/keir-starmer-says-hes-staying-put-after-defense-secretarys-departure-hammers-his-authority/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — British Prime Minister Keir Starmer vowed Friday that he will fight to stay in office after the sudden resignation of his trusted defense minister left his shaky leadership weakened still further.]]></description><pubDate>Fri, 12 Jun 2026 14:00:51 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — British Prime Minister Keir Starmer vowed Friday that he will fight to stay in office after the sudden resignation of his trusted defense minister left his shaky leadership weakened still further.</p><p>Starmer has seen the departure of several junior and senior ministers in recent weeks, as Labour Party lawmakers revolt and rivals plot, in despair at the government’s relentless unpopularity.</p><p>But the sudden resignation of Defense Secretary John Healey is a heavy blow. Healey quit Thursday, warning that the government is not spending enough on the military to keep Britain safe “at this time of rising threats.”</p><p>His departure hits Starmer in the one place the often embattled prime minister has won consistent praise: the world stage.</p><p>Since taking office after a landslide election victory in July 2024, Starmer has bolstered support for Ukraine, working with French President Emmanuel Macron on a multinational “coalition of the willing” to help guarantee the country’s security if a ceasefire is reached.</p><p>France and the U.K. also have put together a maritime security force that would help keep the Strait of Hormuz open to shipping if the Iran war ends.</p><p>Starmer has also argued strongly that European nations must do more to fund their own defense in response to President Donald Trump ’s criticism of the United States’ NATO allies.</p><p>“Starmer has been consistently staunch about warning of the security risk from Russia,” said Olivia O’Sullivan, head of the U.K. in the World program at the Chatham House think tank. “He’s been given quite a bit of credit by the public for having to deal with Trump and doing so with a level of steadiness and calm. And he has been, in line with previous U.K. governments, a close and consistent ally of Ukraine.”</p><p>At issue is money for defense</p><p>At issue is the government’s long-awaited Defense Investment Plan, a road map for how the U.K. will increase military spending to 3.5% of GDP by 2035. The U.K. military is also seeking to reverse years of decline in the face of an increasingly assertive Russia, which invaded its neighbor Ukraine in 2022 and increasingly tests the defenses of European nations with overt and covert activity.</p><p>Healey says defense spending must reach 3% of GDP by 2030. He quit in frustration after Treasury chief Rachel Reeves refused to budge on a plan that falls short of that.</p><p>He cited a British intelligence assessment that Russia could attack a NATO member country as soon as 2030 and said a lower-than-needed spending plan “could make the country less safe.”</p><p>Critics argue that military spending can be a bottomless pit, and point out that procurement projects regularly run over time and over budget.</p><p>Former Armed Forces Minister Al Carns, who quit on Thursday a few hours after Healey, said it is not just a question of spending more money, but spending it wisely. He said the investment plan was not “transformative enough.”</p><p>“I want to see a higher percentage for uncrewed systems, AI, data — data is the new gunpowder — and we’ve got to move that forward if we are going to win the next war,” he told the BBC.</p><p>Resignations could hasten Starmer’s exit from office</p><p>Healey is not the first government minister to resign. Last month Starmer lost several junior ministers and then Health Secretary Wes Streeting, who quit so that he can run for party leader if a contest is triggered.</p><p>Greater Manchester Mayor Andy Burnham is widely expected to challenge Starmer for the leadership if he is elected to Parliament in a special election on Thursday.</p><p>But the departure of Healey, long seen as a loyal minister without personal leadership ambitions, “suggests that Starmer’s credibility, even with his inner circle of ministers, is perhaps draining away,” O’Sullivan said.</p><p>Starmer insisted Friday he is staying put, saying it’s his job to make “hard-edged decisions.”</p><p>He told the BBC that defense is “my number one priority. And I have taken the difficult decisions to make sure that we are safe as a country.”</p><p>“I’m not going to go away. I don’t think we should plunge the country into the chaos of a leadership election,” he said. “I don’t think it should happen, but if it does, then I will fight.”</p><p>___</p><p>Associated Press writer Danica Kirka contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3RLDSZ5PHKOSGPFKDD5LWPCLP4.jpg?auth=57e1dde2df9ac1bdf8a83f5eaf8b88e4cd4971a4754e5ceb17bc85498ce698ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Keir Starmer leaves 10 Downing Street to attend the weekly session of Prime Minister's Questions in parliament in London, Wednesday, June 10, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PC2BV6YL7G72XXF4LC3UES7P2E.jpg?auth=89c2b323d8a2409ff6864a93ca25a1cdb2910dd5af5ef84a3f1b46cfed0fbe40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Britain's Prime Minister Keir Starmer, left, looks on as Defence Secretary John Healey speaks to apprentices and representatives in the defence industry, during a careers fair inside 10 Downing Street in central London, Monday March 3, 2025. (Adrian Dennis/Pool via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Adrian Dennis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CZ7D4UIBJXU2EVTPYLTGUPQQP4.jpg?auth=9b5ec10d44600072f20cee91e428dca1b2b917d485ab0052df3d9da3a9fcfcee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A television camera looks down Downing Street, as media wait in the street, following the resignation of two Defense ministers over funding of the British armed forces, in London, Friday, June 12, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Arrestan a madre por cargo no relacionado después de que niña de 5 años fuera baleada dentro de vivienda en Florida City]]></title><link>https://www.local10.com/espanol/2026/06/11/arrestan-a-madre-por-cargo-no-relacionado-despues-de-que-nina-de-5-anos-fuera-baleada-dentro-de-vivienda-en-florida-city/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/arrestan-a-madre-por-cargo-no-relacionado-despues-de-que-nina-de-5-anos-fuera-baleada-dentro-de-vivienda-en-florida-city/</guid><dc:creator><![CDATA[Amanda Batchelor, Roy Ramos]]></dc:creator><description><![CDATA[Una madre fue arrestada el miércoles después de que su hija de 5 años muriera a causa de un disparo dentro de una casa en Florida City, pero las autoridades dijeron que el cargo en su contra no está relacionado con el tiroteo.]]></description><pubDate>Thu, 11 Jun 2026 13:43:08 +0000</pubDate><content:encoded><![CDATA[<p>Una madre fue arrestada el miércoles después de que su hija de 5 años muriera tras recibir un disparo dentro de una vivienda en Florida City, pero las autoridades dijeron que el cargo no está relacionado con la balacera.</p><p>Los registros de la cárcel en línea muestran que Ashley Marie Hosendove, de 32 años, enfrenta un cargo de alteración del orden público/quebrantamiento de la paz.</p><p>Según documentos judiciales, una orden de arresto judicial fue emitida el 1 de junio contra Hosendove por un incidente ocurrido el 12 de marzo.</p><p>Un informe de arresto indica que Hosendove fue víctima de una agresión presuntamente cometida por su novio ese día.</p><p>Pero mientras su novio era puesto bajo custodia por la policía, Hosendove comenzó a “gritar y proferir obscenidades” contra los agentes presentes en la escena y se negó a proporcionar una identificación, señala el informe.</p><p>La policía dijo que las acciones de Hosendove, que fueron captadas por cámaras corporales, provocaron que vecinos se reunieran afuera.</p><p>Según la Oficina del Sheriff de Miami-Dade (MDSO), la <a href="https://www.local10.com/espanol/2026/06/10/mdso-muere-nina-de-5-anos-tras-balacera-dentro-de-vivienda-en-florida-city/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/10/mdso-muere-nina-de-5-anos-tras-balacera-dentro-de-vivienda-en-florida-city/">balacera fue reportada alrededor de las 2 a.m.</a> del miércoles en una vivienda ubicada en Northwest First Court cerca de la calle 16.</p><p>Las autoridades dijeron que la niña, identificada por un familiar como Janova Park, sufrió heridas de bala en el estómago y el torso y fue trasladada de emergencia al HCA Florida Kendall Hospital, donde posteriormente murió.</p><p>“Sabemos que al momento de la balacera había tres adultos y dos niños: la víctima, que tenía 5 años, y su hermano de 4 años”, dijo el detective de la MDSO Angel Rodriguez el miércoles.</p><p>Los detectives confirmaron que Hosendove estaba entre los adultos que se encontraban dentro de la vivienda al momento de la balacera.</p><p>Los detectives dijeron que todavía intentan determinar cómo Janova recibió el disparo, incluyendo si pudo haber tenido acceso al arma por sí misma o si otra persona le disparó.</p><p>Hannah Yechivi, de Local 10, habló el miércoles con Laticha Ellison, abuela de Janova, quien dijo que la balacera pudo haberse evitado.</p><p>“Mi nietecita tiene 5 años”, dijo Ellison entre lágrimas. “Solo tiene 5 años. Me da rabia porque algo así no debería poder ocurrir, especialmente en tu propia casa, por descuido”.</p><p>Ellison describió a su nieta como “inteligente y atrevida”.</p><p>Los investigadores dijeron que recuperaron un arma dentro de la vivienda y que “no están buscando a ninguna persona que pueda representar una amenaza para la comunidad”.</p>]]></content:encoded></item><item><title><![CDATA[Broward native Alex Freeman set for World Cup debut with US men’s national team]]></title><link>https://www.local10.com/sports/local/2026/06/12/broward-native-alex-freeman-set-for-world-cup-debut-with-us-mens-national-team/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/12/broward-native-alex-freeman-set-for-world-cup-debut-with-us-mens-national-team/</guid><dc:creator><![CDATA[Michaila Hightower]]></dc:creator><description><![CDATA[Alex Freeman grew up playing soccer on fields across Broward County, dreaming of one day representing his country on the sport’s biggest stage. Now, the 21-year-old defender is on the verge of making that dream a reality.]]></description><pubDate>Fri, 12 Jun 2026 12:09:35 +0000</pubDate><content:encoded><![CDATA[<p>Alex Freeman grew up playing soccer on fields across Broward County, dreaming of one day representing his country on the sport’s biggest stage.</p><p><a href="https://www.local10.com/espanol/2026/06/12/alex-freeman-oriundo-de-broward-listo-para-debutar-en-copa-del-mundo-con-la-seleccion-masculina-de-estados-unidos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/alex-freeman-oriundo-de-broward-listo-para-debutar-en-copa-del-mundo-con-la-seleccion-masculina-de-estados-unidos/">Leer en español</a></p><p>Now, the 21-year-old defender is on the verge of making that dream a reality.</p><p>Freeman is expected to make his World Cup debut with the U.S. Men’s National Team, marking a major milestone in a journey that began in South Florida.</p><p>Despite his age, Freeman said he’s embracing the pressure that comes with competing at the highest level.</p><p>“I think, yeah, for me it’s my first World Cup and I’m the young guy,” Freeman said in an exclusive interview with Local 10 News. “I think as well for me it’s always going to be a lot of pressure, but for me, it’s how can I deal with the pressure and make it into something great when I play.”</p><p>For Freeman, the moment is about more than personal achievement. It’s an opportunity to represent the people who helped him reach this point.</p><p>“I think for me it’s to realize that I’m not only doing it for the fans and for myself,” Freeman said. “I’m doing it for the people that helped me get to this point. From Fort Lauderdale, from where I’m from, and it just means so much that I’m able to have that kind of support back home.”</p><p>Freeman said taking the leap to pursue a professional soccer career came with uncertainty, but the encouragement he received from family, friends and his South Florida community helped fuel his confidence.</p><p>“Knowing that I took a risk and I had so many people backing me, encouraging me to do this,” he said.</p><p>Representing the United States on the international stage is something Freeman said he does not take lightly.</p><p>“For me it’s such an honor,” Freeman said. “But I know honor comes with privilege, knowing that you have the privilege and the confidence and desire to be able to wear the shirt and perform when you’re in it.”</p><p>As he prepares to step onto the field, Freeman said he remains focused on carrying that responsibility with gratitude and pride.</p><p>“Always having that honor and grateful energy that you don’t get to wear this every day,” he said. “And when you do get to wear it, it’s to wear with pride.”</p><p>For the former Broward County standout, the upcoming match represents the latest chapter in a remarkable rise from local soccer fields to the global stage — one that South Florida will be watching closely.</p>]]></content:encoded></item><item><title><![CDATA[Alex Freeman, oriundo de Broward, listo para debutar en Copa del Mundo con la selección masculina de Estados Unidos]]></title><link>https://www.local10.com/espanol/2026/06/12/alex-freeman-oriundo-de-broward-listo-para-debutar-en-copa-del-mundo-con-la-seleccion-masculina-de-estados-unidos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/alex-freeman-oriundo-de-broward-listo-para-debutar-en-copa-del-mundo-con-la-seleccion-masculina-de-estados-unidos/</guid><dc:creator><![CDATA[Michaila Hightower]]></dc:creator><description><![CDATA[Alex Freeman creció jugando fútbol en campos de todo el condado de Broward, soñando con algún día representar a su país en el escenario más importante de este deporte. Ahora, el defensa de 21 años está a punto de hacer realidad ese sueño.]]></description><pubDate>Fri, 12 Jun 2026 13:55:20 +0000</pubDate><content:encoded><![CDATA[<p>Alex Freeman creció jugando fútbol en canchas de todo el condado Broward, soñando con algún día representar a su país en el escenario más importante de este deporte.</p><p>Ahora, el defensor de 21 años está a punto de convertir ese sueño en realidad.</p><p>Se espera que Freeman haga su debut en la Copa del Mundo con la Selección Masculina de Estados Unidos, marcando un importante hito en una trayectoria que comenzó en el sur de Florida.</p><p>A pesar de su edad, Freeman dijo que está aceptando la presión que conlleva competir al más alto nivel.</p><p>“Creo que sí, para mí es mi primera Copa del Mundo y soy el joven del grupo”, dijo Freeman en una entrevista exclusiva con Local 10 News. “También creo que para mí siempre habrá mucha presión, pero la cuestión es cómo puedo manejar esa presión y convertirla en algo grandioso cuando juego”.</p><p>Para Freeman, este momento es mucho más que un logro personal. Es una oportunidad para representar a las personas que lo ayudaron a llegar hasta este punto.</p><p>“Creo que para mí es darme cuenta de que no solo lo hago por los fanáticos y por mí mismo”, dijo Freeman. “Lo hago por las personas que me ayudaron a llegar hasta aquí. Desde Fort Lauderdale, de donde soy, y significa muchísimo poder contar con ese tipo de apoyo en casa”.</p><p>Freeman dijo que dar el salto para perseguir una carrera profesional en el fútbol estuvo acompañado de incertidumbre, pero el respaldo que recibió de su familia, amigos y de su comunidad en el sur de Florida fortaleció su confianza.</p><p>“Saber que asumí un riesgo y que tenía a tantas personas apoyándome y alentándome a hacer esto”, dijo.</p><p>Representar a Estados Unidos en el escenario internacional es algo que Freeman asegura no toma a la ligera.</p><p>“Para mí es un gran honor”, dijo Freeman. “Pero sé que el honor viene con privilegios, saber que tienes el privilegio, la confianza y el deseo de poder vestir esta camiseta y rendir cuando la llevas puesta”.</p><p>Mientras se prepara para salir al campo, Freeman dijo que sigue enfocado en asumir esa responsabilidad con gratitud y orgullo.</p><p>“Siempre tener ese honor y esa energía de gratitud, porque no puedes vestir esto todos los días”, dijo. “Y cuando tienes la oportunidad de vestirlo, es para hacerlo con orgullo”.</p><p>Para el ex destacado jugador del condado Broward, el próximo partido representa el capítulo más reciente de un ascenso extraordinario desde las canchas locales hasta el escenario mundial, uno que el sur de Florida seguirá muy de cerca.</p>]]></content:encoded></item><item><title><![CDATA[Monitoring the northern Gulf into next week]]></title><link>https://www.local10.com/weather/hurricane/2026/06/12/monitoring-the-northern-gulf-into-next-week/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/12/monitoring-the-northern-gulf-into-next-week/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[The disturbance that we began previewing in this newsletter over a week ago and that was first mentioned by NHC on Wednesday is now centered over the Bay of Campeche in the extreme southern Gulf.]]></description><pubDate>Fri, 12 Jun 2026 13:44:46 +0000</pubDate><content:encoded><![CDATA[<p>The disturbance that we began previewing in this newsletter over a week ago and that was first mentioned by NHC on Wednesday is now centered over the Bay of Campeche in the extreme southern Gulf.</p><p><a href="https://www.local10.com/espanol/2026/06/12/monitorean-el-norte-del-golfo-de-cara-a-la-proxima-semana/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/monitorean-el-norte-del-golfo-de-cara-a-la-proxima-semana/">Leer en español</a></p><p>The low-pressure area is an amalgamation of the remnants of Tropical Storm Cristina that crossed Central America from the eastern Pacific over the past few days and a westward-moving tropical disturbance. As of Friday morning, the low-pressure area remained broad and thunderstorm activity was disorganized.</p><p>Because the disturbance is situated so far south in the lower reaches of the Gulf and Bay of Campeche, there’s a small window today and Saturday for it to overperform and become a short-lived tropical depression or storm (Arthur, in the off-chance it’s named), but odds are stacked against it given the presence of dry, continental air to the west and a curtain of wind shear to the north.</p><p>Regardless, significant development isn’t expected before the system moves inland over northeastern Mexico late Saturday into early Sunday.</p><h3><b>But wait, there’s more…</b></h3><p>As we discussed in yesterday’s newsletter, the newcomer AI models suggest residual spin from the disturbance could re-emerge back over the northern Gulf south of Texas come the early to middle part of next week, where a stalled front could help to energize it and deflect the low-pressure area eastward toward the north-central Gulf Coast.</p><p>This is reflected in a handful of scenarios in both Google’s DeepMind machine learning-based model and the European Centre’s AI ensemble system.</p><figure><img src="https://www.local10.com/resizer/v2/I2C3S5GWBNFHHPOTTNYY5E7L2E.png?auth=b2533f54d1e9f2fc98b70c3687e57841d1e337679c42a7d36a48e7aca44f4ddc&smart=true&width=1200&height=900" alt="Low-pressure tracks through next Thursday (June 18th) from Google’s machine learning-based DeepMind hurricane model (top panel) and the European Centre’s AI ensemble system (bottom panel) suggest a low chance of development next week over the northwestern Gulf. Credit: Weathernerds.org (top) and weathermodels.com (bottom)." height="900" width="1200"/><figcaption>Low-pressure tracks through next Thursday (June 18th) from Google’s machine learning-based DeepMind hurricane model (top panel) and the European Centre’s AI ensemble system (bottom panel) suggest a low chance of development next week over the northwestern Gulf. Credit: Weathernerds.org (top) and weathermodels.com (bottom).</figcaption></figure><p>It’s worth noting that development is only shown in about 10% of the scenarios from both AI modeling camps and for now none of the conventional physics-based models like the European model or American GFS show any development next week. Additionally, the handful of development scenarios shown by the AI models maintain a weak system.</p><p>Given the track record (pun intended) of the AI models last season, we’ll keep an eye on the trends as the disturbance loiters near or over Gulf waters.</p><h3><b>Tropical air aggravates Deep South rains early next week</b></h3><p>The upshot will be an infusion of tropical air into the Deep South and Southern Plains beginning this weekend and into next week, which will enhance the heavy rainfall threat associated with the approaching cold front and along the stalled frontal zone.</p><figure><img src="https://www.local10.com/resizer/v2/LP2MLW43T5EIRDBQDCCWPOJZXI.gif?auth=90ff7b28ef37ec1e5f64f121cb4cd7a8d5439e3f41243697f91f97bfdcfa143d&smart=true&width=1200&height=900" alt="Normalized precipitable water anomaly through next Tuesday morning, June 16th. The animation shows rich tropical air ahead of a cold front diving into North Texas and the Deep South from Sunday into Tuesday. The infusion of tropical air will enhance the potential for heavy rainfall and flooding from the Southern Plains into the Deep South to start next week. Credit: weathermodels.com." height="900" width="1200"/><figcaption>Normalized precipitable water anomaly through next Tuesday morning, June 16th. The animation shows rich tropical air ahead of a cold front diving into North Texas and the Deep South from Sunday into Tuesday. The infusion of tropical air will enhance the potential for heavy rainfall and flooding from the Southern Plains into the Deep South to start next week. Credit: weathermodels.com.</figcaption></figure><p>The National Weather Service’s Weather Prediction Center is indicating a slight risk of excessive rainfall for these areas starting on Sunday and bleeding into the northern Gulf Coast for the middle part of next week. This could lead to scattered, localized flash flooding from parts of eastern Texas to Louisiana, Mississippi, and Alabama.</p><figure><img src="https://www.local10.com/resizer/v2/WEAMTIJGURE3NNT5O2FWL3VRK4.PNG?auth=d0c6ba8ff1b55832fba3ea08638c95e911fe126425ddcc91907f3e2f425fc7b2&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></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/U5AIHYZSOVGZJPRQL6ZVQWDIZI.PNG?auth=c30fc1e9ba179ef0a2d688a5490dcba9c07d93009fd6912783a171bdf536a40d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[A Bosnian song about disillusionment with the American Dream becomes a World Cup banger]]></title><link>https://www.local10.com/entertainment/2026/06/12/a-bosnian-song-about-disillusionment-with-the-american-dream-becomes-a-world-cup-banger/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/12/a-bosnian-song-about-disillusionment-with-the-american-dream-becomes-a-world-cup-banger/</guid><dc:creator><![CDATA[By ELDAR EMRIC and MALLIKA SEN, Associated Press]]></dc:creator><description><![CDATA[SARAJEVO, Bosnia-Herzegovina (AP) — The opening lyrics couldn't be plainer: “I am from Bosnia; take me to America.” But by rewriting its classic “USA,” the Bosnian band Dubioza Kolektiv has transformed a song about disillusionment with the American Dream into a viral anthem powering Bosnia-Herzegovina's own World Cup dreams.]]></description><pubDate>Fri, 12 Jun 2026 13:52:34 +0000</pubDate><content:encoded><![CDATA[<p>SARAJEVO, Bosnia-Herzegovina (AP) — The opening lyrics couldn't be plainer: “I am from Bosnia; take me to America.” But by rewriting its classic “USA,” the Bosnian band Dubioza Kolektiv has transformed a song about disillusionment with the American Dream into a viral anthem powering Bosnia-Herzegovina's own World Cup dreams.</p><p>On the eve of Friday's match between Bosnia and Canada, members of the genre-bending rock group met The Associated Press in the Sarajevo neighborhood where they filmed the new music video for the accordion-heavy earworm, now titled “I Am From Bosnia, Take Me to America.” In less than three weeks, the video celebrating soccer's working-class roots has notched nearly 2 million views on YouTube — on top of the 26 million views the original “USA,” released in 2011, has amassed over the years.</p><p>“It’s an interesting story how this song got its second and third and fourth incarnation in these 15 years,” muses Vedran Mujagić, bassist for the band that has woven political and social causes into its identity. “It evolved from this satirical take on immigration and (the) American Dream and it was translated into (an) American football dream for the entire nation.”</p><p>Bosnia-Herzegovina is making only its second appearance at a World Cup, a goal that once seemed improbable as more traditional soccer powers stood in the way of qualification. At the end of April, though, Bosnia's late goal against Wales propelled the team to a victorious penalty shootout, a feat it would replicate days later against Italy. The band members were surprised when fans unfurled a banner emblazoned with their lyrics, singing them as a rallying cry.</p><p>“First, it was working as a joke, but what I like the most is the supporters kind of loaded completely new meaning to the old song, and this is the best thing for the band or for the song: when people take over and load new meaning and then it becomes theirs,” keyboardist Brano Jakubović says. “It’s not ours anymore.”</p><p>An own goal lament turns joyous</p><p>The original “USA” is as up-tempo and catchy — it's hard not to wander around muttering, “I can no longer wait, take me to United States / Take me to Golden Gate, I will assimilate” — but its protagonist's eagerness to flee slides quickly to disenchantment with life outside the Balkans.</p><p>The band decided to deliver an updated version of what Jakubović describes as a “typical immigrant song,” writing new lyrics befitting a soccer anthem. While “USA” is in English, this version is mostly in Bosnian — “so people will understand,” he says — and mostly about the sport. The language switch has done nothing to lessen its global appeal, as a quick perusal of the YouTube comments suggests, though there are some jokes Jakubović acknowledges would be inscrutable outside Bosnia. (See: burek without cheese.)</p><p>Jakubović’s favorite new line is a chance to excise something that has haunted the country since the 2014 World Cup: “And that goal against Nigeria, that was never offside.”</p><p>“So this is like a big national trauma in Bosnia, so I used the song and lyrics to kind of release this trauma,” he says.</p><p>He's being wry there, but trauma has been a mainstay since Bosnia's independence amid the dissolution of Yugoslavia in 1992. Interethnic war almost immediately broke out, leading to genocide. More than 30 years after the Srebrenica massacre, deep division between Bosnian Serbs and Bosniak Muslims persist.</p><p>“Football in this moment is much more than just a game, it's a hope and it’s very basically (a) political thing because it brought all the people from Bosnia together, which is usually not the case,” Jakubović says.</p><p>I am from Bosnia, take me to ... Canada?</p><p>Bosnia's first match is in Canada, but the team will indeed be taken to America. Their base camp is in Sandy, Utah, and the other group stage matches — against Switzerland and Qatar — are in the States. And, as Mujagić points out, many of the players were born in the U.S. or elsewhere in the diaspora.</p><p>“They are children of those people who went outside in search of a better life or as refugees or whatever their story was. And they kind of see and hear these lyrics and this song entirely differently from us,” he says.</p><p>Mujagić thinks the original message of “USA” endures as Bosnians still emigrate. Once they leave, he finds, “they encounter this hostility of the locals, right-wingers, and they just don’t want them there.”</p><p>“So it’s this schizophrenic situation in which you want to go there, but you somehow know that you won’t have it good on the other side as well,” he concludes. “So in that sense, this song still works perfectly well as it worked before.”</p><p>In St. Louis, home to a thriving Bosnian community, Admir Hodzic is one of the founders of the supporter group BH Loyals. The 40-year-old business owner was born in Bosnia and has moved back and forth between his homeland and the U.S., not unlike the protagonist of “USA.”</p><p>“I think every Bosnian that lives here and understands how the system works and everything else, I think they will find the truth in that song, and that song is honestly nothing but the truth,” he says. There are more opportunities in the U.S. than elsewhere, he says, but “it's a matter of biting your teeth and pulling through the worst times possible.”</p><p>He and his fellow supporters are big fans of Dubioza Kolektiv and sing their anthem at matches and watch parties. More often than not, though, it's the original “USA.”</p><p>“It’s engraved in their brain and their hearts,” he says, “and no matter what, they just go back to the old lyrics, you know?”</p><p>___</p><p>Sen reported from New York.</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/YHJZYB54WD2RD3X4VEEASKTIZQ.jpg?auth=d65d0d48decb7f9c6d0655a4f91e129bb668960884a74fdf0e9d156e083deec7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman walks past a billboard displaying lyrics from the Dubioza kolektiv song "I Am From Bosnia, Take Me to America" in Sarajevo, Bosnia, Thursday, June 11, 2026. (AP Photo/Armin Durgut)]]></media:description><media:credit role="author" scheme="urn:ebu">Armin Durgut</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ADXCGP2TOKOECS7HZ3D3LPFG2Q.jpg?auth=1c82139792972eda6578b8112546e1d9cad3bf1b761d492fcbf4b352fe47cdf2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brano Jakubovic, left, and Vedran Mujagic, members of Bosnian band Dubioza kolektiv, pose for a photo at a soccer playground where the video for the song "I Am From Bosnia, Take Me to America" was filmed, in Sarajevo, Bosnia, Thursday, June 11, 2026. (AP Photo/Armin Durgut)]]></media:description><media:credit role="author" scheme="urn:ebu">Armin Durgut</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AQ23SXKEVRM33MW46AYYYBQR34.jpg?auth=e52a569760d7338a62ab1cdcd1a9fe6b24bf7032a0694c0bc347f912a4dff4c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vedran Mujagic, a member of Bosnian band Dubioza kolektiv, plays with a ball at a soccer playground where the video for the song "I Am From Bosnia, Take Me to America" was filmed, in Sarajevo, Bosnia, Thursday, June 11, 2026. (AP Photo/Armin Durgut)]]></media:description><media:credit role="author" scheme="urn:ebu">Armin Durgut</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UDERPJX2DLOKFLP3IVA3MCALF4.jpg?auth=332b20faca24c3319e4aeef1d486653b4246b595d509379e260eb8fbdf5fc1f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brano Jakubovic, a member of Bosnian band Dubioza kolektiv, speaks during an interview for The Associated Press at a soccer playground where the video for the song "I Am From Bosnia, Take Me to America" was filmed, in Sarajevo, Bosnia, Thursday, June 11, 2026. (AP Photo/Armin Durgut)]]></media:description><media:credit role="author" scheme="urn:ebu">Armin Durgut</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SRI3SAWYPAX33IDSHFXCSOXI2E.jpg?auth=ac327f32c7246b43ed1aef3f0a0b9a3ca9dbd814ca7aeee273b7d5ec0b5acbaa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children in Bosnian national soccer team jerseys feed pigeons in the old part of Sarajevo ahead of the soccer match of the FIFA World Cup 2026 between Canada and Bosnia, in Sarajevo, Bosnia, Friday, June 12, 2026. (AP Photo/Armin Durgut)]]></media:description><media:credit role="author" scheme="urn:ebu">Armin Durgut</media:credit></media:content></item><item><title><![CDATA[Monitorean el norte del Golfo de cara a la próxima semana]]></title><link>https://www.local10.com/espanol/2026/06/12/monitorean-el-norte-del-golfo-de-cara-a-la-proxima-semana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/monitorean-el-norte-del-golfo-de-cara-a-la-proxima-semana/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[La perturbación que comenzamos a anticipar en este boletín hace más de una semana y que el NHC mencionó por primera vez el miércoles ahora se centra sobre la Bahía de Campeche en el extremo sur del Golfo.]]></description><pubDate>Fri, 12 Jun 2026 13:52:05 +0000</pubDate><content:encoded><![CDATA[<p>La perturbación que comenzamos a anticipar en este boletín hace más de una semana y que fue mencionada por primera vez por el NHC el miércoles, ahora se encuentra centrada sobre la Bahía de Campeche, en el extremo sur del Golfo.</p><p>La zona de baja presión es una fusión de los remanentes de la tormenta tropical Cristina, que cruzó Centroamérica desde el Pacífico oriental en los últimos días, y una perturbación tropical que se desplaza hacia el oeste. Hasta la mañana del viernes, la zona de baja presión seguía siendo extensa y la actividad de tormentas eléctricas estaba desorganizada.</p><p>Debido a que la perturbación se sitúa tan al sur, en la parte baja del Golfo y la Bahía de Campeche, existe una pequeña ventana de tiempo hoy y mañana para que se intensifique y se convierta en una depresión o tormenta tropical de corta duración (Arthur, en el improbable caso de que reciba un nombre), pero las probabilidades están en su contra dada la presencia de aire continental seco al oeste y una cortina de cizalladura del viento al norte.</p><p>En cualquier caso, no se prevé un desarrollo significativo antes de que el sistema se adentre en el interior del noreste de México entre la noche del sábado y la madrugada del domingo.</p><h3><b>Pero espera, aún hay más…</b></h3><p>Como comentamos en el boletín de ayer, los nuevos modelos de IA sugieren que el giro residual de la perturbación podría reaparecer sobre el norte del Golfo, al sur de Texas, a principios o mediados de la próxima semana, donde un frente estancado podría ayudar a energizarlo y desviar la zona de baja presión hacia el este, hacia la costa centro-norte del Golfo.</p><p>Esto se refleja en un puñado de escenarios tanto en el modelo de aprendizaje automático DeepMind de Google como en el sistema de conjunto de IA del Centro Europeo.</p><figure><img src="https://www.local10.com/resizer/v2/I2C3S5GWBNFHHPOTTNYY5E7L2E.png?auth=b2533f54d1e9f2fc98b70c3687e57841d1e337679c42a7d36a48e7aca44f4ddc&smart=true&width=1200&height=900" alt="Low-pressure tracks through next Thursday (June 18th) from Google’s machine learning-based DeepMind hurricane model (top panel) and the European Centre’s AI ensemble system (bottom panel) suggest a low chance of development next week over the northwestern Gulf. Credit: Weathernerds.org (top) and weathermodels.com (bottom)." height="900" width="1200"/><figcaption>Low-pressure tracks through next Thursday (June 18th) from Google’s machine learning-based DeepMind hurricane model (top panel) and the European Centre’s AI ensemble system (bottom panel) suggest a low chance of development next week over the northwestern Gulf. Credit: Weathernerds.org (top) and weathermodels.com (bottom).</figcaption></figure><p>Cabe destacar que el desarrollo solo se observa en aproximadamente el 10 % de los escenarios de ambos grupos de modelos de IA, y por ahora ninguno de los modelos convencionales basados ​​en la física, como el modelo europeo o el GFS estadounidense, muestra desarrollo alguno para la próxima semana. Además, los pocos escenarios de desarrollo mostrados por los modelos de IA mantienen un sistema débil.</p><p>Dado el historial (valga la redundancia) de los modelos de IA la temporada pasada, estaremos atentos a las tendencias mientras la perturbación permanezca cerca o sobre las aguas del Golfo.</p><h3><b>El aire tropical agravará las lluvias en el sur profundo a principios de la próxima semana.</b></h3><p>El resultado será una infusión de aire tropical en el sur profundo y las llanuras del sur a partir de este fin de semana y durante la próxima semana, lo que aumentará la amenaza de fuertes lluvias asociadas con el frente frío que se aproxima y a lo largo de la zona frontal estacionaria.</p><figure><img src="https://www.local10.com/resizer/v2/LP2MLW43T5EIRDBQDCCWPOJZXI.gif?auth=90ff7b28ef37ec1e5f64f121cb4cd7a8d5439e3f41243697f91f97bfdcfa143d&smart=true&width=1200&height=900" alt="Normalized precipitable water anomaly through next Tuesday morning, June 16th. The animation shows rich tropical air ahead of a cold front diving into North Texas and the Deep South from Sunday into Tuesday. The infusion of tropical air will enhance the potential for heavy rainfall and flooding from the Southern Plains into the Deep South to start next week. Credit: weathermodels.com." height="900" width="1200"/><figcaption>Normalized precipitable water anomaly through next Tuesday morning, June 16th. The animation shows rich tropical air ahead of a cold front diving into North Texas and the Deep South from Sunday into Tuesday. The infusion of tropical air will enhance the potential for heavy rainfall and flooding from the Southern Plains into the Deep South to start next week. Credit: weathermodels.com.</figcaption></figure><p>El Centro de Predicción Meteorológica del Servicio Meteorológico Nacional indica un riesgo leve de lluvias torrenciales en estas zonas a partir del domingo, que se extenderán hacia la costa norte del Golfo de México a mediados de la próxima semana. Esto podría provocar inundaciones repentinas localizadas y dispersas desde partes del este de Texas hasta Luisiana, Misisipi y Alabama.</p><figure><img src="https://www.local10.com/resizer/v2/WEAMTIJGURE3NNT5O2FWL3VRK4.PNG?auth=d0c6ba8ff1b55832fba3ea08638c95e911fe126425ddcc91907f3e2f425fc7b2&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U5AIHYZSOVGZJPRQL6ZVQWDIZI.PNG?auth=c30fc1e9ba179ef0a2d688a5490dcba9c07d93009fd6912783a171bdf536a40d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre por asesinato por encargo de figura de programas de autos ocurrido en Miami-Dade en 2019]]></title><link>https://www.local10.com/espanol/2026/06/11/acusan-a-hombre-por-asesinato-por-encargo-de-figura-de-programas-de-autos-ocurrido-en-miami-dade-en-2019/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/acusan-a-hombre-por-asesinato-por-encargo-de-figura-de-programas-de-autos-ocurrido-en-miami-dade-en-2019/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Un hombre de 30 años enfrentó cargos el jueves en el condado de Miami-Dade por el asesinato a sueldo de un gurú de la personalización de automóviles de un reality show en 2019, según muestran los registros.]]></description><pubDate>Thu, 11 Jun 2026 20:22:59 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 30 años fue acusado el jueves en el condado de Miami-Dade por el asesinato por encargo, perpetrado en 2019, de un gurú de la personalización de automóviles de un programa de <a href="https://www.imdb.com/title/tt7209820/" rel="" title="https://www.imdb.com/title/tt7209820/">telerrealidad</a> , según consta en los registros.</p><p>Según una orden de arresto, un detective de la Oficina del Sheriff de Miami-Dade informó que los videos de vigilancia muestran a Julian Jimenez en la escena del crimen y su automóvil de huida después del tiroteo ocurrido el 27 de agosto de 2019 en Kendale Lakes.</p><p>Según la orden judicial, un video de vigilancia muestra a Jiménez con una máscara y guantes, y sosteniendo una pistola calibre .40, después de que <a href="https://www.imdb.com/title/tt7209820/" rel="" title="https://www.imdb.com/title/tt7209820/">Alex Vega</a> llegara en su auto al camino de entrada de su casa en Southwest 118 Avenue, cerca de Killian Parkway.</p><p>Jiménez, que entonces tenía 23 años, disparó, y los agentes encontraron a Vega, que entonces tenía 50 años, con heridas en la espalda, según la orden de arresto. Los bomberos trasladaron a Vega al Centro Médico Regional de Kendall, que ahora funciona como Hospital HCA Florida Kendall, según consta en los registros.</p><p>Hace más de 15 años, Vega y Rolando Ramírez tuvieron un conflicto por deudas, <a href="https://www.justice.gov/usao-sdfl/pr/south-florida-jury-convicts-murder-hire-conspirators-face-life-prison-1" rel="" title="https://www.justice.gov/usao-sdfl/pr/south-florida-jury-convicts-murder-hire-conspirators-face-life-prison-1">según</a> fiscales federales que trabajaron en un caso relacionado.</p><p><b>Noticia relacionada</b> : <a href="https://www.local10.com/news/local/2025/05/22/they-are-going-away-forever-victim-of-would-be-murder-for-hire-speaks-after-guilty-verdicts/" rel="" title="https://www.local10.com/news/local/2025/05/22/they-are-going-away-forever-victim-of-would-be-murder-for-hire-speaks-after-guilty-verdicts/">«Se van para siempre»: La víctima de un intento de asesinato por encargo habla tras los veredictos de culpabilidad.</a></p><p>En 2012, según los fiscales, Ramírez, propietario del Doral Collision Center, se hizo cargo de Vega’s Exclusive Motoring Worldwide en Doral como parte de un acuerdo.</p><p>Según los fiscales, Rasheed Ali, amigo de Ramírez y exjugador de fútbol americano de la Universidad de Miami, ayudó a organizar el complot para cometer un asesinato por encargo en 2018.</p><p><a href="https://www.justice.gov/usao-sdfl/pr/south-florida-jury-convicts-murder-hire-conspirators-face-life-prison-1" rel="" title="https://www.justice.gov/usao-sdfl/pr/south-florida-jury-convicts-murder-hire-conspirators-face-life-prison-1">Según</a> los fiscales, Ali, también conocido como “Fresh”, y su amigo Tamrat Mason, más conocido como el artista de reggae “Shifta”, reclutaron a Jaime Serrano, un “distribuidor de marihuana” con una deuda pendiente.</p><p>Según los agentes, el 21 de agosto de 2019, Serrano voló con Jiménez de Nueva York a Miami y alquiló un Nissan Rogue de 2018 en Enterprise Rental Car.</p><p>Pocos minutos después de que Vega resultara herido el 27 de agosto de 2019, un video de vigilancia muestra a Jiménez caminando hacia el sur por la Avenida 117 Suroeste y “hacia una parada de autobús que contenía un bote de basura donde posteriormente se encontró el arma de fuego”, según la orden judicial.</p><p>Otro video de vigilancia muestra el Nissan Rogue, “unos cinco minutos después, en la plaza de peaje de Bird Road en la autopista Florida Turnpike en dirección norte”, según la orden judicial, que no menciona cuánto se le pagó supuestamente a Jiménez.</p><p><b>Noticia relacionada</b> : <a href="https://www.local10.com/news/local/2024/08/16/fbi-agents-raid-doral-auto-shop-in-connection-with-plot-to-kill-celebrity-car-designer/" rel="" title="https://www.local10.com/news/local/2024/08/16/fbi-agents-raid-doral-auto-shop-in-connection-with-plot-to-kill-celebrity-car-designer/">Agentes del FBI allanan un taller mecánico en Doral en relación con un complot para asesinar a un famoso diseñador de automóviles.</a></p><p>“Las fuerzas del orden encontraron una máscara y un par de guantes”, escribió un agente, según la orden judicial.</p><p>Jiménez, originario del Bronx, accedió a una orden judicial para proporcionar su ADN a los detectives el 26 de junio de 2022, y el laboratorio de la Oficina de Servicios Forenses del MDSO lo analizó, según consta en la orden.</p><p>Según los registros de reclusos, el departamento penitenciario del condado de Miami-Dade ingresó en el centro penitenciario Turner Guilford Knight poco antes de las 23:40 del miércoles.</p><p>Jiménez tenía dos órdenes de arresto pendientes: una por intento de asesinato con arma mortal y conspiración para cometer asesinato con arma mortal, y la otra por una orden de detención emitida por otra agencia, según consta en los registros.</p><p><b>Lea un fragmento de la orden judicial.</b></p><figure><img src="https://www.local10.com/resizer/v2/TPCQKNFUPJB2TLNHKPP6KMPS3A.jpg?auth=2b31b419dd97fab11af1f2e02d426e7bbb1fa175e2a878271d5a3f3d8518a83d&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><i>La editora de la mesa de asignaciones de Local 10 News, Mercedes Cevallos, contribuyó a este reportaje.</i></p>]]></content:encoded></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/06/12/resumen-del-dia-historias-en-tendencia-en-local10com/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/resumen-del-dia-historias-en-tendencia-en-local10com/">Leer en español</a></p><ul><li><a href="https://www.local10.com/news/local/2026/06/10/fbi-accuses-6-of-armed-margaritaville-kidnapping-involving-blowtorch-torture-extortion">FBI accuses 6 of armed Margaritaville kidnapping involving blowtorch torture, extortion</a></li><li><a href="https://www.local10.com/news/local/2026/06/09/opening-statements-continue-in-george-pino-boat-death-trial-after-emotional-behaviors-derail-day-1-of-trial">George Pino trial: Boat crash victim’s father recounts ‘beautiful afternoon’ that turned tragic</a></li><li><a href="https://www.local10.com/news/local/2026/06/11/mother-arrested-on-unrelated-charge-after-girl-5-shot-inside-florida-city-home">Mother arrested on unrelated charge, released on bond after 5-year-old fatally shot in Florida City home</a></li><li><a href="https://www.local10.com/news/local/2026/06/10/police-miami-gardens-man-who-fatally-shot-intruder-was-armed-drug-trafficker">Miami Gardens home invasion and homicide leads to record-breaking drug seizure</a></li><li><a href="https://www.local10.com/news/local/2026/06/11/jurors-in-george-pino-trial-get-look-at-boat-at-center-of-deadly-crash">After visit to view boat, jurors in George Pino trial see drone re-enactment, dive videos</a></li><li><a href="https://www.local10.com/news/local/2026/06/11/woman-accused-in-armed-robbery-kidnapping-of-man-in-miami-beach">Woman accused in armed robbery, kidnapping of man in Miami Beach</a></li><li><a href="https://www.local10.com/news/local/2026/06/10/homestead-men-nabbed-in-child-sex-trafficking-sting-ahead-of-world-cup-police-say">12 nabbed in child sex trafficking sting ahead of World Cup, police say</a></li><li><a href="https://www.local10.com/news/local/2026/06/09/bso-miami-dade-couple-travels-to-broward-with-daughter-to-steal-suv">BSO: Miami-Dade couple travels to Broward with daughter to steal SUV</a></li><li><a href="https://www.local10.com/weather/hurricane/2026/06/09/el-nino-watch-where-hurricanes-form-and-which-states-are-most-at-risk-during-el-nino">El Niño Watch: Where hurricanes form and which states are most at risk during El Niño</a></li><li><a href="https://www.local10.com/news/world/2026/06/08/61-magnitude-earthquake-strikes-near-cuba-reports-of-light-shaking-in-south-florida">6.1-magnitude earthquake strikes near Cuba; reports of light shaking in South Florida</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[Resumen del día: Historias en tendencia en Local10.com]]></title><link>https://www.local10.com/espanol/2026/06/12/resumen-del-dia-historias-en-tendencia-en-local10com/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/resumen-del-dia-historias-en-tendencia-en-local10com/</guid><description></description><pubDate>Fri, 12 Jun 2026 13:42:59 +0000</pubDate><content:encoded><![CDATA[<p>Estas son las 10 noticias más populares en <a href="https://www.local10.com/" rel="">Local10.com</a> esta semana.</p><ul><li><a href="https://www.local10.com/news/local/2026/06/10/fbi-accuses-6-of-armed-margaritaville-kidnapping-involving-blowtorch-torture-extortion">El FBI acusa a 6 personas de secuestro a mano armada en Margaritaville, que incluyó tortura con soplete y extorsión.</a></li><li><a href="https://www.local10.com/news/local/2026/06/09/opening-statements-continue-in-george-pino-boat-death-trial-after-emotional-behaviors-derail-day-1-of-trial">Juicio de George Pino: El padre de la víctima del accidente náutico relata la “hermosa tarde” que se tornó trágica.</a></li><li><a href="https://www.local10.com/news/local/2026/06/11/mother-arrested-on-unrelated-charge-after-girl-5-shot-inside-florida-city-home">Una madre fue arrestada por un cargo no relacionado y puesta en libertad bajo fianza después de que un niño de 5 años muriera a tiros en su casa en Florida City.</a></li><li><a href="https://www.local10.com/news/local/2026/06/10/police-miami-gardens-man-who-fatally-shot-intruder-was-armed-drug-trafficker">Un allanamiento de morada y un homicidio en Miami Gardens resultan en una incautación de drogas sin precedentes.</a></li><li><a href="https://www.local10.com/news/local/2026/06/11/jurors-in-george-pino-trial-get-look-at-boat-at-center-of-deadly-crash">Tras visitar el barco, los miembros del jurado en el juicio de George Pino ven una recreación con drones y vídeos de buceo.</a></li><li><a href="https://www.local10.com/news/local/2026/06/11/woman-accused-in-armed-robbery-kidnapping-of-man-in-miami-beach">Mujer acusada de robo a mano armada y secuestro de un hombre en Miami Beach.</a></li><li><a href="https://www.local10.com/news/local/2026/06/10/homestead-men-nabbed-in-child-sex-trafficking-sting-ahead-of-world-cup-police-say">Doce detenidos en una operación contra el tráfico sexual de menores antes del Mundial, según informó la policía.</a></li><li><a href="https://www.local10.com/news/local/2026/06/09/bso-miami-dade-couple-travels-to-broward-with-daughter-to-steal-suv">BSO: Una pareja de Miami-Dade viaja a Broward con su hija para robar una camioneta SUV.</a></li><li><a href="https://www.local10.com/weather/hurricane/2026/06/09/el-nino-watch-where-hurricanes-form-and-which-states-are-most-at-risk-during-el-nino">Alerta de El Niño: Dónde se forman los huracanes y qué estados corren mayor riesgo durante El Niño.</a></li><li><a href="https://www.local10.com/news/world/2026/06/08/61-magnitude-earthquake-strikes-near-cuba-reports-of-light-shaking-in-south-florida">Terremoto de magnitud 6.1 sacude las cercanías de Cuba; reportes de temblores leves en el sur de Florida.</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[HCSO: Video shows Florida woman going berserk in backseat of deputy cruiser, spitting on deputy]]></title><link>https://www.local10.com/news/florida/2026/06/12/hcso-video-shows-florida-woman-going-berserk-in-backseat-of-deputy-cruiser-spitting-on-deputy/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/12/hcso-video-shows-florida-woman-going-berserk-in-backseat-of-deputy-cruiser-spitting-on-deputy/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A central Florida woman was arrested Tuesday after deputies said she caused multiple disturbances, removed most of her clothing in a mobile home park and spit on a deputy during her arrest.]]></description><pubDate>Fri, 12 Jun 2026 13:05:06 +0000</pubDate><content:encoded><![CDATA[<p>A central Florida woman was arrested Tuesday after deputies said she caused multiple disturbances, removed most of her clothing in a mobile home park and spit on a deputy during her arrest.</p><p><a href="https://www.local10.com/espanol/2026/06/12/hcso-video-muestra-a-mujer-de-florida-fuera-de-control-en-asiento-trasero-de-patrulla-escupiendo-a-agente/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/hcso-video-muestra-a-mujer-de-florida-fuera-de-control-en-asiento-trasero-de-patrulla-escupiendo-a-agente/">Leer en español</a></p><p>Her actions in the backseat of a deputy’s cruiser after she was taken into custody were captured on multiple body cameras and an in-car camera, authorities confirmed. </p><p>According to the Hernando County Sheriff’s Office, deputies responded around 2 p.m. Tuesday to a Texaco gas station after receiving reports about a disorderly person causing a disturbance outside the business.</p><p>Employees told deputies that the woman, identified as Iesha Field, 33, of Brooksville, had been yelling at customers, behaving erratically and disrupting business operations. Workers requested that she be trespassed from the property, and deputies issued a trespass warning.</p><p>Investigators said Field then left the gas station and walked to a nearby mobile home park, where deputies observed her continuing to behave disruptively.</p><p>According to the sheriff’s office, Field removed her clothing and was wearing only underwear while yelling, acting belligerently and disturbing residents. Deputies said her behavior alarmed several residents, including a mother with young children, who requested that Field be trespassed from her property.</p><p>Deputies reported that Field appeared to be under the influence of alcohol and/or narcotics and attempted to de-escalate the situation by instructing her to return home. Authorities said Field, who had visible injuries to her right knee and left eye, refused commands and became increasingly combative.</p><p>Field was taken into custody, but deputies said she resisted efforts to place her into a patrol vehicle and repeatedly attempted to hit and kick deputies during the arrest.</p><p>Once inside the patrol vehicle, Field allegedly continued acting aggressively by repeatedly striking her head and feet against the vehicle’s windows. Deputies said that when they opened the patrol car door to address her behavior, she fell out of the vehicle due to her movements.</p><p>The sheriff’s office said Deputy M. LaPalme assisted Field back into the patrol vehicle, at which time she spit on the left side of his face. Authorities said Field spit at the deputy a second time while he was attempting to secure her with a seat belt.</p><p>Video shows the deputy slapping Field in the face before closing the vehicle door.</p><p>Deputies reported that even after the slap, Field continued resisting and attempting to damage the patrol vehicle as she was transported to the Hernando County Detention Center.</p><p>“Due to her continued combative behavior, additional restraints and a spit hood were utilized for the safety of both Field and responding personnel,” a press release from the sheriff’s office stated.</p><p>Field was arrested on charges of battery on a law enforcement officer and breach of the peace/disorderly intoxication. She was booked into the Hernando County Detention Center, where she was being held on a $3,000 bond.</p><p>HCSO officials confirmed that LaPalme’s actions during the encounter are under administrative review.</p>]]></content:encoded></item><item><title><![CDATA[HCSO: Video muestra a mujer de Florida fuera de control en asiento trasero de patrulla, escupiendo a agente]]></title><link>https://www.local10.com/espanol/2026/06/12/hcso-video-muestra-a-mujer-de-florida-fuera-de-control-en-asiento-trasero-de-patrulla-escupiendo-a-agente/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/hcso-video-muestra-a-mujer-de-florida-fuera-de-control-en-asiento-trasero-de-patrulla-escupiendo-a-agente/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una mujer del centro de Florida fue arrestada el martes después de que, según los agentes, provocara varios disturbios, se quitara la mayor parte de la ropa en un parque de casas móviles y escupiera a un agente durante su arresto.]]></description><pubDate>Fri, 12 Jun 2026 13:35:28 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer del centro de Florida fue arrestada el martes después de que agentes informaran que causó múltiples alteraciones del orden, se quitó la mayor parte de la ropa en un parque de casas móviles y escupió a un agente durante su arresto.</p><p>Sus acciones en el asiento trasero de una patrulla de un agente después de ser puesta bajo custodia fueron captadas por múltiples cámaras corporales y una cámara instalada en el vehículo, confirmaron las autoridades.</p><p>Según la Oficina del Sheriff del Condado Hernando, los agentes respondieron alrededor de las 2 p.m. del martes a una gasolinera Texaco tras recibir reportes sobre una persona alterando el orden y causando disturbios fuera del negocio.</p><p>Los empleados dijeron a los agentes que la mujer, identificada como Iesha Field, de 33 años y residente de Brooksville, había estado gritándole a los clientes, comportándose de manera errática e interrumpiendo las operaciones del negocio. Los trabajadores solicitaron que se le prohibiera el acceso a la propiedad, y los agentes emitieron una advertencia de invasión de propiedad privada.</p><p>Los investigadores dijeron que Field luego abandonó la gasolinera y caminó hacia un parque de casas móviles cercano, donde los agentes observaron que continuaba comportándose de manera perturbadora.</p><p>Según la oficina del sheriff, Field se quitó la ropa y vestía únicamente ropa interior mientras gritaba, actuaba de forma agresiva y alteraba la tranquilidad de los residentes. Los agentes dijeron que su comportamiento alarmó a varios residentes, incluida una madre con niños pequeños, quien solicitó que se le prohibiera el acceso a su propiedad.</p><p>Los agentes informaron que Field parecía estar bajo la influencia de alcohol y/o narcóticos e intentaron reducir la tensión de la situación indicándole que regresara a su casa. Las autoridades dijeron que Field, quien tenía lesiones visibles en la rodilla derecha y el ojo izquierdo, se negó a obedecer las órdenes y se volvió cada vez más combativa.</p><p>Field fue puesta bajo custodia, pero los agentes dijeron que se resistió a los intentos de introducirla en un vehículo de patrulla y que repetidamente intentó golpear y patear a los agentes durante el arresto.</p><p>Una vez dentro del vehículo de patrulla, Field presuntamente continuó actuando de manera agresiva al golpear repetidamente su cabeza y sus pies contra las ventanas del vehículo. Los agentes dijeron que cuando abrieron la puerta de la patrulla para atender su comportamiento, ella cayó fuera del vehículo debido a sus movimientos.</p><p>La oficina del sheriff indicó que el agente M. LaPalme ayudó a Field a regresar al vehículo de patrulla, momento en el que ella le escupió el lado izquierdo del rostro. Las autoridades dijeron que Field escupió al agente una segunda vez mientras él intentaba asegurarla con el cinturón de seguridad.</p><p>El video muestra al agente dándole una bofetada a Field en el rostro antes de cerrar la puerta del vehículo.</p><p>Los agentes informaron que incluso después de la bofetada, Field continuó resistiéndose e intentando dañar el vehículo de patrulla mientras era trasladada al Centro de Detención del Condado Hernando.</p><p>“Debido a su continuo comportamiento combativo, se utilizaron restricciones adicionales y una capucha antisaliva para la seguridad tanto de Field como del personal que respondió al incidente”, indicó un comunicado de prensa de la oficina del sheriff.</p><p>Field fue arrestada por cargos de agresión contra un agente del orden público y alteración del orden público/intoxicación escandalosa. Fue ingresada en el Centro de Detención del Condado Hernando, donde permanecía detenida con una fianza de $3,000 USD.</p><p>Funcionarios de la HCSO confirmaron que las acciones de LaPalme durante el incidente están bajo revisión administrativa.</p>]]></content:encoded></item><item><title><![CDATA[Rosie Pino wins GOP primary in New Jersey’s 9th District to challenge Democratic Rep. Nellie Pou]]></title><link>https://www.local10.com/news/politics/2026/06/12/rosie-pino-wins-republican-primary-in-new-jerseys-9th-district-to-challenge-rep-nellie-pou/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/12/rosie-pino-wins-republican-primary-in-new-jerseys-9th-district-to-challenge-rep-nellie-pou/</guid><dc:creator><![CDATA[By MIKE CATALINI, Associated Press]]></dc:creator><description><![CDATA[TRENTON, N.J. (AP) — Rosie Pino, a Clifton City, New Jersey, councilwoman, has won the Republican primary in the state’s 9th Congressional District to take on Democratic Rep. Nellie Pou.]]></description><pubDate>Fri, 12 Jun 2026 14:27:31 +0000</pubDate><content:encoded><![CDATA[<p>TRENTON, N.J. (AP) — Rosie Pino, a Clifton City, New Jersey, councilwoman, has won the Republican primary in the state’s 9th Congressional District to take on Democratic Rep. Nellie Pou.</p><p>Pino defeated attorney Tiffany Burress in the northern New Jersey district, where Pou is seeking a second term. The Associated Press called the race for Pino on Friday.</p><p>The district is being watched closely in this year's hotly contested midterm elections, with Republicans in particular drawing a target on the longtime Democratic-held seat.</p><p>The GOP saw an opportunity there after the 2024 election was closer than expected and Donald Trump won in places where his party hadn’t been victorious for decades.</p><p>Pino, a former Democrat, said she left the party for the GOP and criticized Democrats in the campaign for their longtime control in the region.</p><p>In a statement, Pino emphasized that she would work for those who disagree with her sometimes.</p><p>“I extend a hand to everyone across our district — Republicans, Independents, and Democrats, as well as those who have never voted before,” she said.</p><p>Pino had been critical of the slow pace of vote counting in her district, where the election ended June 2, and across the country.</p><p>“In Congress, I will help lead the fight to secure our elections,” Pino said in a statement this week. “We need mandatory Voter ID nationwide and strict limits on late mail-in voting."</p><p>In a statement Friday, Burress said she was grateful to her supporters but stopped short of backing Pino.</p><p>Pou is in her first term in the House, where she was elected after years in the state Legislature, succeeding longtime Democrat Bill Pascrell Jr., who died in 2024.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2V5MSNZLYR7OBJDIYYMPQNP4GQ.jpg?auth=b5ac35a7a3540e5d3a10125b104c93d047985816aef2b754804e8032ce2a3143&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The rotunda at New Jersey's statehouse, March 22, 2023,, in Trenton, N.J. (AP Photo/Mike Catalini, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Catalini</media:credit></media:content></item><item><title><![CDATA[Niger military junta introduces new penal code criminalizing homosexuality with 5-10 years in prison]]></title><link>https://www.local10.com/news/world/2026/06/12/niger-military-junta-introduces-new-penal-code-criminalizing-homosexuality-with-5-10-years-in-prison/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/12/niger-military-junta-introduces-new-penal-code-criminalizing-homosexuality-with-5-10-years-in-prison/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NIAMEY, Niger (AP) — Niger's military junta announced a new penal code that criminalizes homosexuality, an adviser to the justice minister said Friday.]]></description><pubDate>Fri, 12 Jun 2026 13:00:38 +0000</pubDate><content:encoded><![CDATA[<p>NIAMEY, Niger (AP) — Niger's military junta announced a new penal code that criminalizes homosexuality, an adviser to the justice minister said Friday.</p><p>The West African nation is the latest to criminalize homosexuality, following similar measures earlier this year in Senegal.</p><p>The new penal code punishes anyone who “commits or attempts to commit an immodest or unnatural act or practices lesbian, gay, bisexual, trans-gender, Queer, intersex, Asexual (LGBTQIA+) acts” with between five and 10 years in prison and a fine, according to the text of the new penal code.</p><p>“This same penalty is applicable to persons who officiated the marriage, to the witnesses of the alleged spouses, as well as to persons who have given their consent for the celebration of the marriage and to the organizers,” the new penal code said.</p><p>Hamidou Julien, an adviser to the justice minister, confirmed to The Associated Press on Friday that the law took effect on Thursday.</p><p>Previously, homosexuality wasn't illegal in Niger, but has been heavily stigmatized.</p><p>Laws prohibiting homosexuality are common across Africa: more than 30 of the 54 countries criminalize same-sex sexual acts. Niger has joined countries like Senegal, Kenya, Sierra Leone and Tanzania, where penalties can include 10 or more years of imprisonment. In Somalia, Uganda and Mauritania, the offense can carry the death penalty.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6PGSHPIUTVGYRRT3W74DFBSN34.jpg?auth=bb1389d89cbdac841be79b3830e56c1fae1b6c65c3e57dfb460903ae1624c96a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Protesters demonstrate against homosexuality in Dakar, Senegal, Friday, March 6, 2026. (AP Photo/Misper Apawu, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Misper Apawu</media:credit></media:content></item><item><title><![CDATA[The Latest: Trump says he's really close to a deal with Iran ahead of whirlwind weekend]]></title><link>https://www.local10.com/news/2026/06/12/the-latest-trump-says-hes-really-close-to-a-deal-with-iran-ahead-of-whirlwind-weekend/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/12/the-latest-trump-says-hes-really-close-to-a-deal-with-iran-ahead-of-whirlwind-weekend/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump has long been looking for this weekend to be a big one for his presidency.]]></description><pubDate>Fri, 12 Jun 2026 14:19:57 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump has long been looking for this weekend to be a big one for his presidency.</p><p>The World Cup returns to the U.S. on Friday. On Sunday, his 80th birthday, he hosts a UFC fight night at the White House. Hours later, he’s scheduled to jet off to the G7 summit in the French Alps. But Trump set expectations even higher when he announced that the U.S. and Iran could come to terms this weekend on an agreement that would end the war.</p><p>Meanwhile, a new AP-NORC polling analysis finds independents have grown increasingly unhappy with Trump during his second term, particularly those without a college degree.</p><p>Here's the latest:</p><p>US official says Iran deal has five key terms that include destroying and removing nuclear material</p><p>A senior U.S. official said there are five key terms in the agreement: Iran’s nuclear material will be destroyed and removed, its nuclear program will be dismantled, none of its frozen money will be released until it meets certain demands, the Strait of Hormuz will be open, and Iran must not fund terrorist groups.</p><p>The official spoke on condition of anonymity because they were not authorized to provide details about the sensitive talks.</p><p>Trump on Friday lashed out at Iranian officials on social media and said, “They better get their act together, and FAST!”</p><p>NATO weighs options to defend Europe as the US plans for conflict elsewhere</p><p>NATO’s top military officer is weighing alternative plans to defend Europe should it come under attack from Russia, after the United States announced it’s cutting the number of aircraft and warships it would provide in a security crisis.</p><p>The so-called NATO Force Model is Plan A for making forces from the 32 member nations available in times of peace, crisis or war. It sets out the military assets commanders can call on in phases over the first six months of any conflict.</p><p>But last month, the Pentagon warned its NATO allies it would be scaling down its commitment to focus on potential threats elsewhere, notably from China in the Indo-Pacific region.</p><p>European countries and Canada had waited impatiently for over a year for the Trump administration to detail its plans after it warned that Europe is no longer a top U.S. security priority. They knew cuts were coming, but not how big, fast or what kind.</p><p>▶ Read more</p><p>Tensions between Trump and Macron could be on full display at next week’s G7 summit in France</p><p>The relationship between Trump and French President Emmanuel Macron started simply enough, with a handshake, nearly a decade ago.</p><p>But even then, there were signs of strain in their relationship — tensions that could be on full display during next week’s G7 summit in France.</p><p>Back in 2017, Trump was a brash businessman just elected to America’s most powerful office, and Macron was an upstart politician who had won his race in a landslide. At a NATO summit in Brussels, they clinched hands far longer than most people do when they meet for the first time. Neither seemed to want to be the first to break a grip so tight that it exposed white knuckles.</p><p>Nevertheless, a friendship was born. And early on, Macron seemed to be the one European leader with a knack for managing his mercurial, three-decades-older counterpart.</p><p>But by the end of Trump’s first term, the bromance had faded. And in his second term, the leaders now openly trade barbs, disagreeing over tariffs, Ukraine and the Iran war.</p><p>▶ Read more</p><p>A key US government surveillance program is set to expire</p><p>The surveillance tool seen as vital in preventing terror attacks and catching foreign spies is set to expire Friday after congressional efforts to temporarily extend it failed in bipartisan fashion.</p><p>It’s a significant lapse for the program known as Section 702, and even as President Donald Trump nominates a new national intelligence director more palatable to both Republicans and Democrats than his initial pick, it’s unclear how soon lawmakers — set for recess — would be able to revive the spy program.</p><p>Still, there may not be an immediate drop-off given that a court order from March authorized these government surveillance powers to remain in effect for another year.</p><p>▶ Read more</p><p>Ahead of G7, Carney softens tone toward Trump with trade talks at stake</p><p>Canadian Prime Minister Mark Carney became a symbol of middle power resistance after a celebrated speech earlier this year, but he is expected to be more muted in his criticism of Trump at an upcoming summit in Europe.</p><p>Carney’s speech at the World Economic Forum in Davos, Switzerland, helped make him an international political star in January, when he declared the global rules-based order over and condemned coercion by great powers on smaller countries. The prime minister received widespread praise and attention for his remarks and upstaged Trump at the gathering.</p><p>But the Group of Seven summit of industrialized democracies that begins Monday in France comes ahead of the scheduled July 1 review of the U.S.-Mexico-Canada Agreement, or USMCA, the latest iteration of the North American free-trade pact that has intertwined the economies of the United States, Mexico and Canada since the early 1990s. It is a crucial moment in trade talks, and Trump said this week that he may not renew the deal.</p><p>▶ Read more</p><p>Kennedy Center board seeks pause of ruling ordering removal of Trump’s name by Friday deadline</p><p>Trump’s handpicked board at the Kennedy Center is mounting a last-minute effort to keep his name on the facade of the iconic performing arts facility before a court-ordered deadline to remove it by Friday.</p><p>The board voted Thursday to seek a stay of U.S. District Judge Christopher Cooper’s May 29 ruling that said Trump’s name was illegally added to the Kennedy Center, according to a person familiar with the move who requested anonymity to discuss a private meeting. The formal request was filed late Thursday.</p><p>Cooper ruled that only Congress could institute a change to the Kennedy Center’s name and ordered references to Trump be removed by Friday. He also blocked the administration from closing the cultural and arts venue for major renovations that had been planned to start in July and last for two years.</p><p>▶ Read more</p><p>Where Trump has lost support with independents, according to AP-NORC polling</p><p>Independents have grown increasingly unhappy with Trump during his second term, a new AP-NORC polling analysis finds, particularly those without a college degree.</p><p>The analysis from researchers at The Associated Press-NORC Center for Public Affairs Research shows that while about half of independents without a college education had a positive view of Trump around the 2024 election, his approval with that group fell to about one-quarter this spring. That shift has erased the large education gap that existed among independents in the months before Trump took office for his second term, with independents now holding similarly negative views of the president regardless of their level of education.</p><p>The analysis was conducted by aggregating nearly two dozen AP-NORC polls conducted between July 2024 and April 2026, allowing for a deeper look at how support for Trump changed during several distinct periods, including the last six months of 2024, the first 100 days of Trump’s presidency, the summer of 2025 when the Big Beautiful Bill passed, last fall’s government shutdown and the beginning of the Iran war.</p><p>▶ Read more</p><p>Trump is raising expectations that this time he really will close deal with Iran to wind down war</p><p>Trump has long been looking for this weekend to be a big one for his presidency.</p><p>The World Cup returns to the U.S. on Friday for the first time in 32 years after Trump threw himself into winning the bid to co-host the soccer tourney during his first term. He’ll be feted Sunday, his 80th birthday, during a UFC fight night that’s expected to draw thousands to the White House grounds. Hours after the final bout, he’s scheduled to jet off to the G7 summit in the French Alps for talks with several world leaders he’s been beefing with over war and tariffs.</p><p>But Trump set expectations even higher for the coming days when he announced Thursday that the U.S. and Iran could come to terms this weekend on an agreement that would set the pathway to end the three-month-old war that’s been broadly unpopular with Americans and has rattled global oil markets. He said he plans to dispatch Vice President JD Vance to the signing of the agreement.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NOT4PCKEK3LX4FYC3RKEFSQAXA.jpg?auth=0b6b7299d23547d9e6312fcea443c4809ed27fd9d43eb0e2f0a6871e4b076e35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump is pictured during an event where he signs a proclamation about the fishing industry, in the Oval Office of the White House, Thursday, June 11, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NSHHB6RZF7WDQ7UBMDDZUFID3Y.jpg?auth=104ac3c805580616288f42f8123370f87e0fe066b7d66fc72699d81e3a238a9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks before signing a proclamation about the fishing industry, in the Oval Office of the White House, Thursday, June 11, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Here is today’s schedule of matches ]]></title><link>https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-todays-games/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-todays-games/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA World Cup fans have two Group Stage matches to watch on Friday. ]]></description><pubDate>Fri, 12 Jun 2026 11:26:05 +0000</pubDate><content:encoded><![CDATA[<p>FIFA World Cup fans have two Group Stage matches to watch on Friday. </p><p>Canada’s afternoon opener against Bosnia for <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> is at 3 p.m. </p><p>The United States’ night opener against Paraguay for <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> is at 9 p.m.</p><p><b>Group A progress on Thursday: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Mexico and South Korea each get 3 points after openers</a></p><p><b>The rest of the schedule </b> </p><p><b>June 13</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Qatar vs. Switzerland, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Brazil vs. Morocco, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Haiti vs. Scotland, game is at 9 p.m. </p><p><b>Miami watch party</b>: <a href="https://www.local10.com/entertainment/2026/06/10/fifa-world-cup-fan-festival-to-open-saturday-at-bayfront-park/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/10/fifa-world-cup-fan-festival-to-open-saturday-at-bayfront-park/">Fan Festival opens from 2 p.m. to midnight on June 13 at Bayfront Park </a> </p><p><b>June 14</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Australia vs. Turkey, game is at Midnight. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Germany vs. Curaçao, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, The Netherlands vs. Japan, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ivory Coast vs. Ecuador, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Sweden vs. Tunisia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 15</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Spain vs. Cape Verde, game is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Belgium vs. Egypt, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Saudi Arabia vs. Uruguay, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Iran vs. New Zealand, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 16</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Senegal, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Iraq vs. Norway, game is at 6 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Argentina vs. Algeria, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 17</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a>, Austria vs. Jordan, game is at Midnight. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Portugal vs. Congo, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, England vs. Croatia, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Ghana vs. Panama, game is at 7 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Uzbekistan vs. Colombia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 18</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, The Czech Republic vs. South Africa, is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Switzerland vs. Bosnia, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Canada vs. Qatar, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, Mexico vs. South Korea, is at 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 19</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, U.S. vs. Australia, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Scotland vs. Morocco, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Brazil vs. Haiti, game is at 8:30 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. Paraguay, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 20</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Netherlands vs. Sweden, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Germany vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Curaçao, game is at 8 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>Miami Beach fan party: </b>Doors open at 6 p.m. on June 20 at The Bandshell, at 7275 Collins Ave., for an event for Uruguayan fans co-hosted by the Consulate General of Uruguay.</p><p><b>June 21</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Japan, game is at Midnight. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Spain vs. Saudi Arabia, game is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Belgium vs. Iran, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Cape Verde, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Egypt, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 22</b>: There are four matches: The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Argentina vs. Austria, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Iraq, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. Senegal, game is at 8 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Algeria, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 8 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 11 a.m. on June 22 at The Bandshell, at 7275 Collins Ave., for the 1 p.m. Argentina vs. Austria match.</p><p><b>June 23</b>: There are four matches: The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Portugal vs. Uzbekistan, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, England vs. Ghana, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. Croatia, game is at 7 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Congo, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 24</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Switzerland vs. Canada, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Bosnia vs. Qatar, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Morocco vs. Haiti, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Scotland vs. Brazil, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>, South Africa vs. South Korea, game is at 9 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>, Czech Republic vs. Mexico, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 4 p.m. on June 24 at The Bandshell, at 7275 Collins Ave., for the 6 p.m. Scotland vs. Brazil match.</p><p><b>June 25</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Curaçao vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Germany, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Netherlands, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Japan vs. Sweden, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. U.S., game is at 10 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Paraguay vs. Australia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 3 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 26</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track FIFA World Cup groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BYA22YXXUVY5FOU4SQXUIEULCU.jpg?auth=a6a2d9470f078289886f16c607c509631d9f6cf62dd3a8fbea9d387e73b99018&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombian singer J Balvin, center on stairs, performs before the start of the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content></item><item><title><![CDATA['A Knight of the Seven Kingdoms' seizes the small-story moment in prestige TV with Dunk and Egg]]></title><link>https://www.local10.com/entertainment/2026/06/12/a-knight-of-the-seven-kingdoms-seizes-the-small-story-moment-in-prestige-tv-with-dunk-and-egg/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/12/a-knight-of-the-seven-kingdoms-seizes-the-small-story-moment-in-prestige-tv-with-dunk-and-egg/</guid><dc:creator><![CDATA[By ANDREW DALTON, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Ser Duncan is tall, but his story is small.]]></description><pubDate>Fri, 12 Jun 2026 12:01:19 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Ser Duncan is tall, but his story is small.</p><p>And Ira Parker, showrunner of “A Knight of the Seven Kingdom,” HBO's latest entry to the “Game of Thrones” universe that has charmed and disarmed viewers with its humble story of big, raw, aspiring knight Dunk and his tiny, cue ball-bald squire Egg, says it's going to stay that way.</p><p>“If anything, I’d say Season 2 might feel even smaller,” Parker said. “It’s not at all busy and everything. There’s almost some loneliness creeping into this.”</p><p>Parker spoke to The Associated Press from the island of Gran Canaria, Spain, where he's making the second season of the show based on George R.R. Martin's series of novellas about the journeys and adventures of Ser Duncan the Tall and his sidekick whose nickname obscures his true identity.</p><p>After eight sprawling seasons of “Game of Thrones” and two seasons of the almost-as-epic “House of the Dragon,” some worried about Westeros fatigue when “A Knight of the Seven Kingdoms” arrived in January. Instead, it was enthusiastically embraced by fans and plenty of newcomers. People seemed to want a world with no dragons or clashing kings, just an overgrown orphan without a last name trying to become somebody.</p><p>Everything about the show is scaled down. Season 1 had just six episodes averaging about 35 minutes, all of them centered entirely on Dunk and Egg.</p><p>“It is 100% a function of the underlying material,” Parker said. “We don’t want to have to stretch the story. We like building out the world and hanging out with our characters and having some fun in Westeros. But we don’t want to have odd little side quests.”</p><p>Smaller stories may be having a moment in elite TV. “The Pitt,” last year’s best-drama Emmy winner and a favorite to repeat the win, is set almost entirely in one part of one hospital. “Pluribus,” the acclaimed Apple TV+ show that will give it Emmy competition this year, has a single main character.</p><p>“Game of Thrones” was also the mother of all Emmy contenders, getting more nominations during its full run than any drama ever.</p><p>This little brother of a show could get a little Emmy attention too when nominations are announced next month after a voting period that started Thursday. Its two stars, each as unlikely to find themselves in the spotlight as the characters they play, could both get acting nominations.</p><p>Peter Claffey, who plays Duncan, is a 6-foot-5, 29-year-old former professional rugby player who has had a steady stream of supporting roles since switching to acting in 2019 but nothing remotely like the title role in a franchise series.</p><p>When he got the Egg gig, Dexter Sol Ansell was plenty experienced for a 9-year-old. (He’s 11 now.) But now he’s become a memeable charmer as the little hairless scamp who’s devoted to Dunk but sitting on big secrets.</p><p>They were both big, and lucky, finds for Parker and his team. Dexter was the first kid they looked at for Egg. And he and Claffey have established an off-screen rapport that translates to the screen.</p><p>“They’ve just been growing up together and they’re coming up together and they really do talk to each other like brothers now,” Parker said. “There’s an aspect of that that you just can’t create.”</p><p>Parker himself has a humble background and isn't used to being the center of such attention. He wrote for shows including “The Last Ship,” “Better Things” and, crucially, “House of the Dragon” before having this gig, and a sort of stardom, fall into his lap.</p><p>The sophomore year, however, is going a little roughly.</p><p>“Worst experience of my life,” Parker said, smiling but not entirely joking.</p><p>Season 2, based on Martin's 2003 novella “The Sworn Sword,” is set in a drought that they’re supposed to be recreating in Spain. But Gran Canaria is getting historic downpours.</p><p>“The whole story is about the drought,” he said. “The whole story is somebody damming the water to keep it from someone else.”</p><p>But he spoke to AP after a day of sun, with hope for more.</p><p>“If we can somehow manage to corral this thing back into its box of sunshiny-ness,” he said, “I think we’re going to have something special.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HWQ2E5DOFDUQHTD7P5X372FRNA.jpg?auth=b84064e34684d5b497edefe238aafcc41aed90517b2a69ea1234f6ba523924e0&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 HBO shows Dexter Sol Ansell, left, and Peter Claffey in a scene from "A Knight of the Seven Kingdoms." (Steffan Hill/HBO via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Steffan Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VJIBQSEOEJGI7AU2I6QDHUHZOI.jpg?auth=14f57429a82612843eb51e07c87e22891ee42ee50253062c6cc17e51f23ee6b4&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 HBO shows Dexter Sol Ansell, right, and Peter Claffey in a scene from "A Knight of the Seven Kingdoms." (Steffan Hill/HBO via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Steffan Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PF7WCARESNUT44P3K2IPKSPIIY.jpg?auth=1eb791b9c989410735832a328edb1e512f66dd86af46397a49ba1cd8e2c435e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ira Parker appears at the HBO Max Launch Party in London, England, on March 25, 2026. (Photo by Scott A Garfitt/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content></item><item><title><![CDATA[BSO seeks $937 million budget for 2027, drawing concern from Broward commissioners]]></title><link>https://www.local10.com/news/local/2026/06/11/bso-seeks-937-million-budget-for-2027-drawing-concern-from-broward-commissioners/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/bso-seeks-937-million-budget-for-2027-drawing-concern-from-broward-commissioners/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[The Broward Sheriff’s Office is seeking roughly $937 million for its fiscal year 2027 budget, an increase from its adopted budget of $833 million.]]></description><pubDate>Thu, 11 Jun 2026 20:32:57 +0000</pubDate><content:encoded><![CDATA[<p>The Broward Sheriff’s Office is seeking roughly $937 million for its fiscal year 2027 budget, an increase from its adopted budget of $833 million.</p><p><a href="https://www.local10.com/espanol/2026/06/11/bso-solicita-presupuesto-de-937-millones-usd-para-2027-y-genera-preocupacion-entre-comisionados-de-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/bso-solicita-presupuesto-de-937-millones-usd-para-2027-y-genera-preocupacion-entre-comisionados-de-broward/">Leer en español</a></p><p>The request was the focus of a Broward County budget workshop Thursday.</p><p>Sheriff Gregory Tony was absent from the meeting but was watching via livestream.</p><p>“I think Sheriff Tony is watching. I think we should pull the plug and drive him crazy,” Broward County Mayor Mark Bogen joked during the workshop.</p><p>Undersheriff Steve Robson addressed commissioners about the department’s need for additional funding.</p><p>“Of course the elephant is our unresolved issue, money of this current year rolled into next year’s budget,” Robson said.</p><p>Robson also highlighted deputy starting salaries, saying they are the lowest among Broward law enforcement agencies and that deputies are leaving in large numbers.</p><p>BSO is requesting 50 additional positions, with much of the proposed budget tied to employee costs and staffing.</p><p>“Here’s a pie chart showing within the agency the different categories where the funds flow to. Personnel is 80%,” Robson said.</p><p>The budget discussion comes amid an ongoing dispute between BSO and Deerfield Beach as the city moves toward operating its own police department.</p><p>“October is when October 1 takes over -- they have their own force. What happens to the 150 officers? So we plan to absorb them through our transition plan that we’ve given to the city, and the city has refuted the plan that we put forward, so we’re kind of in that position right now,” Robson said. “Before October 1st of ’27, I plan to absorb all of those officers into the BSO.”</p><p>Commissioners raised concerns about the size of the budget request, including Commissioner Steven Geller.</p><p>“Tony asks us for more money than is available,” Geller said.</p><p>Geller said public safety remains a top priority but noted that other county services also require funding.</p><p>“It is a top priority, but it is not our only priority,” Geller said.</p><p>“Currently, out of our general revenue budget, we’re spending approximately 54% on public safety. But there’s a lot of other things we have to pay for,” he added.</p><p>Bogen agreed that the request may be difficult to accommodate.</p><p>“Based on our budget constraints right now, it isn’t realistic,” Bogen said.</p><p>The final county budget is scheduled to be approved in September.</p><p>BSO declined a request for an interview with the undersheriff and referred questions to remarks made during the meeting.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[FIFA World Cup 2026 Group A: Mexico and South Korea each get 3 points after openers]]></title><link>https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA announced Mexico’s national team is part of the World Cup’s Group A, and the team’s first matches will be on June 11, June 18, and June 24.   ]]></description><pubDate>Fri, 05 Dec 2025 18:27:58 +0000</pubDate><content:encoded><![CDATA[<p>The four teams competing to move forward to the quarterfinals of the FIFA World Cup 2026 are <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/mexico/team-news" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/mexico/team-news">Mexico</a> (15), <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/south-africa/team-news" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/south-africa/team-news">South Africa</a> (61), <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/korea-republic/team-news" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/korea-republic/team-news">South Korea</a> (22), and the <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/czechia/team-news" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/czechia/team-news">Czech Republic</a> (41).</p><p><b>GROUP STAGE</b></p><p><b>June 11: </b>Coverage of Day 1 of Group A matches </p><p><b>Mexico’s “El Tri” wins 2-0 against South Africa</b></p><figure><img src="https://www.local10.com/resizer/v2/CX5BLH376EOCWKJ5EE33QMDPLU.jpg?auth=84cbe78e803e2535c77a8a860a6d778ac67a0c46de638a4b0ca6e3d12cc6a7b4&smart=true&width=1200&height=900" alt="Mexico's Raul Jimenez celebrates after scoring his side's second goal during the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Natacha Pisarenko)" height="900" width="1200"/><figcaption>Mexico's Raul Jimenez celebrates after scoring his side's second goal during the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Natacha Pisarenko)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/2026/06/11/mexico-launches-its-2026-world-cup-campaign-with-a-2-0-win-over-south-africa/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/11/mexico-launches-its-2026-world-cup-campaign-with-a-2-0-win-over-south-africa/">After-game analysis of the opening match</a></li><li><a href="https://www.local10.com/sports/2026/06/11/3-red-cards-mar-opening-world-cup-match-between-mexico-and-south-africa/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/11/3-red-cards-mar-opening-world-cup-match-between-mexico-and-south-africa/">3 red cards mar opening World Cup match between Mexico and South Africa</a></li><li>Get a feel for celebrations <a href="https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-fans-start-passionate-celebrations-at-miamis-wynwood/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-fans-start-passionate-celebrations-at-miamis-wynwood/">in Wynwood</a> and <a href="https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-miami-beach-events-start-with-carlos-vives-and-dj-cassidy/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-miami-beach-events-start-with-carlos-vives-and-dj-cassidy/">in South Beach</a></li><li><b>FIFA game video: </b><a href="https://www.youtube.com/watch?v=4gqo2dDE2_0" target="_self" rel="" title="https://www.youtube.com/watch?v=4gqo2dDE2_0">Goal by Julián Quiñones </a></li><li><b>FIFA game video: </b><a href="https://www.youtube.com/watch?v=QIpZ1pad73w" target="_self" rel="" title="https://www.youtube.com/watch?v=QIpZ1pad73w">Goal by Raúl Jiménez</a></li><li><b>FIFA post-match video:</b> <a href="https://www.youtube.com/watch?v=O_z2niE9Kjk" target="_self" rel="" title="https://www.youtube.com/watch?v=O_z2niE9Kjk">Interviews of Mexican players in Spanish and South African players in English</a></li><li><b>FIFA post-match video: </b><a href="https://www.youtube.com/watch?v=YXe8V97XIVw" target="_self" rel="" title="https://www.youtube.com/watch?v=YXe8V97XIVw">Interview of Mexico’s Coach Javier Aguirre&nbsp;in Spanish</a></li><li><a href="https://share.google/fZZJx3FW8ajRWMII3" target="_self" rel="" title="https://share.google/fZZJx3FW8ajRWMII3">Track standings tables</a> on Google</li><li><a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/standings" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/standings">Track standing tables</a> on FIFA </li></ul><p><b>South Korea wins 2-1 against Czech Republic</b></p><figure><img src="https://www.local10.com/resizer/v2/QUBZFCG42RCTMUAHLWBQOVSEAQ.jpg?auth=e16da8b1ab329985826dbe927917a0479fadf9f97786a570a0b94c4add8761d2&smart=true&width=1200&height=900" alt="South Korea's Hwang In-beom, right, shoots and scores a goal against Czechia goalkeeper Matej Kovar during the World Cup Group A soccer match between South Korea and Czechia in Zapopan, near Guadalajara, Mexico, Thursday, June 11, 2026. (AP Photo/Moises Castillo)" height="900" width="1200"/><figcaption>South Korea's Hwang In-beom, right, shoots and scores a goal against Czechia goalkeeper Matej Kovar during the World Cup Group A soccer match between South Korea and Czechia in Zapopan, near Guadalajara, Mexico, Thursday, June 11, 2026. (AP Photo/Moises Castillo)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/2026/06/12/hwang-in-beom-sparks-south-koreas-2-1-comeback-win-over-the-czech-republic-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/hwang-in-beom-sparks-south-koreas-2-1-comeback-win-over-the-czech-republic-at-the-world-cup/">After-game analysis of opening match</a> </li><li><b>FIFA Video</b>: <a href="https://www.youtube.com/watch?v=7fCxMXIxy4g" target="_self" rel="" title="https://www.youtube.com/watch?v=7fCxMXIxy4g">Goal by Oh Hyeon-gyu</a></li><li><b>FIFA Video</b>: <a href="https://www.youtube.com/watch?v=TQiyXa087gc" target="_self" rel="" title="https://www.youtube.com/watch?v=TQiyXa087gc">Goal by Hwang In-beom</a></li><li><a href="https://share.google/fZZJx3FW8ajRWMII3" target="_self" rel="" title="https://share.google/fZZJx3FW8ajRWMII3">Track standings tables</a> on Google</li><li><a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/standings" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/standings">Track standing tables</a> on FIFA </li></ul><p><b>June 18: </b>Day 2 of Group A matches</p><ul><li>The Czech Republic plays South Africa at noon on in Atlanta.</li><li>Mexico plays South Korea at 9 p.m. in Guadalajara. </li></ul><p><b>June 24: </b>Day 3 of Group A matches</p><p>The Czech Republic plays against Mexico at 9 p.m. on June 24 in Mexico City. </p><p>South Africa plays against South Korea at 9 p.m. on June 24 in Monterrey. </p><h3><b>Track the groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVE3WR54A5AZDJJEWK4X6S5CL4.jpg?auth=b154101f8ee2d699dda664d85f5280a37c76d0a19f2ce2e67ae3f74c61697a3e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIFA]]></media:description></media:content></item><item><title><![CDATA[Survivor warns parents to monitor kids’ cellphones after online predator targeted her at 14]]></title><link>https://www.local10.com/news/local/2026/06/11/survivor-warns-parents-to-monitor-kids-cell-phones-after-online-predator-targeted-her-at-14/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/survivor-warns-parents-to-monitor-kids-cell-phones-after-online-predator-targeted-her-at-14/</guid><dc:creator><![CDATA[Calvin Hughes]]></dc:creator><description><![CDATA[It started at 11 years old. Seanna Martinez didn’t realize it at the time, but she was being groomed online. By 14, she had connected with a man on a hookup app called HUD, an app she chose specifically because it didn’t have an 18-plus age restriction.]]></description><pubDate>Fri, 12 Jun 2026 01:58:44 +0000</pubDate><content:encoded><![CDATA[<p>It started at 11 years old.</p><p>Seanna Martinez didn’t realize it at the time, but she was being groomed online. By 14, she had connected with a man on a hookup app called HUD, an app she chose specifically because it didn’t have an 18-plus age restriction.</p><p>“It’s supposed to be an app where you have FWB, which is friends with benefits,” she said. “I kind of just looked for something that was not necessarily for adults.”</p><p>She remembered specifically seeking it out.</p><p>“I remember specifically back then I didn’t want to get on an adult dating site because the age restriction was like, ‘Oh, 18 plus,’ she recalled. ”But I remember that that app, HUD, at least back then, I believe it wasn’t 18 plus.”</p><p>The man went by the alias “Adam0041.” But detectives said he was actually Osher Mamion, a 30-year-old who allegedly wasted little time. His first message asked her age. When she told him she wasn’t 18, he responded, “Sexy,” she said. </p><p>Detectives said within minutes, they moved from HUD to Snapchat, then to Instagram, where they video-chatted between 11 p.m. and midnight. Over two days, according to a court affidavit, Mamion convinced Seanna to send him explicit photos of herself.</p><p>Seanna said older men had been pulling her in for years before Mamion:</p><p>“At that time, I was honestly speaking to so many guys online who were older than me, who would genuinely just control me,” she said. “We would be on the phone for hours at night, and that was part of the grooming process. I feel like that’s kind of where I got this idea — ‘I’m just into older men’ — but the reality was I was really just into the affection that I was receiving, and I just kind of made that my identity.”</p><p>Police said the two eventually agreed to meet in person. Seanna tried to back out, texting that they should meet another day. Mamion pushed back, telling her he had taken off work, authorities said.</p><p>“I wanted to back out, and I remember making up a bunch of excuses, just being like, ‘No, I can’t do it,’” she said. “And he was very adamant, saying, ‘Oh, I took off of work — how could you do this to me?’ And so on and so forth. I eventually — I didn’t really know how to say no — just said, ‘OK, we’ll meet up.’”</p><p>Police said Mamion picked Seanna up from her middle school in North Miami in a blue SUV and took her back to his apartment.</p><p>“I kind of just remember feeling icky, because even though online it was one thing, in person it was just kind of having someone who was ready to take advantage of you. It was very weird,” she said.</p><p>Seanna said the relationship ended after she casually mentioned Mamion to her sister, who was a year older. Her older sister took her phone and drove her straight to the police department. </p><p>North Miami Beach police contacted the FBI. Authorities said Mamion admitted to investigators that he had exchanged explicit photos with Seanna but claimed he didn’t know she was 14.</p><p>Seanna now wants parents to understand what she didn’t have: boundaries around cellphone use.</p><p>“Having boundaries with my cellphone, definitely placed by your parents. I would say they unfortunately placed too much trust in me and my cellphone, but my cellphone had predators on it,” she said.</p><p>Her message to parents is direct:</p><p>“I would say to set clear boundaries with your kids and their cellphone usage — whether that’s literally physically removing it from them at a certain time, checking it frequently, checking who they’re talking to, checking the apps that they have. That’s what’s going to help prevent things like this from happening.”</p><p>And even when kids push back, she says parents need to hold firm.</p><p>“I believe that it is the parents’ responsibility to do everything in their power to make sure their kid is safe,” she said. “So even if there’s pushback, they need to step up and be a parent and make sure that their child is not in danger, because at the end of the day, if it’s not you, it’s going to be the predator who’s looking after your kids.”</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[Officials search tornado-damaged areas after strong storms hit Illinois and Indiana]]></title><link>https://www.local10.com/news/2026/06/12/officials-search-tornado-damaged-areas-after-strong-storms-hit-illinois-and-indiana/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/12/officials-search-tornado-damaged-areas-after-strong-storms-hit-illinois-and-indiana/</guid><dc:creator><![CDATA[By DAVE COLLINS and HALLIE GOLDEN, Associated Press]]></dc:creator><description><![CDATA[Authorities and residents searched tornado-ravaged areas and assessed damage Friday after a strong line of storms barreled through communities south of Chicago, leaving several hundred thousand customers without power in Illinois and Indiana and disrupting air travel in the region.]]></description><pubDate>Fri, 12 Jun 2026 14:07:40 +0000</pubDate><content:encoded><![CDATA[<p>Authorities and residents searched tornado-ravaged areas and assessed damage Friday after a strong line of storms barreled through communities south of Chicago, leaving several hundred thousand customers without power in Illinois and Indiana and disrupting air travel in the region.</p><p>There were no immediate reports of deaths or life-threatening injuries from Thursday's storms, although several people were treated for minor injuries, officials said.</p><p>Officials in Merrillville, Indiana, about 33 miles (53 kilometers) southeast of Chicago, reported extensive damage. Homes and other buildings were torn apart, downed trees and power lines blocked streets and part of a high school's roof was ripped off.</p><p>Multiple agencies from the region helped local first responders search and assessed damaged areas, town officials said on social media. Crews worked into the night clearing roads.</p><p>Marsha Smith was in her Merrillville apartment building when the tornado struck the complex, tearing roofs off three buildings, knocking down trees and breaking car windshields before heavy rain caused more damage. She and some neighbors huddled under an indoor stairwell holding hands and praying.</p><p>“The louder the tornado got, the louder I started praying," said Smith, 54, a CPR instructor. "I said, ’Oh God it’s here.' I said, ‘Lord Jesus make it pass, let it pass, let it pass over. I said, ’God give us the strength to make it through this.' And it just started wrecking.”</p><p>Smith said there was an eerie calm just before the tornado struck. Then it sounded like a freight train smashing into her building, she said. She thanked God no one was hurt. Friday morning, she surveyed her neighborhood and described it as a catastrophe.</p><p>At least two other tornadoes battered communities in and around Streator, Illinois, and Hebron, Indiana, the National Weather Service reported. Photos and video posted on social media showed damage in those areas similar to that in Merrillville. The weather service said it will be surveying the damage over the next several days to determine how many tornadoes touched down in the region.</p><p>In Streator, a manufacturing and farm city about 100 miles (160 kilometers) southwest of Chicago, emergency crews were also inspecting the damage. A reunification center for displaced residents was set up in its city hall and the Red Cross opened a shelter.</p><p>Streator Mayor Tara Bedei said there were no reported deaths. “We are incredibly grateful for the safety of our residents and the quick action of emergency personnel,” she said in a statement. Officials said four people were treated at a hospital for minor injuries.</p><p>First responders also worked through the night in Hebron, a small town about 50 miles (80 kilometers) southeast of Chicago, officials said in a Facebook post.</p><p>Jennifer Hall was in her garage in Elkhart, Indiana, as the winds and rain picked up Thursday evening. Suddenly, she said, she heard a loud crash and discovered a tree limb had gone through the roof of her rental home. She used buckets to catch the rain coming in from the hole.</p><p>“I’m just nervous because it’s just been one thing after another,” said Hall, explaining she just had surgery and her husband is out of town.</p><p>There were more than 200,000 power outages in Illinois and more than 120,000 in Indiana on Friday, according to poweroutage.us.</p><p>The storms delayed or halted flights at airports in some cities, including Chicago, Philadelphia and New York on Thursday. Parts of the Northeast and mid-Atlantic also strained under high heat and humidity. Dozens of flights were canceled or delayed Friday at Chicago’s O’Hare International and Midway International airports, according to FlightAware, a flight-tracking website.</p><p>The tornadoes came after severe storms swept through the Midwest on Wednesday, knocking out power, damaging buildings and canceling flights.</p><p>In Des Moines, Iowa, a 54-year-old man died at a homeless encampment in a park Wednesday after being hit by a tree that “broke apart and fell during strong storms,” police said in a statement. There were no immediate reports of other deaths or injuries from those storms.</p><p>___</p><p>Associated Press reporters Hannah Fingerhut in Des Moines, Iowa, and Gene Johnson in Seattle contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K6VCA7VF4AWSB56YXF7TDBHNGA.jpg?auth=ca6dcb444413de86ae1ce284cc6e413a491d9a4ffd5e7c96b671402eb1926d2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damaged tree branches lie on a street in Elkhart, Ind., Thursday, June 11, 2026, following a severe weather system in the area. (Jennifer Hall via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jennifer Hall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K2DHSOG7VDP36YRMZ5CSWRDCSU.jpg?auth=c71b92b0b565256231273d27223b79669560afd61bb3b512abd32871caf95a29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A fallen tree is seen in Elkhart, Ind., Thursday, June 11, 2026, following a severe weather system in the area. (Jennifer Hall via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jennifer Hall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CK22AJEL2BXXRXHHICOMSVO2JI.jpg?auth=559ccd1691ecbe0f7f5721d81629c68dcda13f7bff1f6dd9db7d6836d61fe680&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Kylie Rouse shows the remnants of Shane and Jimmie Tipton's home in Unionville, Mo., Wednesday, June 10, 2026, after a tornado struck. (Kylie Rouse via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Kylie Rouse</media:credit></media:content></item><item><title><![CDATA[Woman dies in diving accident near Jupiter Inlet]]></title><link>https://www.local10.com/news/local/2026/06/11/woman-dies-in-diving-accident-near-jupiter-inlet/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/woman-dies-in-diving-accident-near-jupiter-inlet/</guid><dc:creator><![CDATA[Calvin Hughes]]></dc:creator><description><![CDATA[Palm Beach County Fire Rescue responded to an open-water emergency near the Jupiter inlet on Saturday morning.]]></description><pubDate>Thu, 11 Jun 2026 21:04:12 +0000</pubDate><content:encoded><![CDATA[<p>Palm Beach County Fire Rescue officials responded to an open-water emergency near the Jupiter Inlet on Saturday morning. </p><p><a href="https://www.local10.com/espanol/2026/06/11/muere-mujer-en-accidente-de-buceo-cerca-de-jupiter-inlet/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/muere-mujer-en-accidente-de-buceo-cerca-de-jupiter-inlet/">Leer en español</a></p><p>Officials say an unknown problem caused a diver to panic.</p><p>That woman went underwater, and when she didn’t resurface, she was pulled back onto the boat unconscious and rushed to shore.</p><p>The woman was taken to a local hospital, where she later died.</p><p>Foul play is not suspected.</p><p>Daniel Lomas was out on the water that day and saw the emergency response from a distance. </p><p>“Whether you’re free diving or if you’re scuba, they all come with their pros and cons,” he said. “They all come with different levels of risk for different things.”</p><p>As an experienced diver and shark safety guide, Lomas said every dive requires careful planning and an honest assessment of a person’s health.</p><p>“As you get deeper and deeper, certain things change about the dive, especially gas laws and how your body is dealing with those gases,” he said. “And that’s when you have to really make sure that that person is physically fit to do that dive.”</p><p>He added that equipment must be thoroughly checked before entering the water.</p><p>“Assembling the equipment, making sure that your regulators work, making sure that there’s no sticking or corrosion or anything that might be affecting those systems,” said Lomas. </p><p>He says, like with any sport, diving carries risks, but proper training and safety procedures can reduce them.</p><p>“If you do everything by the book, I don’t think there’s anything that can really go wrong, especially when you’re down there with over divers, other educated divers,” said Lomas. </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[Elon Musk could become the world's first trillionaire with SpaceX's IPO]]></title><link>https://www.local10.com/tech/2026/06/12/elon-musk-could-become-the-worlds-first-trillionaire-with-spacexs-ipo/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/12/elon-musk-could-become-the-worlds-first-trillionaire-with-spacexs-ipo/</guid><dc:creator><![CDATA[By BERNARD CONDON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Elon Musk may never colonize Mars as promised, but enough investors consider the SpaceX founder to be a sort of miracle man that they'll help him reach another fantastic goal Friday when he takes the rocket company public.]]></description><pubDate>Fri, 12 Jun 2026 14:48:13 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Elon Musk may never colonize Mars as promised, but enough investors consider the SpaceX founder to be a sort of miracle man that they'll help him reach another fantastic goal Friday when he takes the rocket company public.</p><p>The world's richest man is set to become its first trillionaire.</p><p>Musk on Friday marked the opening of trading on Nasdaq, where the company's shares will be listed, by joining a ceremonial bell ringing from Starbase, the South Texas home of SpaceX.</p><p>He reiterated his lofty goals “to make life multi-planetary.”</p><p>“Not just a few astronauts, I mean literally you,” Musk said. “Whoever you are watching this, SpaceX wants to be able to take you to the moon, take you to Mars and ultimately beyond.”</p><p>Known for his brilliant technology breakthroughs, as well as wild claims and missed deadlines, Musk is expected to break that trillion dollar mark in the biggest initial public offering ever as investors place bets on a company with losses as big as its ambitions. Ahead of the first trade in SpaceX, Forbes puts Musk's net worth at $982.6 billion.</p><p>In addition to establishing a one-million person Martian colony, the company has promised to save humanity by establishing other outposts in space, launch data centers the size of football fields into orbit and outdo rivals Anthropic and OpenAI in the race to make money from artificial intelligence.</p><p>To reach its goals, SpaceX needs billions more than it currently takes in from its rocket and satellite business. Between the start of 2025 and March 31, 2026, the company lost $8.7 billion.</p><p>Big institutional buyers and smaller-pocketed investors alike have indicated they are willing to take a chance, paying a high enough price for the 555.6 millions on offer to raise $75 billion. That easily tops the current title holder, Saudi Aramco, the oil giant that raised $26 billion in its 2019 initial offering.</p><p>Trading in the stock -- symbol, SPCX -- is expected later Friday.</p><p>Wall Street bankers that helped take SpaceX public are enthusiastic about the company — and the big fees they will earn — but not everyone thinks the stock price is justified.</p><p>Analysts at research firm Morningstar, which doesn't earn any investment banking fees, wrote that the IPO is “significantly overvalued" because of SpaceX's unproven technology and massive capital needs.</p><p>They estimate the company is only worth $780 billion — less than half its IPO value.</p><p>Still, Musk has pulled off the seemingly impossible before.</p><p>The soon-to-be trillionaire — on paper at least — made his fortune by creating two companies, Zip2 and PayPal, that netted him about $200 million at sale. He used that money to start SpaceX and invest in Tesla, and defied the odds by creating a space company that figured out how to reuse rockets and a car company that made electric vehicles cool.</p><p>Musk has realized vast sums of wealth for himself, much of it in stock he has yet to cash in or grants for shares he’ll only receive if Tesla or SpaceX hit ambitious performance targets. His recent pay package from Tesla drew criticism from the Vatican. At Tesla, he’s worried shareholders by fighting with regulators or dividing his attention between multiple companies and last year by taking a role in the Trump administration.</p><p>But a rising stock price has cured all ills: Since it went public in 2010, Tesla has returned 20,000% for shareholders, or more than $1.2 trillion in investor wealth. That has helped lift Musk’s pre-SpaceX IPO worth to $795 billion, according to Forbes magazine.</p><p>SpaceX is the first of three “megacap” companies expected to go public this year, with Anthropic and OpenAI to follow. Nasdaq even revised its rules to allow SpaceX to gain entry into funds tied to its indexes in 15 days, which means investors will end up buying the rocket maker's shares much earlier.</p><p>Not all investors are thrilled about SpaceX potentially showing up in their holdings of index funds. Officials from pension funds for firefighters, teachers and other workers in California and New York sent a letter to SpaceX last month decrying some of the provisions in its IPO, including the “super voting shares,” mandatory arbitration of shareholder claims instead of the possibility of lawsuits and how much power Musk will hold over the company.</p><p>__</p><p>AP reporters Stan Choe and Wyatte Grantham-Philips contributed from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KZQ2H25UYRPXR2U6UCA6DJAWVE.jpg?auth=fd7bfd9d40775ef079080edd3e2fc721b86a40962b06acc54b43b7c9762df922&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gwynne Shotwell, President and COO of SpaceX celebrates with colleagues during a bell ringing ceremony for the IPO of SpaceX at the Nasdaq MarketSite in New York, Friday, June 12, 2026, in New York. (AP Photo/Frank Franklin II)]]></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/PGBW5UGMF6EF64Z5PLL5MKBQQY.jpg?auth=fd5da8e80469e56a23c45e3ad99f635b8294038b578821b6113f41ec39fa9ca8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gwynne Shotwell, President and COO of SpaceX speaks during a bell ringing ceremony for the IPO of SpaceX at the Nasdaq MarketSite in New York, Friday, June 12, 2026, in New York. (AP Photo/Frank Franklin II)]]></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/VHURYIMGXGOAJNDHZ7U7AQGMGI.jpg?auth=62f33dc430aa4f9b8725fd66e5e5f5b3809ce962b042313a7db00a20cfff9934&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Elon Musk departs after a welcome ceremony with President Donald Trump and China's President Xi Jinping at the Great Hall of the People, Thursday, May 14, 2026, in Beijing. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TUXKCMTEGIV3GBKMZXQ2OH3NQI.jpg?auth=072b5a4fd6bb644a00483d252dc77923ee44040a7c81d31b1e9cf84ec25d0fcb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A large inflatable figure depicting Elon Musk stands in Times Square in New York on Thursday, June 11, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Keys’ treasure hunters find silver bar from 400-year-old shipwreck]]></title><link>https://www.local10.com/news/local/2026/06/11/keys-treasure-hunters-find-silver-bar-from-300-year-old-shipwreck/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/keys-treasure-hunters-find-silver-bar-from-300-year-old-shipwreck/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[A piece of treasure found at sea was brought to shore on Thursday.]]></description><pubDate>Thu, 11 Jun 2026 22:25:50 +0000</pubDate><content:encoded><![CDATA[<p>A discovery not seen in nearly 30 years came to shore in the Florida Keys on Thursday: a 22-pound silver bar from the famed Atocha shipwreck.</p><p>“It was our last dive of the day - it was almost 7 o’clock,” recalled lead diver Blake Baker. </p><p>Baker said the captain of the salvage vessel DARE, Drake Nicholas, was the one underwater with a crew. They are part of Mel Fisher’s Shipwreck Expeditions. </p><p>“We were in an area with a lot of metal detector hits,” Nicholas said. “This one was deeper.”</p><p>After hitting the object with a knife and examining the surface, Nicholas said he saw telltale markings that were consistent with a silver bar. </p><p>“I didn’t believe it at the moment,” he said. </p><p>The silver bar was covered in more than 400 years of marine encrustations and will be taken to a lab for examination. </p><p>Sean Browne, with Mel Fisher’s Shipwreck Expeditions, said the bar is worth an estimated $100,000. It will likely be kept intact as a historical object. </p><p>Discovered treasures like the bar are divided among investors and then the Fisher family, Browne said. </p><p>The Atocha was a ship packed with treasures and bound for Spain in 1622, but a powerful hurricane sunk it between Key West and the Dry Tortugas.</p><p>It was never seen again, until more than 300 years later when explorer Mel Fisher started finding its sunken treasure in the 1970s.</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[Bond granted for suspect accused of throwing man off 25th-floor Miami Beach balcony]]></title><link>https://www.local10.com/news/local/2026/06/11/hearing-continues-for-suspect-accused-of-throwing-man-off-25th-floor-miami-beach-balcony/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/hearing-continues-for-suspect-accused-of-throwing-man-off-25th-floor-miami-beach-balcony/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[A bond hearing continued on Thursday for the suspect charged with killing a man after allegedly throwing him off a Miami Beach condo balcony. ]]></description><pubDate>Thu, 11 Jun 2026 21:47:25 +0000</pubDate><content:encoded><![CDATA[<p>A bond hearing continued on Thursday for <a href="https://www.local10.com/news/local/2026/06/02/man-accused-of-miami-beach-high-rise-murder-appears-in-court-seeking-bond/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/02/man-accused-of-miami-beach-high-rise-murder-appears-in-court-seeking-bond/">the suspect charged with killing a man after allegedly throwing him off a Miami Beach condo balcony</a>. </p><p><a href="https://www.local10.com/espanol/2026/06/11/otorgan-fianza-a-sospechoso-acusado-de-lanzar-a-hombre-desde-balcon-del-piso-25-en-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/otorgan-fianza-a-sospechoso-acusado-de-lanzar-a-hombre-desde-balcon-del-piso-25-en-miami-beach/">Leer en español</a></p><p>Attorneys for Corey Hutterli, 37, of Parkland, continued with their argument that the state’s case is purely circumstantial against their client. </p><p>Ultimately, a judge granted Hutterli a bond of $150,000. </p><p>He is accused of pushing Justin Zelin, 35, off a 25th-floor balcony at the Akoya Condominiums, located at 6365 Collins Ave. on Mid-Beach on Feb. 15.</p><p>According to investigators, Zelin was heard on a 911 call telling Hutterli to get out of his apartment, and then a struggle could be heard. </p><p>A toxicology report revealed Zelin had fentanyl, cocaine, and ketamine in his system at the time of the incident, something Hutterli’s team pointed to while questioning a detective on the case.</p><p>The defense alleged those drugs possibly put Zelin in an altered state.</p><p>Last week, <a href="https://www.local10.com/news/local/2026/06/08/father-testifies-about-sons-final-call-as-suspect-seeks-bond-in-miami-beach-high-rise-murder-case/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/08/father-testifies-about-sons-final-call-as-suspect-seeks-bond-in-miami-beach-high-rise-murder-case/">Zelin’s father testified</a> about the final time he spoke to his son. </p><p>Hutterli is facing charges of second-degree murder, burglary with assault or battery, possession of a controlled substance and possession of drug paraphernalia. </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[Mother arrested on unrelated charge, released on bond after 5-year-old fatally shot in Florida City home]]></title><link>https://www.local10.com/news/local/2026/06/11/mother-arrested-on-unrelated-charge-after-girl-5-shot-inside-florida-city-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/mother-arrested-on-unrelated-charge-after-girl-5-shot-inside-florida-city-home/</guid><dc:creator><![CDATA[Amanda Batchelor, Roy Ramos]]></dc:creator><description><![CDATA[A mother was arrested Wednesday after her 5-year-old daughter was fatally shot inside a Florida City home, but authorities said her charge is unrelated to the shooting.]]></description><pubDate>Thu, 11 Jun 2026 11:19:07 +0000</pubDate><content:encoded><![CDATA[<p>A mother was arrested Wednesday after her 5-year-old daughter was fatally shot inside a Florida City home, but authorities said her charge is unrelated to the shooting.</p><p><a href="https://www.local10.com/espanol/2026/06/11/arrestan-a-madre-por-cargo-no-relacionado-despues-de-que-nina-de-5-anos-fuera-baleada-dentro-de-vivienda-en-florida-city/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/arrestan-a-madre-por-cargo-no-relacionado-despues-de-que-nina-de-5-anos-fuera-baleada-dentro-de-vivienda-en-florida-city/">Leer en español</a></p><p>Online jail records show Ashley Marie Hosendove, 32, faces a charge of disorderly conduct/breach of the peace.</p><p>According to court documents, a bench warrant was issued June 1 for Hosendove for an incident that occurred on March 12.</p><p>An arrest report states that Hosendove was the victim of a battery allegedly committed by her boyfriend that day. </p><p>But as her boyfriend was being taken into custody by police, Hosendove began to “shout and scream profanities” towards officers at the scene and refused to provide them with a form of ID, the report stated.</p><p>Police said Hosendove’s actions, which were captured on bodycam video, caused neighbors to gather outside. </p><p>In Miami-Dade bond court Thursday, Hosendove appeared before Judge Betty Capote-Erben, a day after her daughter’s death.</p><p>“You have an open case of disorderly conduct. You were supposed to appear in court June 2,” Capote-Erben said.</p><p>“Yeah, I was late for the Zoom,” Hosendove replied. </p><p>In bond court, Capote-Erben noted Hosendove had failed to appear twice.</p><p>“Well, you didn’t appear twice. You were supposed to appear April 28th, and that one said you didn’t show and they reset your case last week for June 2nd, so you are telling me last week you logged into Zoom late?” Capote-Erben asked Hosendove.</p><p>“I was going to log in,” Hosendove replied. </p><p>According to the Miami-Dade Sheriff’s Office, Wednesday’s <a href="https://www.local10.com/news/local/2026/06/10/authorities-respond-to-reports-of-fatal-shooting-in-florida-city/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/authorities-respond-to-reports-of-fatal-shooting-in-florida-city/">shooting was reported at about 2 a.m.</a> at a home off Northwest First Court near 16<sup>th</sup> Street.</p><p>Authorities said the girl, who was identified by a family member as Janova Park, suffered gunshot wounds to her stomach and torso and was rushed to HCA Florida Kendall Hospital, where she later died.</p><p>“We know that at the time of the shooting, there were three adults and two children -- the victim who’s 5 years old and her 4-year-old brother,” MDSO Detective Angel Rodriguez said Wednesday. </p><p>Detectives confirmed that Hosendove was among the adults inside the home at the time of the shooting.</p><p>Detectives said they’re still trying to determine how Janova was shot, including whether she may have accessed the gun herself or whether someone else shot her. </p><p>Local 10’s Hannah Yechivi spoke to Laticha Ellison, Janova’s grandmother, on Wednesday, who said the shooting could’ve been prevented. </p><p>“My grandbaby is 5 years old,” Ellison said through tears. “She’s only 5. It makes me angry because nothing like this should be able to happen, especially in your home — carelessness.”</p><p>Ellison described her granddaughter as “smart and sassy.” </p><p>Investigators said a gun was recovered inside the home and that they “are not looking for any individuals that may pose a threat to the community.” </p><p>Hosendove’s bond was set at $1,500. She bonded out of jail Thursday night, ignoring questions from reporters.</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[Pope tells traffickers of migrants in the Canary Islands: Stop, repent or face God's wrath]]></title><link>https://www.local10.com/news/world/2026/06/12/pope-tells-traffickers-of-migrants-in-the-canary-islands-stop-repent-or-face-gods-wrath/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/12/pope-tells-traffickers-of-migrants-in-the-canary-islands-stop-repent-or-face-gods-wrath/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, Associated Press]]></dc:creator><description><![CDATA[SAN CRISTOBAL DE LA LAGUNA, Spain (AP) — Pope Leo XIV warned people smugglers on Friday that they will face God's wrath for exploiting the desperation of migrants, demanding they stop and repent during his final day in this epicenter of the African migration route to Europe.]]></description><pubDate>Fri, 12 Jun 2026 11:56:33 +0000</pubDate><content:encoded><![CDATA[<p>SAN CRISTOBAL DE LA LAGUNA, Spain (AP) — Pope Leo XIV warned people smugglers on Friday that they will face God's wrath for exploiting the desperation of migrants, demanding they stop and repent during his final day in this epicenter of the African migration route to Europe.</p><p>For the second day in a row in the Canary Islands, the American pope insisted on the inherent dignity and rights of migrants and demanded they be welcomed and integrated into society, in some of his strongest comments on the politically divisive issue.</p><p>“Break those chains and free those you hold in bondage,” Leo said in a message to human traffickers that he delivered during a meeting with humanitarian aid organizations that help migrants on the island of Tenerife.</p><p>Leo wrapped up his weeklong trip to Spain in the Spanish archipelago, which is closer to Africa than the Iberian Peninsula and is a key point of entry for migrants who make the perilous Atlantic crossing from West Africa.</p><p>He is fulfilling a wish of Pope Francis to visit the islands to commemorate the thousands of lives lost at sea. He is also drawing attention to the Catholic Church’s biblically-mandated mantra to “welcome the stranger,” amid anti-migrant sentiment in Europe and the Trump administration's mass deportation program in his native United States.</p><p>During the encounter with aid groups in Tenerife, Leo implored receiving communities to integrate people fleeing war, poverty and climate change and spare them from the “silent shipwreck” of abandonment when they are left on the streets with nothing after surviving perilous crossings.</p><p>“A human conscience, and even more so a Christian conscience, cannot remain indifferent in the face of these graveyards of the sea, to the victims of shipwrecks and the lack of aid,” Leo said. “Every life lost on these routes is a failure for the human family.”</p><p>A deadly passage and a warning to traffickers</p><p>The Canary Islands have long been a stepping stone  for migrants trying to reach Europe from West Africa and Morocco.</p><p>While people smugglers and human traffickers operate the Atlantic route, there are also many self-organized boats of migrants, including many former fishermen from Senegal who were left without income due to overfishing in recent years.</p><p>Migrant arrivals in the Canary Islands peaked in 2024 at nearly 47,000. They have fallen dramatically, with over 3,000 people landing there in the first five months of 2026.</p><p>Because of the vastness of the ocean and scarcity of rescue ships or monitoring, some experts consider the Atlantic route more deadly than the more well-known central Mediterranean smuggling route from Libya and Tunisia to Italy. Since 2020, several West African boats have been found in the Caribbean and Latin America with only dead bodies on board after drifting across the Atlantic, pushed by trade winds and currents.</p><p>Leo directed his remarks Friday to the criminal organizations and individual smugglers who organize these “death routes” to Europe. Such smugglers charge thousands of euros a person and often force their passengers into prostitution or other forms of black market labor by withholding their documents to pay off the debt.</p><p>“Stop. Repent,” Leo said in his message to traffickers, emphasizing each word in Spanish and drawing a sustained applause from the crowd. “For every life lost, every family deceived, every body subjugated, every woman threatened, every worker exploited, you will have to appear before divine justice.”</p><p>“Repent while there is still time, for God’s mercy can reach even the most hardened sinner, but it enters only through the narrow gate of truth, justice and conversion,” he said.</p><p>With his two-day visit to the Canary Islands, Leo has confirmed himself as the heir of Francis’ migration preaching, which was a priority of Francis' 12-year pontificate and often caused friction with U.S. and European powers.</p><p>History’s first U.S.-born pope has not only echoed Francis’ message and gestures, he has expanded and amplified them during a deeply symbolic visit. Upon arrival on Thursday, Leo threw a bouquet of flowers into the sea from a port nicknamed the “Dock of Shame” in 2020, when migrants were forced to live in squalor during a spike in their arrivals.</p><p>Leo’s gesture mimicked the one Francis made in 2013 when he visited Lampedusa, Sicily, another flashpoint in Europe’s migration drama, and denounced the “globalization of indifference” that the world showed asylum seekers.</p><p>But in a sign Leo is making the papacy his own, the 70-year-old pope has added a new gesture to his repertoire: After a onetime migrant offered his testimony during Leo's encounter Friday, the pope did the viral “6-7” hand gesture that's popular with young people as he joked alongside him. That earned the pope cheers and applause from the crowd.</p><p>Leo meets with migrants at reception center</p><p>In the Canary Islands and in remarks on the Spanish mainland, Leo reaffirmed the right of migrants to flee but also to stay home, demanding their countries of origin provide the necessary economic and security conditions. He shamed European countries that turn their back on migrants' plights, and said Christian cannot remain indifferent.</p><p>On Friday, he noted that for the Catholic Church, the process of integrating migrants into a community can become a chance at spreading the faith, “without imposing” it and in respect of the migrants’ own beliefs.</p><p>Leo opened the final day of his trip by visiting the Las Raíces migrant camp. Leo drew a round of applause when he went off-script to tell migrants that he would speak in French and English, the language spoken by many of the people living in the camp.</p><p>One woman told him of the desperation that drove her to leave her homeland and family, the trauma of the crossings, and her gratitude at finding safety and a new life.</p><p>“We aren't asking for privileges. We aren't asking for compassion. We just want respect, humanity and the chance to live with dignity,” said the woman, identified as Bousso Diouf.</p><p>Next month, on July 4, the American pope will spend U.S. Independence Day on the island of Lampedusa, where Francis in 2013 first denounced the “globalization of indifference” the world shows migrants.</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/JABDVK4AFVHW3UWRAQ5VDOAWFU.jpg?auth=1855f3fa9a243c1f58318f60d2211259feb154080307a2cb065bba5f2a83a483&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV meets migrants at the 'Las Raices' center, in San Cristobal de la Laguna, Tenerife, Spain, Friday, June 12, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WFIUJARDJ7YJYY57XWTO7M4N5E.jpg?auth=7f6bb9966aeba45bf15396d470dcd59a4f177608cce8aa6ad53589901b6208ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV meets a migrant at the 'Las Raices' center, in San Cristobal de la Laguna, Tenerife, Spain, Friday, June 12, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J4CGKWPKSKKIFGO6RZJ5S33DYY.jpg?auth=b7ec7c92cfabc595588603e6202d9fb42305780eb0595ee194af6929bd7abd4f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV attends a meeting with migrants at the 'Las Raices' center, in San Cristobal de la Laguna, Tenerife, Spain, Friday, June 12, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KWVDI7H5BXQVCWXEKX67FI2K2U.jpg?auth=677c78311d79bd1f5d740afbdee01d1ddc68397cef5c332bb28b8c86594e58c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV hug a child during a meeting with migrants at the 'Las Raices' center, in San Cristobal de la Laguna, Tenerife, Spain, Friday, June 12, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MAK2F3XSHZFPGIJ4VMTXA2A5PU.jpg?auth=5d2137417df056a3efcc1c7ac1bae29d9ab04affc3a6397269a380206777a35d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV holds a young assistant as he arrives for a meeting with migrants at the Las Raíces reception center in San Cristóbal de La Laguna, Tenerife, Spain, Friday, June 12, 2026. (AP Photo/Arturo Rodriguez)]]></media:description><media:credit role="author" scheme="urn:ebu">Arturo Rodriguez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W6T5GB5A64VIEXI27VX57LQCXQ.jpg?auth=feb7f8a31e56aadcd83251715d2b921b31d3ed671ef2a0a2c7394c3ab7438981&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A girl plays as Pope Leo XIV arrives for a meeting with migrants at the Las Raíces reception center in San Cristóbal de La Laguna, Tenerife, Spain, Friday, June 12, 2026. (AP Photo/Arturo Rodriguez)]]></media:description><media:credit role="author" scheme="urn:ebu">Arturo Rodriguez</media:credit></media:content></item><item><title><![CDATA[As UFOs go mainstream, the jury is out on what the existence of alien life might mean for religion]]></title><link>https://www.local10.com/news/2026/06/12/as-ufos-go-mainstream-the-jury-is-out-on-what-the-existence-of-alien-life-might-mean-for-religion/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/12/as-ufos-go-mainstream-the-jury-is-out-on-what-the-existence-of-alien-life-might-mean-for-religion/</guid><dc:creator><![CDATA[By KRYSTA FAURIA, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — In “Disclosure Day,” out Friday, Steven Spielberg is once again inviting audiences to ponder the existence of extraterrestrial life — and the implications it would have for religion on Earth.]]></description><pubDate>Fri, 12 Jun 2026 11:01:04 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — In “Disclosure Day,” out Friday, Steven Spielberg is once again inviting audiences to ponder the existence of extraterrestrial life — and the implications it would have for religion on Earth.</p><p>But Spielberg is hardly the only one making headlines of late about UFOs and the possibility of life on other planets.</p><p>What was once considered fringe or conspiratorial has in recent months popped up everywhere from the White House to the Catholic Church, as public fascination with unidentified anomalous phenomena — or UAPs, as the government calls them — becomes more mainstream.</p><p>The Pentagon in May made public large swaths of UFO files with very little context, leaving curious sleuths to piece together their own interpretations. The dump came just weeks after former President Barack Obama set off a media frenzy for stating unambiguously in an interview that aliens are real, though he later tempered that take.</p><p>“Statistically, the universe is so vast that the odds are good there’s life out there,” the former president, who made a surprise visit to the “Disclosure Day” set, posted on social media. “I saw no evidence during my presidency that extraterrestrials have made contact with us. Really!”</p><p>Some religious adherents, as well as some nonbelievers, maintain that the existence of life on other planets might undermine many faiths because it would complicate assertions that humans are unique. But others argue the opposite.</p><p>“Belief in UFOs is really one of the best things that’s happened to religion in a long time,” said Diana Walsh Pasulka, a religion scholar at the University of North Carolina Wilmington. “It’s a blow to the secular, materialist worldview.”</p><p>An intersection of aliens, demons and Catholics</p><p>Even if broad interest in UAPs bolsters the case for an enchanted universe, some believers in religions such as Christianity think they are something to be wary of.</p><p>“I don’t think they’re aliens. I think they’re demons,” Vice President JD Vance, a Catholic convert, said in a recent podcast interview.</p><p>That sentiment was echoed by Monsignor Stephen Rossetti, formerly an exorcist with the Archdiocese of Washington. He was removed last week by the archbishop, who said statements by Rossetti “gravely undermine” Catholic teaching on demons and the devil.</p><p>“It’s my personal belief that probably many, if not most, of these UFO sightings are in fact demons,” Rossetti said in a May 29 video posted on his Facebook page. “Aliens, if there are aliens, don’t possess people.”</p><p>Christopher Baglow, who heads a science and religion initiative at the University of Notre Dame, was surprised by the firing given that Rosetti made clear in the video he was expressing his own opinion. Baglow speculated that there may be other factors behind the decision.</p><p>“I ask forgiveness for any ways that I have not been faithful to the teachings of the Church’s Magisterium,” Rosetti said in a statement online.</p><p>Despite the assertions by Vance and Rossetti about demons, Baglow maintains the Catholic Church has long been open to the possibility of extraterrestrial life. “Theologians have been speculating about this for centuries and the church has never ever taught one way or the other,” he said.</p><p>While meeting with astronomy students last year at the Vatican, Pope Leo XIV spoke about the “ancient light of distant galaxies” and the “mysterious joy” provoked by the study of outer space. Some interpreted these remarks as tacit speculation about the possibility of life on other planets.</p><p>Extraterrestrials, old and new</p><p>In one sense, the idea of otherworldly beings coming to Earth can be traced back millennia.</p><p>“People would call it the plurality of worlds. So even back in the time of Socrates and Aristotle, there were Greek philosophers who talked about beings on other planets and other stars,” Walsh Pasulka said.</p><p>But it wasn’t until after 1945 that modern conceptions of UFOs began to develop, according to Jeffrey Kripal, a historian of religions at Rice University. “The flying saucer and the alien and the UFO — it’s definitely a Cold War invasion narrative,” he said.</p><p>That narrative explains why UAPs are often perceived as hostile to humans. But it’s also evolved over time and led to the formation of some religions — like Scientology, which counts many a Hollywood celebrity among its adherents — that see extraterrestrials as good or even part of a divine plan. Some adherents to the Nation of Islam, for example, believe that its founder will inaugurate an apocalyptic return to Earth on a spaceship.</p><p>The International Raëlian Movement, also know as Raëlism, is a UFO religion that was founded in France in the 1970s. It is still practiced today, with its strongest followings in parts of Asia, Africa and Canada, according to Susan Palmer, a sociologist who studies new religious movements at Concordia University in Montreal.</p><p>Its founder, Raël, claims he is a direct descendant of Yahweh, whom Raël visited on the planet of Elohim in 1975. Raëlism claims the Buddha, Jesus and Muhammad are all hybrids of humans and extraterrestrials, as well as Raël’s half brothers.</p><p>Of the groups she has studied, Palmer argued Raëlism is the most sympathetic toward UFOs. “They’re not interested in extraterrestrial wars,” she said.</p><p>But some think that sentiment might be growing.</p><p>Kripal, who heads Rice’s archival collection of reported paranormal experiences called the Center for the Impossible, perceives an increasing openness to these kinds of conversations about the existence of UFOs — and the possibility that they are not hostile.</p><p>“People are reporting these experiences or these encounters with entities and they’re religious through and through,” he said. “My colleagues in the academy, they’re really starting to listen in a different way.”</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/DVY63Q6XBKCFLXF63OMQW2G6LQ.jpg?auth=a1e9b868de381799c90932f27957e23b876f7a00ed6bfa140f22c58adb184c5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Deputy Director of Naval Intelligence Scott Bray points to a video display of a UAP during a hearing of the House Intelligence, Counterterrorism, Counterintelligence, and Counterproliferation Subcommittee hearing on "Unidentified Aerial Phenomena," on Capitol Hill, May 17, 2022, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K4DNMYHHYNJBR6WPVZWUMH4V4E.jpg?auth=e7bc35a41627f86c9dd92bf0716f78cf5fcfa55630b9e73fbf51196ada613038&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A photo of "flying saucer alleged specimens" in files on UFOs, released May 8, 2026, by the Pentagon, is photographed in Washington. (AP Photo/Jon Elswick, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EH4IOKNSH54F663UE2TVSKOQZE.jpg?auth=a9b813182b1cee976946f374ffae22be8c57270270b145cd3713ef24565869e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A woman looks at a UFO display outside of the Little A'Le'Inn, in Rachel, Nev., the closest town to Area 51, July 22, 2019. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P2EKU5N4IAHCB3C3VGA2Z3X5N4.jpg?auth=2a78817b8279289b51f7560d264602f71b26eea55f22067967edc004ed0a4f57&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 Universal Pictures shows Emily Blunt in a scene from "Disclosure Day." (Niko Tavernise/Universal Pictures and Amblin Entertainment via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Niko Tavernise</media:credit></media:content></item><item><title><![CDATA[A key US government surveillance program is set to expire. A look at what that means]]></title><link>https://www.local10.com/news/politics/2026/06/12/a-key-us-government-surveillance-program-is-set-to-expire-a-look-at-what-that-means/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/12/a-key-us-government-surveillance-program-is-set-to-expire-a-look-at-what-that-means/</guid><dc:creator><![CDATA[By ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A key surveillance tool seen as vital in preventing terror attacks and catching foreign spies is set to expire Friday after congressional efforts to temporarily extend it failed in bipartisan fashion.]]></description><pubDate>Fri, 12 Jun 2026 14:26:20 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A key surveillance tool seen as vital in preventing terror attacks and catching foreign spies is set to expire Friday after congressional efforts to temporarily extend it failed in bipartisan fashion.</p><p>It's a significant lapse for the program known as Section 702, and even as President Donald Trump nominates a new national intelligence director more palatable to both Republicans and Democrats than his initial pick, it’s unclear how soon lawmakers — set for recess — would be able to revive the spy program.</p><p>Still, there may not be an immediate drop-off given that a court order from March authorized these government surveillance powers to remain in effect for another year.</p><p>Section 702 allows for sweeping powers to sift through foreign communications</p><p>The provision is a part of the Foreign Intelligence Surveillance Act, known as FISA, and grants American spy agencies sweeping powers to collect and examine the communications of foreigners located outside the United States without first getting a warrant.</p><p>U.S. officials see the law as an invaluable national security tool that has helped disrupt potential acts of terrorism, yielded valuable insight into ransomware attacks on critical infrastructure and contributed to the killing of al-Qaida leader Ayman al-Zawahri in a 2022 drone strike.</p><p>The law was passed in 2008 as an effort to codify key aspects of a predecessor spy program created by President George W. Bush's Republican administration.</p><p>Since then, officials across administrations of both major political parties have warned that without the law the government won't be able to collect crucial intelligence overseas.</p><p>The program's renewal historically has been contentious</p><p>The periodic need to reauthorize the law has prompted protracted debate in Congress well before this year, including discussion over whether additional guardrails are needed to protect the privacy of Americans and their personal data.</p><p>That's because when the government eavesdrops on foreigners abroad, it also sweeps up the communications of American citizens and others in the U.S. who are in contact with those surveillance targets.</p><p>Civil liberties advocates have raised concerns over revelations that FBI analysts over the years have improperly queried the vast repository of intelligence collected through the program for information about Americans, including related to the Jan. 6, 2021, riot at the Capitol by a mob of Trump supporters and the racial justice protests of 2020, as well as about state and federal political figures.</p><p>Some of those advocates have said the government should be required to have a warrant before examining communications collected from Americans. U.S. officials have said that a warrant would be legally unnecessary and overly cumbersome and that corrective measures have been implemented to reduce the number of improper queries.</p><p>Complicating the debate is the unlikely political alliances it has produced, uniting a coalition of lawmakers skeptical of government surveillance that includes both privacy-minded liberal Democrats and Republicans who still regard the intelligence community with suspicion over the investigation of ties between Russia and Trump's 2016 Republican presidential campaign.</p><p>The holdup this time is tied to pushback over acting intelligence pick Bill Pulte</p><p>Democrats balked when Trump picked Bill Pulte to serve as acting national intelligence director and refused to support a FISA extension until the selection was withdrawn. Pulte, a Trump loyalist with no known national security experience, has set off alarms by using his perch as director of the Federal Housing Finance Agency to facilitate dubious mortgage fraud investigations of perceived Trump adversaries.</p><p>A House vote this week that would have temporarily extended the program collapsed, with 19 Republicans and nearly all Democrats rejecting the temporary measure, 198-218. A Senate effort to approve its own versions also failed.</p><p>After those votes, Trump announced he was tapping Jay Clayton, the U.S. attorney in Manhattan who previously served as chairman of the Securities and Exchange Commission, as his permanent pick for director of national intelligence, or DNI. The pick was warmly received on Capitol Hill, but it was not enough to break the impasse before Friday's scheduled expiration.</p><p>Connecticut Rep. Jim Himes, the top Democrat on the House Intelligence Committee, said that he has “known and respected” Clayton for decades and that had he been tapped a week ago, “lots of pain might have been avoided.”</p><p>“His intelligence, temperament and deep commitment to public service will make him a terrific DNI,” Himes said.</p><p>The next steps for the spy powers provision</p><p>Republican Arkansas Sen. Tom Cotton, chairman of the Senate Intelligence Committee, and Iowa Sen. Chuck Grassley, chairman of the Senate Judiciary Committee, have warned the Trump administration to prepare “for a potential significant gap in foreign intelligence collection."</p><p>The expiration is likely to be the first meaningful lapse of Section 702 since it was created more than 15 years ago. In 2024, the Senate barely missed its midnight deadline before voting to approve a bill that was then signed by President Joe Biden, a Democrat, creating a brief lapse.</p><p>Despite this year's lapse, there's no expectation of any immediate drop-off in intelligence collection as the U.S. hosts a series of events this summer with potential national security concerns, including the World Cup and festivities surrounding the 250th birthday of the United States.</p><p>A March opinion from the secretive Foreign Intelligence Surveillance Court certified the program's renewal for another year, meaning that Section 702's authority is expected to remain intact for months.</p><p>Even so, it's conceivable that without congressional reauthorization, communications companies could try to cease cooperating with the government and stop complying with orders that it assist in intelligence collection.</p><p>___</p><p>Associated Press writers Mary Clare Jalonick, Lisa Mascaro and Seung Min Kim contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XICJFUS2PARUVRDTRC5ORWXJKI.jpg?auth=3dfa9ad67f12bc37d7ab33ca6b5a0df8a745e9e48cf8f218d7055cc4855a8e9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Capitol is seen from Pennsylvania Avenue, Wednesday, May 13, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HJPDVJJ7A6O557YM3SMYYKRBBU.jpg?auth=729c64b6d8d78f15a37bc8e1ab8e05ae12d9c60af9a9ba5aeaf65fc9f6938ccb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Mark Kelly, D-Ariz., left, and Sen. Elissa Slotkin, D-Mich., attend a press conference about the introduction of the Drain the Slush Fund Act, Monday, June 1, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[June 12: Scattered showers & storms will ramp up this weekend]]></title><link>https://www.local10.com/weather/2026/06/12/june-12-scattered-showers-storms-will-ramp-up-this-weekend/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/12/june-12-scattered-showers-storms-will-ramp-up-this-weekend/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[There’s been very little, if any, stormy weather around this week, but scattered showers & storms will start ramping up this weekend. ]]></description><pubDate>Fri, 12 Jun 2026 10:47:40 +0000</pubDate><content:encoded><![CDATA[<p>There’s been very little, if any, stormy weather around this week, but scattered showers &amp; storms will start ramping up this weekend. Tropical moisture moving in from the south combined with the seabreeze will generate some mainly afternoon and evening storms, but there’ll be plenty of dry time too so I’m not expecting a washout. The combination of heat and humidity will make it feel like it’s around 100 degrees through the weekend so stay hydrated and get in the shade as much as possible. Outside of scattered late-day storms, it looks good for boaters and beachgoers today through the weekend, but it’s best to get out there early if you can.</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[Indonesian students protest government policies as economic pressures grow]]></title><link>https://www.local10.com/news/world/2026/06/12/indonesian-students-protest-government-policies-as-economic-pressures-grow/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/12/indonesian-students-protest-government-policies-as-economic-pressures-grow/</guid><dc:creator><![CDATA[By NINIEK KARMINI and FADLAN SYAM, Associated Press]]></dc:creator><description><![CDATA[JAKARTA, Indonesia (AP) — Hundreds of Indonesian students rallied Friday in Indonesia’s capital, Jakarta, demanding lower fuel and food prices and urging President Prabowo Subianto to roll back costly state spending programs as economic pressures mount.]]></description><pubDate>Fri, 12 Jun 2026 10:45:59 +0000</pubDate><content:encoded><![CDATA[<p>JAKARTA, Indonesia (AP) — Hundreds of Indonesian students rallied Friday in Indonesia’s capital, Jakarta, demanding lower fuel and food prices and urging President Prabowo Subianto to roll back costly state spending programs as economic pressures mount.</p><p>About 1,500 protesters tried to march to the Hotel Indonesia traffic circle, a key city landmark, after Friday prayers. Authorities stopped many of them and also blocked streets leading to the presidential palace, where many protests often end up. More than 6,000 police and soldiers were deployed there.</p><p>Protesters, many wearing yellow university jackets, voiced their frustration over living costs, which have risen as a result of higher fuel costs since the U.S. launched its war against Iran. Indonesia’s rupiah currency has come under pressure, hitting a historic low of 18,000 rupiah to the U.S. dollar earlier this month.</p><p>Protesters outlined five key demands, including cuts to what they called wasteful state spending, lower prices for fuel and staple goods, and a halt to major government programs such as a free nutritious meal initiative and a plan to revitalize rural areas.</p><p>The free meals program, costing about 268 trillion rupiah ($15 billion) for this year alone, is aimed at alleviating poverty and malnutrition but Prabowo recently fired the head of the program amid a massive graft probe.</p><p>They also called for an end to what they described as the increasing role of the military in civilian affairs, something they view as a threat to the young democracy.</p><p>“The government is in denial about the current situation," said Yatalathof Ma’shum Imawan, who chairs the student organization that organized the rally. “We urge Prabowo to have the courage to acknowledge his mistake and stop denying it."</p><p>Friday’s demonstration marks one of the largest student mobilizations since nationwide protests erupted last August, when thousands took to the streets and clashes with security forces left at least 13 people dead.</p><p>Similar protests were also held in West Java's Bandung city and in Pontianak, a city on Borneo island.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LQF6LSBBE6VIEUYTNYQKKUJTRM.jpg?auth=ba3801bb1b60a0da2dcbb6d34f6f45dfa060929bc513b30695d551b56d1b1e61&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A student protester holds up a mask of Indonesian President Prabowo Subianto during a rally against a fuel price hike, government inefficient spendings, and military involvement in civilian affairs in Jakarta, Indonesia, Friday, June 12, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B33GUULHMYNKXCMDU4LAXDND2Y.jpg?auth=5addcb2c21542e45d696c858a342f85d8f2383c6cd60a12557ee9004e72ce718&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers block student protesters during a rally against a fuel price hike, government inefficient spendings, and military involvement in civilian affairs in Jakarta, Indonesia, Friday, June 12, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2Z52EUI7BBDZYTEEMGRULIQQZQ.jpg?auth=8b60801d73d5672c3d6c1e92af0672183dd2ee71d6158c9b511d8341c7b43e97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Student protesters tear down a police barricade during a rally against a fuel price hike, government inefficient spendings, and military involvement in civilian affairs in Jakarta, Indonesia, Friday, June 12, 2026. (AP Photo/Dita Alangkara)]]></media:description><media:credit role="author" scheme="urn:ebu">Dita Alangkara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C4EN5ZMFCY2ZYGFPMKQBZQIECI.jpg?auth=880eb1f5ff511f01e92d0cf212c9d8c89de44169104cd03a2fbf79de7f410379&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indonesian soldiers block student protesters during a rally against a fuel price hike, government inefficient spendings, and military involvement in civilian affairs in Jakarta, Indonesia, Friday, June 12, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4KNCZXIBFOIWNINR26FNXLBOHM.jpg?auth=c94d958d1d8301dbf0d5d0fe9e028d51673c5382f224ce765da9bb16c9cec953&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A student protester kicks a police barricade during a rally against a fuel price hike, government inefficient spendings, and military involvement in civilian affairs in Jakarta, Indonesia, Friday, June 12, 2026. (AP Photo/Dita Alangkara)]]></media:description><media:credit role="author" scheme="urn:ebu">Dita Alangkara</media:credit></media:content></item><item><title><![CDATA[Kenya holds a memorial service for 16 victims of last month's girls school fire]]></title><link>https://www.local10.com/news/world/2026/06/12/kenya-holds-a-memorial-service-for-16-victims-of-last-months-girls-school-fire/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/12/kenya-holds-a-memorial-service-for-16-victims-of-last-months-girls-school-fire/</guid><dc:creator><![CDATA[By EVELYNE MUSAMBI, Associated Press]]></dc:creator><description><![CDATA[NAIROBI, Kenya (AP) — Hundreds of mourners gathered on Friday in Kenya’s central town of Gilgil for a memorial service to honor the lives of 16 students who died in a fire at a girls school last month that police said was caused by arson. Authorities have arrested nine suspects.]]></description><pubDate>Fri, 12 Jun 2026 10:03:36 +0000</pubDate><content:encoded><![CDATA[<p>NAIROBI, Kenya (AP) — Hundreds of mourners gathered on Friday in Kenya’s central town of Gilgil for a memorial service to honor the lives of 16 students who died in a fire at a girls school last month that police said was caused by arson. Authorities have arrested nine suspects.</p><p>The remains of the girls, who were students at Utumishi Girls Academy, were placed in white coffins adorned with flowers and topped with their portraits. The coffins were lined up in front of their families, schoolmates, community members and local leaders, who called for justice.</p><p>The nine accused girls, who were students at the school, remain in police custody, with interrogations revealing that the May 28 blaze was started by lighting a mattress at the dormitory’s exit using a matchstick and paraffin. No motive has been revealed so far.</p><p>During the memorial service, hundreds of students from Utumishi Girls Academy sang a somber hymn declaring that all shall be well. One of the presiding officials reminisced about being a victim of Kenya’s deadliest school fire in 2001, when 67 boys died in a dormitory blaze in Machakos County in eastern Kenya.</p><p>Mourners called for accountability and justice as dozens of schools have closed in recent days because of student unrest. The Kenya Red Cross said that it had responded to 37 school fires since the beginning of the year.</p><p>School fires are common in Kenya, with some linked to arson attacks by students protesting disciplinary measures or scheduled examinations, while others are caused by electrical faults.</p><p>Congested dormitories, a lack of emergency exits and insufficient firefighting equipment have often contributed to loss of life and extensive damage.</p><p>Last month, Kenya's Education Ministry suspended the principal of Utumishi Girls Academy for failing to comply with school fire safety regulations. The ministry also said that it had closed more than 300 schools following a 2024 fire tragedy that killed 21 boys in central Kenya.</p><p>During the Friday memorial service attended by Kenyan first lady Rachel Ruto, the presiding bishop questioned how much longer Kenyan children and families would continue to suffer from school fires.</p><p>The school captain, Abigael Wanjiku, eulogized the girls as “friends, study partners, teammates and companions.”</p><p>“The pain of losing them is one that we will carry for a long time,” she said.</p><p>A mother representing the parents broke down in tears during her speech as she called for accountability and justice, while reassuring the surviving students that ensuring their safety remained a priority.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZNCE6ZR3EMYVLVO6J5T4I5O25I.jpg?auth=3490a27a1a90d4340821d7251499f8fc916defa98907f65f300b220f1ffaa5dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A mourner reacts as she stands between caskets carrying the remains of the 16 girls who died in the Utumishi Academy school fire during a memorial service at Gilgil Stadium, Nakuru County, Kenya, Friday, June 12, 2026. (AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PZU2VHY62ZNGR7JAQB5KQ3JFUI.jpg?auth=f3724066ecd506434e605f8d2137571e75fcccf77a6fd88c8b1916710bd47c08&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A relative grieves while standing between caskets carrying the remains of girls who died in the Utumishi Academy school fire during a memorial service at Gilgil Stadium, Nakuru County, Kenya, Friday, June 12, 2026. (AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3CGV2RNZNPNTYD7T66RFILCIUY.jpg?auth=6163b247f5250c0833e582df5f8a83c7057a4c8bfaec42955b116e1d581be2d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A relative grieves while standing between caskets carrying the remains of girls who died in the Utumishi Academy school fire during a memorial service at Gilgil Stadium, Nakuru County, Kenya, Friday, June 12, 2026. (AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZNIEBKGPNKN4XBVFGUABALSNG4.jpg?auth=d794c3014de68fe706acdafb646ba52aa615ea11c4c740a022308fa82c63e1e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A father grieves beside the casket carrying the remains of his daughter, one of the 16 girls who died in the Utumishi Academy school fire, during a memorial service at Gilgil Stadium, Nakuru County, Kenya, Friday, June 12, 2026. (AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FD5MLS2VZC5U7OH5JZ5PXZIAFY.jpg?auth=10d3bc9fb25974e35939d8b1bb2ccd625d9ffdfdcec09276c1401e4ad0369e50&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A member of Kenya's National Youth Service stands among mourners attending a memorial service for the 16 girls who died in the Utumishi Academy school fire at Gilgil Stadium, Nakuru County, Kenya, Friday, June 12, 2026. (AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content></item><item><title><![CDATA[David Hockney, iconic British artist known for his colorful landscapes and pool scenes, dies at 88]]></title><link>https://www.local10.com/news/2026/06/12/david-hockney-iconic-british-artist-known-for-his-colorful-landscapes-and-pool-scenes-dies-at-88/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/12/david-hockney-iconic-british-artist-known-for-his-colorful-landscapes-and-pool-scenes-dies-at-88/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — David Hockney, a treasured British artist whose paintings of shimmering pools and colorful iPad drawings became icons of contemporary art, has died, his publicist said Friday. He was 88.]]></description><pubDate>Fri, 12 Jun 2026 14:03:50 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — David Hockney, a treasured British artist whose paintings of shimmering pools and colorful iPad drawings became icons of contemporary art, has died, his publicist said Friday. He was 88.</p><p>Over a seven-decade career, Hockney explored and reimagined classical portraiture, landscape painting and pop art, working in painting, collage, photography and digital drawing.</p><p>Hockney was born in the north of England but lived much of his life in Southern California, making its sun-drenched suburban views a major motif.</p><p>Later in life he returned to Europe, finding renewed inspiration in the wooded hills of his native county of Yorkshire and the fields and trees of France’s Normandy region. One of the most popular and critically lauded British artists of his generation, his works sold for record prices at auction.</p><p>Historian Simon Schama said it's no mystery why his work is so enduringly appealing.</p><p>“His work is admired — loved is not too strong a word — by the millions who, worldwide, flock to see it because it presupposes an expectation of pleasure,” Schama wrote in an essay accompanying a 2025 Hockney exhibition in Paris.</p><p>Hockney’s publicist, Erica Bolton, said he died at his home in London on Thursday, less than a month short of his 89th birthday. She did not give a cause of death.</p><p>He is survived by his longtime partner Jean-Pierre Gonçalves de Lima; his great-nephew and studio assistant, Richard Hockney; his brothers Philip and John; and numerous nieces, nephews, great-nieces and great-nephews.</p><p>Hockney was an icon of the swinging 60s</p><p>With his trademark round glasses and bleached-blond hair, Hockney was a well-known figure in the swinging British and American art scenes of the 1960s, even before he reached the age of 30. His paintings were just as distinctive, many of them creating a dreamlike world of patterned light bouncing off water and windows, and human forms rendered in flattened, simplified shapes in matte acrylic paint.</p><p>“I’m excited every day,” he told the Los Angeles Times in 1979. “London has lots of dreary parts but I never find anything dreary in Los Angeles.”</p><p>Hockney was born July 9, 1937, in Bradford, a large industrial city whose chief export was woolen textiles. He spent his first two decades there before going to London’s Royal College of Art. He made an impact even before his graduation, and art dealer John Kasmin took him into his stable of artists in 1961.</p><p>His artistic influences ranged widely, including Renaissance portraits, 18th-century English artist William Hogarth's satirical drawings, 19th-century English painter J.M.W. Turner’s landscapes, Pablo Picasso’s experiments in Cubism and 20th-century American pop art.</p><p>He shared with other pop artists an interest in the polished surface of modern life. And, like Andy Warhol with his Brillo boxes and Campbell’s soup cans, Hockney occasionally incorporated advertising labels, such as a British Typhoo Tea box used in his 1961 “Tea Painting in an Illusionistic Style.”</p><p>He saw success early in his career</p><p>He told The New York Times in 1964 that he enjoyed the burgeoning pop art scene in New York but wasn’t sure he was part of it.</p><p>“I’m just an ordinary artist,” he said. “I do admire American pop — in fact it seems that everything fresh-looking and vital in England these days has been coming from the U.S.”</p><p>Nonetheless, he said in 1995 that he still considered himself “very much an artist in the English tradition.”</p><p>Hockney, who was out as a gay man long before it was common, explored erotic themes, giving youthful male bodies the same tender scrutiny that artists had been giving the female nude for centuries.</p><p>Early works like “We Two Boys Together Clinging” and “Two Men in a Shower” celebrated gay relationships when homosexuality was still illegal in Britain.</p><p>Early in his career, two of his drawings were bought for the Museum of Modern Art in New York.</p><p>“The moment I first sold pictures to earn a living, I felt rich. I’ve been rich ever since,” he told The Associated Press in 1995. “I didn’t have much money but I did what I wanted. ... You are a rich man if you do the things you want to do.”</p><p>In 2018, his 1972 painting “Portrait of an Artist (Pool with Two Figures)” sold at a Christie’s auction for $90.3 million, at the time a record for a living artist.</p><p>While many of his best-known paintings had American scenes, he also tackled British subjects. He immortalized his parents in several portraits and his friends Ossie Clark and Celia Birtwell in “Mr. and Mrs. Clark and Percy,” a 1971 portrait voted one of Britain’s greatest paintings in a 2005 BBC poll.</p><p>Hockney's work went beyond drawing and painting</p><p>Like many traditional artists, he considering drawing a fundamental skill and lamented that it wasn’t taught as rigorously as it used to be.</p><p>“Human beings are the most interesting things we see, so they’re the hardest to draw,” he said in a 1996 AP interview.</p><p>Hockney also embraced other media, including printmaking, photo collage and video. He contributed costume and set designs for the theater and opera, including a celebrated production of “Tristan und Isolde” first staged in 1987 at the Los Angeles Opera.</p><p>When he took up photography, he fused genres, assembling individual photos into elaborate collages like “Pearblossom Highway, 11-18th April, 1986,” built up of individual views of a desert highway intersection.</p><p>“My photographer friends said it was a painting,” Hockney told the AP in 2001. “I said it’s a photograph; I used a camera.”</p><p>Later he began to draw on iPads, which became his favorite tool.</p><p>In the early 2000s, he looked afresh at the fields and forests of Yorkshire in a series of landscape paintings that combined bold color with minute attention to the texture of snow on a hillside or a blossom on a hawthorn hedge. They featured in a 2017 exhibition at Tate Britain in London that was visited by half a million people and moved to the Pompidou Center in Paris and the Metropolitan Museum of Art in New York.</p><p>Hockney used the English landscape for inspiration in his design for a stained-glass window installed at Westminster Abbey in 2018 to celebrate the long reign of Queen Elizabeth II.</p><p>His work changed how we see the world</p><p>In 2019, he moved to Normandy, where during the 2020 coronavirus lockdown he produced joyous iPad drawings of springtime for his friends. His message — “Do remember they can’t cancel the spring” — was emblazoned in neon across the Fondation Louis Vuitton in Paris when it hosted a huge Hockney exhibition that opened in April 2025.</p><p>Curator Norman Rosenthal, who helped put together the exhibition, called Hockney “the Picasso of our times.”</p><p>“When I say that, people laugh at me, as Picasso was the archetypal artist of the 20th century,” Rosenthal told the Independent newspaper. “But David Hockney is also an incredibly popular artist whose work changes how we see things.”</p><p>An unrepentant cigarette smoker who railed against government anti-smoking rules, Hockney complained when a poster for the 2025 exhibition was banned from the Paris Metro because it showed him holding a cigarette.</p><p>The announcement of his death from his publicist noted that Hockney was “a committed life-long and defiant smoker, expressing the pleasure in life it brought him. ... He smoked up to the end.”</p><p>Hockney had a minor stroke in 2012 and was increasingly deaf in later years — something he said improved his visual perception.</p><p>“If you lose one sense, you gain other senses, and I feel I could see space clearer,” he told the AP in 2017.</p><p>He never stopped working.</p><p>“It’s my work that keeps me young,” Hockney told the Sun newspaper in 2017. “I’ve been a professional painter for 60 years. Sixty years of getting up every day and doing exactly what I want to do.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZBSDSAK4PS4TEEAQNJM6XNTBVI.jpg?auth=c4775ed0116b392eaabbade8c18104245a25665364b7c9d543e6499492bdb2d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - British artist David Hockney sits in front of The Queen's Window, a new stained glass window at Westminster Abbey, London, designed by David Hockney and revealed for the first time on Wednesday Sept. 26, 2018. (Victoria Jones/Pool via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Victoria Jones</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/35QI3ENFC6WE2O6OH4BBF22F3U.jpg?auth=3730dca3b62295379b16702cf528cfa1acce21d30efd00495e82a694e5c2abe1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Artist David Hockney after unveiling the bottle design for the 2014 vintage wine of Château Mouton Rothschild in London, Friday, Feb. 3, 2017. (AP Photo/Frank Augstein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Augstein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FKQXDUE5ZU52AYZRL34NLJ3DNE.jpg?auth=a6795e150e75b20917744ebf843380332fa700b753ca7dcb59f550a3b6d1b066&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - British artist David Hockney poses as he unveils his painting 'Bigger Trees Near Water', the largest painting ever shown at the Royal Academy's Summer Exhibition, London, Friday, May 25, 2007. (AP Photo/Sang Tan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">SANG TAN</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BX4WG76XN4YZEMRHG4IIGGNKPU.jpg?auth=bfad6c5f8f404cd2c8e933c66875b8ec556b7db3d48c4c17e9187af458c39686&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - British artist David Hockney, stands next to his friend and model Celia Birtwell, in front of one of his most famous works ' Mr and Mrs Clark and Percy' at the National Portrait Gallery in London, Wednesday Oct. 11, 2006. (AP Photo/Alastair Grant, File)]]></media:description><media:credit role="author" scheme="urn:ebu">ALASTAIR GRANT</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IZIKMWK4WPT5EXATF5IXMD2Q4I.jpg?auth=c029ce081d9e373c8a2ef728e0968ccd187fabfb945d87c39a35c98c922c1b52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - British artist David Hockney poses for photographers in front of his acrylic on canvas "Studio Interior #4" which features as part of the "David Hockney Painting and Photography" exhibition at the Annely Juda Fine Art gallery in London, Thursday, May 14, 2015. (AP Photo/Matt Dunham, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Dunham</media:credit></media:content></item><item><title><![CDATA[US scholar with history of activism in Myanmar arrested in China on suspicion of espionage]]></title><link>https://www.local10.com/news/world/2026/06/12/us-scholar-with-history-of-activism-in-myanmar-arrested-in-china-on-suspicion-of-espionage/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/12/us-scholar-with-history-of-activism-in-myanmar-arrested-in-china-on-suspicion-of-espionage/</guid><dc:creator><![CDATA[By HUIZHONG WU, Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — An American scholar who writes about Myanmar and Chinese foreign policy was arrested by authorities in China on suspicion of spying, China's foreign ministry said Friday.]]></description><pubDate>Fri, 12 Jun 2026 10:17:56 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — An American scholar who writes about Myanmar and Chinese foreign policy was arrested by authorities in China on suspicion of spying, China's foreign ministry said Friday.</p><p>The scholar, Min Zin, was suspected of “engaging in espionage activities that endanger China’s national security,” said China's Ministry of Foreign Affairs spokesman Lin Jian.</p><p>It is uncommon for Beijing to arrest a U.S. citizen on national security allegations. The case comes just a month after U.S. President Donald Trump met with Chinese President Xi Jinping in Beijing as the two countries aim to reset a tumultuous relationship.</p><p>A Burmese activist who knows Min Zin said he disappeared June 3 after going to Kunming, in China’s Yunnan province, for a conference. The activist, who spoke on condition of anonymity out of fear of government retribution and arrest, said Min Zin had visited China multiple times before.</p><p>Min Zin was a student activist in Myanmar’s 1988 uprising, a student-led movement that the government at the time reacted to with military force. He eventually sought asylum in the U.S. He was not engaged in any direct activism work currently, said the activist.</p><p>Min Zin is the founder of a think tank called ISP Myanmar, which in recent years has written about Chinese foreign policy and trade with Myanmar, located on China's southwest border. The think tank was involved in regular exchanges with Chinese think tanks, and had published on issues such as Myanmar's rare earth exports to China.</p><p>Min Zin is also a Ph.D candidate at the University of California, Berkeley.</p><p>Amnesty International, the human rights organization, called for Min Zin’s immediate release.</p><p>“The circumstances around Min Zin’s mysterious arrest are extremely concerning, as is the apparent charge of espionage,” said Joe Freeman, a Myanmar researcher for the group.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZRSEDR6ANLMJQ4KTDXKDPH7LHI.jpg?auth=a53e3d332096b7128f3c1b62f7bb112d9f75fd6102bd46a53c046bb662f14c23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Flags of China and Myanmar are displayed at the entrance of Myanmar Pavilion prior to Myanmar's top junta leader Gen. Than Shwe to arrive at the Shanghai Expo site in Shanghai Friday, Sept.10, 2010. (AP Photo/Eugene Hoshiko, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content></item><item><title><![CDATA[Iranian woman among migrants deported from the US to the Central African Republic]]></title><link>https://www.local10.com/news/world/2026/06/12/iranian-woman-among-migrants-deported-from-the-us-to-the-central-african-republic/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/12/iranian-woman-among-migrants-deported-from-the-us-to-the-central-african-republic/</guid><dc:creator><![CDATA[By JEAN FERNAND KOENA and MARK BANCHEREAU, Associated Press]]></dc:creator><description><![CDATA[BANGUI, Central African Republic (AP) — An Iranian woman is among around two dozens migrants set to arrive Friday in the Central African Republic on a deportation flight from the United States, lawyers said, in the latest example of the Trump administration’s widely criticized deals with African and Latin American nations to take third-country deportees,]]></description><pubDate>Fri, 12 Jun 2026 09:14:33 +0000</pubDate><content:encoded><![CDATA[<p>BANGUI, Central African Republic (AP) — An Iranian woman is among around two dozens migrants set to arrive Friday in the Central African Republic on a deportation flight from the United States, lawyers said, in the latest example of the Trump administration’s widely criticized deals with African and Latin American nations to take third-country deportees,</p><p>The Central African Republic, a deeply impoverished country plagued by conflict, is one of at least nine other African nations that has agreed to take third-country nationals deported by the U.S.</p><p>Under a series of often-secret agreements that are part of a broad U.S. crackdown on immigration, the Trump administration has deported thousands of people to nearly two dozen countries that are not their own, advocates say.</p><p>The Trump administration uses deportations to third countries as a legal loophole to indirectly force asylum seekers back to their home countries, immigration lawyers said.</p><p>It was unclear exactly how many migrants were on the deportation flight that left Louisiana late Thursday on the way to the Central African Republic's capital Bangui.</p><p>Among those set to be deported Thursday were people from Iran, Jordan, Armenia, Turkey, Georgia and Afghanistan, according to Ali Rahnama, the head of the Iranian American Legal Defense Fund, who has been in touch with some of the migrants.</p><p>Three Iranian women in the U.S. were originally scheduled to be sent to Central African Republic, according to Sahar Jalili Pawelski, one of their immigration lawyers, who said two of them received emergency court orders temporarily stopping their deportation while judges reviewed whether the government was acting legally.</p><p>All three had been granted court protection against deportation to Iran after judges ruled they faced credible fears of persecution on the basis of politics or religion, Jalili Pawelski and Rahnama both said.</p><p>An elderly Syrian man also was set to be deported to the Central African Republic but received an emergency temporary order halting his deportation, his lawyer Margaret Stock said.</p><p>The U.S. Department of Homeland Security on Thursday would not comment on the case, saying it would not confirm future removal operations for security reasons. U.S. Immigration and Customs Enforcement did not immediately respond to requests for comment.</p><p>The Central African Republic has been plagued by years of conflict between pro-government forces and armed groups and is one of the poorest countries in the world. Despite vast reserves of gold, one in three people live on less than $2 a day.</p><p>It also is one of the countries where Wagner, a Russian mercenary group, was first active in Africa. The group has been responsible for President Faustin-Archange Touadéra’s security and fighting rebel groups.</p><p>The country is one Russia's closest allies in Africa despite recent tensions between Touadéra and Russia after Moscow demanded Wagner be replaced with the Africa Corps operated by the Russian government.</p><p>Rahnama of the Iranian American Legal Defense Fund expressed concerns about an Iranian asylum seeker being sent to the Central African Republic, noting Russia’s influence in the country and Moscow’s close security ties with Iran.</p><p>___</p><p>Banchereau reported from Dakar, Senegal. Associated Press writer Rebecca Santana contributed from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DXZ2VBGXR6WGH3LIDRFFDAHHOI.jpg?auth=50311d434d0db60c5f17a539fa9ec543b2157d73030794ed8b42d0340d63313c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An arial view of Bangui, Central African Republic, is seen on March. 8, 2024. (AP Photo/Sam Mednick, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sam Mednick</media:credit></media:content></item><item><title><![CDATA[Where Trump has lost support with independents, according to AP-NORC polling]]></title><link>https://www.local10.com/news/2026/06/12/where-trump-has-lost-support-with-independents-according-to-ap-norc-polling/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/12/where-trump-has-lost-support-with-independents-according-to-ap-norc-polling/</guid><dc:creator><![CDATA[By LINLEY SANDERS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Independents have grown increasingly unhappy with President Donald Trump during his second term, a new AP-NORC polling analysis finds, particularly those without a college degree.]]></description><pubDate>Fri, 12 Jun 2026 14:06:27 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Independents have grown increasingly unhappy with President Donald Trump during his second term, a new AP-NORC polling analysis finds, particularly those without a college degree.</p><p>The analysis from researchers at The Associated Press-NORC Center for Public Affairs Research shows that while about half of independents without a college education had a positive view of Trump around the 2024 election, his approval with that group fell to about one-quarter this spring. That shift has erased the large education gap that existed among independents in the months before Trump took office for his second term, with independents now holding similarly negative views of the president regardless of their level of education.</p><p>The analysis was conducted by aggregating nearly two dozen AP-NORC polls conducted between July 2024 and April 2026, allowing for a deeper look at how support for Trump changed during several distinct periods, including the last six months of 2024, the first 100 days of Trump's presidency, the summer of 2025 when the Big Beautiful Bill passed, last fall's government shutdown and the beginning of the Iran war.</p><p>The compiled polling shows a steady decline among independents throughout Trump’s second term. His standing has also dropped among several small but important groups that moved toward him in the 2024 presidential election, including Black and Hispanic independents.</p><p>More Americans than ever consider themselves independents, and they are among the groups that shifted toward Trump in the 2024 presidential election. Any erosion in that support could signal trouble for Trump and Republicans headed into the midterm elections, which are often seen as reflection of how voters feel about their governing party.</p><p>Tafari Torres, a senior research associate at NORC who co-authored the analysis, noted that while Democrats' and Republicans' views of Trump have held largely steady in his second term, independents' opinions are still moving. “Independents are, broadly, the people who are reacting to the events and dropping in their support,” he said.</p><p>Dramatic declines during Trump's first 100 days</p><p>Trump's return to the White House was fueled, in part, by independent voters who saw him as the stronger candidate on key issues like the economy. The new analysis, which looks at Trump's favorability and presidential approval ratings, shows that once he took the helm, their views soured quickly.</p><p>Independents without a college degree had a much more positive view of Trump than college-educated independents did during and just after the 2024 election, but that shifted in the first few months of his term. Positive views of Trump among independents without a college degree fell from 48% in the months before he returned to office to 31% in polling conducted during Trump’s first 100 days back in office. Those warm views declined even further, to about one-quarter, during the government shutdown and the early months of 2026.</p><p>Only about 3 in 10 college-educated independents, by contrast, had a positive view of Trump before he returned to office, making their drop to about one-quarter much less dramatic.</p><p>“The decline among no-college independents was steeper and it was greater than the slight decline in college independents," said Sean Collins, a research associate at NORC who co-authored the analysis. "That was surprising, especially given, when you think of Trump's coalitions, those without college degrees is usually one of the ones that that stands out.”</p><p>Hispanic, younger independents grow disenchanted</p><p>Americans without a college degree have long been a key part of Trump's coalition. But Trump also won in 2024 by making gains among groups that tend to support Democrats, including Hispanic adults.</p><p>About 4 in 10 independent voters — 42% — voted for Trump in 2024, up from 37% in the 2020 presidential election. Independent voters without a college degree were a little more likely to back Trump over former Vice President Kamala Harris in the last election, according to AP VoteCast, and Hispanic independents were about evenly split between the two.</p><p>The picture looks much bleaker for the president now.</p><p>Nearly half of Hispanic independents — 46% — saw Trump favorably in the polling conducted around the presidential election. His approval among these adults dropped quickly in his second term, falling as low as 15% during last fall's government shutdown before landing around one-quarter in the spring.</p><p>Younger independents also became less supportive of the president, while independents age 60 and older remained mostly stable. Other AP-NORC polling has pointed to Trump losing ground among younger Republicans over inflation concerns and Hispanic Americans growing increasingly discontented.</p><p>“The gains Trump appeared to make during the election, I don’t know if they’re sticking around. He’s experienced some significant shifts among those people,” Torres said. “From our research, they don’t appear to be permanent gains.”</p><p>The economy is frustrating many independents</p><p>Polling suggests that the economy is at the root of many Americans' frustrations with Trump, including independents.</p><p>About half of independents who supported Trump in 2024 said inflation was the single most important factor for their vote, AP VoteCast found, and most expressed high levels of concern about the cost of food and gas.</p><p>More than a year into Trump's second term, inflation remains high, fueled by gas prices that remain elevated as the Iran war continues. An AP-NORC poll conducted in April found that about 3 in 10 independents were “extremely” or “very” concerned about being able to afford groceries in the last few months, and a similar share were worried about being able to afford gas.</p><p>The analysis found that Americans' views of the U.S. economy tend to align with their view of the president. Those with negative views of the country's economy tended to have negative views of Trump, and about 8 in 10 independents described the U.S. economy this spring as poor.</p><p>The latest AP-NORC polling from May found that only about 3 in 10 independents approve of how Trump is handling the economy, in line with the roughly 3 in 10 who said that at the beginning of his second term. The April poll found only about 1 in 10 independents — 12% — approved of how Trump was handling the cost of living.</p><p>——</p><p>This AP-NORC analysis of 4,836 independents was conducted over 21 AP-NORC surveys, blocked into five time periods before and during President Donald Trump's second term. Independents are classified as panelists who do not select that they identify with or lean toward either the Democratic or Republican Party.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LOCBNVZQMEONADNQNRVRIE65GQ.jpg?auth=6a3f8803ced31bf48ba964e61c4a2916937cfe4d2f50647376d453816eca0331&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man wears an "I voted" sticker on his shirt, printed with the American flag and the U.S. constitution, after voting at Wa-Ke Hatchee Recreation Center in Fort Myers, Fla, on Election Day, Nov. 8, 2022. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QGVJJA2N5BN7RXHM3OGPZSVNGQ.jpg?auth=176609e7c13fbeb9319286834de3bff86fd06156735f215ff3591364258a724c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An American flag flies in the wind as a voter leaves a polling site after casting a ballot on Election Day, Nov. 5, 2024, in Dearborn, Mich. (AP Photo/David Goldman, file)]]></media:description><media:credit role="author" scheme="urn:ebu">David Goldman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KLG7VUCUUCYQ5ZS7HQJLTVJZY4.jpg?auth=9f13ab1dd0428938df72ab9ff0820abcde2084342e96d530207ccc7a99b109ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Voters stand in line outside a polling place at Madison Church, Nov. 5, 2024, in Phoenix, Ariz. (AP Photo/Matt York)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt York</media:credit></media:content></item><item><title><![CDATA[Once beset by power outages, Puerto Ricans also hit with severe water shortages]]></title><link>https://www.local10.com/news/2026/06/12/once-beset-by-power-outages-puerto-ricans-also-hit-with-severe-water-shortages/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/12/once-beset-by-power-outages-puerto-ricans-also-hit-with-severe-water-shortages/</guid><dc:creator><![CDATA[By DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN, Puerto Rico (AP) — Thousands of Puerto Ricans are struggling with water shortages so severe that the governor of the U.S. territory has activated the National Guard and emergency responders are fielding calls every day.]]></description><pubDate>Fri, 12 Jun 2026 07:11:15 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — Thousands of Puerto Ricans are struggling with water shortages so severe that the governor of the U.S. territory has activated the National Guard and emergency responders are fielding calls every day.</p><p>Officials have not publicly pinpointed the cause, with shortages largely affecting some areas in the island's most populated cities, including the capital San Juan. The island's utilities company extracts water from rivers, reservoirs and underground aquifers that have in the past provided sufficient supply for the island's 3.2 million people.</p><p>Residents are being forced to buy potable water, spend money at laundromats and haul heavy buckets up several flights of stairs to wash dishes, flush toilets and take showers. The elderly and disabled struggle the most, with community leaders noting that some have been hospitalized as water shortages persist.</p><p>Jorge Figueroa, a community leader for several impoverished San Juan neighborhoods, stood by his car one recent morning fielding questions from residents wondering when the next water truck would swing by.</p><p>“They are playing with people's health and lives,” Figueroa said.</p><p>Shortages are widespread</p><p>Some customers in San Juan began reporting intermittent service more than a year ago, with the governor acknowledging the infrastructure has lacked investment and maintenance for decades.</p><p>The water outages have grown so severe that Mayor Miguel Romero sued Puerto Rico’s Water and Sewer Authority in late May.</p><p>People like Jeannette Mercado Rodríguez have spent up to two weeks without water as Puerto Rico's searing summer starts and meteorologists are already issuing heat advisories.</p><p>“This is really exhausting; it’s maddening,” she said.</p><p>The 52-year-old is among the lucky ones: a water truck is stationed near her public housing complex, Las Margaritas. But she still has to haul five buckets and 10 2-liter (half-gallon) bottles up to her third-floor apartment every day. She recently injured her shoulder doing so.</p><p>“We can’t take it sometimes,” Mercado said, confiding that she has broken down and cried. “There are older people here, bedridden people.”</p><p>Nearly 40,000 customers were hit with water outages on the first weekend of June. That prompted Gov. Jenniffer González to activate the National Guard, which began distributing water via four trucks with a capacity of 2,000 gallons (7,570 liters) each.</p><p>Puerto Rico’s Tourism Company brought in additional water trucks with a capacity of 12,800 gallons (48,453 liters) to help serve hotels and short-term rentals.</p><p>The need for water is so great that even Puerto Rico’s Department of Agriculture sanitized two large trucks that transport milk and instead used them to deliver potable water.</p><p>Despite those measures, water remains scarce for many in San Juan and beyond. At least one stationary tanker in an impoverished community sat empty for a couple of days, with residents cheering the water truck when it arrived, calling municipal workers “heroes.” Other residents also complain that the government doesn't inform them when a water truck will stop by, with those at work missing out.</p><p>“This has been a disaster,” said Luz Laborde, president of a neighborhood association in Santurce, a working-class community in San Juan. “This is inhuman … It’s destroying the emotional state of a people.”</p><p>Puerto Ricans demand water</p><p>Dozens of Puerto Ricans young and old crowded into a courtroom on a recent morning, eager to hear a ruling on the lawsuit that San Juan's mayor filed against the island's water and sewer company as they questioned when their water would return.</p><p>“We are exhausted,” said Marcia Soler París, a 61-year-old community leader. “We shouldn’t be living this way. We don’t deserve this.”</p><p>Every day at dawn, phones ping as people in San Juan and elsewhere share whether they have water, just a trickle or nothing at all.</p><p>Soler calls the emergency management office every other day to request a water truck for her and her neighbors. She lives with her daughter, who has three boys ages 13, 10 and 4, and they play soccer every day. Like many, they don't have a cistern.</p><p>“I don’t know what it is to see a stream of water,” said Soler, who recently spent $40 at a laundromat and was forced to buy plastic cups and plates for her family.</p><p>The extra costs are straining the budgets of many on the island of 3.2 million people where more than 40% live below the poverty line.</p><p>Soler said some of her neighbors bedridden and caregivers are forced to use towels and wet wipes to clean them. Another neighbor is blind, so people ferry water up to her apartment.</p><p>For years, chronic power outages have been a big frustration for many Puerto Ricans. Water woes also are at the top of the list now.</p><p>At Villa Kennedy, a nearby public housing complex, Elizabeth Sánchez, 79, explained how she injured her waist carrying buckets of water. Her husband can no longer help because he injured his back for the same reason.</p><p>“What we are going through is horrible,” she said as she began to cry.</p><p>Judge orders experts to investigate water woes</p><p>In February 2025, Puerto Rico's governor appointed Luis González Delgado as executive president of the island's Water and Sewer Authority.</p><p>Months later, former regional director Roberto Martínez Toledo was replaced. But Martínez was recently appointed to a new committee ordered by a judge to work with the agency to investigate and solve the chronic water shortages.</p><p>The mayor of San Juan, who is a member of the governor's party, said that if Martínez hadn't been removed from his position, “we wouldn't be here talking about this issue.”</p><p>The new head of the water and sewer agency blamed Martínez for some of the problems.</p><p>“(The crisis) could have been avoided if Roberto Martínez had answered the phone the first day I called him,” González told reporters this week, adding that he is willing to work with him.</p><p>Some Puerto Ricans are demanding González resign as they clamor for Martínez to return to his old job, while a growing number are blaming the governor for the situation. On Wednesday night, the governor announced that all projects aimed at fixing water-related infrastructure have started with an investment of $217 million.</p><p>Those without water say they are still being billed for it.</p><p>“That's another outrage,” said Laborde, the community leader. “You lose no matter what.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4PFPI7AZXOBI3L3V3TI6FFSVQQ.jpg?auth=83ef473bd1ca85c68fb82ddac6b836d4b14626b03e0868f21605599e68b512b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bryan Pérez hauls a five-gallon water jug to his apartment in the Villa Kennedy public housing complex in San Juan, Puerto Rico, Wednesday, June 10, 2026. (AP Photo/Danica Coto)]]></media:description><media:credit role="author" scheme="urn:ebu">Danica Coto</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BTB6SWZPGETQZT2IZTZR2QDIVU.jpg?auth=06e641f8e3ba1060c637113f91c7ad465d7d6954d1d4dd14f50d13379430f158&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Juan Lugo, a driver with San Juan's special projects department, delivers free, non-potable water to residents in the Villa Kennedy public housing complex in San Juan, Puerto Rico, Wednesday, June 10, 2026. (AP Photo/Danica Coto)]]></media:description><media:credit role="author" scheme="urn:ebu">Danica Coto</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DQDO5IOULK3374UHLHH7NCVV7A.jpg?auth=21c4458453255674342ebdb02a7494bf3e940c999f32a1ff9ec8b9e2ef2ce9b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Municipal worker José Luiz López Obrero walks back to a water truck after he finishes up filling a cistern at the Villa Kennedy public housing complex in San Juan, Puerto Rico, Wednesday, June 10, 2026. (AP Photo/Danica Coto)]]></media:description><media:credit role="author" scheme="urn:ebu">Danica Coto</media:credit></media:content></item><item><title><![CDATA[Disaster drills helped prevent more deaths when powerful quake hit the southern Philippines]]></title><link>https://www.local10.com/business/2026/06/12/disaster-drills-helped-prevent-more-deaths-when-powerful-quake-hit-the-southern-philippines/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/12/disaster-drills-helped-prevent-more-deaths-when-powerful-quake-hit-the-southern-philippines/</guid><dc:creator><![CDATA[By JIM GOMEZ, Associated Press]]></dc:creator><description><![CDATA[MANILA, Philippines (AP) — Philippine officials said Friday that years of disaster-preparedness drills helped prevent a larger casualty toll when one of the strongest earthquakes in 50 years struck the south and left 46 people dead with 38 others missing.]]></description><pubDate>Fri, 12 Jun 2026 11:38:15 +0000</pubDate><content:encoded><![CDATA[<p>MANILA, Philippines (AP) — Philippine officials said Friday that years of disaster-preparedness drills helped prevent a larger casualty toll when one of the strongest earthquakes in 50 years struck the south and left 46 people dead with 38 others missing.</p><p>The 7.8 magnitude offshore quake, which struck Monday off Sarangani province, injured at least 688 people and displaced more than 45,000 people, about half them still in emergency shelters, after the quake damaged more than 12,600 houses across farming towns and cities.</p><p>The numbers of dead and missing were considerably lowered after multiple verifications, the Office of Civil Defense said in a statement.</p><p>Many of the displaced were still too traumatized to return home because of strong aftershocks, officials said.</p><p>Days after the earthquake hit, more videos of the chaotic moments have been posted on social media showing horrified crowds witnessing the collapse of small buildings, and flag-raising ceremonies turning chaotic when the ground started to shake on the first day of school after a long summer break.</p><p>Students are seen on videos screaming in panic, but staying seated or standing still outside school buildings, with some covering their heads with their hands as teachers admonished them to calm down.</p><p>One video, which has gone viral on Facebook with millions of views, showed dozens of grade-schoolers screaming and breaking into tears as they sat on a tree-ringed school ground, which visibly swayed them from side to side. A tin roof shed nearby later collapsed with a loud thud, prompting many to dash away, but were asked by teachers to return and stay seated.</p><p>The grade school in the coastal town of Malita in Davao Occidental province reported no injuries from the quake.</p><p>“This incident serves as a reminder of the importance of earthquake preparedness and the value of regular disaster response drills,” the Mahayahay elementary school said in a statement.</p><p>Teresito Bacolcol, director of the Philippine Institute of Volcanology and Seismology, said years of disaster-preparedness drills helped people anticipate and brace for extreme events like Monday’s quake, one of the strongest to hit the archipelago in a half-century.</p><p>He said that it was also fortunate that the quake hit at 7:37 a.m., a few minutes before work and classes were to start indoors.</p><p>“It’s good that our efforts to educate people on what to do when earthquakes hit somehow paid off,” Bacolcol told The Associated Press.</p><p>He expressed concern, however, over the collapse of some buildings that he said should have withstood the powerful quake, if construction standards based on the country’s building code were followed.</p><p>Ednar Dayanghirang, director of the Office of Civil Defense in a quake-hit region of about 5 million people, said that regular disaster-preparedness drills helped reduce casualties in many ways, including by preventing deadly stampedes.</p><p>“We required all school principals to take one-day courses on incident management, then they appointed disaster-response teams among teachers to deal with earthquakes, tsunamis,” Dayanghirang said. “They listened and they learned.”</p><p>The Philippines, one of the world’s most disaster-prone countries, is often hit by earthquakes and volcanic eruptions because of its location on the Pacific “Ring of Fire,” an arc of seismic faults around the ocean.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UNR4XIM2KE5EQTTOHQONTUUKR4.jpg?auth=d1af7eee67b78997b5f8d1cb6839b7e18270a9e6be27199798ccaf9b388472cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People on motorcycles pass by a collapsed structure after an earthquake in General Santos, Philippines on Monday, June 8, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">Manman Dejeto</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QXRBDYXBXJDU7DF4HOY6R7OSBU.jpg?auth=e86ec46c909c79c1665a23a3e09d92da2f69ed3ba1c5124550eddde544cab3f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman washes clothes along a damaged pathway in General Santos, southern Philippines, Thursday, June 11, 2026, following Monday's powerful earthquake. (AP Photo/Basilio Sepe)]]></media:description><media:credit role="author" scheme="urn:ebu">Basilio Sepe</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K6NFXMCM4Y4FBYS5OLHRYLJCJI.jpg?auth=0409535d469124dfdc1e3e2b60ae5db6c6a097edcb63a7e28905220891196d48&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers inspect a damaged mall in General Santos, southern Philippines, Thursday, June 11, 2026, following Monday's powerful earthquake. (AP Photo/Basilio Sepe)]]></media:description><media:credit role="author" scheme="urn:ebu">Basilio Sepe</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WBTJKOBMKTUASPJRCRCKJK7NBM.jpg?auth=7a7838ed510e8a46045f4566fbb7fda4a456a30750abc060e16f2f116c355831&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past a collapsed building following an earthquake in Sarangani province, Philippines Wednesday, June 10, 2026. (AP Photo/Basilio Sepe)]]></media:description><media:credit role="author" scheme="urn:ebu">Basilio Sepe</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UPV7UYR3VGLMQSGJYMC2ZBBHDA.jpg?auth=9918e63af32cae23891a55c75dece417b1d2a771ce0de72b673f7f99cd2fa1b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents take shelter in a field at a municipal hall in Sarangani province, Philippines, Wednesday, June 10, 2026. (AP Photo/Basilio Sepe)]]></media:description><media:credit role="author" scheme="urn:ebu">Basilio Sepe</media:credit></media:content></item><item><title><![CDATA[Hurricanes' top-line performers come through as Carolina moves within a win of claiming Stanley Cup]]></title><link>https://www.local10.com/sports/2026/06/12/hurricanes-top-line-performers-come-through-as-carolina-moves-within-a-win-of-claiming-stanley-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/hurricanes-top-line-performers-come-through-as-carolina-moves-within-a-win-of-claiming-stanley-cup/</guid><dc:creator><![CDATA[By BOB SUTTON, Associated Press]]></dc:creator><description><![CDATA[RALEIGH, N.C. (AP) — Carolina Hurricanes coach Rod Brind'Amour spent weeks answering the same question about needing more goal-scoring pop from top-line forwards Andrei Svechnikov and Sebastian Aho.]]></description><pubDate>Fri, 12 Jun 2026 10:00:08 +0000</pubDate><content:encoded><![CDATA[<p>RALEIGH, N.C. (AP) — Carolina Hurricanes coach Rod Brind'Amour spent weeks answering the same question about needing more goal-scoring pop from top-line forwards Andrei Svechnikov and Sebastian Aho.</p><p>“We need them to get going,” Brind'Amour said early in the Stanley Cup Final.</p><p>Maybe now, with a maximum of two games left to determine who will hoist the Cup, they've found a breakthrough.</p><p>Svechnikov scored twice on power plays and Aho had just his second goal since April as the Hurricanes beat the Vegas Golden Knights 4-2 on Thursday night, moving within a victory of hoisting the Stanley Cup.</p><p>“It is the biggest game. It was for me,” Svechnikov said. “The mentality was great. I couldn’t sleep for the night (before).”</p><p>Game 6 is Sunday night in Las Vegas, with Carolina having a chance to win the Stanley Cup for the first time since Brind'Amour captained the Hurricanes to it the title in 2006. The goal now is for Svechnikov and Aho to carry the momentum forward from Game 5.</p><p>Svechnikov had the first two-goal performance of the playoffs and the fifth multi-goal playoff game of his career. He had wanted to be a bigger part of the production this spring, though that hadn't mattered as much with the Logan Stankoven-centered second line featuring Jackson Blake and Taylor Hall cooking throughout the playoffs.</p><p>Brind'Amour kept saying the two mainstays of the current eight-year playoff run were doing enough to contribute, it was just a matter of time before they'd score more. But as the Hurricanes pushed to the Stanley Cup Final, time was running out for Aho as the team's highest-paid player ($9.75 million this year) and Svechnikov as the team's third-highest ($7.75 million this year).</p><p>“Quite a decent (amount) of pressure, to be honest this playoffs,” Svechnikov said. “It’s just a new day was today.”</p><p>Aho and Svechnikov each had four goals through 17 postseason games entering Thursday. Five teammates had more goals. So having them beat Carter Hart three times for goals was like a long-waited bonus.</p><p>“That hasn’t really happened, and we’re still here,” Brind’Amour said. “So it doesn’t necessarily have to be that way, but they have to have an impact in the game, whether it’s on the scoresheet or doing other things. It certainly makes it a lot smoother if they’re scoring. It takes a lot of pressure off other guys to do that, and I guess that’s what happened tonight.”</p><p>The game was tied 1-1 before second-period goals from Svechnikov and Aho in a six-minute stretch. First there was Svechnikov whippping the puck past Hart on the power play, followed by Aho scoring for the first time in this series and for only the second time in the last 14 games.</p><p>“Getting on the score sheet, he knows he needs to do that,” Brind’Amour said of Aho. “He’s playing all the power plays, getting all that time to cash in. It doesn’t mean you’re not playing well. And he was doing, all playoffs, he’s done, I think, really well. But man, if we can get that out of him, that’s just a big bonus for our team.”</p><p>Svechnikov followed with a second goal for a 4-1 lead, a putaway at the right post off a sharp feed from Nikolaj Ehlers for one of his three assists.</p><p>“We know it’s going to be hard,” Svechnikov said about closing out the series. “That’s the hardest trophy to win, and we just kind of got to play our game and keep the pressure on and hopefully we’re going to keep the momentum.”</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HIIQJFWKBBHU22FREJTKHDY7GE.jpg?auth=6b4f20da533943e1e12ae5d3fcf2391828177fb91a41eb35871d2aa4f3f3f949&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes' Sebastian Aho (20) celebrates after his goal during the second period in Game 5 of the NHL hockey Stanley Cup Final series against the Vegas Golden Knights in Raleigh, N.C., Thursday, June 11, 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/NTR7KUKWX3RKSS4T45THFNP3DE.jpg?auth=4fb6cd014ba5390d979a002ecbec422d1f42b6ed448ced09e6793904a5c838bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes' Andrei Svechnikov (37) celebrates after his goal during the third period in Game 5 of the NHL hockey Stanley Cup Final series against the Vegas Golden Knights in Raleigh, N.C., Thursday, June 11, 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/74SX727J3GNZRO3CGCWUAZ5IF4.jpg?auth=e6df43ca87206eed630a6b75a537cc8d61ceaf7a6daec81ec40a7fe0ead71a49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes' Andrei Svechnikov celebrates his goal during the second period in Game 5 of the NHL hockey Stanley Cup Final series against the Vegas Golden Knights in Raleigh, N.C., Thursday, June 11, 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[US OPEN '26: Scottie Scheffler trying to make history and Shinnecock tries to avoid recent history]]></title><link>https://www.local10.com/sports/2026/06/12/us-open-26-scottie-scheffler-trying-to-make-history-and-shinnecock-tries-to-avoid-recent-history/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/us-open-26-scottie-scheffler-trying-to-make-history-and-shinnecock-tries-to-avoid-recent-history/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[So much history is involved when the U.S. Open returns to Shinnecock Hills, the only golf club to host this major championship in three centuries.]]></description><pubDate>Fri, 12 Jun 2026 13:19:38 +0000</pubDate><content:encoded><![CDATA[<p>So much history is involved when the U.S. Open returns to Shinnecock Hills, the only golf club to host this major championship in three centuries.</p><p>Scottie Scheffler will try to take his place in history when the No. 1 player goes after the final leg of the career Grand Slam. Should he win, he would be the seventh player to win all four majors and join Tiger Woods as the only players since 1960 — the modern era of the slam — to get it done on his first try.</p><p>That ordinarily would be the sole focus of the 126th U.S. Open, to be played June 18-21, except for the recent history at Shinnecock Hills.</p><p>It has not been smooth sailing off the Great Peconic Bay on Long Island.</p><p>“It's hard when you run one tournament a year — and you run it on a different golf course every year — to get it just right,” Scheffler said. “And you're trying to make it hard. I think in the U.S. Open, they push the boundaries. If they're going to continue to push the boundaries, eventually they'll screw up and then they'll dial it back.”</p><p>The 2004 U.S. Open already was brutally tough when the USGA failed to account for the strength of the warm wind. The par-3 seventh, with its Redan green, became so impossible to hold that officials had to douse it with water between groups on the final day. No one broke par, and the average score was 78.73.</p><p>Among the blistering comments came this from Jerry Kelly: “I think they’re ruining the game. They’re ruining the tournament. This isn’t golf.”</p><p>When the U.S. Open returned to this New York gem in 2018, the greens were so glassy from sun and wind the last 45 players on the tee sheet Saturday failed to break par. Phil Mickelson staged a bizarre protest by swatting a moving ball on the 13th green. Brooks Koepka saved the week by becoming the first repeat champion in 29 years.</p><p>So a return to the fabled course evokes one thought: What will go wrong this time?</p><p>“Hopefully, they get the balance right of all the different challenges, and it’s not contrived,” Adam Scott said. “These great tracks, they’ve gotten into trouble when they’ve been manipulated.”</p><p>Wider fairways planned for this year</p><p>John Bodenhamer, the USGA's chief competitions officer, was asked to take a hard look after 2018 to see what went wrong and why. The short answer was greens not properly hydrated.</p><p>The real answer comes over four days at Shinnecock Hills, the sixth time for it to host the U.S. Open, never under this much scrutiny. The early scouting report from Scheffler and Rory McIlroy was wider fairways than they are used to seeing at a U.S. Open. That wasn't a mirage.</p><p>Bodenhamer said the USGA wanted to present a course the way William Flynn designed it in 1931 when he was brought into reshape a course that first opened in 1891, the oldest golf club in America still in the same location.</p><p>That means an average fairway width of 48 yards, compared with 42 yards in 2018 and 32 yards wide last year at Oakmont. He anticipates slower green speeds to account for so many putting surfaces perched on a hill and exposed to the wind.</p><p>“The way we're thinking about this year is to let Shinnecock be Shinnecock,” Bodenhamer said.</p><p>That should be enough. In the five U.S. Opens at Shinnecock Hills, three players have finished the tournament under par — Raymond Floyd in 1986, Retief Goosen and runner-up Mickelson in 2004.</p><p>McIlroy said the green speeds were just over 11 on the Stimpmeter — slightly under the target speed the USGA has in mind — and the Masters champion doesn't thing they need to be much fasters.</p><p>“If they can keep them at that green speed, they can get them firm, and they can use the hole locations that they want to use without having some of the struggles that they have had the last couple of U.S. Opens,” McIlroy said. “If it's set up the right way, I think it's one of the best championship tests in the country. It's an amazing golf course.”</p><p>Scheffler goes for the career Grand Slam</p><p>McIlroy became the most recent player with the career Grand Slam by winning the Masters in 2025. At the time, Scheffler had two green jackets but only one leg of the career slam. And then he steamrolled the competition at the PGA Championship and British Open.</p><p>“Fixed that,” Scheffler said with a laugh at the start of the year.</p><p>Now he's on the cusp of the most elite club in golf. McIlroy had to wait 11 years to get the final leg. Jack Nicklaus (1966 British Open) and Gary Player (1965 U.S. Open) each waited three years for their final pieces. Scheffler is the betting favorite, even though he hasn't won in five months.</p><p>He was runner-up in 2022 at The Country Club, his best chance. He was in the mix at Los Angeles in 2023 and on the fringe of contention at Torrey Pines.</p><p>“I like the challenge of playing a really hard golf course against a really good field,” he said.</p><p>Adam Scott playing his 100th straight major</p><p>Scott is among three players — potentially four depending on alternates — who is playing a third time at Shinnecock Hills, though he has yet to make the cut there.</p><p>He still has cause of celebration. Scott is playing in his 100th consecutive major, dating to the 2001 British Open, the second-longest streak behind Nicklaus and his incomparable run of 146 in a row.</p><p>“It's crazy," said Jordan Spieth, next in line at 52 in a row. “It's not only playing at a high level, it's take care of yourself the right way. Almost every single person you think of that could have reached 100 missed it because of injury.”</p><p>The toughest test</p><p>Players were due to start arriving around the weekend to prepare a major with a reputation as being the toughest test in golf. For Shinnecock, the test starts with wind on a course that more closely resembles a Scottish links than any other in America.</p><p>Flynn created a series of triangles — holes that run in that shape so players are forced to cope with different wind direction no matter which way it's blowing.</p><p>And for the players, the test can be what goes on between the ears. Nicklaus once said he could rule out most players having a chance when he hears them complain. And there's been a lot of complaining the last two times at Shinnecock Hills.</p><p>“Your acceptance meter, you've got to add some at the top end,” Xander Schauffele said. “If it's 100, you need to make it 150 because 100 is not enough. It might be the second or third hole of the day and you might have already had four bad breaks. It's really penalized. It's the most tired I am of the four majors.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PVYYZL5FIZS5H6Q5EWCWB62GB4.jpg?auth=ee3ee750981f40c6842c470d3b5c09fd552eddaf6477bc4a57fe9006b6570a0a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Open Golf Championship trophy is displayed in front of the clubhouse at Shinnecock Hills Golf Club in Southampton, N.Y., Sept. 15, 2025. (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/37ZVPRHGHGMBSENXZEFXNK2ZJY.jpg?auth=cd8ba065a2f1d6594ed0c35ad7dcd590c590f4fd3414bd7d97949322e0e14720&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The clubhouse is seen at Shinnecock Hills Golf Club in Southampton, N.Y., Monday, Sept. 15, 2025. (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/YNQY6RV73HZ2GKKKIC3AZ3EXE4.jpg?auth=40887def6ca856028beba87cdfbf4a2816bf6cb68052a2394ee3e894fc61185e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler watches his tee shot from the fifth tee during the first round of the Memorial golf tournament in Dublin, Ohio, Thursday, June 4, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T7UFU3VFWND3ODT3VXEUZ3IKBE.jpg?auth=3b9f58992fc5e82f616f7723c3e1b36aa011c88380c104e01f170e265b573886&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Golfers tee off the first hole at Shinnecock Hills Golf Club in Southampton, N.Y., Sept. 15, 2025. (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/JEM4CJSIHV2USH76YKK2HOKDVM.jpg?auth=0ee9771060679696e34b4d51213ddcf224647202eca125c6c3316e8a5bca2585&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Phil Mickelson walks around his putt on 17 during the final round of the U.S. Open golf tournament at Shinnecock Hills Golf Club on June 20, 2004, in Southampton, N.Y. (AP Photo/David Duprey, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Duprey</media:credit></media:content></item><item><title><![CDATA[US stocks drift as oil falls and Wall Street waits for SpaceX's debut]]></title><link>https://www.local10.com/business/2026/06/12/us-stocks-drift-as-oil-falls-and-wall-street-waits-for-spacexs-debut/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/12/us-stocks-drift-as-oil-falls-and-wall-street-waits-for-spacexs-debut/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — U.S. stocks are drifting Friday after oil prices fell again and as Wall Street waits for the highly anticipated debut of SpaceX coming later in the day. It’s the first of three gargantuan companies in the artificial-intelligence industry expected to start selling their shares on the U.S. market, and it could show how hungry investors still are for AI stocks following vicious swings and big doubts for them over the last week.]]></description><pubDate>Fri, 12 Jun 2026 14:13:01 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — U.S. stocks are drifting Friday after oil prices fell again and as Wall Street waits for the highly anticipated debut of SpaceX coming later in the day. It’s the first of three gargantuan companies in the artificial-intelligence industry expected to start selling their shares on the U.S. market, and it could show how hungry investors still are for AI stocks following vicious swings and big doubts for them over the last week.</p><p>The S&P 500 rose 0.1%. The Dow Jones Industrial Average was up 166 points, or 0.3%, as of 10:05 a.m. Eastern time, and the Nasdaq composite was 0.3% lower.</p><p>Stocks got a lift from a 0.9% dip for the price of Brent crude oil to $89.53 per barrel, deepening its loss for the week. Oil prices have come down since President Donald Trump on Thursday called off his threat to launch strikes on Iran and said a potential deal with Iran may be imminent.</p><p>A deal to end the war could reopen the Strait of Hormuz and allow oil tankers to once again deliver crude from the Persian Gulf to customers worldwide. Its near closure since the war began has sent the price of Brent up from roughly $70 per barrel and caused a wave of painful inflation for the world.</p><p>Of course, financial markets have rallied in the past on hopes that an end to the war with Iran was near, only to get disappointed each time.</p><p>The bigger factor for Wall Street over the last week has actually been AI stocks, and how they have gone from roaring to records to suddenly turning lower. The concern is whether such stocks shot too high, too fast because of AI mania, and their careening moves have sometimes reversed direction by the hour.</p><p>Several headed back down the roller coaster Friday following a climb on Thursday. Broadcom's drop of 1% was one of the heavier weights on the S&P 500.</p><p>Some of the pressure on AI stocks may be coming from investors pulling their money out in hopes of moving it to SpaceX and other big AI-related initial public offerings.</p><p>SpaceX’s stock is set to begin trading on the Nasdaq later in the day for the first time. Elon Musk’s rocket company also has big investments in AI, part of the reason it has built up $29.1 billion in debt, as of the end of March.</p><p>If SpaceX shares hold at their offering price, the company’s market value would be $1.77 trillion. That would put it close to Broadcom and Meta Platforms, the sixth and seventh most valuable companies on Wall Street.</p><p>Elsewhere on Wall Street, Adobe dropped 7.6% despite reporting stronger profit and revenue for the latest quarter than analysts expected.</p><p>Its stock has lost 42% so far this year, and it announced its chief financial officer is leaving the company on Monday. Adobe is already looking for a CEO to replace Shantanu Narayen, who announced in March that he is stepping aside after 18 years as Adobe’s leader.</p><p>In the bond market, Treasury yields rose to regain some of their sharp slides the day before, when oil prices dropped following Trump’s announcement. The yield on the 10-year Treasury climbed to 4.49% from 4.45% late Thursday.</p><p>High yields can slow entire economies  and undercut prices for all kinds of investments, including stocks and cryptocurrencies. They hit investments seen as the most expensive in particular, and some critics are calling the AI industry a bubble where investment inflated too far.</p><p>Yields got a boost after a report suggested sentiment among U.S. consumers is not as bad as economists feared. The preliminary survey from the University of Michigan said sentiment improved by more than expected. U.S. consumers said they were feeling some relief after gasoline prices eased a bit early in the month.</p><p>In stock markets abroad, indexes rallied as they caught up to Thursday’s big gains on Wall Street.</p><p>South Korea’s Kospi jumped 4.6% and trimmed its losses from earlier this month taken because of sell-offs for AI-related stocks. The Kospi has nearly doubled since the start of the year.</p><p>Tokyo’s Nikkei 225 rose 2.8%, and France’s CAC 40 climbed 1.3% for two of the world’s bigger moves.</p><p>___</p><p>AP Business Writers Chan Ho-him and Matt Ott contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NKPQYX2RDA7L3WB2TRAQ4TZJHY.jpg?auth=9181aa8605bdfd0fa950f199e19ae5edf36d2ec6ac5e4980c4f297c7a789dc80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Traders Edward Curran, left, and Fred Demarco 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></item><item><title><![CDATA[Macron once had a knack for managing Trump. The G7 may test it]]></title><link>https://www.local10.com/news/politics/2026/06/12/tensions-between-trump-and-macron-could-be-on-full-display-at-next-weeks-g7-summit-in-france/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/12/tensions-between-trump-and-macron-could-be-on-full-display-at-next-weeks-g7-summit-in-france/</guid><dc:creator><![CDATA[By DARLENE SUPERVILLE and SYLVIE CORBET, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The relationship between U.S. President Donald Trump and French President Emmanuel Macron started simply enough, with a handshake, nearly a decade ago.]]></description><pubDate>Fri, 12 Jun 2026 13:52:52 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The relationship between U.S. President Donald Trump and French President Emmanuel Macron started simply enough, with a handshake, nearly a decade ago.</p><p>But even then, there were signs of strain in their relationship — tensions that could be on full display during next week’s G7 summit in France.</p><p>Back in 2017, Trump was a brash businessman just elected to America's most powerful office, and Macron was an upstart politician who had won his race in a landslide. At a NATO summit in Brussels, they clinched hands far longer than most people do when they meet for the first time. Neither seemed to want to be the first to break a grip so tight that it exposed white knuckles.</p><p>Nevertheless, a friendship was born. And early on, Macron seemed to be the one European leader with a knack for managing his mercurial, three-decades-older counterpart.</p><p>Macron invited the Republican president to join him for Bastille Day celebrations in July 2017, including an Eiffel Tower dinner date with their wives. Trump reciprocated by making Macron the guest of honor the following year at his first White House state dinner, the highest diplomatic honor the United States can extend to an ally.</p><p>But by the end of Trump's first term, the bromance had faded. And in his second term, the leaders now openly trade barbs, disagreeing over tariffs, Ukraine and the Iran war. That dynamic will be scrutinized next week when Trump and the leaders of Britain, Canada, Germany, Italy and Japan join Macron in the French lakeside resort of Evian-les-Bains for the G7 summit.</p><p>Trump's long-simmering frustrations with US allies could be on display</p><p>There could be awkward moments between Trump and Macron, as well as among Trump and the other G7 leaders he's criticized for not joining him in Iran.</p><p>“But I also think European leaders are quite professionals when it comes to politics, and in some ways diplomacy at this point, and will maybe see it as an opportunity as well,” Max Bergmann, director of the Europe, Russia, and Eurasia Program at the Center for Strategic and International Studies, said in an interview.</p><p>Kurt Volker, a former U.S. ambassador to NATO, said the Trump-Macron relationship has been further complicated by the Iran war and Trump's complaints “that Europeans weren't helping, when they hadn't been consulted, and their interests are very much affected by this.”</p><p>“I think that was a negative for Macron,” Volker said.</p><p>Trump joined Israel in a war against Iran over its nuclear program back in February without consulting other U.S. allies. He then complained publicly when European countries spurned his requests for their help.</p><p>Waning support for Ukraine in its war against Russia from the Trump administration “has really irritated the French,” Volker said. “They feel this is important and we're not paying attention to it.” Macron invited Ukrainian President Volodymyr Zelenskyy to join the leaders’ discussions on Tuesday.</p><p>Macron is the G7 member who has dealt with Trump the longest</p><p>In Trump's first term, Macron appeared confident that he could persuade and influence the U.S. leader, but the relationship increasingly has come to be defined by their disagreements.</p><p>Macron now says he is “careful” about Trump's statements, suggesting he no longer takes them at face value. Their relationship remains cordial as each calls the other “my friend.” But the relationship has also experienced some ups and downs.</p><p>As president-elect, Trump attended the reopening of Notre Dame Cathedral in Paris in late 2024 at Macron's invitation. After Trump began his second term in 2025, Macron was an early Oval Office visitor. The president wrote on social media that he was “delighted” to welcome Macron back to the White House and said the relationship with France has been “very special.”</p><p>But at one point during the meeting, the French president publicly corrected Trump after he wrongly suggested that Europe would recover the money it had provided to support Ukraine. With a smile, Macron touched Trump's forearm and replied, “We provided real money.”</p><p>Macron also condemned as “brutal and unfounded” new tariffs that Trump slapped on steel, aluminum and a broader range of European imports in early 2025.</p><p>But there have also been some lighter moments mixed with the tensions.</p><p>A documentary aired last year on French television showed Macron telling Trump during a phone call that Zelenskyy had agreed to a U.S.-backed ceasefire proposal. Trump replied, “You’re the greatest.”</p><p>Macron has often said he can reach Trump directly whenever he needs to — and proved his point during last year’s U.N. General Assembly session in New York. After police officers blocked the French leader from crossing a street because traffic had been halted for Trump’s motorcade, Macron whipped out his cellphone and dialed the U.S. president.</p><p>“How are you?” Macron said. “Guess what? I’m waiting in the street because everything is frozen for you!”</p><p>‘This is not a show,’ Macron has said about Trump's NATO ambiguity</p><p>Macron has argued that Trump’s “America first” policies bolstered his case for a stronger European defense capability that would lessen reliance on the United States.</p><p>In April of this year, as Trump sent mixed signals about Washington's commitment to NATO after the start of the war in Iran, Macron delivered some of his sharpest criticism of the U.S. president.</p><p>“There is too much talk, and it's going in all directions,” Macron said. “We all need stability, calm and a return to peace. This is not a show.”</p><p>“You have to be serious, and when you want to be serious, you don't say the opposite every day of what you said the day before,” he said.</p><p>Trump, while mimicking a French accent, recently has taken to reenacting a conversation he says he had with Macron over drug prices and tariffs. Trump also poked Macron by telling a private luncheon in April that his wife, Brigitte Macron, treats her husband badly. The comments were in a video the White House had posted on its YouTube channel before blocking access.</p><p>Macron didn't see any humor in Trump's comments. “The remarks I heard were neither elegant nor appropriate,” he said. “They do not deserve a response.”</p><p>Still, Macron has tried to accommodate Trump's schedule to ensure his presence at the summit in Evian-les-Bains, knowing that he has a record of leaving such gatherings early.</p><p>Macron originally had set Sunday, which is Trump's 80th birthday, as the opening day of the summit, but he pushed the start back a day because Trump is celebrating the occasion with a UFC show staged on the White House grounds.</p><p>___</p><p>Corbet reported from Paris.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JDKNQXOW4IGIF5X7V2K7PBLGAY.jpg?auth=cdf5fcf86f1ec2fae2af412f628686a24479cd73a06ee398ffcc42188bdd7cdd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump, right, meets with France's President Emmanuel Macron in the Oval Office of the White House in Washington, Feb. 24, 2025. (Ludovic Marin/Pool via AP, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Ludovic Marin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SDIAURXTJSG36UOK2P3IVK7FLY.jpg?auth=83526e91c859c96ad8780e3a1ba196b44c2d960456a64e3a76792ec31096cb7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this Aug. 26, 2019, file photo, French President Emmanuel Macron and U.S President Donald Trump shake hands during the final press conference during the G7 summit in Biarritz, southwestern France. (AP Photo/Francois Mori, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Francois Mori</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ALE7IGDGBPNXNVV2ZAK5CUMRYM.jpg?auth=23980f10b178370c4aed725319f90ad420a4b584d1731417996e50eb398aaad1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump shakes hands with French President Emmanuel Macron during a meeting at the U.S. Embassy, May 25, 2017, in Brussels. (AP Photo/Evan Vucci, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OTRSMNW5JYRFPET4UVE45XK25I.jpg?auth=d5000bd1036ed03ce3342b070352c7a9f8e314871c4cab80b32eb08a924a4f3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this July 13, 2017 file photo, President Donald Trump, first lady Melania Trump, French President Emmanuel Macron, right, and his wife Brigitte Macron, left, sit for dinner at the Jules Verne Restaurant at the Eiffel Tower in Paris. (AP Photo/Carolyn Kaster, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BDEYJH7TBTNWMYAIJXJ3A2WOFM.jpg?auth=84f053738f119eb2c4683113e1c6f875f34b7ce1ed896dee6676b6d0f135a2cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - From left, first lady Melania Trump, President Donald Trump, French President Emmanuel Macron, and his wife Brigitte Macron, pose for a photo during a visit and private dinner at George Washington's Mount Vernon estate in Mount Vernon, Va., April 23, 2018. (AP Photo/Susan Walsh, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Walsh</media:credit></media:content></item><item><title><![CDATA[Hwang In-beom sparks South Korea’s 2-1 comeback win over the Czech Republic at the World Cup]]></title><link>https://www.local10.com/sports/2026/06/12/hwang-in-beom-sparks-south-koreas-2-1-comeback-win-over-the-czech-republic-at-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/hwang-in-beom-sparks-south-koreas-2-1-comeback-win-over-the-czech-republic-at-the-world-cup/</guid><dc:creator><![CDATA[By TALES AZZONI, Associated Press]]></dc:creator><description><![CDATA[GUADALAJARA, Mexico (AP) — Hwang In-beom scored a goal and set up another as South Korea rallied to defeat the Czech Republic 2-1 in the second match of the 2026 World Cup on Thursday night.]]></description><pubDate>Fri, 12 Jun 2026 04:57:47 +0000</pubDate><content:encoded><![CDATA[<p>GUADALAJARA, Mexico (AP) — Hwang In-beom scored a goal and set up another as South Korea rallied to defeat the Czech Republic 2-1 in the second match of the 2026 World Cup on Thursday night.</p><p>After a lackluster first half in which both teams were jeered as they left the field, the Czech Republic took the lead in the 59th minute on a header by captain Ladislav Krejci after a long throw-in into the penalty area.</p><p>South Korea equalized in the 67th, when Hwang scored after faking a shot with a nifty move to clear two Czech players. The midfielder who plays for Dutch club Feyenoord then made the cross from the right flank for Oh Hyeon-gyu's decisive strike in the 80th in a match played in front of hundreds of empty seats at Guadalajara Stadium.</p><p>The South Korean squad celebrated with its fans behind one of the goals after the final whistle. Players later posed for a photo with the fans behind them.</p><p>“It was our first game and a very difficult one,” South Korea coach Hong Myung-bo said. “The win itself makes me happy, but what’s even more positive is that our boys won by not giving up. I knew that we were more than capable of winning, so at 1-1, I told the boys to keep playing the way we’ve been playing.”</p><p>It was South Korea's first opening World Cup win since it beat Greece in 2010 in South Africa. South Korea beat European opponent in the tournament for a third straight time, following wins over Portugal in 2022 and Germany in 2018.</p><p>Let by star forward Son Heung-min, South Korea controlled possession and outshot the Czechs, who were making their first World Cup appearance since 2006. The Koreans, ranked 25th by FIFA, had most of the significant scoring chances against the 38th-ranked Czechs but failed to capitalize early.</p><p>Son was looking to become South Korea’s top goal scorer at the World Cup and the Asian player with the most goals in the tournament. The 33-year-old former Tottenham star, who now plays for Los Angeles FC of Major League Soccer, entered Thursday having scored three goals over three prior World Cups.</p><p>Appearing in his fourth World Cup, Son had a couple of good opportunities to add to his tally but missed wide in the first half and had a close-range shot saved in the second.</p><p>The Czechs thought they had retaken the lead with another set piece in the 77th, but Tomas Soucek was ruled offside on his header.</p><p>Czech Republic coach Miroslav Koubek said “probably the better team won.” But he said his team could have had a better outcome if it weren’t for “some mistakes.”</p><p>“We played very well, it could have been a draw and we could have won as well,” Koubek said.</p><p>The announced attendance was 44,985 at the 45,664-capacity Guadalajara Stadium, a crowd that included FIFA President Gianni Infantino. Sections in the middle of the stands had many unoccupied seats and there were other empty seats scattered across the stadium.</p><p>South Korea is making its 11th straight World Cup appearance and 12th overall, the most of any Asian country. Its best result was a fourth-place finish at the tournament it co-hosted with Japan in 2002. Since then, the South Koreans have never gone beyond the round of 16.</p><p>In the other Group A match on Thursday, co-host Mexico defeated South Africa 2-0 in the tournament opener in Mexico City.</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/QUBZFCG42RCTMUAHLWBQOVSEAQ.jpg?auth=e16da8b1ab329985826dbe927917a0479fadf9f97786a570a0b94c4add8761d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korea's Hwang In-beom, right, shoots and scores a goal against Czechia goalkeeper Matej Kovar during the World Cup Group A soccer match between South Korea and Czechia in Zapopan, near Guadalajara, Mexico, Thursday, June 11, 2026. (AP Photo/Moises Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XP3SDRCGRPAX2N56ACAQ3KEQLQ.jpg?auth=c88975eb7dff58274a8671fb4dc820bb9c119ad05dd3c87f3dbef891ab67ed2c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korea's Hwang In-beom gestures to the crowd as he is substituted during the World Cup Group A soccer match between South Korea and Czechia in Zapopan, near Guadalajara, Mexico, Thursday, June 11, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/64ZOV6ZG7MY7JI2OZWHYVREAWA.jpg?auth=9ecf256d2d8aee87bb96ca2a001619a1592d014db48ab2e54da4f660696f9e05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Czechia's Ladislav Krejci reacts after scoring against South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 11, 2026. (AP Photo/Dolores Ochoa)]]></media:description><media:credit role="author" scheme="urn:ebu">Dolores Ochoa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ML6QOWFMQXG2DMA7W5HJONM3V4.jpg?auth=692705230fcd15f2875656874d4658d09788bdadb6e2b574b88c386179b1eaf8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korea players celebrate after the World Cup Group A soccer match between South Korea and Czechia in Zapopan, near Guadalajara, Mexico, Thursday, June 11, 2026. (AP Photo/Moises Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4V2JDKCGHQWHRMCUL3OTLFGIR4.jpg?auth=b2d7b1d1685939c6bb768689bc2565cce4478fb0b2fcd3f5fe78e82d09c2b574&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans look on during the World Cup Group A soccer match between South Korea and Czechia in Zapopan, near Guadalajara, Mexico, Thursday, June 11, 2026. (AP Photo/Moises Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content></item><item><title><![CDATA[Trump is raising expectations that this time he really will close deal with Iran to wind down war]]></title><link>https://www.local10.com/news/politics/2026/06/12/trump-is-raising-expectations-that-this-time-he-really-will-close-deal-with-iran-to-wind-down-war/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/12/trump-is-raising-expectations-that-this-time-he-really-will-close-deal-with-iran-to-wind-down-war/</guid><dc:creator><![CDATA[By AAMER MADHANI, FARNOUSH AMIRI and LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump has long been looking for this weekend to be a big one for his presidency.]]></description><pubDate>Fri, 12 Jun 2026 04:05:16 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump has long been looking for this weekend to be a big one for his presidency.</p><p>The World Cup returns to the U.S. on Friday for the first time in 32 years after Trump threw himself into winning the bid to co-host the soccer tourney during his first term. He’ll be feted Sunday, his 80th birthday, during a UFC fight night that’s expected to draw thousands to the White House grounds. Hours after the final bout, he’s scheduled to jet off to the G7 summit in the French Alps for talks with several world leaders he’s been beefing with over war and tariffs.</p><p>But Trump set expectations even higher for the coming days when he announced Thursday that the U.S. and Iran could come to terms this weekend on an agreement that would set the pathway to end the three-month-old war that's been broadly unpopular with Americans and has rattled global oil markets. He said he plans to dispatch Vice President JD Vance to the signing of the agreement.</p><p>Trump has said on several occasions in recent weeks that he's on the cusp of a deal without anything coming to fruition. A spokesperson for Iran’s Foreign Ministry told state television following Trump's comments that mediators were active but nothing had been finalized to end the conflict.</p><p>Still, Trump is claiming this time might be different.</p><p>The breakthrough comes after he threatened to escalate the conflict with more intense bombardment of Iran and by seizing control of Iran’s oil industry, including capturing Iran's vital Kharg Island oil facility. The president's threats followed back-and-forth strikes this week that had rendered a temporary ceasefire agreed to in early April all but meaningless.</p><p>“They’ve taken a pounding like very few people could take," Trump said in an Oval Office exchange with reporters as he explained why he was confident that, this time, a deal would come through. "And they want to make the deal a lot more than I do.”</p><p>Trump offered scant details about the settlement he says is taking shape, but told reporters that he believed the Iranian supreme leader, Ayatollah Mojtaba Khamenei, who is believed to have been wounded on the first day of the war and has not been seen in public since, is ready to sign off on the deal.</p><p>Trump is billing the deal as “very strong," though he says it remains “a little conceptual," and says it would ensure Iran is blocked from ever developing a nuclear weapon.</p><p>Trump's heightened threats are aimed at creating an off-ramp</p><p>With the conflict intensifying over the past week, Trump’s threat to escalate U.S. military action seemed in part aimed at demonstrating to the hawkish flank of his political base that he was willing to play “hardball” with the Iranians if they didn't come to a deal soon, said Ali Vaez, Iran director at the International Crisis Group.</p><p>Trump in March warned he would target Iran’s infrastructure and put American troops on Kharg Island before he ultimately backed down, and the two countries agreed to the temporary ceasefire.</p><p>Almost immediately after raising the idea again on social media Thursday, Trump appeared to back away. He called into a morning show on Fox News Channel and questioned whether Americans had the “stomach" for an option that would require putting U.S. troops in harm's way.</p><p>Hours later, Trump announced he had decided to cancel orders for “very hard” strikes on Iran and said a deal was close.</p><p>Vaez said even as Trump was posting on social media Thursday about escalating strikes, mediators from Pakistan, Turkey and Qatar had been making progress in their talks with Iran.</p><p>At the same time, Iran also may have reset the equation for Trump with its decision last weekend to attack Israel directly for the first time since the ceasefire after Israeli forces carried out military strikes on Iranian-backed Hezbollah militants in Lebanon.</p><p>With the move, Iran signaled that Israel could no longer bomb Lebanon without facing a meaningful reaction and in the process also raised the cost for the U.S. to follow through on its commitment to help safeguard Israel.</p><p>“It really does appear to me that Trump wants to bring this to an end, but his real challenge is that he’s looking for a victory lap and an exit ramp and those two things are not necessarily compatible,” Vaez said.</p><p>Trump expresses frustration with war narrative</p><p>Trump has been boasting since the early weeks of the conflict that he'd already won the war — much of the Islamic Republic's leadership has been killed in the bombings and the Iranian navy and air force have been severely degraded.</p><p>But Iran continues to effectively keep the Strait of Hormuz closed, choking a waterway through which about 20% of the world's oil supply passed before the war, and has yet to agree to restart negotiations with the U.S. over its concerns about Iran's nuclear program, the main reason Trump and Israeli Prime Minister Benjamin Netanyahu gave to justify launching the war.</p><p>But the real problem, Trump grumbled Thursday, was largely a public relations issue.</p><p>"They could wave the white flag of surrender. They could say: ‘We surrender, we surrender, we’re finished, we’ve had it. The United States is the greatest power, praise be to Allah,’" Trump said on Fox News. “They could say it loud and clear. And the fake news would say it was a great victory for Iran.”</p><p>Rep. Michael McCaul, R-Texas, a former chairman of the House Foreign Affairs Committee, said Trump has grown impatient with Iran and the renewed strikes and threats on Kharg Island and Iran's energy sector were intended to get the negotiations back to the “right place.”</p><p>Polls show that the conflict is largely unpopular with Americans. McCaul said he believes the Iranians want to “try to drag this out as long as they can,” closer to the midterm elections in November, because they see that as being to their benefit.</p><p>War will be high on agenda at next week's G7</p><p>Deal or no deal, the war will loom large during next week's talks at the Group of Seven summit in bucolic Évian-les-Bains, France.</p><p>Trump has frequently criticized some of the group leaders — British Prime Minister Keir Starmer, French President Emmanuel Macron, Italian Prime Minister Giorgia Meloni and German Chancellor Friedrich Merz — for resisting his calls to aid the U.S. and Israeli war effort.</p><p>The four leaders have also angered Trump by criticizing how he's gone about executing the war and his lack of consultation with allies before jumping into a conflict that's hurt the global economy as oil prices have surged.</p><p>But Trump said he is optimistic he could have an agreement before his talks with leaders in France.</p><p>“The strait will officially open as soon as we sign, which could be soon, very soon — maybe over the weekend in Europe,” Trump said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DTBVRHOEXCK5D2NNGHNQWX6BLY.jpg?auth=ff911ee953a5137ac1d56c35f522678ed96f92f2548b8535e2079ad3c7259aff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Commerce Secretary Howard Lutnick speaks before President Donald Trump, in foreground, signs a proclamation about the fishing industry, in the Oval Office of the White House, Thursday, June 11, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/44SRKH762PHW3EIEMRXTJHNH2A.jpg?auth=76fdf081dc8c358016eb103f96ef11fa0692ea3abc9622cecb08d326fc21956f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump is pictured during an event where he signs a proclamation about the fishing industry, in the Oval Office of the White House, Thursday, June 11, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Attorneys for the man accused of killing Charlie Kirk want prosecutors punished over bullet comments]]></title><link>https://www.local10.com/news/national/2026/06/12/attorneys-for-the-man-accused-of-killing-charlie-kirk-want-prosecutors-punished-over-bullet-comments/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/12/attorneys-for-the-man-accused-of-killing-charlie-kirk-want-prosecutors-punished-over-bullet-comments/</guid><dc:creator><![CDATA[By HANNAH SCHOENBAUM and MATTHEW BROWN, Associated Press]]></dc:creator><description><![CDATA[The man accused of killing Charlie Kirk is due back in court Friday as his attorneys seek to hold prosecutors in contempt for comments they made in the media about a bullet fragment recovered from Kirk's body.]]></description><pubDate>Fri, 12 Jun 2026 04:02:30 +0000</pubDate><content:encoded><![CDATA[<p>The man accused of killing Charlie Kirk is due back in court Friday as his attorneys seek to hold prosecutors in contempt for comments they made in the media about a bullet fragment recovered from Kirk's body.</p><p>Defense attorneys for Tyler Robinson have accused prosecutors of going on a “media tour” to discuss expert reports about the bullet. The defense claims those statements violated restrictions imposed by Judge Tony Graf against speaking about the case outside of court.</p><p>But prosecutors said they had a right to correct misinformation from Robinson's attorneys about an inconclusive, preliminary finding by ballistics experts, who could not immediately match the bullet fragments with a gun allegedly used by Robinson. Details about the preliminary finding spurred stories speculating about Robinson’s possible exoneration.</p><p>“The rules expressly allow lawyers to set the record straight,” Deputy Utah County Attorney Christopher Ballard wrote.</p><p>Robinson’s lawyers have tried to guard against media coverage that they say sometimes misrepresents their client, as his case has drawn tremendous public attention. The 23-year-old from southwestern Utah is charged with aggravated murder in the Sept. 10 assassination of Kirk, cofounder of the conservative Turning Point USA organization, on the Utah Valley University campus.</p><p>Prosecutors intend to seek the death penalty if Robinson is convicted. He has not yet entered a plea.</p><p>Robinson’s attorneys did not specify what sanctions should be levied against prosecutors if Graf agrees they violated his orders and holds them in contempt. But in court filings, the defense team pointed to another criminal case where prosecutors were accused of contempt and said one potential remedy was to bar the state from seeking the death penalty.</p><p>While the judge in that earlier case disagreed that an order barring the death penalty was merited, Robinson’s attorneys noted that, “the court did not conclude that such a remedy was beyond its authority where the facts support it.”</p><p>Graf has said he will issue his decision about the contempt allegation at a later date.</p><p>A key hearing in the case is scheduled for next month, when prosecutors must show they have enough evidence to warrant a trial. That would mark the most significant presentation of evidence to date in the case that has so far focused on matters of media access.</p><p>Robinson’s attorneys have asked Graf to halt the proceedings while they appeal a June 1 order in which the judge declined to bar cameras from the courtroom.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KRCII7X6I4ZZIBC37VZXENKGVM.jpg?auth=da7642e5d4f8c95cfaaca361e9f4ab87d71b9d4d0b0d693574ca51ad48b32f29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tyler Robinson, who is accused of fatally shooting Charlie Kirk, appears during a hearing in Fourth District Court in Provo, Utah, on Dec. 11, 2025. (Rick Egan/The Salt Lake Tribune via AP, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Egan</media:credit></media:content></item><item><title><![CDATA[Can the man behind a giant pro-Trump sign ride the president’s praise to Congress?]]></title><link>https://www.local10.com/news/2026/06/12/can-the-man-behind-a-giant-pro-trump-sign-ride-the-presidents-praise-to-congress/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/12/can-the-man-behind-a-giant-pro-trump-sign-ride-the-presidents-praise-to-congress/</guid><dc:creator><![CDATA[By MICHAEL HILL and ANTHONY IZAGUIRRE, Associated Press]]></dc:creator><description><![CDATA[GLOVERSVILLE, N.Y. (AP) — Republican political candidates routinely highlight their devotion to President Donald Trump. But in upstate New York, Anthony Constantino is taking it to another level.]]></description><pubDate>Fri, 12 Jun 2026 04:01:29 +0000</pubDate><content:encoded><![CDATA[<p>GLOVERSVILLE, N.Y. (AP) — Republican political candidates routinely highlight their devotion to President Donald Trump. But in upstate New York, Anthony Constantino is taking it to another level.</p><p>Constantino, a political newcomer and candidate in the June 23 Republican primary to succeed Rep. Elise Stefanik, boasts a giant “Vote for Trump” sign atop his successful sticker business in the city of Amsterdam. He recorded a hip-hop album titled “Thank you President Trump." He even gifted Trump a big bronze statue of Trump himself last year at his West Palm Beach golf course.</p><p>Constantino's antics have not earned him fans among local party officials, who overwhelmingly support his opponent, state Assembly Member Robert Smullen, in the 21st Congressional District race. But Constantino has won over one powerful Republican who still has the power to sway primaries: Trump.</p><p>“Anthony is strongly supported by many of the most Highly Respected MAGA Warriors in our Movement, including Mayor Rudy Giuliani and Roger Stone!” Trump wrote in an endorsement of Constantino.</p><p>The president added: “The sign is still there!”</p><p>Constantino's battle against Smullen, a former U.S. Marine Corps colonel, is shaping up to be another test of Trump's pull at the ballot box, pitting the brash MAGA disciple against a more traditional conservative in the solid-red district.</p><p>Constantino has relentlessly attacked Smullen, calling him a “Trump hater” and giving him a derisive nickname out of the Trump playbook — “Slimebob.” He also doesn't miss a chance to feud with the state's Republican leadership.</p><p>“The New York GOP is a failing establishment, it’s a losing establishment,” Constantino said in an interview. “They reject outsiders. This happened with Donald Trump. The Republican Party tried to keep Donald Trump out, as well, because they knew he was going to reform things.”</p><p>Smullen has cast himself as the adult in the room, stressing his experience in the state Legislature, his military service, and his own ties to Trump.</p><p>“I think I directly represent the vast majority of the people in this district, their values, what they think about issues,” he said.</p><p>The district is 'not your country club Republican party’</p><p>The largely rural district sprawls across most of New York’s northern tip and includes the Adirondack Mountains, the U.S. Army's Fort Drum, dairy farms and dozens of small cities, towns and villages.</p><p>It's solid GOP territory — Stefanik won her last race by 24 points — with registered Republicans outnumbering Democrats 215,000 to 134,000. Voters there skew older and white, with many prison guards, police officers, farmers and devoutly religious people, according to Jack McGuire, an associate professor of politics at the State University of New York at Potsdam.</p><p>“It’s not your country club Republican party,” he said.</p><p>Stefanik shocked the New York political world when she announced late last year that she was suspending her campaign for governor and would not seek reelection to the House.</p><p>Her decision came after she didn't get full-throated support from Trump in the governor's race, and it followed an episode where Trump withdrew her nomination to be his ambassador to the United Nations over concerns about Republicans' threadbare majority in the House.</p><p>Local Republicans first began angling for the seat after she was tapped to head to the United Nations, only to begin circling again when she launched her run for governor.</p><p>A clash of candidates and styles</p><p>Smullen, who represents parts of the district in the state Assembly, is running a traditional campaign, chatting up voters at volunteer firehouses and community events.</p><p>He highlights a 24-year military career that included three tours of Afghanistan and combat experience, along with his more than seven years in the state Legislature. His 2018 appointment by Trump to serve in the White House Fellows program, along with attending both of Trump's inaugurations, was a go-to line when Constantino moved to cast himself as the Trump candidate during a recent debate.</p><p>“The idea that I have never been a supporter of President Donald Trump is a lie, it really is,” Smullen said during the debate. “And what's happening here is that if you say it long enough and if you say it hard enough then it's going to be true. But it's not true.”</p><p>Local GOP officials and committees are backing Smullen, as is the chair of the state Republicans. He also has the support of the state Conservative Party, which guarantees him a line in the general election even if he loses the GOP primary.</p><p>Matt Capano, who owns a hardware store in Gloversville, a small city in the district, said he knew Smullen as his local state lawmaker and had to “give him a lot of credit” because of his experience.</p><p>Constantino — who found success with his company Sticker Mule — is more of a showman. His style has forced his buttoned-up opponent to let loose. Smullen's campaign launched an anti-Constantino website that excoriates him for, among many other things, his past registration as a Democrat.</p><p>“I am the conservative Republican in this race,” Smullen said at the debate.</p><p>Constantino responded that he registered as a Democrat to vote for a childhood friend who was running for political office while calling himself a “lifelong conservative."</p><p>It didn't take long for him to steer the conversation back toward the president.</p><p>“I've always had his back through the whole thing,” he said of Trump. “In fact, in 2020, when he nicely exited the White House and a terrible person named Joe Biden entered, I went and I supported the president quietly by buying a Mar-a-Lago membership."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C4OPREJCFNQYAIOL6WH7DFXZKU.jpg?auth=359f18477e66bb9a83ae3da297e1423af49b89d9b333c92aa9681a200d20b1cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anthony Constantino, a Republican candidate for Congress, stands next to the large "Vote for Trump" sign on the roof of his printing company, Sticker Mule, in Amsterdam, New York, Thursday, April 16, 2026. (AP Photo/Michael Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VDLJFMVA6PUHFSYWSE56EHYUWM.jpg?auth=820d7852b80ad7bb77dadec641ec73dacf1ee5d20fd5229b13fb3e07b97ca851&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anthony Constantino, a Republican candidate for Congress, stands in front of a "Vote for Trump" sign on the roof of his printing company, Sticker Mule, in Amsterdam, New York, Thursday, April 16, 2026. (AP Photo/Michael Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YWX5DRET2TYXGRD325R3JQB4Z4.jpg?auth=292045f5d6c47f64d74c262e11916916a72ceef1e5067c574ba990825fa7d538&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Assembly member Robert Smullen stands for a photo at the New York Capitol building in Albany, New York, Monday, April 13, 2026. (AP Photo/Michael Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Hill</media:credit></media:content></item><item><title><![CDATA[Man, 21, arrested in connection with hit-and-run that left bicyclist dead in Hialeah ]]></title><link>https://www.local10.com/news/local/2026/06/11/driver-at-large-after-bicyclist-killed-in-hialeah-hit-and-run-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/driver-at-large-after-bicyclist-killed-in-hialeah-hit-and-run-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey, Rosh Lowe]]></dc:creator><description><![CDATA[A 21-year-old man has been arrested in connection with a fatal hit-and-run crash that police say killed a bicyclist in Hialeah early Thursday morning. ]]></description><pubDate>Thu, 11 Jun 2026 16:08:29 +0000</pubDate><content:encoded><![CDATA[<p>A 21-year-old man has been arrested in connection with a fatal hit-and-run crash that police say killed a bicyclist in Hialeah early Thursday morning. </p><p><a href="https://www.local10.com/espanol/2026/06/11/policia-conductor-se-da-a-la-fuga-tras-atropellar-y-matar-a-ciclista-en-hialeah/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/policia-conductor-se-da-a-la-fuga-tras-atropellar-y-matar-a-ciclista-en-hialeah/">Leer en español</a></p><p>Traffic homicide detectives with the Hialeah Police Department confirmed the arrest of Leonel Alejandro Laferte following an investigation into the crash.</p><p>According to police, the collision occurred around 4:11 a.m. near Southeast Fourth Avenue and East Okeechobee Road. </p><p>Investigators said Laferte was driving a dark-colored vehicle when he allegedly struck 37-year-old Kenneth Wembley, who was riding a bicycle, and then continued southeast on East Okeechobee Road without stopping.</p><p>Wembley died from his injuries, authorities said. </p><p>Police previously confirmed that Laferte’s vehicle was believed to have noticeable front-end damage and was missing its passenger-side mirror.</p><p>Lt. Eddie Rodriguez, a HPD spokesman, said Laferte is facing one count each of leaving the scene of a crash involving death and driving while his license was suspended. </p><p>Police said no additional information was being released as the case moves forward for prosecution.</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/N2NW6XQY5BDLXEJBU36QSZCNPU.png?auth=226f32b1a030e13530cd43dcd5ab3351992c08dbbd3c61c8af96a1cdc12b2048&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Pushed to brink, Vegas may have lost William Karlsson for the Stanley Cup Final]]></title><link>https://www.local10.com/sports/2026/06/11/pushed-to-brink-vegas-may-have-lost-william-karlsson-for-the-stanley-cup-final/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/pushed-to-brink-vegas-may-have-lost-william-karlsson-for-the-stanley-cup-final/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[RALEIGH, N.C. (AP) — William Karlsson left the ice, and the Vegas Golden Knights' night went south. He may not be back to help them recover.]]></description><pubDate>Fri, 12 Jun 2026 04:15:18 +0000</pubDate><content:encoded><![CDATA[<p>RALEIGH, N.C. (AP) — William Karlsson left the ice, and the Vegas Golden Knights' night went south. He may not be back to help them recover.</p><p>With Karlsson knocked out of Game 5 of the Stanley Cup Final because of injury, the Golden Knights took four penalties that turned into two power-play goals against. Carter Hart allowed four goals for a fifth consecutive game in the series, and now his team is on the brink of elimination after losing 4-2 to Carolina on Thursday night.</p><p>“When we lose Bill, it kind of screws things up," coach John Tortorella said. “We lost momentum when we went back to back in penalties. It was about the same time that we lost Bill. We’ve got to find a way.”</p><p>Karlsson appeared to injure his left arm or shoulder after getting knocked into the boards by Hurricanes defenseman Sean Walker a little over eight minutes into the second period. He got medical attention on the bench briefly, skated off and never returned and Tortorella foreshadowed that being the end of Karlsson's series.</p><p>“He’s not going to be with us, probably,” Tortorella said. "We’ve got to find a way to fill that void, not with just one guy but as a team.”</p><p>Karlsson making his playoff debut at the start of the second round changed everything for Vegas, shifting Mitch Marner to the wing and providing the kind of strong, reliable center depth needed to win this time of year. Karlsson had nine points in 14 games after missing the previous six months because of an undisclosed injury.</p><p>But the void left by Karlsson’s departure was all too clear, especially on the penalty kill. Carolina’s Andrei Svechnikov scored the first of his two power-play goals less than four minutes after Karlsson left, then added another in the third.</p><p>“He’s an important piece to us: up the middle of the ice, a penalty killer, power play guy," Tortorella said. “He’s a winner."</p><p>Fourth-liner Nick Dowd called Karlsson one of the team's best players. Defenseman Brayden McNabb, who along with Karlsson and Shea Theodore are the only players who have been around for Vegas’ entire nine-year existence, said Karlsson was a big leader in the locker room.</p><p>Karlsson is also nearly impossible to replace.</p><p>“He means so much," fellow center Jack Eichel said. "He’s a world class player. He plays in all situations. He’s extremely reliable in our own zone, and he creates a lot of offense. ... It's tough. You lose someone like Karl who’s so valuable to our team and playing so well. But it just means everyone else has to step up.”</p><p>Tortorella expects that to happen, promising there will be a Game 7 in Raleigh on Wednesday night.</p><p>“We’ll be back here. We’re just going to do it in a different order," Tortorella said. "I’m going to leave my clothes here, that’s for sure. They’ll be in the hotel.”</p><p>To do that, they'll have to win Game 6 back home in Las Vegas on Sunday. Hart is expected to be in net again despite a save percentage of .856 in the final.</p><p>Asked if he considered going to backup Adin Hill — who backstopped Vegas to the Cup in 2023 — in the third period, Tortorella scoffed and said, "That could be the stupidest question I’ve heard.”</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/6AU5DEDKYB7HCFIB36B3PDNA3E.jpg?auth=2f8ce73a98bbdce54694514258fa41164a0e90b1f3677be64733ded90c83867f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[William Karlsson (71) moves the puck around Carolina Hurricanes' Sean Walker (26) during the first period in Game 5 of the NHL hockey Stanley Cup Final series in Raleigh, N.C., Thursday, June 11, 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/7LXZYTX2ET6KZY2YP3BIYJAOH4.jpg?auth=2ba72a5345893d1ccf47c600753a231b34b0d5bc1b0416776c6e2a3dd3c9dbdf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes' Sebastian Aho (20) scores past Vegas Golden Knights' Carter Hart (79) as Dylan Coghlan (52) defends during the second period of Game 5 of the NHL hockey Stanley Cup Final series in Raleigh, N.C., Thursday, June 11, 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/4VYQTITJSRG4GM42GUONHHPRJQ.jpg?auth=9ba25d27a66e8efbcaa01ab367450e3b9cb5f77766493a5369f14d365881b1be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vegas Golden Knights goaltender Carter Hart (79) snares the shot of Carolina Hurricanes' Jackson Blake (53) during the first period in Game 5 of the NHL hockey Stanley Cup Final series in Raleigh, N.C., Thursday, June 11, 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[Ousted South Korean President Yoon given prison term for drone flights over Pyongyang]]></title><link>https://www.local10.com/news/world/2026/06/11/ousted-south-korean-president-yoon-given-prison-term-for-drone-flights-over-pyongyang/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/11/ousted-south-korean-president-yoon-given-prison-term-for-drone-flights-over-pyongyang/</guid><dc:creator><![CDATA[By KIM TONG-HYUNG, Associated Press]]></dc:creator><description><![CDATA[SEOUL, South Korea (AP) — South Korea’s ousted President Yoon Suk Yeol and his former defense minister were sentenced to 30 years in prison Friday in a case alleging Yoon ordered drone flights over Pyongyang in 2024 to heighten tensions with North Korea and justify declaring martial law at home.]]></description><pubDate>Fri, 12 Jun 2026 07:40:04 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — South Korea’s ousted President Yoon Suk Yeol and his former defense minister were sentenced to 30 years in prison Friday in a case alleging Yoon ordered drone flights over Pyongyang in 2024 to heighten tensions with North Korea and justify declaring martial law at home.</p><p>The Seoul Central District Court found Yoon and his ex-defense minister, Kim Yong Hyun, guilty of aiding an adversary and abusing their power, saying they sought to provoke North Korea into launching armed attacks or other serious retaliation against South Korea to manufacture a national emergency. It said the moves harmed South Korea’s military interests by exposing its capabilities, undermining its ability to conduct future operations and prompting North Korea to strengthen its defense posture. Yoon’s lawyers appealed the ruling.</p><p>The same court earlier sentenced Yoon to life in prison for a rebellion conviction over his short-lived imposition of martial law in December 2024.</p><p>North Korea accused Seoul of flying drones over Pyongyang to drop propaganda leaflets three times in October 2024. Kim, who was South Korea’s defense minister at the time, issued a vague denial before the Defense Ministry said it could neither confirm nor deny the allegations. Tensions rose sharply but did not lead to any military clashes.</p><p>Yoon’s lawyers criticized the latest ruling, saying the drone flights were a response to North Korea flying thousands of trash-carrying balloons into the South earlier in 2024. They argued that a guilty verdict would undermine South Korea’s security interests.</p><p>Investigators led by special prosecutor Cho Eun-suk had sought a 30-year prison term for Yoon, accusing him of trying to create a warlike situation between the Koreas while plotting an authoritarian push to remove his political opponents and “monopolize” power. They had sought a 25-year prison term for Kim, a key confidant of Yoon who helped plan and mobilize forces for Yoon’s martial law declaration.</p><p>Yoon proceeded with the declaration late in the night of Dec. 3, 2024, delivering a televised address in which he accused liberal lawmakers of being North Korea-sympathizing “anti-state” forces. He cited a range of grievances, but particularly the opposition’s impeachments of senior officials and cuts to his government’s budget bill.</p><p>Martial law lasted about six hours until lawmakers broke through a blockade of soldiers and police at the National Assembly and voted to overturn it, forcing Yoon’s Cabinet to lift the measure.</p><p>Yoon was quickly impeached, suspended from office, and formally removed by the Constitutional Court. He was arrested in July 2025 and several criminal trials are ongoing.</p><p>The verdict in the most serious case, of rebellion, has been appealed both by Yoon and prosecutors, who had sought a death sentence.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7MDLI3AKDYX2RNBJPWFHBLL35A.jpg?auth=a1800b4a70b0948f7f9215d3114bce84ddffdf611a9e4e324e692f0366fd4de0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korea's ousted former President Yoon Suk Yeol arrives to attend his trial at the Seoul Central District Court in Seoul, South Korea, May 12, 2025. (AP Photo/Ahn Young-joon, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EK4FJLLBYEBM544PI5TOTBGOJA.jpg?auth=190db123092da7fadfca065e03524d6cf03e2e3029b5e604742eb2d940d3ed4f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - South Korean Defense Minister Kim Yong Hyun delivers a speech during the plenary session of the Seoul Defense Dialogue in Seoul, South Korea, Sept. 11, 2024. (AP Photo/Lee Jin-man, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content></item><item><title><![CDATA[Moldy food! Rodent issues! Restaurant ordered shut!]]></title><link>https://www.local10.com/food/dirty-dining/2026/06/08/moldy-food-rodent-issues-restaurant-ordered-shut/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/06/08/moldy-food-rodent-issues-restaurant-ordered-shut/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Records show that since July 2024, Sichuan Fish Restaurant (Sichuan Cuisine) has been inspected nine times.]]></description><pubDate>Mon, 08 Jun 2026 15:07:41 +0000</pubDate><content:encoded><![CDATA[<p>Records show that since July 2024, Sichuan Fish Restaurant (Sichuan Cuisine) has been inspected nine times.</p><p><a href="https://www.local10.com/espanol/2026/06/08/clausuran-dos-restaurantes-del-sur-de-florida-por-cucarachas-roedores-y-comida-con-moho/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/08/clausuran-dos-restaurantes-del-sur-de-florida-por-cucarachas-roedores-y-comida-con-moho/"><b>Leer en español</b></a></p><p>Five of those inspections resulted in follow-up inspections being required.</p><p>Elvis Italian Grille is a relatively new restaurant. It’s the old Mineo’s Pizza &amp; Wings location on Griffin Road. </p><p>Records show it has been open for less than a year. An inspector visited the restaurant last week in response to a complaint.</p><p>Below is a list of the two restaurants that were inspected and some of the violations documented.</p><p>No kitchens in the Florida Keys were ordered shut last week.</p><p>All of the establishments mentioned were allowed to re-open after completing a required cleanup and passing a follow-up inspection.</p><p><b>**SICHUAN FISH RESTAURANT (SICHUAN CUISINE)</b></p><p><b>1242 NE 163RD ST.</b></p><p><b>NORTH MIAMI BEACH </b></p><p><b>ORDERED SHUT 6/2</b></p><p><b>23 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed 6 droppings on dry storage floor. Also 4 droppings on kitchen floor in between the triple doors reach in freezer and wall, 1 dropping under dishwasher machine, 1 dropping on top of the clean garbage bags box located on front counter shelves.”</p><p>“Food with mold-like growth. See stop sale. Observed 3 cases with Spicy Mala Soup Base with Beef Tallow, with mold like growth in walk in cooler.”</p><p>“Accumulation of debris inside ware washing machine.”</p><p>“Accumulation of debris on exterior of ware washing machine.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime.”</p><p>“Floor area(s) covered with standing water. Under dishwasher machine. Repeat Violation.”</p><p>“Raw animal food stored over/not properly separated from ready-to-eat food. Observed raw beef over cooked noodles in reach in cooler, operator removed it.”</p><p>“No soap provided at handwash sink.”</p><p><b>FOLLOW-UP INSPECTION 6/3</b></p><p>“Observed 7 droppings on the dry storage area shelf.” </p><p><b>**ELVIS ITALIAN GRILLE</b></p><p><b>4261 GRIFFIN ROAD</b></p><p><b>DANIA BEACH </b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 6/5</b></p><p><b>18 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. 1. Approximately 5 live roaches found in kitchen by cookline ;2 live roaches on floor by stoves, 2 live roaches on floor by reach in coolers, 1 live roach on floor behind ice machine in kitchen.”</p><p>“Dead roaches on premises. 1. Approximately 5 dead roaches observed by ware washing station 2 dead roaches on floor under bag in box soda area, 2 dead roaches on floor under triple sink and 1 dead roach on floor by dishwasher in kitchen. 2. Approximately 3 dead roaches observed on floor of bar area.”</p><p>“Live, small flying insects found 1. Approximately 10 live small flying insects observed at bar separate from kitchen.”</p><p>“Accumulation of black mold-like substance in the interior of the ice bin.”</p><p>“Interior of microwave has accumulation of food debris.”</p><p>“Food-contact surfaces not sanitized after cleaning, before use. Do not use equipment/utensils not properly sanitized. 1. Observed bar area espresso machine with build up milk residue.”</p><p>“Raw animal food stored over/not properly separated from ready-to-eat food. 1. Container of raw chicken stored over container of raw steaks. 2. Container of raw salmon stored over container of cut spinach.”</p><p>“No proof of required state approved employee training provided for employee hired more than 60 days ago.”</p>]]></content:encoded></item><item><title><![CDATA[Consulate of Colombia in Miami makes changes in Coral Gables ahead of presidential runoff election]]></title><link>https://www.local10.com/news/politics/2026/06/11/consulate-general-of-colombia-in-miami-makes-changes-in-coral-gables-ahead-of-election/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/11/consulate-general-of-colombia-in-miami-makes-changes-in-coral-gables-ahead-of-election/</guid><dc:creator><![CDATA[Christian De La Rosa, Andrea Torres]]></dc:creator><description><![CDATA[Registered voters in Colombia and around the world will soon select one of two candidates with opposing political ideologies to be their next president.]]></description><pubDate>Fri, 12 Jun 2026 01:56:40 +0000</pubDate><content:encoded><![CDATA[<p>Registered voters in Colombia and around the world will soon select one of two candidates with opposing political ideologies to be their next president. </p><p>Newcomer<a href="https://x.com/ABDELAESPRIELLA" target="_self" rel="" title="https://x.com/ABDELAESPRIELLA"> Abelardo de la Espriella</a>, a right-wing supporter of Donald Trump, and <a href="https://x.com/IvanCepedaCast" target="_self" rel="" title="https://x.com/IvanCepedaCast">Iván Cepeda</a>, a leftist and ally of outgoing President <a href="https://x.com/petrogustavo" target="_self" rel="" title="https://x.com/petrogustavo">Gustavo Petro</a>, moved forward after a tense election <a href="https://co.usembassy.gov/security-alert-presidential-elections-may-31-2026/" target="_self" rel="" title="https://co.usembassy.gov/security-alert-presidential-elections-may-31-2026/">on May 31</a>.</p><p>In Coral Gables, early voting will be from 8 a.m. to 4 p.m. from June 15-20 at the University of Miami’s <a href="https://miamihurricanes.com/facilities/watsco-center/" target="_self" rel="" title="https://miamihurricanes.com/facilities/watsco-center/">Watsco Center</a>, at 1245 Dauer Drive — and not <a href="https://miami.consulado.gov.co/sala-de-prensa/noticias/consulado-general-de-colombia-en-miami-informa-los-puestos-de-votacion-para-las-elecciones-2026" target="_self" rel="" title="https://miami.consulado.gov.co/sala-de-prensa/noticias/consulado-general-de-colombia-en-miami-informa-los-puestos-de-votacion-para-las-elecciones-2026">at the consulate</a> at 280 Aragon Ave.</p><p>Coral Gables Police Chief Edward James Hudak, Jr., said on Thursday that the decision to avoid <a href="https://miami.consulado.gov.co/sala-de-prensa/noticias/consulado-general-de-colombia-en-miami-informa-los-puestos-de-votacion-para-las-elecciones-2026" target="_self" rel="" title="https://miami.consulado.gov.co/sala-de-prensa/noticias/consulado-general-de-colombia-en-miami-informa-los-puestos-de-votacion-para-las-elecciones-2026">the consulate</a> prioritized security, while the city was already dealing with high traffic during the FIFA World Cup. </p><p>Election Day is on June 21, and officials expect a high turnout. Voters will have assigned precincts available in <a href="https://wsp.registraduria.gov.co/censo/consultar/" target="_self" rel="" title="https://wsp.registraduria.gov.co/censo/consultar/">a searchable database that requires the number of the Colombian identification, or “cedula.” </a></p><p>In South Florida, there will be six precincts. Three will be in Miami-Dade County and three in Broward and Palm Beach counties. </p><p>Aside from the new one in Coral Gables, there will be one at the <a href="https://www.mdc.edu/kendallfacilityreservations/facilities/gymnasium/" target="_self" rel="" title="https://www.mdc.edu/kendallfacilityreservations/facilities/gymnasium/">main gymnasium</a> of the Miami Dade College campus, at 11011 SW 104 St., in Kendall, and one at the <a href="https://www.hialeahfl.gov/1029/Milander-Center" target="_self" rel="" title="https://www.hialeahfl.gov/1029/Milander-Center">Milander Center</a>, at 4800 Palm Ave., in Hialeah. </p><p>The voting precincts in Broward will be at <a href="https://coralspringshigh.browardschools.com/" target="_self" rel="" title="https://coralspringshigh.browardschools.com/">Coral Springs High School</a>, 7201 West Sample Road, and in the gymnasium of Cypress Bay High School, at 18600 Vista Park Boulevard, in Weston. </p><p>The precinct in Palm Beach will be at the Public Safety Conference Center at the Palm Beach State College at 4200 South Congress Ave.</p><p>In Florida, the consulate also reported that there will be a new precinct at the Strobes Event Center, at 3251 17 St., in Sarasota. </p><p>For more information from the Colombian consulate of Miami, <a href="https://miami.consulado.gov.co/sala-de-prensa/noticias/consulado-general-de-colombia-en-miami-informa-los-puestos-de-votacion-para-las-elecciones-2026" target="_self" rel="" title="https://miami.consulado.gov.co/sala-de-prensa/noticias/consulado-general-de-colombia-en-miami-informa-los-puestos-de-votacion-para-las-elecciones-2026">visit this page</a>. For more information from the Embassy of Colombia in the U.S., <a href="https://www.colombiaemb.org/" target="_self" rel="" title="https://www.colombiaemb.org/">visit this page</a>. </p>]]></content:encoded></item><item><title><![CDATA[Canada is ready to become a soccer nation as it hosts World Cup opener against Bosnia-Herzegovina]]></title><link>https://www.local10.com/sports/2026/06/12/canada-is-ready-to-become-a-soccer-nation-as-it-hosts-world-cup-opener-against-bosnia-herzegovina/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/canada-is-ready-to-become-a-soccer-nation-as-it-hosts-world-cup-opener-against-bosnia-herzegovina/</guid><dc:creator><![CDATA[By LEXIE LINDERMAN, Associated Press]]></dc:creator><description><![CDATA[TORONTO (AP) — Luke Reece never played hockey growing up in the Toronto suburb of Mississauga. Instead, he played soccer, like many Canadians who are now adults.]]></description><pubDate>Fri, 12 Jun 2026 11:00:06 +0000</pubDate><content:encoded><![CDATA[<p>TORONTO (AP) — Luke Reece never played hockey growing up in the Toronto suburb of Mississauga. Instead, he played soccer, like many Canadians who are now adults.</p><p>The sport is so popular it has surpassed hockey and all other sports in youth participation, according to a recent report by Jumpstart, a Canadian charity that helps low-income youth play organized sports. It said half the nation’s youth participate in organized soccer.</p><p>Reece was one of many locals sporting Canada soccer gear on Thursday ahead of their nation’s World Cup opener Friday against Bosnia-Herzegovina.</p><p>“Wish I had tickets to the game tomorrow, but I don’t,” Reece said. “I’m going to a game in Vancouver. It was cheaper to get a ticket out there.”</p><p>Is Canada about to have a soccer moment?</p><p>“It already has a good hold in this country in terms of participation. I think we all expect that to grow. These tournaments inspire so many next-generation people to find their heroes, play the game,” said Christina Linz, president of the women's Northern Super League. “I think (it) will really draw those emotional connections.”</p><p>Thursday in Toronto looked a bit like wear-your-favorite-soccer-jersey day as the tournament opened in Mexico. Canada’s red tops, like the one worn by Reece, were among the most popular.</p><p>Mexico (No. 13) and the United States (No. 17), the other co-hosts for the World Cup, each sit higher in FIFA’s rankings than Canada, which is 30th, but that means there’s more to gain for the Canadians. Especially when it comes to generating passion for the sport.</p><p>Canada coach Jesse Marsch said Thursday he has “felt a real momentum behind this team and behind this moment” as Canada Soccer, the sport’s national governing body, looks to capitalize on hosting the World Cup for the first time.</p><p>“Canada has become more and more multicultural, and I think the excitement for so many different nations to be here in North America and in Canada, and to be playing with all of the greatest players in the world and some of the greatest coaches, I think that there’s real excitement behind what this will be,” Marsch said.</p><p>Potentially stalling the potential of Marsch’s squad is the absence of star defender Alphonso Davies, who was ruled out for Friday’s match as he continues to nurse a hamstring injury sustained during Bayern Munich's Champions League semifinal against Paris Saint-Germain on May 6.</p><p>Marsch is hopeful that Davies will be able to return at some point in the group stage. He said Davies had an MRI on Wednesday.</p><p>“We’re getting ready to ramp things up,” Marsch said Thursday.</p><p>Davies is one of many Canada players fighting injuries. Defender Moise Bombito is recovering from a broken leg, but Marsch said Bombito is “ready to contribute.”</p><p>Regardless of who’s on the pitch for Canada, it’s ready to make a statement, and players are eager to prove their country is a soccer nation.</p><p>“Every one of these boys is incredibly Canadian, and the pride they have in putting on the jersey, representing the country, hearing the national anthem,” Marsch said. “These guys sing the national anthem, belt it out to the top of their lungs, because they want to show the country how proud they are to be here, to be Canadians, and to represent what Canada is.”</p><p>___</p><p>Lexie Linderman is a student in the John Curley Center for Sports Journalism at Penn State.</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/QQVNVHKAZ765WOKDNKWQPVT3SA.jpg?auth=631d09676f61636da819e760027f81580f7dac63eef44dce18bc8564ae24316c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada head coach Jesse Marsch speaks during a press conference, Thursday, June 11, 2026, in Toronto, on the eve of the team's World Cup soccer match against Bosnia. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VZNBWFPWJHZBU2DW74S5H74UQQ.jpg?auth=403e33ff08e09083884a0956303c6cc1f94139af90c0753e02cba049e526bef6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada head coach Jesse Marsch, left, with Stephen Eustaquio, speaks during a press conference, Thursday, June 11, 2026, in Toronto, on the eve of the team's World Cup soccer match against Bosnia. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KLYQ5SWOMC2BQ7CZWPVTSJZKTM.jpg?auth=be1105a8795daed87525bc92426b10234775600caae5eebe903b6ff18e368285&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada players work out during a training session on the eve of the team's World Cup soccer match against Bosnia, Thursday, June 11, 2026, in Toronto. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6PWBNQW4234KHLHRCHLFFCZVJI.jpg?auth=4809f2b996dcb73d9c8f38c478a23c33685bcbc50c56295252a89082da6657ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada goalkeeper Dayne St. Clair works out during a training session on the eve of the team's World Cup soccer match against Bosnia, Thursday, June 11, 2026, in Toronto. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content></item><item><title><![CDATA[Shohei Ohtani leaves Dodgers game vs. Pirates in 7th inning with left knee inflammation]]></title><link>https://www.local10.com/sports/2026/06/11/shohei-ohtani-leaves-dodgers-game-vs-pirates-in-7th-inning-with-left-knee-inflammation/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/shohei-ohtani-leaves-dodgers-game-vs-pirates-in-7th-inning-with-left-knee-inflammation/</guid><dc:creator><![CDATA[By John Perrotto, Associated Press]]></dc:creator><description><![CDATA[PITTSBURGH (AP) — Los Angeles Dodgers two-way star Shohei Ohtani was lifted for a pinch hitter in the seventh inning of Thursday night’s 8-6 win over Pittsburgh due to left knee inflammation.]]></description><pubDate>Fri, 12 Jun 2026 03:15:43 +0000</pubDate><content:encoded><![CDATA[<p>PITTSBURGH (AP) — Los Angeles Dodgers two-way star Shohei Ohtani was lifted for a pinch hitter in the seventh inning of Thursday night’s 8-6 win over Pittsburgh due to left knee inflammation.</p><p>Dodgers manager Dave Roberts downplayed the significance of the injury.</p><p>Roberts said the move was precautionary because the Dodgers did not want to risk Ohtani being injured further.</p><p>Roberts also said he is optimistic that Ohtani will be ready to play Friday night when the Dodgers meet the White Sox in Chicago to open a three-game series between division leaders.</p><p>“We tried to be smart about it and get him out of the game,” Roberts said. “He told the trainer that he felt a little something behind his knee and I just didn’t see any sense in risking it.”</p><p>The reigning NL MVP hit his 13th homer of the season, a solo shot, in the third inning. He also had a single and walked twice, reaching base in all four of his plate appearances.</p><p>Ohtani was not made available to the media following the game. He is hitting .305 with 40 RBIs. As a pitcher, he is 6-2 with a 1.06 ERA and 73 strikeouts in 67 2/3 innings.</p><p>Starting pitcher Justin Wrobleski left the game in the fifth inning with a left hamstring contusion. The left-hander was hit by a line drive off the bat of Bryan Reynolds. The ball ricocheted off Wrobleski to first baseman Freddie Freeman. Wrobleski collided with Reynolds while taking Freeman’s toss at first base.</p><p>“I’ll get some treatment on it and I’ll be fine,” Wrobleski said. “I don’t think it’s a big deal. Just a little frustrating.” ___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M4Z2CY2QOSKJSKUZ6TNHRDOV5Q.jpg?auth=2713e84fcc9c0b9ab7323568ed14783e439146c52f8a22f59c62f4cb285dd95d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani, left, celebrates as he stands on first base after hitting a single off Pittsburgh Pirates pitcher Mitch Keller during the fourth inning of a baseball game in Pittsburgh, Thursday, June 11, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C4QMLJA4D7JNLEN4ATB3LOUDYM.jpg?auth=4a8e8ecf7d03f3d42a04abb094816f0bb5d2c7767532361f24d3fa3c3d243682&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani (17) watches his solo home run off Pittsburgh Pirates pitcher Mitch Keller during the third inning of a baseball game in Pittsburgh, Thursday, June 11, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U44PNAKH2ZYP3HWEWC4AQZHAPI.jpg?auth=7d241cce3a16534bb7054f25152401f87b258f61a3aaef9e17d2bfac5f2d5f28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani (17) celebrates with third base coach Dino Ebel, left, as he rounds third base after hitting a solo home run off Pittsburgh Pirates pitcher Mitch Keller during the third inning of a baseball game in Pittsburgh, Thursday, June 11, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content></item><item><title><![CDATA[Knicks fever is colliding with World Cup buzz, and New York soccer bars are trying to juggle both]]></title><link>https://www.local10.com/sports/2026/06/12/knicks-fever-is-colliding-with-world-cup-buzz-and-new-york-soccer-bars-are-trying-to-juggle-both/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/knicks-fever-is-colliding-with-world-cup-buzz-and-new-york-soccer-bars-are-trying-to-juggle-both/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Sitting among a pint-raising crowd at a Manhattan soccer bar on the first day of the World Cup, George Carson described himself as a huge soccer fan who hopes to catch all 104 games of the global tournament.]]></description><pubDate>Fri, 12 Jun 2026 10:00:06 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Sitting among a pint-raising crowd at a Manhattan soccer bar on the first day of the World Cup, George Carson described himself as a huge soccer fan who hopes to catch all 104 games of the global tournament.</p><p>But on Saturday?</p><p>“We got to watch the Knicks,” he said.</p><p>In most nations hosting the World Cup, soccer is a fixation. But with the New York Knicks holding a 3-1 lead in the best-of-seven NBA Finals against San Antonio and one win from their first title since 1973, attention is surely going to be split this weekend. The Knicks can clinch with a victory in Game 5 on Saturday night. Tipoff will come shortly after Brazil and Morocco wrap a World Cup match in New Jersey, and it will directly overlap with a showdown between Scotland and Haiti.</p><p>“I want to watch all the World Cup games, but for us, the Knicks is still a priority,” the 38-year-old Carson said while he and a friend viewed the World Cup opening ceremony at The Football Factory at Legends, a soccer bar near Madison Square Garden. “I’ll probably catch the (soccer) recap after.”</p><p>The Knicks have gripped New York, but even some diehard fans already have divided attention. Hours before sitting courtside for the Knicks' historic Game 4 rally at MSG, film director Spike Lee was clad in green and gold for a visit to Brazil's training facility in New Jersey on Wednesday.</p><p>Brazil plays Morocco in its opener at East Rutherford, New Jersey, at 6 p.m., a match slated to end about 30 minutes before the NBA game starts in Texas. Scotland-Haiti in Massachusetts starts at 9 p.m.</p><p>The Football Factory has 20 screens, enough to satisfy all fandoms.</p><p>“I hope they put it to bed Saturday night, so we can just say, well done, Knicks. Have your parade, and that’s it. Now we can concentrate on the soccer," said Jack Keane, the Irishman who owns The Football Factory.</p><p>Keane's bar hosts supporters groups from Paris Saint-Germain, Chelsea, Aston Villa, Leeds and AC Milan. He estimated more than 2,000 people come through his bar on Wednesday night, when the Knicks won Game 4.</p><p>“The Knicks crowd was the same as the Champions League final crowd," he said.</p><p>Keane's bar was charging a $20 cover, with one drink included, for the Mexico-South Africa opener.</p><p>A 10-minute walk south and east, fans also were lined up to enter Smithfield Hall, which hosts the supporters clubs of Manchester United, West Ham, Nottingham Forest, Barcelona, Bayern Munich, Inter Milan, Roma and Marseille.</p><p>“Usually for American sports, because they’re longer, people don’t like to stand,” said Kieron Slattery, an Irishman who is Smithfield's co-owner. “For the Knicks right now, they’re standing. It’s like a soccer game atmosphere.”</p><p>Most of the fans watching Thursday were New Yorkers, many of them originally from elsewhere.</p><p>Ryan Cole, a 44-year-old from Britain's Southampton who has lived in New York for a dozen years, wore an England jersey and hopes to come up with a ticket for The Three Lions' group-stage game against Panama on June 27. His grandfather, William Cole, was an English League linesman — he has a program with the grandpa's name from a Manchester-Chelsea match in 1952.</p><p>“You just see a wave of jerseys everywhere, which is amazing,” he said of the soccer kits and Knicks gear. “It’s just amazing to be in New York all the time, but now in particular with the Knicks, with the World Cup, with summer, couldn't be happier.”</p><p>One of his friends, 46-year-old Joel Ramirez, is a New York transplant from Dallas with Mexican parents. During the 2022 World Cup, he watched games at different ethnic restaurants that had ties to a team involved in the match, such as Brooklyn's Sunset Park for Mexico. He thinks the soccer supporters will have greater numbers in the bars Saturday than Knicks fans.</p><p>“There's going to be pound for pound a lot more football fans in the city,” he said. “I'll be watching both."</p><p>New York City soccer bars open early on weekends for fans to watch lunchtime matches in England and Europe. The World Cup is different.</p><p>"When you look at the Premier League, it’s a niche market, still. There’s people who watch it, people who don’t,” Keane said. “The World Cup is the big one. It’s the big party. Everyone’s got a shirt in the closet. Everyone’s going to claim either their own identity or a parent or a grandparent, get on the bandwagon.”</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/2NSZGT7SWY5ECRXBPPUYMIJBNA.jpg?auth=4e6de5fb92f81bf19e71afc557059bd5669cc25bb6b617c600ed67df89b931ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks fans cheer at a watch party during Game 3 of the NBA Finals basketball series between the Knicks and the San Antonio Spurs, Monday, June 8, 2026, in New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NISSML7LVAY5IIU2N5N276E5VU.jpg?auth=7233f0099668d8b38f0875d800175fa8a34644e864b8d98db586b181dbaa56b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Knicks fans gather for a watch party inside Central Park for Game 4 of the NBA Finals between the New York Knicks and the San Antonio Spurs, Wednesday, June 10, 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/YZQQMYDMHH32AB3R3YU2IZI6H4.jpg?auth=3a1ad9c18484a57c66b92e05430adfff03ba3d22bf4321c24d779182ddd1807b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks fans react during a watch party inside Central Park for Game 4 of the NBA Finals basketball series between the Knicks and the San Antonio Spurs, Wednesday, June 10, 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/UWFCBWIA7LJX5O7JHL4JJ2SHRU.jpg?auth=430d8c924aed6f979d71ae2c5cf039f6cfe4fae27863c24304a3d6c5f51b8e9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks fans celebrate during a watch party inside Central Park during Game 4 of the NBA Finals basketball series between the Knicks and the San Antonio Spurs, Wednesday, June 10, 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/4Z2XPITUKY2ZTPT3SAJKZYQLB4.jpg?auth=a7dff781893fd5004f8c7d98d7b1c1fe9eb0d0fa2a56da1d6898a0cd5db23d13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mayor Zohran Mamdani wears a Thierry Henry scarf as he makes a World Cup soccer tournament announcement at Harlem Tavern, Thursday, May 21, 2026, in New York. (AP Photo/Adam Gray)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content></item><item><title><![CDATA[Venezuela subscribe acuerdos con gigante energético Shell para ampliar producción de gas y petróleo]]></title><link>https://www.local10.com/espanol/2026/06/11/venezuela-subscribe-acuerdos-con-gigante-energetico-shell-para-ampliar-produccion-de-gas-y-petroleo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/venezuela-subscribe-acuerdos-con-gigante-energetico-shell-para-ampliar-produccion-de-gas-y-petroleo/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — La corporación estatal Petróleos de Venezuela S.A. (PDVSA) suscribió el jueves una serie de acuerdos con la gigante energética británica Shell para el desarrollo y explotación de proyectos de gas natural en alta mar y de crudo en tierra como parte de los esfuerzos del país sudamericano para ampliar su producción de hidrocarburos.]]></description><pubDate>Fri, 12 Jun 2026 01:18:01 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — La corporación estatal Petróleos de Venezuela S.A. (PDVSA) suscribió el jueves una serie de acuerdos con la gigante energética británica Shell para el desarrollo y explotación de proyectos de gas natural en alta mar y de crudo en tierra como parte de los esfuerzos del país sudamericano para ampliar su producción de hidrocarburos.</p><p>La ceremonia para la suscripción de los acuerdos fue realizada en el palacio presidencial de Miraflores y estuvo encabezada por la presidenta encargada de Venezuela, Delcy Rodríguez. Estuvieron presentes el presidente de Exploración y Producción de Shell, Peter Costello; la ministra de Petróleo venezolana, Paula Henao, y el presidente de PDVSA, Héctor Obregón.</p><p>Entre los cinco acuerdos suscritos destaca la licencia para el inicio de la Fase I de desarrollo y explotación del campo Loran, un conjunto de yacimientos de gas no asociado —que contiene principalmente ese hidrocarburo— ubicado en la fachada atlántica de Venezuela, con reservas estimadas en 7,5 billones de pies cúbicos, según cifras de PDVSA.</p><p>“La firma de estos acuerdos son un logro maravilloso para Venezuela y Shell; subraya nuestra alianza de mucho tiempo y estoy ansioso de trabajar juntos para ver lo que podemos lograr juntos en beneficio de Venezuela, de Shell”, indicó Costello.</p><p>Rodríguez, por su parte, indicó que la licencia del campo Loran “va a permitir que Venezuela dé un paso muy importante en su desarrollo gasífero y también como exportador de gas”.</p><p>“Lo dijimos desde que comenzamos las negociaciones con Shell y otras empresas en el área de gas, que queríamos convertir a Venezuela en un exportador de gas y con esta firma estamos reafirmando ese camino”, agregó la mandataria, destacando que el campo Loran estuvo sin desarrollo durante 23 años.</p><p>Los yacimientos se ubican mayoritariamente a ambos lados de la línea fronteriza entre Venezuela y Trinidad y Tobago.</p><p>Los gobiernos de Caracas y Nueva España —que en la década de 1990 firmaron el Tratado de Delimitación que establece los términos sobre la forma de explotación de cualquier yacimiento de hidrocarburos en ambos lados de la línea fronteriza— firmaron en 2015 un acuerdo para la explotación conjunta de yacimientos comunes, entre otras medidas para impulsar proyectos y beneficios binacionales.</p><p>El acuerdo fue suscrito luego de que en enero fue aprobada una nueva Ley de Hidrocarburos que redujo drásticamente el rígido control estatal sobre las operaciones petroleras vigente en las últimas dos décadas y que abrió ampliamente el sector a la inversión extranjera.</p><p>En respuesta a esa reforma legal, el Departamento del Tesoro de Estados Unidos comenzó a flexibilizar las sanciones a los hidrocarburos venezolanos y amplió la capacidad de las compañías energéticas estadounidenses y de otros países para operar en Venezuela.</p><p>Después que una operación militar de fuerzas estadounidenses depuso y capturó al entonces presidente Nicolás Maduro la madrugada del 3 de enero pasado, Washington se ha propuesto impulsar la capacidad operativa de Venezuela y asumir el control de la producción, refinación y distribución global de los productos petroleros venezolanos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5TIGP7V5EI36BWZAJO3YQB4KVM.jpg?auth=23aac5174ace31b4ba2a33eae996049c9b37dd0e9a14ebbf099cec34674c981e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La presidenta encargada de Venezuela, Delcy Rodríguez, se dirige a sus seguidores el jueves 30 de abril de 2026, en Caracas, Venezuela. (AP Foto/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Perdro Mattey</media:credit></media:content></item><item><title><![CDATA[Japan captain Wataru Endo is out of the World Cup and retires from international duty]]></title><link>https://www.local10.com/sports/2026/06/11/japan-captain-wataru-endo-is-out-of-the-world-cup-and-retires-from-international-duty/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/japan-captain-wataru-endo-is-out-of-the-world-cup-and-retires-from-international-duty/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[TOKYO (AP) — The Japan Football Association said Thursday that captain Wataru Endo has withdrawn from the country’s World Cup squad due to a foot injury. Later the Liverpool midfielder announced his surprise retirement from international duty.]]></description><pubDate>Fri, 12 Jun 2026 01:09:00 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — The Japan Football Association said Thursday that captain Wataru Endo has withdrawn from the country’s World Cup squad due to a foot injury. Later the Liverpool midfielder announced his surprise retirement from international duty.</p><p>The 33-year-old Endo posted his decision on his X account in Japanese three days before his team's Group F opener against the Netherlands. The Japan team has been training in Nashville, Tennessee.</p><p>“Since getting injured and up till this point, I’ve done everything I could and I have no regret,” said Endo, who underwent surgery on his left foot in February. He came off at halftime on his return in Japan’s 1-0 warmup match victory against Iceland on May 31 in Tokyo.</p><p>“With this campaign, I will be retiring from the national team. So from here on, I’ll be cheering for the Japan national team as one of the fans."</p><p>National team director Masakuni Yamamoto said Ajax defender Ko Itakura has been named the new captain, while Borussia Monchengladbach forward Shuto Machino has been called up as a replacement for Endo.</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/NUMISDYJSGEWRHAEVNE623JDSQ.jpg?auth=6f24f8d2d7fa4f04873148de3b8f07d9d5e56df697d518ae3558274bf4212122&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Wataru Endo addresses fans before a training session Monday, June 8, 2026, in Nashville, Tenn., ahead of the World Cup soccer tournament. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7PBKQNXRGYAFGW6EESNRI3WP4Y.jpg?auth=0a98194e25eb8b2070b6bc738591873f58101f5f3f6448a87a463f3d0189c05c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Wataru Endo speaks to the media after arriving with teammates for the World Cup soccer tournament Monday, June 8, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A67DZCSCEQ4MSYG7HWY2B2W47I.jpg?auth=b66f40d79caa5ef54463b73dab57137ccb3ee72e19e4aaca0aabeab5c06f3b4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Andri Fannar Baldursson of Iceland falls as he battles for the ball with Wataru Endo of Japan during the friendly soccer international between Japan and Iceland in Tokyo, Sunday, May 31, 2026. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content></item><item><title><![CDATA[Taylor Swift becomes the youngest woman inducted into the Songwriters Hall of Fame at age 36]]></title><link>https://www.local10.com/business/2026/06/12/taylor-swift-becomes-the-youngest-woman-inducted-into-the-songwriters-hall-of-fame-at-age-36/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/12/taylor-swift-becomes-the-youngest-woman-inducted-into-the-songwriters-hall-of-fame-at-age-36/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Taylor Swift became the youngest woman ever inducted into the Songwriters Hall of Fame Thursday night at age 36.]]></description><pubDate>Fri, 12 Jun 2026 13:10:25 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Taylor Swift became the youngest woman ever inducted into the Songwriters Hall of Fame Thursday night at age 36.</p><p>"It was instinctual. No one taught me how to do it," she said of songwriting through a raspy voice she attributed to screaming along to the night's performances and Wednesday night's historic NBA game between the New York Knicks and the San Antonio Spurs.</p><p>She told the room about her family uprooting their lives to move her from Pennsylvania to Nashville, Tennessee, as a tween.</p><p>“I will never be able to express my gratitude,” the singer-songwriter said while holding back tears — crediting their sacrifice for her career.</p><p>She offered young songwriters advice: “You really have to prioritize what you love, down to your very core. Because you'll need that."</p><p>Steven Spielberg introduced Swift with a surprise speech about the power of songwriting. “There is something undeniable about how songs imprint on our souls,” he said, before changing his focus to Swift. “Somehow Taylor knows us all too well.”</p><p>Swift started her speech by acknowledging Spielberg. “Because of examples like Steven's, I trusted my imagination," she said.</p><p>The Gen Z singer Sombr launched Swift's segment by performing “Cardigan” and “Dear John" in front of her.</p><p>Swift has brought new eyes to this year’s ceremony and undeniably shaped contemporary pop music trends with her songwriting. Swift is the youngest woman inducted, but Stevie Wonder, who started his recording career at 13, was the youngest ever inducted, it was announced on stage.</p><p>It was a notable moment in an evening full of them, where Swift, Kiss’ Gene Simmons and Paul Stanley, Christopher “Tricky” Stewart, Alanis Morissette, Kenny Loggins and more were honored.</p><p>A night of celebrating songwriters</p><p>Tamar Braxton opened the gala at the Marriott Marquis Hotel in New York City with a spirted tribute to a new inductee — the game-changing R&B songwriter, producer and rapper Christopher “Tricky” Stewart — with one of the biggest songs he's known for: Beyoncé's “Single Ladies.”</p><p>He's also responsible for singer-songwriter Rihanna’s “Umbrella,” Mariah Carey's “Touch My Body” and Justin Bieber's “Baby.”</p><p>Dallas Austin, a songwriter and producer known for work with Boyz ll Men and Madonna, introduced Stewart. “Think about that catalog,” he said, listing off those zeitgeist-shifting records. “Those are cultural moments."</p><p>Stewart thanked God, his family, artists he's worked with and mentors — giving a special shout out to Grammy award-winning music producer Antonio “L.A.” Reid and the iconic singer-songwriter Babyface. “I wanted to be like L.A. and Baby,” he reflected.</p><p>Kiss founders Simmons and Stanley — two and a half years after the band’s farewell — were also recognized for their glam rock classics “Rock and Roll All Nite” and “I Love It Loud.” The Smashing Pumpkins’ Billy Corgan covered the former, a fittingly fiery introduction for the band. He was joined by Goo Goo Dolls’ frontman John Rzeznik for the latter.</p><p>Simmons wasn't present; Stanley said that he had a family emergency.</p><p>“Songs are the messenger,” he said — the foundation of “every show.”</p><p>Soft rock legend Kenny Loggins (“Footloose,” “Danny’s Song”) and the alt-rock icon Morissette were also inducted.</p><p>For the latter, Brandi Carlile performed “Uninvited” alongside SistaStrings, before introducing Morissette.</p><p>“Writing to me is not a hobby,” Morissette said, it’s critical. “It’s write or die.” Then she performed “Mary Jane” and "You Oughta Know" from her 1995 album “Jagged Little Pill.”</p><p>For Loggins, Gavin DeGraw performed “Danny’s Song,” before Loggins told the story behind the tune in his acceptance speech.</p><p>Acknowledging writers and their hits</p><p>Taylor Dayne and Madison Cunningham performed Tina Turner classics written by Terry Britten and Graham Lyle in honor of their induction; John Fogerty was honored with the Johnny Mercer Award.</p><p>“I got my songs back!” Fogerty said, ending a nearly 30-minute speech, referencing the fact that he won the rights back to his catalog at age 80. Then he ran through a medley of his hits: “Proud Mary,” “Fortunate Son,” and “Have You Ever Seen the Rain” among them.</p><p>The songwriter Walter Afanasieff (Mariah Carey’s “All I Want for Christmas Is You”) was also recognized, a segment that began with an introduction by actor Jeremy Renner and included a monster medley of his biggest songs by R&B singer Sheléa, kicking off with his Christmas classic six months early.</p><p>“I wanted to be The Beatles,” he said of falling in love with songwriting in his speech. “Sixty years later, I got to produce Paul McCartney.”</p><p>An established tradition</p><p>British singer-songwriter RAYE received the prestigious Hal David Starlight Award. She ended her speech by stating that songwriters deserve a cut of master royalties.</p><p>Last year's inductees included George Clinton, The Doobie Brothers, Ashley Gorley, Rodney “Darkchild” Jerkins, The Beach Boys’ Mike Love and Tony Macaulay.</p><p>The Songwriters Hall of Fame was established in 1969 to honor those creating popular music. A songwriter with a notable catalog of songs qualifies for induction 20 years after the first commercial release of a song.</p><p>Some already in the hall include Gloria Estefan, Carole King, Paul Simon, Billy Joel, Jon Bon Jovi and Richie Sambora, Elton John and Bernie Taupin, Brian Wilson, James Taylor, Bruce Springsteen, Tom Petty, Lionel Richie, Bill Withers, Neil Diamond and Phil Collins.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HYA7ZYQBV7CE2SG5QN2A6ZTKBY.jpg?auth=36c64674cd040a71b19d49d44f95c30689adc3f1254a725c14580647c92f7f3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Taylor Swift attends the 55th annual Songwriters Hall of Fame Induction and Awards Gala at the Marriott Marquis Hotel on Thursday, June 11, 2026, in New York. (Photo by Evan Agostini/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VSBJ63Z3UPB3JERP5U5PV4Q3EE.jpg?auth=b70a668665b151a36290f977d4d9858376da06ef908f91ae6bd00f1bfca23c09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tamar Braxton performs during the 55th annual Songwriters Hall of Fame Induction and Awards Gala at the Marriott Marquis Hotel on Thursday, June 11, 2026, in New York. (Photo by Evan Agostini/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YB7IP2UFZ2NFD277EGBLKO42NE.jpg?auth=f84b8e942e5fc6057972c978c37751665b7276fe1e20dab5ffd5f0a7bd82b62c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sombr, from left, Taylor Swift, and Jimmy Jam attend the 55th annual Songwriters Hall of Fame Induction and Awards Gala at the Marriott Marquis Hotel on Thursday, June 11, 2026, in New York. (Photo by Evan Agostini/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YQ7B6IUWJXSRCVDWJAKWYV4HD4.jpg?auth=05f1b844b0cbd8fecc4d1b602a90134c923075544e2b9266d7c6846f6f88651c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kenny Loggins attends the 55th annual Songwriters Hall of Fame Induction and Awards Gala at the Marriott Marquis Hotel on Thursday, June 11, 2026, in New York. (Photo by Evan Agostini/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/77UXZ3S2P62EHTSB3DVVELHVYA.jpg?auth=e233bfc26c30d5153787df84267a08b947cdf85c3cd26c6b2a461a9c5905ed6e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paul Stanley of Kiss attends the 55th annual Songwriters Hall of Fame Induction and Awards Gala at the Marriott Marquis Hotel on Thursday, June 11, 2026, in New York. (Photo by Evan Agostini/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content></item><item><title><![CDATA[Ukraine hits fuel supplies to Crimea, sparking a fuel crisis on the Russian-held peninsula]]></title><link>https://www.local10.com/news/world/2026/06/12/ukraine-hits-fuel-supplies-to-crimea-sparking-a-fuel-crisis-on-the-russian-held-peninsula/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/12/ukraine-hits-fuel-supplies-to-crimea-sparking-a-fuel-crisis-on-the-russian-held-peninsula/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Ukrainian drone strikes on refineries, depots and pipelines. Tanker trucks attacked and left ablaze along the land corridor from Russia to Crimea. Motorists waiting in long lines at gas stations.]]></description><pubDate>Fri, 12 Jun 2026 14:01:51 +0000</pubDate><content:encoded><![CDATA[<p>Ukrainian drone strikes on refineries, depots and pipelines. Tanker trucks attacked and left ablaze along the land corridor from Russia to Crimea. Motorists waiting in long lines at gas stations.</p><p>In a new blow to the Kremlin's narrative that Moscow is winning the 4-year-old war in Ukraine, Kyiv's forces have targeted supplies to Crimea, triggering the worst fuel crisis on the Black Sea peninsula since it was illegally annexed by Russia in 2014.</p><p>The persistent attacks reflect the growing intensity and efficiency of Ukraine’s drone strikes and have caught Russia off guard and struggling for a response.</p><p>As the country marks the Russia Day national holiday on Friday, signaling the start of summer vacations, the gas shortages are threatening to cause further disruptions to the tourism-dependent region with its beaches and resorts.</p><p>In a rare public acknowledgment, the Kremlin has recognized the scope of the problem and promised to address the issue quickly.</p><p>Ukraine's successes have highlighted its ability to inflict painful damage on Russia and change the course of the conflict while Moscow’s advances recently have ground to a near halt. On Thursday, Russia’s full-scale invasion of Ukraine reached its 1,569th day, surpassing the duration of World War I.</p><p>Crimea has special importance to Russia</p><p>Crimea has been a jewel in Russia’s imperial crown since it was seized from Turkic-speaking Tatars in the 18th century after Moscow defeated the Ottoman Empire.</p><p>Soviet leader Nikita Khrushchev transferred Crimea from Russia to Ukraine in 1954 when both republics were part of the USSR. When the Soviet Union collapsed in 1991, the diamond-shaped peninsula became part of newly independent Ukraine.</p><p>Russia kept a naval base in Sevastopol, and when a Moscow-friendly Ukrainian president was ousted by a popular uprising in February 2014, Russian President Vladimir Putin sent in troops to overtake Crimea. Weeks later, Moscow annexed the peninsula following a referendum that most of the world refuses to recognize.</p><p>Soon afterward, a Moscow-backed separatist insurgency erupted in eastern Ukraine, and fighting there raged with varying intensity until the February 2022 invasion. Russian troops concentrated in Crimea quickly seized large parts of southern Ukraine early in the war and secured the land route to the peninsula.</p><p>Since early in the war, Ukraine has fired missiles and drones to try to dislodge Moscow’s hold on the territory. The Ukrainian military sank several Russian warships in the Black Sea and at their Crimean bases, crippling Moscow’s naval capability and forcing it to redeploy its fleet to Novorossiysk.</p><p>Ukraine also methodically targeted munitions depots, airfields and Putin’s prized asset, the Kerch Bridge linking Crimea to Russia. The span was struck by a truck bomb in October 2022 that killed five people, blew up two sections of the bridge and required months of repairs. More attacks on the bridge followed in 2023 and 2025.</p><p>Ukraine has attacked the land corridor to Crimea</p><p>Since the Kerch Bridge attacks, Russia has channeled most fuel and other supplies along the highway and railroad via the occupied territories along the Sea of Azov coast. Those shipments were interrupted last month, when Ukrainian drones hit fuel trucks on the highway that Moscow once deemed safe, leaving behind dozens of burning vehicles.</p><p>Other relentless Ukrainian strikes hit refineries, oil depots and pipelines deep inside Russia, hurting its oil exports and causing domestic fuel shortages.</p><p>The Washington-based Institute for the Study of War noted the synergy between the longer-range attacks and those disrupting supplies to Crimea and other occupied regions.</p><p>“The long-range strike campaign is therefore reducing Russia’s production capacity, while the midrange strike campaign is hurting Russia’s ability to transport the gasoline Russia is still able to produce,” it said in an analysis.</p><p>Making matters worse, Ukrainian drones this week repeatedly hit the Chonhar Bridge, which links mainland Ukraine and Crimea over a shallow strait. Authorities deployed pontoon bridges, but they have a limited capacity.</p><p>Oleksandr Nastenko, the commander of the Ukrainian military unit that hit the bridge, said the attacks on the crossings will continue to disrupt supplies to Russian forces operating in Ukraine's Zaporizhzhia region.</p><p>Natia Seskuria, of the Royal United Services Institute in London, observed that the latest attacks on Crimea’s supply lines have exposed Russia’s vulnerabilities and inflicted significant damage, allowing Ukraine to reclaim momentum.</p><p>Seskuria said Ukraine's attacks have both a political message and a strategic aim. They underscore that it has “the capabilities and intent to contest Russian control in Crimea," while also depriving Russia of an important logistics hub.</p><p>Crimea is seeing lines for fuel and gas rationing after Ukrainian strikes</p><p>It's not immediately clear how the fuel disruptions will affect Russian military operations, but residents of Crimea and other occupied territories are keenly feeling the blow.</p><p>The peninsula has had periodic fuel shortages from Ukrainian strikes before, but this crisis is the worst since its 2014 annexation.</p><p>At the end of May, authorities restricted the sale of gasoline to 20 liters (5 1/3 gallons) per vehicle owner per week using prepaid coupons. Those were snapped up immediately following their release on an official messaging app channel, and motorists lined up for hours, waiting to refuel.</p><p>Social networks have been abuzz with requests and advice on where to find fuel, and authorities launched a hotline for tourists who have found themselves trapped.</p><p>While fuel shipments over the Kerch Bridge long have been suspended for security reasons since the Ukrainian attacks, fuel also has been carried by ferries. Those shipments are expected to increase.</p><p>Some motorists bring their own gas over the bridge from the mainland, but they are restricted to carrying 100 liters (about 26 1/2 gallons) per vehicle. Some speculators are selling gas at double the market price.</p><p>Crimea attracted nearly 7 million tourists last year, and it had hoped to top that number this year. The business daily Kommersant reported that nearly 80% of hotel bookings were canceled in late May and early June.</p><p>Some hotels offered gasoline as a bonus for new bookings, offers that were quickly snapped up.</p><p>Some travelers were unsettled by a Ukrainian drone attack earlier this week on a passenger train traveling from Moscow to Crimea, injuring its driver and killing his assistant. That led to a brief suspension of service, with passengers taken by buses. An earlier attack on a commuter train in Crimea killed one person and injured three others.</p><p>The Kremlin pledges action</p><p>Kremlin spokesman Dmitry Peskov acknowledged the Crimean fuel shortages earlier this week and promised that “measures were being taken” to deal with them.</p><p>The Russian Defense Ministry has been silent about the Ukrainian attacks on the land corridor, while some war bloggers have harshly criticized the military for failing to anticipate the strikes and its slow response.</p><p>Some suggested military escorts for fuel trucks while others urged stepping up strikes on Ukrainian bridges, fuel storage sites and other infrastructure.</p><p>Amid the fuel crisis and the finger-pointing, Ukraine dealt another symbolic blow to Russia, striking a historic Sevastopol building that houses a huge panoramic painting that depicts the defense of the city during the 19th century Crimean War. The painting was effectively destroyed by fire during the attack, according to Mikhail Razvozhayev, the Kremlin-appointed head of Crimea's largest city.</p><p>Given Putin’s focus on Crimea, military blogger Valery Shiryayev said the attack would certainly anger the Russian leader.</p><p>“It’s hard to find another work of art, another part of national heritage, whose destruction would be as painful for Putin,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OT6RPZRGYWOEVH7IY3SOMPNUPU.jpg?auth=9dbaee0f986364ddcee3d66874ba119d8106cbedfa08b485d48593e5127edce5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tourists walk along an embankment in Sevastopol, Crimea, Monday, May 2, 2022. (AP Photo, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/VGPPQ5OVKNSDLGVIRNIMVEUWA4.jpg?auth=6ba04816986381dfa875177c1d74461ab10fa2095f9a0fb1756b5c9a271987d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cars line up at a petrol station in Simferopol, Crimea, Friday, June 12, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/G4L7QVLROK2ACL4JXRGITZPVEA.jpg?auth=1f946ed5a6ca7238eafdf634c8a1a0e3910c78c8c0c6a9830e81e72821b27d2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Russian military ship transports cars and people from the Russian mainland to the Crimean Peninsula over the Kerch Strait on Monday, July 17, 2023. (AP Photo, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/SFNSU26PDIVPOHGN2SFSJC4SAE.jpg?auth=336ff8d68299f0014aedb6f6590bcaa8c1aad6248efd47be62f4e053bdcf5982&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this photo provided by Sevastopol Mayor Mikhail Razvozhaev's Telegram channel on Wednesday, June 10, 2026, firefighters put out a blaze after a Ukrainian drone hit a building housing a panoramic painting that depicts the defense of the city during the 19th century Crimean War in Sevastopol, Crimea. (Sevastopol Mayor Mikhail Razvozhaev's Telegram channel via AP, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/FJSMRI5R5KQXGDFDY2LLGEL6EM.jpg?auth=3f6412d60b52536f08d4f251b2d5c5ff25e1859d832b20e6cb773591555288a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People gather at the beach in Balaklava Bay, a part of Sevastopol on the Crimean Peninsula, on Sunday, Aug. 9, 2015. (AP Photo/Alexander Zemlianichenko, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexander Zemlianichenko</media:credit></media:content></item><item><title><![CDATA[Thai Princess Bajrakitiyabha, who was known for her legal work, dies at 47]]></title><link>https://www.local10.com/news/world/2026/06/12/thai-princess-bajrakitiyabha-who-was-known-for-her-legal-work-dies-at-47/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/12/thai-princess-bajrakitiyabha-who-was-known-for-her-legal-work-dies-at-47/</guid><dc:creator><![CDATA[By GRANT PECK and JINTAMAS SAKSORNCHAI, Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — Thailand’s Princess Bajrakitiyabha Mahidol, a lawyer and the eldest of King Maha Vajiralongkorn’s children, has died at 47, the Bureau of the Royal Household said.]]></description><pubDate>Fri, 12 Jun 2026 04:55:55 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — Thailand’s Princess Bajrakitiyabha Mahidol, a lawyer and the eldest of King Maha Vajiralongkorn’s children, has died at 47, the Bureau of the Royal Household said.</p><p>She died Thursday evening at a Bangkok hospital where she had been cared for since falling unconscious due to illness three years ago, according to the statement issued Friday.</p><p>“This loss is not merely bad news announced to the people, but an immeasurable grief in the hearts of the entire nation,” Prime Minister Anutin Charnvirakul said in a televised speech. He said the princess was “a pride of Thailand,” and that “her commitment to building a society of kindness, justice, and equality, will forever remain as a moral legacy for the nation, a guiding light for generations of Thais.”</p><p>A small group of mourners gathered in an atrium at King Chulalongkorn Memorial Hospital, where the princess had been treated. Most held framed or laminated photos of her throughout the years.</p><p>Pattamaporn Kaewkityakorn said she had arrived Thursday and spent the night there to show her support for the princess, unaware that the announcement of her passing would come the following morning.</p><p>“I know she was sick, but I wished there were a miracle,” she said, her voice trembling. “I was saddened and shocked.”</p><p>Bajrakitiyabha was active in justice reform efforts and best known for her Kamlangjai, or “Inspire,” project to help rehabilitate incarcerated Thai women ahead of their release.</p><p>Bajrakitiyabha was hospitalized in December 2022 after falling unconscious while training dogs for an army exhibition. The palace said she had a mycoplasma infection, a bacterial infection usually associated with pneumonia.</p><p>Her father's New Year’s greeting card for 2023 showed King Maha Vajiralongkorn and Queen Suthida garbed in somber black, which many Thais saw as confirmation of the gravity of her condition.</p><p>The princess was born on Dec. 7, 1978, to Vajiralongkorn, who was the crown prince at the time, and his then-wife, Princess Soamsawali. Vajiralongkorn has seven children by three of his four successive wives. Bajrakitiyabha was also known by the royal name Bajrakitiyabha Narendira Debyavati, used in formal state settings.</p><p>Prince Dipangkorn Rasmijoti, the youngest of the king’s children, is the presumptive heir because sons take precedence in Thailand's line of succession. But Bajrakitiyabha's experience in public service raised speculation she was set to hold an important role in any future succession, perhaps as regent to a youthful monarch.</p><p>Bajrakitiyabha studied law at Thammasat University then went to Cornell University in New York state, where she earned a master’s degree in law in 2002. She earned a doctorate at Cornell in 2005 with a dissertation concerning the protection of the rights of the accused. Scholarships to Cornell Law School and a program for the exchange of legal scholars between Thailand and Cornell were later established in her name.</p><p>After working briefly at the Thai Mission to the U.N. in New York City, she returned home and worked as a public prosecutor. She renewed her diplomatic career with an appointment as Thailand’s ambassador to Austria from 2012 to 2014 before returning to her homeland to concentrate on criminal justice issues. In 2017 she was appointed a goodwill ambassador for the U.N. Office on Drugs and Crime.</p><p>In addition to working for the rehabilitation of female convicts, she was involved in other projects including a campaign to enhance the living conditions of women prisoners and promoting efforts to stem violence against women as an honorary U.N. goodwill ambassador for women. Her efforts led to the U.N. General Assembly adopting the “Bangkok Rules” on care and conditions for female prisoners.</p><p>“Society cannot grow if there is instability and injustice,” Bajrakitiyabha said in a 2013 interview with The Associated Press.</p><p>“Without the rule of law, without a good justice system, it’s always chaos,” she said. “I think the rule of law is a very important pillar to development, to economic growth, and of course to human rights.”</p><p>Bajrakitiyabha is survived by her parents and siblings.</p><p>——</p><p>Associated Press journalist Anton L. Delgado contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MK4F3RRXGFK7ZPVWWEFJ4BNZK4.jpg?auth=9c909e189021f648f9c6f09f645eb9242d16a748a80dd96e01c445064e812ec2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person holds a picture of the late Thailand Princess Bajrakitiyabha Mahidol in Bangkok, Thailand, Friday, June 12, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4PTVBRA2YNBXA3PBSSCBA56UBM.jpg?auth=f3b59dfd72b32b49bf4f39cbbfaaef1dcc763db99b4cb3e12bd7ab5546d25ef3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Thai King Maha Vajiralongkorn gestures as he speaks with Princess Bajrakitiyabha Mahidol while meeting supporters in Bangkok, Thailand, Nov. 1, 2020. (AP Photo/Wason Wanichakorn, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Wason Wanichakorn</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HKETB2M5PYRDO2FNIM3E6S2MXE.jpg?auth=ddf4c18a8ec228233eb2e26fbfa505c9aa126df6bd1da215e9135e4a57f5fc62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Thai Princess Bajrakitiyabha Mahidol shakes hands while meeting supporters in Bangkok, Thailand, Nov. 1, 2020. (AP Photo/Wason Wanichakorn, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Wason Wanichakorn</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EYHKCXAQGMF5NP2ZH5RTSEOE3E.jpg?auth=0d27980e9f1c88f50b3d1ca94ec445be5899befe972312b00cd8bffa558ba63c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Thai King Maha Vajiralongkorn, from left, Queen Suthida and Princess Bajrakitiyabha Mahido wave to supporters in Bangkok, Thailand, May 5, 2020. (AP Photo/Wason Wanichakorn)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2UOXFITBQJTCRM3P4ZUPNDEQJE.jpg?auth=1e6b49087c625efdb1c5460571e1561aa3ad96030f1e242447915deee7d6028e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Princess Sirivannavari Nariratana, left, daughter of King Maha Vajiralongkorn, second right, and Queen Suthida, right, takes a photo of her royal family members also including Prince Dipangkorn Rasmijoti, second left, and Princess Bajrakitiyabha, as they wave towards audience members from the balcony of Suddhaisavarya Prasad Hall in the Grand Palace during the coronation ceremony, May 6, 2019, in Bangkok, Thailand. (AP Photo/Sakchai Lalit, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026 fans start passionate celebrations at Miami’s Wynwood]]></title><link>https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-fans-start-passionate-celebrations-at-miamis-wynwood/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-fans-start-passionate-celebrations-at-miamis-wynwood/</guid><dc:creator><![CDATA[Clay Ferraro, Andrea Torres]]></dc:creator><description><![CDATA[Soccer players move fast, and so do emotions. FIFA World Cup fans are known to cry, scream, sing, hug, and dance all in the same minute. ]]></description><pubDate>Thu, 11 Jun 2026 23:55:50 +0000</pubDate><content:encoded><![CDATA[<p>Soccer players under pressure move swiftly, and so do emotions during FIFA World Cup games. Mexicans’ rollercoaster of emotions on Thursday in Miami included crying, screaming, singing, hugging, and dancing all in the same 15 minutes. </p><p>On opening day, all eyes were on Mexico City’s Azteca Stadium, which hosted over 80,820 fans. At bars in Miami’s Wynwood, Mexicans and Mexican Americans celebrated a 2-0 victory over South Africa. </p><p>Their chant in Spanish: “¡Que viva México!"</p><p><b>Related story</b>:<a href="https://www.local10.com/sports/2026/06/11/mexico-launches-its-2026-world-cup-campaign-with-a-2-0-win-over-south-africa/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/11/mexico-launches-its-2026-world-cup-campaign-with-a-2-0-win-over-south-africa/"> Mexico gets off to roaring World Cup start with a 2-0 win over South Africa in the opening match</a></p><p>The “Aztec Nation” is proud to be co-hosting the first 48-team World Cup tournament with Canada and the U.S. Julián Quiñones and Raúl Jiménez scored the goals to move ahead with three new points in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>. </p><p>The referee handed defender César Montes one of <a href="https://www.local10.com/sports/2026/06/11/3-red-cards-mar-opening-world-cup-match-between-mexico-and-south-africa/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/11/3-red-cards-mar-opening-world-cup-match-between-mexico-and-south-africa/">the game’s three red cards</a>. Javier Aguirre, their coach, played for the national team in 1986 when Mexico hosted the World Cup and reached the quarterfinals, and he felt proud. </p><p>“We didn’t play well in the first half, but we could have gone into the break leading 3–0, and no one would have complained. We were far superior,” Aguirre told reporters after the game. “In the second half, it felt like we relaxed a bit, but starting with a win is good.”</p><p>Mexican fans ended the night by looking forward to their team’s next challenging match against South Korea at 9 p.m. on June 18. Guadalajara will be the host city. </p><p><b>Related story</b>: <a href="https://www.local10.com/entertainment/2026/06/11/shakira-andrea-bocelli-and-salma-hayek-kick-start-the-world-cup-at-opening-ceremony-in-mexico-city/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/11/shakira-andrea-bocelli-and-salma-hayek-kick-start-the-world-cup-at-opening-ceremony-in-mexico-city/">Shakira, Andrea Bocelli and Salma Hayek kick-start the World Cup at opening ceremony in Mexico City</a></p><p><b>DATES AND TIMES</b></p><h3><b>Here is the schedule of World Cup games</b></h3><p><b>June 11: </b>The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, South Korea vs. Czech Republic, is at 11 p.m.</p><p><b>June 12</b>: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> match, Canada vs. Bosnia, is at 3 p.m. and the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> match, U.S. vs. Paraguay, is at 9 p.m. </p><p><b>June 13</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Qatar vs. Switzerland, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Brazil vs. Morocco, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Haiti vs. Scotland, game is at 9 p.m. </p><p><b>June 14</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Australia vs. Turkey, game is at Midnight. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Germany vs. Curaçao, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, The Netherlands vs. Japan, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ivory Coast vs. Ecuador, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Sweden vs. Tunisia, game is at 10 p.m. </p><p><b>June 15</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Spain vs. Cape Verde, game is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Belgium vs. Egypt, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Saudi Arabia vs. Uruguay, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Iran vs. New Zealand, game is at 9 p.m. </p><p><b>June 16</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Senegal, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Iraq vs. Norway, game is at 6 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Argentina vs. Algeria, game is at 9 p.m. </p><p><b>June 17</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a>, Austria vs. Jordan, game is at Midnight. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Portugal vs. Congo, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, England vs. Croatia, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Ghana vs. Panama, game is at 7 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Uzbekistan vs. Colombia, game is at 10 p.m. </p><p><b>June 18</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, The Czech Republic vs. South Africa, is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Switzerland vs. Bosnia, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Canada vs. Qatar, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, Mexico vs. South Korea, is at 9 p.m.</p><p><b>June 19</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, U.S. vs. Australia, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Scotland vs. Morocco, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Brazil vs. Haiti, game is at 8:30 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. Paraguay, game is at 11 p.m. </p><p><b>June 20</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Netherlands vs. Sweden, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Germany vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Curaçao, game is at 8 p.m. </p><p><b>June 21</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Japan, game is at Midnight. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Spain vs. Saudi Arabia, game is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Belgium vs. Iran, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Cape Verde, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Egypt, game is at 9 p.m. </p><p><b>June 22</b>: There are four matches: The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Argentina vs. Austria, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Iraq, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. Senegal, game is at 8 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Algeria, game is at 11 p.m. </p><p><b>June 23</b>: There are four matches: The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Portugal vs. Uzbekistan, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, England vs. Ghana, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. Croatia, game is at 7 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Congo, game is at 10 p.m. </p><p><b>June 24</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Switzerland vs. Canada, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Bosnia vs. Qatar, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Morocco vs. Haiti, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Scotland vs. Brazil, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>, South Africa vs. South Korea, game is at 9 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>, Czech Republic vs. Mexico, game is at 9 p.m. </p><p><b>June 25</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Curaçao vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Germany, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Netherlands, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Japan vs. Sweden, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. U.S., game is at 10 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Paraguay vs. Australia, game is at 10 p.m. </p><p><b>June 26</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li><li><a href="https://www.local10.com/entertainment/2026/06/10/fifa-world-cup-fan-festival-to-open-saturday-at-bayfront-park/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/10/fifa-world-cup-fan-festival-to-open-saturday-at-bayfront-park/">FIFA World Cup Fan Festival in Miami to open Saturday at Bayfront Park </a></li><li><a href="https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-miami-beach-events-start-with-carlos-vives-and-dj-cassidy/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-miami-beach-events-start-with-carlos-vives-and-dj-cassidy/">FIFA World Cup 2026: Miami Beach kicks off parties with Carlos Vives and DJ Cassidy</a></li><li><a href="https://www.local10.com/sports/2026/06/10/world-cup-what-to-know-mexico-kicks-off-a-supersized-48-team-tournament/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/10/world-cup-what-to-know-mexico-kicks-off-a-supersized-48-team-tournament/">World Cup what to know: Mexico kicks off a supersized, 48-team tournament</a></li></ul><h3><b>Track FIFA World Cup groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Alaska election official threatens to disqualify Republican who shares name with Sen. Dan Sullivan]]></title><link>https://www.local10.com/news/politics/2026/06/11/alaska-election-official-threatens-to-disqualify-republican-who-shares-name-with-sen-dan-sullivan/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/11/alaska-election-official-threatens-to-disqualify-republican-who-shares-name-with-sen-dan-sullivan/</guid><dc:creator><![CDATA[By BECKY BOHRER, Associated Press]]></dc:creator><description><![CDATA[JUNEAU, Alaska (AP) — A top Alaska elections official has threatened to disqualify from the state's August primary a U.S. Senate candidate who shares the same name and party affiliation as incumbent Republican Dan Sullivan.]]></description><pubDate>Fri, 12 Jun 2026 00:54:55 +0000</pubDate><content:encoded><![CDATA[<p>JUNEAU, Alaska (AP) — A top Alaska elections official has threatened to disqualify from the state's August primary a U.S. Senate candidate who shares the same name and party affiliation as incumbent Republican Dan Sullivan.</p><p>Division of Elections Director Carol Beecher in a letter to challenger Dan Sullivan said her office had received two complaints regarding his eligibility and determined “that the preponderance of evidence does not support your eligibility for the office of United States Senator.”</p><p>She gave him a Thursday deadline to submit “any additional information and evidence" in response.</p><p>Sullivan, the challenger, did not immediately respond to messages seeking comment about the letter from Beecher, a registered Republican who in the past has donated to Republican groups and campaigns. Her letter, dated Wednesday and published by the Anchorage Daily News, did not specify the evidence it found to potentially remove him from the primary ballot, and her office did not respond to requests for comment.</p><p>Sullivan's candidacy has caused a stir in one of the most prominent U.S. Senate races in the country. It's a seat Democrats have targeted as they try to regain the majority in the chamber in this year's midterm elections.</p><p>Sen. Sullivan has accused his namesake challenger of working with Democrats to try to trick voters and boost the chances of his top opponent, former Democratic Rep. Mary Peltola, a claim both deny. The challenger, who lives in the small fishing community of Petersburg south of Juneau, told The Associated Press earlier this week that the decision to run was “my choice." He said he had no contact with the Peltola campaign — “zero, none, zilch.”</p><p>This week, the challenger also pushed back in response to Republican Lt. Gov. Nancy Dahlstrom's announcement that she was opening an investigation into his candidacy.</p><p>“The law forbids your office from denying me access to the ballot just because Senator Sullivan and the NRSC would prefer I not be allowed to run,” he wrote, referring to the National Republican Senatorial Committee.</p><p>He called the investigation “an unprecedented affront to my rights as a candidate and the rights of Alaska voters to select their own representation in the U.S. Senate.”</p><p>It was not immediately clear whether he had retained an attorney to help him remain on the ballot.</p><p>Some attorneys also have raised questions about Dahlstrom's investigation, which among other things demanded that Sullivan explain his party affiliation, how long he had been going by the name Dan Sullivan, his affiliation with a consultant and any interactions he might have had with other candidates in the race or the Democratic Party.</p><p>Dahlstrom, who oversees elections, said in her letter to the challenger that the investigation pertained to “credible allegations” that he did not declare his candidacy “with a good faith purpose to seek office but rather with a purpose to confuse voters and have them mistakenly vote for you rather than the incumbent with the same name and same political party affiliation.”</p><p>The questions are in line with claims outlined in a letter to her and Beecher earlier this month from an attorney with the National Republican Senatorial Committee.</p><p>The ACLU of Alaska, in a statement, said it is “unaware of any other instance where the Lieutenant Governor has investigated a specific candidate for reasons other than determining whether a candidate meets federal, state and local eligibility requirements.” The group said it was monitoring the situation.</p><p>Jahna Lindemuth, who was an Alaska attorney general under an independent governor, said investigating why someone would run for office “starts infringing on free speech concerns and other protections under the Constitution.” She said Dahlstrom could label the senator as the incumbent on the ballot if she were concerned about voter confusion.</p><p>The Constitution requires senators to be at least 30 years old, a U.S. citizen for at least nine years and live in the state they've chosen to represent at the time of election. Sullivan, who will turn 69 this weekend, told the AP he moved to Alaska in 1980 and worked for the U.S. Forest Service before switching careers and becoming a teacher. He's now retired.</p><p>The declaration that the elections division requires candidates to fill out asks for their name, the party affiliation they want on the ballot, their address and how they want their name to appear. In signing the declaration, candidates are asked to affirm they meet citizenship, age and residency requirements.</p><p>The division previously certified challenger Sullivan's candidacy, noting him on the candidate list as Dan J. Sullivan. The senator is listed as Dan S. Sullivan and as the incumbent.</p><p>At least one group running ads in support of the senator, One Nation, has begun referring to him as Sen. Dan S. Sullivan.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TDII4O6YJVWPJFZAF2OTWVPYRM.jpg?auth=839a5ae44c269ef49fc6ec8014da18db87801c4d5bf090e74ab51c176e754acf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by Karen Dillman, Alaska Senate candidate Dan Sullivan, one of the challengers to the incumbent senator, also named Dan Sullivan, poses for a photo on a hike, Sunday, June 7, 2026, on Kupreanof Island, near Petersburg, Alaska. (Karen Dillman via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Karen Dillman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R2L3WXYJNT5N5VM43IKHKOPCWI.jpg?auth=3bb1099c9e0c0e5c4c859b8808aca7d1b06d6a52652ec56f42fcd9900b230f42&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Carol Beecher, the new director of the Alaska Division of Elections, speaks during a news conference, Feb. 16, 2023, in Juneau, Alaska. (AP Photo/Becky Bohrer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Becky Bohrer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y4HV4EKZMV4WFIZZUUCIEPCS5A.jpg?auth=5514a036e5d2dcdcdb26e258ffc1e8ed52a952658421271c274c549564b88420&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Dan Sullivan, R-Alaska, speaks to reporters at the Capitol in Washington, June 30, 2025. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Kennedy Center board seeks pause of ruling ordering removal of Trump's name by Friday deadline]]></title><link>https://www.local10.com/entertainment/2026/06/11/kennedy-center-board-seeks-pause-of-ruling-ordering-removal-of-trumps-name-by-friday-deadline/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/11/kennedy-center-board-seeks-pause-of-ruling-ordering-removal-of-trumps-name-by-friday-deadline/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump's handpicked board at the Kennedy Center is mounting a last-minute effort to keep his name on the facade of the iconic performing arts facility before a court-ordered deadline to remove it by Friday.]]></description><pubDate>Fri, 12 Jun 2026 04:12:43 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump's handpicked board at the Kennedy Center is mounting a last-minute effort to keep his name on the facade of the iconic performing arts facility before a court-ordered deadline to remove it by Friday.</p><p>The board voted Thursday to seek a stay of U.S. District Judge Christopher Cooper's May 29 ruling that said Trump's name was illegally added to the Kennedy Center, according to a person familiar with the move who requested anonymity to discuss a private meeting. The formal request was filed late Thursday.</p><p>Cooper ruled that only Congress could institute a change to the Kennedy Center's name and ordered references to Trump be removed by Friday. He also blocked the administration from closing the cultural and arts venue for major renovations that had been planned to start in July and last for two years.</p><p>The board move marks a shift from a June 4 memo to staff from the Kennedy Center’s Office of General Counsel saying email signatures, letterhead and other documents must reflect the name as “The John F. Kennedy Center for the Performing Arts” or “Kennedy Center.”</p><p>The Kennedy Center's website has dropped the president's name. And an email earlier this week sent to members offering ticket packages for the June 28 Mark Twain Award for American Humor ceremony came from the Kennedy Center without including Trump's name.</p><p>“The Trump administration’s 11th hour gambit after waiting nearly two weeks evinces desperation," Norm Eisen, a board member at Democracy Defenders Action, and Nathaniel Zelinsky, senior counsel at the Washington Litigation Group, said in a statement. "That is what they should be feeling because they don’t have a legal leg to stand on. We will be vigorously contesting this latest ploy as we have throughout the case on behalf of Congresswoman Beatty and the American people.”</p><p>They represent Rep. Joyce Beatty, D-Ohio, an ex-officio member of the Kennedy Center's board who filed the lawsuit seeking to remove Trump's name from the institution.</p><p>After ignoring the Kennedy Center for much of his first term, Trump has wielded tremendous influence over the venue during his return to office. Just a month into his second term, he ousted the center’s previous leadership and replaced it with a hand-picked board of trustees that named him chairman. He brought in Richard Grenell to serve as president, a position he held until March when Matt Floca assumed the role.</p><p>The center’s lineup has included more Trump-friendly programming, serving as the venue for events such as the premiere of first lady Melania Trump’s documentary, “Melania.”</p><p>The board also announced it had renamed the facility the Trump Kennedy Center, a change scholars and lawmakers say must be initiated by Congress, and physically added the president’s name to the building’s facade.</p><p>The fallout from the arts community was swift and intense. Actor Issa Rae, musician Bela Fleck and author Louise Penny were among the numerous artists who withdrew from appearances, while consultants such as musician Ben Folds and singer Renée Fleming resigned. Earlier this month, the executive director of the National Symphony Orchestra, Jean Davidson, left to head the Los Angeles-based Wallis Annenberg Center for the Performing Arts.</p><p>In addition to voting on the stay on Thursday, the board backed a resolution recognizing Trump's “commitment to uphold this cherished American institution.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YV4FFVTMEOT6BJTRFFAZE47BWA.jpg?auth=e0a9a8a8576a61a5bd2fe498023463f1d5f5e5271c01346979c93ac8db5a56f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man wheels a garbage bin outside of The John. F. Kennedy Center for the Performing Arts, Saturday, June 6, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PAPXODCYYEPJ74UO4JXBJ26OFI.jpg?auth=8aceaa07e85a872b73b1c6497546ffe96bca65165d2df0646fd26b57f6abf65f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump talks with reporters before boarding Air Force One at John F. Kennedy International Airport in New York, early Tuesday, June 9, 2026. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JDICMCEEEJNRZIPEDYGVLHYMHE.jpg?auth=85e81d8c55adeed12b3fdce731fdc87a443dd3db2549dc8cb2572371a0bbb206&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A bust of President John F. Kennedy is displayed in the John F. Kennedy Memorial Center For The Performing Arts, Thursday, June 4, 2026, 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/KTOXJP2H4CD7DKVDFKAGB2FUFU.jpg?auth=609296f7dbc515a6b33720ee1f6f92dc59a28bba2e5d808fe5331f7a9048887d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Portraits of President Donald Trump, from left, first lady Melania Trump, Vice President JD Vance and second lady Usha Vance are displayed on the walls of the The John F. Kennedy Center for the Performing Arts lobby, Friday, June 5, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BNAZVKKUHUI34XFYHV437SSJFQ.jpg?auth=68901b14d3cb719127266a1b57f1f302ac09f46e346809210d935334ae4c86a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign on the patio overlooking the Potomac River at The John F. Kennedy Center for Performing Arts, in Washington, Friday, May 29, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Miami Beach kicks off parties with Carlos Vives and DJ Cassidy ]]></title><link>https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-miami-beach-events-start-with-carlos-vives-and-dj-cassidy/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-miami-beach-events-start-with-carlos-vives-and-dj-cassidy/</guid><dc:creator><![CDATA[Will Manso, Aaron Maybin, Isabella Martin, Andrea Torres]]></dc:creator><description><![CDATA[The grand opening of the FIFA World Cup 2026 Fan Festival is from 2 p.m. to midnight on Saturday at Bayfront Park in downtown Miami.  ]]></description><pubDate>Thu, 11 Jun 2026 22:09:06 +0000</pubDate><content:encoded><![CDATA[<p>Miami Beach started the FIFA World Cup celebrations with Carlos Vives performing on a stage on the sand in South Beach after <a href="https://www.local10.com/sports/2026/06/11/world-cup-begins-with-mexico-hosting-south-africa-in-opening-match/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/11/world-cup-begins-with-mexico-hosting-south-africa-in-opening-match/">Mexico’s 2-0 victory over South Africa on Thursday</a>.</p><p><b>The 10 Street Beach</b> opened at 2 p.m. to screens near Lummus Park, at 1130 Ocean Drive in South Beach, displaying the FIFA World Cup 2026 opening ceremony at Estadio Azteca, in Mexico City. </p><p>Shakira and Afrobeats artist Burna Boy performed “Dai Dai.” The other performers included J Balvin, Maná, and Alejandro Fernández. </p><p><b>Related story</b>:<a href="https://www.local10.com/entertainment/2026/06/11/shakira-andrea-bocelli-and-salma-hayek-kick-start-the-world-cup-at-opening-ceremony-in-mexico-city/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/11/shakira-andrea-bocelli-and-salma-hayek-kick-start-the-world-cup-at-opening-ceremony-in-mexico-city/"> Shakira, Andrea Bocelli and Salma Hayek kick-start the World Cup at opening ceremony in Mexico City</a></p><p><b>The Bandshell</b>, at 7275 Collins Ave., plans to host four watch parties: Doors open at 11 a.m. on June 22 for the 1 p.m. Argentina vs. Austria match. Doors open at 4 p.m. on June 24 for the 6 p.m. Scotland vs. Brazil match. Doors open at 1 p.m. for the 3 p.m. semi-final matches on July 14-15. </p><p>The Bandshell also plans to co-host an event with the Consulate General of Uruguay in Miami at 6 p.m. on June 20. </p><p><b>The Sandbowl,</b> behind the Bandshell, plans to host two watch parties: Doors open at 3 p.m. on July 18 for the 5 p.m. bronze final. Doors open at 1 p.m. on July 19 for the 3 p.m. final. </p><p><b>Related story</b>: <a href="https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-fans-start-passionate-celebrations-at-miamis-wynwood/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-fans-start-passionate-celebrations-at-miamis-wynwood/">FIFA World Cup 2026 fans start passionate celebrations at Miami’s Wynwood</a></p><p>For more information about the city of Miami Beach events and installations, <a href="https://www.miamibeachfl.gov/worldcup/" target="_self" rel="" title="https://www.miamibeachfl.gov/worldcup/">visit this page</a>. </p><p><b>DATES AND TIMES</b></p><h3><b>Here is the schedule of World Cup games</b></h3><p><b>June 11: </b>The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, South Korea vs. Czech Republic, is at 11 p.m.</p><p><b>June 12</b>: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> match, Canada vs. Bosnia, is at 3 p.m. and the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> match, U.S. vs. Paraguay, is at 9 p.m. </p><p><b>June 13</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Qatar vs. Switzerland, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Brazil vs. Morocco, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Haiti vs. Scotland, game is at 9 p.m. </p><p><b>June 14</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Australia vs. Turkey, game is at Midnight. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Germany vs. Curaçao, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, The Netherlands vs. Japan, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ivory Coast vs. Ecuador, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Sweden vs. Tunisia, game is at 10 p.m. </p><p><b>June 15</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Spain vs. Cape Verde, game is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Belgium vs. Egypt, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Saudi Arabia vs. Uruguay, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Iran vs. New Zealand, game is at 9 p.m. </p><p><b>June 16</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Senegal, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Iraq vs. Norway, game is at 6 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Argentina vs. Algeria, game is at 9 p.m. </p><p><b>June 17</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a>, Austria vs. Jordan, game is at Midnight. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Portugal vs. Congo, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, England vs. Croatia, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Ghana vs. Panama, game is at 7 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Uzbekistan vs. Colombia, game is at 10 p.m. </p><p><b>June 18</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, The Czech Republic vs. South Africa, is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Switzerland vs. Bosnia, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Canada vs. Qatar, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, Mexico vs. South Korea, is at 9 p.m.</p><p><b>June 19</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, U.S. vs. Australia, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Scotland vs. Morocco, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Brazil vs. Haiti, game is at 8:30 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. Paraguay, game is at 11 p.m. </p><p><b>June 20</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Netherlands vs. Sweden, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Germany vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Curaçao, game is at 8 p.m. </p><p><b>June 21</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Japan, game is at Midnight. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Spain vs. Saudi Arabia, game is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Belgium vs. Iran, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Cape Verde, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Egypt, game is at 9 p.m. </p><p><b>June 22</b>: There are four matches: The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Argentina vs. Austria, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Iraq, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. Senegal, game is at 8 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Algeria, game is at 11 p.m. </p><p><b>June 23</b>: There are four matches: The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Portugal vs. Uzbekistan, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, England vs. Ghana, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. Croatia, game is at 7 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Congo, game is at 10 p.m. </p><p><b>June 24</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Switzerland vs. Canada, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Bosnia vs. Qatar, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Morocco vs. Haiti, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Scotland vs. Brazil, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>, South Africa vs. South Korea, game is at 9 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>, Czech Republic vs. Mexico, game is at 9 p.m. </p><p><b>June 25</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Curaçao vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Germany, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Netherlands, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Japan vs. Sweden, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. U.S., game is at 10 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Paraguay vs. Australia, game is at 10 p.m. </p><p><b>June 26</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li><li><a href="https://www.local10.com/entertainment/2026/06/10/fifa-world-cup-fan-festival-to-open-saturday-at-bayfront-park/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/10/fifa-world-cup-fan-festival-to-open-saturday-at-bayfront-park/">FIFA World Cup Fan Festival in Miami to open Saturday at Bayfront Park </a></li></ul><h3><b>Track FIFA World Cup groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Jury convicts the brother of Massachusetts attorney general of sexual assaults]]></title><link>https://www.local10.com/news/national/2026/06/11/jury-convicts-the-brother-of-massachusetts-attorney-general-in-sex-assaults/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/11/jury-convicts-the-brother-of-massachusetts-attorney-general-in-sex-assaults/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — A jury Thursday convicted the brother of Massachusetts Attorney General Andrea Campbell of sexually assaulting women while he posed as a rideshare driver.]]></description><pubDate>Fri, 12 Jun 2026 02:35:50 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — A jury Thursday convicted the brother of Massachusetts Attorney General Andrea Campbell of sexually assaulting women while he posed as a rideshare driver.</p><p>Jurors found Alvin Campbell, 45, guilty of 21 out of 22 counts for sex assaults from 2017 to 2019, the Suffolk County district attorney's office said. He was found guilty of charges including aggravated rape, kidnapping and photographing an unsuspecting nude person.</p><p>The jury was deadlocked on one of the rape charges.</p><p>“We will determine our action, if any, at a future date on that charge,” the district attorney's office said in a statement.</p><p>Campbell faces up to life in prison for aggravated rape when he is sentenced on June 29.</p><p>Campbell posed as a rideshare driver to target women outside bars or other locations, prosecutors said.</p><p>His younger sister became the first woman of color to win statewide office in Massachusetts when she was sworn in as attorney general in 2023. A spokesperson for the attorney general's office didn't immediately return an email from The Associated Press late Thursday seeking comment on the verdict.</p><p>Andrea Campbell has spoken previously about her family's troubled history in the criminal justice system, including her brother's rape charges.</p><p>“One thing I do frequently is share my story because I think there are so many who carry their story with a sense of shame and don’t want to talk about it, including the criminal aspects of my family,” she said in a previous interview with the AP. “But there is no shame in one sharing their story. There is power in it.”</p><p>The attorney general is the chief lawyer and law enforcement officer in the state.</p><p>After the verdict, Suffolk County District Attorney Kevin Hayden told reporters he hadn't spoken with the attorney general.</p><p>Alvin Campbell “deceivingly and calculatedly” preyed upon women in their most vulnerable moments, Hayden said. “I can't imagine what that horror must have been like for them.”</p><p>Campbell's defense attorney didn't immediately respond to a phone message and email from the AP.</p><p>Hayden expressed gratitude to the women who testified: “We’re happy that we were able to secure justice and accountability for them and so we thank them.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D7YLFA5S2DTL6KUPP3GM7LGGOE.jpg?auth=bd9462fceaf28a39b9e6ea7121c3914787ae6f942bf4cf9f44e3030abb575432&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- Alvin Campbell Jr. sits at the defense table during his sexual assault trial, in Suffolk Superior Court, in Boston, May 18, 2026. (Pat Greenhouse/The Boston Globe via AP, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Pat Greenhouse</media:credit></media:content></item><item><title><![CDATA[Lightning's Nikita Kucherov wins the Hart Trophy as NHL MVP, his second such honor]]></title><link>https://www.local10.com/sports/2026/06/11/lightnings-nikita-kucherov-wins-the-hart-trophy-as-nhl-mvp-his-second-such-honor/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/lightnings-nikita-kucherov-wins-the-hart-trophy-as-nhl-mvp-his-second-such-honor/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Nikita Kucherov of the Tampa Bay Lightning won the Hart Trophy as NHL MVP, the second such honor of his career after also winning the Hart in 2019.]]></description><pubDate>Thu, 11 Jun 2026 23:47:39 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Nikita Kucherov of the Tampa Bay Lightning won the Hart Trophy as NHL MVP, the second such honor of his career after also winning the Hart in 2019.</p><p>The league announced the news Thursday prior to Game 5 of the Stanley Cup Final.</p><p>Kucherov led all players with 1.71 points a game on 44 goals and 86 assists. With 130 points, he ranked second to only Edmonton’s Connor McDavid, who had 138.</p><p>McDavid was a close second by 10 points in voting by members of the Professional Hockey Writers Association. Colorado’s Nathan MacKinnon was third and San Jose’s Macklin Celebrini fourth.</p><p>Kucherov had 42 more points than his next-closest teammate, Jake Guentzel. He was third in Hart Trophy voting a year ago and second in 2023-24.</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QIBGIWI7UF3HKVOX6KP72SGMTA.jpg?auth=bddb36ed23e7456ecbf6987f9c18e35e32b7adeab07148b2eb075b32aa50592c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tampa Bay Lightning right wing Nikita Kucherov looks on before Game 1 of an NHL hockey Stanley Cup first-round playoff series against the Montréal Canadiens, April 19, 2026, in Tampa, Fla. (AP Photo/Chris O'Meara, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content></item><item><title><![CDATA[El Niño ya está aquí y los científicos temen que será enorme, devastador y costoso]]></title><link>https://www.local10.com/espanol/2026/06/11/el-nino-ya-esta-aqui-y-los-cientificos-temen-que-sera-enorme-devastador-y-costoso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/el-nino-ya-esta-aqui-y-los-cientificos-temen-que-sera-enorme-devastador-y-costoso/</guid><dc:creator><![CDATA[Por SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — El Niño, el caótico fenómeno climático de la naturaleza, se ha formado en un océano Pacífico más cálido de lo normal y se prevé que alcance una intensidad histórica, anunciaron meteorólogos el jueves.]]></description><pubDate>Thu, 11 Jun 2026 23:47:25 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — El Niño, el caótico fenómeno climático de la naturaleza, se ha formado en un océano Pacífico más cálido de lo normal y se prevé que alcance una intensidad histórica, anunciaron meteorólogos el jueves.</p><p>Los expertos dijeron que El Niño, un ciclo de calentamiento natural, incrementará aún más la temperatura de un planeta que ya se calienta a consecuencia de la contaminación generada por el uso de combustibles fósiles, y probablemente intensificará enormemente los fenómenos meteorológicos extremos en todo el orbe. Los meteorólogos pronostican que igualará —o superará— el récord de El Niño que comenzó en 1997, el cual contribuyó a causar miles de millones de dólares en daños por olas de calor, inundaciones, sequías, tornados e incendios forestales.</p><p>La Oficina Nacional de Administración Oceánica y Atmosférica (NOAA, por sus siglas en inglés) confirmó oficialmente la existencia de El Niño, un calentamiento de las aguas del Pacífico cerca del ecuador que afecta los patrones climáticos en todo el mundo. En su anuncio, la NOAA indicó que existe un 63% de probabilidad de que El Niño se intensifique tanto al concluir el otoño y empezar el invierno que “se ubicaría entre los eventos de El Niño más grandes en el registro histórico desde 1950”.</p><p>Las aguas cálidas y profundas de El Niño afectan los patrones climáticos al traer “mucho calor adicional a la superficie, lo que alimenta muchos eventos extremos en muchos lugares en el mundo”, explicó la climatóloga Abby Frazier, de la Universidad Clark. Especialmente en el Pacífico, “la situación puede volverse crítica muy rápidamente”, agregó.</p><p>António Guterres, el secretario general de Naciones Unidas, describió a El Niño como una “alerta climática urgente”.</p><p>“Las condiciones de El Niño echarán más leña al fuego de un planeta en calentamiento”, advirtió Guterres en un mensaje de video.</p><p>Los impactos de El Niño generan ganadores y perdedores</p><p>Los efectos de este patrón climático varían según la región. A menudo El Niño atenúa —pero no elimina— la actividad de la temporada de huracanes del Atlántico, pero la incrementa en el Pacífico. Así que mientras las costas estadounidenses en el este del país y en el golfo de México podrían tener un respiro, Hawai y otras islas corren un peligro mayor, expuso Frazier.</p><p>El Oriente Medio, azotado por la sequía, podría beneficiarse, según los científicos climáticos. Pero otras regiones enfrentan mayores riesgos. Partes del oeste de Sudamérica —donde se detectaron los primeros fenómenos de El Niño hace décadas— suelen sufrir fuertes lluvias e inundaciones, además de un verano inusualmente cálido. India enfrentará olas de calor más intensas, mientras que Australia se verá amenazada por sequía, incendios forestales y calor extremo.</p><p>Es probable que el noreste de África experimente cambios climáticos drásticos, desde una sequía intensa hasta lluvias torrenciales peligrosas, refirió Muhammad Azhar Ehsan, climatólogo y experto en El Niño de la Universidad de Columbia.</p><p>En Estados Unidos, El Niño puede provocar tormentas más intensas con lluvias más abundantes en el sur, pero también suele beneficiar a la agricultura estadounidense, dijo Jon Gottschalck, jefe de la división de operaciones del Centro de Predicción Climatológica de la NOAA.</p><p>Michael Ferrari, meteorólogo y jefe de investigación de la firma de investigación de inversiones Moby, expuso que las condiciones para los granos y las semillas, especialmente la soya, son favorables en 18 estados estadounidenses de gran producción, pero son mixtas en lo que respecta a la industria de los productos lácteos y la ganadería.</p><p>Las Montañas Rocosas del norte y el suroeste —donde se registra una escasez de nieve “sin precedentes”—, podrían experimentar fuertes lluvias durante el verano, dijo Gottschalck. El mayor impacto en Estados Unidos suele notarse en invierno, cuando el sur del país experimenta mayores precipitaciones y la región noroccidental un clima más cálido y seco.</p><p>En general, las temperaturas elevadas por este patrón meteorológico pueden enfriar el crecimiento económico estadounidense, expuso Marshall Burke, economista climático de Stanford. Varios climatólogos pronostican que 2027 será el año más caluroso jamás registrado debido a los efectos retardados de este El Niño, que se prevé alcance su punto máximo en otoño o invierno.</p><p>“Tenemos evidencia bastante clara de que la economía estadounidense crece más lentamente cuando las temperaturas están por encima de lo normal”, manifestó Burke.</p><p>Fuertes señales tempranas</p><p>Los fenómenos climáticos extremos causados por El Niño también dependen del momento en que se desarrolla.</p><p>Normalmente, El Niño se forma en el verano, alcanza su punto máximo a finales del otoño o en los primeros días del invierno, y se disipa en la primavera siguiente, explicaron los científicos.</p><p>No obstante, el equipo de Ehsan pronostica que este El Niño alcanzará su punto máximo uno o dos meses antes, con base en las claras señales tempranas de las últimas semanas. Gabriel Vecchi, climatólogo de la Universidad de Princeton, dijo que los fenómenos de El Niño de gran magnitud como este también tienden a durar más.</p><p>Los indicios tempranos —incluida la presencia de aguas más cálidas que se desplazan hacia la superficie del Pacífico— han sido tan fuertes y evidentes que todos los meteorólogos han pronosticado el mismo El Niño ultrafuerte, agregó Vecchi, quien también mencionó que los pronósticos de El Niño suelen ser muy dispares en esta época del año.</p><p>Los científicos también predicen eventos de El Niño más intensos a medida que el mundo se calienta debido a la quema de carbón, petróleo y gas, expusieron Frazier y otros. No obstante, ella hizo notar que es demasiado pronto para determinar si este El Niño forma parte de ese proceso.</p><p>Incluso antes de que oficialmente se formara, este El Niño ya había recibido sobrenombres, incluidos “súper” y “Godzilla”.</p><p>“En lugar de que tengan miedo, podemos pedirle a la gente que se prepare”, dijo Ehsan, de la Universidad de Columbia.</p><p>———</p><p>La cobertura climática y ambiental de The Associated Press recibe el apoyo económico de varias fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentre los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de patrocinadores y las áreas de cobertura financiadas en AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RAOV3AEXKHM7SS2B7CG6GAN6WM.jpg?auth=f1df8149ea9315af893672fb78cfbbf1ad8d2537fdfc04d1560bf4c2bfac7e93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Plantas de trigo afectadas por la sequía crecen junto a un terreno reseco en un campo, el 16 de mayo de 2026, cerca de Macksville, Kansas. (AP Foto/Charlie Riedel, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TF5UPCICSCNPB3ORDZ7WYNCHPI.jpg?auth=95974ed3d234f0e7223b167a2068d879a40ffd134189eb537cada0c7ea4cf4db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Un bombero arrastra una manguera junto a un incendio forestal a orillas del lago Castaic, el 22 de enero de 2025, en Castaic, California. (AP Foto/Jae C. Hong, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PVYX4ZOP2DVBE4RUJ7X6AHLRTY.jpg?auth=157901d7c6f3d91f8616cebacef81e0920de39df9277378fe68cd6f1e04d105f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Una mujer usa un ventilador portátil durante una alerta por calor en el distrito de Brooklyn, el 19 de mayo de 2026, en Nueva York. (AP Foto/Adam Gray, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content></item><item><title><![CDATA[Man faces charges in 2019 reality TV car guru’s murder-for-hire hit in Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/06/11/man-faces-charges-in-2019-murder-for-hire-hit-targeting-reality-tv-car-guru-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/man-faces-charges-in-2019-murder-for-hire-hit-targeting-reality-tv-car-guru-in-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 30-year-old man faced charges on Thursday in Miami-Dade County over the 2019 murder-for-hire hit of a reality TV car customization guru, records show.]]></description><pubDate>Thu, 11 Jun 2026 19:54:22 +0000</pubDate><content:encoded><![CDATA[<p>A 30-year-old man faced charges on Thursday in Miami-Dade County over the 2019 murder-for-hire hit of a <a href="https://www.imdb.com/title/tt7209820/" target="_self" rel="" title="https://www.imdb.com/title/tt7209820/">reality TV</a> car customization guru, records show.</p><p><a href="https://www.local10.com/espanol/2026/06/11/acusan-a-hombre-por-asesinato-por-encargo-de-figura-de-programas-de-autos-ocurrido-en-miami-dade-en-2019/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/acusan-a-hombre-por-asesinato-por-encargo-de-figura-de-programas-de-autos-ocurrido-en-miami-dade-en-2019/">Leer en español</a></p><p>According to an arrest warrant, a Miami-Dade Sheriff’s Office detective reported surveillance videos show Julian Jimenez at the crime scene on Aug. 27, 2019, in Kendale Lakes. </p><p>A surveillance video shows Jimenez wearing a mask and gloves and holding a .40 caliber gun, after <a href="https://www.imdb.com/title/tt7209820/" target="_self" rel="" title="https://www.imdb.com/title/tt7209820/">Alex Vega</a> pulled into his home’s driveway along Southwest 118 Avenue, near Killian Parkway, according to the warrant. </p><p>Jimenez, then 23, fired, and deputies found Vega, then 50, suffering from wounds to his back, according to the arrest warrant. Fire rescue personnel took Vega to the Kendall Regional Medical Center, which now operates as HCA Florida Kendall Hospital, records show. </p><figure><img src="https://www.local10.com/resizer/v2/R5PRCFRWYVDDTFY7UJOJKBWKJI.jpg?auth=73b7bbef96499148a73713a569ca1f2f3a05051629037b5bf5d4e9b0c31e3000&smart=true&width=1200&height=900" alt="Corrections booked Julian Jimenez on Wednesday night at the Turner Guilford Knight Correctional Center in Miami-Dade County, according to inmate records." height="900" width="1200"/><figcaption>Corrections booked Julian Jimenez on Wednesday night at the Turner Guilford Knight Correctional Center in Miami-Dade County, according to inmate records.</figcaption></figure><p>More than 15 years ago, Vega and Rolando Ramirez had a conflict over debt, <a href="https://www.justice.gov/usao-sdfl/pr/south-florida-jury-convicts-murder-hire-conspirators-face-life-prison-1" target="_self" rel="" title="https://www.justice.gov/usao-sdfl/pr/south-florida-jury-convicts-murder-hire-conspirators-face-life-prison-1">according</a> to federal prosecutors who worked in a related case. </p><p>In 2012, Ramirez, the owner of the Doral Collision Center, took over Vega’s Exclusive Motoring Worldwide in Doral as part of a settlement, according to prosecutors. </p><p>Ramirez’s friend Rasheed Ali, a former University of Miami football player, helped to arrange the murder for hire plot in 2018, according to prosecutors.</p><p>Ali, also known as “Fresh,” and his friend, Tamrat Mason, better known as reggae artist “Shifta,” recruited Jaime Serrano, a “marijuana distributor” with an outstanding debt, <a href="https://www.justice.gov/usao-sdfl/pr/south-florida-jury-convicts-murder-hire-conspirators-face-life-prison-1" target="_self" rel="" title="https://www.justice.gov/usao-sdfl/pr/south-florida-jury-convicts-murder-hire-conspirators-face-life-prison-1">according</a> to prosecutors.</p><p>On Aug. 21, 2019, Serrano flew with Jimenez from New York to Miami and rented a 2018 Nissan Rogue from Enterprise Rental Car, according to deputies. </p><p>A few minutes after Vega was wounded on Aug. 27, 2019, surveillance video shows Jimenez walking southbound on Southwest 117 Avenue and “towards a bus stop that contained a garbage can where the firearm was later located,” according to the warrant. </p><p>Another surveillance video shows the Nissan Rogue, “about five minutes later, at the Bird Road toll plaza on the northbound Florida Turnpike,” according to the warrant, which didn’t mention how much Jimenez was allegedly paid. </p><p><b>Related story</b>:<a href="https://www.local10.com/news/local/2024/08/16/fbi-agents-raid-doral-auto-shop-in-connection-with-plot-to-kill-celebrity-car-designer/" target="_self" rel="" title="https://www.local10.com/news/local/2024/08/16/fbi-agents-raid-doral-auto-shop-in-connection-with-plot-to-kill-celebrity-car-designer/"> FBI agents raid Doral auto shop in connection with plot to kill celebrity car designer</a></p><p>“Law enforcement located a mask and a pair of gloves,” a deputy wrote, according to the warrant. </p><p>The FBI started an investigation <a href="https://www.justice.gov/usao-sdfl/pr/two-men-convicted-stalking-and-almost-killing-miami-resident" target="_self" rel="" title="https://www.justice.gov/usao-sdfl/pr/two-men-convicted-stalking-and-almost-killing-miami-resident">in 2021</a>. Jimenez, who is from the Bronx, complied with a warrant to provide his DNA to law enforcement on June 26, 2022, and the MDSO Forensic Services Bureau laboratory analyzed it, according to the warrant. </p><p>In 2023, a jury in federal court found Serrano guilty after <a href="https://www.justice.gov/usao-sdfl/pr/two-men-convicted-stalking-and-almost-killing-miami-resident" target="_self" rel="" title="https://www.justice.gov/usao-sdfl/pr/two-men-convicted-stalking-and-almost-killing-miami-resident">Jimenez pled guilty</a> to the same three federal charges: Interstate stalking, conspiracy to use a firearm in furtherance of a crime of violence, and use of a firearm in furtherance of a crime of violence. </p><p>U.S. District Judge Roy K. Altman sentenced Jimenez to 35 years in prison and Serrano to 50 years in prison, federal court records show. </p><p><b>Related story</b>: <a href="https://www.local10.com/news/local/2025/05/22/they-are-going-away-forever-victim-of-would-be-murder-for-hire-speaks-after-guilty-verdicts/" target="_self" rel="" title="https://www.local10.com/news/local/2025/05/22/they-are-going-away-forever-victim-of-would-be-murder-for-hire-speaks-after-guilty-verdicts/">‘They are going away forever’: Victim of would-be murder-for-hire plot speaks after guilty verdicts</a></p><p>Miami-Dade County corrections booked Jimenez shortly before 11:40 p.m. on Wednesday at the Turner Guilford Knight Correctional Center, according to inmate records. </p><p>Jimenez had two warrant cases: One was for attempted murder with a deadly weapon and conspiracy to commit murder with a deadly weapon, and the other was a hold for another agency, records show. </p><p><b>Read a segment from the warrant</b></p><figure><img src="https://www.local10.com/resizer/v2/TPCQKNFUPJB2TLNHKPP6KMPS3A.jpg?auth=2b31b419dd97fab11af1f2e02d426e7bbb1fa175e2a878271d5a3f3d8518a83d&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><figure><img src="https://www.local10.com/resizer/v2/GTJ5K2WI3REP3PP66XR6XDEMYQ.jpg?auth=3e171babdc52f7d159df955300feba3dd77fd133512c48a3c1e801a04e1c4076&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><figure><img src="https://www.local10.com/resizer/v2/IFPB4SBNZFE7VF4JVSDZKD3SOQ.jpg?auth=e6247f6c5e66300beaa1987488c367bc271952673113df34d295a7bb41c1d55a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><i>Local 10 News Assignment Desk Editor Mercedes Cevallos contributed to this report. </i></p>]]></content:encoded></item><item><title><![CDATA[Vikings to start training camp with the Murray-McCarthy turn-taking at QB before declaring a starter]]></title><link>https://www.local10.com/sports/2026/06/11/vikings-to-start-training-camp-with-the-murray-mccarthy-turn-taking-at-qb-before-declaring-a-starter/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/vikings-to-start-training-camp-with-the-murray-mccarthy-turn-taking-at-qb-before-declaring-a-starter/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description><![CDATA[EAGAN, Minn. (AP) — The challenge for Kyler Murray as a newcomer to the Minnesota Vikings learning a complex offense has an extra dimension.]]></description><pubDate>Thu, 11 Jun 2026 23:21:11 +0000</pubDate><content:encoded><![CDATA[<p>EAGAN, Minn. (AP) — The challenge for Kyler Murray as a newcomer to the Minnesota Vikings learning a complex offense has an extra dimension.</p><p>He has to take turns.</p><p>Committed to staging a legitimate competition for their starting quarterback position, at least during this less-urgent part of the offseason, the Vikings have divided the time in drills with the first team between Murray and incumbent J.J. McCarthy. That's the way they'll start training camp next month, too.</p><p>“You’ve got to put it together in a way that challenges those guys and see who responds, see who handles adversity well, and ultimately see who elevates the offense,” coach Kevin O'Connell said after the last practice of minicamp on Thursday. “It’s an open competition, and I want to see these guys in very unique and in many ways difficult circumstances elevate themselves and their games to help the Minnesota Vikings.”</p><p>There's no deadline for the decision, O'Connell said, though for the Vikings to be at their best for the Sept. 13 regular-season opener against the Green Bay Packers they'll likely declare their starter at least a couple of weeks in advance of that. The frequency and quality of repetitions during open-to-the-public practices in training camp will undoubtedly stoke the embers of speculation that fuel the popularity of this sport, but the coaching staff has a plan for putting both quarterbacks in as many meaningful situations as they can once the pads come on in camp.</p><p>“I wouldn’t read much into who gets what on which days,” O'Connell said, well aware of the intense scrutiny on this team's quarterback depth chart for a third straight year since McCarthy was drafted 10th overall in 2024. “I know me saying that was the waste of the time that it took to say it, but we’re going to put together a way where we can put them in the different aspects of situational football that they need to get.”</p><p>Murray, the first overall pick in the 2019 draft who was cut by the Arizona Cardinals and signed with the Vikings for the veteran minimum salary for this year so he can try to cash in as a free agent for 2027, has been the presumptive favorite for the job even if he’s newer to the system.</p><p>“Now having to split reps, me already being behind, not getting the amount of reps you would typically want a guy to get learning an offense, that’s probably the toughest part,” Murray said this week.</p><p>Offensive coordinator Wes Phillips said McCarthy's offseason has “been a continuous upward arrow or him.” From O'Connell to wide receiver Justin Jefferson, all of the Vikings who've been publicly asked about McCarthy's progress from his mostly rough 2025 debut have remarked about sharpened skills and fundamentals. But at some point if Murray becomes the team's long-term choice, McCarthy might well find himself playing elsewhere.</p><p>“I think I’ve made it very clear I wanted to be here, before I got here. I love this organization. I love the coaching staff. I absolutely love these players to death," McCarthy said. "This is where I want to be. I feel like I can thrive in this system.”</p><p>The Vikings clearly still believe that to some degree, at least if patience were not part of the equation.</p><p>“It’s probably going to end up being a difficult decision,” O'Connell said, “just based on where I know those guys are going to go.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KYUCXH35VVMY4JHJELK4YTYLUA.jpg?auth=07a6284045c0a74eb99ac2f8dc9f0e4db66b3606756b4048c59aa3d43639dc08&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Vikings quarterbacks J.J. McCarthy (9) and Kyler Murray (1) take part in drills during an NFL football practice Tuesday, June 9, 2026 in Eagan, Minn. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TNZD22CF6VN32K4CLYG2GF4FNM.jpg?auth=3e0fbf1318b9a7866ec613f6f09253e28707d8c4c66ae8632248cf491a96031d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Vikings quarterbacks Kyler Murray, front, and J.J. McCarthy, back, take part in drills during an NFL football practice Tuesday, June 9, 2026 in Eagan, Minn. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DMA66U4EQNQJIQYXNDR3UKCUIA.jpg?auth=35d38925767d3d5f543c531d4c2863718763664ec1edd81e2925d68a1e11f1df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Vikings quarterbacks Kyler Murray (1) and J.J. McCarthy (9) stand on the field during an NFL football practice Tuesday, June 9, 2026 in Eagan, Minn. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JKZZPK7MIM4RK3VMJE7REUE7HU.jpg?auth=d744a5d801f095f71bdcd78a45cd5f90941d9af84467a45ca9608441fa5f5699&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Vikings quarterbacks J.J. McCarthy (9) and Kyler Murray (1) stand on the field during an NFL football practice Tuesday, June 9, 2026 in Eagan, Minn. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Muere mujer en accidente de buceo cerca de Jupiter Inlet]]></title><link>https://www.local10.com/espanol/2026/06/11/muere-mujer-en-accidente-de-buceo-cerca-de-jupiter-inlet/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/muere-mujer-en-accidente-de-buceo-cerca-de-jupiter-inlet/</guid><dc:creator><![CDATA[Calvin Hughes]]></dc:creator><description><![CDATA[El Cuerpo de Bomberos del Condado de Palm Beach respondió a una emergencia en aguas abiertas cerca de la ensenada de Júpiter el sábado por la mañana.]]></description><pubDate>Thu, 11 Jun 2026 23:11:21 +0000</pubDate><content:encoded><![CDATA[<p>Los equipos de Palm Beach County Fire Rescue respondieron a una emergencia en aguas abiertas cerca de Jupiter Inlet la mañana del sábado.</p><p>Las autoridades informaron que un problema desconocido provocó que una buceadora entrara en pánico.</p><p>La mujer se sumergió bajo el agua y, al no volver a la superficie, fue subida de nuevo a la embarcación inconsciente y trasladada rápidamente a la costa.</p><p>La mujer fue llevada a un hospital local, donde posteriormente murió.</p><p>No se sospecha de un acto criminal.</p><p>Daniel Lomas estaba en el agua ese día y observó la respuesta de emergencia a la distancia.</p><p>“Ya sea que practiques apnea o buceo con tanque, ambos tienen sus ventajas y desventajas”, dijo. “Todos implican distintos niveles de riesgo para diferentes situaciones”.</p><p>Como buceador experimentado y guía de seguridad ante tiburones, Lomas dijo que cada inmersión requiere una planificación cuidadosa y una evaluación honesta de la salud de la persona.</p><p>“A medida que desciendes más y más profundo, ciertas cosas cambian en la inmersión, especialmente las leyes de los gases y la manera en que tu cuerpo maneja esos gases”, dijo. “Ahí es cuando realmente debes asegurarte de que esa persona esté físicamente apta para realizar esa inmersión”.</p><p>Añadió que el equipo debe ser revisado minuciosamente antes de entrar al agua.</p><p>“Armar el equipo, asegurarse de que los reguladores funcionen, verificar que no haya atascos, corrosión o cualquier otra cosa que pueda afectar esos sistemas”, dijo Lomas.</p><p>Señaló que, como ocurre con cualquier deporte, el buceo conlleva riesgos, pero una capacitación adecuada y los procedimientos de seguridad pueden reducirlos.</p><p>“Si haces todo siguiendo las normas, no creo que haya nada que realmente pueda salir mal, especialmente cuando estás allí abajo con otros buceadores capacitados y con experiencia”, dijo Lomas.</p>]]></content:encoded></item><item><title><![CDATA[US Catholic bishops consecrated nation to the Sacred Heart at gathering in Orlando]]></title><link>https://www.local10.com/news/florida/2026/06/11/us-catholic-bishops-consecrated-nation-to-the-sacred-heart-at-gathering-in-orlando/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/11/us-catholic-bishops-consecrated-nation-to-the-sacred-heart-at-gathering-in-orlando/</guid><dc:creator><![CDATA[By PETER SMITH, Associated Press]]></dc:creator><description><![CDATA[ORLANDO (AP) — The nation’s Catholic bishops gathered Thursday afternoon in Orlando for a liturgy consecrating the United States to the Sacred Heart of Jesus, drawing on a centuries-old devotion to mark the country’s 250th anniversary.]]></description><pubDate>Thu, 11 Jun 2026 23:01:46 +0000</pubDate><content:encoded><![CDATA[<p>ORLANDO (AP) — The nation’s Catholic bishops gathered Thursday afternoon in Orlando for a liturgy consecrating the United States to the Sacred Heart of Jesus, drawing on a centuries-old devotion to mark the country’s 250th anniversary.</p><p>Organ, brass and choral singing thundered inside a modern Orlando shrine during the service, a centerpiece of the spring assembly of the U.S. Conference of Catholic Bishops.</p><p>Just before the liturgy, bishops and other worshippers knelt before relics of the 17th century St. Mary Margaret Alacoque, a French nun whose reports of visions of Jesus led to the modern devotion of the Sacred Heart as embodying the core of Christ’s suffering love. Since then, the devotion has spread worldwide, with many Catholic schools and churches bearing the Sacred Heart name and many homes and businesses displaying images of it.</p><p>The service celebrated the nation’s history, alluding to the Declaration of Independence’s proclamation of rights to "life, liberty and the pursuit of happiness.” It also included prayers acknowledging national failures, including its “original sins of slavery and racism.” It's necessary to acknowledge the good with the bad, said Oklahoma City Archbishop Paul Coakley, president of the bishops conference.</p><p>“To consecrate ourselves to the Sacred Heart is ultimately to accept Jesus’ invitation to remain in his love and to allow that love to shape every aspect of our lives, public and private,” he said. “If we are honest, we must acknowledge that neither our nation nor the church has always reflected that love."</p><p>A Catholic history of Sacred Heart consecrations</p><p>It’s the first time such a service has been held in this country, although similar ones have taken place in several other countries since the 19th century. Such services, occasionally in conjunction with civil leaders, have taken on political and sometimes controversial overtones when it has been used in support of Catholic nationalistic movements.</p><p>Pope Leo XIII, the most recent namesake of the current pontiff, consecrated the entire world to the Sacred Heart in 1899.</p><p>Before the service, bishops heard devotional talks from some of their members, emphasizing Pope Francis’ final encyclical, or teaching document, in which he highlighted the Sacred Heart as an inspiration for service and justice.</p><p>The relics of St. Mary Margaret Alacoque were brought over from their permanent location in France and displayed in front of the church for the occasion. While scholars trace the roots of the Catholic devotion to the Sacred Heart to ancient times, her reports of visions are credited with fostering the modern images, prayers and piety surrounding it.</p><p>Thursday's service took place at the Basilica of the National Shrine of Mary, Queen of the Universe. The strong afternoon Florida sun shone brightly even through the filters of stained-glass windows beside and above the worshippers.</p><p>Rows upon rows of bishops in their purple hats and white robes sat in front of the sanctuary, with other worshippers behind and beside them.</p><p>Small revisions made to US Catholic sex abuse policies</p><p>Earlier Thursday, in their twice-a-year gathering, the bishops approved minor revisions to their policies on responding to sexual abuse, adding some specifics about due process for accused priests while maintaining the ban on any priests from ministry who had been found to have abused children.</p><p>Some bishops called for a delay in adopting the revisions to the Charter for the Protection of Children and Young People in order to gain broader feedback on it, but they were outvoted. The final vote for approval was 176-22.</p><p>The revisions began five years ago. It was first approved in 2002 at the peak of the Catholic clergy sex abuse crisis, when reports by the Boston Globe about abuse and coverup in the Archdiocese of Boston ignited an explosion of similar revelations nationwide and beyond. The charter has been revised periodically since then.</p><p>The centerpieces of that document remain — including the banishing of priests from ministry for any confirmed episode of sexual abuse.</p><p>The revisions are “trying to do two things at the same time,” said Bishop Barry Knestout, who chairs the committee that revised it.</p><p>“One is to retain and also reemphasize the commitment of bishops to address the issue of potential for abuse, safeguarding of our children and young people in a way that’s both transparent and accountable,” he said. The other is to “recognize due process and presumption of innocence” of the accused while a case is being investigated.</p><p>“We’re trying not to lose any of the commitment to victim survivors yet still recognize that there is in fairness a process that should be undertaken,” he said.</p><p>The advocacy group BishopAccountability.org issued a statement calling the approval a “missed opportunity,” saying a delay would have allowed wider input into the document and produced a better and more “trauma-informed” charter. It called for close scrutiny of the revisions at the diocese level.</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/VG3R3YN5HAZX74RU7BOJKKNF5I.jpg?auth=5ee4a784443586c6b747cad31b1e56a069850cd7bf46674e564754c2159e0c96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A bishop venerates relics of the 17th century St. Mary Margaret Alacoque, a French nun whose reports of visions of Jesus has led to the modern devotion of the Sacred Heart of Jesus, in front of the Basilica of the National Shrine of Mary, Queen of the Universe in Orlando, Fla., before a service Thursday, June 11, 2026, in which U.S. Catholic bishops consecrated the United States to the Sacred Heart upon the nation's 250th anniversary. (AP Photo/Peter Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B6YVM54MEC2AFK4JUVENM2FJP4.jpg?auth=6df2e7bed2c973e35374a713f4116e288e4a239c93f8a63adaa18f04b2b9b430&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Catholic bishops are seated at the Basilica of the National Shrine of Mary, Queen of the Universe in Orlando, Fla., for a service Thursday, June 11, 2026, consecrating the United States to the Sacred Heart upon the nation's 250th anniversary. (AP Photo/Peter Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JCFPFSVTVDXCDCBEUZPTSF3JY4.jpg?auth=7e12e8782b7cb444ea0d7a38e3686b1c5d10a410804c5f17f4bde73480088858&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A box containing relics of the 17th century St. Mary Margaret Alacoque, a French nun whose reports of visions of Jesus has led to the modern devotion of the Sacred Heart of Jesus, stands Thursday in front of the Basilica of the National Shrine of Mary, Queen of the Universe in Orlando, Fla., before a service in which U.S. Catholic bishops consecrated the United States to the Sacred Heart upon the nation's 250th anniversary. (AP Photo/Peter Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X4ILLBKNZRS3JO2KIJMWSBC7HM.jpg?auth=e77dfc570ed7a6140e808dc106f05840c72430b8443ab1b69381b341f7ee9ded&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the U.S. Conference of Catholic Bishops gather for their spring meeting on Thursday, June 11, 2026 in Orlando, Fla. (AP Photo/Peter Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Smith</media:credit></media:content></item><item><title><![CDATA[Shakira, Andrea Bocelli and Salma Hayek kick-start the World Cup at opening ceremony in Mexico City]]></title><link>https://www.local10.com/entertainment/2026/06/11/shakira-andrea-bocelli-and-salma-hayek-kick-start-the-world-cup-at-opening-ceremony-in-mexico-city/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/11/shakira-andrea-bocelli-and-salma-hayek-kick-start-the-world-cup-at-opening-ceremony-in-mexico-city/</guid><dc:creator><![CDATA[By BERENICE BAUTISTA, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — Shakira, Maná, Andrea Bocelli and a surprise appearance by Salma Hayek lit up the World Cup opening ceremony ahead of Mexico's 2-0 victory over South Africa on Thursday.]]></description><pubDate>Thu, 11 Jun 2026 23:35:05 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — Shakira, Maná, Andrea Bocelli and a surprise appearance by Salma Hayek lit up the World Cup opening ceremony ahead of Mexico's 2-0 victory over South Africa on Thursday.</p><p>Shakira performed “Dai Dai,” the tournament's official song, with Burna Boy. The Colombian star had a hit with “Waka Waka (This Time For Africa)” from the 2010 World Cup in South Africa and now seeks to score again.</p><p>A good World Cup song, Shakira earlier told The Associated Press, “needs to definitely have rhythm. It has to be rhythmic. It has to make people want to dance. And it has to be an anthem as well. It has to make people want to sing along in unison, sing out loud at the top of their lungs.”</p><p>Shakira has performed at previous World Cups, too: 2006 in Germany, 2010 in South Africa, and 2014 in Brazil.</p><p>In addition, she will perform at the first halftime show of a World Cup final on July 19 at MetLife Stadium in New Jersey with Madonna and BTS. Mexico, the United States and Canada are co-hosting the 48-team tournament.</p><p>A welcome for all</p><p>Lila Downs welcomed fans and players in Spanish, English, and the indigenous languages Mixtec and Nahuatl.</p><p>“People of the world, welcome to Mexico,” said Downs, who wore a white indigenous huipil with a lilac edge. “Mexico welcomes you with smiles from our heart, we are a nation of diversity, heritage and pride in ancestral lands where movement and ritual spirit endure.”</p><p>Downs, who is a singer-songwriter, was born in Tlaxiaco, Oaxaca. Her mother is Mixtec, and her father was American of Scottish descent. But her heart is green, white and red when it comes to the ball.</p><p>“It’s a great honor for me to represent my beautiful and diverse country,” Downs said in an interview with The AP. “Of course I’m going to root for Mexico’s team, Viva Mexico!”</p><p>Maná thrills fans</p><p>Maná electrified the stadium with “Oye Mi Amor” surrounded by pre-Hispanic dancers who moved their head plumes to the rhythm of rock while tens of thousands of fans chanted.</p><p>The band, founded in 1986, has sold more than 40 million records.</p><p>Shortly before their performance, they announced that they will be touring in Latin America, including stops in Bogotá, Lima, Santiago, Buenos Aires, and Mexico City.</p><p>From Iztapalapa to the World Cup</p><p>The Mexican cumbia group Los Ángeles Azules performed “Por Ella” with Belinda, one of the most danceable songs of FIFA's official World Cup album.</p><p>The band, founded in the mid-70s by the Mejía Avante brothers, is originally from the district of Iztapalapa, a working-class area of Mexico City, so their battle cry is “From Iztapalapa to the world!”</p><p>J Balvin had a dynamic performance — he started driving a cardboard car with “Que Calor” and then he was accompanied by Ryan Castro for “Una A La Vez” before ending with “I Like It,” a hit he originally released with Cardi B and Bad Bunny.</p><p>The Colombian star has experience on world stages. In 2020, he participated in the Super Bowl halftime as a guest of Shakira and Jennifer Lopez.</p><p>Danny Ocean performed “Partidazo” — his collaboration for the FIFA album. Ocean was surrounded by dancers wearing a modern take on the traditional dresses of the Mexican state of Jalisco, modified to have hoodies on top.</p><p>Two Labubus could be seen wearing soccer jerseys after the presentation of Los Ángeles Azules and Belinda. One brown Labubu wore a jersey with the number 10 and the legend “The Monsters” and the other wore a shirt with the logo of the 2026 World Cup.</p><p>Hollywood power at the ceremony</p><p>Actress and producer Salma Hayek, a big soccer fan, gave a brief welcome speech during the first protocol parade of a World Cup in which the 48 flags of the participating countries could be seen.</p><p>“Mexicans are very honored that this is where the first match of this wonderful soccer tradition that unites us all begins,” Hayek, who is originally from the Mexican state of Veracruz, said in Spanish. “Long live Mexico and long live soccer!”</p><p>Hayek has been appointed an ambassador for the 2026 World Cup.</p><p>Opera and K-pop united</p><p>Italian tenor Andrea Bocelli and South Korean star EJAE performed “DNA,” the tournament's official anthem, with French DJ and producer David Guetta at the flag parade.</p><p>Bocelli has just performed for more than 130,000 fans in April at Mexico City’s Zócalo. EJAE is famous for being the voice of the character Rumi in the film “KPop Demon Hunters” and for being one of the composers of the Oscar-winning song “Golden” from the animated film.</p><p>South Africa and Mexico national anthems</p><p>Tyla and Alejandro Fernandez were the designated performers for the national anthems of South Africa and Mexico, respectively, before kickoff.</p><p>In 2024, Tyla won the first Grammy for best African music performance and, in doing so, became the youngest African artist to win a Grammy.</p><p>Fernández’s life has been dedicated to regional Mexican music. The so-called “Potrillo” is the son of the late star Vicente Fernandez. On FIFA's album” Fernández performs “Mi México Lindo."</p><p>___</p><p>Associated Press writers Maria Sherman and Mallika Sen contributed to this report from New York</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/HG36ZQP5ACWDRN32USM7HLE264.jpg?auth=6493cf841d1691a940ab10eb106faa1c2d189781a7da88f1233ff05b9dade12f&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 opening ceremony before the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Eduardo Verdugo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VANWZPFOQYOZBMAGJVU76IFJJI.jpg?auth=12106db4922909116ff1935bcf5c581e9f76be1ac3d37ecd0d9b565b28c38938&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexican pop rock band Mana perform before the start of the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WVOQLYSBQBIELIBK3EPH3A7KR4.jpg?auth=c039c43967e58f213a73c2831d64ed0a32ffda88a9d8b60ef8350667a9a0ed84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexican-American actress Salma Hayek gestures on the pitch before the start of the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WLX5QT4ZMMUS2P7MKFLQA7JVAM.jpg?auth=84a474c33b19e9685ade4399e8a4480a984e113fc12246f388b8f3fb0ad1d4ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexican singer Belinda performs before the start of the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BYA22YXXUVY5FOU4SQXUIEULCU.jpg?auth=a6a2d9470f078289886f16c607c509631d9f6cf62dd3a8fbea9d387e73b99018&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombian singer J Balvin, center on stairs, performs before the start of the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content></item><item><title><![CDATA[Nelly Korda and 'Legally Blonde' team 3 shots back of Dow Championship on LPGA]]></title><link>https://www.local10.com/sports/2026/06/11/nelly-korda-and-legally-blonde-team-3-shots-back-of-dow-championship-on-lpga/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/nelly-korda-and-legally-blonde-team-3-shots-back-of-dow-championship-on-lpga/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MIDLAND, Mich. (AP) — Nelly Korda went straight from a U.S. Women's Open title to the LPGA's only team tournament and her “Legally Blonde” team with Olivia Cowan wound up three shots out of the lead Thursday in the Dow Championship.]]></description><pubDate>Thu, 11 Jun 2026 22:52:36 +0000</pubDate><content:encoded><![CDATA[<p>MIDLAND, Mich. (AP) — Nelly Korda went straight from a U.S. Women's Open title to the LPGA's only team tournament and her “Legally Blonde” team with Olivia Cowan wound up three shots out of the lead Thursday in the Dow Championship.</p><p>European duo Nicole Broch Estrup of Denmark and Gemma Dryburgh of Scotland were the first team to post a 3-under 67 in the tough foursomes format. They were joined by Camille Boyd and Michelle Zhang, and Hira Naveed and Gurleen Kaur.</p><p>Juli Inkster, the 66-year-old Hall of Famer, played for the first time this year and teamed with her prodigy, Angel Yin, with a 69.</p><p>The alternate-shot format kept no team from being able to separate at Midland Country Club, and most teams stayed close going into the second round of fourballs.</p><p>“Legally Blonde” is the team name Korda and Cowan gave themselves in a week that is more about fun coming off a tough test at the Women's Open that Korda won for her second major of the year.</p><p>Boyd and Zhang went with the name “Baddies” and they were up to the task. The LPGA rookies had three birdies in their opening seven holes, survived some rocky moments and joined the top of a very crowded leaderboard.</p><p>Nine teams were a shot back at 68.</p><p>“Going into the event, we were both super excited,” Boyd said. “It’s a fun thing. The crowds were great, so I think we were just having good vibes out there and feeding off that energy for sure.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NIDDC6653I2VD2K2YNKBWSUUNA.jpg?auth=17334d9259658daec21f7fbeae0a8a63f8c0d59a05893902699b5a9a2d4ac5c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Olivia Cowan, of Germany, watches her tee shot on the 17th hole during the first round of the Dow Championship LPGA golf tournament, Thursday, June 11, 2026, at Midland Country Club in Midland, Mich. (AP Photo/Al Goldis)]]></media:description><media:credit role="author" scheme="urn:ebu">Al Goldis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JKTEMO2M5Z7A2J7X4BI54E7HNU.jpg?auth=ab9b5550f8cbe889cf2222f30b101ba737f385bb1b64cd153c1fdc7f17a5bd6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Olivia Cowan, of Germany, hits on the 17th hole during the first round of the Dow Championship LPGA golf tournament, Thursday, June 11, 2026, at Midland Country Club in Midland, Mich. (AP Photo/Al Goldis)]]></media:description><media:credit role="author" scheme="urn:ebu">Al Goldis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IYQERFT6DBK2E4LF5DDKW6LFJU.jpg?auth=71c6d9fb9de4087d25846edb0a77ff770a2571beda07fbc6a21e299a4f2dca15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Yuna Nishimura, right, and Ayaka Furue, left, both of Japan, celebrate on the 15th hole during the first round of the Dow Championship LPGA golf tournament, Thursday, June 11, 2026, at Midland Country Club in Midland, Mich. (AP Photo/Al Goldis)]]></media:description><media:credit role="author" scheme="urn:ebu">Al Goldis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OD2EUWLHE5LZ5LKW5KAABW5M44.jpg?auth=cb34ef305b59abe2c1957bd033c3ecb96fcd4905d991553fa4f2fe685731543e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gurleen Kaur watches her tee shot on the 15th hole during the first round of the Dow Championship LPGA golf tournament, Thursday, June 11, 2026, at Midland Country Club in Midland, Mich. (AP Photo/Al Goldis)]]></media:description><media:credit role="author" scheme="urn:ebu">Al Goldis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YB272GCBRIBUPUIFT2CHYMC5CE.jpg?auth=00ffcfffd7c2c0bd3f02110a2af02611259686f9e6a03cc28524b5a368f4210b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Yahui Zhang, of China, hits onto the 16th green during the first round of the Dow Championship LPGA golf tournament, Thursday, June 11, 2026, at Midland Country Club in Midland, Mich. (AP Photo/Al Goldis)]]></media:description><media:credit role="author" scheme="urn:ebu">Al Goldis</media:credit></media:content></item><item><title><![CDATA[June 11: Warm, mostly dry Thursday night]]></title><link>https://www.local10.com/weather/2026/06/11/june-11-warm-mostly-dry-thursday-night/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/11/june-11-warm-mostly-dry-thursday-night/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[The weather will be relatively tranquil across South Florida Thursday night. ]]></description><pubDate>Thu, 11 Jun 2026 22:41:09 +0000</pubDate><content:encoded><![CDATA[<p>The weather will be relatively tranquil across South Florida Thursday night. Miami-Dade and Broward counties can expect scattered clouds and light, east-southeast winds with temperatures forecast to drop to the upper 70s overnight.</p><p>Friday will feature more of the same: sun/cloud mix and gentle, east-southeast winds. Afternoon showers and storms will favor inland areas of South Florida. Temperatures will make a run for 90°F.</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[Otorgan fianza a sospechoso acusado de lanzar a hombre desde balcón del piso 25 en Miami Beach]]></title><link>https://www.local10.com/espanol/2026/06/11/otorgan-fianza-a-sospechoso-acusado-de-lanzar-a-hombre-desde-balcon-del-piso-25-en-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/otorgan-fianza-a-sospechoso-acusado-de-lanzar-a-hombre-desde-balcon-del-piso-25-en-miami-beach/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[La audiencia de fianza continuó el jueves para el sospechoso acusado de matar a un hombre después de arrojarlo desde el balcón de un condominio en Miami Beach.]]></description><pubDate>Thu, 11 Jun 2026 22:33:52 +0000</pubDate><content:encoded><![CDATA[<p>La audiencia de fianza continuó el jueves para el <a href="https://www.local10.com/espanol/2026/06/02/acusan-a-hombre-de-asesinato-en-rascacielos-de-miami-beach-comparece-en-corte-y-solicita-fianza/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/02/acusan-a-hombre-de-asesinato-en-rascacielos-de-miami-beach-comparece-en-corte-y-solicita-fianza/">sospechoso acusado de matar a un hombre tras lanzarlo desde el balcón de un condominio en Miami Beach</a>.</p><p>Los abogados de Corey Hutterli, de 37 años y residente de Parkland, continuaron argumentando que el caso del estado contra su cliente es puramente circunstancial.</p><p>Finalmente, un juez le otorgó a Hutterli una fianza de $150,000 USD.</p><p>Está acusado de empujar a Justin Zelin, de 35 años, desde un balcón del piso 25 del condominio Akoya, ubicado en el 6365 de Collins Ave., en Mid-Beach, el 15 de febrero.</p><p>Según los investigadores, en una llamada al 911 se escuchó a Zelin decirle a Hutterli que saliera de su apartamento, y luego se pudo escuchar un forcejeo.</p><p>Un informe toxicológico reveló que Zelin tenía fentanilo, cocaína y ketamina en su organismo al momento del incidente, algo que el equipo de Hutterli señaló mientras interrogaba a un detective del caso.</p><p>La defensa alegó que esas drogas posiblemente colocaron a Zelin en un estado alterado.</p><p>La semana pasada, el <a href="https://www.local10.com/news/local/2026/06/08/father-testifies-about-sons-final-call-as-suspect-seeks-bond-in-miami-beach-high-rise-murder-case/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/08/father-testifies-about-sons-final-call-as-suspect-seeks-bond-in-miami-beach-high-rise-murder-case/">padre de Zelin testificó</a> sobre la última vez que habló con su hijo.</p><p>Hutterli enfrenta cargos de asesinato en segundo grado, allanamiento con agresión o lesiones, posesión de una sustancia controlada y posesión de parafernalia de drogas.</p>]]></content:encoded></item><item><title><![CDATA[3 red cards mar opening World Cup match between Mexico and South Africa]]></title><link>https://www.local10.com/sports/2026/06/11/3-red-cards-mar-opening-world-cup-match-between-mexico-and-south-africa/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/3-red-cards-mar-opening-world-cup-match-between-mexico-and-south-africa/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — The opening match of the World Cup delivered a rarity in international soccer: three players sent off with red cards.]]></description><pubDate>Fri, 12 Jun 2026 01:38:28 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — The opening match of the World Cup delivered a rarity in international soccer: three players sent off with red cards.</p><p>No World Cup match has had that many players ejected since a 2006 game between Portugal and the Netherlands, when four players received red cards — a World Cup record.</p><p>The last World Cup in Qatar in 2022 had only four red cards in the entire tournament.</p><p>On Thursday at the Azteca Stadium in Mexico City, Sphephelo Sithole and Themba Zwane were sent off for South Africa while César Montes was shown a red card for the tournament co-host.</p><p>It’s the first time three players have been sent off in the opening match of a World Cup – and all three were straight red cards, meaning none of the ejected players were given two yellows.</p><p>Mexico won the match 2-0.</p><p>Sithole was red-carded after taking down Mexico’s Brian Gutierrez on the edge of the box at the start of the second half.</p><p>Things got worse for South Africa when Zwane was sent off following a video review for striking Roberto Alvarado in the face in the 84th minute. Finally, in stoppage time, Montes saw red for bringing down Khuliso Mudau.</p><p>The red cards mean the three players will be suspended for at least one more match. South Africa’s next match is against the Czech Republic and Mexico next faces South Korea in Guadalajara.</p><p>The match between Portugal and the Netherlands at the 2006 World Cup in Germany stands out with its four red cards – two for each team. That game in Nuremberg also had 16 yellow cards.</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/IYTHX54UIBP23EKA6EKAVTMRO4.jpg?auth=06aadd54d82132adc288c81e5ea71392a61df9e9ab9b881f02635800855f984d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referee Wilton Sampaio, of Brazil, show the red card to South Africa's Themba Zwane during the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Silvia Izquierdo)]]></media:description><media:credit role="author" scheme="urn:ebu">Silvia Izquierdo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AX7PUHZIPYSV3IRHS7RNP6GN2Y.jpg?auth=05ce4e6faafd2858c67f7052c1073d31f081f129aaad41d94fb30d51700899d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referee Wilton Sampaio, of Brazil, sends off Mexico's Cesar Montes, right, during the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PRMVB5HZK6ZBF6VCBATRDHIARA.jpg?auth=45358086a1607c0a07eeeb2b596f85d022e99269c18ec36ff1037aefdc59156f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referee Wilton Sampaio a red card to South Africa's Sphephelo Sithole, left, during the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KZOHEKST7KYRJGJGZICHEUXHC4.jpg?auth=03c3444a293c3092c0dad14621571b58601d8a96865747ac522b68d06952b811&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Africa's Themba Zwane (11) receives a red card from referee Wilton Sampaio, of Brazil, in the second half during the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Eduardo Verdugo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3OGEB3PD2IZKY74FMAOFVEJAIQ.jpg?auth=0fc914b5068683c7043f8c6c5367fb2ea92268ad1c75968c212a4c152caebf9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexican players complain to referee Wilton Sampaio, of Brazil, after he showed the red card Mexico's Cesar Montes during the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content></item><item><title><![CDATA[What’s in a name? Member of local political dynasty joins growing race to succeed Rep. Wilson]]></title><link>https://www.local10.com/news/politics/2026/06/11/whats-in-a-name-member-of-local-political-dynasty-joins-growing-race-to-succeed-rep-wilson/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/11/whats-in-a-name-member-of-local-political-dynasty-joins-growing-race-to-succeed-rep-wilson/</guid><dc:creator><![CDATA[Glenna Milberg, Chris Gothner]]></dc:creator><description><![CDATA[The deadline for candidates to enter the race to succeed retiring U.S. Rep. Frederica Wilson, D-Florida, is quickly approaching, and a few hopefuls have thrown their hats into the ring, looking to replace the longtime District 24 congresswoman.]]></description><pubDate>Thu, 11 Jun 2026 21:50:58 +0000</pubDate><content:encoded><![CDATA[<p>The deadline for candidates to enter the race to succeed retiring U.S. Rep. Frederica Wilson, D-Florida, is quickly approaching, and a few hopefuls have thrown their hats into the ring, looking to replace the longtime District 24 congresswoman.</p><p><a href="https://www.local10.com/espanol/2026/06/11/que-hay-en-un-nombre-miembro-de-dinastia-politica-local-se-suma-a-creciente-contienda-para-suceder-a-la-representante-wilson/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/que-hay-en-un-nombre-miembro-de-dinastia-politica-local-se-suma-a-creciente-contienda-para-suceder-a-la-representante-wilson/">Leer en español</a></p><p>The district covers portions of Miami-Dade and Broward counties.</p><p>The mix of Democratic candidates for the deep-blue seat includes veteran, familiar public servants and some political newcomers.</p><p>Two prominent, current elected officials, State Sen. Shevrin Jones and Miami-Dade Commissioner Oliver Gilbert recently qualified. </p><p>“From my perspective, it’s still the conversation about my record as a mayor (of Miami Gardens), as a county commissioner and my ideas about what we need in this district,” Gilbert told Local 10 News.</p><p>Jones said, “I’m the only one in this race that is not afraid and has not been afraid to go toe-to-toe with Ron DeSantis, with Donald Trump.”</p><p>Then, on Wednesday, they learned their newest opponent is a 29-year-old who carries the name of a Miami-Dade black political dynasty: Kendrick Meek Jr., a local attorney.</p><p>His late grandmother, Carrie Meek, was among the first African-Americans from Florida in Congress and was succeeded there by her son, Kendrick Meek Sr.</p><p>Meek Jr. was not available for an interview on Thursday but is set to launch his campaign Friday at the home of his late grandmother.</p><p>Other candidates include Rudy Moise, an attorney and doctor; former Miami-Dade Commissioner Jean Monestime; attorney Roderick Vereen and business owner Christine Sanon-Jules.</p>]]></content:encoded></item><item><title><![CDATA[¿Qué hay en un nombre? Miembro de dinastía política local se suma a creciente contienda para suceder a la representante Wilson]]></title><link>https://www.local10.com/espanol/2026/06/11/que-hay-en-un-nombre-miembro-de-dinastia-politica-local-se-suma-a-creciente-contienda-para-suceder-a-la-representante-wilson/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/que-hay-en-un-nombre-miembro-de-dinastia-politica-local-se-suma-a-creciente-contienda-para-suceder-a-la-representante-wilson/</guid><dc:creator><![CDATA[Glenna Milberg, Chris Gothner]]></dc:creator><description><![CDATA[Se acerca rápidamente la fecha límite para que los candidatos se presenten a la contienda para suceder a la representante estadounidense Frederica Wilson, demócrata por Florida, quien se retira, y algunos aspirantes han lanzado su candidatura, buscando reemplazar a la veterana congresista del Distrito 24.]]></description><pubDate>Thu, 11 Jun 2026 22:31:57 +0000</pubDate><content:encoded><![CDATA[<p>La fecha límite para que los candidatos entren en la contienda para suceder a la representante federal de Estados Unidos Frederica Wilson, demócrata por Florida, quien se retira, se acerca rápidamente, y varios aspirantes ya han lanzado sus candidaturas con la intención de reemplazar a la congresista del Distrito 24, que ha ocupado el cargo durante años.</p><p>El distrito cubre partes de los condados Miami-Dade y Broward.</p><p>La mezcla de candidatos demócratas para este escaño de tendencia profundamente demócrata incluye servidores públicos veteranos y conocidos, así como algunos recién llegados a la política.</p><p>Dos destacados funcionarios electos en ejercicio, el senador estatal Shevrin Jones y el comisionado de Miami-Dade Oliver Gilbert, calificaron recientemente.</p><p>“Desde mi perspectiva, la conversación sigue siendo sobre mi historial como alcalde (de Miami Gardens), como comisionado del condado y mis ideas sobre lo que necesitamos en este distrito”, dijo Gilbert a Local 10 News.</p><p>Jones dijo: “Soy el único en esta contienda que no tiene miedo y que nunca ha tenido miedo de enfrentarse cara a cara con Ron DeSantis y con el presidente Donald Trump”.</p><p>Luego, el miércoles, se enteraron de que su nuevo oponente es un hombre de 29 años que lleva el nombre de una dinastía política afroamericana de Miami-Dade: Kendrick Meek Jr., un abogado local.</p><p>Su difunta abuela, Carrie Meek, estuvo entre los primeros afroamericanos de Florida en el Congreso y fue sucedida allí por su hijo, Kendrick Meek Sr.</p><p>Meek Jr. no estuvo disponible para una entrevista el jueves, pero tiene previsto lanzar su campaña el viernes en la casa de su difunta abuela.</p><p>Otros candidatos incluyen a Rudy Moise, abogado y médico; el ex comisionado de Miami-Dade Jean Monestime; el abogado Roderick Vereen y la propietaria de negocio Christine Sanon-Jules.</p>]]></content:encoded></item><item><title><![CDATA[Tras visita para observar embarcación, jurado en juicio de George Pino ve recreación con dron y videos de buzos]]></title><link>https://www.local10.com/espanol/2026/06/11/jurado-en-juicio-de-george-pino-observa-embarcacion-involucrada-en-choque-mortal/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/jurado-en-juicio-de-george-pino-observa-embarcacion-involucrada-en-choque-mortal/</guid><dc:creator><![CDATA[Hannah Yechivi, Chris Gothner, Christina Vazquez]]></dc:creator><description><![CDATA[En el cuarto día del juicio de George Pino, los jurados realizaron el jueves una excursión a una instalación de la Comisión de Conservación de Pesca y Vida Silvestre de Florida en el norte de Miami para ver el barco involucrado en el accidente que enfrenta al magnate de bienes raíces del sur de Florida una posible pena de prisión.]]></description><pubDate>Thu, 11 Jun 2026 16:23:11 +0000</pubDate><content:encoded><![CDATA[<p>En el cuarto día del juicio de <a href="https://www.local10.com/topic/George_Pino/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/George_Pino/">George Pino</a>, los miembros del jurado realizaron el jueves una visita a una instalación de la Comisión de Conservación de Pesca y Vida Silvestre de Florida (FWC) en North Miami para observar la embarcación involucrada en el accidente que podría llevar al magnate inmobiliario del sur de Florida a enfrentar tiempo en prisión.</p><p>Pino, de 55 años, enfrenta cargos de homicidio involuntario y homicidio por embarcación por la muerte de Lucy Fernandez, de 17 años.</p><p>Los fiscales acusan a Pino, entonces de 52 años, de actuar de manera imprudente cuando perdió el control de una embarcación Robalo de 29 pies durante las primeras horas de la noche del 4 de septiembre de 2022 y chocó contra una baliza de canal cerca de Boca Chita Key, causando la muerte de Fernandez. Otras dos jóvenes resultaron gravemente heridas, incluida Katerina Puig, de 17 años.</p><p>Su equipo de defensa sostiene que el accidente fue simplemente un hecho fortuito.</p><p>El jueves, los miembros del jurado que visitaron la instalación de la FWC, escoltados por agentes de la Oficina del Sheriff de Miami-Dade, pudieron observar detalladamente la embarcación en cuestión e incluso abordarla para comprender mejor las posiciones que ocupaban las jóvenes el día del accidente y el lugar donde se encontraba Pino.</p><p>Los miembros del jurado pudieron ver la ubicación exacta y la magnitud de los daños, lo que les brindó una perspectiva diferente a la obtenida a través de los videos y fotografías presentados en la corte.</p><p>La visita duró aproximadamente 40 minutos. Luego regresaron al tribunal después de una pausa para almorzar, con los procedimientos programados para reanudarse más tarde en la tarde.</p>]]></content:encoded></item><item><title><![CDATA[After visit to view boat, jurors in George Pino trial see drone re-enactment, dive videos  ]]></title><link>https://www.local10.com/news/local/2026/06/11/jurors-in-george-pino-trial-get-look-at-boat-at-center-of-deadly-crash/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/jurors-in-george-pino-trial-get-look-at-boat-at-center-of-deadly-crash/</guid><dc:creator><![CDATA[Hannah Yechivi, Chris Gothner, Christina Vazquez]]></dc:creator><description><![CDATA[In day four of the George Pino trial, jurors took a field trip to a Florida Fish and Wildlife Conservation Commission facility in North Miami on Thursday to get a look at the boat involved in the crash that has the South Florida real estate mogul facing possible prison time.]]></description><pubDate>Thu, 11 Jun 2026 16:14:24 +0000</pubDate><content:encoded><![CDATA[<p>In day four of the <a href="https://www.local10.com/topic/George_Pino/" target="_self" rel="" title="https://www.local10.com/topic/George_Pino/">George Pino</a> trial, jurors took a field trip to a Florida Fish and Wildlife Conservation Commission facility in North Miami on Thursday to get a look at the boat involved in the crash that has the South Florida real estate mogul facing possible prison time. They then returned to the courthouse to hear more testimony.</p><p><a href="https://www.local10.com/espanol/2026/06/11/jurado-en-juicio-de-george-pino-observa-embarcacion-involucrada-en-choque-mortal/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/jurado-en-juicio-de-george-pino-observa-embarcacion-involucrada-en-choque-mortal/">Leer en español</a></p><p>Pino, 55, is facing manslaughter and vessel homicide charges in the death of 17-year-old Lucy Fernandez. </p><p>Prosecutors accuse Pino, then 52, of being reckless when he lost control of a 29-foot Robalo boat in the early evening hours of Sept. 4, 2022 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>His defense team counters that the crash was merely an accident.</p><p>On Thursday, jurors visiting the FWC facility, escorted by deputies with the Miami-Dade Sheriff’s Office, got a detailed look at the boat in question and could even board it to better understand the passenger positions of the girls on the day of the accident and where Pino was standing.</p><p>The jury members were able to see the exact location and the extent of the damage, giving them a different perspective from the videos and pictures they had seen in court court.</p><p>The field trip took about 40 minutes. They then went back to the courthouse after a lunch break.</p><p>There, jurors saw a drone view reenactment video ― produced by FWC and MDSO ― and underwater crash scene footage, among other pieces of evidence.</p><p>They also heard testimony from law enforcement officers.</p><p>“The vessel was overturned in Cutter Bank,” FWC Lt. Manuel Pomares said. “Cutter Bank is a narrow channel. I describe it best as a funnel.”</p><p>He added, “You really have to pay attention when you’re going down or through Cutter Bank.”</p><p>Pomares was part of a dive team that documented evidence with a GoPro camera.</p><p>“There’s a couple of Yeti type tumbler cups, and a couple of Trulys (hard seltzer) and a Bud Light can,” Pomares testified.</p><p>Proceedings wrapped up on Thursday evening and are expected to resume on Friday morning.</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[Christian Pulisic is ready to shoulder the burden of US hopes in home World Cup opener vs Paraguay]]></title><link>https://www.local10.com/sports/2026/06/11/christian-pulisic-is-ready-to-shoulder-the-burden-of-us-hopes-in-home-world-cup-opener-vs-paraguay/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/christian-pulisic-is-ready-to-shoulder-the-burden-of-us-hopes-in-home-world-cup-opener-vs-paraguay/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[IRVINE, Calif. (AP) — Christian Pulisic is the most accomplished and most famous player on his national team at the exact time when his nation is hosting a World Cup.]]></description><pubDate>Thu, 11 Jun 2026 23:15:05 +0000</pubDate><content:encoded><![CDATA[<p>IRVINE, Calif. (AP) — Christian Pulisic is the most accomplished and most famous player on his national team at the exact time when his nation is hosting a World Cup.</p><p>Only a handful of prominent players in the past few decades have faced this confluence of talent and timing. They include a selection of generational greats: Zinedine Zidane for France in 1998, Michael Ballack for Germany in 2006, Neymar for Brazil in 2014.</p><p>Pulisic's U.S. teammates recognize the extraordinary burden he is carrying while the Americans prepare for their World Cup opener Friday night against Paraguay. From the field to the back row of the stands, everyone is looking to Pulisic for leadership and goals, hoping his full decade of international success with club and country will propel a middling soccer nation to new heights on home soil.</p><p>“I can't even imagine the weight that's on his shoulders,” teammate Tyler Adams said. “From such a young age, he was the hope of American soccer.”</p><p>Pulisic does not shy from the spotlight that will glare more brightly than ever in the next few weeks. In fact, he repeated Thursday that this challenge is “what I've always wanted.”</p><p>Now 27 years old, Pulisic has enough achievement and enough faith in his teammates to focus on how far the Americans can go, not how far they might fall.</p><p>“I don’t feel a difference in weight,” Pulisic said at the U.S. training base in Orange County. “I’m not sure. Maybe less. I just feel like there’s so many good players around me. I genuinely don’t feel like I have to do anything on my own. I’m going to give it the best I can. I want to help the team, and they expect a lot out of me, but with the guys I have around me, it makes it a lot easier for me.”</p><p>Pulisic was already the center of the U.S. hopes and aspirations when this World Cup was awarded to North America eight years ago, and his status hasn't changed. A nation that had struggled to produce elite players finally created a star in this slick, creative midfielder from Hershey, Pennsylvania, who has gone on to a decade of European club success.</p><p>National team progress has been more difficult to come by during Pulisic's first decade, but he is still considered the most consistently dynamic player in the American program — despite his 18-month goal drought in a U.S. shirt that only ended May 31.</p><p>“Of course he needs to be an important player for us in the competition,” said coach Mauricio Pochettino, who took over the U.S. team in late 2024. “(But) I think what we’ve learned after a year and a half is that the badge of the national team and the culture with this country is more important than any name, any player or any coach. That is a principal thing that we (believe), and from there, if you have talent and quality, you can perform on that platform.”</p><p>Adams, the 27-year-old Bournemouth midfielder, has been right alongside Pulisic for most of this ride.</p><p>He watched in awe as the 17-year-old Pulisic made his senior U.S. debut in late 2016. Those Americans failed to qualify for the 2018 World Cup, but Pulisic quickly became a vital component of the group.</p><p>“(Pulisic was) the best player on the field at 17 years old, and the person that they rely on, (and) it’s been since then that they’ve relied on him,” Adams said. “Now, we have weapons around him to kind of relieve that, but he’s a star. Not just for the U.S. national team, but in world football. He’s that good. We rely on him in big moments, but that being said, I hope he doesn’t feel the pressure to carry it all. Just to be himself and grow into each game.”</p><p>Pulisic became known across the world when he moved from Dortmund to Chelsea in 2019. He was part of the Blues’ Champions League winners in 2021, becoming only the second American to claim the ultimate club trophy, before moving in 2023 to AC Milan, where he remains a vital player for another major club.</p><p>Pulisic finally made his World Cup debut four years ago in Qatar, contributing a big goal and an assist — but the U.S. scored just three goals in its four games before going home in the knockout round.</p><p>“It feels similar, but with a bit of that comfort of being in America,” Pulisic said of his World Cup return. “It feels great having the people you love around you. It makes it that much more special.”</p><p>Pochettino has strived to build an aggressive, attacking team around Pulisic’s talents, thereby minimizing its reliance on its best player. Prolific Europe-based strikers Folarin Balogun and Ricardo Pepi will make their World Cup debuts this month for the U.S., hopefully spreading out the scoring responsibility.</p><p>But with his past World Cup experience in mind, Pulisic knows the Americans must step up quickly at home — and their opening matchup against a solid Paraguay team will put him right in the spotlight again.</p><p>“It has that big-game feel, for sure,” Pulisic said. “But in some ways, I feel a little bit more relaxed because I've been there before. We've played in a match like this. I think the experience has calmed me down a little bit.”</p><p>___</p><p>AP World Cup: https://apnews.com/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UA2MOTNS4CML5OEYKOOYYXRVCA.jpg?auth=1356718a9ee420916e37647965c7dc2ae8c3dd16c8ce806c5e7e7f03c078d455&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic attends a training session ahead of his FIFA World Cup match against Paraguay at its World Cup soccer tournament training base in Irvine, Calif., Thursday, June 11, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WINX7XVVLBU2FWICBZC3DL3FVU.jpg?auth=17aaedb66ab1719a9e7cf478ce2f0343fed9d603041fbf6e828d630d56633070&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Germany midfielder Aleksandar Pavlović, left, tackles the ball from United States forward Christian Pulisic during the first half of an international friendly soccer match in Chicago, Saturday, June 6, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GWLBYOBAXGC2M2LQDNN464EE4I.jpg?auth=4c407cd69a966b19fb16a2177d09e559dd2d132103154a352c2036fdf100a95d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Weston McKennie, center, and teammates attend a training session ahead of their FIFA World Cup match against Paraguay at its World Cup soccer tournament training base in Irvine, Calif., Thursday, June 11, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/36SI4JS3GDUHEED3INJT6G25KY.jpg?auth=4444fee8c21f3d9bbf8ed6f7d5c3b7b40d7e975c2f0b25bb25dbef4b6cf73ae6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States goalkeeper Chris Brady practices during a training session ahead of his FIFA World Cup match against Paraguay at its World Cup soccer tournament training base in Irvine, Calif., Thursday, June 11, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6MQJMIHZB6H6YGSVYLR6BLOTGQ.jpg?auth=9561b7d4703c346b4da36e6113972807d6a9ffde23ce994be997bbdd52ec0ae1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Joe Scally, center, Antonee Robinson, center right, and teammates attend a training session ahead of their FIFA World Cup match against Paraguay at its World Cup soccer tournament training base in Irvine, Calif., Thursday, June 11, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content></item><item><title><![CDATA[Inflación en Argentina alcanza su nivel mínimo en 8 meses y da impulso a Milei]]></title><link>https://www.local10.com/espanol/2026/06/11/inflacion-en-argentina-alcanza-su-nivel-minimo-en-8-meses-y-da-impulso-a-milei/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/inflacion-en-argentina-alcanza-su-nivel-minimo-en-8-meses-y-da-impulso-a-milei/</guid><dc:creator><![CDATA[Por ISABEL DEBRE, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — La inflación en Argentina se desaceleró en mayo por segundo mes consecutivo, según los datos económicos difundidos el jueves, en una buena noticia para el presidente Javier Milei tras casi un año de aumentos de precios obstinadamente persistentes que amenazaban con socavar el emblemático logro del líder libertario.]]></description><pubDate>Thu, 11 Jun 2026 21:55:27 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — La inflación en Argentina se desaceleró en mayo por segundo mes consecutivo, según los datos económicos difundidos el jueves, en una buena noticia para el presidente Javier Milei tras casi un año de aumentos de precios obstinadamente persistentes que amenazaban con socavar el emblemático logro del líder libertario.</p><p>Los precios al consumidor subieron un 2,1% el mes pasado en comparación con abril, informó el organismo estatal de estadísticas INDEC, una tasa que el ministro de Economía, Luis Caputo, celebró como el nivel mensual más bajo en ocho meses.</p><p>Pero la inflación anual aumentó levemente hasta alcanzar el 33,2% en mayo porque el índice inflacionario mensual del mismo mes de 2025 llegó al 1,5%, un mínimo de siete años. Desde entonces, los precios han subido y se han mantenido altos, presionando a los hogares y alimentando la frustración pública contra el gobierno de Milei mientras lidia con una serie de escándalos de corrupción y le cuesta responder a una caída de la actividad económica en los sectores del comercio minorista y la fabricación, que requieren grandes cantidades de mano de obra.</p><p>El mes pasado, las redes de comunicaciones registraron los mayores aumentos de precios, con un 3,4% por el encarecimiento de las facturas de telefonía e internet, seguidas por los costos de educación. Los precios de los alimentos se aceleraron un 2,5%.</p><p>Milei elogió al ministro Caputo, apodado Toto, en redes sociales, al publicar el informe del INDEC con el comentario: “VAAAAAAAAMOOOOOO TOTO”.</p><p>Milei y Caputo también celebraron la noticia de que S&P Global, una de las principales agencias de calificación crediticia, había mejorado la calificación soberana de Argentina a última hora del miércoles, de la categoría CCC —considerada la de mayor riesgo de incumplimiento— a B- con perspectiva estable, al citar el éxito del gobierno en el cumplimiento de los pagos de deuda.</p><p>Aunque la mejora deja a Argentina varios escalones por debajo del grado de inversión, ese voto de confianza impulsa el objetivo de Milei de devolver a la economía, propensa a las crisis, a los mercados globales de capitales, seis años después de que Argentina cayera en el impago de su deuda externa por novena vez.</p><p>Milei llegó al poder a fines de 2023 prometiendo eliminar los altísimos aumentos de precios de Argentina y revertir sus crónicos déficits fiscales.</p><p>Más de dos años después, sus amplias medidas de desregulación y austeridad han producido un inusual superávit presupuestario, han seducido a los inversores y han desacelerado la inflación: la tasa anual, ahora en 33%, superaba el 200% cuando asumió el cargo.</p><p>Pero la inflación, que hace que el costo de vida en Buenos Aires sea comparable al de capitales europeas, supera a los salarios reales. El desempleo ha aumentado ligeramente a medida que miles de trabajadores son despedidos de industrias nacionales que no pueden competir con una avalancha de importaciones baratas.</p><p>Escándalos de corrupción del tipo que Milei prometió erradicar cuando tomó posesión han tocado una fibra sensible en el contexto de sus esfuerzos por recortar fondos a la educación, la atención de la salud y la asistencia social.</p><p>Más recientemente, Manuel Adorni, colaborador cercano de Milei y jefe de Gabinete, quedó bajo investigación por presunto enriquecimiento ilícito tras realizar viajes lujosos —incluido un viaje a Aruba pagado íntegramente en efectivo— y compras de bienes raíces pese a su exiguo salario público. El miércoles, admitió haber ocultado 500.000 dólares en ahorros no declarados e inversiones en criptomonedas.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A4IZRQ5W6N77VU4HU4I7AXALQY.jpg?auth=7906edf9207efdc8c31abe28aed200beaae15f0b454bbe9826b92f79bd16c33c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – El presidente argentino Javier Milei llega a la catedral para asistir a un Te Deum para celebrar el aniversario de la Revolución de mayo, que marca el inicio de la independencia de Argentina, en Buenos Aires, Argentina, el 25 de mayo de 2026. (AP Foto/Natacha Pisarenko, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup Fan Festival in Miami to open Saturday at Bayfront Park ]]></title><link>https://www.local10.com/entertainment/2026/06/10/fifa-world-cup-fan-festival-to-open-saturday-at-bayfront-park/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/10/fifa-world-cup-fan-festival-to-open-saturday-at-bayfront-park/</guid><dc:creator><![CDATA[Janine Stanwood, Gabrielle Arzola, Andrea Torres]]></dc:creator><description><![CDATA[The grand opening of the FIFA World Cup 2026 Fan Festival is from 2 p.m. to midnight on Saturday at Bayfront Park in downtown Miami.  ]]></description><pubDate>Wed, 10 Jun 2026 16:45:16 +0000</pubDate><content:encoded><![CDATA[<p>The grand opening of <a href="https://www.local10.com/topic/World_Cup/" target="_self" rel="" title="https://www.local10.com/topic/World_Cup/">the FIFA World Cup 2026</a> Fan Festival is from 2 p.m. to midnight on Saturday at Bayfront Park in downtown Miami. </p><p><a href="https://www.local10.com/espanol/2026/06/10/festival-de-aficionados-de-la-copa-mundial-de-la-fifa-abrira-el-sabado-en-bayfront-park/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/10/festival-de-aficionados-de-la-copa-mundial-de-la-fifa-abrira-el-sabado-en-bayfront-park/">Leer en español</a></p><p>Organizers said there is enough room for about 30,000 fans to enjoy watch parties at four massive screens at the park at 301 Biscayne Boulevard. </p><p>“Everyone is welcome, all ages ... they will be able to watch the games for free, while they are enjoying the music, the dancing, the food,” Miami-Dade Mayor Daniella Levine Cava said on Wednesday. </p><p>For security, there will be metal detectors, and there is an “only clear bags” policy. Bags larger than 12 inches by 6 inches are not allowed. </p><p>Vaping and smoking are also banned. Chairs, blankets, tents, scooters, air horns, laser pointers, and inflatables are all included in<a href="https://miamifwc26.com/fan-festival/" target="_self" rel="" title="https://miamifwc26.com/fan-festival/"> the list of prohibited items</a>. </p><p>Except for baby food, outside food and beverages are not allowed. Organizers included a long line of food and drink vendors. The festival will open every day until July 5. </p><p>The matches start on Thursday when the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> matches are at 3 p.m., Mexico vs. South Africa, and at 11 p.m., South Korea vs. Czech Republic.</p><p>On Friday, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Canada vs. Bosnia, match is at 3 p.m. and the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, U.S. vs. Paraguay, match is at 9 p.m. </p><h3><b>Festival and games schedule</b></h3><p><b>June 13</b>: The fan festival opens from 2 p.m. to midnight. There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Qatar vs. Switzerland, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Brazil vs. Morocco, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Haiti vs. Scotland, game is at 9 p.m. </p><p><b>June 14</b>: The fan festival opens from Noon to 10 p.m. There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Australia vs. Turkey, game is at Midnight. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Germany vs. Curaçao, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, The Netherlands vs. Japan, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ivory Coast vs. Ecuador, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Sweden vs. Tunisia, game is at 10 p.m. </p><p><b>June 15</b>: The fan festival opens from 11 a.m. to 9 p.m. There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Spain vs. Cape Verde, game is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Belgium vs. Egypt, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Saudi Arabia vs. Uruguay, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Iran vs. New Zealand, game is at 9 p.m. </p><p><b>June 16</b>: The fan festival opens from 2 p.m. to midnight. There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Senegal, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Iraq vs. Norway, game is at 6 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Argentina vs. Algeria, game is at 9 p.m. </p><p><b>June 17</b>: The fan festival opens from Noon to 10 p.m. There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a>, Austria vs. Jordan, game is at Midnight. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Portugal vs. Congo, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, England vs. Croatia, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Ghana vs. Panama, game is at 7 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Uzbekistan vs. Colombia, game is at 10 p.m. </p><p><b>June 18</b>: The fan festival opens from 11 a.m. to 9 p.m. There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, The Czech Republic vs. South Africa, is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Switzerland vs. Bosnia, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Canada vs. Qatar, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, Mexico vs. South Korea, is at 9 p.m.</p><p><b>June 19</b>: The fan festival opens from 2 p.m. to midnight. There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, U.S. vs. Australia, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Scotland vs. Morocco, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Brazil vs. Haiti, game is at 8:30 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. Paraguay, game is at 11 p.m. </p><p><b>June 20</b>: The fan festival opens from Noon to 11 p.m. There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Netherlands vs. Sweden, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Germany vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Curaçao, game is at 8 p.m. </p><p><b>June 21</b>: The fan festival opens from 11 a.m. to 9 p.m. There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Japan, game is at Midnight. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Spain vs. Saudi Arabia, game is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Belgium vs. Iran, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Cape Verde, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Egypt, game is at 9 p.m. </p><p><b>June 22</b>: The fan festival opens from Noon to 8 p.m. There are four matches: The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Argentina vs. Austria, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Iraq, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. Senegal, game is at 8 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Algeria, game is at 11 p.m. </p><p><b>June 23</b>: The fan festival opens from Noon to 1 a.m. There are four matches: The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Portugal vs. Uzbekistan, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, England vs. Ghana, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. Croatia, game is at 7 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Congo, game is at 10 p.m. </p><p><b>June 24</b>: The fan festival opens from 2 p.m. to 9 p.m. There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Switzerland vs. Canada, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Bosnia vs. Qatar, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Morocco vs. Haiti, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Scotland vs. Brazil, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>, South Africa vs. South Korea, game is at 9 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>, Czech Republic vs. Mexico, game is at 9 p.m. </p><p><b>June 25</b>: The fan festival opens from 3 p.m. to 1 a.m. There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Curaçao vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Germany, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Netherlands, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Japan vs. Sweden, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. U.S., game is at 10 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Paraguay vs. Australia, game is at 10 p.m. </p><p><b>June 26</b>: The fan festival opens from 2 p.m. to 11 p.m. There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>June 27</b>: The fan festival opens from 4 p.m. to 1 a.m. There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>June 28</b>: The fan festival opens from 1 p.m to 10 p.m. There is a match at 3 p.m. </p><p><b>June 29</b>: The fan festival opens from Noon to midnight. There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>June 30</b>: The fan festival opens from Noon to midnight. There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>July 1</b>: The fan festival opens from 11 a.m. to 11 p.m. There are three matches at Noon, 4 p.m., and 9 p.m.</p><p><b>July 2</b>: The fan festival opens from 2 p.m. to 10 p.m. There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>July 3</b>: The fan festival opens from 1 p.m to 9 p.m. There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>July 4:</b> The fan festival opens from Noon to midnight. There are two matches at 1 p.m. and 5 p.m.</p><p><b>July 5</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. There are two matches at 4 p.m. and 8 p.m.</p><p><b>July 6</b>: The fan festival is closed. There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: The fan festival is closed. There are two matches at Noon and 4 p.m. </p><p><b>July 8</b>: The fan festival is closed, and there aren’t any matches. </p><p><b>July 9</b>: The fan festival is closed. There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: The fan festival is closed. There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: The fan festival is closed. There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>July 12-13</b>: The fan festival is closed, and there aren’t any matches.</p><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>July 15</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>July 16-17</b>: The fan festival is closed, and there aren’t any matches.</p><p><b>July 18</b>: The fan festival is closed. The third-place play-off match is at 5 p.m. </p><p><b>July 19</b>: The fan festival is closed. The final match is at 3 p.m. </p><p>For more information about the festival, <a href="https://miamifwc26.com/fan-festival/" target="_self" rel="" title="https://miamifwc26.com/fan-festival/">visit this page. </a></p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/10/feds-warn-against-flying-drones-at-stadium-on-7-fifa-world-cup-game-days/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/feds-warn-against-flying-drones-at-stadium-on-7-fifa-world-cup-game-days/">Feds warn against flying drones at stadium on 7 FIFA World Cup game days</a></li><li><a href="https://www.local10.com/news/2026/06/10/fbi-director-counterterrorism-to-be-a-top-priority-during-fifa-world-cup/" target="_self" rel="" title="https://www.local10.com/news/2026/06/10/fbi-director-counterterrorism-to-be-a-top-priority-during-fifa-world-cup/">FBI director: Counterterrorism to be a top priority during FIFA World Cup</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">FIFA World Cup 2026 Group A: Mexico to play opener on June 11</a></li></ul><h3><b>Track FIFA World Cup groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded></item><item><title><![CDATA[México inaugura el Mundial con victoria en casa 2-0 ante Sudáfrica]]></title><link>https://www.local10.com/espanol/2026/06/11/mexico-inaugura-el-mundial-con-victoria-en-casa-2-0-ante-sudafrica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/mexico-inaugura-el-mundial-con-victoria-en-casa-2-0-ante-sudafrica/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — México inaugura el Mundial con victoria en casa 2-0 ante Sudáfrica.]]></description><pubDate>Thu, 11 Jun 2026 21:30:29 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — México inaugura el Mundial con victoria en casa 2-0 ante Sudáfrica.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CX5BLH376EOCWKJ5EE33QMDPLU.jpg?auth=84cbe78e803e2535c77a8a860a6d778ac67a0c46de638a4b0ca6e3d12cc6a7b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Raul Jimenez celebrates after scoring his side's second goal during the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Police: Man arrested in downtown Miami after woman falls for pop-up scam in Key Biscayne ]]></title><link>https://www.local10.com/news/local/2026/06/11/police-fraudster-arrested-in-downtown-miami-after-woman-falls-for-scam-in-key-biscayne/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/police-fraudster-arrested-in-downtown-miami-after-woman-falls-for-scam-in-key-biscayne/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Police officers arrested Wilmer Vasquez on Wednesday night in downtown Miami, more than four months after a woman reported that she was defrauded out of $20,000 in Key Biscayne, records show.]]></description><pubDate>Thu, 11 Jun 2026 21:11:15 +0000</pubDate><content:encoded><![CDATA[<p>Police officers arrested Wilmer Vasquez in downtown Miami, more than four months after a woman reported that she was defrauded out of $20,000 in Key Biscayne, records show.</p><p>Miami police officers arrested Vasquez, 34, at 10 p.m. along Northwest North River Drive, near Fifth Street, after a National Crime Information Center database “felony vehicle alert,” according to a police report.</p><p>Vasquez, also known as Wilmer Vasqueztribuiani, was “sitting inside the vehicle involved” in the fraud that the victim reported on Jan. 29, in Key Biscayne, a police officer wrote, according to an arrest report. </p><p>Miami-Dade corrections booked Vasquez shortly before 2 a.m. on Thursday at the Turner Guilford Correctional Center, according to inmate records. </p><p>“An unknown subject, by means not yet determined and without authorization, accessed her computer and caused a pop-up message, disguised as an Apple support notification, to appear on the screen,” a police officer wrote, according to the arrest report. </p><p>The victim reported that the notification reported “her identity and personal information had been compromised,” according to the police report. </p><p>“The victim contacted the telephone number displayed on the pop-up message and was subsequently transferred to an individual claiming to be a bank security agent,” a police officer wrote. “Through a series of false representations, the victim was induced to withdraw $20,000.”</p><p>The victim withdrew the cash, placed it in a box, and gave it to an Uber courier to deliver it to the Mobil gas station on Crandon Boulevard, according to police. </p><p>“Surveillance video obtained during the investigation captured [Vasquez] receiving the box containing the victim’s $20,000 from the Uber courier and departing the area with the proceeds,” a police officer wrote, according to the arrest report. </p><p>Vasquez faced four charges: Organized fraud of $20,000 or more, offenses against users of computers, unlawful use of a communications device, and second-degree grand theft of less than $100,000. His bond was </p><p>Vasquez had a U.S. Immigration and Customs Enforcement hold on Thursday afternoon, according to inmate records. He was born in Venezuela and lives in Miami-Dade’s West End area, according to the police officer’s arrest report. </p><p><b>Safety tips </b></p><p><a href="https://www.fbi.gov/how-we-can-help-you/scams-and-safety/common-frauds-and-scams/tech-support-scams" target="_self" rel="" title="https://www.fbi.gov/how-we-can-help-you/scams-and-safety/common-frauds-and-scams/tech-support-scams">The FBI warns</a> the public to beware of “computer pop-up scams” that start with “a fraudulent alert” that claims your device has a virus and provides a fake support number to call. </p><ul><li>Do not call. </li><li>Do not click on the pop-up. </li><li>Close your browser using <b>Task Manager</b> (Windows: <code>Ctrl + Shift + Esc</code>) or <b>Force Quit</b> (Mac: <code>⌘ + Option + Esc</code>).</li><li>Never grant remote access </li><li>Fraudsters also tend to demand payments be done via wire transfer, cryptocurrency, and gift cards.</li></ul><p>If you have information about a case and want to file a complaint, <a href="https://www.ic3.gov/" target="_self" rel="" title="https://www.ic3.gov/">visit this page and contact the FBI’s Internet Crime Complaint Center</a>.</p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WEZLL5HBVBAWBKWY77OO6VJYZ4.jpg?auth=3130b01941b3eaf094defbaa75d541ff984da28f81c11aa5dcd8561dee85d3f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Wilmer Vasquez on Wednesday night in downtown Miami over a fraud involving a meeting earlier this year at the Mobile gas station in Key Biscayne, records show.]]></media:description></media:content></item><item><title><![CDATA[Argentina's inflation slows to 8-month low in a boost for President Milei]]></title><link>https://www.local10.com/news/world/2026/06/11/argentinas-inflation-slows-to-8-month-low-in-a-boost-for-president-milei/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/11/argentinas-inflation-slows-to-8-month-low-in-a-boost-for-president-milei/</guid><dc:creator><![CDATA[By ISABEL DEBRE, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES, Argentina (AP) — Argentina's inflation slowed for the second straight month in May, economic data released Thursday showed, providing some welcome news for President Javier Milei after almost a year of stubbornly persistent price increases that threatened to undermine the libertarian leader's signature achievement.]]></description><pubDate>Thu, 11 Jun 2026 21:21:31 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES, Argentina (AP) — Argentina's inflation slowed for the second straight month in May, economic data released Thursday showed, providing some welcome news for President Javier Milei after almost a year of stubbornly persistent price increases that threatened to undermine the libertarian leader's signature achievement.</p><p>Consumer prices rose 2.1% last month compared with April, the government statistics agency INDEC reported — a rate hailed by Economy Minister Luis Caputo as the lowest monthly level in eight months.</p><p>But annual inflation rose marginally to 33.2% this May because monthly inflation in May 2025 hit a seven-year low of 1.5%. Since then, prices have climbed and stayed high, squeezing households and fueling public frustration with Milei's government as it grapples with a series of corruption scandals and struggles to respond to a slump in economic activity across the labor-intensive sectors of retail and manufacturing.</p><p>Last month, communications networks saw the biggest price increases with 3.4% on higher phone and internet bills, followed by education costs. Food prices accelerated by 2.5%.</p><p>Milei praised Minister Caputo, nicknamed Toto, on social media, posting the INDEC report with the comment, "Let’s goooooo Toto!”</p><p>Milei and Caputo also celebrated the news that S&P Global, one of the major credit ratings agencies, had upgraded Argentina's sovereign credit rating late Wednesday to a stable B- from the CCC category, which is considered most at risk of defaulting, citing the government’s success in meeting debt repayments.</p><p>Although the upgrade leaves Argentina several notches below investment status, the vote of confidence advances Milei's goal of bringing the crisis-prone economy back to global capital markets six years after Argentina defaulted on its foreign debt for the ninth time.</p><p>Milei came to office in late 2023 vowing to eliminate Argentina's sky-high price increases and reverse its chronic fiscal deficits.</p><p>More than two years later, his sweeping deregulation and austerity measures have produced a rare budget surplus, charmed investors and slowed inflation — the annual rate, now at 33%, topped 200% when he took power.</p><p>But the inflation that makes the cost of living here in Buenos Aires comparable to that in European capitals outpaces real wages. Unemployment has ticked up as thousands of workers are laid off from national industries that can't keep up with a flood of cheap imports.</p><p>Corruption scandals of the kind Milei vowed to eradicate upon taking office have struck a nerve against the backdrop of his efforts to defund education, health care and social assistance.</p><p>Most recently, Milei's close aide and cabinet chief, Manuel Adorni, came under investigation for alleged illicit enrichment over lavish travel — including an all-cash trip to Aruba — and real estate purchases despite his meager public salary. On Wednesday, he admitted to hiding $500,000 in undeclared savings and cryptocurrency investments.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NSNU4TTD33WGEUNEQKENBNQ2RA.jpg?auth=4d280c669abcc40a0dcde7fb552bde117b17d984f99a71b2136d41aec7b7f70b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Argentine President Javier Milei arrives at the Cathedral for a Te Deum to celebrate the anniversary of the May Revolution, which marked the beginning of the country's independence from Spain, in Buenos Aires, Argentina, May 25, 2026. (AP Photo/Natacha Pisarenko, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[The Latest: Trump says he’s called off new military strikes on Iran after threatening escalation]]></title><link>https://www.local10.com/news/2026/06/11/the-latest-trump-says-hes-called-off-new-military-strikes-on-iran-after-threatening-escalation/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/11/the-latest-trump-says-hes-called-off-new-military-strikes-on-iran-after-threatening-escalation/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump said Thursday he has called off new military strikes on Iran, hours after threatening to escalate the war.]]></description><pubDate>Thu, 11 Jun 2026 20:47:22 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump said Thursday he has called off new military strikes on Iran, hours after threatening to escalate the war.</p><p>Trump had threatened major strikes on Iran and to seize control of its oil and gas industries as escalating attacks between the countries pushed the Middle East closer to full-scale war.</p><p>The threats to seize Iran’s Kharg Island oil terminal came after the U.S and Iran traded strikes for a second straight day, pushing the Middle East closer to the resumption of a full-scale war. It was the third time this week that back-and-forth strikes have rattled the Middle East.</p><p>Here’s the latest:</p><p>Trump again threatens federal takeover of DC</p><p>The president’s comments came in response to a question about the possibility of Janeese Lewis George winning the District of Columbia’s mayoral primary next week.</p><p>“I wouldn’t like it,” Trump said. “And maybe we’d take back Washington, run it on the federal basis. We won’t put up with it. We’re not going to lose our businesses.”</p><p>George is one of the front-runners vying to replace Mayor Muriel Bowser and identifies as a democratic socialist.</p><p>Trump has claimed the US has essentially reached a deal with Iran before, so why is this different?</p><p>“Because they’ve taken a pounding,” Trump explained Thursday when asked why he was confident.</p><p>But his answer was vague as he described it as a “very strong memorandum of understanding,” that he described as “a little conceptual.”</p><p>He said of Iran, “They want to make the deal a lot more than I do.”</p><p>Trump believes Iran Supreme Leader has signed off on emerging deal</p><p>“I understand the answer is yes” Trump said when asked if Ayatollah Mojtaba Khamenei has agreed to the deal.</p><p>Khamenei was wounded in the opening salvos of the U.S. and Israeli bombardment of Iran and has been in hiding since.</p><p>Iran has not yet confirmed that it’s agreed to terms with the U.S. on a settlement to end the war</p><p>Trump says Pulte will continue to be acting director of national intelligence</p><p>Trump is insisting that Pulte will stay in the temporary role despite the president’s announcement earlier Thursday that he’s chosen Clayton as the permanent nominee.</p><p>“He’s only there for a little while,” Trump said of Pulte. Pressed on Pulte’s lack of national security credentials, the president responded “but he’s intelligent, unlike a lot of other people.”</p><p>Trump was also vague on whether he’ll take any executive actions to address the potential lapse in surveillance authorities after midnight Friday.</p><p>“Congress wants me to do it, and let’s see what happens,” he said.</p><p>Trump opens up more protected ocean areas to fishing</p><p>Trump opened three marine protected areas in the Pacific Ocean to commercial fishing with a proclamation Thursday that he said will boost the U.S. seafood industry.</p><p>Trump has targeted marine protections created in the era of Presidents Barack Obama and George W. Bush that he said stifle the country’s ability to compete in the global seafood marketplace. He moved to reestablish fishing in Northeast Canyons and Seamounts Marine National Monument off New England in February.</p><p>Thursday’s move focused on portions of Mariana Trench Marine National Monument, Papahānaumokuākea Marine National Monument and Rose Atoll Marine National Monument. The monuments are protected zones in remote areas of the Pacific.</p><p>Environmental groups have criticized Trump’s moves to allow fishing in protected zones, which they said provide vital habitat for rare sea life.</p><p>US stocks jump and oil prices ease</p><p>U.S. stocks have rallied to their best day in two months and oil prices have fallen after Trump said he had called off new military strikes on Iran.</p><p>Trump’s comments raised hopes Thursday for a potential deal to get the global flow of oil going again.</p><p>The S&amp;P 500 jumped 1.8%, coming off a back-to-back drop that had yanked it back to where it was in early May.</p><p>The Dow Jones Industrial Average leaped 1.9%, and the Nasdaq composite rallied 2.5%. Strong gains for chip stocks helped offset a slide for Oracle. Treasury yields eased sharply in the bond market.</p><p>Rubio says UFC fights are a great uniter for a polarized America as White House prepares for cage match</p><p>“There are only a handful of things that bring people together in one place at one time, united by their interest in one thing. We need more of those,” Rubio said.</p><p>He lauded the popularity of the Ultimate Fighting Championship and the diversity of fight audiences as he signed a sports diplomacy agreement with UFC president Dana White.</p><p>He said the White House event on Sunday could have been a concert or a “Shakespeare in the Park” production, “but this one will have people watching probably … a billion people over the world will be watching America celebrate its 250th birthday with the White House in the background.”</p><p>National Mall vandalism investigated</p><p>The U.S. Park Police is investigating after someone marked the numbers “86 47” on the grass of the lawn west of the Washington Monument.</p><p>“The cause of the discoloration has not yet been determined. Grass samples have been collected for testing,” Park Police said in an email.</p><p>The same numbers got attention after former FBI Director James Comey was indicted in April over a photograph he posted on social media of seashells arranged to say “86 47.” The Justice Department contends the numbers amounted to a threat against Trump, the 47th president. Comey has said he assumed the numbers reflected a political message, not a call to violence.</p><p>According to Merriam-Webster, 86 is slang meaning “to throw out,” “to get rid of” or “to refuse service to.”</p><p>“The deranged vandalism on our National Mall will not be tolerated,” the Department of Interior said in an email. “Any threat against the President is taken very seriously by the Department.”</p><p>Trump claims he’s close to making a deal with Iran aimed at winding down conflict</p><p>“We just made a great settlement of the war with Iran,” Trump said at the start of an Oval Office event. “And we’re going to be, subject to finalization of documents, which should get done over the next few days, probably have a signing, maybe in Europe.”</p><p>Trump started the day by again threatening to hit Iran “very hard” with new strikes. Hours later, he returned to social media to say that he decided to cancel plans to escalate the fighting because progress had been made in the talks with Iran and suggested anew that a deal is within view.</p><p>But Trump on multiple occasions over the last several weeks has claimed that the warring parties have been on a cusp of a deal without anything coming to fruition.</p><p>Taiwan’s opposition leader met US lawmakers</p><p>The leader of Taiwan’s opposition party met five U.S. lawmakers at a time when Washington is seeking to stabilize ties with Beijing despite their differences over the self-governed island, including U.S. arms sales to Taiwan.</p><p>Cheng Li-wun, chairperson of Taiwan’s Kuomintang Party, is on a two-week trip to the U.S. to promote her party’s approach to peace in the Taiwan Strait through dialogue and to explain its stance on Taiwan’s defense budget and purchase of U.S. weapons. Her party opposes the formal independence of Taiwan.</p><p>Taiwan’s media reported that Cheng on Wednesday met with Sen. Steve Daines, R-Mont., Rep. John Rose, R-Tenn., Rep. Chuck Fleischmann, R-Tenn., Rep. Tom Suozzi, D-N.Y., and Rep. Brian Mast, R-Fla. Mast chairs the House Foreign Affairs Committee. Fleischmann’s office confirmed the meeting.</p><p>Thune says Senate could move ‘fairly quickly’ to confirm Clayton</p><p>“I don’t know what realistic is, but we’re gonna probe the limits of it,” Senate Majority Leader John Thune, R-S.D., said after Trump announced on social media that he would nominate Jay Clayton for director of national intelligence.</p><p>Democrats are holding up the renewal of a key surveillance law, the Foreign Intelligence Surveillance Act, in protest of Trump’s temporary pick for the job, federal housing regulator Bill Pulte. The law expires Friday at midnight.</p><p>Trump has previously said that Pulte will take over from the outgoing director, Tulsi Gabbard, on June 19. It is unclear whether the Senate could move quickly enough to confirm Clayton before that date.</p><p>Rubio signs sports diplomacy agreement with UFC ahead of cage fight at the White House</p><p>Secretary of State Marco Rubio has signed a cooperation agreement with the president of the Ultimate Fight Championship that will pair the two institutions in providing fight training, health and diet regimes and promote teamwork and leadership for youths around the world.</p><p>Rubio signed the agreement with UFC chief Dana White at the State Department on Thursday, just three days before the UFC will stage a cage match at the White House. Sunday’s match will be held in conjunction with Trump’s 80th birthday and the celebration of America’s 250th independence anniversary.</p><p>The partnership will be part of a broader sports diplomacy initiative that has been operating for decades. It has involved golf, tennis, figure skating, American football, soccer and other athletes. Under the program, program, UFC athletes and coaches will serve as U.S. sports ambassadors, leading training clinics for young international athletes.</p><p>Trump picks Jay Clayton, ex-SEC head and current US attorney, as director of national intelligence</p><p>Trump says he plans to nominate Jay Clayton, the former head of the Securities and Exchange Commission and current U.S. attorney for the Southern District of New York, as director of national intelligence.</p><p>Trump announced the nomination on social media on Thursday amid pressure from Congress to name Tulsi Gabbard’s permanent replacement. Trump faced intense pushback over his decision to name Bill Pulte, head of the Federal Housing Finance Agency, as acting director after Gabbard announced last month that she was stepping down because of her husband’s cancer diagnosis.</p><p>The situation led to a standoff in Congress as Democrats said they would refuse to renew a foreign intelligence powers unless Trump pulled Pulte’s nomination and named a permanent nominee.</p><p>“Few people anywhere in the Legal Community are respected at the level of Jay,” Trump wrote. “I encourage the United States Senate to confirm Jay as soon as possible.”</p><p>Pentagon ends lockdown over ‘air quality’ issue</p><p>The Pentagon has stood down from a lockdown over what officials described as an “air quality issue.”</p><p>“Subsequent testing confirmed no hazard exists, and normal operations have resumed,” the Pentagon’s top spokesman, Sean Parnell, said in a social media post.</p><p>The lockdown lasted for about two hours and prompted a response from hazmat teams of the Pentagon’s internal police force as well as the team from nearby Arlington, Virginia.</p><p>Trump calls off threatened strikes against Iran after indicating progress in talks</p><p>Trump says he’s called off new military strikes on Iran hours after threatening to escalate the 3-month-old war.</p><p>The president said in a social media post Thursday that he made the move “based on the fact that discussions with the Islamic Republic of Iran have been brought to the highest level of Iranian leadership and approved.”</p><p>Trump also suggested that progress has been made in talks to extend the fragile ceasefire, writing that “discussions and final points have been, in both concept and great detail,” approved by United States, Israel, and other regional allies. He did not offer details.</p><p>Trump on multiple occasions over the last several weeks has claimed that the warring parties have been on a cusp of a deal without anything coming to fruition.</p><p>Targeting Iran’s Kharg Island carries major risks</p><p>Kharg Island has emerged as a focus of the war launched by the United States and Israel. The Persian Gulf island is home to a terminal through which Iran exports most of its oil.</p><p>Strikes on oil infrastructure on Kharg — or a ground invasion — would severely curb Iran’s oil exports, a key source of revenue for the Islamic Republic.</p><p>An assault would also mark a major escalation that could provoke even heavier retaliatory attacks on Gulf infrastructure. That would further drive up oil prices that already threaten the world economy.</p><p>▶ Read more</p><p>A look at the scene on the White House South Lawn for Sunday’s UFC event</p><p>It looks from afar more UFO than UFC.</p><p>Maybe it’s the kind of contraption that has carried space aliens to the White House to force a meeting with America’s leader.</p><p>But come closer and you’ll see the contours of the eight-sided cage, 30 feet in diameter and shaped like the MMA league’s signature Octagon.</p><p>Overhead looms The Claw, a four-sided mass that arcs more than 90 feet into the air and features lights, speakers, thick snakes of wiring and four large screens so fans not seated right next to the Octagon can follow the fighting in the cage below.</p><p>And surrounding all that are risers filled with gray folding chairs forming a temporary arena expected to seat 4,000-plus for the seven UFC fights being staged on Sunday to celebrate the 80th birthday of President Donald Trump and the 250th anniversary of the Declaration of Independence’s signing.</p><p>▶ Read more</p><p>Iran’s parliamentary speaker responds</p><p>Mohammad Bagher Qalibaf warned in a social media post Thursday that “wrong strategies and impulsive decisions” would wreak havoc on energy markets and “create an endless quagmire that you will be stuck in for years.”</p><p>Iran’s monthslong stranglehold on the Strait of Hormuz has disrupted global energy supplies, driven up fuel prices and made food and other basics more expensive well beyond the region.</p><p>Hazardous materials units respond to the Pentagon</p><p>The Pentagon Force Protection Agency’s hazardous materials team was responding to an unknown issue and parts of the Pentagon were under a shelter-in-place order while officials investigate.</p><p>“The Pentagon has sophisticated systems to ensure the safety of the building and its occupants. Those systems have detected an air quality issue necessitating precautionary measures until we determine its significance,” Chief Pentagon spokesperson Sean Parnell said Thursday. “The Department is executing standard protection protocols, including a shelter-in-place order for the affected area.”</p><p>The Arlington County Fire Department also sent units, including its hazardous materials team, according to a posting on its X account. Questions to the media office were referred to the Pentagon.</p><p>Iranian student says hope dwindles as attacks escalate</p><p>A 25-year-old student in northern Iran says Iranians are fearing “chaos” amid the war with the U.S. and Israel and multiplying crises at home.</p><p>The student, who lives in the city of Babol, said many Iranians are struggling to afford groceries in the face of mass job losses and triple-digit food inflation. He spoke on the condition of anonymity out of security fears.</p><p>“Everything is going wrong and there is no hope among the people,” the student added.</p><p>The student first spoke to The Associated Press before the war when he participated in widespread anti-government protests. He now says his chief concern is that Iran “maintain territorial integrity and deterrence” in the face of attacks by the U.S. and Israel.</p><p>— Amir-Hussein Radjy</p><p>Tensions persist over Iran’s nuclear program and the Strait of Hormuz</p><p>U.S. Treasury Secretary Scott Bessent said in a social media post that the U.S. would extract funds from frozen Iranian accounts to offset the costs of damage to American allies as well as any tolls Iran imposes on ships seeking passage through the Strait of Hormuz.</p><p>Beyond the deadlock over the strait, the two sides also remain at odds over Iran’s nuclear program. Tehran insists its nuclear efforts are peaceful. The U.S. and Israel fear Tehran’s stockpile of highly enriched uranium could be used to build an atomic weapon. That was a main reason they cited for going to war Feb. 28.</p><p>Trump doesn’t back down on Bill Pulte</p><p>After bipartisan pushback to Pulte’s temporary appointment as director of national intelligence, Trump said last week that he would not permanently nominate him to the position. But Democrats, and some Republicans, want his appointment pulled immediately and for Trump to nominate a replacement that can be confirmed by the Senate.</p><p>On Tuesday, though, Trump announced that Pulte would not only take over as acting director — he’d also start earlier than expected, on June 19.</p><p>One of several possible replacements could be Pete Hoekstra, Trump’s ambassador to Canada and a former chairman of the House Intelligence Committee. The White House has reached out to Hoekstra about the job and conversations are ongoing, according to a person familiar with the outreach who requested anonymity to discuss the private conversations.</p><p>— Mary Clare Jalonick, Lisa Mascaro and Seung Min Kim</p><p>GOP leaders lobbied the White House, to no avail</p><p>Congressional Republicans have lobbied Trump all week to quickly nominate a permanent replacement for director of national intelligence. But he said he needs more time to do so.</p><p>Senate Majority Leader John Thune said Republican leaders have “made our views known” to the White House.</p><p>Trump has said he’s interviewing five candidates for his pick to lead the agency permanently, after the resignation of Tulsi Gabbard.</p><p>House Speaker Mike Johnson said the president has made it very clear that Pulte will serve a “very short term — a sort of renovation role” to help the Office of the Director of National Intelligence be “renovated and downsized.”</p><p>But Democrats on the House Intelligence Committee led by Rep. Jim Himes of Connecticut said in a letter to the president that Pulte is a “uniquely poor choice” to serve even in the acting capacity.</p><p>House vote to extend FISA spy tool fails and it could lapse as Friday deadline looms</p><p>A rare lapse in a law that allows the United States to gather intelligence abroad appears likely after the House failed Thursday to temporarily extend the program, in a protest of President Trump ’s refusal to name a permanent head of the nation’s intelligence agencies.</p><p>Trump has doubled down on his temporary pick for director of national intelligence, federal housing finance regulator Bill Pulte, even though Pulte has little experience for the job. Democrats say they won’t support the renewal of Section 702 of the Foreign Intelligence Surveillance Act, known as FISA, unless the Republican president withdraws Pulte’s appointment and nominates a permanent replacement.</p><p>The House vote collapsed in bipartisan fashion, with some Republicans and nearly all Democrats rejecting the temporary measure. The Senate may try its own vote later Thursday, but hopes are dimming to prevent what could be an unprecedented lapse in the surveillance tool. The law expires Friday at midnight.</p><p>▶ Read more</p>]]></content:encoded></item><item><title><![CDATA[Miami landlord accused of attacking tenant with machete over trash dispute]]></title><link>https://www.local10.com/news/local/2026/06/11/miami-landlord-accused-of-attacking-tenant-with-machete-over-trash-dispute/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/miami-landlord-accused-of-attacking-tenant-with-machete-over-trash-dispute/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 78-year-old Miami landlord is accused of attacking a tenant with a machete during an argument Wednesday evening, according to police. ]]></description><pubDate>Thu, 11 Jun 2026 21:13:39 +0000</pubDate><content:encoded><![CDATA[<p>A 78-year-old Miami landlord is accused of attacking a tenant with a machete during an argument Wednesday evening, according to police. </p><p>Miami police said Victor Rodriguez Polledo was arrested after the incident, which occurred around 5:45 p.m. at a home in the 1900 block of Southwest 17th Street, in the city’s Shenandoah neighborhood. </p><p>According to an arrest report, officers responded to a 911 call reporting that a landlord had assaulted a tenant with a machete. </p><p>Police said after arriving at the scene, they found the victim bleeding from his right arm and wrist.</p><p>The victim told police Rodriguez Polledo had been “arguing with him over some items that needed to be thrown out,” the report states. </p><p>During the argument, Rodriguez Polledo told the victim in Spanish, “What the f--- are you looking at? You’ll see what I have for you,” before going back inside his home, returning with a machete, and swinging it at the tenant, according to the report. </p><p>Police said the victim reported being struck in the shoulder and arm area with the back of the blade before blocking a second swing with his right hand, suffering a deep laceration to his wrist.</p><p>Investigators said the victim then attempted to disarm Rodriguez Polledo, which led to a struggle. </p><p>Another person who intervened suffered a minor cut to a hand but declined medical treatment, according to the report.</p><p>Authorities said the victim was transported to HCA Florida Mercy Hospital with a deep laceration to his right wrist and other minor injuries.</p><p>Police said they recovered a blood-stained machete from the rear of the property and collected it as evidence.</p><p>After being advised of his rights in Spanish, Rodriguez Polledo agreed to speak with investigators, however, details of his statement were redacted from the publicly released report.</p><p>Jail records show Rodriguez Polledo is facing one count of aggravated battery with a deadly weapon.</p><p>As of Thursday, he was being held without bond at the Turner Guilford Knight Correctional Center. </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/NSWW3DDQN5DTXP3QBAVWNH5P6Q.jpg?auth=fb0bcdc43a63990864f746df86cfc99a6a5af9c75534d92e09d61d8570b57730&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[BSO solicita presupuesto de $937 millones USD para 2027 y genera preocupación entre comisionados de Broward]]></title><link>https://www.local10.com/espanol/2026/06/11/bso-solicita-presupuesto-de-937-millones-usd-para-2027-y-genera-preocupacion-entre-comisionados-de-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/bso-solicita-presupuesto-de-937-millones-usd-para-2027-y-genera-preocupacion-entre-comisionados-de-broward/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[La Oficina del Sheriff de Broward está buscando aproximadamente $937 millones para su presupuesto del año fiscal 2027, un aumento con respecto a su presupuesto adoptado de $833 millones.]]></description><pubDate>Thu, 11 Jun 2026 20:46:00 +0000</pubDate><content:encoded><![CDATA[<p>La Oficina del Sheriff de Broward (BSO) está solicitando aproximadamente $937 millones USD para su presupuesto del año fiscal 2027, un aumento respecto a los $833 millones USD aprobados en el presupuesto actual.</p><p>La solicitud fue el tema central de un taller presupuestario del condado Broward realizado el jueves.</p><p>El sheriff Gregory Tony estuvo ausente de la reunión, pero la siguió por transmisión en vivo.</p><p>“Creo que el sheriff Tony está viendo esto, creo que deberíamos desconectar la transmisión y volverlo loco”, bromeó el alcalde del condado Broward, Mark Bogen, durante el taller.</p><p>El subjefe Steve Robson se dirigió a los comisionados para explicar la necesidad de fondos adicionales para el departamento.</p><p>“Por supuesto, el gran problema es nuestro asunto no resuelto: el dinero de este año que se trasladará al presupuesto del próximo año”, dijo Robson.</p><p>Robson también destacó los salarios iniciales de los agentes, señalando que son los más bajos entre las agencias policiales de Broward y que muchos agentes están abandonando la institución.</p><p>La BSO está solicitando 50 puestos adicionales, y gran parte del presupuesto propuesto está relacionado con costos de personal y contratación.</p><p>“Aquí hay un gráfico circular que muestra las diferentes categorías dentro de la agencia a las que se destinan los fondos. El personal representa el 80%”, dijo Robson.</p><p>La discusión presupuestaria ocurre en medio de una disputa en curso entre la BSO y Deerfield Beach, mientras la ciudad avanza hacia la creación de su propio departamento de policía.</p><p>“Octubre es cuando entra en vigor el 1 de octubre, y ellos tendrán su propia fuerza policial. ¿Qué pasará con los 150 agentes? Planeamos absorberlos mediante nuestro plan de transición que presentamos a la ciudad, y la ciudad ha rechazado el plan que propusimos, así que estamos en esa situación en este momento”, dijo Robson. “Antes del 1 de octubre de 2027, planeo incorporar a todos esos agentes a la BSO”.</p><p>Los comisionados expresaron preocupación por el tamaño de la solicitud presupuestaria, incluido el comisionado Steven Geller.</p><p>“Tony nos está pidiendo más dinero del que está disponible”, dijo Geller.</p><p>Geller afirmó que la seguridad pública sigue siendo una prioridad principal, pero señaló que otros servicios del condado también requieren financiamiento.</p><p>“Es una prioridad principal, pero no es nuestra única prioridad”, dijo Geller.</p><p>“Actualmente, de nuestro presupuesto de ingresos generales, estamos destinando aproximadamente el 54% a la seguridad pública. Pero hay muchas otras cosas que también tenemos que financiar”, agregó.</p><p>El alcalde Bogen coincidió en que la solicitud podría ser difícil de atender.</p><p>“Con las limitaciones presupuestarias que tenemos en este momento, no es realista”, dijo Bogen.</p><p>Está previsto que el presupuesto final del condado sea aprobado en septiembre.</p><p>La BSO rechazó una solicitud de entrevista con el subjefe y remitió las preguntas a los comentarios realizados durante la reunión.</p>]]></content:encoded></item><item><title><![CDATA[Political blame game follows as screwworm parasite threatens cattle in Texas]]></title><link>https://www.local10.com/news/politics/2026/06/11/political-blame-game-follows-as-screwworm-parasite-threatens-cattle-in-texas/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/11/political-blame-game-follows-as-screwworm-parasite-threatens-cattle-in-texas/</guid><dc:creator><![CDATA[By JEFFREY COLLINS, Associated Press]]></dc:creator><description><![CDATA[U.S. Agriculture Secretary Brooke Rollins watched sterile flies being released to fight the New World screwworm on Thursday and visited the Texas ranch where one of the first cases of the pest was detected. The screwworm could devastate the nation’s cattle industry.]]></description><pubDate>Thu, 11 Jun 2026 22:41:50 +0000</pubDate><content:encoded><![CDATA[<p>U.S. Agriculture Secretary Brooke Rollins watched sterile flies being released to fight the New World screwworm on Thursday and visited the Texas ranch where one of the first cases of the pest was detected. The screwworm could devastate the nation’s cattle industry.</p><p>Later, she repeated her assertion that former President Joe Biden’s administration is responsible for the parasite’s return to the U.S. six decades after it was eradicated. Democratic leaders say cuts to the nation’s agriculture agency under President Donald Trump are to blame.</p><p>Screwworms are on their way to becoming a billion-dollar international problem, but can be contained if ranchers are vigilant, watch their herds and other wildlife, and quickly treat any infestations, Rollins said. She pointed to the calf where screwworms were found six days earlier in a wound where its umbilical cord had been attached.</p><p>“He couldn’t be happier. He’s bouncing around the pasture," Rollins said.</p><p>Screwworms are flies that lay their eggs in the wounds of warm-blooded animals and feed on living flesh rather than dead tissues. Scientists say releasing sterile flies to mate with females is the most effective way to control the population, a strategy that has worked for decades. A warming planet is complicating efforts by giving screwworms, which thrive in hot, humid weather, more places to spread.</p><p>Billion-dollar response planned to fight screwworms</p><p>The U.S. Department of Agriculture is preparing an all-out assault on the screwworm, which had been contained in the narrow isthmus of Panama for decades.</p><p>No matter the cause, driving screwworms back south and keeping them out of the U.S. will be expensive. The USDA estimated it would spend over $1 billion on efforts to save cattle herds and other livestock.</p><p>About $750 million will go toward building and operating a plant capable of producing up to 300 million sterile flies a week. The technique has been used for decades, as female screwworms mate just once, and if they choose a sterile mate, their eggs don’t hatch, and the fly population dwindles.</p><p>The goal is to protect the U.S. cattle industry. Experts think the parasite shouldn't cause an immediate increase in near-record-high beef prices as long as it doesn't turn into an outbreak and large groups of cattle die. Screwworms don't affect food safety.</p><p>The parasite has already disrupted the Mexican beef industry. The U.S. closed its southern ports to Mexican livestock last summer.</p><p>Mexico has had more than 28,000 cases of screwworms since the flies returned two years ago, mostly confined to its southern states. The Mexican government stopped the importation of almost all live animals from the U.S. after screwworms were discovered here.</p><p>Scientists aren’t sure how screwworms emerged again</p><p>The U.S. had been almost entirely rid of screwworms for 60 years, with scientists in North and Central America eventually driving it down to the containment zone in Panama. But in 2023, the flies emerged and began heading back north.</p><p>Experts say screwworms are here to stay at least for this summer. Seven cases have already been detected in Texas and New Mexico. A 12-mile (20-kilometer) quarantine zone goes up around every place a case is found.</p><p>As they work toward a solution, scientists say they aren't sure exactly what led to screwworms leaving the area in Panama where they were boxed in.</p><p>“I don't have the answer to that one, and I don’t know if anyone does. It doesn’t help us to speculate,” said Jonathan Cammack, a professor of livestock entomology and parasitology at Oklahoma State University.</p><p>The key now is to ramp up the sterile fly program and get international cooperation to get the pests back down to Panama, he said.</p><p>Climate change is also helping drive the spread of screwworms, said Lee Haines, an associate research professor of biological sciences at the University of Notre Dame.</p><p>"The fly is a creature of warmth as its entire life cycle, from egg to adult, can complete in as little as three weeks under tropical conditions," Haines said.</p><p>Even Canada has temporarily stopped importing cattle, horses or other livestock from Texas. The parasites prefer humid areas where temperatures are at least 77 F (25 C), and those days are increasing further north.</p><p>Democrats question cuts; Republicans blame immigration</p><p>As Rollins moves quickly to implement a billion-dollar response to the screwworm outbreak, she has also blamed the Biden administration, noting that it was in office as the parasite began moving north again.</p><p>She said without showing any evidence the flies were with animals that followed immigrants north as well as hitching rides with cattle and other animals being sold by Mexican cartels outside of regular markets.</p><p>“People moving north to America, bringing their livestock with them, the Mexican cartels with the illicit cattle traffic, we knew it was coming,” Rollins told the U.S. Senate Agriculture Committee on Wednesday.</p><p>Nearly a dozen Democratic U.S. senators sent a letter to Rollins this week questioning whether job losses at the USDA have hurt food inspections and livestock safety programs.</p><p>Nearly 20% of the counties in the U.S. that started 2025 with at least one employee from the federal Animal Plant and Health Inspection Service ended the year with none, the letter said.</p><p>Rollins said she has moved over 100 USDA employees into the screwworm response. She said it has been one of her top priorities since Trump picked her to lead the USDA.</p><p>But Democratic U.S. Rep. Ted Lieu of California said blaming Biden is shortsighted and again shows the Trump administration creates problems through reckless spending cuts.</p><p>“The life cycle of a screwworm is about 14 to 54 days, depending on temperature and humidity. The Trump administration has been in office for over 500 days,” Lieu said earlier this week. “This is on the Trump administration. They need to own up to it, and they need to apologize.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IKG2W6AIOMQFEZKWXUXKKWLUHA.jpg?auth=a649cfda120844b8353848005aaee4987218a80281d72c918f49d1a23dd6e825&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dyed fly pupae are seen as a sterile fly dispersal station is placed by the U.S. Department of Agriculture to combat the spread of the New World screwworm fly on grounds of a ranch near La Pryor, Texas, Thursday, June 11, 2026. (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/IG4QKBK2G3MHTIPUOA3KWCYULY.jpg?auth=49dbf169745531bdc40e603ef23e59c8469f375890bcfba4727b06c91c66549d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Agriculture Secretary Brooke Rollins talks about a sterile fly dispersal station placed by the U.S. Department of Agriculture to combat the spread of the New World screwworm fly on grounds of a ranch near La Pryor, Texas, Thursday, June 11, 2026. (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/U36YCCFPTANCNZ27DCTBUSK2TI.jpg?auth=a2c583d096792da1336a917134a81dcd020f694a5979faaee7480f959a7139af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cattle graze near a sterile fly dispersal station placed by the U.S. Department of Agriculture to combat the spread of the New World screwworm fly on grounds of a ranch near La Pryor, Texas, Thursday, June 11, 2026. (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/2UXD3T2RHWXA3QTYDMGS2BHRY4.jpg?auth=58efd62777f6e30054ccdd33a6a819508eebfcc09773042241f269f8b41f68d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rangers and land owners view a sterile fly dispersal station placed by the U.S. Department of Agriculture to combat the spread of the New World screwworm fly on grounds of a ranch near La Pryor, Texas, Thursday, June 11, 2026. (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/IMKRBKH4CYP36XCLCUTXXRNSQM.jpg?auth=f5398d72e95894cfe9a38516904b95078e91ed5e2dc3eab0e8ef16275add4206&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Thousands of dyed fly pupae are seen in a sterile fly dispersal station placed by the U.S. Department of Agriculture to combat the spread of the New World screwworm fly on grounds of a ranch near La Pryor, Texas, Thursday, June 11, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[More than 30 lawsuits filed against aerospace company in California over damaged chemical tank]]></title><link>https://www.local10.com/news/2026/06/11/more-than-30-lawsuits-filed-against-aerospace-company-in-california-over-damaged-chemical-tank/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/11/more-than-30-lawsuits-filed-against-aerospace-company-in-california-over-damaged-chemical-tank/</guid><dc:creator><![CDATA[By MARTHA BELLISLE, Associated Press]]></dc:creator><description><![CDATA[More than 30 lawsuits have been filed against GKN Aerospace after one of the company's tanks containing a highly flammable chemical overheated and threatened a catastrophic explosion last month, forcing the evacuation of about 50,000 residents in California's Orange County.]]></description><pubDate>Thu, 11 Jun 2026 22:44:22 +0000</pubDate><content:encoded><![CDATA[<p>More than 30 lawsuits have been filed against GKN Aerospace after one of the company's tanks containing a highly flammable chemical overheated and threatened a catastrophic explosion last month, forcing the evacuation of about 50,000 residents in California's Orange County.</p><p>Debbie Cohran, who lives about 500 feet (152 meters) from the aerospace facility in Garden Grove, wasn’t told to evacuate until several hours after the leak started, according to her complaint. Her suit said she experienced nausea and headaches for several days afterward.</p><p>Melanie Rose Burciaga of nearby Westminster had just given birth to her first child and had to leave the hospital when the evacuation orders came in, her lawyer said in a lawsuit.</p><p>And Juan Diego Orozco was part of a street repair crew working in Garden Grove on the day the overheating started. He said he suffered a headache and went to the hospital due to difficulty breathing and vomiting, his lawyer said.</p><p>More than 100 individuals — including some families with pets — as well as local businesses are suing GKN Aerospace, saying the U.K.-based company was negligent in maintaining a safe facility, especially since it’s located in a large population center.</p><p>Ten of the cases were filed as class actions in federal court, while 21 are in state court and cover one to 31 plaintiffs. The suits seek compensatory and punitive damages.</p><p>A spokesperson for GKN Aerospace told the AP in an email Thursday: “GKN respects the legal process and will respond to these lawsuits in due course.”</p><p>Adam Zimmerman, a professor at the University of Southern California Gould School of Law who is not involved in the litigation, said the federal cases will likely be consolidated and the state cases will likely be moved under one judge, to ensure they are handled efficiently. Some of those state lawsuits may be moved to federal court, he said.</p><p>Pressure on the company increased on Wednesday when FBI agents served a search warrant at the facility to collect documents and records related to the “storage, use, or disposal” of methyl methacrylate, the chemical inside the affected tank.</p><p>The Environmental Protection Agency said Thursday that it had joined the FBI to “search for and seize evidence of potential federal environmental crimes." The agency declined to provide more information, saying it doesn't comment on criminal investigations.</p><p>GKN Aerospace makes cockpit windows, canopies and windshields. The tank that overheated starting on May 21 contained 6,000 to 7,000 gallons (22,700 to 26,500 liters) of methyl methacrylate, which is highly flammable. The liquid is used in the manufacturing of plastics and coatings, such as Plexiglas.</p><p>Health officials said no contamination or fumes were released, and they plan to monitor the air for several months. Exposure to the chemical can cause serious respiratory problems, neurological issues and irritation to the skin, eyes and throat, according to the EPA.</p><p>Although the tank did not explode, tens of thousands of residents were evacuated from the area for three to five days until crews were able to stabilize the tank.</p><p>Blodgett said that the company was cooperating with federal authorities.</p><p>GKN Aerospace senior vice president Steve Carlin spoke at a community meeting Tuesday, saying he was sorry that the event occurred, and that it was especially unsettling because the company has a long history with the community.</p><p>Many of the lawsuits say the company had a duty to maintain the tank, cooling system, valves and monitoring systems to keep the community safe.</p><p>The complaints say the residents were forced to leave their homes and had to pay for hotels, food and other daily needs, which created a financial burden. They also said they experienced anxiety during the evacuation process and continue to be concerned about exposure to chemicals.</p><p>Businesses in the area also suffered. The emergency happened over Memorial Day weekend -– a time when many restaurants and food service companies bring in some of their best revenue of the year.</p><p>“Our data shows approximately 3,000 businesses were forced to shut down because of the evacuation, and at least another 3,000 businesses right outside the evacuation zone while not forced to close, but had their revenue dropped considerably because of the tank failure and evacuation,” said lawyer Richard McCune, who has filed a class-action lawsuit on behalf of Big Rob’s Pizzeria and Fruit Caboose Concessions.</p><p>Lawyers say the FBI investigation will help their legal cases.</p><p>“We trust that the search will uncover important information and materials related to this crisis,” said lawyer Sean Litteral, who represents Jonathan Sanchez, a father of two children, including an infant born just days before the incident.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H7SKMWARNTZBERGTQMJDRCEZTU.jpg?auth=f31c03c8470e221afea3dbedb602e34aa2363c3a2ff11469031c251e31f81495&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FBI agents work around GKN Aerospace in Garden Grove, Calif. on Wednesday, June 10, 2026. (AP Photo/William Liang)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2EX66XZZUKOEOT3G4B76BOBIFE.jpg?auth=734bc75fde73a5e34112febd0c3f31e00165a1a992e43b877319dccaa7e7cebe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ariel view of the chemical tank at GKN Aerospace in Garden Grove, Calif. on Wednesday, June 10, 2026. (AP Photo/William Liang)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2P7W26INHZHCS74TO6FFTFSUXY.jpg?auth=02002f7f6df0c621ad5d397c696b9d0b3b446336d60152cc824be36fe5ffa493&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ariel view of the chemical tank at GKN Aerospace in Garden Grove, Calif. on Wednesday, June 10, 2026. (AP Photo/William Liang)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content></item><item><title><![CDATA[Svechnikov, Aho strike as Hurricanes top Golden Knights 4-2 to move within a win of the Stanley Cup]]></title><link>https://www.local10.com/sports/2026/06/12/svechnikov-aho-strike-as-hurricanes-top-golden-knights-4-2-to-move-within-a-win-of-the-stanley-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/svechnikov-aho-strike-as-hurricanes-top-golden-knights-4-2-to-move-within-a-win-of-the-stanley-cup/</guid><dc:creator><![CDATA[By AARON BEARD, Associated Press]]></dc:creator><description><![CDATA[RALEIGH, N.C. (AP) — The Carolina Hurricanes had spent the NHL playoffs waiting for their power play to get going, along with top-line performers Andrei Svechnikov and Sebastian Aho.]]></description><pubDate>Fri, 12 Jun 2026 04:36:43 +0000</pubDate><content:encoded><![CDATA[<p>RALEIGH, N.C. (AP) — The Carolina Hurricanes had spent the NHL playoffs waiting for their power play to get going, along with top-line performers Andrei Svechnikov and Sebastian Aho.</p><p>And they had spent the first four games of the Stanley Cup Final being outplayed in critical second-period sequences.</p><p>On Thursday night, it all came together, aligning to bring the Hurricanes within a victory of winning the Cup.</p><p>Svechnikov scored twice and Aho added a second-period goal in a breakout offensive game for both, helping the Hurricanes beat the Vegas Golden Knights 4-2 for a 3-2 lead in the best-of-seven series.</p><p>“I liked our effort for sure, and I hope we're getting better,” coach Rod Brind'Amour said. “I think there's certain areas of our game that are starting to look a lot like we need it to look. But I do think there's still another level that we're going to need to get to find that next one.”</p><p>Captain Jordan Staal found the net again for the fifth straight game in this series after Vegas had taken a 1-0 first-period lead, while Brandon Bussi finished with 23 saves in his second career postseason start.</p><p>Game 6 is Sunday night in Las Vegas, with the Hurricanes playing for the chance to hoist the Stanley Cup for the first time since Brind’Amour captained them to the title in 2006.</p><p>Aho's goal in the second period marked his first of the series, coming when Sean Walker found him cutting to the left side after Jordan Martinook — swapped with Seth Jarvis to work alongside Aho and Svechnikov on the top line — won a puck battle behind the net on the forecheck.</p><p>Then there was Svechnikov, who entered Thursday with four postseason goals before striking twice on the power play. On the first, he whipped the puck past Carter Hart on the right side for a 2-1 lead in the second period. On the second, he had a short putaway at the post off a sharp feed from Nikolaj Ehlers for a 4-1 lead, one of three assist for Ehlers on the night that included him having two delay-of-game penalties for putting a puck over the glass.</p><p>Before those second-period scores, Vegas had outscored Carolina 9-1 in the second period during the series.</p><p>And unlike most multi-goal leads in what has been a wild and thrilling series, this one held up with Bussi doing enough to stave off Vegas' late push to climb back in it.</p><p>“It required everything we have,” Staal said on the ESPN broadcast.</p><p>Pavel Dorofeyev scored twice for Vegas, finding the net for the first time since Game 1 of the Western Conference Final sweep of Presidents’ Trophy winner Colorado.</p><p>“I thought we were still doing some good things,” Vegas’ Jack Eichel said. “We had chances.”</p><p>Hart entered this one as the first goaltender in Stanley Cup Final history to give up at least four goals in each of the first four games, then did it again to continue a difficult series while finishing with 20 saves.</p><p>Asked if he considered swapping to backup Adin Hill, coach John Tortorella responded: “That could be the stupidest question I've heard.”</p><p>Vegas had twice before been in a 2-2 series in these playoffs, in the first round against Utah and the second round against Anaheim. Both times, the Golden Knights won Game 5 and closed out the series in Game 6.</p><p>This time, they’ll have to win on home ice to force the series back to Carolina for a Game 7 on Wednesday night. And they'll have to take two in a row against a Hurricanes team that hasn't suffered consecutive losses since mid-January.</p><p>Not that Tortorella was fazed.</p><p>“We'll be back here,” he said confidently, saying he would leave his clothes behind at the team's hotel in expectation of returning to North Carolina.</p><p>Vegas played much of the night without center William Karlsson, who was being checked out on the bench for an apparent upper-body injury. Karlsson skated to the tunnel midway through the second period and didn’t return. Tortorella said the center was “not going to be with us, probably" in the coming games.</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JKBDQZNCW6HRTHS24HVBYQCEPM.jpg?auth=c9456442f990220c47d6f8693db1bf1a73dbb2fd463f69497eebcce1685a3c3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes' Andrei Svechnikov (37) celebrates after his goal with Nikolaj Ehlers (27) during the second period in Game 5 of the NHL hockey Stanley Cup Final series against the Vegas Golden Knights in Raleigh, N.C., Thursday, June 11, 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/MWXRC237RIEWKWB3GASCT3KS3Q.jpg?auth=403c135b216fd766da327419fe91f6ab37bc7e1a3dc44d0655d79f1433efcab6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes' Sebastian Aho (20) moves the puck in front of Vegas Golden Knights' Noah Hanifin (15) during the second period in Game 5 of the NHL hockey Stanley Cup Final series in Raleigh, N.C., Thursday, June 11, 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/GFZTXFGURAZFVGZTBBWQAYM4V4.jpg?auth=418dfc5d3b4e990b37a4c21464c1bf9d21a2e1148d829823c5d2200d05892904&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes' Sebastian Aho (20) celebrates after his goal during the second period in Game 5 of the NHL hockey Stanley Cup Final series against the Vegas Golden Knights in Raleigh, N.C., Thursday, June 11, 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/3FOB53K6QRMTDIVUU3TTIAFB2Y.jpg?auth=29d37a19f36344855f21c039a1f9136fbe3df4404d4ece66abb31ace45a550d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes goaltender Brandon Bussi (32) watches the puck with Vegas Golden Knights' Tomas Hertl (48) during the third period in Game 5 of the NHL hockey Stanley Cup Final series in Raleigh, N.C., Thursday, June 11, 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/LRVTMUCNG3GWQAQUHMWJ3ITN3A.jpg?auth=9c605bb5edd5a47025d972c4c148caa7979fb2b1665a23acee40c19eece09e91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes fans react after a goal against the Vegas Golden Knights during the second period of Game 5 of the NHL hockey Stanley Cup Final series in Raleigh, N.C., Thursday, June 11, 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/2LXDKVNJVRMBWB2XDULBZOP544.jpg?auth=85bcb9e9c0ce86add4428ac6dcd165460b0199468cee21d0fc7fe405bc817267&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes' Alexander Nikishin, right, checks Vegas Golden Knights' Colton Sissons, left, during the third period in Game 5 of the NHL hockey Stanley Cup Final series in Raleigh, N.C., Thursday, June 11, 2026. (AP Photo/Karl DeBlaker)]]></media:description><media:credit role="author" scheme="urn:ebu">Karl B DeBlaker</media:credit></media:content></item></channel></rss>