<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Sat, 13 Jun 2026 23:50:53 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Police investigate fatal hit-and-run crash that killed pedestrian in Miami]]></title><link>https://www.local10.com/news/local/2026/06/13/pedestrian-struck-in-crash-on-northwest-17th-avenue-police-investigate/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/13/pedestrian-struck-in-crash-on-northwest-17th-avenue-police-investigate/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[Traffic on Northwest 17th Avenue has reopened after police shut down the road Saturday afternoon following a crash involving a pedestrian.]]></description><pubDate>Sat, 13 Jun 2026 22:58:50 +0000</pubDate><content:encoded><![CDATA[<p>Traffic on Northwest 17th Avenue has reopened after police shut down the road Saturday afternoon following fatal hit-and-run crash involving a pedestrian.</p><p>The crash happened before 12:30 p.m. near Northwest 17th Avenue and Northwest 44th Street, next to Second Canaan Missionary Baptist Church.</p><p>Video from the scene showed what appeared to be a person’s belongings scattered in the roadway, including a red walker and clothing.</p><p>Police blocked off the area to traffic while investigators photographed the scene and worked to piece together what happened.</p><p>Authorities confirmed the victim was a 61-year-old man.</p><p>One neighbor said speeding has long been a problem along Northwest 17th Avenue.</p><p>“From here on 41st Street, under the bridge, all the way north to 46th, people are racing, racing, flying,” the neighbor said.</p><p>Officials have not released additional details. The investigation remains ongoing.</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[4 hospitalized after helicopter crash at North Perry Airport, cops say  ]]></title><link>https://www.local10.com/news/local/2026/06/13/1-hospitalized-in-helicopter-crash-at-north-perry-airport/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/13/1-hospitalized-in-helicopter-crash-at-north-perry-airport/</guid><dc:creator><![CDATA[Ryan Mackey, Byron Tollefson]]></dc:creator><description><![CDATA[Four people were transported to a hospital on Saturday after a helicopter crash occurred at North Perry Airport in Pembroke Pines, authorities confirmed. ]]></description><pubDate>Sat, 13 Jun 2026 16:01:17 +0000</pubDate><content:encoded><![CDATA[<p>Four people were transported to a hospital on Saturday after a helicopter crash occurred at North Perry Airport in Pembroke Pines, authorities confirmed. </p><p><a href="https://www.local10.com/espanol/2026/06/13/policia-hospitalizan-a-cuatro-personas-tras-accidente-de-helicoptero-en-aeropuerto-north-perry/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/13/policia-hospitalizan-a-cuatro-personas-tras-accidente-de-helicoptero-en-aeropuerto-north-perry/">Leer en español</a></p><p>Pembroke Pines police said officers responded to assist with the crash at the airport, located at 101 SW 77th Way.</p><p>Authorities said the helicopter was getting ready to lift off when it rolled over. As it rolled over, the helicopter hit a parked airplane.</p><p>According to authorities, four passengers were aboard the helicopter when it crashed.</p><p>Police said all four individuals were taken to a nearby hospital for treatment of injuries that were not considered life-threatening.</p><p>Officials have not released details about the victims or what led to the crash. </p><p><i>This is a developing story. Watch Local 10 News or refresh the page for the latest updates. </i></p><p><b>Related media</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">UPDATE: Four passengers were onboard; all are being transported to a nearby hospital with non-life threatening injuries. <a href="https://t.co/jkCrSAQnLT">https://t.co/jkCrSAQnLT</a></p>&mdash; Pembroke Pines PD (@PPinesPD) <a href="https://x.com/PPinesPD/status/2065826403212255474?ref_src=twsrc%5Etfw">June 13, 2026</a></blockquote><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Tarik Skubal returns from elbow surgery, José Ramírez breaks hand in Guardians' 3-1 win over Tigers]]></title><link>https://www.local10.com/sports/2026/06/13/skubal-throws-80-pitches-in-return-from-elbow-surgery-takes-loss-as-guardians-down-tigers-3-1/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/13/skubal-throws-80-pitches-in-return-from-elbow-surgery-takes-loss-as-guardians-down-tigers-3-1/</guid><dc:creator><![CDATA[By TOM WITHERS, Associated Press]]></dc:creator><description><![CDATA[CLEVELAND (AP) — Tarik Skubal was tagged for a two-run homer by Cleveland's Daniel Schneemann in the two-time reigning Cy Young winner's return from elbow surgery and the Guardians downed the Detroit Tigers 3-1 on Saturday.]]></description><pubDate>Sat, 13 Jun 2026 23:39:05 +0000</pubDate><content:encoded><![CDATA[<p>CLEVELAND (AP) — Tarik Skubal was tagged for a two-run homer by Cleveland's Daniel Schneemann in the two-time reigning Cy Young winner's return from elbow surgery and the Guardians downed the Detroit Tigers 3-1 on Saturday.</p><p>Skubal (3-3) threw 80 pitches in his first start since April 29. The left-hander had a loose body removed from his elbow during an innovative surgical procedure on May 6, allowing Skubal to come back earlier than expected.</p><p>The win came at a steep price for the Guardians as star third baseman José Ramírez suffered a broken bone in his left hand. Ramírez fractured his hamate bone on a swing in the fifth inning. He’ll be out for an indefinite period.</p><p>He gave up Schneemann's shot in the third inning and four other hits before being pulled after 4 2/3 innings. Although he wasn't as sharp as usual, Skubal's presence alone was a huge lift for the Tigers, who have been decimated by injuries all season.</p><p>Joey Cantillo (5-3) allowed one run in five innings and the Guardians won despite losing Ramírez and outfielders Chase DeLauter and Angel Martinez to injuries in the first two innings.</p><p>Ramírez broke his right hamate bone in 2019 and went on the injured list for the only time in his career. He missed just one month after being expected to miss 5-to-7 weeks.</p><p>Cleveland's bullpen combined for four shutout innings with Cade Smith getting the last four outs for his MLB-leading 23rd save. The Tigers stranded runners at second and third to end the game.</p><p>DeLauter suffered a bruised right rib cage when he collided with the outfield wall in the first. Martinez fouled Skubal's first pitch off his left foot. The team said X-rays were negative and Martinez has a bruise.</p><p>Schneemann, who replaced DeLauter, followed a double by Ramírez in the third by connecting on a 0-2 pitch for his fifth homer, a 417-foot drive that made it 3-1.</p><p>Up n</p><p>ext</p><p>Tigers RHP Casey Mize (2-3, 2.27ERA) returns from a stint on the injured list to start against Guardians RHP Gavin Williams (9-3, 3.32), 4-0 in his last five starts.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JQWZJABJSYKO4KMRJK4XGTMXHE.jpg?auth=7d6e6272dde9cd5d84f6abc712aa3364f9b601fdaa9a278da82b8cad66a1a8e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Tigers starting pitcher Tarik Skubal delivers against the Cleveland Guardians during the first inning of a baseball game, Saturday, June 13, 2026, in Cleveland. (AP Photo/Phil Long)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Long</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XPXZJ52SDNTR63ZIBWNTV32GDY.jpg?auth=24abe0c0473cefcd07eade1e1b970d898a0f09476b392d1ea9ce47c418732c21&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Guardians' Jose Ramirez (11) congratulates Daniel Schneemann, right, for his two-run home run off Detroit Tigers starting pitcher Tarik Skubal during the third inning of a baseball game, Saturday, June 13, 2026, in Cleveland. (AP Photo/Phil Long)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Long</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C22KAWRWDOEP5KBUEXDWVKYK3E.jpg?auth=8bdf8807a0e3368ac99ded8622612ca45088a96bafb50c0e8de4662e5bca0eae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Tigers' Dillon Dingler (13) tags Cleveland Guardians' Travis Bazzana out at home plate during the fourth inning of a baseball game, Saturday, June 13, 2026, in Cleveland. (AP Photo/Phil Long)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Long</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NR3M2LNRJG3774JQ7CBAWVOYFI.jpg?auth=cdcc12fc842283ee322509d46b866e518853cd5f2d455cfed1e13dbec5539c4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Guardians starting pitcher Joey Cantillo delivers against the Detroit Tigers during the first inning of a baseball game, Saturday, June 13, 2026, in Cleveland. (AP Photo/Phil Long)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Long</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BPEUQ4C6LQVRZQTUX7X6ZY35JU.jpg?auth=1679b165beb2617584f3486df0616e46d6490d181dc3f5bb418c6c46d12a5df5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Guardians' Austin Hedges, right, lays down a bunt as Detroit Tigers' Dillon Dingler watches during the fourth inning of a baseball game, Saturday, June 13, 2026, in Cleveland. (AP Photo/Phil Long)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Long</media:credit></media:content></item><item><title><![CDATA[After fire destroys family’s home, stranger steps in to help]]></title><link>https://www.local10.com/news/local/2026/06/13/after-fire-destroys-familys-home-stranger-steps-in-to-help/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/13/after-fire-destroys-familys-home-stranger-steps-in-to-help/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[A Hallandale woman who was moved by a Local 10 News story about a family displaced by an apartment fire met them in person Friday after donating money to help them get back on their feet.]]></description><pubDate>Sat, 13 Jun 2026 22:30:49 +0000</pubDate><content:encoded><![CDATA[<p>A Hallandale woman who was moved by a Local 10 News story about a family displaced by an apartment fire met them in person Friday after donating money to help them get back on their feet.</p><p>Sunny Mills donated $200 to the family after seeing the story and contacted the Local 10 newsroom asking how she could help. Her contact information was shared with the family, and the two sides connected.</p><p>Tavaras Calvin and his wife, Kerryann Barclay, arrived with flowers for Mills, thanking her for the donation.</p><p>The couple and their four children, ages 9, 6, 5 and 3, lost everything in an apartment fire the week before. On Wednesday, Local 10 News introduced viewers to the family after they checked into a hotel for a few days following the fire.</p><p>Investigators believe a battery from a toy car that was sitting outside on the family’s patio started the blaze. The family was not home at the time.</p><p>Mills said she immediately felt compelled to help after hearing their story.</p><p>“And then I called Kerry. And then she and I hit it off. And whatever amount of money I was going to give, I have to give twice as much, which is still not enough because they need at least $20,000,” Mills said.</p><p>Barclay said she wanted the opportunity to personally thank Mills.</p><p>“We just wanted to love on you. I wanted to make sure to come here to thank you overly. Outside of the camera and the interview, I was just grateful for the opportunity face to face to tell you I’m grateful for you,” Barclay said.</p><p>Mills responded, “I’m grateful for you too. Knowing you have the strength of the Lord and you will get through this.”</p><p>The family has a <a href="https://www.gofundme.com/f/support-for-coral-springs-family-after-devastating-fire" target="_self" rel="" title="https://www.gofundme.com/f/support-for-coral-springs-family-after-devastating-fire">GoFundMe page</a> that has raised close to $8,000. In addition to online donations, Calvin and Barclay said people have been donating clothes and furniture to help them rebuild.</p><p>They said they have rented a storage unit to hold the donated items while they search for a new home.</p><p>The cause of the fire remains under investigation.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Dodgers' Yamamoto loses no-hit bid on Peters' leadoff homer for the White Sox in the 9th inning]]></title><link>https://www.local10.com/sports/2026/06/13/dodgers-yamamoto-has-a-no-hitter-through-8-innings-against-the-white-sox/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/13/dodgers-yamamoto-has-a-no-hitter-through-8-innings-against-the-white-sox/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Los Angeles Dodgers right-hander Yoshinobu Yamamoto lost a bid for a no-hitter when Tristan Peters hit a leadoff homer for the Chicago White Sox in the ninth inning on Saturday.]]></description><pubDate>Sat, 13 Jun 2026 22:59:51 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Los Angeles Dodgers right-hander Yoshinobu Yamamoto lost a bid for a no-hitter when Tristan Peters hit a leadoff homer for the Chicago White Sox in the ninth inning on Saturday.</p><p>Yamamoto retired his first 23 batters before Chase Meidroth reached on a two-out error on shortstop Mookie Betts in the eighth. Jacob Gonzalez then bounced to second, ending the inning.</p><p>But Peters connected for his third homer on a 96.6 mph fastball, sending a drive deep to right.</p><p>After Edgar Quero flied out to center, Yamamoto was replaced by Alex Vesia. The Japanese right-hander received a standing ovation from the sellout crowd of 37,832 as he departed the mound.</p><p>Yamamoto struck out seven. He threw a season-high 109 pitches, 74 for strikes.</p><p>The Dodgers had a 7-0 lead going into the ninth.</p><p>There was a short delay before the bottom of the sixth while the grounds crew worked on the area around the pitching rubber on the mound. But Yamamoto had no issues when the game resumed, striking out Gonzalez on a full-count cutter before Peters bounced to first and Quero fouled out to left.</p><p>Miguel Vargas used the ABS challenge system to overturn a called strike three before lining to left for the second out of the seventh. Colson Montgomery lined to first baseman Freddie Freeman on a 3-2 pitch in the eighth.</p><p>The 27-year-old Yamamoto threw a career-high 113 pitches against Cincinnati during last year's playoffs.</p><p>Yamamoto is in his third season with Los Angeles. He was the World Series MVP last year, helping the Dodgers win their second consecutive championship.</p><p>He is in the middle of a sharp stretch for the NL West leaders. He was 3-1 with a sparking 0.99 ERA in his last four starts coming into the day.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DRPWYJZNQMHIT35TYPINNIRIXA.jpg?auth=9df562dbdcb8c423bc69c7f933d83426378eb6117c9d945d39bd302344065dc4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers pitcher Yoshinobu Yamamoto, of Japan, delivers during the first inning of a baseball game against the Chicago White Sox, Saturday, June 13, 2026, in Chicago. (AP Photo/Matt Marton)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Marton</media:credit></media:content></item><item><title><![CDATA[South Korean duo takes Dow Championship lead in LPGA team event as Korda and Cowan falter]]></title><link>https://www.local10.com/sports/2026/06/13/south-korean-duo-takes-dow-championship-lead-in-lpga-team-event-as-korda-and-cowan-falter/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/13/south-korean-duo-takes-dow-championship-lead-in-lpga-team-event-as-korda-and-cowan-falter/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MIDLAND, Mich. (AP) — Hyo Joo Kim and Hye-Jin Choi handled a swirling wind Saturday and made enough birdies to be among only six teams who broke par, posting a 1-under 69 in foursomes to build a one-shot lead in the Dow Championship.]]></description><pubDate>Sat, 13 Jun 2026 22:07:35 +0000</pubDate><content:encoded><![CDATA[<p>MIDLAND, Mich. (AP) — Hyo Joo Kim and Hye-Jin Choi handled a swirling wind Saturday and made enough birdies to be among only six teams who broke par, posting a 1-under 69 in foursomes to build a one-shot lead in the Dow Championship.</p><p>Double major winner Nelly Korda and Olivia Cowan will need another big showing in Sunday fourballs if they want a chance to catch them. They made only one birdie, had bogey on both par 5s at Midland Country Club and shot 76 to fall six shots behind.</p><p>Korda and Cowan were tied for 13th. It will be only the second time this year on the LPGA that Korda is not in the final group.</p><p>Kim and Choi, the South Korean duo who are both among the top 20 in the women's world ranking, were at 10-under 200.</p><p>“The wind was obviously very strong today so that was a big factor that was different than the first round,” Kim said. They also shot 69 in foursomes in the opening round.</p><p>Gina Kim and LPGA rookie Yana Wilson managed a birdie on the par-3 closing hole, which was playing downwind to a front pin over the water. That gave them a 70 and left them one shot back.</p><p>Alison Lee and Lilia Vu, former teammates at UCLA, had the lead until they made a triple bogey on the 16th hole when Vu hit the tee shot out-of-bounds. They had to settle for a 69 and were in third place at 8-under 202.</p><p>“It’s a pretty meaty hole. I’ve been kind of leaking my drives out right so just wanted to make sure I had a draw but it was a pulled draw instead,” Vu said.</p><p>Juli Inkster, who at 66 became the oldest player in LPGA history to make the cut in an official event, teamed with Angel Yin for a 70. They were tied for 20th.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GWPG23TFW7WYQZPCPYJMA23D54.jpg?auth=c750a1c4a914999c800c5d83eb856ef20d99195c13a9b5ed00403bcc1f9bc160&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryann O'Toole, right, and Albane Valenzuela, left, celebrate on 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[Ataque de EEUU contra líder del Tren de Aragua en Venezuela refleja el enfoque antidrogas de Trump]]></title><link>https://www.local10.com/espanol/2026/06/13/ataque-de-eeuu-contra-lider-del-tren-de-aragua-en-venezuela-refleja-el-enfoque-antidrogas-de-trump/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/13/ataque-de-eeuu-contra-lider-del-tren-de-aragua-en-venezuela-refleja-el-enfoque-antidrogas-de-trump/</guid><dc:creator><![CDATA[Por MANUEL RUEDA, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El ataque militar que Estados Unidos emprendió el viernes en Venezuela, en el que fue abatido el líder de la banda Tren de Aragua, refleja un giro estratégico del presidente Donald Trump hacia una participación directa de Washington en la guerra contra las drogas que comenzó a principios de este año, esta vez con un enfoque especial en acceder al lucrativo sector minero de Venezuela, dijeron analistas a The Associated Press.]]></description><pubDate>Sat, 13 Jun 2026 22:05:14 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El ataque militar que Estados Unidos emprendió el viernes en Venezuela, en el que fue abatido el líder de la banda Tren de Aragua, refleja un giro estratégico del presidente Donald Trump hacia una participación directa de Washington en la guerra contra las drogas que comenzó a principios de este año, esta vez con un enfoque especial en acceder al lucrativo sector minero de Venezuela, dijeron analistas a The Associated Press.</p><p>Trump anunció el viernes la muerte del líder de la banda, Héctor Rusthenford Guerrero, en un ataque aéreo contra su complejo en una zona rural de Venezuela. Desde hace tiempo, el mandatario ha acusado a la organización de Guerrero, también conocida como TDA, de aterrorizar comunidades en todo Estados Unidos, donde se la ha vinculado con redes de extorsión, narcotráfico e inmigración ilegal.</p><p>El grupo fue incluido el año pasado en la lista de organizaciones terroristas extranjeras por el Departamento de Estado, y fiscales federales acusaron a Guerrero de enviar drogas a Estados Unidos y de organizar actos transfronterizos de terrorismo, como el asesinato de un disidente venezolano en Chile.</p><p>El gobierno de Venezuela afirmó el viernes en un comunicado que trabajó con Estados Unidos para abatir al líder de la banda, también conocido como el Niño Guerrero, y describió el ataque aéreo como parte de una “operación conjunta” para combatir el crimen organizado.</p><p>Ataque en una zona minera clave</p><p>El gobierno de Venezuela indicó que el ataque se llevó a cabo en el estado Bolívar, en el sureste del país, una zona donde diversos grupos criminales, incluidos rebeldes colombianos, han operado minas ilegales de oro durante más de una década.</p><p>Las autoridades venezolanas intensificaron esta semana las operaciones contra la minería ilegal, con helicópteros que dispararon contra mineros clandestinos para intentar que desalojaran las minas a cielo abierto de la zona.</p><p>Bram Ebus, consultor del International Crisis Group que investiga el crimen organizado en la cuenca amazónica, señaló que las operaciones recientes, incluido el ataque al complejo de Guerrero, podrían formar parte de un impulso más amplio para allanar el camino a la inversión extranjera en el sector minero de Venezuela, que desde hace tiempo se ha visto obstaculizado por la presencia de grupos criminales.</p><p>Después de que el gobierno de Trump arrestara en enero al entonces presidente de Venezuela, Nicolás Maduro, durante una redada antes del amanecer, el gobierno interino de Venezuela aprobó leyes que facilitan la inversión extranjera en las industrias petrolera y minera.</p><p>“Sabemos que los minerales de Venezuela, incluido el oro y los minerales críticos, están en el menú de Trump”, manifestó Ebus. “Esta operación no puede verse al margen del impulso general de Washington por acceder a los recursos naturales de Venezuela”.</p><p>Cambio en las operaciones estadounidenses contra grupos criminales extranjeros en América Latina</p><p>Estados Unidos ha respaldado durante mucho tiempo a agencias de seguridad en países de América Latina, entre ellos, Colombia y México, con capacitación, armas y apoyo logístico para combatir a los cárteles de la droga y el crimen organizado.</p><p>“En lugar de ayudar a otros ejércitos a llevar a cabo operaciones, ahora están contentos de realizar estos ataques por su cuenta”, comentó Adam Isacson, experto en seguridad nacional de la Washington Office on Latin America, un centro de análisis de política exterior con sede en Washington, refiriéndose al gobierno de Trump.</p><p>Recientemente, Estados Unidos puso en marcha operaciones militares conjuntas con el gobierno de Ecuador contra narcotraficantes cerca de la frontera con Colombia, mientras Trump ha presionado repetidamente a la presidenta de México, Claudia Sheinbaum, para que permita que Estados Unidos realice ataques contra cárteles de la droga en México. The New York Times informó en mayo que Guatemala aceptó permitir que Estados Unidos realice ataques en su territorio, algo que el presidente guatemalteco negó.</p><p>Los gobiernos latinoamericanos alineados con Trump podrían permitir ataques directos de Estados Unidos contra grupos criminales en su territorio en los próximos meses si los tribunales de esos países lo permiten, dijo Isacson. Pero este enfoque plantea riesgos.</p><p>“Es posible que personal de Estados Unidos muera o resulte herido”, advirtió. “También existe el riesgo de que Estados Unidos se equivoque con su inteligencia y mate a ciudadanos inocentes de otros países en su propio suelo, o de que personal de Estados Unidos trabaje codo a codo con ejércitos que cometen abusos de derechos humanos en la misma operación”.</p><p>Impacto de la muerte del Niño Guerrero en el narcotráfico</p><p>Isacson explicó que, aunque la muerte del cabecilla del Tren de Aragua supone una victoria para el gobierno de Trump, no está claro cómo se han visto afectadas las finanzas del grupo o sus vínculos con funcionarios corruptos.</p><p>“La estrategia de los capos se ha cuestionado durante décadas”, sostuvo el experto. “Las prisiones de Estados Unidos están llenas de líderes de cárteles, desde ‘El Chapo’ Guzmán hasta los jefes del Cártel de Cali, y la cantidad de drogas producidas ha aumentado o se ha mantenido igual”.</p><p>El Tren de Aragua es un actor menor en la industria mundial de la cocaína y está involucrado en envíos de droga que salen de Venezuela, por lo que los analistas no esperan que la muerte cambie drásticamente el flujo de estupefacientes hacia Estados Unidos. El TDA también se queda con una parte de la minería ilegal de oro.</p><p>Isacson indicó que, fuera de Venezuela, el grupo participa en delitos menos rentables, como la extorsión y la trata de personas.</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/ORUFHG4SRQFEOPBQFQAEPWH5TQ.jpg?auth=04c287b8a42ed391b8e207c7566dc74f5ee56521484e26a514d0f312c98da930&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Soldados allanan el Centro Penitenciario de Tocorón, lugar de origen de la banda Tren de Aragua, el 20 de septiembre de 2023, en Tocorón, Venezuela. (AP Foto/Ariana Cubillos, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Driver crashes into northwest Miami-Dade home, causing more than $50K in damage]]></title><link>https://www.local10.com/news/local/2026/06/13/driver-crashes-into-northwest-miami-dade-home-causing-more-than-50k-in-damage/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/13/driver-crashes-into-northwest-miami-dade-home-causing-more-than-50k-in-damage/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[A Northwest Miami-Dade homeowner is facing tens of thousands of dollars in damage after a driver crashed into her front yard Saturday morning.]]></description><pubDate>Sat, 13 Jun 2026 22:04:50 +0000</pubDate><content:encoded><![CDATA[<p>A Northwest Miami-Dade homeowner is facing tens of thousands of dollars in damage after a driver crashed into her front yard Saturday morning.</p><p>The crash happened just before 8:20 a.m. in the 12000 block of Northwest 22nd Avenue near Northwest 127th Street.</p><p>The homeowner, who has lived in the area for 14 years, said speeding has long been a problem in the neighborhood.</p><p>In an instant, the vehicle tore through the property, destroying part of a wall, damaging the carport and crushing the front end of a newly purchased vehicle parked in the driveway.</p><p>“The first thing I said when I came here was, ‘Is everyone OK? Where is the guy? Is he alive?’ because it was pretty intense,” she said.</p><p>She said the driver refused transportation by first responders and was uninsured.</p><p>Most of the damage was concentrated in the yard, though a second vehicle parked along the street was also struck during the crash.</p><p>“It already took me forever to kind of fix my house. Now it’s going to take me even longer,” she said.</p><p>The homeowner said speeding is a consistent issue in the area and hopes something positive comes from the destruction.</p><p>“I hope the city can do something about this, about the speeding. I know I’m not the only neighbor affected,” she said.</p><p>Despite the damage, she said she is grateful no one was hurt.</p><p>“Thank God I wasn’t here and I was running late to pick up my kids to start our little summer vacation,” she said.</p><p>The homeowner estimates the crash caused more than $50,000 in damage.</p><p>Authorities have not said whether the driver will face any charges.</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[Atlanta premiere of “Basura” highlights story of music from landfill community]]></title><link>https://www.local10.com/news/national/2026/06/12/atlanta-premiere-of-basura-highlights-story-of-music-from-landfill-community/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/12/atlanta-premiere-of-basura-highlights-story-of-music-from-landfill-community/</guid><dc:creator><![CDATA[Louis Aguirre]]></dc:creator><description><![CDATA[A new musical inspired by a powerful true story is opening tonight in Atlanta, backed by a superstar creative team with South Florida ties.]]></description><pubDate>Sat, 13 Jun 2026 00:47:04 +0000</pubDate><content:encoded><![CDATA[<p>A new musical inspired by a powerful true story is opening tonight in Atlanta, backed by a superstar creative team with South Florida ties.</p><p>For nearly two decades, the Recycled Orchestra of Cateura has been turning trash into music and inspiring audiences around the world. The youth ensemble was formed in one of the most unlikely places imaginable — a landfill in a struggling community on the outskirts of Asunción, Paraguay.</p><p>Using instruments made from discarded materials, the young musicians built an international following. Their journey became the subject of the acclaimed 2015 documentary “Landfill Harmonic,” introducing their story to audiences across the globe.</p><p>Now, that story is taking center stage in “Basura,” a new musical opening at Atlanta’s Alliance Theatre.</p><p>“I saw that documentary and was in tears, and so moved, because I know what music means to me,” said Alex Lacamoire. “So Michael Schulman got the idea of creating a musical out of it.”</p><p>Lacamoire, a Tony and Grammy Award winner best known for his work on Hamilton and In the Heights, serves as the production’s musical supervisor, orchestrator and arranger.</p><p>“What music means to us as creators, and how music brings a community together, and how music truly transforms lives. That was the impetus for us to create this show,” Lacamoire said. “That is what made us feel like this is a story that needs to be told.”</p><p>Writing the music and lyrics are 11-time Grammy winner Gloria Estefan and her daughter, Emily Estefan. Their original score blends Latin rhythms, heart and hope while honoring the sounds of Paraguay.</p><p>“It’s a really unique rhythms, really unique meld of instrumentation,” Gloria Estefan said. “The harp is very important, which we’re very proud of, and we also want to make Paraguayans proud. Learning about this culture has been ... I did a deep dive, deep dive for months before we even started writing.”</p><p>Already earning standing ovations during previews, “Basura” is ultimately a story about possibility — the idea that even amid hardship, beauty can emerge, art can flourish and lives can be transformed.</p><p>“And then there’s this story that speaks to the human spirit,” Estefan said.</p><p>“It’s really the human spirit rising above a really difficult circumstance, and that’s what I hope that people realize. We’re all just human beings going through life and challenges, and music has always been a saving grace to me, and it saved me in many moments of my life.”</p><p>For associate director Andy Señor, one line captures the show’s message.</p><p>“For me it’s that one line that is so beautifully placed in the show that the world sends us garbage and we give back music,” he said.</p><p>“And I think that’s a really great message, particularly in the world that we’re in right now,” Lacamoire added. “It’s not to feel as if it’s hopeless, because it’s not.”</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[Boualem Khoukhi's goal on header in stoppage time earns Qatar a 1-1 World Cup draw with Switzerland]]></title><link>https://www.local10.com/sports/2026/06/13/boualem-khoukhis-goal-on-header-in-stoppage-time-earns-qatar-a-1-1-world-cup-draw-with-switzerland/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/13/boualem-khoukhis-goal-on-header-in-stoppage-time-earns-qatar-a-1-1-world-cup-draw-with-switzerland/</guid><dc:creator><![CDATA[By JANIE McCAULEY, Associated Press]]></dc:creator><description><![CDATA[SANTA CLARA, Calif. (AP) — Qatar might be able to finally move forward from its forgettable home World Cup four years ago, scoring a stoppage-time goal to earn a shocking 1-1 draw with Group B favorite Switzerland on Saturday.]]></description><pubDate>Sat, 13 Jun 2026 22:34:31 +0000</pubDate><content:encoded><![CDATA[<p>SANTA CLARA, Calif. (AP) — Qatar might be able to finally move forward from its forgettable home World Cup four years ago, scoring a stoppage-time goal to earn a shocking 1-1 draw with Group B favorite Switzerland on Saturday.</p><p>And oh, what a miss by the mighty Swiss.</p><p>One TV headline back home at French language public broadcaster RTS blared: “QATARSTROPHE.”</p><p>Boualem Khoukhi scored the equalizing goal on a header in the fourth minute of injury time to give Qatar its first-ever point at the World Cup in front of 67,966 spectators at Levi's Stadium.</p><p>“Every draw feels like a loss,” Switzerland midfielder Granit Xhaka said. “We're looking at ourselves. This performance was not good enough today to win.”</p><p>Several of the Qatari players fell to the ground in celebration of the late goal as others ran to each other to embrace.</p><p>“I was very proud about today ... our mentality, the discipline they showed today,” Qatar coach Julen Lopetegui said. “We needed to have our plan we needed to fulfill. We were a little bit lucky sometimes, but you need to believe and to want to have this belief and bit of luck in life and in football.”</p><p>Breel Embolo scored for Switzerland from the penalty spot in the first half just over a week after being cleared to enter the U.S. following a visa delay, but the Swiss failed to capitalize on multiple other scoring chances.</p><p>Switzerland midfielder Denis Zakaria was asked by RTS if the result was a devastating scenario.</p><p>“Clearly," he said. "We didn’t play the kind of match we needed to. We had so many chances and we missed so many in front of goal. Today we paid dearly.”</p><p>In the 13th minute, Embolo was fouled by Qatar goalkeeper Mahmoud Abunada, who received a yellow card on the play. Abunada lay face down and appeared motionless for a couple of minutes before he began to move his legs and was able to stand up again.</p><p>When Embolo calmly sent his penalty into the upper left corner in the 17th minute, it sent the red-clad Swiss fans into a dancing frenzy in the stands.</p><p>The 29-year-old forward applied for an urgent visa at the United States embassy in Bern on June 3, one day after he was denied boarding the team’s flight to travel for his third World Cup because of a 2018 criminal conviction that was only finalized in April.</p><p>Switzerland dominated the possession game on an unseasonably warm June afternoon — with sprinklers running during a first-half break.</p><p>There were thousands of empty seats scattered throughout Levi’s Stadium, home of the NFL’s San Francisco 49ers. Brazil and Colombia drew 70,971 two years ago in a group match at Copa America. The stadium in Santa Clara staged the Super Bowl only four months ago.</p><p>Switzerland goalkeeper Gregor Kobel made a save in the second minute after Edmilson Junior got through the defense for a one-on-one. Kobel corralled the ball again in the 90th on a close-range attempt by Ahmed Alaaeldin.</p><p>Switzerland is hoping to advance further than its round-of-16 showing four years ago before losing 6-1 to Portugal — when Goncalo Ramos delivered an improbable hat trick playing in place of benched star Cristiano Ronaldo. The loss prompted Switzerland midfielder Xherdan Shaqiri to apologize the the fans.</p><p>The Swiss used consistency and experience to go unbeaten through qualifying against Sweden, Kosovo and Slovenia. Coach Murat Yakin's team produced four wins and two draws to secure its sixth straight World Cup appearance and hasn't missed one since 2002, but the team has never gotten beyond the quarterfinals.</p><p>Qatar had to qualify through a playoff in November — beating the United Arab Emirates and Oman — after missing an opportunity from its group stage in Asian qualifying.</p><p>The Gulf State country became the first host nation to lose all of its group matches four years ago. Qatar lost to Senegal, Ecuador and the Netherlands in the 2022 tournament, scoring its lone goal in a 3-1 loss to Senegal.</p><p>___</p><p>AP Sports Writer Graham Dunbar in Geneva contributed to this report.</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/MED7REURGYAZDUPSOE6SRBYYEY.jpg?auth=8a9a35063b7c9395f2d7c48e8780c2274e609c939d99eb9f8db4898c690d685e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Qatar's Pedro Miguel, yells as he celebrates after teammate Qatar's Boualem Khoukhi, scored his sides first goal during the World Cup Group B soccer match between Qatar and Switzerland in Santa Clara, Calif., near San Francisco, Saturday, June 13, 2026. (AP Photo/Eakin Howard)]]></media:description><media:credit role="author" scheme="urn:ebu">Eakin Howard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QS6E6KT4WDTURY4XVGEBJX3EDE.jpg?auth=12796a13d523d5aef180b8b5e34331c36127200adadfc683e78a97aa5f4274b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Switzerland's Zeki Amdouni reacts after the end of the World Cup Group B soccer match between Qatar and Switzerland in Santa Clara, Calif., near San Francisco, Saturday, June 13, 2026. (AP Photo/Eakin Howard)]]></media:description><media:credit role="author" scheme="urn:ebu">Eakin Howard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NJUMUYJCRGL5PPGUKPSL4FR7ZM.jpg?auth=ff95f062a23796bc5eb86d7f8e24856a830066431beebcbe894ab90d1bd6d607&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Qatar's Mohamed Manai attempts to get the ball as Switzerland's Manuel Akanji defends during the World Cup Group B soccer match between Qatar and Switzerland in Santa Clara, Calif., near San Francisco, Saturday, June 13, 2026. (AP Photo/Eakin Howard)]]></media:description><media:credit role="author" scheme="urn:ebu">Eakin Howard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KTCOGUUWDHMYYFCGER6LHZ3T6A.jpg?auth=8abba64d1a3d0542e0caae4ac6f6998ad1f81522f129e140329f25fb1bb547ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Switzerland's Breel Embolo is mobbed by teammates after scoring the opening goal from the penalty spot during the World Cup Group B soccer match between Qatar and Switzerland in Santa Clara, Calif., near San Francisco, Saturday, June 13, 2026. (AP Photo/Eakin Howard)]]></media:description><media:credit role="author" scheme="urn:ebu">Eakin Howard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QW33YD5VY5QVEWE4MS5IX7XIB4.jpg?auth=0f1047fa4fd891232b64d979315ec57c4610c6016509c34fcfc7c9567c3703b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Switzerland's Breel Embolo shoot and scores the opening goal from the penalty spot during the World Cup Group B soccer match between Qatar and Switzerland in Santa Clara, Calif., near San Francisco, Saturday, June 13, 2026. (AP Photo/Eakin Howard)]]></media:description><media:credit role="author" scheme="urn:ebu">Eakin Howard</media:credit></media:content></item><item><title><![CDATA[Cepeda cierra campaña en Colombia y llama a vencer a “ultraderecha” y defender reformas sociales]]></title><link>https://www.local10.com/espanol/2026/06/13/cepeda-cierra-campana-en-colombia-y-llama-a-vencer-a-ultraderecha-y-defender-reformas-sociales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/13/cepeda-cierra-campana-en-colombia-y-llama-a-vencer-a-ultraderecha-y-defender-reformas-sociales/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — Con un llamado a sus seguidores para vencer en las urnas a la “ultraderecha” y continuar con el legado del actual gobierno de Gustavo Petro, el candidato presidencial de Colombia, Iván Cepeda, cerró el sábado su campaña electoral a una semana del balotaje, cuando se medirá con Abelardo De la Espriella.]]></description><pubDate>Sat, 13 Jun 2026 20:55:33 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — Con un llamado a sus seguidores para vencer en las urnas a la “ultraderecha” y continuar con el legado del actual gobierno de Gustavo Petro, el candidato presidencial de Colombia, Iván Cepeda, cerró el sábado su campaña electoral a una semana del balotaje, cuando se medirá con Abelardo De la Espriella.</p><p>Tras alcanzar el 40.91% de los votos durante la primera vuelta, Cepeda, del movimiento oficialista Pacto Histórico, se convirtió en finalista al balotaje del 21 de junio, junto a De la Espriella, de Defensores de la Patria, quien lideró con 43.73%, según resultados del Consejo Nacional Electoral.</p><p>Desde el recinto cultural La Santamaría en Bogotá —una antigua plaza de toros—, el postulante oficialista aseguró que seguirá “construyendo las grandes transformaciones históricas” que consideró ha alcanzado el actual gobierno y llamó a defenderlas de las supuestas intenciones de la “ultraderecha”.</p><p>Cepeda, heredero político de Petro, mencionó el programa agrario impulsado por el actual gobierno, la defensa del ambiente y de los derechos de los pueblos y nacionalidades, la política de paz en medio del conflicto armado interno, así como otras reformas sociales.</p><p>“En el segundo gobierno, vamos a profundizar todos esos logros”, aseveró el candidato del Pacto Histórico y afirmó que “derrotaremos a la extrema derecha y su proyecto de muerte en nuestro país”, en alusión a su rival político. Sin mencionar su nombre, lo acusó de pretender echar abajo todas las reformas sociales de Petro.</p><p>De la Espriella, quien se autodefine como independiente, ha ofrecido dar un vuelco total en caso de llegar a la presidencia: reducir el tamaño del Estado, beneficiar a empresarios y presionar con operaciones militares a los grupos ilegales.</p><p>Ha dicho, además, que su postulación no cuenta con el apoyo de partidos tradicionales, aunque tras los resultados de la primera vuelta, la candidata Paloma Valencia —quien se ubicó en tercer lugar— y su padrino político, el expresidente Álvaro Uribe (2002-2010), anunciaron su apoyo al conservador.</p><p>En medio de la ovación de miles de seguidores congregados en Bogotá, Cepeda también reiteró su defensa a los derechos de la naturaleza. Lo hizo desde un recinto que solía usarse para corridas de toros, pero que fueron prohibidas por una ley firmada por Petro en 2024.</p><p>“Continuaremos el liderazgo del presidente Petro como país que defiende la naturaleza”, afirmó.</p><p>Filósofo, exmiembro de las Juventudes Comunistas y actual congresista, Cepeda avanzó hacia el balotaje descartando el apoyo a una iniciativa ciudadana que buscaba una asamblea constituyente, una de las principales críticas hacia e la campaña presidencial de la primera vuelta. En cambio, dijeron que concentrarán esfuerzos para derrotar la “extrema derecha”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S6GT2E4SA2ADP6SQSGFJOOE6GI.jpg?auth=d0889ce801e5e4ee69645cc68cfa7a96cd0f409ee12122a6ce1b8a620b797298&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial de la coalición Pacto Histórico, Iván Cepeda, se dirige a sus seguidores en un mitin de campaña en Bogotá, Colombia, el sábado 13 de junio de 2026. (Foto AP/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Trump names James M. McDonald to lead powerful New York federal prosecutor's office]]></title><link>https://www.local10.com/news/politics/2026/06/13/trump-names-james-m-mcdonald-to-lead-powerful-new-york-federal-prosecutors-office/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/13/trump-names-james-m-mcdonald-to-lead-powerful-new-york-federal-prosecutors-office/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN and ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump said Saturday that he will appoint one of his personal lawyers to serve as the top federal prosecutor in Manhattan, filling a pending vacancy after Trump tapped the man currently in the job to be director of national intelligence.]]></description><pubDate>Sat, 13 Jun 2026 22:21:16 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump said Saturday that he will appoint one of his personal lawyers to serve as the top federal prosecutor in Manhattan, filling a pending vacancy after Trump tapped the man currently in the job to be director of national intelligence.</p><p>James M. McDonald, a former federal prosecutor in the office he had been picked to run, served as a financial regulator during Trump’s first term and worked in the White House counsel’s office in President George W. Bush’s administration.</p><p>A partner at the law firm Sullivan & Cromwell, McDonald is part of the legal team handling Trump’s pending appeal of felony convictions in New York related to hush money payments to adult film actor Stormy Daniels during the 2016 presidential election.</p><p>Trump said Saturday he would name McDonald to the role of U.S. Attorney for the Southern District of New York, one of the most influential positions in the Justice Department. He would replace Jay Clayton, whom Trump put forward this week as his pick for the director of national intelligence.</p><p>McDonald’s perch as U.S. attorney would give him oversight of arguably the most prestigious of the Justice Department’s prosecution offices, with a vast portfolio ranging from terrorism and espionage cases to security fraud and public corruption.</p><p>McDonald was also part of the legal team that last month secured a favorable outcome for Indian billionaire Gautam Adani when the Trump administration Justice Department dropped a fraud and conspiracy case that had been brought under the Biden administration.</p><p>McDonald has also served as director of enforcement at the Commodity Futures Trading Commission during Trump's first term in office and was deputy associate counsel in the White House under Bush.</p><p>“I am confident that Jamie will deliver strong results for our Country,” Trump posted Saturday about McDonald on the Truth Social platform.</p><p>Nicholas Biase, spokesperson for the U.S. attorney’s office in Manhattan, said it "welcomes the President’s choice to lead the SDNY. Mr. McDonald is widely respected.”</p><p>Trump's announcement on Clayton came as pressure increased from Congress to name a permanent replacement for Tulsi Gabbard, who announced her resignation as national intelligence director last month. Trump faced intense pushback over his decision to name Bill Pulte, head of the Federal Housing Finance Agency, as acting director.</p><p>___</p><p>Associated Press writer Michael R. Sisak in New York contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GDHHWATBKKPQ5R7BBZS5E24MVQ.jpg?auth=594061b79fd52191afe8929acb46d549c310fe4b4fa658be7ec5609658a371c9&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 outside the Department of Justice in Washington, March 22, 2019. (AP Photo/Andrew Harnik, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Harnik</media:credit></media:content></item><item><title><![CDATA[Shohei Ohtani hits a leadoff homer in return to Dodgers lineup after dealing with knee issue]]></title><link>https://www.local10.com/sports/2026/06/13/shohei-ohtani-returns-to-dodgers-lineup-after-being-sidelined-by-knee-issue/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/13/shohei-ohtani-returns-to-dodgers-lineup-after-being-sidelined-by-knee-issue/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Looks like Shohei Ohtani is feeling much better.]]></description><pubDate>Sat, 13 Jun 2026 20:44:50 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Looks like Shohei Ohtani is feeling much better.</p><p>Ohtani hit a leadoff homer for the Los Angeles Dodgers on Saturday in his return to the starting lineup after being sidelined by inflammation in his left knee.</p><p>The two-way star connected on a 1-0 fastball from White Sox right-hander Sean Burke for his 14th homer. The 409-foot drive to right in the first inning had an exit velocity of 109.6 mph.</p><p>It was Ohtani's fifth leadoff homer of the season and No. 29 for his career.</p><p>The Japanese slugger batted again in the second and reached on a two-out walk.</p><p>The 31-year-old Ohtani was back at designated hitter after he rested during Friday’s 8-2 loss in the series opener at Chicago. The knee inflammation popped up Thursday night at Pittsburgh, prompting Ohtani to leave an 8-6 win over the Pirates in the seventh.</p><p>“We took him out of the game the other night just for precautionary,” manager Dave Roberts said before Saturday's game against the White Sox. “Yesterday, treated it up, today he feels great. All the confidence that he can go out there and hit, feel good, not regress at all.”</p><p>Ohtani remains on track to pitch Wednesday against Tampa Bay. The 6-foot-4 right-hander tested how his knee feels with his throwing motion by playing catch in the outfield before Saturday's matchup with the White Sox.</p><p>Ohtani, who had surgery on his left knee in September 2019, began the day with a .305 batting average and 40 RBIs in 67 games for the NL West leaders. On the mound, the reigning NL MVP is 6-2 with a 1.06 ERA in 11 starts.</p><p>Roberts also said Justin Wrobleski is expected to make his next scheduled start on Tuesday against the Rays. The left-hander left in the fifth inning on Thursday night because of a left hamstring contusion.</p><p>“Yesterday I talked to him and he is a little sore, which is understandable, but he’ll be ready to go on Tuesday,” Roberts said.</p><p>Roberts, 54, is going to miss Sunday's series finale against the White Sox. Bench coach Danny Lehmann is going to run the team while Roberts attends his daughter's college graduation.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RLVW7QWCUIASZZKMWKPIWWVFBY.jpg?auth=536bdd246f954442eb35d2b5aa6cb6690a183644fb9401644d92e460a46833d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers two-way player Shohei Ohtani, from Japan, during warmups before a baseball game against the Chicago White Sox, Saturday, June 13, 2026, in Chicago. (AP Photo/Matt Marton)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Marton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B2O57PPQY2YYEUPZDZYNBB4BEQ.jpg?auth=8686cd96de378f593f9c46b83f2e9de54143907724911c69ccb3b772096a6640&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers two-way player Shohei Ohtani, from Japan, warms up before a baseball game against the Chicago White Sox, Saturday, June 13, 2026, in Chicago. (AP Photo/Matt Marton)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Marton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BD6JVT7YQPKFZEKBTIS63THW7Y.jpg?auth=6b9920e8e1d865dc8bdc391ff0d679a1a60358dcc694e09c2ded4f27740955a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers two-way player Shohei Ohtani, from Japan, touches his knee before a baseball game against the Chicago White Sox, Saturday, June 13, 2026, in Chicago. (AP Photo/Matt Marton)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Marton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QFQXUJD4JHG2JMY5OVQFFMIS3E.jpg?auth=0f52ab593928144a26227979581aaf30529d4962eb23f3ed897d9169a563fd70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers two-way player Shohei Ohtani, from Japan, warms up before a baseball game against the Chicago White Sox, Saturday, June 13, 2026, in Chicago. (AP Photo/Matt Marton)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Marton</media:credit></media:content></item><item><title><![CDATA[OpenAI hit with multistate probe into possible user harm as its IPO looms]]></title><link>https://www.local10.com/business/2026/06/13/openai-hit-with-multistate-probe-into-possible-user-harm-as-its-ipo-looms/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/13/openai-hit-with-multistate-probe-into-possible-user-harm-as-its-ipo-looms/</guid><dc:creator><![CDATA[By BERNARD CONDON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — OpenAI received a subpoena from several states as part of a probe into the safety of users of its chatbot as it prepares to offer stock to the public for the first time.]]></description><pubDate>Sat, 13 Jun 2026 19:17:45 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — OpenAI received a subpoena from several states as part of a probe into the safety of users of its chatbot as it prepares to offer stock to the public for the first time.</p><p>The company behind the popular chatbot, ChatGPT, said it will respond to the inquiry “constructively” and that it already has in place measures to protect its customers.</p><p>“AI is a new and powerful technology, and we work every day to safely bring its benefits to people in a responsible way," an emailed statement from a spokesperson said. “We take the concerns raised by state attorneys general seriously.”</p><p>OpenAI has drawn criticism for ChatGPT allegedly offering encouraging words to users thinking of killing themselves or engaging criminal acts. It also has come under scrutiny for how its uses health data and other personal information of its customers.</p><p>On Thursday, the company was sued by a Canadian blaming the chatbot for her daughter's decision to hang herself. Earlier in June, the Florida attorney general sued the company after two separate shootings where alleged gunmen were reported to have asked ChatGPT questions while planning their crimes.</p><p>OpenAI said in a statement that its models repeatedly encouraged the individuals to seek real-world support, including from mental health professionals. The company also said it has cooperated with law enforcement in both shooting cases.</p><p>The new probe comes just a few day after it filed documents with U.S. security regulators for a highly anticipated initial public offering of stock. Artificial intelligence rival SpaceX celebrated its own IPO on Friday. The rocket maker founded by Elon Musk also runs an AI business responsible for a rival chatbot called Grok.</p><p>How governments should respond to the potential for good and possible dangerous of AI is becoming a big political issue.</p><p>Regulators Europe opened investigations into Musk's Grok over antisemitic content and sexualized material, include deepfake nudes. And another chatbot company preparing an IPO, Anthropic, was directed by the Trump administration Friday to shut down two of its online models to users abroad for national security reasons.</p><p>The OpenAI subpoena was earlier reported by The Wall Street Journal.</p><p>The Associated Press sent emails to a dozen state attorneys general Saturday asking for details of the probe but has not received any responses.</p><p>In its statement, OpenAI highlighted measures it has taken to keep children using its chatbot safe.</p><p>“Today’s ChatGPT includes a more protective experience for minors and people experiencing difficult situations, with safeguards that direct them to real-world resources and trusted human contacts," the statement read in part. “We believe kids should be treated like kids, which is why we built age prediction, released parental tools to guide their children’s use of AI, and disallowed advertising that targets kids.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BLNEKXGHXWQVEAXB5G6HRUUO2Q.jpg?auth=ed41a8df4ebb13560850aa9461e1dffbd2f8aa40cb28a94305d2b6c51ee77cc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sam Altman arrives at the U.S. District Court in Oakland, Calif., April 30, 2026. (AP Photo/Godofredo A. Vásquez, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content></item><item><title><![CDATA[Coast Guard searches for man believed to have fallen overboard in Biscayne Bay]]></title><link>https://www.local10.com/news/local/2026/06/13/uscg-search-underway-after-man-goes-overboard-in-biscayne-bay-near-brickell-key/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/13/uscg-search-underway-after-man-goes-overboard-in-biscayne-bay-near-brickell-key/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The United States Coast Guard is searching for a man believed to have fallen off a charter boat late Friday night in Biscayne Bay. ]]></description><pubDate>Sat, 13 Jun 2026 18:16:47 +0000</pubDate><content:encoded><![CDATA[<p>The United States Coast Guard is searching for a man believed to have fallen off a charter boat late Friday night in Biscayne Bay. </p><p><a href="https://www.local10.com/espanol/2026/06/13/busca-guardia-costera-a-hombre-que-habria-caido-por-la-borda-en-biscayne-bay/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/13/busca-guardia-costera-a-hombre-que-habria-caido-por-la-borda-en-biscayne-bay/">Leer en español</a></p><p>Authorities said Coast Guard officials in the Miami sector received a report at approximately 11:59 p.m. that the man had gone overboard while the boat was transiting south of Brickell Key near Hobie Island Beach Park.</p><p>They said Coast Guard Station Miami and Air Station Miami crews, along with Miami-Dade and city of Miami Fire Rescue units and marine patrol officers, are conducting search operations in the area.</p><p>Officials said the search remains active and no additional details about the victim were immediately released. </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/GHU5CHDXGJARQCBXMLSMOP4LF4.jpg?auth=15a0a2629996851c7128456acf6bde8db179e1e0ca2f58b22a91ab16e98715aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Busca Guardia Costera a hombre que habría caído por la borda en Biscayne Bay]]></title><link>https://www.local10.com/espanol/2026/06/13/busca-guardia-costera-a-hombre-que-habria-caido-por-la-borda-en-biscayne-bay/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/13/busca-guardia-costera-a-hombre-que-habria-caido-por-la-borda-en-biscayne-bay/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La Guardia Costera de Estados Unidos está buscando a un hombre que se cree cayó de una embarcación chárter la noche del viernes en Biscayne Bay.]]></description><pubDate>Sat, 13 Jun 2026 18:59:34 +0000</pubDate><content:encoded><![CDATA[<p>La Guardia Costera de Estados Unidos está buscando a un hombre que se cree cayó de una embarcación chárter la noche del viernes en Biscayne Bay.</p><p>Las autoridades informaron que funcionarios de la Guardia Costera del sector de Miami recibieron un reporte aproximadamente a las 11:59 p.m. de que el hombre había caído por la borda mientras la embarcación navegaba al sur de Brickell Key, cerca de Hobie Island Beach Park.</p><p>Indicaron que tripulaciones de la Estación Miami y de la Estación Aérea Miami de la Guardia Costera, junto con unidades de Miami-Dade Fire Rescue, Miami Fire Rescue y agentes de patrulla marítima, están realizando operaciones de búsqueda en el área.</p><p>Los funcionarios señalaron que la búsqueda continúa activa y que no se divulgaron de inmediato más detalles sobre la víctima.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GHU5CHDXGJARQCBXMLSMOP4LF4.jpg?auth=15a0a2629996851c7128456acf6bde8db179e1e0ca2f58b22a91ab16e98715aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[USCG Cutter Manowar’s crew at Base Miami Beach.]]></media:description></media:content></item><item><title><![CDATA[A woman's hypothermia death in Pittsburgh after her release from ICE custody is ruled a homicide]]></title><link>https://www.local10.com/news/2026/06/13/a-womans-hypothermia-death-in-pittsburgh-after-her-release-from-ice-custody-is-ruled-a-homicide/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/13/a-womans-hypothermia-death-in-pittsburgh-after-her-release-from-ice-custody-is-ruled-a-homicide/</guid><dc:creator><![CDATA[By JACK DURA, Associated Press]]></dc:creator><description><![CDATA[A medical examiner has ruled the death of a Haitian asylum seeker after being released from federal custody a homicide. An attorney representing her family said he expects her relatives to sue Immigration and Customs Enforcement in connection with her death.]]></description><pubDate>Sat, 13 Jun 2026 18:54:35 +0000</pubDate><content:encoded><![CDATA[<p>A medical examiner has ruled the death of a Haitian asylum seeker after being released from federal custody a homicide. An attorney representing her family said he expects her relatives to sue Immigration and Customs Enforcement in connection with her death.</p><p>Daphy Michel, 31, died March 2. She was found at a bus shelter. The Allegheny County Medical Examiner's Office found her cause of death to be hypothermia and ruled the manner a homicide, “indicating the death was caused by the actions of another individual” and should not be interpreted as a declaration of criminal guilt, the office said in a statement. The office released its findings Friday.</p><p>Michel was a native of Haiti who was seeking asylum in the U.S. after arriving at the southern border in 2022, said Joseph Patrick Murphy, her family's attorney. She was granted humanitarian parole based on urgent humanitarian need, but she did not live to see a hearing scheduled for two weeks after she died, he said.</p><p>The medical examiner's office said Michel was a vulnerable adult “suffering from untreated severe mental health issues and a significant language barrier” at the time of her release on Feb. 27, the office said.</p><p>She was arrested last summer for yelling at imaginary people due to her psychiatric challenges, Murphy said. She spent six months in Washington County Jail where she underwent multiple psychiatric examinations as she awaited her first hearing, he said.</p><p>A magistrate said he could not hold her for trial for threatening imaginary people, Murphy said. Afterward, ICE arrested her in her cell, put an ankle monitor on her and took her 25 miles (40 kilometers) away to Pittsburgh, where she sat at a bus shelter for days in winter, he said.</p><p>“She was in September clothes and it was February, and the weather overwhelmed her and she went into hypothermia,” Murphy said.</p><p>The medical examiner's finding of homicide is different from a criminal charge, meaning “somebody did or failed to do something that brought about her demise,” Murphy said. He said he expects Michel's family to file a lawsuit against ICE in connection with her death.</p><p>In an email, Department of Homeland Security spokesperson Lauren Bis said, “ICE had NOTHING to do with this woman’s death. She passed away THREE days after ICE encountered her."</p><p>She called Michel “an illegal alien from Haiti” who was placed in removal proceedings after her arrest.</p><p>Michel had all her belongings and a fully charged phone when she was released, with public transportation available, Bis said. ICE learned the day after Michel died that her ankle monitor “had been tampered with," but county medical examiner staff “refused to cooperate or even talk with” ICE officials, she said.</p><p>ICE called the U.S. Marshals Service, who retrieved the ankle monitor but were refused information about Michel's condition, Bis said. ICE learned of her death via news media, she said.</p><p>In a statement, Allegheny County Executive Sara Innamorato called Michel's death “a tragedy and appears that with a little humanity, it could have been completely avoidable.”</p><p>U.S. Rep. Summer Lee, D-Pa., said her death was preventable and that “she deserved care, shelter, language access, and medical support.”</p><p>ICE is no longer reporting the deaths of detainees within 30 days of their release from custody, ending a 2021 Biden-era policy. Health experts say the change will reflect fewer deaths than actually occur without addressing issues in medical care.</p><p>___</p><p>Dura reported from Bismarck, North Dakota.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R3X6YCVIOOOMBWBSXZRBLQIEXY.jpg?auth=0fb2fc1acb3527586fa362c24dbada892f1d433163bed8286e9dcf4481849c5a&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 the Michel Family shows Daphy Michel, an asylum seeker from Haiti who died March 2, 2026 in Pittsburgh, in the wake of her release from federal custody. (Michel Family via AP)]]></media:description></media:content></item><item><title><![CDATA[James Harden is arrested in Houston on a misdemeanor charge of carrying a weapon in a motor vehicle]]></title><link>https://www.local10.com/sports/2026/06/13/james-harden-is-arrested-in-houston-on-a-misdemeanor-charge-of-carrying-a-weapon-in-a-motor-vehicle/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/13/james-harden-is-arrested-in-houston-on-a-misdemeanor-charge-of-carrying-a-weapon-in-a-motor-vehicle/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[Cleveland Cavaliers player James Harden was arrested on Saturday in Houston on a misdemeanor charge of unlawful carrying of a weapon in a motor vehicle, according to the Harris County District Clerk’s Office.]]></description><pubDate>Sat, 13 Jun 2026 18:34:51 +0000</pubDate><content:encoded><![CDATA[<p>Cleveland Cavaliers player James Harden was arrested on Saturday in Houston on a misdemeanor charge of unlawful carrying of a weapon in a motor vehicle, according to the Harris County District Clerk’s Office.</p><p>Harden was arrested at 3:41 a.m. and booked just before 5 a.m., then posted $100 bond and was released from police custody, according to charging documents, which said he had a handgun in plain view that was not in a holster.</p><p>His arraignment is scheduled for June 22, according to the clerk’s office website. Harden is listed as a Houston resident in court documents.</p><p>“The Cleveland Cavaliers are aware of the arrest of James Harden this morning and are in the process of gathering additional information,” the team said in a statement. “We are in contact with James and his representation and will continue to monitor developments as they become available. At this time, we will have no further comment.”</p><p>A message sent to Harden’s representatives from The Associated Press seeking comment was not immediately returned.</p><p>Harden, 36, just finished his 17th NBA season and has the right to exercise a $42.3 million option to return to the Cavaliers next season. He indicated when Cleveland’s playoff run ended with a loss to the New York Knicks in the Eastern Conference finals that he would like to remain with the club, which would suggest he’s willing to forgo the option in favor of a longer contract with the Cavaliers.</p><p>Harden is an 11-time All-Star and an eight-time All-NBA selection who earned MVP honors in the 2017-18 season while playing for the Houston Rockets.</p><p>___</p><p>AP Basketball Writer Tim Reynolds contributed to this report.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EN6QVCANF54KWLIVBMHCE5GEIA.jpg?auth=d7bdc857a6d71f2150f4bf54260c62aaa0ad3aa4ffd753046a9c36d7bd2b78fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cleveland Cavaliers' James Harden during the first half of Game 2 in the Eastern Conference finals NBA basketball playoffs series against the New York Knicks, May 21, 2026, in New York. (AP Photo/Frank Franklin II, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content></item><item><title><![CDATA[USCG: Buscan a hombre tras caer por la borda en Biscayne Bay cerca de Brickell Key]]></title><link>https://www.local10.com/espanol/2026/06/13/uscg-buscan-a-hombre-tras-caer-por-la-borda-en-biscayne-bay-cerca-de-brickell-key/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/13/uscg-buscan-a-hombre-tras-caer-por-la-borda-en-biscayne-bay-cerca-de-brickell-key/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La Guardia Costera de Estados Unidos está buscando a un hombre que, según informó, cayó de una embarcación chárter la noche del viernes en Biscayne Bay.]]></description><pubDate>Sat, 13 Jun 2026 18:21:51 +0000</pubDate><content:encoded><![CDATA[<p>La Guardia Costera de Estados Unidos está buscando a un hombre que, según informó, cayó de una embarcación chárter la noche del viernes en Biscayne Bay.</p><p>Las autoridades informaron que el personal de guardia del Sector Miami de la Guardia Costera recibió un reporte aproximadamente a las 11:59 p.m. de que el hombre había caído por la borda mientras la embarcación navegaba al sur de Brickell Key y cerca de Hobie Island Beach Park.</p><p>Indicaron que tripulaciones de la Estación Miami y de la Estación Aérea Miami de la Guardia Costera, junto con unidades de Miami-Dade Fire Rescue, Miami Fire Rescue y agentes de patrulla marítima, están realizando operaciones de búsqueda en el área.</p><p>Los funcionarios señalaron que la búsqueda continúa activa y que no se divulgaron de inmediato más detalles sobre la víctima.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GHU5CHDXGJARQCBXMLSMOP4LF4.jpg?auth=15a0a2629996851c7128456acf6bde8db179e1e0ca2f58b22a91ab16e98715aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[USCG Cutter Manowar’s crew at Base Miami Beach.]]></media:description></media:content></item><item><title><![CDATA[Olympic gold medal-Stanley Cup double is at stake for Americans in the final]]></title><link>https://www.local10.com/sports/2026/06/13/olympic-gold-medal-stanley-cup-double-is-at-stake-for-americans-in-the-final/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/13/olympic-gold-medal-stanley-cup-double-is-at-stake-for-americans-in-the-final/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[Ken Morrow liked to consider himself the answer of a trivia question as the only hockey player who won an Olympic gold medal and hoisted the Stanley Cup in the same year. He was part of the 1980 U.S. “Miracle on Ice” team and then joined the New York Islanders for their first of four titles in a row.]]></description><pubDate>Sat, 13 Jun 2026 18:04:46 +0000</pubDate><content:encoded><![CDATA[<p>Ken Morrow liked to consider himself the answer of a trivia question as the only hockey player who won an Olympic gold medal and hoisted the Stanley Cup in the same year. He was part of the 1980 U.S. “Miracle on Ice” team and then joined the New York Islanders for their first of four titles in a row.</p><p>A half-dozen Canadians have done it since the NHL started sending players to the Olympics, but at this moment, more Americans have walked on the moon than accomplished what Morrow did. He is the only one.</p><p>That will soon change, no matter how the Cup final ends. After the U.S. won gold at the Olympics for the first time in 46 years, Carolina's Jaccob Slavin is one victory away from joining Morrow, unless Vegas wins Games 6 and 7 to put Jack Eichel and Noah Hanifin in that exclusive club.</p><p>“I’ve had my 46 years,” Morrow told The Associated Press by phone Friday. “I’m always one that likes to see new people win the Cup, guys get a chance to do something that they’ll remember the rest of their lives. And for whoever does it this year, yes, I think it’s great.”</p><p>Morrow won the Stanley Cup four times in a row as part of that Islanders dynasty. Eichel is the only U.S. player in the final with a Cup ring, and he had a major part in the Golden Knights' championship run in 2023.</p><p>After helping the U.S. win gold in Milan in February, Eichel says there are similarities and differences to those journeys.</p><p>“One’s nine, 10 months; one’s two weeks,” Eichel said. “One of them is winner-take-all of just one game at a time. These are seven-game series, so it’s different in that sense. I think from an emotional standpoint and a mentality, I think there’s a lot of similarities: just the investment in winning and the feeling in the room and everything that comes with it.”</p><p>The single-elimination element is a good way of thinking of playoff hockey, Eichel said, though Hanifin pointed out that it is drastically different preparing for a game at a time at the Olympics than enduring the ups and downs of a postseason.</p><p>“When you’re playing seven-game series, you can kind of build over time and if you hit a little bit of a setback or some adversity, you can kind of learn from it and build and come back better,” Hanifin said. “Whereas Olympics, when you get into those medal rounds, it’s a one-and-done situation, so it’s different in that regard.”</p><p>If the Hurricanes win, it would be some measure of retribution for Seth Jarvis, who played for Canada in the final and lost to the U.S. in overtime on Jack Hughes' winning goal.</p><p>When Carolina had him, Slavin and bronze medalist Sebastian Aho pose for a photo with their medals in their Olympic jerseys, Jarvis in a behind-the-scenes video quipped about reliving his nightmares and brought up the stuffed animal versions of an Olympic mascot that IOC officials gave to a group of players after losing the biggest game of their lives.</p><p>Before the start of the final, Jarvis acknowledged the events are two separate things.</p><p>“Obviously, losing in the gold medal is going to suck forever,” Jarvis said. “But now I get a chance to be a winner and win something big here with a group of guys that I’ve been grinding with for five years, been through the ups and downs of it and people that I just really care about.”</p><p>Two more losses would put Jarvis back in the same spot, albeit without another stuffie. One more defeat by the Golden Knights would mean losing twice in a final this year for Mitch Marner, Shea Theodore and Mark Stone.</p><p>Before the series began, Slavin was working hard to keep his brain from drifting to the possibility.</p><p>“It crosses my mind,” Slavin said. “But we’ve got to go out and do a job first, so not trying to give it too much thought.”</p><p>In the nearly five decades since Morrow completed the Olympic gold-Stanley Cup double, the entire situation has changed. The NHL has participated in the Olympics six times since 1998, so players are already professionals.</p><p>Morrow at age 23 went less than a week and a half between beating the Soviet Union in the “Miracle on Ice” in Lake Placid, New York, visiting the White House, having his first practice with the Islanders and making his NHL debut.</p><p>“I was trying to earn a living,” Morrow said. “I had to kind of really change focus quickly into trying to earn a job with the New York Islanders, and it wasn’t a sure thing for me when I first came to them right after the Olympics. Am I going to be able to play in the league? Those were questions that I was facing in trying to make a living. And these guys certainly didn’t have that facing them after the Olympics.”</p><p>They just had to get back to doing their job, which was a challenge in itself. Vegas and Carolina each finished atop its division and got through three rounds of the playoffs.</p><p>That gave Eichel, Hanifin and Slavin an opportunity to join Morrow, Steve Yzerman and Brendan Shanahan from Detroit in 2002, Jonathan Toews, Brent Seabrook and Duncan Keith from Chicago 2010, and Drew Doughty from Los Angeles in 2014 in the history books.</p><p>“For myself, it’s been a pretty surreal year: Winning gold was awesome, and then having the chance to play for a Stanley Cup is awesome,” Slavin said. “I take it as a blessing and just thankful for it.”</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/CD65M6HUVM7BW5HRNJNSLCEFYA.jpg?auth=7b06289d56c7bb4fc7ca612d155f37866a7f48857cfecf8a70af28bfdaff03f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Jaccob Slavin (74) poses with his gold medal after the men's ice hockey gold medal game between Canada and the United States at the 2026 Winter Olympics, in Milan, Italy, Feb. 22, 2026. (AP Photo/Hassan Ammar, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KVXOEXRDA5KQVXALED22AMPSNM.jpg?auth=6d07d02ff3ae6f0b6f0c8d9490ea7c3e4f36c38d8eb2fc7f543144f4327e2cee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ken Morrow of the 1980 U.S. ice hockey team walks on stage during a "Relive the Miracle" reunion at Herb Brooks Arena on Feb. 21, 2015, in Lake Placid, N.Y. (AP Photo/Mike Groll, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Groll</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JCK2KMY432YRBEGLP66WJBA5CQ.jpg?auth=f3c3a35fcce31675870707cac86ef2f4df537b27ac2215f6179fa49f0ffa3f20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Jack Eichel celebrates after the United States defeated Canada in a men's ice hockey gold medal game between Canada and the United States at the 2026 Winter Olympics, in Milan, Italy, Feb. 22, 2026. (AP Photo/Petr David Josek, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y2TEFY4RZP52OPBXS5KPVORAWA.jpg?auth=cdc30220a5c24d75f8753f8d94424dace0c2523ee42fd9e90de7852c50691fda&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Noah Hanifin chases the puck during the first period of the men's ice hockey gold medal game against Canada at the 2026 Winter Olympics in Milan, Italy, Feb. 22, 2026. (AP Photo/Carolyn Kaster, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[Thousands march in Rome in anti- and pro-migration rallies]]></title><link>https://www.local10.com/news/world/2026/06/13/thousands-march-in-rome-in-rival-anti-and-pro-migration-rallies/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/13/thousands-march-in-rome-in-rival-anti-and-pro-migration-rallies/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ROME (AP) — Tens of thousands of people marched through the streets of the Italian capital in anti- and pro- migration demonstrations Saturday, after a far-right citizens’ initiative seeking sweeping measures against migrants garnered enough support to be brought to Parliament.]]></description><pubDate>Sat, 13 Jun 2026 18:51:36 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — Tens of thousands of people marched through the streets of the Italian capital in anti- and pro- migration demonstrations Saturday, after a far-right citizens’ initiative seeking sweeping measures against migrants garnered enough support to be brought to Parliament.</p><p>A petition by the initiative, named “Remigration and Reconquest,” gathered the 50,000 signatures needed to trigger parliamentary discussion, pushing the once-fringe concept of “remigration” into the political mainstream. No date has been scheduled yet for a vote.</p><p>The proposal, promoted by right-wing groups, calls for sweeping measures targeting foreigners, including coercive returns, incentives to leave Italy and broader policies critics say could extend to legal residents.</p><p>Several thousand demonstrators from around Italy gathered for the anti-migration march, singing the national anthem. On several occasions, many of them raised their arms in the fascist salute, shouting “Duce! Duce!," a reference to Italian dictator Benito Mussolini, who ruled Italy from 1922 to 1943.</p><p>A rival, pro-migration demonstration saw tens of thousands of people take to the streets in another part of Rome Saturday evening. That march was attended by various left-wing groups and trade unions, with some demonstrators waving Palestinian flags.</p><p>Thousands of police were deployed to ensure the two rival groups would remain apart. No violence was reported.</p><p>The debate on migration represents a delicate balancing act for Premier Giorgia Meloni’s right-wing coalition. While the anti-migration League has backed opening discussion, Meloni’s Brothers of Italy and centrist allies have been more cautious about endorsing a proposal linked to extremist circles, amid concerns over legal risks and internal divisions.</p><p>Critics, including opposition parties and legal experts, argue the proposal would violate constitutional and international anti-discrimination principles by targeting people based on ethnic background, including naturalized citizens and their descendants.</p><p>The controversy comes even as Meloni’s government pursues a parallel policy of expanding legal migration, having approved a multiyear plan to admit hundreds of thousands of non-EU workers to address labor shortages in key economic sectors.</p><p>The demonstrations in Rome a day after a new set of European Union rules came into effect governing how each of the bloc's 27 member states will deal with irregular migration and asylum seekers.</p><p>The European Migration and Asylum Pact is the culmination of years of grueling negotiations that overhauled the previous system, which was widely considered a failure and gave far-right parties a potent issue to win votes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZJKYWOXYJ7AHKGF6IRRNSZBSOI.jpg?auth=6696612b927440fa134afe03de403da754663f83c89e210c88b2cee0c0230bcf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People hold a banner in Italian reading "Skin and sweat have the same color, no deportation' during a march in Rome, Saturday, June 13, 2026, to protest Italy's security and migration package, including a migrant "repatriation bonus" scheme criticized by opposition parties and legal groups as unconstitutional and ethically problematic. (AP Photo/Gregorio Borgia)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Borgia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WMZMMRRZLIT7HPNNLHOYKBLWIA.jpg?auth=f6d6e89ee8ff40d3c6834bd8175b6322908bcc79f26955067a4d95812ec125c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Demonstrators light flares during a march in Rome, Saturday, June 13, 2026, to protest Italy's security and migration package, including a migrant "repatriation bonus" scheme criticized by opposition parties and legal groups as unconstitutional and ethically problematic. (AP Photo/Gregorio Borgia)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Borgia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3W72Z4R4BNNMLOKCAESZF7CWHA.jpg?auth=ae992860c3c5be4216e7c60aab0172d9942ec0f933ea3840bcdb1e14864bed75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Demonstrators shout slogans as they gather during a protest organized by right-wing groups, calling for the repatriation of migrants, in Rome, Saturday, June 13, 2026. (AP Photo/Gregorio Borgia)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Borgia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y33J4FE2ELJZ736FCLOJDVDVX4.jpg?auth=70a9182e4bf671eb9c8e8b506c2f775a9c10c4cc6032a5614261fe8f2abe60cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Demonstrators shout slogans as they gather during a protest organized by right-wing groups, calling for the repatriation of migrants, in Rome, Saturday, June 13, 2026. (AP Photo/Gregorio Borgia)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Borgia</media:credit></media:content></item><item><title><![CDATA[70 seconds, 26 passes and an iconic World Cup moment for the US and Gio Reyna]]></title><link>https://www.local10.com/sports/2026/06/13/70-seconds-26-passes-and-an-iconic-world-cup-moment-for-the-us-and-gio-reyna/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/13/70-seconds-26-passes-and-an-iconic-world-cup-moment-for-the-us-and-gio-reyna/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[It might go down as one of the iconic moments of the 2026 World Cup.]]></description><pubDate>Sat, 13 Jun 2026 20:16:43 +0000</pubDate><content:encoded><![CDATA[<p>It might go down as one of the iconic moments of the 2026 World Cup.</p><p>It will certainly take something special to eclipse it as the goal of the tournament, even only three days in.</p><p>Deep into added time at Los Angeles Stadium and with virtually the last kick of the game, Gio Reyna capped a spectacular 4-1 win for the United States against Paraguay on Friday with an exquisite finish to a wonderful team move.</p><p>This was Pochettino-ball at its finest.</p><p>“This might be one of the best back-to-front team goals this country and this team has ever put together," Fox TV analyst Stu Holden said.</p><p>It might've been even better than that.</p><p>Done in 70 seconds</p><p>With the clock on 96 minutes and 10 seconds, the U.S. just had to see out time and ensure a Paraguay team that had already pulled one goal back in the second half didn't spark a late rally.</p><p>Over the course of the next 70 seconds, Mauricio Pochettino's team put together a 26-pass move from left to right, through defense and attack and left Paraguay's players chasing shadows. Not one Paraguayan got a foot on the ball. Then it was over to Reyna, who went on for a cameo as an 82nd-minute substitute for the outstanding Malik Tillman.</p><p>Receiving a pass from Alexander Freeman outside the box, Reyna took one touch to control the ball and another to carry it into the area. Then, with the outside of his right boot and with a touch of curl, he swept the shot past Paraguay goalkeeper Orlando Gill into the far corner to send the U.S. supporters wild one last time.</p><p>And they weren't the only ones going crazy. As Reyna wheeled away in celebration, hands covering his ears, he was mobbed by teammates, substitutes and even Pochettino, who raced across the field to join in the moment.</p><p>“There’s not a whole lot of words to describe the feeling,” U.S. captain Tim Ream said after the team's biggest ever World Cup win.</p><p>Just like watching Brazil</p><p>Such was the U.S. control of the ball that it brought back memories of what many believe to be the greatest ever team goal in the World Cup when Brazil's Carlos Alberto finished off a multi-pass move against Italy in the 1970 final.</p><p>That game also finished 4-1 and Carlos Alberto's strike, like Reyna's, came late, in the 86th minute.</p><p>A nine-pass move ended with Pele laying the ball off to Carlos Alberto, who drove a low shot into the corner.</p><p>The stakes were much higher for Brazil, but for the U.S. it was an opening statement performance against a Paraguay team that had one of the best defensive records among the South American teams during qualification. Pochettino's team already has more goals than the U.S. managed in the entire 2022 tournament where it scored just three and was eliminated at the round of 16.</p><p>“Congratulations to Team USA on their Big Win, 4-1, over a very good Paraguay team,” President Donald Trump wrote Saturday on his social media site. “Keep it going!”</p><p>A taste of what's to come</p><p>The U.S. Men's National Team went big when it hired Pochettino, the former Paris Saint-Germain, Chelsea and Tottenham coach in 2024.</p><p>There was a run to the Gold Cup final last year and he has not been shy about his ambitions at the World Cup.</p><p>“Why not us?” has become something of a motto going into the tournament.</p><p>With extended time to work with the players ahead of the opening game, Pochettino believes the full potential of the team will be seen.</p><p>“When you only have few days, you know, to reunite and to play, you only select players, but you cannot coach players,” he said Friday. “Only in this type of tournament like the Gold Cup or now the World Cup, because you have preparation, two, three, four weeks, I think that is the only moment that we can coach.”</p><p>Reyna's goal was a perfect example of Pochettino's insistence of concentrating on the team over individuals.</p><p>“One thing we need to praise is the collective effort,” the coach added.</p><p>Reyna erases pain of 2022</p><p>It was a triumphant return for Reyna after controversy in Qatar four years ago for alleged lack of hustle, which nearly got him sent home from that World Cup by then-coach Gregg Berhalter.</p><p>Pochettino made the bold call to include Reyna in his squad even though he made just four league starts last season for Borussia Mönchengladbach and none after Dec. 19.</p><p>Reyna also took the opportunity to announce that his wife was pregnant by putting the ball under his shirt and sucking his thumb.</p><p>“Celebration was for the little one on the way," he later posted on Instagram.</p><p>The US has had great goals in the past</p><p>Fans will debate whether this was the greatest goal by the USMNT.</p><p>In 1989 Paul Caligiuri struck a long-range volley against Trinidad and Tobago that qualified the U.S. for the World Cup for the first time since 1950.</p><p>In 1994, the last time America hosted the tournament, Eric Wynalda's free kick against Switzerland earned the U.S. its first point in the World Cup since 1950.</p><p>There was also Benny Feilhaber's volley that won the Gold Cup in 2007.</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</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/PABYI3AVBHYVDLG73G5I54CXK4.jpg?auth=24e561a3d06967aa832112097f30ad9f8c216f3b4f0a1564f4a8082519aebd8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Giovanni Reyna, right, reacts after scoring his team's fourth goal during the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JDO4JFQIERXZTTGNB7CM3XB7LI.jpg?auth=82abde40246efee3141dee29deba268712dcdc2962a7d9ffffc38d49b12492e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay goalkeeper Orlando Gill is airborne as he fails to stop a goal from United States' Giovanni Reyna during the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RI2NI56K72JCBFGD26MDBGLZQU.jpg?auth=146560ca4caa9be228db52b1030a4c9407c538d1cfd14e06b5af07c385434c25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay goalkeeper Orlando Gill is airborne as he fails to stop a goal from United States' Giovanni Reyna during the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RP4ZM6HXEF5FQPCBD7KD2TNO34.jpg?auth=34978419a63da9fdb6fdb24518db04f174a5c2f09cc2fbc744649527f9f845d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spectators react following the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YJX2HF3KBMVP2K6BBNAB7YWOLY.jpg?auth=43b1c3c4c17c13d31e8eb851ad7ad088124a337d07a1977b7d3a0fc95c785922&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States head coach Mauricio Pochettino gestures during the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Agente motociclista de MDSO resulta herido en accidente en suroeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/13/agente-motociclista-de-mdso-resulta-herido-en-accidente-en-suroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/13/agente-motociclista-de-mdso-resulta-herido-en-accidente-en-suroeste-de-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un agente motociclista de la Oficina del Sheriff de Miami-Dade resultó herido en un accidente la tarde de este sábado en el suroeste de Miami-Dade, confirmaron las autoridades.]]></description><pubDate>Sat, 13 Jun 2026 17:35:35 +0000</pubDate><content:encoded><![CDATA[<p>Un agente motociclista de la Oficina del Sheriff de Miami-Dade resultó herido en un accidente la tarde de este sábado en el suroeste de Miami-Dade, confirmaron las autoridades.</p><p>Según funcionarios de la Oficina del Sheriff de Miami-Dade (MDSO), el accidente ocurrió poco después del mediodía en la intersección de Southwest 248th Street y Southwest 112th Avenue, en el área de Princeton del condado.</p><p>Una investigación preliminar reveló que el agente giraba hacia el oeste en Southwest 248th Street cuando encontró escombros en medio de la vía, lo que provocó que perdiera el control de la motocicleta, según las autoridades.</p><p>Los investigadores indicaron que el agente, cuya identidad aún no ha sido divulgada, fue trasladado en condición estable a un hospital cercano para recibir tratamiento.</p><p>No se divulgaron de inmediato más detalles sobre el accidente.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/432IRG5Q6ZCMDFVDNRJLWMVKQY.png?auth=7f0c1e570dc4b8957c2315b14a86430d87d54fb8be041dd98a6fe7b1bc95a6cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[MDSO motorcycle deputy hurt in crash in southwest Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/06/13/mdso-motorcycle-deputy-hurt-in-crash-in-southwest-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/13/mdso-motorcycle-deputy-hurt-in-crash-in-southwest-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Miami-Dade Sheriff’s Office motorcycle deputy was hurt in a crash Saturday afternoon in southwest Miami-Dade, authorities confirmed. ]]></description><pubDate>Sat, 13 Jun 2026 17:23:19 +0000</pubDate><content:encoded><![CDATA[<p>A Miami-Dade Sheriff’s Office motorcycle deputy was hurt in a crash Saturday afternoon in southwest Miami-Dade, authorities confirmed. </p><p><a href="https://www.local10.com/espanol/2026/06/13/agente-motociclista-de-mdso-resulta-herido-en-accidente-en-suroeste-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/13/agente-motociclista-de-mdso-resulta-herido-en-accidente-en-suroeste-de-miami-dade/">Leer en español</a></p><p>According to MDSO officials, the crash happened just after noon at the intersection of Southwest 248th Street and Southwest 112th Avenue, in the county’s Princeton area. </p><p>A preliminary investigation revealed the deputy was turning westbound onto Southwest 248th Street and encountered debris in the middle of the roadway, causing him to lose control of the motorcycle, according to authorities. </p><p>Investigators said the deputy, who has not yet been identified, was transported in stable condition to a nearby hospital for treatment. </p><p>No other details about the crash were immediately released. </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/432IRG5Q6ZCMDFVDNRJLWMVKQY.png?auth=7f0c1e570dc4b8957c2315b14a86430d87d54fb8be041dd98a6fe7b1bc95a6cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Trump and Macron will meet over dinner at Versailles palace after G7 summit in France]]></title><link>https://www.local10.com/news/politics/2026/06/13/trump-and-macron-will-meet-over-dinner-at-versailles-palace-after-g7-summit-in-france/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/13/trump-and-macron-will-meet-over-dinner-at-versailles-palace-after-g7-summit-in-france/</guid><dc:creator><![CDATA[By DARLENE SUPERVILLE, AAMER MADHANI and SAMUEL PETREQUIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump and French President Emmanuel Macron will meet over dinner at the glittering Palace of Versailles near Paris after the G7 summit of leading industrialized nations next week in France, their governments announced Saturday.]]></description><pubDate>Sat, 13 Jun 2026 17:30:13 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump and French President Emmanuel Macron will meet over dinner at the glittering Palace of Versailles near Paris after the G7 summit of leading industrialized nations next week in France, their governments announced Saturday.</p><p>Trump, who is trying to make progress on finalizing an Iran war deal in the coming days, is expected to have a busy schedule of one-on-one meetings with foreign leaders on the sidelines of the summit in the French lakeside town of Evian-les-Bains, according to senior administration officials who briefed reporters on the condition of anonymity under ground rules set by the White House.</p><p>The Republican president is expected to discuss with U.S. allies plans to remove mines from the Strait of Hormuz as confidence grows for a deal, one official said.</p><p>Britain and France, both G7 members, have expressed interest in assisting with demining the critical waterway once the conflict is paused.</p><p>Trump also plans individual meetings on the sidelines of the summit, which opens Monday, with the leaders of Egypt, Qatar and United Arab Emirates to discuss efforts to wind down the Iran war.</p><p>Macron's office said the French president will host Trump for a dinner Wednesday to mark the occasion of the 250th anniversary of the independence of the United States, at the Palace of Versailles, “a historic symbol of Franco-American friendship.”</p><p>The palace was the residence of French kings from the time of Louis XIV to Louis XVI. It regularly hosts heads of state and foreign dignitaries.</p><p>Macron hosted King Charles III and Queen Camilla there in 2021 for the palace’s 400th anniversary, with a dinner in the Hall of Mirrors, one of the features of the 2,300 rooms in the palace.</p><p>In 2017, before his personal relationship with Vladimir Putin deteriorated because of the war in Ukraine, the then newly elected Macron hosted the Russian president at Versailles.</p><p>Trump and Macron will meet after the U.S. leader arrives in France on Monday afternoon. Trump will depart Washington after celebrating his 80th birthday with a primetime mixed martial arts show on the White House lawn Sunday.</p><p>Trump also plans separate talks with India's prime minister, officials said. India, Qatar, the United Arab Emirates and Egypt are attending the summit at Macron's invitation because they are not G7 members.</p><p>Leaders of the G7 countries, which also include Canada, Germany, Italy and Japan, are meeting to discuss economic growth and development, strengthening supply chains for critical minerals, illegal immigration and artificial intelligence, among other issues.</p><p>The wars in Ukraine and Iran are also expected to be front and center. Ukrainian President Volodymyr Zelenskyy will also be at the summit. A formal meeting between Trump and Zelenskyy is not currently scheduled, officials told reporters, though they could meet on the sidelines.</p><p>Trump and Indian Prime Minister Narendra Modi are likely to discuss progress toward a trade deal between their countries when they meet, officials said.</p><p>The U.S. and India signed a joint framework agreement earlier this year and negotiations continue. One of the officials told reporters a deal is possible, but unlikely to be settled on at the summit.</p><p>—-</p><p>Petrequin reported from London.</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/QXP7CLWQXM74XDKXBIXGFPESEM.jpg?auth=9ebc11f2863e513d641f9cf6b30702101178aa495ac88ab91d3963a762a72937&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The President of Ukraine, Volodymyr Zelenskyy arrives for a meeting with the leaders of Britain, France and Germany in Downing Street in London, Sunday, June 7, 2026. (AP Photo/Alberto Pezzali)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content></item><item><title><![CDATA[40th annual All Heart Volleyball Challenge raises funds for Ann Storck Center in Pompano Beach]]></title><link>https://www.local10.com/community/2026/06/13/40th-annual-all-heart-volleyball-challenge-raises-funds-for-ann-storck-center-in-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/community/2026/06/13/40th-annual-all-heart-volleyball-challenge-raises-funds-for-ann-storck-center-in-pompano-beach/</guid><dc:creator><![CDATA[Isabella Martin, Ryan Mackey]]></dc:creator><description><![CDATA[More than 100 people braved the South Florida heat Saturday to take part in the 40th annual All Heart Volleyball Challenge, a fundraising event benefiting the Ann Storck Center.]]></description><pubDate>Sat, 13 Jun 2026 15:46:42 +0000</pubDate><content:encoded><![CDATA[<p>More than 100 people braved the South Florida heat Saturday to take part in the 40th annual All Heart Volleyball Challenge, a fundraising event benefiting the <a href="https://www.annstorckcenter.org/" target="_self" rel="" title="https://www.annstorckcenter.org/">Ann Storck Center</a>.</p><p><a href="https://www.local10.com/espanol/2026/06/13/40-all-heart-volleyball-challenge-recauda-fondos-para-ann-storck-center-en-pompano-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/13/40-all-heart-volleyball-challenge-recauda-fondos-para-ann-storck-center-en-pompano-beach/">Leer en español</a></p><p>Held on the sand in Pompano Beach, the event featured volleyball competition, food, music, raffles and prizes, with proceeds supporting programs and services provided by the Fort Lauderdale-based nonprofit.</p><p>The Ann Storck Center has served people with developmental disabilities for more than 70 years, offering educational, residential and therapeutic programs for children and adults.</p><p>The event featured 20 volleyball teams competing throughout the day, along with raffles, food, music and prizes, all aimed at raising money for programs that support children and adults with developmental disabilities.</p><p>“We have 14 programs, over 11 locations, and we provide education and therapy, family strengthening, but the most important thing we do is provide love and care,” said Pat Murphy, CEO of the Ann Storck Center. “We really believe people with disabilities have the right to live independent lives as we all do.”</p><p>Based in Fort Lauderdale, the Ann Storck Center has served the South Florida community for decades through a range of programs designed to support individuals with disabilities from infancy through adulthood.</p><p>“It’s birth through the end of life,” Murphy said. “We provide education through a school, our Early Learning Academy. We have 10 group homes. We have an advocacy program. Another neat program is our respite program where we go into people’s homes and give them a break for caring for their child with a disability.”</p><p>Murphy said fundraising events like the volleyball tournament help the nonprofit continue providing those services.</p><p>Twenty teams competed for first, second, and third-place prizes during Saturday’s tournament. Organizers also held raffles and encouraged community members to attend even if they were not participating in the competition.</p><p>“We have raffles, so come on out,” Murphy said. “We need people to buy raffles and support the Ann Storck Center.”</p><p>The event also featured meals donated by local businesses, including 200 lunches provided by Oceanic and pizzas donated by Jet’s Pizza for players and attendees.</p><p>Organizers said the annual tournament not only raises critical funding but also helps bring the community together in support of individuals and families living with disabilities.</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[40º All Heart Volleyball Challenge recauda fondos para Ann Storck Center en Pompano Beach]]></title><link>https://www.local10.com/espanol/2026/06/13/40-all-heart-volleyball-challenge-recauda-fondos-para-ann-storck-center-en-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/13/40-all-heart-volleyball-challenge-recauda-fondos-para-ann-storck-center-en-pompano-beach/</guid><dc:creator><![CDATA[Isabella Martin, Ryan Mackey]]></dc:creator><description><![CDATA[Más de 100 personas desafiaron el calor del sur de Florida el sábado para participar en el 40.º All Heart Volleyball Challenge, un evento de recaudación de fondos a beneficio del Ann Storck Center.]]></description><pubDate>Sat, 13 Jun 2026 16:31:36 +0000</pubDate><content:encoded><![CDATA[<p>Más de 100 personas desafiaron el calor del sur de Florida el sábado para participar en el 40.º All Heart Volleyball Challenge, un evento de recaudación de fondos a beneficio del <a href="https://www.annstorckcenter.org/" target="_blank" rel="noreferrer" title="https://www.annstorckcenter.org/">Ann Storck Center</a>.</p><p>Realizado sobre la arena en Pompano Beach, el evento contó con competencia de voleibol, comida, música, rifas y premios, y los fondos recaudados apoyarán los programas y servicios que ofrece esta organización sin fines de lucro con sede en Fort Lauderdale.</p><p>El Ann Storck Center ha servido a personas con discapacidades del desarrollo durante más de 70 años, ofreciendo programas educativos, residenciales y terapéuticos para niños y adultos.</p><p>El evento contó con 20 equipos de voleibol compitiendo durante toda la jornada, además de rifas, comida, música y premios, todo con el objetivo de recaudar fondos para programas que apoyan a niños y adultos con discapacidades del desarrollo.</p><p>“Tenemos 14 programas en más de 11 ubicaciones y brindamos educación y terapia, fortalecimiento familiar, pero lo más importante que hacemos es brindar amor y cuidado”, dijo Pat Murphy, directora ejecutiva del Ann Storck Center. “Realmente creemos que las personas con discapacidades tienen derecho a vivir vidas independientes, como todos nosotros”.</p><p>Con sede en Fort Lauderdale, el Ann Storck Center ha servido a la comunidad del sur de Florida durante décadas a través de una variedad de programas diseñados para apoyar a personas con discapacidades desde la infancia hasta la edad adulta.</p><p>“Es desde el nacimiento hasta el final de la vida”, dijo Murphy. “Brindamos educación a través de una escuela, nuestra Early Learning Academy. Tenemos 10 hogares grupales. Tenemos un programa de defensa. Otro programa muy valioso es nuestro programa de respiro, donde vamos a las casas de las personas y les damos un descanso del cuidado de su hijo con discapacidad”.</p><p>Murphy dijo que eventos de recaudación de fondos como el torneo de voleibol ayudan a la organización a continuar ofreciendo esos servicios.</p><p>Veinte equipos compitieron por los premios de primer, segundo y tercer lugar durante el torneo del sábado. Los organizadores también realizaron rifas y alentaron a los miembros de la comunidad a asistir incluso si no participaban en la competencia.</p><p>“Tenemos rifas, así que vengan”, dijo Murphy. “Necesitamos que las personas compren boletos de rifa y apoyen al Ann Storck Center”.</p><p>El evento también contó con comidas donadas por negocios locales, incluidos 200 almuerzos proporcionados por Oceanic y pizzas donadas por Jet’s Pizza para los jugadores y asistentes.</p><p>Los organizadores dijeron que el torneo anual no solo recauda fondos esenciales, sino que también ayuda a unir a la comunidad en apoyo de las personas y familias que viven con discapacidades.</p>]]></content:encoded></item><item><title><![CDATA[Authorities search for missing 23-year-old man last seen in Brickell]]></title><link>https://www.local10.com/news/local/2026/06/13/authorities-search-for-missing-23-year-old-man-last-seen-in-brickell/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/13/authorities-search-for-missing-23-year-old-man-last-seen-in-brickell/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Police Department asked for the public’s help Saturday in locating an endangered and missing man who they say was last seen in the Brickell area.]]></description><pubDate>Sat, 13 Jun 2026 15:49:30 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Police Department asked for the public’s help Saturday in locating an endangered and missing man who they say was last seen in the Brickell area.</p><p>According to police, 23-year-old Akin Liverpool was last seen on Saturday. </p><p><a href="https://www.local10.com/espanol/2026/06/13/autoridades-buscan-a-hombre-de-23-anos-desaparecido-visto-por-ultima-vez-en-brickell/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/13/autoridades-buscan-a-hombre-de-23-anos-desaparecido-visto-por-ultima-vez-en-brickell/">Leer en español</a></p><p>Police say Liverpool is 5 feet, 8 inches tall and weighs about 150 pounds. He has black hair and dark brown eyes and was last seen wearing a black shirt and black swimming trunks.</p><p>Investigators did not immediately release additional details about the circumstances surrounding his disappearance.</p><p>Authorities confirmed that the case is being investigated by the MPD’s Special Victims Unit.</p><p>Anyone with information about his whereabouts is urged to contact Detective D. Reyes or any on-duty detective with the Special Victims Unit at 305-603-6300 or 305-579-6111.</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[Autoridades buscan a hombre de 23 años desaparecido visto por última vez en Brickell]]></title><link>https://www.local10.com/espanol/2026/06/13/autoridades-buscan-a-hombre-de-23-anos-desaparecido-visto-por-ultima-vez-en-brickell/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/13/autoridades-buscan-a-hombre-de-23-anos-desaparecido-visto-por-ultima-vez-en-brickell/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[El Departamento de Policía de Miami pidió la ayuda del público el sábado para localizar a un hombre desaparecido y en peligro que, según las autoridades, fue visto por última vez en el área de Brickell.]]></description><pubDate>Sat, 13 Jun 2026 16:27:44 +0000</pubDate><content:encoded><![CDATA[<p>El Departamento de Policía de Miami pidió la ayuda del público el sábado para localizar a un hombre desaparecido y en peligro que, según las autoridades, fue visto por última vez en el área de Brickell.</p><p>Según la Policía, Akin Liverpool, de 23 años, fue visto por última vez el sábado.</p><p>La Policía informó que Liverpool mide 5 pies y 8 pulgadas de estatura y pesa aproximadamente 150 libras. Tiene cabello negro y ojos marrón oscuro, y fue visto por última vez vistiendo una camisa negra y un traje de baño negro.</p><p>Los investigadores no divulgaron de inmediato detalles adicionales sobre las circunstancias de su desaparición.</p><p>Las autoridades confirmaron que el caso está siendo investigado por la Unidad de Víctimas Especiales del Departamento de Policía de Miami.</p><p>Cualquier persona con información sobre su paradero debe comunicarse con el detective D. Reyes o con cualquier detective de turno de la Unidad de Víctimas Especiales al 305-603-6300 o al 305-579-6111.</p>]]></content:encoded></item><item><title><![CDATA[Policía: Hospitalizan a cuatro personas tras accidente de helicóptero en Aeropuerto North Perry]]></title><link>https://www.local10.com/espanol/2026/06/13/policia-hospitalizan-a-cuatro-personas-tras-accidente-de-helicoptero-en-aeropuerto-north-perry/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/13/policia-hospitalizan-a-cuatro-personas-tras-accidente-de-helicoptero-en-aeropuerto-north-perry/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Cuatro personas fueron trasladadas a un hospital este sábado después de que ocurriera un accidente de helicóptero en el Aeropuerto North Perry en Pembroke Pines, confirmaron las autoridades.]]></description><pubDate>Sat, 13 Jun 2026 16:24:20 +0000</pubDate><content:encoded><![CDATA[<p>Cuatro personas fueron trasladadas a un hospital este sábado después de que ocurriera un accidente de helicóptero en el Aeropuerto North Perry en Pembroke Pines, confirmaron las autoridades.</p><p>La Policía de Pembroke Pines informó que los agentes respondieron para asistir con el accidente en el aeropuerto, ubicado en 101 SW 77th Way.</p><p>Según las autoridades, cuatro pasajeros estaban a bordo del helicóptero cuando se accidentó.</p><p>La Policía indicó que las cuatro personas fueron trasladadas a un hospital cercano para recibir tratamiento por lesiones que no se consideran potencialmente mortales.</p><p>Los funcionarios no han divulgado detalles sobre las víctimas ni sobre qué provocó el accidente.</p><p><i>Esta es una noticia en desarrollo. Vea Local 10 News o actualice la página para conocer las últimas novedades.</i></p><p><b>Medios relacionados</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">UPDATE: Four passengers were onboard; all are being transported to a nearby hospital with non-life threatening injuries. <a href="https://t.co/jkCrSAQnLT">https://t.co/jkCrSAQnLT</a></p>&mdash; Pembroke Pines PD (@PPinesPD) <a href="https://x.com/PPinesPD/status/2065826403212255474?ref_src=twsrc%5Etfw">June 13, 2026</a></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DX5EX67UDKGAWV6XRERI52MBS4.jpg?auth=04c0579dd128b9915371604bd2bb382a93eeb1c3a9e2150042c058b54a5825a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pembroke Pines police car]]></media:description></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Here is the June 14 schedule for Day 4 of group matches ]]></title><link>https://www.local10.com/sports/2026/06/13/fifa-world-cup-2026-here-is-the-june-14-schedule-for-day-4-of-group-matches/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/13/fifa-world-cup-2026-here-is-the-june-14-schedule-for-day-4-of-group-matches/</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>Sat, 13 Jun 2026 15:57:07 +0000</pubDate><content:encoded><![CDATA[<p>FIFA World Cup 2026 fans have five group stage matches to watch on Sunday. </p><p>Australia vs. Turkey, a <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, is at midnight at the BCP Vancouver. </p><p>Germany vs. Curaçao, a <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> match, is at 1 p.m. at Houston Stadium. </p><p>The Netherlands vs. Japan, a <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> match, is at 4 p.m. at Dallas Stadium. </p><p>Ivory Coast vs. Ecuador, a <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> match, is at 7 p.m. at the Philadelphia Stadium. </p><p>Sweden vs. Tunisia, a <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> match, is at 10 p.m. at Estadio Monterrey in Guadalajara. </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><h3><b>Groups’ 1st stage progress </b></h3><p><b>Group D progress on Friday: </b><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/">United States gets 3 points after opener against Paraguay</a></p><p><b>Group B progress on Friday:</b> <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/">Canada and Bosnia and Herzegovina each get 1 point</a></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><h3><b>World Cup schedule </b> </h3><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>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</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>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><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>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><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[FIFA World Cup 2026 Group D: United States beats Paraguay 4-1 to get 3 points ]]></title><link>https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group D competing to move forward to the quarterfinals of the FIFA World Cup 2026 are the United States (14), Paraguay (39), Australia (26), and Turkey (22).]]></description><pubDate>Fri, 05 Dec 2025 18:35:18 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group D competing to advance to the FIFA World Cup 2026 Round of 32 are the United States (14), Paraguay (39), Australia (26), and Turkey (22).</p><p><b>GROUP STAGE MATCHES</b></p><p><b>June 14: </b>Coverage of Day 2 of Group D matches</p><p><b>Australia plays against Turkey at 12 a.m. at BCP Vancouver</b></p><p><a href="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-todays-games/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-todays-games/"><b>June 12</b></a><b>: </b>Coverage of Day 1 of Group D matches</p><p><b>U.S. beats Paraguay 4-1 in Los Angeles to earn 3 points </b></p><figure><img src="https://www.local10.com/resizer/v2/ASF2JD42MIIYRK6NJBOAZUOBKQ.jpg?auth=5bee3fe5aafb25efb6bf0b9fe452f7f4cde5cb2d7dbf5c7cf73b2c32390096d9&smart=true&width=1200&height=900" alt="Fans are seen before the World Cup Group D soccer match between Paraguay and the United States in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Jayne Kamin-Oncea)" height="900" width="1200"/><figcaption>Fans are seen before the World Cup Group D soccer match between Paraguay and the United States in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Jayne Kamin-Oncea)</figcaption></figure><ul><li><b>Analysis of the game</b>: <a href="https://www.local10.com/sports/2026/06/12/us-ready-for-co-hosts-final-world-cup-opener-against-paraguay-before-a-raucous-socal-crowd/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/us-ready-for-co-hosts-final-world-cup-opener-against-paraguay-before-a-raucous-socal-crowd/">US opens its home World Cup with a dynamic 4-1 victory over Paraguay, sparked by Balogun’s 2 goals</a></li><li><b>The first goal</b>: U.S. midfielder Weston McKennie kicked into the box, and the hit deflected off Paraguayan midfielder Damián Bobadilla and into the net.</li></ul><figure><img src="https://www.local10.com/resizer/v2/42TQQ5F7WQCUOTNOHFRVTJ3XXY.jpg?auth=8ea760b05712cae3530ebf10931f2625a707806a6d5e6a0fe03f0e0ff6dc5f97&smart=true&width=1200&height=900" alt="United States' Folarin Balogun, center, celebrates scoring his side's third goal against Paraguay with teamates during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)" height="900" width="1200"/><figcaption>United States' Folarin Balogun, center, celebrates scoring his side's third goal against Paraguay with teamates during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)</figcaption></figure><ul><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=93tcr1AtXDY" target="_self" rel="" title="https://www.youtube.com/watch?v=93tcr1AtXDY">U.S. left-wing forward Christian Pulisic made a pass to U.S. striker Folarin Balogun, who scored the team’s second goal against Paraguay</a>. </li><li>Balogun scored the team’s third goal against Paraguay. </li><li><a href="https://www.local10.com/sports/2026/06/12/folarin-balogun-who-could-have-played-for-england-or-nigeria-scores-2-for-us-in-world-cup-debut/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/folarin-balogun-who-could-have-played-for-england-or-nigeria-scores-2-for-us-in-world-cup-debut/">Folarin Balogun, who could have played for England or Nigeria, scores 2 for US in World Cup debut</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/QWXC5JWL5YDRJ6JFEGS7DDUETU.jpg?auth=a5fcc7c875a98aba89d5eca9b151067c289bb1290e9fa405f731a0f41b431a96&smart=true&width=1200&height=900" alt="United States' Folarin Balogun (20) celebrates scoring his side's third goal against Paraguay with teamates during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)" height="900" width="1200"/><figcaption>United States' Folarin Balogun (20) celebrates scoring his side's third goal against Paraguay with teamates during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)</figcaption></figure><ul><li>Paraguayan attacking midfielder Maurício Magalhães, who was born in Brazil to a Paraguayan father, scores a goal.</li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=GE6FKlBFIIY" target="_self" rel="" title="https://www.youtube.com/watch?v=GE6FKlBFIIY">U.S. wing midfielder Gio Reyna scores the team’s fourth goal</a>. </li><li><a href="https://www.local10.com/sports/2026/06/12/roaring-crowds-in-stars-and-stripes-show-up-for-the-us-team-and-soccers-moment-in-their-country/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/roaring-crowds-in-stars-and-stripes-show-up-for-the-us-team-and-soccers-moment-in-their-country/">Roaring crowds in stars and stripes show up for the US team, and soccer’s moment in their country</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FHVWRXGRD4OIOEJCMIFCHAHDRQ.jpg?auth=85e2f1753c7536e4a3e7755c80d16868fb27318c21b7bbc5acb9934753545daa&smart=true&width=1200&height=900" alt="Fans of United States cheer prior to the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)" height="900" width="1200"/><figcaption>Fans of United States cheer prior to the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)</figcaption></figure><ul><li>Get a feel for the pre-game <a href="https://www.local10.com/video/news/2026/06/12/fifa-world-cup-2026-los-angeles-stadium-hosts-us-vs-paraguay/" target="_self" rel="" title="https://www.local10.com/video/news/2026/06/12/fifa-world-cup-2026-los-angeles-stadium-hosts-us-vs-paraguay/">fans in Los Angeles</a></li><li>Game preview: <a href="https://www.local10.com/sports/2026/06/12/us-ready-for-co-hosts-final-world-cup-opener-against-paraguay-before-a-raucous-socal-crowd/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/us-ready-for-co-hosts-final-world-cup-opener-against-paraguay-before-a-raucous-socal-crowd/">US ready for co-hosts’ final World Cup opener against Paraguay before a raucous SoCal crowd</a></li><li><a href="https://www.local10.com/sports/2026/06/12/us-open-26-scottie-scheffler-trying-to-make-history-and-shinnecock-tries-to-avoid-recent-history/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/us-open-26-scottie-scheffler-trying-to-make-history-and-shinnecock-tries-to-avoid-recent-history/">US OPEN ’26: Scottie Scheffler trying to make history and Shinnecock tries to avoid recent history</a></li><li>Local connection: <a href="https://www.local10.com/sports/local/2026/06/12/broward-native-alex-freeman-set-for-world-cup-debut-with-us-mens-national-team/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/12/broward-native-alex-freeman-set-for-world-cup-debut-with-us-mens-national-team/">Broward native Alex Freeman set for World Cup debut with US men’s national team</a></li><li>Local watch party: <a href="https://www.local10.com/sports/local/2026/06/12/fifa-world-cup-2026-amerant-bank-arena-hosts-watch-party-for-united-states-opener-against-paraguay/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/12/fifa-world-cup-2026-amerant-bank-arena-hosts-watch-party-for-united-states-opener-against-paraguay/">Amerant Bank Arena hosts watch party for United States opener against Paraguay</a></li></ul><h3><b>Future matches </b></h3><p><b>June 19</b>: Coverage of Day 3 of Group D matches</p><p>The United States plays against Australia at 3 p.m. at the Lumen Field in Seattle, Washington.</p><p>Turkey plays against Paraguay at 11 p.m. at Levi’s Stadium in Santa Clara, California.</p><p><b>June 25:</b> Coverage of Day 4 of Group D matches</p><p>Turkey plays against the United States at 10 p.m. at SoFi Stadium in Inglewood, California. </p><p>Paraguay plays against Australia at 10 p.m. at Levi’s Stadium in Santa Clara, California.</p><ul><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><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-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-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/UGWXZQD4JJDXDLSBPWU4FDDEGE.jpg?auth=b757db3abdc86b1ee7c66528a580b5d0811139c5c1c31f44c03d6b52d2329be6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Roaring crowds in stars and stripes show up for the US team, and soccer's moment in their country]]></title><link>https://www.local10.com/sports/2026/06/12/roaring-crowds-in-stars-and-stripes-show-up-for-the-us-team-and-soccers-moment-in-their-country/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/roaring-crowds-in-stars-and-stripes-show-up-for-the-us-team-and-soccers-moment-in-their-country/</guid><dc:creator><![CDATA[By AMY TAXIN and JAIMIE DING, Associated Press]]></dc:creator><description><![CDATA[INGLEWOOD, Calif. (AP) — It was a stadium like any other, packed with American sports fans wearing their favorite team's jerseys and red-white-and-blue face paint, roaring as players took the field.]]></description><pubDate>Sat, 13 Jun 2026 04:17:26 +0000</pubDate><content:encoded><![CDATA[<p>INGLEWOOD, Calif. (AP) — It was a stadium like any other, packed with American sports fans wearing their favorite team’s jerseys and red-white-and-blue face paint, roaring as players took the field.</p><p>Only this time, the sport was soccer.</p><p>The U.S. team’s home opener in the World Cup on Friday brought more than 70,000 passionate soccer enthusiasts to the massive stadium near Los Angeles, where they saw the U.S. beat Paraguay 4-1. They had, in many cases, paid thousands of dollars to see their team play on the biggest global stage for a sport that has long been eclipsed in the United States — a sport many say is finally having its moment.</p><p>Many fans said they grew up playing soccer in recreational leagues as young children, and well into high school and college. Nakisha Gutierrez, a 37-year-old occupational therapist from Los Angeles, and her sister both played the sport. Their Argentine father raised them on soccer, and the next generation is now taking it up, too, she said.</p><p>“It’s in the family blood,” said Gutierrez, her cheeks painted with sparkling red-and-blue stars. “It is the American culture — it’s starting to be.”</p><p>The World Cup is played every four years, and fans around the world track their national teams, hoping they’ll have a strong enough showing to qualify for it. In many countries — like Friday’s opponent, Paraguay — just making it to the tournament can prompt street parties, fireworks and national holidays. In the United States, though, the response is often a bit more muted. Soccer has long been overshadowed by football, basketball and “America’s pastime” of baseball.</p><p>But soccer’s popularity has risen in the United States since the country last hosted the World Cup in 1994. Major League Soccer was launched two years later, and soccer has become especially popular among young athletes.</p><p>There was palpable joy in the air for U.S. fans watching the match as Folarin Balogun scored an electric two goals in the first half of the game, and star player Christian Pulisic made a shot that led to a Paraguay own goal. But the stadium was aroar when Gio Reyna sealed Paraguay’s fate with a late fourth goal during added time.</p><p>Samuel Esquivel, 9, said he was screaming when the match ended.</p><p>“That was probably, like, the second best goal,” he said of Reyna’s shot. He started playing soccer last year and said he already wants to win a World Cup.</p><p>His father Roman Esquivel said they came from a family that played football, basketball, and baseball. But Esquivel’s daughter and son both fell in love with soccer, and their enthusiasm for the game has spread to him as well.</p><p>“It’s the most beautiful sport in the world,” he said. “There’s a reason why the whole world plays soccer.”</p><p>Interest has also been buoyed by immigrants from countries where, as Gutierrez puts it, “soccer is life.”</p><p>Ava Cupit, 14, traveled with her family from Franklin, Tennessee, to cheer on the U.S. team, dressed up as the Statue of Liberty. Her great-grandfather was from Spain and helped bring soccer to their small town, where he built fields and promoted the sport.</p><p>“He made us all fall in love with it, and our whole family loves soccer,” Ava’s mother Rachel Cupit said. “The people who’ve married in, they’ve just become a part of it too.”</p><p>In the massive stadium in Inglewood, California, usually home to football games, seats were a sea of red and white. Fans wore glitter, Stars-and-Stripes high-tops, overalls, robes and the team’s hallmark jerseys. Some dressed as that ultimate symbol of American patriotism, Uncle Sam, with long white beards and top hats. A few wore George Washington costumes.</p><p>They came to show their support for their team, and to show that Americans, like the rest of the world, can be passionate about soccer, too. Many were trying to attend all of the U.S. team’s group round matches. One spectator said he came from Texas after seeing the U.S. team previously face off in international matches before large crowds backing their opponents.</p><p>Self-proclaimed soccer “addict” Jose Contreras said he grew up playing the sport with his uncle in Mexico because it was cheap and accessible. He flew from Georgia to support the U.S. in its opening match, even though there are games he could attend in Atlanta, closer to home.</p><p>“This is one of the happiest days of my life,” Contreras said.</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/R6RMMGGTYTURB6WNP7UFZ6FHMM.jpg?auth=0fbefa43d61b80b601514497e3bfdd5c8ea1397cc4f48cf791ca09732318ba81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States fans cheer prior to the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 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/FHVWRXGRD4OIOEJCMIFCHAHDRQ.jpg?auth=85e2f1753c7536e4a3e7755c80d16868fb27318c21b7bbc5acb9934753545daa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans of United States cheer prior to the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 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/ASF2JD42MIIYRK6NJBOAZUOBKQ.jpg?auth=5bee3fe5aafb25efb6bf0b9fe452f7f4cde5cb2d7dbf5c7cf73b2c32390096d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans are seen before the World Cup Group D soccer match between Paraguay and the United States in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Jayne Kamin-Oncea)]]></media:description><media:credit role="author" scheme="urn:ebu">Jayne Kamin-Oncea</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P5QZDOREF5RTJD2RER7O3WJ3YI.jpg?auth=ddd851442aee0d93fb3fbdd082395f95beb2226283983bb015ccdee37ceb1f7c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A fan waits for the beginning of the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BPDECUN43JHLMWMMLJNILY23Z4.jpg?auth=3513d943698a7f97b1a263948641a781257ac524d53660ad29c3fa1abba253b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A United States fan cheers prior to the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content></item><item><title><![CDATA[Folarin Balogun, who could have played for England or Nigeria, scores 2 for US in World Cup debut]]></title><link>https://www.local10.com/sports/2026/06/12/folarin-balogun-who-could-have-played-for-england-or-nigeria-scores-2-for-us-in-world-cup-debut/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/folarin-balogun-who-could-have-played-for-england-or-nigeria-scores-2-for-us-in-world-cup-debut/</guid><dc:creator><![CDATA[By BETH HARRIS, Associated Press]]></dc:creator><description><![CDATA[INGLEWOOD, Calif. (AP) — Folarin Balogun could have played for any one of three countries. He chose the United States, and it paid off with a splashy World Cup debut on home soil.]]></description><pubDate>Sat, 13 Jun 2026 04:17:53 +0000</pubDate><content:encoded><![CDATA[<p>INGLEWOOD, Calif. (AP) — Folarin Balogun could have played for any one of three countries. He chose the United States, and it paid off with a splashy World Cup debut on home soil.</p><p>The 24-year-old striker scored two goals as the Americans opened with a 4-1 victory over Paraguay on Friday night in front of a rabid and star-studded red, white and blue-clad sold-out crowd of 70,492 at SoFi Stadium.</p><p>“I visualized my debut in the World Cup scoring, but the reality did surpass that,” Balogun said. “A very dreamy night.”</p><p>With retired England captain David Beckham looking on, Balogun became the first U.S. player to score multiple goals in a World Cup game since 1930. Back then, Bert Patenaude scored all three goals in a 3-0 U.S. win over Paraguay, the first hat trick in World Cup history.</p><p>“The kid’s insane,” teammate Christian Pulisic said. “He’s lethal right now. We’re really lucky to have him.”</p><p>Balogun was born in the New York City borough of Brooklyn to Nigerian parents. A month later, he moved to England, where he grew up in London. He joined Arsenal’s academy at age 8. He represented England at the youth level and also played for the U.S. under-18 team.</p><p>England’s roster is traditionally filled with stars. Nigeria failed to qualify for this World Cup. So Balogun is making himself an American household name during this summer of soccer.</p><p>“Everyone will look at the goals,” Pulisic said, “but the way he’s fighting against these center backs, holding up the ball, getting fouls, I really like it.”</p><p>Balogun committed to play for the U.S. three years ago.</p><p>“I’ve always said the fans gave me so much motivation and showed me so much support. The most important thing has always been to be able to repay that,” he said. “I just want to continue to show the fans I made the right decision.”</p><p>Among the crowd were Balogun’s relatives, with extended family watching around the U.S. and in London.</p><p>“I was able to spot them out in the crowd, but it was tough because so many fans were wearing red and white,” he said. “I had to sort a lot of tickets, but I’m happy to do it because this is a once in a lifetime occasion and I want everyone to experience it.”</p><p>The U.S. took a 1-0 lead on an own goal by Damian Bobadilla.</p><p>Balogun extended the lead to 2-0 when Christian Pulisic played the ball into the box to set up Balogun with his 21st career assist. That tied Pulisic for fourth most in U.S. history.</p><p>Minutes earlier, Balogun nearly had another goal, but it was called back when the U.S. was offside.</p><p>Undeterred, Balogun scored again just before halftime, putting the ball in the upper left corner for a 3-0 lead.</p><p>“I’ve not been able to take it all in,” he said.</p><p>Balogun was heading back to the team hotel to rest.</p><p>“To be honest, I think I’ll just watch some Netflix,” he said, smiling.</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/42TQQ5F7WQCUOTNOHFRVTJ3XXY.jpg?auth=8ea760b05712cae3530ebf10931f2625a707806a6d5e6a0fe03f0e0ff6dc5f97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun, center, celebrates scoring his side's third goal against Paraguay with teamates during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 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/VTXE6DWRX2Q4NHGCUNDO7DZ35Q.jpg?auth=ba7a6686275b975cd4e44b4396f48a9a9af496e6997daa87cdc5138f685cbb2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) celebrates scoring his side's third goal against Paraguay with teamate Chris Richards during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 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/JTAUFR3WFOIAM7RZKMIBVJXUP4.jpg?auth=399fde93ecd42430677fa10d9a4001fe1e1a5efcef5af9d191f6ce514842174d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) celebrates scoring his side's second goal against Paraguay during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 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/3H243CNYNSQ3MSO2EOXOFPYL7I.jpg?auth=e46c66c2add936b608fd047dd7f0354ced69750a3e9228f6bcc867d86c59078d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun scores his side's second goal against Paraguay during a World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Marcio J. Sanchez)]]></media:description><media:credit role="author" scheme="urn:ebu">Marcio J. Sanchez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UW3AGQTV25JTHVLTRWBC4644EM.jpg?auth=23cd99ac00ccb7f495a6f74bfaf69bd8a44a653de87e33864283fd0f404206b7&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 (10) controls the ball as Paraguay's Andres Cubas (14) defends during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Jayne Kamin-Oncea)]]></media:description><media:credit role="author" scheme="urn:ebu">Jayne Kamin-Oncea</media:credit></media:content></item><item><title><![CDATA[Game 5: Knicks, and their fans, are in San Antonio, hoping to close out the NBA Finals with a title]]></title><link>https://www.local10.com/sports/2026/06/13/game-5-knicks-and-their-fans-are-in-san-antonio-hoping-to-close-out-the-nba-finals-with-a-title/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/13/game-5-knicks-and-their-fans-are-in-san-antonio-hoping-to-close-out-the-nba-finals-with-a-title/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[SAN ANTONIO (AP) — The Larry O'Brien Trophy will be in the building. The rehearsals for the presentation ceremony, if one is needed, are complete. Thousands of New York fans have made the trip to Texas, looking to see something that hasn't happened in 53 years.]]></description><pubDate>Sat, 13 Jun 2026 15:22:22 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — The Larry O'Brien Trophy will be in the building. The rehearsals for the presentation ceremony, if one is needed, are complete. Thousands of New York fans have made the trip to Texas, looking to see something that hasn't happened in 53 years.</p><p>The rest is up to the Knicks.</p><p>New York can win its first NBA championship since 1973 on Saturday night, with the Knicks holding a 3-1 lead going into Game 5 of the NBA Finals against Victor Wembanyama and the San Antonio Spurs.</p><p>The Knicks are 3-0 in closeout opportunities this season, winning them by an average of 39.3 points — all of them on the road.</p><p>“We’ve been preaching all year it’s about the next possession, the next possession, the next possession,” Knicks coach Mike Brown said. “We understand any time you try to play a closeout game, the level of desperation — for your opponents — increases (and) the level of desperation for the fans of your opponents is increased. You have to bring your best effort because even if you bring your best effort, it may not happen, especially on the road.”</p><p>New York got to the brink of this title by rallying from 29 points down in Game 4 to win 107-106 on OG Anunoby's tip-in with 1.2 seconds left. It was the largest comeback in NBA Finals history and the biggest comeback in any game this season, regular season or playoffs.</p><p>The Spurs have led each of the four games entering Saturday by double figures and let three of those games become losses.</p><p>“The biggest thing for us is just can’t take our foot off the gas in a sense,” Spurs guard Dylan Harper said. “Can’t get comfortable with a lead. It’s the NBA Finals. Anything could happen, like we just saw. But just at the end of the day, we’ve just got to stay together as a group.”</p><p>The referees selected for Saturday's game were Scott Foster, James Capers and Tyler Ford. Foster and Capers both worked Game 1 and Ford worked Game 2 of the series.</p><p>If the Spurs win, Game 6 would be Tuesday in New York.</p><p>___</p><p>AP NBA: https://apnews.com/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3XCKIBQGVIDYAI3FBTSCVL42EM.jpg?auth=116be81f7a50aaf7ccefa11ba36e694ad654ae845d3d138e503d03832bd74fcc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks head coach Mike Brown speaks during a news conference prior to Game 5 of the NBA Finals basketball series against the San Antonio Spurs, Friday, June 12, 2026, in San Antonio. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</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/KK6VCAL62OEZHCJJVMXS2WRWNM.jpg?auth=342c2f5bc2584bd644ce421a1aec9d891e2e1b3ccce1d920cbf02c9ac932f263&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Players and fans celebrate after the New York Knicks' victory over the San Antonio Spurs in Game 4 of the NBA Finals basketball series, Wednesday, June 10, 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/SGZAZKWZ6ADS5KXZEJ4PUB5TEI.jpg?auth=00a59ba2883899d864b771deb6f0ccb5a8980d3ca819a51c72af744212205393&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama speaks during a news conference prior to Game 5 of the NBA Finals basketball series against the New York Knicks, Friday, June 12, 2026, in San Antonio. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DUA6HOC4D2PY2OG5EKY2XDBFUA.jpg?auth=1906b4aa7274ec391baf4914135871e06cf1a9121900f057eb5f64448dd502a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks center Karl-Anthony Towns (32) dunks past San Antonio Spurs forward Victor Wembanyama during the first half of Game 4 of the NBA Finals basketball series, Monday, June 8, 2026, in New York. (Al Bello/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Al Bello</media:credit></media:content></item><item><title><![CDATA[Humane Society of Broward seeks loving, permanent home for Madeline, other furry friends]]></title><link>https://www.local10.com/pets/2026/06/13/humane-society-of-broward-seeks-loving-permanent-home-for-madeline-other-furry-friends/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/06/13/humane-society-of-broward-seeks-loving-permanent-home-for-madeline-other-furry-friends/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Humane Society of Broward County is hoping to find a forever home for Madeline, a 3-year-old dog described by shelter officials as friendly, well-behaved and eager to be someone’s loyal companion.]]></description><pubDate>Sat, 13 Jun 2026 14:00:38 +0000</pubDate><content:encoded><![CDATA[<p>The Humane Society of Broward County is hoping to find a forever home for Madeline, a 3-year-old dog described by shelter officials as friendly, well-behaved and eager to be someone’s loyal companion.</p><p><a href="https://www.local10.com/espanol/2026/06/13/sociedad-protectora-de-animales-de-broward-busca-hogar-amoroso-y-permanente-para-madeline-y-otros-amigos-peludos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/13/sociedad-protectora-de-animales-de-broward-busca-hogar-amoroso-y-permanente-para-madeline-y-otros-amigos-peludos/">Leer en español</a></p><p>Madeline was featured Saturday on Local 10 News’ “Adopt a Pet” segment, where Humane Society of Broward County spokesperson Cherie Wachter highlighted the dog’s affectionate personality and adoption readiness.</p><p>“Madeline is perfect,” Wachter said. “She walks great on a leash. She’s not going to pull you down the sidewalk. She’s treat motivated, just a real love of a dog.”</p><p>The approximately 59-pound dog appears to get along with other dogs and is good with children, according to Wachter. She said Madeline quickly bonds with people and enjoys being close to them.</p><p>“If you sit on the floor, she thinks she’s a lapdog and she wants to get in your lap,” Wachter said.</p><p>Madeline was previously adopted but later returned to the shelter after developing a cough. Wachter said she has since been treated and is ready for a new home.</p><p>One medical issue remains: Madeline is heartworm positive. However, the shelter will provide treatment at no cost to her adopter.</p><p>“Heartworm is not contagious to people or pets,” Wachter said. “It’s spread through the bite of an infected mosquito.”</p><p>In addition to highlighting Madeline, Wachter promoted two rabbits available for adoption, Checkers and Domino. The pair, weighing about 8 and 9 pounds, are being housed in one of the shelter’s cat rooms because of their size.</p><p>The shelter is also preparing to host its first family puppy yoga event Monday. Two sessions are planned, and organizers said only a few spots remain available. Families can register through the Humane Society’s <a href="https://humanebroward.com" target="_self" rel="" title="https://humanebroward.com">website</a>.</p><p>Those interested in adopting Madeleine or other animals can visit the Humane Society of Broward County shelter on Griffin Road or complete a pre-adoption application online.</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[Sociedad Protectora de Animales de Broward busca hogar amoroso y permanente para Madeline y otros amigos peludos]]></title><link>https://www.local10.com/espanol/2026/06/13/sociedad-protectora-de-animales-de-broward-busca-hogar-amoroso-y-permanente-para-madeline-y-otros-amigos-peludos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/13/sociedad-protectora-de-animales-de-broward-busca-hogar-amoroso-y-permanente-para-madeline-y-otros-amigos-peludos/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La Humane Society del Condado Broward espera encontrar un hogar permanente para Madeline, una perra de 3 años descrita por funcionarios del refugio como amigable, bien educada y ansiosa por convertirse en la compañera leal de alguien.]]></description><pubDate>Sat, 13 Jun 2026 14:34:55 +0000</pubDate><content:encoded><![CDATA[<p>Sociedad Protectora de Animales del Condado Broward espera encontrar un hogar permanente para Madeline, una perra de 3 años descrita por funcionarios del refugio como amigable, bien educada y ansiosa por convertirse en la compañera leal de alguien.</p><p>Madeline fue presentada el sábado en el segmento “Adopta una Mascota” de Local 10 News, donde la portavoz de la Humane Society del Condado Broward, Cherie Wachter, destacó la personalidad cariñosa de la perra y su disposición para ser adoptada.</p><p>“Madeline es perfecta”, dijo Wachter. “Camina muy bien con correa. No va a arrastrarte por la acera. Le motivan las golosinas, es realmente una perra muy cariñosa”.</p><p>Según Wachter, la perra, que pesa aproximadamente 59 libras, parece llevarse bien con otros perros y es buena con los niños. Agregó que Madeline crea vínculos rápidamente con las personas y disfruta estar cerca de ellas.</p><p>“Si te sientas en el suelo, ella cree que es una perra faldera y quiere subirse a tu regazo”, dijo Wachter.</p><p>Madeline fue adoptada anteriormente, pero luego fue devuelta al refugio después de desarrollar una tos. Wachter indicó que ya recibió tratamiento y está lista para un nuevo hogar.</p><p>Aún queda un problema médico: Madeline es positiva a gusano del corazón. Sin embargo, el refugio proporcionará el tratamiento sin costo para quien la adopte.</p><p>“El gusano del corazón no es contagioso para las personas ni para las mascotas”, dijo Wachter. “Se transmite a través de la picadura de un mosquito infectado”.</p><p>Además de promover a Madeline, Wachter presentó a dos conejos disponibles para adopción, Checkers y Domino. La pareja, que pesa aproximadamente 8 y 9 libras, está alojada en una de las salas para gatos del refugio debido a su tamaño.</p><p>El refugio también se prepara para realizar el lunes su primer evento familiar de yoga con cachorros. Hay dos sesiones programadas y los organizadores indicaron que solo quedan unos pocos espacios disponibles. Las familias pueden registrarse a través del sitio web de la Humane Society.</p><p>Quienes estén interesados en adoptar a Madeline u otros animales pueden visitar el refugio de la Humane Society del Condado Broward en Griffin Road o completar una solicitud de preadopción en línea.</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, Janine Stanwood]]></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[Busca Policía de Margate a adulto mayor reportado como desaparecido y en peligro]]></title><link>https://www.local10.com/espanol/2026/06/13/busca-policia-de-margate-a-adulto-mayor-reportado-como-desaparecido-y-en-peligro/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/13/busca-policia-de-margate-a-adulto-mayor-reportado-como-desaparecido-y-en-peligro/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[El Departamento de Policía de Margate pidió la ayuda del público el sábado para localizar a una mujer de edad avanzada reportada como desaparecida y en peligro.]]></description><pubDate>Sat, 13 Jun 2026 14:26:13 +0000</pubDate><content:encoded><![CDATA[<p>El Departamento de Policía de Margate pidió la ayuda del público este sábado para localizar a una mujer de edad avanzada reportada como desaparecida y en peligro.</p><p>La Policía indicó que Inara Reina, de 78 años, fue vista por última vez alrededor de las 8:30 a.m. del viernes en una vivienda ubicada en la cuadra 7600 de Northwest 18th Street en Margate.</p><p>Reina es descrita como una mujer de 5 pies y 6 pulgadas de estatura, con un peso aproximado de 110 libras y cabello blanco. La Policía informó que fue vista por última vez vistiendo una camisa blanca y leggings rosados.</p><p>Según los investigadores, Reina podría estar conduciendo una Volkswagen Tiguan plateada con placa de Florida HZJR86.</p><p>Las autoridades señalaron que Reina cumple con los criterios de un adulto desaparecido y en peligro.</p><p>Cualquier persona con información sobre su paradero debe comunicarse con el Departamento de Policía de Margate al 954-972-7111.</p>]]></content:encoded></item><item><title><![CDATA[Margate police seek senior reported missing, endangered]]></title><link>https://www.local10.com/news/local/2026/06/13/margate-police-seek-senior-reported-missing-endangered/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/13/margate-police-seek-senior-reported-missing-endangered/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Margate Police Department asked for the public’s help Saturday in locating an elderly woman reported missing and endangered. ]]></description><pubDate>Sat, 13 Jun 2026 11:23:41 +0000</pubDate><content:encoded><![CDATA[<p>The Margate Police Department asked for the public’s help Saturday in locating an elderly woman reported missing and endangered. </p><p><a href="https://www.local10.com/espanol/2026/06/13/busca-policia-de-margate-a-adulto-mayor-reportado-como-desaparecido-y-en-peligro/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/13/busca-policia-de-margate-a-adulto-mayor-reportado-como-desaparecido-y-en-peligro/">Leer en español</a></p><p>Police said Inara Reina, 78, was last seen around 8:30 a.m. Friday at a home in the 7600 block of Northwest 18th Street in Margate.</p><p>Reina is described as 5 feet 6 inches tall, weighing about 110 pounds, with white hair. Police said she was last seen wearing a white shirt and pink leggings.</p><p>According to investigators, Reina may be driving a silver Volkswagen Tiguan with Florida tag HZJR86.</p><p>Authorities said Reina meets the criteria for a missing, endangered adult.</p><p>Anyone with information about her whereabouts is urged to contact the Margate Police Department at 954-972-7111.</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[Homestead police search for missing, possibly endangered 16-year-old girl with bipolar disorder ]]></title><link>https://www.local10.com/news/local/2026/06/13/homestead-police-search-for-missing-possibly-endangered-16-year-old-girl-with-bipolar-disorder/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/13/homestead-police-search-for-missing-possibly-endangered-16-year-old-girl-with-bipolar-disorder/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Police asked for the public’s Saturday help in locating a missing and possibly endangered 16-year-old girl who they say was last seen Thursday morning in Homestead.]]></description><pubDate>Sat, 13 Jun 2026 10:26:14 +0000</pubDate><content:encoded><![CDATA[<p>Police asked for the public’s Saturday help in locating a missing and possibly endangered 16-year-old girl who they say was last seen Thursday morning in Homestead.</p><p><a href="https://www.local10.com/espanol/2026/06/13/busca-policia-de-homestead-a-adolescente-de-16-anos-desaparecida-y-posiblemente-en-peligro-con-trastorno-bipolar/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/13/busca-policia-de-homestead-a-adolescente-de-16-anos-desaparecida-y-posiblemente-en-peligro-con-trastorno-bipolar/">Leer en español</a></p><p>According to the Homestead Police Department, Normayia Mayfield was last seen around 8 a.m. Thursday in the 500 block of Southwest Sixth Street.</p><p>Police said Normayia is 5 feet, 6 inches tall, has black and blonde short hair, brown eyes, and no tattoos or scars. </p><p>They said Mayfield was wearing a green romper, black-and-red checkered pants and a pink leopard-print head covering when she was last seen.</p><p>Police said Mayfield suffers from bipolar disorder and schizophrenia. </p><p>According to investigators, her mother told officers that Mayfield is not in the right state of mind and has refused to take her prescribed medications.</p><p>Anyone with information on her whereabouts is urged to call the Homestead Police Department at 305-247-1535 or Miami-Dade Crime Stoppers at 305-471-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RMVPI7Q4K5CO7CSSIFSCK3HOAE.jpg?auth=02b4d1fc731024f9fe3c9c68787c006acc6fe210a74f2576f5f34559349c8e6d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Busca Policía de Homestead a adolescente de 16 años desaparecida y posiblemente en peligro con trastorno bipolar]]></title><link>https://www.local10.com/espanol/2026/06/13/busca-policia-de-homestead-a-adolescente-de-16-anos-desaparecida-y-posiblemente-en-peligro-con-trastorno-bipolar/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/13/busca-policia-de-homestead-a-adolescente-de-16-anos-desaparecida-y-posiblemente-en-peligro-con-trastorno-bipolar/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La Policía pidió la ayuda del público este sábado para localizar a una adolescente de 16 años desaparecida y posiblemente en peligro, a quien, según las autoridades, vieron por última vez la mañana del jueves en Homestead.]]></description><pubDate>Sat, 13 Jun 2026 14:22:50 +0000</pubDate><content:encoded><![CDATA[<p>La Policía pidió la ayuda del público este sábado para localizar a una adolescente de 16 años desaparecida y posiblemente en peligro, a quien, según las autoridades, vieron por última vez la mañana del jueves en Homestead.</p><p>Según el Departamento de Policía de Homestead, Normayia Mayfield fue vista por última vez alrededor de las 8 a.m. del jueves en la cuadra 500 de Southwest Sixth Street.</p><p>La Policía indicó que Normayia mide 5 pies y 6 pulgadas de estatura, tiene el cabello corto negro y rubio, ojos marrones y no tiene tatuajes ni cicatrices.</p><p>Las autoridades informaron que Mayfield vestía un romper verde, pantalones a cuadros negros y rojos y una cubierta para la cabeza con estampado de leopardo rosa cuando fue vista por última vez.</p><p>La Policía dijo que Mayfield padece trastorno bipolar y esquizofrenia.</p><p>Según los investigadores, su madre informó a los agentes que Mayfield no se encuentra en el estado mental adecuado y se ha negado a tomar los medicamentos que le fueron recetados.</p><p>Cualquier persona con información sobre su paradero debe llamar al Departamento de Policía de Homestead al 305-247-1535 o a Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RMVPI7Q4K5CO7CSSIFSCK3HOAE.jpg?auth=02b4d1fc731024f9fe3c9c68787c006acc6fe210a74f2576f5f34559349c8e6d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Boy, 5, struck by car in Lauderhill suffers minor injuries, cops say]]></title><link>https://www.local10.com/news/local/2026/06/13/boy-5-struck-by-car-in-lauderhill-suffers-minor-injuries-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/13/boy-5-struck-by-car-in-lauderhill-suffers-minor-injuries-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 5-year-old boy was taken to a hospital with minor injuries after being struck by a sedan in Lauderhill on Friday, police confirme]]></description><pubDate>Sat, 13 Jun 2026 11:50:08 +0000</pubDate><content:encoded><![CDATA[<p>A 5-year-old boy was taken to a hospital with minor injuries after being struck by a driver in a sedan in Lauderhill on Friday night, police confirmed. </p><p><a href="https://www.local10.com/espanol/2026/06/13/atropellan-a-nino-de-5-anos-en-lauderhill-sufre-heridas-leves-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/13/atropellan-a-nino-de-5-anos-en-lauderhill-sufre-heridas-leves-dice-la-policia/">Leer en español</a></p><p>According to Lauderhill Police Sgt. Parys Thomas, officers responded to the crash and found the boy had been hit by a vehicle. </p><p>Police said the boy was transported to a hospital for treatment of minor injuries.</p><p>They said the driver remained at the scene and the boy’s parents were present at the time of the incident.</p><p>Thomas said the case is being investigated as a “regular traffic accident” and that there are no indications of any criminal wrongdoing.</p><p>No additional details about the circumstances of the crash were immediately available.</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[Atropellan a niño de 5 años en Lauderhill; sufre heridas leves, dice la Policía]]></title><link>https://www.local10.com/espanol/2026/06/13/atropellan-a-nino-de-5-anos-en-lauderhill-sufre-heridas-leves-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/13/atropellan-a-nino-de-5-anos-en-lauderhill-sufre-heridas-leves-dice-la-policia/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un niño de 5 años fue trasladado a un hospital con heridas leves después de ser atropellado por un sedán en Lauderhill el viernes, confirmó la Policía.]]></description><pubDate>Sat, 13 Jun 2026 14:12:48 +0000</pubDate><content:encoded><![CDATA[<p>Un niño de 5 años fue trasladado a un hospital con heridas leves después de ser atropellado por el conductor de un sedán en Lauderhill la noche del viernes, confirmó la Policía.</p><p>Según el sargento Parys Thomas, de la Policía de Lauderhill, los agentes acudieron al accidente y encontraron que el niño había sido atropellado por un vehículo.</p><p>La Policía indicó que el menor fue trasladado a un hospital para recibir tratamiento por heridas leves.</p><p>También informó que el conductor permaneció en el lugar y que los padres del niño estaban presentes al momento del incidente.</p><p>Thomas dijo que el caso está siendo investigado como un “accidente de tránsito regular” y que no hay indicios de conducta criminal.</p><p>No se dieron a conocer de inmediato más detalles sobre las circunstancias del accidente.</p>]]></content:encoded></item><item><title><![CDATA[4 rescued after boat takes on water off Key Biscayne ]]></title><link>https://www.local10.com/news/local/2026/06/13/4-rescued-after-boat-takes-on-water-off-key-biscayne/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/13/4-rescued-after-boat-takes-on-water-off-key-biscayne/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Four people were rescued Friday after their vessel began taking on water about seven miles south of Key Biscayne, according to U.S. Coast Guard officials. ]]></description><pubDate>Sat, 13 Jun 2026 13:08:23 +0000</pubDate><content:encoded><![CDATA[<p>Four people were rescued Friday after their boat began taking on water about seven miles south of Key Biscayne, according to U.S. Coast Guard officials. </p><p><a href="https://www.local10.com/espanol/2026/06/13/rescatan-a-cuatro-personas-tras-hacer-agua-embarcacion-frente-a-key-biscayne/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/13/rescatan-a-cuatro-personas-tras-hacer-agua-embarcacion-frente-a-key-biscayne/">Leer en español</a></p><p>Officials said a crew from the USCG’s Miami Beach station responded to the distress situation and safely rescued all four individuals aboard the boat.</p><p>They said the rescued boaters were transported to a local marina. No injuries have been reported at this time. </p><p>Officials said the operation highlighted the coordination between its personnel and partner agencies involved in the rescue effort.</p><p>Authorities have not said what caused the boat to take on water. </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/E3AAS5HXH5D47MWLI2RTF3OCSQ.jpg?auth=7575c0cc2f2554f56318ec1528c2b7edf5c688c4a083fc1f87c74435c45ab197&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Judge orders Trump administration to restore National Park changes at sites that 'disparaged' US]]></title><link>https://www.local10.com/news/politics/2026/06/13/judge-orders-trump-administration-to-restore-national-park-changes-at-sites-that-disparaged-us/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/13/judge-orders-trump-administration-to-restore-national-park-changes-at-sites-that-disparaged-us/</guid><dc:creator><![CDATA[By HALLIE GOLDEN and KIMBERLEE KRUESI, Associated Press]]></dc:creator><description><![CDATA[A federal judge on Friday ordered the Trump administration to restore sites changed under an executive order calling for the nation’s museums, parks and landmarks to not display elements that “inappropriately disparage Americans past or living.”]]></description><pubDate>Sat, 13 Jun 2026 17:47:11 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge on Friday ordered the Trump administration to restore sites changed under an executive order calling for the nation’s museums, parks and landmarks to not display elements that “inappropriately disparage Americans past or living.”</p><p>The preliminary injunction issued by U.S. District Judge Angel Kelley in Massachusetts also orders a pause on any additional changes, writing that the plaintiffs have shown that these efforts are meant “to rewrite the Nation’s history with a white-out pen.”</p><p>“History cannot be faithfully told while excluding the experiences of communities whose contributions, struggles, and achievements form an important part of our Nation’s story,” the judge wrote.</p><p>The Trump administration must also provide a status report every week describing the progress they’ve made with these changes, the judge wrote.</p><p>“Under the guise of promoting American dignity, this Administration seeks to share a limited history by ordering the removal of all signs, displays, and interpretive exhibits at National Parks that do not align with its preferred narrative, thereby telling half-truths,” Kelley wrote.</p><p>The order comes in response to a February lawsuit filed by conservation and historical organizations over National Park Service policies that the groups say have forced park service staff to remove or censor dozens of exhibits that share factually accurate and relevant U.S. history and scientific knowledge, including about slavery and climate change.</p><p>Many of the changes were at Philadelphia’s Independence National Historical Park, where the administration removed exhibits on the lives of nine people enslaved at the site in the 1790s under George Washington, the first U.S. president. Other changes included removing a sign at Sunset Crater Volcano National Monument in Arizona describing basalt bubbles because it had an image of a visitor holding a Pride flag while films on labor history were removed from the Lowell National Historical Park in Massachusetts.</p><p>President Donald Trump signed the executive order “restoring truth and sanity to American history” at the nation’s museums, parks and landmarks last year. Interior Secretary Doug Burgum later directed removal of “improper partisan ideology” from museums, monuments, landmarks and other public exhibits under federal control.</p><p>An email seeking comment from the Interior Department was sent Saturday.</p><p>Alan Spears, senior director for cultural resources for the National Parks Conservation Association, one of the organizations that brought the lawsuit, said the ruling will help protect national parks from the administration's effort “to erase history and science at these one-of-a-kind places.”</p><p>“National parks belong to the American people and censorship of any kind goes against the values these places represent,” he said.</p><p>Bill Wade, executive director for the Association of National Park Rangers, another organization that brought the lawsuit, said this is especially good news for National Parks employees who “have prided themselves for being able to provide truthful, accurate and unbiased information."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XQMFAV4SC3LZEJUGJO4J44RVI4.jpg?auth=faba6c08df35640849bba90f61e39edf375891dee423091c472554e5691903ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump walks to board his limousine at the North Portico of the White House, Saturday, June 13, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Rescatan a cuatro personas tras hacer agua embarcación frente a Key Biscayne]]></title><link>https://www.local10.com/espanol/2026/06/13/rescatan-a-cuatro-personas-tras-hacer-agua-embarcacion-frente-a-key-biscayne/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/13/rescatan-a-cuatro-personas-tras-hacer-agua-embarcacion-frente-a-key-biscayne/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Cuatro personas fueron rescatadas el viernes después de que su embarcación comenzara a hacer agua a unas siete millas al sur de Key Biscayne, según funcionarios de la Guardia Costera de Estados Unidos.]]></description><pubDate>Sat, 13 Jun 2026 14:08:04 +0000</pubDate><content:encoded><![CDATA[<p>Cuatro personas fueron rescatadas el viernes después de que su embarcación comenzara a hacer agua a unas siete millas al sur de Key Biscayne, según funcionarios de la Guardia Costera de Estados Unidos.</p><p>Los funcionarios informaron que una tripulación de la estación de Miami Beach de la Guardia Costera respondió a la situación de emergencia y rescató de manera segura a las cuatro personas a bordo de la embarcación.</p><p>Indicaron que los navegantes rescatados fueron trasladados a una marina local. Hasta el momento no se han reportado heridos.</p><p>Los funcionarios señalaron que la operación destacó la coordinación entre su personal y las agencias asociadas involucradas en el esfuerzo de rescate.</p><p>Las autoridades no han informado qué provocó que la embarcación comenzara a hacer agua.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E3AAS5HXH5D47MWLI2RTF3OCSQ.jpg?auth=7575c0cc2f2554f56318ec1528c2b7edf5c688c4a083fc1f87c74435c45ab197&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Coconut Rice with Pork & Scallions]]></title><link>https://www.local10.com/soflo-taste/2026/06/13/coconut-rice-with-pork-scallions/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/06/13/coconut-rice-with-pork-scallions/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[Nice Pork & Rice]]></description><pubDate>Sat, 13 Jun 2026 14:08:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Coconut rice with Pork &amp; Scallions</b></u></p><p>4 scallions, thoroughly washed, thinly slice white and lighter green parts, then slice dark green parts and set aside for garnish</p><p>3 tablespoons peanut oil</p><p>½ pound ground pork</p><p>1 tablespoon good quality fish sauce</p><p>1 tablespoon peeled, minced ginger</p><p>1 tablespoon minced garlic</p><p>1 cup medium grain rice</p><p>1 cup chicken stock</p><p>¾ cup coconut milk (shake can before opening)</p><p><b>For garnish:</b></p><p>chopped cilantro </p><p>lime wedges</p><p>1 Serrano chili, sliced thin (optional)</p><p>Heat 1 tablespoon of the oil over medium heat in a heavy bottom skillet.</p><p>Add the pork, minced garlic and ginger and cook, breaking up meat with a wooden spoon. When meat is no longer pink, add fish sauce and cook for two minutes stirring. Transfer meat to a bowl and cover.</p><p>DO NOT CLEAN PAN.</p><p>Add ½ tablespoon of the oil to the pan and add the white and light green sliced scallions. Cook for about a minute. Add rice and stir to coat, until rice is shiny. Add the stock and coconut milk, stir to combine and cover. When the liquid boils, turn the heat down to a simmer and cook for 20 minutes, covered.</p><p>When the rice is cooked, remove the lid from the pan and stir to fluff the rice. Stir in the reserved pork. Finish with a squeeze of juice from a lime wedge. Garnish with chopped cilantro and the green part of scallions. If desired, serve with sliced Serrano chili.</p><p>Serve immediately.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YOYS75MOEZHA3NQ77DYH5ZVRLM.jpeg?auth=e934320ef4112a7baa5b8585cec8b94bf7f6a33aedc4ad5893f5245f390f3ec2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></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><a href="https://www.local10.com/espanol/2026/06/13/cazadores-de-tesoros-de-los-cayos-encuentran-barra-de-plata-de-naufragio-de-400-anos-de-antiguedad/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/13/cazadores-de-tesoros-de-los-cayos-encuentran-barra-de-plata-de-naufragio-de-400-anos-de-antiguedad/">Leer en español</a></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[Cazadores de tesoros de los Cayos encuentran barra de plata de naufragio de 400 años de antigüedad]]></title><link>https://www.local10.com/espanol/2026/06/13/cazadores-de-tesoros-de-los-cayos-encuentran-barra-de-plata-de-naufragio-de-400-anos-de-antiguedad/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/13/cazadores-de-tesoros-de-los-cayos-encuentran-barra-de-plata-de-naufragio-de-400-anos-de-antiguedad/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Una pieza de tesoro encontrada en el mar fue llevada a tierra el jueves.]]></description><pubDate>Sat, 13 Jun 2026 14:04:27 +0000</pubDate><content:encoded><![CDATA[<p>Un hallazgo que no se veía desde hace casi 30 años llegó a tierra en los Cayos de Florida el jueves: una barra de plata de 22 libras del famoso naufragio del Atocha.</p><p>“Fue nuestra última inmersión del día, eran casi las 7 en punto”, recordó el buzo principal Blake Baker.</p><p>Baker dijo que el capitán de la embarcación de rescate DARE, Drake Nicholas, era quien estaba bajo el agua con una tripulación. Forman parte de Mel Fisher’s Shipwreck Expeditions.</p><p>“Estábamos en un área con muchas señales de detectores de metales”, dijo Nicholas. “Esta estaba más profunda”.</p><p>Después de golpear el objeto con un cuchillo y examinar la superficie, Nicholas dijo que vio marcas reveladoras consistentes con una barra de plata.</p><p>“No lo creí en ese momento”, dijo.</p><p>La barra de plata estaba cubierta por más de 400 años de incrustaciones marinas y será llevada a un laboratorio para su examen.</p><p>Sean Browne, de Mel Fisher’s Shipwreck Expeditions, dijo que la barra tiene un valor estimado de $100,000 USD. Es probable que se conserve intacta como objeto histórico.</p><p>Los tesoros descubiertos, como la barra, se dividen entre los inversionistas y luego la familia Fisher, dijo Browne.</p><p>El Atocha era un barco cargado de tesoros con destino a España en 1622, pero un poderoso huracán lo hundió entre Key West y Dry Tortugas.</p><p>Nunca volvió a ser visto, hasta más de 300 años después, cuando el explorador Mel Fisher comenzó a encontrar su tesoro hundido en la década de 1970.</p>]]></content:encoded></item><item><title><![CDATA[Accidente con volcadura en Hollywood envía auto contra vivienda, por poco no alcanza a residentes dormidos]]></title><link>https://www.local10.com/espanol/2026/06/13/accidente-con-volcadura-en-hollywood-envia-auto-contra-vivienda-por-poco-no-alcanza-a-residentes-dormidos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/13/accidente-con-volcadura-en-hollywood-envia-auto-contra-vivienda-por-poco-no-alcanza-a-residentes-dormidos/</guid><dc:creator><![CDATA[Jolena Esperto, Ryan Mackey]]></dc:creator><description><![CDATA[Un accidente con volcadura envió un auto contra una vivienda en Hollywood la madrugada de este sábado, dejando daños materiales significativos, pero sin heridos reportados.]]></description><pubDate>Sat, 13 Jun 2026 13:58:00 +0000</pubDate><content:encoded><![CDATA[<p>Un accidente con volcadura envió un auto contra una vivienda en Hollywood la madrugada de este sábado, dejando daños materiales significativos.</p><p>El accidente ocurrió alrededor de las 4:30 a.m. cerca de la cuadra 1400 de Tyler Street, según la Policía de Hollywood.</p><p>Un auto se volcó y terminó sobre su techo en el patio delantero de una vivienda después de chocar con otro vehículo. El impacto envió el vehículo a través de una cerca y contra la parte frontal de la casa, dañando el área de la sala.</p><p>La Policía indicó que los ocupantes de los vehículos y de la vivienda no resultaron heridos.</p><p>Una residente de la vivienda dijo a Jolena Esperto, de Local 10, que ella y su madre estaban dormidas cuando ocurrió el accidente.</p><p>“Mi mamá y yo estábamos durmiendo y luego escuchamos un golpe súper fuerte”, dijo Eliana, una mujer que vive en la vivienda, a Esperto. “Inmediatamente supe que quizás algo había golpeado la casa”.</p><p>Eliana dijo que ella y su madre salieron al exterior y descubrieron el auto volcado junto a la vivienda.</p><p>“Golpearon la sala”, agregó. “Gracias a Dios no fue el dormitorio porque yo estaba del otro lado”.</p><p>Eliana dijo que el accidente ocurrió cerca del dormitorio de su madre, donde la cabecera de la cama estaba colocada contra la pared más cercana al impacto.</p><p>A pesar de los daños, nadie dentro de la vivienda resultó herido. Los conductores involucrados en el accidente también parecían haber evitado lesiones graves.</p><p>El auto dañado fue retirado posteriormente del lugar por una grúa. Un segundo vehículo involucrado en la colisión, un Audi blanco, también fue remolcado.</p><p>Eliana dijo que ella y su madre se mudaron recientemente a la vivienda y que el exceso de velocidad ha sido una preocupación en el vecindario. Indicó que la Policía de Hollywood le dijo que los vehículos podrían haber estado viajando a velocidades de 80 mph o más antes del accidente.</p><p>“Hay como conductos de ventilación sobre el techo”, agregó. “El auto literalmente voló sobre la casa y golpeó el otro lado. Definitivamente iban muy, muy rápido para causar los daños que causaron”.</p><p>Las autoridades no han divulgado detalles sobre qué provocó la colisión. El accidente continúa bajo investigación.</p>]]></content:encoded></item><item><title><![CDATA[Hollywood rollover crash sends car into home, narrowly missing sleeping residents]]></title><link>https://www.local10.com/news/local/2026/06/13/hollywood-rollover-crash-sends-car-into-home-narrowly-missing-sleeping-residents/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/13/hollywood-rollover-crash-sends-car-into-home-narrowly-missing-sleeping-residents/</guid><dc:creator><![CDATA[Jolena Esperto, Ryan Mackey]]></dc:creator><description><![CDATA[A rollover crash sent a car into a Hollywood home early Saturday morning, leaving significant property damage but no reported injuries.]]></description><pubDate>Sat, 13 Jun 2026 11:24:05 +0000</pubDate><content:encoded><![CDATA[<p>A rollover crash sent a car into a Hollywood home early Saturday morning, leaving significant property damage. </p><p><a href="https://www.local10.com/espanol/2026/06/13/accidente-con-volcadura-en-hollywood-envia-auto-contra-vivienda-por-poco-no-alcanza-a-residentes-dormidos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/13/accidente-con-volcadura-en-hollywood-envia-auto-contra-vivienda-por-poco-no-alcanza-a-residentes-dormidos/">Leer en español</a></p><p>The crash occurred around 4:30 a.m. near the 1400 block of Tyler Street, according to Hollywood police. </p><p>A car overturned and came to rest on its roof in the front yard of a home after colliding with another car. The impact sent the vehicle through a fence and into the front of the house, damaging the living room area.</p><p>Police said the occupants of the vehicles and the home were not injured. </p><p>A resident of the home told Local 10’s Jolena Esperto that she and her mother were asleep when the crash occurred.</p><p>“Me and my mom were sleeping and then we heard a super loud bang,” said Eliana, a woman who lives at the home told Esperto. “I immediately knew that perhaps something had hit the house.”</p><p>Eliana said she and her mother went outside and discovered the overturned car against the home.</p><p>“They hit the living room,” she added. “Thank God it wasn’t the bedroom because I was on the other side.”</p><p>Eliana said the crash occurred close to her mother’s bedroom, where the headboard was positioned against the wall nearest the impact.</p><p>Despite the damage, no one inside the home was hurt. The drivers involved in the crash also appeared to have escaped serious injury.</p><p>The damaged car was later removed from the scene by a tow truck. A second vehicle involved in the collision, a white Audi, was also towed away.</p><p>Eliana said she and her mother recently moved into the home and that speeding has been a concern in the neighborhood. She said Hollywood police told her the vehicles may have been traveling at speeds of 80 mph or higher before the crash.</p><p>“There’s like vents over the roof,” she added. “The car literally flew over the house (and) hit the other side. They were definitely going very, very fast for it to do the damage that it did.” </p><p>Authorities have not released details about what led to the collision. The crash remains under investigation.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Lemon Pasta with Asparagus & Peas]]></title><link>https://www.local10.com/soflo-taste/2026/06/13/lemon-pasta-with-asparagus-peas/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/06/13/lemon-pasta-with-asparagus-peas/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[Bright Pasta & Veggies]]></description><pubDate>Sat, 13 Jun 2026 13:12:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Lemon Pasta with Asparagus &amp; Peas</b></u></p><p>8 ounces dried spaghetti</p><p>1 pound asparagus spears, woody ends trimmed and discarded, stalks cut in thirds</p><p>2 cups fresh peas (if not available, frozen is fine)</p><p>2 garlic cloves, grated on a microplane</p><p>2 tablespoons olive oil</p><p>2 tablespoons butter</p><p>zest and juice of 1 lemon</p><p>salt and black pepper, to taste</p><p>¼ cup chopped Italian parsley leaves</p><p>Bring a large pot of water to a strong boil. Season with salt, then add pasta. Cook according to package directions for “al dente.” Set aside about 1 cup cooking water, then drain pasta.</p><p>Heat a skillet over medium heat with the olive oil. Add the garlic and cook until fragrant (about 2-3 minutes) add the asparagus and peas, lemon juice and zest about ½ cup of the pasta water. As it reduces, add the cooked pasta to the pan, the butter, a little more water if needed and the parsley. Give it a stir and serve.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7L3PL4M2M5GMLBJKQ36ABB5LOM.jpeg?auth=3cb42b360beb04b7d36b2782c2eb1eda8cf03b7d78ce665b376ce247a4be876f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Sheet Pan Chicken]]></title><link>https://www.local10.com/soflo-taste/2026/06/13/sheet-pan-chicken/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/06/13/sheet-pan-chicken/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[One Pan Chicken]]></description><pubDate>Sat, 13 Jun 2026 13:10:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Sheet Pan Chicken</b></u></p><p>1 pound fingerling or tiny potatoes, cut in half</p><p>1 pint grape tomatoes cut in half</p><p>1 red onion, thinly sliced</p><p>3 tablespoons extra virgin olive oil</p><p>salt and pepper, to taste</p><p>2 pounds boneless skinless chicken breasts, cut in quarters</p><p>juice of 1 lemon, freshly squeezed</p><p>1 lemon sliced into thin slices, seeds removed</p><p>6 garlic cloves, grated on a microplane </p><p>½ teaspoon red crushed chili flake</p><p>1 teaspoon paprika</p><p>1 teaspoon dried oregano</p><p>1 cup pitted Castelvetrano olives or your favorite olives, pitted</p><p>1 bunch broccolini, woody ends trimmed and discarded</p><p>¼ cup crumbled feta cheese</p><p>¼ cup chopped Italian parsley leaves</p><p>Heat oven to 425˚F.</p><p>In a large bowl, combine the potatoes, HALF of the tomatoes, red onion, and 1 tablespoon olive oil. Season with 1 teaspoon salt and ¼ teaspoon pepper, toss to combine. Place on a rimmed baking sheet that has been lined with parchment paper. Cook for 12 minutes. Remove from the oven.</p><p>Using the same bowl, combine chicken, lemon juice and slices, minced garlic into the bowl, remaining HALF of the tomatoes. Add 1 teaspoon kosher salt, ¼ teaspoon black pepper, chili flake, paprika, oregano, olive oil and olives. Place everything on and around the other ingredients on the baking sheet. Bake for another 25 minutes.</p><p>Remove the pan from the oven and place the broccolini around the sheet pan and top everything with the feta and parsley. Place back in the oven for another 10 minutes or until the chicken is fully cooked.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XS3QHDHERVAHVIG5KG5XBUZUHQ.jpeg?auth=2916596b72d0df022bd9c9e114fbbddb49bf2c857520dc98e5dd0e9493280ecc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[North Miami man accused of stabbing victim 7 times ]]></title><link>https://www.local10.com/news/local/2026/06/12/north-miami-man-accused-of-stabbing-victim-7-times/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/12/north-miami-man-accused-of-stabbing-victim-7-times/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A North Miami man is facing an attempted murder charge after police say he stabbed another man multiple times inside a residence, leaving the victim with life-threatening injuries.]]></description><pubDate>Fri, 12 Jun 2026 18:45:08 +0000</pubDate><content:encoded><![CDATA[<p>A North Miami man is facing an attempted murder charge after police say he <a href="https://www.local10.com/news/local/2026/06/11/man-hospitalized-after-being-stabbed-in-north-miami/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/11/man-hospitalized-after-being-stabbed-in-north-miami/">stabbed another man multiple times at his home</a>, leaving the victim with life-threatening injuries.</p><p><a href="https://www.local10.com/espanol/2026/06/12/acusan-a-hombre-de-north-miami-de-apunalar-a-victima-siete-veces/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/acusan-a-hombre-de-north-miami-de-apunalar-a-victima-siete-veces/">Leer en español</a></p><p>The suspect arrested in the case was identified by North Miami police on Friday as 53-year-old James Mackenzie. </p><p>According to an arrest report obtained by Local 10, officers responded around 10:45 a.m. Thursday to the 500 block of Northeast 132nd Terrace in reference to a reported stabbing.</p><p>Police said they located Mackenzie with blood on his hands in the backyard near an efficiency at the back of his home. </p><p>Investigators conducted a safety sweep of the home and located the victim who they say was “suffering from multiple stab wounds to the chest.” </p><p>The report states that the victim was seated in a walker used as a wheelchair and was having difficulty breathing and speaking after he was stabbed. </p><p>Police said Miami-Dade Fire Rescue medics transported the victim to HCA Florida Aventura Hospital for treatment. </p><p>Hospital staff later told investigators the victim had been stabbed approximately seven times, with at least one wound piercing his heart, according to the report. Police said the victim, who has not yet been identified, remains in critical condition as of Friday afternoon. </p><p>Investigators said while inside the home, they found large amounts of blood in a bedroom where the victim was discovered. </p><p>They also confirmed that a small folding pocketknife with what appeared to be blood on it was also located inside Mackenzie’s home. </p><p>The report states other residents heard an argument between Mackenzie and the victim but did not witness the stabbing. </p><p>A surveillance camera inside the home captured audio of the victim saying, “I’m bleeding everywhere, please. I need to go to the hospital,” according to the report.</p><p>Police said Mackenzie made several statements that were redacted from the publicly released report before invoking his right to an attorney after being read his Miranda rights.</p><p>Jail records show he is facing one count of second-degree attempted murder.</p><p>As of Friday afternoon, he was being held without bond at the Turner Guilford Knight Correctional Center. He was also ordered by Judge Mindy Glazer to stay away from the victim. </p><p>A motive for the stabbing remains unclear at this time. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q6W7ULFAY5GH5GM7KGNCSZOLKU.jpg?auth=c2b815acbf858c0a209683d96a9a55c3e47a0ce1e2fadb42a8ac9ae245c07b93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Inside the crowd drawn to Trump's unusual UFC fight night at the White House]]></title><link>https://www.local10.com/news/politics/2026/06/13/inside-the-crowd-drawn-to-trumps-unusual-ufc-fight-night-at-the-white-house/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/13/inside-the-crowd-drawn-to-trumps-unusual-ufc-fight-night-at-the-white-house/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — One by one, the burly mixed martial arts fighters made their entrance past the solemn, hulking marble statue of America's 16th president and jogged down the steps of the Lincoln Memorial to roars from thousands of fans drawn to the unusual sporting weekend marking the nation's 250th anniversary and President Donald Trump's 80th birthday.]]></description><pubDate>Sat, 13 Jun 2026 12:55:22 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — One by one, the burly mixed martial arts fighters made their entrance past the solemn, hulking marble statue of America's 16th president and jogged down the steps of the Lincoln Memorial to roars from thousands of fans drawn to the unusual sporting weekend marking the nation's 250th anniversary and President Donald Trump's 80th birthday.</p><p>The news conference Friday night featured the fighters who are preparing to face off Sunday in the Octagon built outside the White House. But it was also a chance to see the UFC fans who have thronged to Washington and endured lightning, humidity and bugs for the spectacle.</p><p>Tracy Philbeck and his son Levi drove from Charlotte, North Carolina, with a group of friends to support their favorite fighter, American Justin Gaethje, in the upcoming lightweight title bout against Georgian Ilia Topuria.</p><p>"You will hear an eagle screaming when Justin Gaethje wins,” the elder Philbeck chuckled.</p><p>David Halstead journeyed from Albany, in Western Australia, to watch the sport he has loved for a decade. Halstead said Trump, who regularly attends the fights, “put UFC on the map."</p><p>The UFC has said it spent $60 million on this weekend's festivities, and Republican president has billed it as “the greatest show on earth.”</p><p>Not everyone agrees.</p><p>The Public Integrity Project described the event as a “private, commercial, corrupt use of our most sacred national monuments for private gain” in a lawsuit the watchdog group filed to try to stop it from happening on federal land. A federal judge ruled on Friday that the White House was allowed to go ahead.</p><p>Only about 1 in 10 U.S. adults consider themselves mixed martial arts fans, according to Ipsos Sports polling conducted in February and March. That polling suggests MMA fans skew male and nonwhite. They are more likely to identify as Republicans than Democrats.</p><p>“One misconception is that everyone who watches UFC is a Trump supporter, but that’s not the case," said Ricardo Rodriguez, 24, explaining he loves the physicality of the sport. “People also expect a knock out every time," he said.</p><p>Ellie Louizes, who practices Muay Thai, or Thai kickboxing, and jujitsu martial arts, drove from Daytona Beach, Florida, with her boyfriend, Jacob Purvis.</p><p>Female fans of MMA are the minority. But Louizes said she knows a lot of women who get into watching the sport through their male partners. She said “female fighters are often way more aggressive” than the men.</p><p>Fans brushed off the criticism about White House as host</p><p>The fans at the Lincoln Memorial brushed off criticism about the bouts being held at the White House.</p><p>Holding fights at the “People's House,” Tracy Philbeck said, "goes back to the days of Teddy Roosevelt.”</p><p>Roosevelt regularly held sparring sessions at the White House, though they were not formal public prizefights. He was an enthusiastic amateur boxer who had boxed at Harvard and continued the sport throughout much of his life.</p><p>Boxing fans also make up a large part of the UFC's fan base.</p><p>At a UFC-sponsored community event this week at the District of Columbia's Midtown Youth Academy, the boxing gym's executive director was helping out with a visit from UFC fighter Randy Brown, who sparred with more than dozen local teenagers and preteens.</p><p>Gloria Lee said meeting the fighter was a big deal for kids at her gym. “It's just been a thrilling week, and I was about to fall out when he came in the door!” she said.</p><p>Asked about her personal UFC fandom, Lee said she had not watched it much. But by the end of Brown's visit, she got into the ring with the professional fighter and threw some slugs of her own.</p><p>__</p><p>Associated Press writer Linley Sanders contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E3D4IYQVIUXRM36TG6BODIYQPE.jpg?auth=451cf1c76cc027d61923a88c11284788030c20e0773579cf182b29a6c9608dd1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Audience members cheer and boo during a UFC news conference at the Lincoln Memorial, ahead of Sunday's fight on the South Lawn of the White House, Friday, June 12, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z7ZOQBJB4NRD3QBFPINM6R6JV4.jpg?auth=0fc9e11447672ad46f3173d2d5a2627ffc5389362539a9c21ea444c05ce69214&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jacob Burvis and Ellie Louizes, from Daytona Beach Fla., pose for a photo at the Lincoln Memorial, Friday, June 12, 2026, in Washington. (AP Photo/Fatima Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Fatima Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UH4ZPZVRJSQFNLEL5JK5LEP5BU.jpg?auth=b4ea74e836f73d5333dbb6965edb5ae3d7aee82b6ee85cff10cdbf39f631e1fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tracy Philbeck and his son, Levi Philbeck, from Charlotte, N.C., pose for a photo at the Lincoln Memorial, Friday, June 12, 2026, in Washington. (AP Photo/Fatima Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Fatima Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MZVNGCEFSFSHAEYQRISLNES6DI.jpg?auth=e1e9fb5c9ddc8eb1465ac025c05253b309a238cbf184908f4d18b0fd479f29be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[David Holstead, from Albany, West Australia, poses for a photo at the Lincoln Memorial, Friday, June 12, 2026, in Washington. (AP Photo/Fatima Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Fatima Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WZPKA4KBRQJJZEC2ECWDPPBEJ4.jpg?auth=eb3f92803c7ccc180e0960f788c221fcd9cd18eceb8ef365b16c34c4cb089497&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Midtown Youth Academy Executive Director Gloria Lee spars with UFC fighter Randy Brown at an event Wednesday, June 10, 2026, in Washington. (AP Photo/Fatima Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Fatima Hussein</media:credit></media:content></item><item><title><![CDATA[How parents can talk to their kids about vaping as FDA authorizes some flavored e-cigarettes]]></title><link>https://www.local10.com/health/2026/06/13/how-parents-can-talk-to-their-kids-about-vaping-as-fda-authorizes-some-flavored-e-cigarettes/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/13/how-parents-can-talk-to-their-kids-about-vaping-as-fda-authorizes-some-flavored-e-cigarettes/</guid><dc:creator><![CDATA[By LAURA UNGAR, Associated Press]]></dc:creator><description><![CDATA[Ricky Resendez first tried e-cigarettes in eighth grade. By the time he got to high school, he was vaping daily.]]></description><pubDate>Sat, 13 Jun 2026 19:59:44 +0000</pubDate><content:encoded><![CDATA[<p>Ricky Resendez first tried e-cigarettes in eighth grade. By the time he got to high school, he was vaping daily.</p><p>“It was just kind of normal,” said Ricky, a 17-year-old recent graduate in Superior, Wisconsin. “Kids were vaping in class, in the bathrooms, wherever.”</p><p>Nationally, nearly 6% of middle and high school students — amounting to 1.63 million kids — reported using electronic cigarettes in 2024, federal figures show. Although that is down from previous years, e-cigarettes remain the most commonly used tobacco products among teens, and nearly 9 out of 10 of kids choose flavored products.</p><p>Some doctors are concerned that youth vaping rates may rise again. The Food and Drug Administration recently announced its first authorization of fruit-flavored vapes intended for adults interested in quitting or cutting back on more harmful traditional cigarettes. The policy shift came after months of appeals to President Donald Trump from the vaping industry. An FDA memo released this week said these fruit-flavored e-cigarettes are not significantly better at helping smokers quit than tobacco-flavored e-cigarettes.</p><p>“I understand the goal of giving adult smokers a less harmful off-ramp, but fruit and sweet flavors are precisely what draw young people in,” said Dr. Scott Hadland at Mass General Brigham for Children and Harvard Medical School. “I worry this could erode the hard-won progress that brought teen vaping to its lowest level in roughly a decade.”</p><p>Experts say there are ways parents can counteract the allure of e-cigarettes, teach kids about the dangers of vaping and help them quit.</p><p>Vaping poses many dangers to kids</p><p>Dr. Devika Rao sees lots of kids with respiratory problems caused by vaping, including coughing, worsening asthma, bronchitis and more severe types of lung disease.</p><p>Studies show teens who vape report higher rates of wheezing, shortness of breath and a reduced ability to tolerate exercise. Gaby Cuadra of Miami, who vaped for nine years starting at age 15, remembers how it hurt her high school track and field performance.</p><p>“As the years kept going on and I would keep vaping, the distances that I used to be able to run, I, like, couldn’t do them anymore,” said Cuandra, 25. “I would run out of breath.”</p><p>While an e-cigarette's aerosol doesn't contain most of the 7,000 chemicals in tobacco smoke, most vapes “emit numerous potentially toxic substances,” according to a comprehensive 2018 consensus report from the National Academies of Sciences, Engineering and Medicine. Researchers said the long-term health effects of e-cigarettes are not yet clear.</p><p>One of the biggest dangers of vaping is nicotine addiction, which can disrupt the developing brain and affect attention, learning and mood.</p><p>“The addiction factor cannot be overstated enough,” said Rao at Children's Health in Dallas. “Adolescent brains are primed for addiction.”</p><p>How to talk to your child about vaping</p><p>Start by asking questions, experts advise. You can raise the issue by, for example, pointing out a new vape shop.</p><p>“Start open-ended conversations,” Rao said.</p><p>Ask what your child knows about vaping and its harms, whether they've seen e-cigarettes and if their friends are using them.</p><p>Even if your kid is already vaping, Rao said, take a deep breath and don’t yell. Be nonjudgmental.</p><p>Consider what your child may see on social media, where some influencers call nicotine a “hack” for stress relief. Some studies show that many people misinterpret the curbing of nicotine withdrawal symptoms as stress or anxiety relief and that quitting reduces stress. A 2025 study in the journal Tobacco Control said vaping may be linked to adverse mental health outcomes and that those who quit “experience fewer urges to vape, reduced anxiety, and stabilized mood.”</p><p>Teens’ decisions are often based on their peers and what’s cool, said Anthony Alberg of the University of South Carolina, a member of the expert committee that produced the National Academies vaping report. Tell your teen they don’t have to succumb to peer pressure and that their friends should want to be friends whether they vape or not.</p><p>Younger children, Alberg said, may be more likely to listen to arguments about health effects, such as comparing vaping to “putting poison in your system.”</p><p>Arming kids with information is better than simply trying to limit access to vapes, experts said, since age restrictions often don’t keep them out of kids’ hands.</p><p>“Most teens get e-cigarettes from friends, older peers or online sellers rather than buying them in a store,” Hadland said.</p><p>A teen’s journey through vaping and quitting</p><p>When Ricky first tried e-cigarettes, he used an older cousin’s vape. Later, an older friend bought e-cigarettes for him and his friends. He particularly liked the flavors blue raspberry, strawberry, watermelon and kiwi.</p><p>In the early days, he thought vaping helped him with his ADHD.</p><p>“What I didn’t realize is that because I was addicted to nicotine, when I didn’t have it, I’d be anxious and really couldn’t focus,” he said. "Instead of being something that helped me, it just made things worse.”</p><p>Vaping also sapped his stamina, made it harder to sleep, worsened his asthma and compromised his performance as a football player and wrestler.</p><p>Eventually, he got into trouble with his school and parents for vaping and selling vapes to others. He began meeting with a school social worker and joined the American Lung Association’s Not On Tobacco program, which helps teens to quit.</p><p>The first couple of weeks were extremely difficult. But eventually, he stopped thinking about vaping as much. He quit for good in 2022.</p><p>Like Ricky, most middle and high school students who vape want to quit, researchers have found.</p><p>Parents can help them by first seeing their doctor, who can connect them with counseling or free text-message quit programs for young people.</p><p>For kids who vape heavily, Hadland said doctors may consider medications like Chantix or nicotine replacement therapy as part of a supervised quitting plan.</p><p>Cuandra quit after giving up e-cigarettes for Lent, assisted by a free program developed by Truth Initiative and Mayo Clinic called EX, which provides text message support, advice and encouragement.</p><p>“The best thing I ever did for myself was quit vaping,” said Cuandra, who has shared her story on social media.</p><p>Since Ricky gave up vaping, he’s also shared what he learned. Usually, he asks his peers what triggers their vaping and how they can avoid those situations, as he did.</p><p>“I tell them, like, ‘I’m not here to judge you,’” he said. “'I’m here to help you.'”</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Science and Educational Media Group and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6X37SJVLTY6APWD226OEH25CVI.jpg?auth=412a1e2ca9d8d720f7ec16c35651209ea28851c590947db1e4bf58d6e8c60a20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Disposable flavored electronic cigarette devices are displayed for sale at a store in Pinecrest, Fla., June 26, 2023. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Trump and Pakistan say Iran deal could be signed Sunday but Tehran signals more time is needed]]></title><link>https://www.local10.com/news/world/2026/06/13/pakistan-says-a-deal-to-end-the-iran-war-is-closer-than-ever-as-tehran-shows-signs-of-optimism/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/13/pakistan-says-a-deal-to-end-the-iran-war-is-closer-than-ever-as-tehran-shows-signs-of-optimism/</guid><dc:creator><![CDATA[By MUNIR AHMED, SAMY MAGDY and AAMER MADHANI, Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — Key mediator Pakistan on Saturday said a deal to end the Iran war was closer than ever and U.S. President Donald Trump asserted it would be "signed tomorrow,” while Iran made some of its most optimistic statements yet but indicated a bit more time was needed.]]></description><pubDate>Sat, 13 Jun 2026 21:09:49 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — Key mediator Pakistan on Saturday said a deal to end the Iran war was closer than ever and U.S. President Donald Trump asserted it would be "signed tomorrow,” while Iran made some of its most optimistic statements yet but indicated a bit more time was needed.</p><p>Trump said the Strait of Hormuz would open immediately after the signing.</p><p>Pakistani Prime Minister Shehbaz Sharif said a deal was expected to be finalized within 24 hours. Each side was expected to sign electronically. Pakistan’s foreign ministry said the signing ceremony was scheduled for Sunday but did not provide details.</p><p>Iran foreign ministry spokesperson Esmail Baghaei in statements carried by state media said the signing “will not happen tomorrow," but “the likelihood of finalizing the memorandum of understanding in the coming days is high."</p><p>A tenuous ceasefire has been in place since April 7. Trump has asserted multiple times in recent weeks the countries were on the cusp of a deal.</p><p>Iran has long expressed wariness in negotiations, pointing out that previous talks with the U.S. last year and early this year ended with attacks by the U.S. and Israel.</p><p>Trump to discuss demining the strait at G7 summit</p><p>Trump was expected to discuss demining the Strait of Hormuz during the Group of Seven summit that starts Monday.</p><p>A senior U.S. official, who briefed journalists on condition of anonymity under rules set by the White House, said Trump planned to meet on the G7 sidelines with the leaders of Egypt, Qatar and United Arab Emirates to discuss efforts to wind down the war.</p><p>G7 members Britain and France have expressed interest in assisting with demining once the conflict is paused.</p><p>It was not clear how many mines are in the strait that Iran has effectively controlled since shortly after the war began, virtually shutting down oil and natural gas shipments from the Persian Gulf. The U.S. has blockaded Iranian ports in response.</p><p>The nuclear issue remains elusive</p><p>Iran's foreign ministry spokesperson said the memorandum of understanding under discussion was focused on ending the war and "at this stage, it has been decided that there will be no discussion of the nuclear issue.”</p><p>Iran's nuclear program and highly enriched uranium have long been at the center of tensions with the U.S. and Israel and an international source of concern.</p><p>Trump on social media asserted that “when all is calm,” the U.S. would go in and “downblend and destroy” the enriched uranium in Iran or in the U.S.</p><p>The apparent breakthrough in negotiations came after Iran exchanged fire with the U.S. and Israel earlier in the week, threatening to rupture the ceasefire and push the Middle East back into full-scale war.</p><p>Iranian Foreign Minister Abbas Araghchi posted on X on Friday that an agreement “has never been closer.” Trump on Thursday claimed significant progress in negotiations, hours after he threatened to seize Iran’s oil industry.</p><p>Iran's former supreme leader will be buried in July</p><p>Iran’s state-run television said funeral ceremonies for former Supreme Leader Ayatollah Ali Khamenei, killed in the war’s opening attack, will take place in July.</p><p>The funeral, burial and farewell events for Khamenei will occur between July 4 and 9 during Muharram, a traditional period of mourning in the Shiite Muslim calendar.</p><p>Khamenei is succeeded by his son, Mojtaba, who is considered less compromising and has not been seen publicly since the war began.</p><p>Funeral ceremonies are expected to begin in Tehran and move to Qom, a stronghold of many senior Shiite clerics, then to Mashhad, Khamenei's birthplace. He’ll be buried there at the Imam Reza Shrine, considered the holiest place among Shiite devotees.</p><p>Khamenei remolded the Islamic Republic following the death in 1989 of Ayatollah Ruhollah Khomeini, the fiery, charismatic ideologue who led the overthrow of the shah and installed rule by Shiite Muslim clerics.</p><p>Khamenei ruled far longer than Khomeini. He greatly expanded the Shiite clerical class and built the paramilitary Revolutionary Guard into the most important body underpinning his rule. The Guard became a military and business behemoth, the country’s most elite force and head of its ballistic missile arsenal — a key target for Israel and the U.S. in the war.</p><p>___</p><p>Magdy reported from Cairo and Madhani from Washington. Associated Press writer Michelle L. Price in Washington contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5AK6ZQV7HIZ62DNFD3ZJG2MXUY.jpg?auth=e04ea21ded4751f659897165025d3ff7f8b950bb04580c5baf0034f1e1f3b894&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents swim and play in the waters of the Strait of Hormuz while cargo ships and commercial vessels lie anchored in the distance off Bandar Abbas, Iran, Wednesday, June 10, 2026.(Razieh Poudat/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Razieh Poudat</media:credit></media:content><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/Z5ZJ5WAQS4W7IP5ZJ55DT56ZLU.jpg?auth=8e2eb80d53e05ed73eb94087dda0f91b03dcb371d32b74c5f198553a0b3f7426&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Vice President JD Vance, left, talks to Pakistan's Chief of Defence Forces and Chief of Army Staff Field Marshall Asim Munir, right, and Pakistani Deputy Prime Minister and Foreign Minister Mohammad Ishaq Dar, center, before boarding Air Force Two after attending talks on Iran in Islamabad, Pakistan, April 12, 2026. (AP Photo/Jacquelyn Martin, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W53AMZ7BFNSQ6QMWUXDGFRWLKM.jpg?auth=d2b27adf2caf8ebaa9b46e1a5db7145f294c556eecf125f10b65f71e82fa84c5&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 an anti-American mural on the wall of the former U.S. Embassy, now a museum, in Tehran, Iran, Friday, June 12, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[You can ignore AI giants like SpaceX, but your 401(k) won't]]></title><link>https://www.local10.com/business/2026/06/13/you-can-ignore-ai-giants-like-spacex-but-your-401k-wont/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/13/you-can-ignore-ai-giants-like-spacex-but-your-401k-wont/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — While you might want to ignore all the hubbub around SpaceX, Elon Musk and IPOs, your 401(k) likely can't.]]></description><pubDate>Sat, 13 Jun 2026 12:01:41 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — While you might want to ignore all the hubbub around SpaceX, Elon Musk and IPOs, your 401(k) likely can't.</p><p>SpaceX is now worth $2.1 trillion after its stock launched 19.2% higher in its debut on Wall Street. Whether or not you believe it deserves to be worth more than Exxon Mobil, Bank of America and Coca-Cola combined, the collective market does. And if SpaceX maintains that big a value, it will join some high-profile stock indexes.</p><p>Many of these indexes don't care about how realistic a company's growth plans are or who its CEO is. They're simply trying to show how slices of the market, or the whole thing, are performing. And if SpaceX is big enough to meet the qualifications to join those indexes, whether it's in a few weeks or a year, it will gain entry.</p><p>That matters for investors and their 401(k) accounts because they're depending more than ever on funds that simply mimic these indexes. It's a lower-cost way to invest, allowing savers to keep more of their investments. Partly because of that, such index funds have usually proven to be better performers than funds that try to pick and choose individual stocks.</p><p>Just one in five actively managed U.S. stock funds survived and beat their average index peer over the last decade, at 21%, according to Morningstar's data through 2025. Such disparities in performance meant investors had more money invested in U.S. index funds than actively managed ones beginning in 2024, and the gap has only grown since then.</p><p>Here's a look at what's going on:</p><p>What indexes are</p><p>They're things the investment industry has created to answer the question: What is the market doing? It's otherwise tough to answer quickly when the U.S. market has thousands of stocks moving in different directions at any moment.</p><p>The S&P 500 is perhaps the most famous and influential index. It tracks 500 of the biggest U.S. stocks, and trillions of dollars in investments are either directly mimicking it or at least benchmarking themselves against it.</p><p>The Dow Jones Industrial Average is well known because it's been around since the 19th century, but it tracks only 30 big stocks so Wall Street pays it little attention.</p><p>Companies want to be in indexes</p><p>Because index funds are the way so many investors put money into the stock market, companies want to be part of indexes. Stocks can see a big jump in their prices after S&P Dow Jones Indices, Nasdaq, FTSE Russell or other companies announce they'll be joining their indexes.</p><p>The investment industry has created funds, including both traditional mutual funds and exchange-traded funds, to track almost every kind of index. More than 1,000 index funds were available at the end of last year, according to the Investment Company Institute. Of them, 185 tracked the S&P 500.</p><p>SpaceX could soon be in indexes</p><p>Nasdaq changed its rules to allow some huge companies to join its Nasdaq 100 index after just 15 trading days. That's a break from the past, where it would wait until each December to add new members in an annual reconstitution to make sure it includes the 100 largest non-financial companies on the Nasdaq.</p><p>Some popular funds track the Nasdaq 100 index, including the QQQ exchange-traded fund from Invesco that has roughly $477 billion in total investments. That means QQQ holders could soon own shares of SpaceX, without doing anything on their own.</p><p>Other AI giants could as well</p><p>Anthropic and OpenAI are two other huge AI-related companies looking to sell their own stocks soon on a U.S. exchange for the first time. Their IPOs could potentially make each worth close to $1 trillion.</p><p>It used to be that companies would have an IPO long before they got that big. But SpaceX, Anthropic and OpenAI swelled to tremendous sizes thanks to dollars from private investors, including pension funds, companies and rich investors, away from the public market.</p><p>That's forcing the reconsideration for the investment industry about how quickly to add companies to indexes that they say track the biggest companies.</p><p>Not every index is making changes to fast-track big IPOs</p><p>The company behind the S&P 500 is not making changes to allow SpaceX and other “mega” IPOs faster entry into the index. For it, a stock needs to trade on an eligible exchange for at least 12 months before it can join the index.</p><p>Not only that, S&P Dow Jones Indices also requires companies to have made a profit in its most recent quarter and over the sum of its last four quarters.</p><p>SpaceX lost $4.9 billion last year and another $4.3 billion through the first three months of 2026. It acknowledges that it “may not achieve profitability in the future.” Over the long term, a stock’s price tends to track with how much profit the company is making.</p><p>Not everyone is happy about SpaceX's IPO entry to indexes</p><p>Officials from pension funds for firefighters, teachers and other workers in California and New York sent a letter to SpaceX last month decrying its corporate governance, including how much power Musk will hold over the company through his ownership of a special class of stock with more voting power.</p><p>They said they could become owners of SpaceX stock because they hold index funds.</p><p>If Musk is able to control so much of the voting power on the board of directors, it would make him tremendously powerful atop SpaceX, “essentially making him unfireable without his own consent,” the CEO of California Public Employees’ Retirement System, the New York state comptroller and the New York City comptroller wrote in their letter.</p><p>If an investor doesn’t like certain companies in the index</p><p>Index funds track indexes. And if a stock is in an index, the index fund will buy it, even if investors may not like it.</p><p>Tesla has remained in the S&P 500 even though critics called it overvalued for years, for example, and Musk's electric-vehicle company has grown to become one of Wall Street's 10 biggest companies.</p><p>Some indexes say they will not include companies that have poor corporate governance standards or other narrowed criteria, but investors need to look for them.</p><p>The S&P 500 ESG index famously kicked Tesla out in 2022, for example.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4QEJIVQSI64AGHGRTICHA3LWZ4.jpg?auth=b4dd76f0f112e13370e6438b2c34fa097512cb201dcb6ee148137f7e2d604ddf&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, right, 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/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></item><item><title><![CDATA[China opposes US move to list top firms as military companies]]></title><link>https://www.local10.com/news/2026/06/13/china-opposes-us-move-to-list-top-firms-as-military-companies/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/13/china-opposes-us-move-to-list-top-firms-as-military-companies/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — China said Saturday it firmly opposed the U.S. adding several prominent Chinese businesses to its list of military companies, and that the move ignored the consensus reached during U.S. President Donald Trump's summit with Chinese leader Xi Jinping last month.]]></description><pubDate>Sat, 13 Jun 2026 18:49:25 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — China said Saturday it firmly opposed the U.S. adding several prominent Chinese businesses to its list of military companies, and that the move ignored the consensus reached during U.S. President Donald Trump's summit with Chinese leader Xi Jinping last month.</p><p>The Pentagon on Monday added several non-state-owned Chinese companies, including electric vehicle maker BYD, tech giants Alibaba and Baidu to its list that seeks to identify Chinese companies it deems to have ties to the Chinese military, preventing them from landing U.S. defense contracts.</p><p>By adding these firms to the list, “the U.S. side has ignored the consensus reached during the meeting between the heads of state of the two countries in Beijing,” a Chinese Ministry of Commerce spokesperson said Saturday in a statement.</p><p>The U.S. has “disregarded the overall interests of bilateral economic and trade relations, continuously generalized the concept of national security, and abused state power to unjustifiably suppress Chinese enterprises,” the spokesperson added.</p><p>BYD, Alibaba and Baidu said earlier there’s no basis to include them in the list.</p><p>Trump in mid-May visited Beijing in a much-anticipated summit with Xi. The two leaders agreed to boost economic ties between the countries, including China's purchase of more U.S. agricultural products and Boeing jets, and the setting up separate boards of trade and investment.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2G5KIXIGCIFT7W2BEXR4UPZ7MQ.jpg?auth=ce92e755160c985228939203d68272db41f1e3449b759a7e91f5b40f75b6156f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Models stand next to a latest EV car from Chinese automaker BYD showcased at the Auto China 2026, in Beijing, April 25, 2026. (AP Photo/Andy Wong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content></item><item><title><![CDATA[Emboldened Senate Democrats block even bipartisan bills in hardball approach to counter Trump]]></title><link>https://www.local10.com/news/politics/2026/06/13/emboldened-senate-democrats-block-even-bipartisan-bills-in-hardball-approach-to-counter-trump/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/13/emboldened-senate-democrats-block-even-bipartisan-bills-in-hardball-approach-to-counter-trump/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Senate Democrats’ decision to let a key surveillance authority lapse comes as they are increasingly emboldened in their legislative fights against President Donald Trump, blocking even traditionally bipartisan bills as they push back against his policies and personnel.]]></description><pubDate>Sat, 13 Jun 2026 11:39:50 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Senate Democrats’ decision to let a key surveillance authority lapse comes as they are increasingly emboldened in their legislative fights against President Donald Trump, blocking even traditionally bipartisan bills as they push back against his policies and personnel.</p><p>The posture is an escalation from a year ago, when Senate Democratic Leader Chuck Schumer was widely criticized within his party for a spring vote with Republicans to keep the government open. Since then, Democrats have forced government shutdowns, slowed Trump’s nominations and now blocked the bipartisan intelligence law as they seek leverage in a Republican-led Congress.</p><p>The risky strategy has consequences when government programs go dark, and Democrats have little to show for it so far in terms of policy victories. Republicans say it is a grave threat to national security to let the surveillance law, which aims to prevent terrorist attacks, expire just as millions of people are entering the United States for World Cup games and as celebrations for the nation’s 250th anniversary get underway.</p><p>But the hardball approach has helped unite Democrats inside and outside of the Capitol as they say they have no other choice — and that the blame should fall on Trump for how he is governing.</p><p>“I don’t deny that this is dangerous,” Virginia Sen. Mark Warner, the top Democrat on the Senate Intelligence Committee, said Thursday about Democrats allowing the Foreign Intelligence Surveillance Act to expire starting Saturday. “But this didn’t have to happen.”</p><p>Democrats’ growing confidence also comes at a time when Republicans are often sparring with Trump, who has made clear he has little interest in compromise with lawmakers in either party. Democrats are blocking renewal of the law, known as FISA, in protest of Trump’s appointment of federal housing regulator and loyalist Bill Pulte to temporarily lead the nation’s intelligence agencies. The choice also rankled Republicans, who said Pulte lacks the required experience for the job.</p><p>Lawmakers in both parties urged Trump all week to pull the appointment, and on Thursday he nominated a permanent replacement for the job just after lawmakers left Washington for the weekend. But the Senate confirmation process will take time, and Trump has not budged on Pulte’s appointment as an interim director.</p><p>With no change, Democrats “are going to use every tool we have to fight back,” said Schumer, D-N.Y.</p><p>The standoff over FISA has won Senate Democrats some respect with base voters revolted a year ago. Schumer and the caucus have “shifted to more of a fight posture,” says Joel Payne, a Democratic strategist who served as an aide to former Senate Majority Leader Harry Reid, D-Nev.</p><p>Republicans say blocking FISA is a dangerous strategy</p><p>Senate Majority Leader John Thune, R-S.D., said Democrats have been playing “fast and loose” with national security for the past year. He pointed to the 43-day government shutdown last fall and a monthslong delay in funding for Trump’s immigration enforcement operations.</p><p>“How did we get to the point where one party has completely abdicated any responsibility for our nation’s security?” Thune asked.</p><p>Democrats argue that Pulte, with little national security background, is a greater threat. They note that as a federal housing regulator, he has pushed for investigations of high-profile political figures whom Trump considers political foes.</p><p>“It’s not a close call,” Sen. Chris Murphy, D-Conn. “We cannot extend these capabilities if the president is making clear that he’s going to use them not to protect the nation, but to protect himself politically.”</p><p>Democrats fight for more leverage</p><p>Strategist Payne says he believes Democrats have gained a bit of leverage since the shutdown in the fall.</p><p>Democrats did not get the extension in health care subsidies they demanded because a small group of moderate Democrats voted with Republicans to end the impasse. They did not achieve the changes to U.S. Immigration and Customs Enforcement and Border Patrol that they sought when they delayed passage of funding for those agencies for months. But the White House did agree to negotiate, even if those talks ultimately failed.</p><p>Democrats also have grown more unified. While moderates ended the fall shutdown, the party stayed together in blocking the immigration funding and the surveillance authority.</p><p>“They’ve showed Republicans they are not going to fold,” Payne said.</p><p>Still, it may not be enough for some in the party base or to win Democrats a majority in November's midterm elections.</p><p>Andrew O’Neill, national advocacy director for the Democratic resistance group Indivisible, said he was concerned to see some Democrats praise Jay Clayton, Trump’s permanent pick for the intelligence job.</p><p>Republicans are rushing to confirm Clayton, the U.S. attorney for the Southern District of New York and a former Securities and Exchange Commission chairman, before Tulsi Gabbard leaves the job and Pulte takes over as interim director on June 19.</p><p>It is unclear, so far, if Democrats will support Clayton or allow Republicans to speed up the process and confirm him quickly.</p><p>O’Neill said he is glad Democrats blocked FISA over Pulte’s appointment, but activists are wary.</p><p>“It’s a mixed bag,” O’Neill said of the past year. “The frustration is it took so long.”</p><p>Republicans navigate Democrats and Trump</p><p>Caught in the middle are Senate Republicans, who had to spend months to fund border enforcement agencies and are now navigating the dispute over FISA, even after lawmakers reached a bipartisan compromise.</p><p>Republicans are also trying to work with Trump, who derailed the intelligence legislation when he announced Pulte’s appointment as senators were on the verge of passing that deal.</p><p>Trump has weakened Republicans' position — and his own support in the Senate — by backing primary challenges to incumbent senators. Republican Sens. John Cornyn of Texas and Bill Cassidy of Louisiana both lost in primaries to Trump-backed opponents last month and have joined Democrats in criticizing Pulte.</p><p>Senate Democrats say hope their strategy gives them enough leverage to win more Republican allies.</p><p>Being in the minority is “a difficult dynamic for us,” said Sen. Peter Welch, D-Vt. “But I’m seeing the Republicans start to move a little bit.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZOWTEXH3ZV7LKRODJRWCJGXFDI.jpg?auth=39493381982cdaffa55a5dc29e453bd40cd0c40243b6f39ab4f964287c619818&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Mark Warner, D-Va., the vice chair of the Senate Intelligence Committee, speaks to reporters about FISA, the law that allows the U.S. to gather intelligence abroad, at the Capitol in Washington, Thursday, June 11, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UYGCY7KV5SIX2N63OVDRMFTNLQ.jpg?auth=50ed4ed604030bf73e8ba4a6e53df22012020ab745b09933affe4dde5e7ffdb6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Minority Leader Chuck Schumer, D-N.Y., talks to reporters about Democratic efforts to push back on President Donald Trump's policies, at the Capitol in Washington, Tuesday, June 2, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7M3ZJ6RCXUFDCZSB476IKTSRLY.jpg?auth=baf21a683a28e5c207b10df7c330e7b4110fe41dfee15cd9e005096327f2f7de&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 during an event to sign 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/P5KMWBJ4CY56VVIYKBBFVUC26U.jpg?auth=5e102a0c54d5c1a6e6dbe9d5c0d4fbbe4f470651dbe74c45a5a0aa29735a1fb7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Director of the Federal Housing Finance Agency Bill Pulte walks outside the White House, Sept. 2, 2025, in Washington. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P44FLMIP3BTO3SQRBWN4ELDR3A.jpg?auth=dabd135bca936b02338cfaf063dcb951b7b7b36ae1ec1a5e9341902434b78619&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Majority Leader John Thune, R-S.D., meets with reporters on Capitol Hill in Washington, Tuesday, June 9, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Ukrainian drone strike kills 1 in southern Russia and triggers fire at sea terminal]]></title><link>https://www.local10.com/news/world/2026/06/13/ukrainian-drone-strike-kills-1-in-southern-russia-and-triggers-fire-at-sea-terminal/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/13/ukrainian-drone-strike-kills-1-in-southern-russia-and-triggers-fire-at-sea-terminal/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — A Ukrainian drone attack killed one person and injured three in Russia’s southern Krasnodar region, local officials said Saturday, as part of Kyiv's campaign of strikes on military and energy targets deep inside Russia.]]></description><pubDate>Sat, 13 Jun 2026 17:27:58 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — A Ukrainian drone attack killed one person and injured three in Russia’s southern Krasnodar region, local officials said Saturday, as part of Kyiv's campaign of strikes on military and energy targets deep inside Russia.</p><p>Drone debris sparked a fire at a sea terminal, local Gov. Veniamin Kondratyev said. He did not give details, but Russian news outlets reported that a Black Sea export terminal transporting terminal crude oil, petroleum products and liquefied gas in the village of Volna was damaged.</p><p>Ukraine’s General Staff did not comment on the Krasnodar strike Saturday, but said that its forces had hit an oil preparation and pumping station overnight in Russia’s Volgograd region, as well as Russian-occupied areas in Ukraine's Donetsk and Zaporizhzhia regions.</p><p>The attack comes after Ukrainian President Volodymyr Zelenskyy said his country’s forces had struck several military and energy infrastructure sites deep inside Russia, including a military factory that he said supplied components for Russian drones and missiles.</p><p>He said Wednesday that Ukrainian FP-5 Flamingo long-range missiles had hit the facility in Cheboksary, in the Chuvashiya region, more than 900 kilometers (560 miles) from the front line.</p><p>At the moment, he’s not scheduled to hold one-on-one talks with U.S. President Donald Trump, who will be in Evian-les-Bains for the Group of Seven summit, according to a senior U.S. administration official who briefed reporters on planning for the summit. The official spoke on the condition anonymity on ground rules set by the White House.</p><p>Trump and Zelenskyy last met in December, when the Ukrainian leader visited Trump at his Mar-a-Lago resort in Palm Beach, Florida.</p><p>The U.S.-Israeli war with Iran and the resulting global energy disruptions have overshadowed the conflict in Ukraine and pulled much of Trump’s attention away from the conflict in Europe that he vowed to quickly bring to an end during his 2024 White House run.</p><p>More than four years since the start of Russia's full scale invasion of Ukraine, the more than 1,000-kilometer (620-mile) front line has remained largely static as swarms of drones hinder advances. As a result, both sides have increasingly relied on long-range strikes.</p><p>Last week, Russian President Vladimir Putin vowed to strengthen air defenses after Ukrainian attacks set ablaze an oil terminal in St. Petersburg and also hit a nearby naval base, casting a cloud over a showcase economic forum in his hometown.</p><p>Elsewhere, Russian attacks injured nine people in Ukraine's Dnipropetrovsk region, setting fire to a local marketplace, regional authorities said.</p><p>Russia attacked three districts of the region more than 20 times with drones and aerial bombs, according to regional head Oleksandr Hanzha in a Telegram post on Saturday. Six were hospitalized including a man in critical condition, he added.</p><p>___</p><p>AP writer Aamer Madhani contributed to this report from Washington.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S2YL52MMYRQEKAO3ZAJUI3W74Y.jpg?auth=e0e64b1b74fc22f6cbeaeaf0d04dfbff66e8dd562998a021cfa7508b33783436&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by Ukraine's 65th Mechanized Brigade press service, a soldier practices military skills at a training ground near the frontline in the Zaporizhzhia region, Ukraine, Thursday, June 11, 2026. (Andriy Andriyenko/Ukraine's 65th Mechanized Brigade via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andriy Andriyenko</media:credit></media:content></item><item><title><![CDATA[Some people are making guns with 3D printers. A new law seeks to cancel their print jobs]]></title><link>https://www.local10.com/tech/2026/06/13/some-people-are-making-guns-with-3d-printers-a-new-law-seeks-to-cancel-their-print-jobs/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/13/some-people-are-making-guns-with-3d-printers-a-new-law-seeks-to-cancel-their-print-jobs/</guid><dc:creator><![CDATA[By DAVID A. LIEB, Associated Press]]></dc:creator><description><![CDATA[A first-of-its-kind law in New York could force 3D printers sold for homes and business to come equipped with technology blocking them from making guns.]]></description><pubDate>Sat, 13 Jun 2026 17:44:25 +0000</pubDate><content:encoded><![CDATA[<p>A first-of-its-kind law in New York could force 3D printers sold for homes and business to come equipped with technology blocking them from making guns.</p><p>The new requirement, also under consideration in California, attempts to thwart the latest technique for producing untraceable “ghost guns” that have turned up in crimes. But there are questions about whether the technology can work and concerns about its effect on personal privacy and constitutional rights.</p><p>About one-third of U.S. states already have taken steps to ban or regulate build-it-yourself firearms that lack serial numbers and evade the background checks required to purchase guns from federally licensed dealers. What makes the new effort unique is that it targets the equipment used to produce the firearms, not the people who make them.</p><p>The blocking technology being pushed in two of the nation's most populous states has the potential to set industry standards for 3D printers. It also could serve as a model for other Democratic-led states wanting to add to their gun regulations, which often already ban certain semiautomatic weapons and allow firearms to be temporarily confiscated from people deemed to pose a threat to themselves or others.</p><p>More privately made guns are being used in crimes</p><p>Three-dimensional printers have become increasingly common over the past couple of decades.</p><p>Since 2012, the number of 3D printers worldwide has grown from an estimated 30,000 to over 3 million while the industry's value has multiplied from around $2 billion to $26 billion annually, said Bill Decker, executive chairman of the Association of 3D Printing. Though high-end printers cost thousands of dollars, some 3D printers now can be bought for as little as several hundred dollars.</p><p>The devices can make toys, prosthetic limbs and even airplane parts. They also can make firearms — or the pieces necessary to assemble them — using digital designs available online. Homemade guns that lack serial numbers often are called “ghost guns," because they are hard for law enforcement officers to trace.</p><p>Firearms made with 3D printers are increasingly being used in crimes, according to a U.S. Department of Justice report released last year. The number of privately made guns recovered in crimes and submitted to federal authorities rose from about 1,600 in 2017 to nearly 27,500 in 2023, though the report didn't specify how many came from 3D printers.</p><p>In a high-profile New York case, police say a 3D-printed gun likely was used to kill UnitedHealthcare’s CEO in 2024.</p><p>How 3D printers could refuse to make gun parts</p><p>A New York law signed last month and a bill in the California Legislature both would direct panels of experts to come up with standards for firearm blueprint detection algorithms. The technology would analyze every design submitted for 3D printing, compare it to a digital library of firearm parts, and reject those that are similar.</p><p>Though the study process would start now, the mandate that 3D printers come equipped with firearm blocking technology wouldn't begin until 2029 — or later, in New York's case, if the study group determines it's not yet feasible.</p><p>The concept is a bit like a smartphone app that identifies trees or flowers from an uploaded photo, said Solomon Diamond, an associate engineering professor at Dartmouth College who was among several experts at a recent online seminar about the legislation.</p><p>For 3D printers, one possible method could use a geometric analysis of shapes, dimensions and other structural features to reject print projects that closely resemble firearm parts.</p><p>"Geometric search is mature, it’s deployed, it is ready to be applied to this problem,” said Julian Chultarsky, a technical account manager at Physna, a Columbus, Ohio-based company that develops such technology.</p><p>Could 3D printers block both too little and too much?</p><p>The Association of 3D Printing supports the legislation in New York and California, but “it's not going to work,” Decker said. "It’s more of a political statement than anything else.”</p><p>Criminals still will come up with ways to make guns from 3D printers, either by altering their designs or taking their printing projects elsewhere, Decker said.</p><p>The more aggressive the technology becomes, the more likely that it also blocks unintended items, said Rory Mir, director of open access and technology community engagement at the Electronic Frontier Foundation, a nonprofit digital rights group. Some harmless pipes might look like gun parts, or an S-shaped wall hanger might resemble an auto sear trigger used to modify a semiautomatic weapon into a machine gun.</p><p>“These sort of censorship algorithms don’t work, and they wind up capturing and blocking a lot of lawful speech," Mir said.</p><p>If print instructions are submitted for a cloud-based artificial intelligence search, it also risks the privacy of people's artistic and proprietary creations, Mir said.</p><p>Does the right to bear arms extend to making them?</p><p>Gun safety advocates say 3D printers have created a new pathway for people who cannot legally purchase firearms — like children or convicted felons — to nonetheless obtain them. Eleven states already generally prohibit 3D-printed guns, and six additional states require them to receive serial numbers, according to Everytown for Gun Safety.</p><p>Blocking the actual 3D printing of firearms could make it harder for people to ignore such laws.</p><p>“3D printing really is the new frontier of the fight against ghost guns,” said Samuel Levy, director of policy advocacy at Everytown for Gun Safety.</p><p>The National Rifle Association might partly agree with that assertion, though it disagrees with the policy.</p><p>“Despite desperate fear-mongering campaigns, homemade firearms are nothing new — they are a proud, time-honored American tradition dating back to the founding of our Republic," John Commerford, executive director of the NRA Institute for Legislative Action, said in a statement. He added that "these measures only restrict responsible Americans — who do follow the law — from participating in constitutionally protected activities.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NIMT2BZBVDNHPPJHEMH34JDBII.jpg?auth=da4d2e8df2d27d2539c407117f278adda02d02cb4d535afba701fad7309160f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A handgun frame that has been printed on a 3D printer is held for a photograph at the Bureau of Alcohol, Tobacco, Firearms, and Explosives (ATF), National Services Center, March 2, 2023, in Martinsburg, W.Va. (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/3ZD2Q472OZFZXOJCXUL4X4HOLA.jpg?auth=4f8fdf22bc59f23348c15263c8fc7b404d70eb73d2ce32d55008f4244d792059&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ghost guns, provided by the New York City Police Department, are displayed in the Manhattan District Attorney's office, in New York, Oct. 15, 2025. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[What to know about a possible deal to end the Iran war]]></title><link>https://www.local10.com/news/world/2026/06/13/what-to-know-about-a-possible-deal-to-end-the-iran-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/13/what-to-know-about-a-possible-deal-to-end-the-iran-war/</guid><dc:creator><![CDATA[By MUNIR AHMED, WILL WEISSERT and SAM MEDNICK, Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — The United States and Iran once again appear close to a deal to end the war and open the Strait of Hormuz.]]></description><pubDate>Sat, 13 Jun 2026 18:04:14 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — The United States and Iran once again appear close to a deal to end the war and open the Strait of Hormuz.</p><p>Pakistani Prime Minister Shehbaz Sharif said Saturday that a deal aimed at ending the war in the Middle East is closer than ever before and expected to be finalized within 24 hours. Pakistan is preparing for the electronic signing of the agreement, followed by technical-level talks next week.</p><p>U.S. President Donald Trump said the deal was “scheduled to get signed tomorrow,” and that the Strait of Hormuz would open immediately. But Iran's foreign ministry spokesperson said no signing would occur Sunday and left the possibility open for the coming days.</p><p>Previous declarations of an imminent breakthrough failed to materialize.</p><p>Iran exchanged fire with the U.S. and Israel earlier in the week, threatening to push the region back into a full-scale war. The war launched by the U.S. and Israel on Feb. 28 has rattled the region and virtually shut down oil and natural gas shipments from the Persian Gulf. A fragile ceasefire has been in place since April 7.</p><p>Here's what to know:</p><p>A 60-day period would address Iran's nuclear program</p><p>Iranian Foreign Minister Abbas Araghchi said Friday the terms of dealing with Iran’s nuclear program would be finalized in the 60 days after the initial agreement is signed and that the parties could decide to extend that period.</p><p>The U.S. and Israel fear Iran’s nuclear program could lead to an atomic weapon — a main reason their leaders cited for going to war. Tehran has insisted its nuclear efforts are for peaceful purposes.</p><p>A senior U.S. administration official, who briefed reporters on condition of anonymity under ground rules set by the White House, said Friday that the emerging agreement would begin the process of destroying or removing Tehran’s highly enriched uranium.</p><p>The official said the 60-day period after both sides sign the deal would be used to work out technical details for removing the uranium. The official did not say who the U.S. envisions taking charge of removing the uranium, which is believed to be entombed under three nuclear sites battered by U.S. strikes last year.</p><p>The deal may include addressing reopening the Strait of Hormuz</p><p>The U.S. official said the emerging agreement includes provisions for reopening the strait.</p><p>Araghchi said Iran wants a deal that allows Tehran to charge ships “for services rendered” when they transit the strait. Iran imposed a toll system during the war, which the U.S. and other nations have said violates international law.</p><p>Transit through the strait, a vital shipping lane for oil and natural gas, has disrupted global energy supplies, driven up fuel prices and made food and other basics like fertilizer more expensive well beyond the region.</p><p>The agreement would include Iranian sanctions relief</p><p>Three regional officials said the emerging deal was expected to include the phased lifting of sanctions on Iran and the release of frozen Iranian assets. The officials spoke on condition of anonymity because of the sensitivity of the negotiations.</p><p>They said they expect a signing ceremony for the agreement in the coming days after officials in Washington and Tehran approve it.</p><p>What will happen to Lebanon remains unclear</p><p>Iran has insisted that any deal must also include a ceasefire in Lebanon, where Israel has been fighting the Iranian-backed Hezbollah militant group.</p><p>Israeli Defense Minister Israel Katz warned Friday that Israel could still act independently toward Iran and that the country would not pull out of the zones it is occupying in Lebanon, Syria and Gaza, nor would it withdraw from the northern refugee camps of the Israeli-occupied West Bank.</p><p>Fighting continued in southern Lebanon on Saturday.</p><p>___</p><p>Weissert reported from Washington and Mednick from Tel Aviv, Israel. Associated Press writers Michelle L. Price and Aamer Madhani in Washington and Russ Bynum in Savannah, Georgia, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W53AMZ7BFNSQ6QMWUXDGFRWLKM.jpg?auth=d2b27adf2caf8ebaa9b46e1a5db7145f294c556eecf125f10b65f71e82fa84c5&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 an anti-American mural on the wall of the former U.S. Embassy, now a museum, in Tehran, Iran, Friday, June 12, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[Lebanese army withdraws from southern village after Israeli troops advance nearby]]></title><link>https://www.local10.com/news/2026/06/13/lebanese-army-withdraws-from-southern-village-after-israeli-troops-advance-nearby/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/13/lebanese-army-withdraws-from-southern-village-after-israeli-troops-advance-nearby/</guid><dc:creator><![CDATA[By BASSEM MROUE, Associated Press]]></dc:creator><description><![CDATA[BEIRUT (AP) — The Lebanese army on Saturday withdrew its troops from a base in a southern Lebanese village after Israeli troops advanced in an area nearby, a military official said.]]></description><pubDate>Sat, 13 Jun 2026 19:48:55 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — The Lebanese army on Saturday withdrew its troops from a base in a southern Lebanese village after Israeli troops advanced in an area nearby, a military official said.</p><p>Israel's military appears to be trying to make as many gains as possible in case a U.S.-Iran agreement is reached to end the war in the region, which is likely to include Lebanon.</p><p>The departure from the army barracks in Kfar Tebnit came as the Israeli military issued an evacuation warning for about 20 locations, including the southern city of Nabatiyeh and nearby villages.</p><p>Lebanon’s state-run National News Agency reported airstrikes on Saturday on different villages near Nabatiyeh, including one that killed two people in Deir al-Zahrani. It added that Nabatiyeh was subjected to artillery shelling on Saturday.</p><p>A senior Lebanese military official told The Associated Press that the Lebanese army moved its forces from the Kfar Tebnit barracks following an incursion by Israeli forces into the area. The official, who did not elaborate, spoke on condition of anonymity in line with regulations.</p><p>Israeli troops were likely trying to capture the strategic Ali Taher hill on the edge of Kfar Tebnit that overlooks large parts of Nabatiyeh and some of the roads that link the city with nearby villages.</p><p>Israeli troops held the Ali Taher hill for 18 years until they withdrew from Lebanon in May 2000.</p><p>Hezbollah said in statements that its fighters carried out several attacks on Saturday including a morning one that targeted Israeli troops on the edge of Kfar Tibnit with two drones.</p><p>Hezbollah has been using fiber-optic drones since the start of the latest war inflicting casualties among Israeli troops.</p><p>In late May, Israeli troops captured a nearby strategic mountain topped with the Crusader-built Beaufort Castle in the deepest incursion into the country since 2000.</p><p>The Lebanese army said that later Saturday an Israeli drone targeted a soldier who was traveling near a hospital in Nabatiyeh, but missed. Later, however, another drone struck the soldier as he traveled on the road linking Nabatiyeh with the nearby village of Kfar Rumman, seriously wounding him.</p><p>The push on the edge of Kfar Tebnit came a day after Pakistan’s prime minister said that the United States and Iran have agreed to wording of an agreement aimed at ending their war in the Middle East and that mediators are working with both sides to finalize a deal.</p><p>Iranian Foreign Minister Abbas Araghchi told Iranian state TV on Friday that both sides were working toward signing an initial agreement declaring an end to the war “on all fronts, including Lebanon.”</p><p>Senior Hezbollah official Hussein Haj Hassan told Al Jazeera TV that they have been informed by Iranian officials that Lebanon will be part of a future ceasefire deal between the U.S. and Iran.</p><p>Iran is Hezbollah’s main backer, supplying the group with different types of weapons over the past four decades as well as billions of dollars.</p><p>Attacks by Israel and Hezbollah have continued despite a ceasefire that went into effect on April 17 and was renewed several times but remains a ceasefire in name only.</p><p>Israel continues to occupy large swaths of southern Lebanon while battling Hezbollah fighters, causing civilian casualties and damage to infrastructure. Hezbollah, which is not part of the ceasefire agreement between Israel and Lebanon, has launched frequent rocket and drone attacks.</p><p>The latest Israel-Hezbollah war began on March 2, when Hezbollah fired rockets into northern Israel two days after the U.S. and Israel began their attacks on Iran.</p><p>More than 3,700 people have been killed in Lebanon in the latest fighting, according to the Lebanese Health Ministry. Also, 30 Israeli soldiers and a defense contractor have been killed in or near southern Lebanon, and two civilians have been killed in northern Israel, according to Israeli Prime Minister Benjamin Netanyahu’s office.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YAHN5OUBQPYBNLQMAZ575SL5AU.jpg?auth=acb45d43e49494c75d02225f1283c5291b2f9c8f0559a7f65b97d440ec582faf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A car lies amidst debris following an Israeli airstrike in the southern port city of Tyre, Friday, June 12, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content></item><item><title><![CDATA[June 13: South Florida rain chances increase this weekend after unusually dry stretch]]></title><link>https://www.local10.com/weather/2026/06/13/june-13-south-florida-rain-chances-increase-this-weekend-after-unusually-dry-stretch/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/13/june-13-south-florida-rain-chances-increase-this-weekend-after-unusually-dry-stretch/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[It’s been unusually storm-free for June over the past week or so, but rain chances will increase this weekend.]]></description><pubDate>Sat, 13 Jun 2026 10:11:53 +0000</pubDate><content:encoded><![CDATA[<p>It’s been unusually storm-free for June over the past week or so, but rain chances will increase this weekend.</p><p>The sea breeze, combined with heat and humidity, will spark scattered afternoon showers and storms on Saturday and Sunday, with most of the activity occurring in the western suburbs. Areas such as Weston, Pembroke Pines, Doral and Kendall will have the best chance of seeing afternoon storms, while rain chances will be much lower closer to the beaches.</p><p>High temperatures will reach the lower 90s, with heat index values approaching 100 degrees both days.</p><p>There are currently no advisories in effect for boaters or beachgoers, so enjoy the weekend — but don’t forget the sunscreen.</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[AP Was There: 1975 summit at French castle plants seed for future G7 club of wealthy nations]]></title><link>https://www.local10.com/news/2026/06/13/ap-was-there-1975-summit-at-french-castle-plants-seed-for-future-g7-club-of-wealthy-nations/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/13/ap-was-there-1975-summit-at-french-castle-plants-seed-for-future-g7-club-of-wealthy-nations/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[EDITOR’S NOTE: When U.S. President Gerald Ford and leaders of five other leading democracies gathered for talks at a castle outside Paris on Nov. 15, 1975, they planted the seed for what subsequently became the Group of Seven nations.]]></description><pubDate>Sat, 13 Jun 2026 07:02:09 +0000</pubDate><content:encoded><![CDATA[<p>EDITOR’S NOTE: When U.S. President Gerald Ford and leaders of five other leading democracies gathered for talks at a castle outside Paris on Nov. 15, 1975, they planted the seed for what subsequently became the Group of Seven nations.</p><p>The initial six industrial powers that huddled at the Château de Rambouillet for three days of brainstorming about fixes for the global economy became the G7 the following year when Canada joined the elite club.</p><p>During and after the Cold War, the G7 became a powerful tool of influence, enabling Western allies and Japan to hammer out common positions not only on economic issues but also their foreign policy and security priorities.</p><p>The combined economic, industrial, military, and diplomatic strength of G7 nations ensures the summits they hold annually, rotating hosting duties, are always major news events.</p><p>The next G7 summit is in France next week.</p><p>As part of its coverage, The Associated Press is republishing extracts of the story that AP correspondent Arthur L. Gavshon wrote on the first day of the inaugural summit in 1975, hosted by French President Valéry Giscard d’Estaing and also including the leaders of West Germany, the U.K., Italy and Japan, as well as Ford.</p><p>___</p><p>By ARTHUR L. GAVSHON</p><p>RAMBOUILLET (AP) — President Ford called on leaders of five other major industrial nations Saturday to set themselves the task of transforming the world’s economic slump into prosperity by 1977.</p><p>Addressing the opening session of an economic summit meeting amid the splendor of the 14th-century Chateau de Rambouillet, Ford “categorically rejected the view” that expansion in the industrial world is impossible at pre-recession rates, an aide told newsmen.</p><p>He added that Ford said America’s economic recovery has been stronger than anticipated and forecast a growth rate of between 6 and 7 percent through 1976.</p><p>The first meeting with leaders of France, Britain, West Germany, Japan, and Italy began shortly after the President arrived at the historic chateau, 30 miles south of Paris.</p><p>The free-flowing talks broke nearly three hours later for dinner, and the host, French President Valéry Giscard d’Estaing, told newsmen: “I am optimistic. I think we can arrive at something concrete.”</p><p>A French spokesman said the leaders were reaching “a remarkable convergence of views.” British officials indicated a consensus was emerging that the worst of the economic downturn might already be over.</p><p>Secretary of State Henry A. Kissinger struck the same positive note, saying the meeting “went very well.”</p><p>The dinner was remarkably simple in comparison with the usual fare for a state occasion in France and was in line with the low-key approach favored by the French.</p><p>Stuffed chicken was the main course, with wines that were good but not spectacular.</p><p>In other developments at the six-nation talks:</p><p>— Japanese Prime Minister Takeo Miki who reported his country has been hurt by a decline in world trade, began pressing immediately for a freer flow of international commerce.</p><p>— British Prime Minister Harold Wilson disclosed through aides he wants his fellow leaders to back up a plan for a new and strengthened world code to check the spread of nuclear know-how, equipment, and weapons.</p><p>— Ford will join Giscard d’Estaing and Italian Prime Minister Aldo Moro Sunday morning for services at the Roman Catholic church in Poigny la Forêt, a 10-minute drive from the chateau.</p><p>The setting was priceless furniture and statuary trucked from the Louvre for the occasion, but the mood at the start of the summit was that of a relayed businessmen’s weekend seminar.</p><p>“It’s just a beautiful place here,” said Ford as President Valery Giscard d’Estaing of France led the participants from six nations into the pink and gray hall of marble at the chateau where Louis XVI passed idle hours and Napoleon his last night in France before banishment to St. Helena.</p><p>“The facilities are really gorgeous,” Ford said to Giscard d’Estaing. “It’s very comfortable.”</p><p>“I hope you feel as positive about all this afterwards,” Giscard d’Estaing shot back with a laugh. Then he called out “Helmut, oh Helmut,” as West German Chancellor Helmut Schmidt entered the room.</p><p>The relayed mood also was apparent in the dress of the leaders. Giscard d’Estaing wore a greenish tweed weekend suit, and Schmidt had on a light gray one. Ford was the most formally dressed of the leaders in a dark blue suit with a vest and white shirt.</p><p>The group, 18 in all including the finance and foreign ministers of participating nations, was spread out nine on each side of a 30‑foot long table. Giscard d’Estaing and Ford faced each other across the chestnut-colored upholstery covering the table, as did Harold Wilson of Britain and Aldo Moro of Italy, and Takeo Miki of Japan and Schmidt.</p><p>Each of the participants had earphones on which to follow proceedings. There were five closed-in interpreters’ booths at one end of the smallish room, and a bust of King Francois I of France, who died at the chateau, at the other end.</p><p>The leaders do not expect to reach firm decisions at the three-day seminar but to define directions their individual governments can take in fighting inflation, unemployment and declining world trade.</p><p>Presidential press spokesman Ron Nessen said during Ford’s flight across the Atlantic that the summit may result in an improved performance in the American economy.</p><p>“The President has always thought of it in practical terms – what it means to the American consumer,” Nessen said.</p><p>Each of the visiting leaders was assigned an apartment in the chateau, home of French kings and rulers from the 14th century. Moving men had worked until the early hours Saturday uncrating furniture and paintings brought from the Louvre to spruce up the rooms.</p><p>More than 3,000 armed French police were deployed around the wooded grounds and gardens of the palace.</p><p>Ford was given the top room of the Francois I tower, which a French spokesman described as “the most comfortable apartment in the chateau.” It has a Spanish-made bed with a working fireplace at the foot and a direct telephone linking Ford to the White House.</p><p>Prime Minister Harold Wilson of Britain was given an apartment done in mahogany and satin overlooking the garden ponds; Japanese Prime Minister Takeo Miki was down the hall in an apartment with heavy beams and Louis XVI furniture; Chancellor Helmut Schmidt of West Germany was in an apartment furnished in Directoire style, and Premier Aldo Moro of Italy had rooms furnished in Empire style.</p><p>With the idea of achieving general economic growth – and a cutback of the 15 million jobless in Western countries – the six nations intend to try to align their policies on such big issues as:</p><p>— The old French-American dispute over reform of the world monetary system. The French dislike the present floating exchange rates and want to return to a more rigid system while the United States and Britain would as soon leave the system flexible.</p><p>— The formulation of a common energy policy. Ford can count on majority backing for his view that the economic and political future of the industrial democracies cannot be left to the mercy of the oil producers. New sources of supply and new conservation programs should be jointly and quickly developed.</p><p>— The general world economic outlook and ways of tackling the inflation which is undermining political stability many places.</p><p>— Relationships between the older industrialized nations of the West, the newly rich producers of oil and other scarce raw materials, and the poorest developing lands.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E2DWNNJY6F4D434S6QN2KDNZ34.jpg?auth=c88150a44e0fc162a5d10e84b127cd711e8a974a4ad9301753037f037cd6f1b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - From left: Premier Aldo Moro of Italy, Premier Harold Wilson of the Great Britain, President Gerald Ford of the United States, President Valery Giscard d'Estaing of France, Chacellor Helmut Schmidt of West Germany and Premier Takeo Miki of Japan, the six heads of state and government, pose for a group portrait during the Economic and Monetary summit meeting at the Chateau de Rambouillet, West of Paris, Nov. 17, 1975. (AP Photo, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/EOLB6FZP3BDGHXTMHQMLYK3WRM.jpg?auth=0ee06540c5e21a327db842b90351d6a556a1ce05a56876ea3379fbfc3c3bedfe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - West German Chancellor Helmut Schmidt is met by French protocol chief Mr. Angles, left, as he arrives at the Chateau de Rambouillet, west of Paris on Nov. 15, 1975 for the Economic and Monetary summit meeting. (AP Photo/Michel Lipchitz, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Michel Lipchitz</media:credit></media:content></item><item><title><![CDATA[Trump's name is gone from the Kennedy Center's facade, according to a top official at the arts venue]]></title><link>https://www.local10.com/entertainment/2026/06/13/trumps-name-is-gone-from-the-kennedy-centers-facade-according-to-a-top-official-at-the-arts-venue/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/13/trumps-name-is-gone-from-the-kennedy-centers-facade-according-to-a-top-official-at-the-arts-venue/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The curtain may have come down for President Donald Trump at the Kennedy Center but the tarp stays up for now.]]></description><pubDate>Sat, 13 Jun 2026 19:45:01 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The curtain may have come down for President Donald Trump at the Kennedy Center but the tarp stays up for now.</p><p>Matt Floca, executive director and chief operating officer of the performing arts venue, told a federal court Saturday that the institution had complied with an order to remove Trump's name from the facade. In a filing, Floca said the board of trustees and the center had removed “all physical signage on the Kennedy Center building and grounds, including the front portico, that purports to rename the Kennedy Center after President Trump.”</p><p>But for onlookers who have gathered on the plaza in front of the center over the past day hoping to witness a dramatic moment symbolizing the limits of Trump’s power, it was virtually impossible to see whether the signage was gone. A tarp hung over the scaffolding constructed for workers to perform that task. It was unclear when the tarp might be removed to reveal the original lettering that had endured for decades: “The John F. Kennedy Memorial Center for the Performing Arts.”</p><p>A reporter was able to peer through a slight opening in the tarp, which was pulled tightly against the wall, and saw that the letters for Trump’s name were no longer affixed to the building.</p><p>By the end, the Kennedy Center's leadership had dug in against a federal judge's order to erase Trump's name from the building. Two courts rejected the institution's last-minute request to keep retain Trump's name pending an appeal. After severe thunderstorms raked Washington on Friday evening, the Kennedy Center sought one more extension before complying with a noon Saturday deadline.</p><p>Those who pushed for the scrubbing of Trump's name were in a celebratory mood. Rep. Joyce Beatty, D-Ohio, an ex officio member of the board who sued to remove references to the president from the building and the center's operations, was spotted in the plaza late Friday and Saturday morning. She posted a video to social media that purported to show her performing the “Trump dance” in one of the Kennedy Center's great halls.</p><p>“Today’s victory is the beginning of returning the Kennedy Center to the American people," Beatty said in a statement. “The rule of law prevailed, and that is worth celebrating.”</p><p>Leo Bartholomaus, a recent graduate of Syracuse University who lives in Virginia, said he was walking by the Kennedy Center on Friday afternoon after visiting the National Mall to see events related to this weekend's UFC match at the White House. He said he was not happy that Trump added his name to the building.</p><p>“My grandmother had a big love of the arts,” he said. “I've been here to see ‘The Lion King.’ I wasn't a fan of Donald Trump putting his name on it. I thought it was better as the Kennedy Center."</p><p>Closing an unusual chapter</p><p>The removal of Trump's name closes one of the more unusual chapters in the history of the Kennedy Center, which began construction in 1964 and was dedicated to the memory of the slain president, Democrat John F. Kennedy. At what is typically one of the few relatively nonpartisan spaces in Washington, Trump has wielded tremendous influence over the venue during his second term.</p><p>Though he rarely discussed the Kennedy Center during his 2024 campaign, Trump moved quickly to oust the institution's leadership when he returned to office in January 2025 and replaced it with a board of trustees that named him chairman. His name was quickly added to the building.</p><p>While the removal of his name marks a setback for Trump, he is moving forward with plans to reshape the physical landscape of the nation's capital in ways that have few modern parallels.</p><p>He demolished the East Wing of the White House and is building a controversial ballroom in its place. He remodeled the Lincoln Memorial Reflecting Pool and plans extensive renovations of a golf course in East Potomac Park, moves that could significantly reduce the public's access to running and biking paths. He is also moving forward with a triumphal arch that will sit near Arlington National Cemetery across the Potomac River in Virginia.</p><p>Indeed as Trump's name was being removed from the Kennedy Center, the South Lawn of the White House has been transformed into a venue for a UFC match intended to celebrate the 250th anniversary of American independence but also coinciding with Trump's birthday on Sunday.</p><p>Questions linger about the Kennedy Center's future</p><p>Back at the Kennedy Center, there are many questions about the institution's future. The same May court decision that ordered Trump's name to be removed from the building also blocked a planned two-year closure for renovations that was set to begin next month.</p><p>The Kennedy Center's calendar for the weeks ahead include performances of “Moulin Rouge! The Musical” and “Bluey's Big Play.” Comedian Bill Maher is to be awarded the Mark Twain Award for American Humor during a ceremony on June 28.</p><p>But little is scheduled for the stages beyond that and, after substantially reducing staff, it is unclear how quickly the Kennedy Center could build out a robust performance list. Trump, angered by the court's order to remove his name, has said he would turn the Kennedy Center over to Congress and has suggested it might simply shutter because of public safety concerns.</p><p>In its unsuccessful appeal on Friday seeking a pause on the order removing Trump's name, the Kennedy Center's leadership argued, in terms that seemed similar to the president's speech patterns, that the lower court was interfering with needed renovations.</p><p>“The District Court is not allowing us to close in order to properly fix up and repair the Building, including potentially life threatening structural damage like beams and parking garage ceilings that are rusted, and in serious danger of falling onto people below,” according to the appeal. “Indeed, total collapse!”</p><p>The institution also suggested that the president's name could return to the building if the Kennedy Center later wins its appeal.</p><p>If the court denied the venue's request for a pause, the Kennedy Center argued it would “be forced to squander time and money — by both removing the signage and then potentially returning it after appeal.”</p><p>___</p><p>Associated Press journalist Emily Wang contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TD3BFQ5IZWZGSLO6KJPFH7K4SY.jpg?auth=2636ad00b535fd6d67c2f32f38753fe9db9a03832147f56d009e63d7afed5b61&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women take a selfie as the wall of the John F. Kennedy Center for the Performing Arts is covered in tarp as work continues on the removal of President Donald Trump's name, Saturday, June 13, 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/FICQM3UJTN7CLVMKDZ6Y3F7SMA.jpg?auth=f8d3b4fcda1fbc5562fd893e15b9757e1f2c3b0598f3a544218959bc796eacc8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker removes a letter from President Donald Trump's name from the wall of the John F. Kennedy Center for the Performing Arts in Washington, Saturday, June 13, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G4FEH54DZ7BOWJYJ6ZLE6LSMDI.jpg?auth=49c8c74e5f29f4cbc9da2985566dfc816f09f310ed1f82daca579cc9afafbf10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The wall of the John F. Kennedy Center for the Performing Arts is covered in tarp as work continues on the removal of President Donald Trump's name, Saturday, June 13, 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/OYQSO4QVB4NM5I52DXALMPPVEE.jpg?auth=ae0158dc1bf7f960b01c93f8de6ac493d992ada850bb9256b3bcd5f4e39d9d5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker constructs scaffolding in front of the John F. Kennedy Center for the Performing Arts sign in Washington, Friday, June 12, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/REA3FQ2AABMRYRXHKLKAU66W2I.jpg?auth=1071cfdeb8f14beaae884708fa56e7b3490e5030b0fd6b4bd23de76ef25e18b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The wall of the John F. Kennedy Center for the Performing Arts is covered in tarp after President Donald Trump's name was removed, in Washington, Saturday, June 13, 2026. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content></item><item><title><![CDATA[Woman mauled by shark off Sydney beach grabs onto a lifeguard's paddleboard]]></title><link>https://www.local10.com/news/world/2026/06/13/woman-mauled-by-shark-off-sydney-beach-grabs-onto-a-lifeguards-paddleboard/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/13/woman-mauled-by-shark-off-sydney-beach-grabs-onto-a-lifeguards-paddleboard/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description><![CDATA[MELBOURNE, Australia (AP) — A 3.5-meter (11-foot) shark critically injured a woman off a popular Sydney beach on Saturday, and she managed to grab onto a lifeguard’s paddleboard before they made it to shore.]]></description><pubDate>Sat, 13 Jun 2026 09:56:42 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — A 3.5-meter (11-foot) shark critically injured a woman off a popular Sydney beach on Saturday, and she managed to grab onto a lifeguard’s paddleboard before they made it to shore.</p><p>The 35-year-old suffered serious leg and arm injuries in the attack at 11:15 a.m. off Coogee Beach, a police statement said.</p><p>“I saw the shark come out of the water and just the size of it shocked me,” lifeguard Charlie Verco told Sydney’s The Sunday Telegraph newspaper. He was in the area on his 5.5-meter (18-foot) paddleboard and was the first rescuer to the scene.</p><p>“I kept paddling towards her and the shark took her underwater and I was going, ‘What do I do now?’ A couple of seconds later, she popped up again,” Verco said.</p><p>He said the woman was too weak to climb onto the board, but he managed to grab her by an arm and they headed toward the beach. Other bystanders reached the pair and helped them back to shore.</p><p>An off-duty hospital doctor Ian Ferguson was spending the morning at the beach with his young family when he said he heard screaming and saw a “big cloud of blood in the water.”</p><p>Ferguson and others applied tourniquets to her wounds after she reached the beach. She had a 30-centimeter (12-inch) wide bite on her thigh, the flesh had been removed and bone was exposed, Ferguson told the newspaper. She had a similar wound to her arm, he said.</p><p>The victim was taken to a rugby field near the beach, from where she was flown by helicopter to a hospital. Police described her condition as critical.</p><p>The woman, who was not identified, was swimming with two friends 30 meters (100 feet) from the beach when she was attacked, ambulance official Michael Corlis said.</p><p>She was attacked by a 3.5-meter (11-foot) white shark, lifeguard Tony Waller said.</p><p>Three spearfishing divers have been killed by sharks off the Australian coast since May 16, bringing the total of fatalities in the nation this year to four. In January, a 12-year-old boy died in a hospital days after he was mauled by a bull shark in Sydney Harbor.</p><p>Australia has averaged between two and three fatal shark attacks a year since 2000, according to the Australian Shark Incident Database, a partnership of the Taronga Conservation Society Australia, Flinders University and the New South Wales state government.</p><p>Last year, Australia recorded five fatal shark attacks. Attacks in Australia have become more common over the decades as the population has grown and activities such as surfing and scuba diving have gained in popularity.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E3MAWIA32MB7TFOANFMYDWOISU.jpg?auth=51f0fb36b761bd7732e4783150f3aab2a4264fcc93a119f2ea07642a7685fc4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People sit on stairs at Coogee beach following a shark attack in Sydney, Saturday, June 13, 2026. (Nadir Kinani/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nadir Kinani</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SKCB7AOL7AERA64FI3Q2EEHTYE.jpg?auth=f17a95d6a2a459eb8951af2eba5815eda03a55795bac75177ed7ce489432a782&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign is seen at the site of a fatal shark attack at Dee Why Beach in Sydney, Australia, on Sept. 6, 2025. (AP Photo/Mark Baker, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Baker</media:credit></media:content></item><item><title><![CDATA[How Americans celebrated the bicentennial — with fireworks, a Freedom Train and Farrah]]></title><link>https://www.local10.com/entertainment/2026/06/13/how-americans-celebrated-the-bicentennial-with-fireworks-a-freedom-train-and-farrah/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/13/how-americans-celebrated-the-bicentennial-with-fireworks-a-freedom-train-and-farrah/</guid><dc:creator><![CDATA[By LOU KESTEN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — In 1976's “ Rocky,” heavyweight champion Apollo Creed arrives for the title fight dressed as George Washington, reenacting the crossing of the Delaware as models costumed as the Statue of Liberty lead the way.]]></description><pubDate>Sat, 13 Jun 2026 04:16:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — In 1976's “ Rocky,” heavyweight champion Apollo Creed arrives for the title fight dressed as George Washington, reenacting the crossing of the Delaware as models costumed as the Statue of Liberty lead the way.</p><p>After entering the ring, Apollo switches into an Uncle Sam costume. “I want YOU!” he roars as he points to Rocky Balboa, the far less flamboyant palooka he's chosen for this bicentennial bout in Philadelphia.</p><p>Then the two boxers pound the daylights out of each other.</p><p>It's as accurate a representation of the American bicentennial vibe as has ever been put on film — plenty of fireworks, but not much thought about how 200 years of independence led to this.</p><p>I was 13 years old in 1976. Kids my age — the tail end of the Baby Boom, or the vanguard of Generation X — grew up skeptical of the government. We had outlasted the Vietnam War and the Watergate scandal, with the occasional moment of joy — the moon landing, say — to break the gloom. The state of the union was intact, even if many Americans were still on edge.</p><p>My family lived in Newport News, Virginia, not far from the Historic Triangle of Jamestown, Yorktown and Williamsburg. So there was plenty of buzz surrounding the bicentennial. President Gerald Ford and his wife, Betty, took a carriage ride through Colonial Williamsburg, foreign leaders came to visit, and the living museum regularly staged reenactments of the events leading up to the signing of the Declaration of Independence.</p><p>Ford and plenty of other dignitaries went to New York for what the president called “the greatest Fourth of July any of us will ever see.” Operation Sail was a floating parade of 16 tall ships and more than 100 smaller vessels from around the world — including, even, the Soviet Union. It was a boon for the beleaguered Big Apple, proving that “New Yorkers could get along, even during difficult times,” according to the Gotham Center for New York History.</p><p>All aboard the Freedom Train</p><p>For history buffs who couldn't make the trip east, there was the American Freedom Train, a 26-car behemoth that toured all 48 contiguous states. It displayed two centuries of artifacts like George Washington's copy of the Constitution, the original Louisiana Purchase, Judy Garland's dress from “The Wizard of Oz” and a moon rock. Merle Haggard even released a song about it.</p><p>I had a nifty 3D poster of the Freedom Train on my bedroom wall. A different poster captured everyone's eye later in 1976 — one featuring “Charlie's Angels” star Farrah Fawcett-Majors.</p><p>It's patriotic in its own way. There's Farrah, sporting big hair, a blinding white smile and a red swimsuit, posed in front of a red, white and blue blanket. The color scheme may not have been intentional, but it might as well be titled “All-American Girl" for its presentation of what much of society saw as one.</p><p>There were plenty of more deliberate anniversary collectibles out there. A quick search of eBay in 2026 digs up hundreds of collectible plates, glasses, beer mugs and bumper stickers. The government unleashed special quarters, stamps and license plates. And of course Madison Avenue jumped in, selling bicentennial cereal, candy, beer and soda. You could get a different 7-Up can for each of the 50 states.</p><p>Even the creator of the Pet Rock — the preposterous 1975 phenomenon that was, yes, a rock in a box — tried to get in on the act. That fad, alas, had run its course, and the Bicentennial Pet Rock flopped. You'd have been better off buying a Pez dispenser with the head of Paul Revere or Betsy Ross.</p><p>Broadcast television — remember, we only had three networks — was more subdued. For kids, ABC's beloved “Schoolhouse Rock!” spun off “America Rock.” But while that cartoon did include some history, it's best remembered for the mournful civics lesson “I'm Just a Bill.”</p><p>More prominent was CBS News' "Bicentennial Minute." Starting July 4, 1974, barely a month before President Richard Nixon resigned, it ran every night in prime time, presenting the news from 200 years earlier. It was so unavoidable that sitcoms like “All in the Family” referred to it; “Saturday Night Live,” which debuted in 1975, paid tribute with a “Bisexual Minute.”</p><p>Still, all three networks pulled out the stops on July 4, 1976. Walter Cronkite led the pack with 16 hours of coverage on CBS, while “Bob Hope's Bicentennial Star-Spangled Spectacular” ("the show that took 200 years to produce") on NBC celebrated with Sammy Davis Jr., Captain & Tennille and Donny and Marie Osmond.</p><p>The bad news bearers</p><p>Certainly, not everyone was in the mood to celebrate. Richard Pryor released an influential album whose title was “Bicentennial,” followed by an ethnic slur. The title track is a monologue from a 200-year-old slave; it ends with “I ain’t gonna never forget it.” In the same album's ”Bicentennial Prayer," Pryor proclaims, "We are celebrating 200 years of white folks kickin' ass.”</p><p>Popular music wasn't in a particularly patriotic mood either. Elton John's 1975 hit “Philadelphia Freedom” became a de facto anthem of sorts, even though it's barely about Philadelphia and is more about individual independence.</p><p>Indeed, the prevailing pop attitude was: Let's forget about this mess we've left behind and go to the disco. So the Billboard singles charts were topped by the likes of Johnnie Taylor's “Disco Lady,” The Sylvers' “Boogie Fever,” The Bee Gees' “You Should Be Dancing” and KC and the Sunshine Band's “(Shake Shake Shake) Shake Your Booty.”</p><p>On the album charts, California's hippie culture was shaking off its hangover with haunted LPs like the Eagles' “Hotel California” and Jackson Browne's “The Pretender.” Something else was breaking loose in New York, though, with aggressive debuts from the Ramones and Blondie. The Ramones' logo included an eagle holding an olive branch and a baseball bat, and their repertoire included the future stadium anthem “Blitzkrieg Bop.” What could be more American?</p><p>Speaking of America's pastime, I'd be remiss if I didn't bring up the year's funniest movie, “The Bad News Bears.” It's baseball the way it was meant to be played — by a bunch of foul-mouthed juvenile delinquents coached by a surly, alcoholic has-been embodied by Walter Matthau. Double 50-year-old spoiler alert: Like Rocky, the Bears don't win in the end. But they do have fun.</p><p>The same can't be said for the characters in most of 1976's dramatic films. Hollywood did its best to get a patriotic movie — the World War II epic “Midway” — in theaters in June, but it quickly fizzled. The top box office draw on July 4th was “The Omen,” about an angelic-looking boy who turns out to be the Antichrist.</p><p>More prestigious films continued to wrestle with the paranoia of the Nixon era. “All the President's Men” dramatized The Washington Post's investigation of the Watergate scandal. In “Taxi Driver,” a Vietnam War veteran plots to assassinate a presidential contender. In “Network,” a TV anchorman urges his viewers to open their windows and scream, “I'm mad as hell and I'm not going to take it anymore!”</p><p>All three are undisputed classics. All three were nominated for the Best Picture Oscar. All three lost to “Rocky.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KXJGAYQ3YR56474EPU5MGO6VFY.jpg?auth=2fdb00eba0726e973c01df5216acdded8a3827dac8e6df19ed33962cf0c29c07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ships participate in Operation Sail between the Statue of Liberty and the World Trade Center to celebrate the U.S. bicentennial in New York on July 4, 1976. (AP Photo/Eddie Adams, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eddie Adams</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NH6WWG5ASGLLEJL2AUPU3GWA5Q.jpg?auth=0958f84583f1d79c8859c3975c287c62cba0269cf6463ff55303366f68ee56c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Five-year-old Thomas Scott of Bridgewater, Mass., celebrates the U.S. bicentennial in Boston's Fourth of July parade, Sunday, July 4, 1976. (AP Photo/File)]]></media:description><media:credit role="author" scheme="urn:ebu">Anonymous</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HDLKURBH4GD5JKL3GH767S5IDE.jpg?auth=667aa8bdf49ec623b0a966fc90b9642e71bf0d6bded36b819498f4b2859bf476&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People wait in line to see the American Freedom Train in Archbold, Ohio, June 20, 1975. (AP Photo/File)]]></media:description><media:credit role="author" scheme="urn:ebu">Anonymous</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BEPFJC7K7JN37PIVDNMU54PEAI.jpg?auth=9e59ac57b585fef679fc8f8ff5d1d79b9efc573467ea67bcc43ddb43a0fe76f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Floats and participants in the 10.8-mile All Nation, All People Official Los Angeles County Bicentennial Parade along Wilshire Boulevard in Los Angeles, Sunday, July 4, 1976. (AP Photo/File)]]></media:description><media:credit role="author" scheme="urn:ebu">Anonymous</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JPPA3YFJJLRH42QFC7ZQ2HGRDM.jpg?auth=c01300bf5408b92147368b673489e228ab105354ff865b3a3eb44e67ce6d8402&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Actor and screenwriter Sylvester Stallone, left, poses with Eletha Finch, center, widow of actor Peter Finch, and actress Faye Dunaway at the Academy Awards in Los Angeles on March 28, 1977. (AP Photo/File)]]></media:description><media:credit role="author" scheme="urn:ebu">Uncredited</media:credit></media:content></item><item><title><![CDATA[A dream day for New York fans with Knicks on the road to clinch and Brazil vs. Morocco in World Cup]]></title><link>https://www.local10.com/sports/2026/06/13/a-dream-day-for-new-york-fans-with-knicks-on-the-road-to-clinch-and-brazil-vs-morocco-in-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/13/a-dream-day-for-new-york-fans-with-knicks-on-the-road-to-clinch-and-brazil-vs-morocco-in-world-cup/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — If there is a saving grace from the bedlam that is about to ensue in New York City on Saturday, with the Knicks on the verge of a championship and Brazil taking on Morocco in the World Cup, it is that Game 5 of the NBA Finals is on the road.]]></description><pubDate>Sat, 13 Jun 2026 19:27:17 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — If there is a saving grace from the bedlam that is about to ensue in New York City on Saturday, with the Knicks on the verge of a championship and Brazil taking on Morocco in the World Cup, it is that Game 5 of the NBA Finals is on the road.</p><p>Of course, that won’t stop orange-and-blue-blooded Knicks fans from teeming into the area near the team’s Manhattan arena to watch on bar TVs and big screens as their team — playing 1,580 miles (2,545 kilometers) away in San Antonio — looks to clinch its first title in 53 years.</p><p>After a rift with the city over security measures for Game 4, the Knicks are again holding a watch party outside Madison Square Garden. Up to 3,000 fans can attend, the team said. Advanced registration is required and all fans in attendance will be screened by police. Other watch parties are being held at Radio City Music Hall and Wollman Rink in Central Park.</p><p>Registration for both filled up quickly.</p><p>Tickets for the Radio City event, sold on the Knicks website for a $10 donation to their Garden of Dreams charity, were going for hundreds of dollars on the secondary. The Garden and Wollman Rink events are free.</p><p>For Game 4 at the Garden on Wednesday, the Knicks were granted a permit for a watch party for up to 1,000 people, but team owner James Dolan declined to hold one as he lashed out at Mayor Zohran Mamdani and the police department for keeping in place a security perimeter, metal detectors and other restrictions after President Donald Trump‘s visit to Game 3 on Monday.</p><p>Those restrictions remain in effect for Game 5.</p><p>All postseason, Knicks fans have flocked to the Garden by the thousands, making playoff pilgrimages to a place known as the “Mecca of Basketball” to cheer, commune and revel in a remarkable feat: 14 wins in 15 games since April 23, and a 3-1 lead over the Spurs in the best-of-seven series.</p><p>On Saturday, Knicks fever collides with the New York City area’s first World Cup game in 32 years. The match at MetLife Stadium in New Jersey kicks off about three hours before the Knicks game, but traffic and transit restrictions extend to Manhattan, and soccer fans returning to the city by train will be arriving at Penn Station — right underneath the Garden.</p><p>Complicating matters: a concert at the Garden that is expected to bring another 15,000 to 20,000 people to the area and prevents a watch party inside the arena and a scorching heatwave that has city officials advising people to stay indoors. On Sunday, the city is hosting another big event, the National Puerto Rican Day Parade.</p><p>The concert, by the Australian pop band 5 Seconds of Summer, follows the Knicks’ 4.5 seconds of delirium Wednesday night at the Garden — a magical sequence in which OG Anunoby tipped in a Jalen Brunson miss to complete a historic 29-point comeback and put them a game from the third title in team history.</p><p>Wild scenes outside the Garden</p><p>Outside, it was pandemonium.</p><p>Fans in blue Brunson and orange Karl-Anthony Towns jerseys ran through the streets. Subway cars erupted in cheers as fans peeped the winning shot on their cellphones, their feeds interrupted at times by spotty underground reception.</p><p>Just beyond the Garden’s police-prescribed security perimeter, crowds swelled to about 10,000 people, the NYPD said. Thousands more were taking in the game and its see-it-to-believe-it ending at watch parties at nearby Bryant Park and Wollman Rink in Central Park.</p><p>But as the game progressed, the police department said in a statement, “the crowds became increasingly destructive, and there were many incidents of incredibly reckless and dangerous behavior.”</p><p>People fought in the streets and set off fireworks. They climbed scaffolding and traffic lights and smashed the windshields of four police vehicles. Some people tried to physically flip over a taxi or jump on top of moving trucks and other vehicles, police said. One group broke into a tractor trailer, took items from inside and threw them at police officers.</p><p>At least 10 officers were hurt in the mayhem, police said. One was hit in the head with a glass bottle.</p><p>In all, 56 people were taken into police custody during and after Game 4. Of them, 15 were arrested and 41 were released with criminal court summonses.</p><p>Other Knicks-related crimes remain unsolved.</p><p>On Wednesday, about two blocks from the Garden, a 17-year-old boy was beaten into a coma by people who had been arguing with him about the Knicks after their Game 4 comeback win, the NYPD said. Later, at the Spurs hotel five blocks from the arena, someone hurled an egg at star Spurs center Victor Wembanyama, but missed.</p><p>After the Spurs won Game 3 on Monday, a 39-year-old Spurs fan had his Tim Duncan jersey ripped from his body while walking back to his hotel near Times Square, the NYPD said.</p><p>New York declares Gridlock Alert</p><p>With the confluence of events on the pitch, court and stage, the city has declared a Gridlock Alert for Saturday, with severe traffic congestion expected in midtown Manhattan. Street closures and limited access to parts of Penn Station will be in effect for each of the eight World Cup matches at MetLife Stadium.</p><p>Starting at noon, two streets adjacent to the Garden — 32nd and 33rd — will be closed to vehicle traffic and used as queues for people waiting for trains from Penn Station to the World Cup. They will reopen three hours after the match ends.</p><p>The city is also barring truck deliveries from 30th Street to 60th Street from noon to 11 p.m., closing streets around the Lincoln Tunnel to New Jersey and converting some streets to bus-only corridors, including 42nd Street, which traverses Times Square. Of late, the tourist haven has been co-opted as yet another place for New York fans to cheer.</p><p>If the Knicks win Game 5, the next stop for their roving faithful will be a celebratory parade in Lower Manhattan, through a skyscraper-filled stretch of the city known as the Canyon of Heroes.</p><p>If not, the Knicks and their fans will be back at the Garden on Tuesday for Game 6.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2VCQCKFTOBX5BSQMGPJSN4OFSU.jpg?auth=3a17643936c57c4a3519afa8c383230eb6af2a7ffba702613ec75f4df1870faf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former New York Knicks player Jeremy Lin, right, interviews Knicks fans outside of Madison Square Garden ahead of Game 4 of the NBA Finals between the Knicks and 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/2PX3J4LMUJKLUXV754TEDY6254.jpg?auth=346e83e980c2770a09fb17f0e52c22cd25b984b3023ce3bbb89d5bbe9b722ba6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans pass a security checkpoint on Sixth Avenue outside of Madison Square Garden ahead of Game 4 of the NBA Finals between the New York Knicks and 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/BFLZUHMVWMIGNHYMUKSTDKFJGQ.jpg?auth=caf076502f4d9ddb93aa7a585a1abcfa6780cd80d8efe9bcac57040b91a77f0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans wait to pass police on Eighth Avenue outside of Madison Square Garden ahead of Game 4 of the NBA Finals between the New York Knicks and 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/P5UPN4UN5DHQ6F4KRKQSE6TDKA.jpg?auth=be23fa5f80291fc34c435675dd903b5810bcaf2c37b4eacb9a0d2153cda99230&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans wait to pass police on Eighth Avenue outside of Madison Square Garden ahead of Game 4 of the NBA Finals between the New York Knicks and 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></item><item><title><![CDATA[Misiorowski throws first professional complete game on another night of record velocity]]></title><link>https://www.local10.com/sports/2026/06/13/misiorowski-throws-first-professional-complete-game-on-another-night-of-record-velocity/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/13/misiorowski-throws-first-professional-complete-game-on-another-night-of-record-velocity/</guid><dc:creator><![CDATA[By RICH ROVITO, Associated Press]]></dc:creator><description><![CDATA[MILWAUKEE (AP) — Exactly one year after his major league debut, Jacob Misiorowski threw record heat over eight innings and took the mound for the ninth with the chance to pitch his first professional complete game.]]></description><pubDate>Sat, 13 Jun 2026 16:27:52 +0000</pubDate><content:encoded><![CDATA[<p>MILWAUKEE (AP) — Exactly one year after his major league debut, Jacob Misiorowski threw record heat over eight innings and took the mound for the ninth with the chance to pitch his first professional complete game.</p><p>“When I walked out for the ninth, my whole body shivered and the adrenaline really kicked in,” he said.</p><p>Misiorowski threw a 104.5 mph pitch, the fastest by a starting pitcher since tracking began, and struck out 15 with no walks in a one-hitter that led the Milwaukee Brewers over the Philadelphia Phillies 6-0 on Friday night.</p><p>“That was as good as it gets,” Brewers manager Pat Murphy said. “To pitch a game like that against an offense like that with all those All-Stars over there, it was an incredible performance.”</p><p>Misiorowski had never pitched past the seventh inning in 27 previous big league starts.</p><p>As he strode to the mound for the ninth inning, the capacity crowd of 40,205 rose in unison. Misiorowski retired Gabriel Rincones Jr. and J.T. Realmuto on groundouts, then struck out Justin Crawford with a 103.1 mph pitch that ended the game.</p><p>Misiorowski raised his hands in the air and turned to embrace catcher William Contreras.</p><p>“There was no chance I was going to throw anything other than a heater right there. I was amped up,” Misiorowski said.</p><p>He struck out Kyle Schwarber leading off the game with his fifth pitch, a 104.5 mph offering at the low, outsider corner that was tipped into Contreras' mitt.</p><p>Misiorowski (8-2) threw four pitches of 104 mph or higher, all faster than the previous high for a starter of 103.7 mph he set at Colorado on June 7. The fastest pitch overall since tracking began in 2008 was 105.8 mph by Cincinnati reliever Aroldis Chapman in September 2010.</p><p>Misiorowski reached 100 mph with a record 58 pitches, one more than he threw against St. Louis on May 25. He tossed 74 of 95 pitches for strikes and lowered his major league-leading ERA to 1.34 in just the eighth complete game and fifth individual shutout in the majors this year.</p><p>He has a 0.17 ERA in his last eight starts and the 15 strikeouts were the most by any pitcher this season. Milwaukee had not had a complete game since Brandon Woodruff on Sept. 11, 2023, against Miami.</p><p>Misiorowski started the game with four straight strikeouts and fanned eight of his first nine batters.</p><p>“You pretty much better be ready to hit the fastball. You don’t see guys like this often,” Phillies manager Don Mattingly said before the game. “We see more guys throw 100 mph or up in that range, but you don’t see guys that are consistent like him. If you can’t hit a fastball, you’re in big trouble.”</p><p>Misiorowski faced the minimum 27 batters. Schwarber singled on a slider on the first pitch of the fourth and, after Bryce Harper struck out, Trea Turner grounded into an inning-ending double play.</p><p>“It was a backdoor slider that I located well, but maybe slightly off,” Misiorowski said of the pitch to Schwarber. "I was trying to jump out ahead of him. He made good contact and poked it through. End of the story.”</p><p>Murphy said Misiorowski has continued to mature.</p><p>“His work between starts is consistent,” Murphy said. “He’s worked hard in the weight room. He’s worked hard building a routine. This guy loves the ball in his hand.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QDY4FPM5XOPAPSH5NMMCE2B3DQ.jpg?auth=1d4f8d5074b16d4c179fb73521044ca94a03585e5deefe186f74208c02079c0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jacob Misiorowski reacts after recording the final out during the ninth inning of a baseball game against the Philadelphia Phillies, Friday, June 12, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7KHCG5274GEFBWJCGZIYNDKQZY.jpg?auth=2101e245d575a2eecad92cd174c6496ee0c9fd65e0214d6c4948c01dc17034a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jacob Misiorowski pitches during the first inning of a baseball game against the Philadelphia Phillies, Friday, June 12, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HSKXU5SNL2DWCPZEJFXABUZ7I4.jpg?auth=d84f7c971c8e1b64dc03a89d3d193781a9c356d739b2001ca39403ad3838573f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jacob Misiorowski reacts after recording the final out during the ninth inning of a baseball game against the Philadelphia Phillies, Friday, June 12, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZJYXGIIAR7QRFABCIFSTIOMHFY.jpg?auth=3f425b9003f69b8652fda1ab5c3a8ba126498f42fc654c3af56b0e8d36ff8028&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jacob Misiorowski reacts after striking out a Philadelphia Phillies batter during the eighth inning of a baseball game Friday, June 12, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Here is the June 13 schedule for Day 3 of group matches ]]></title><link>https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/</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>Sat, 13 Jun 2026 02:42:29 +0000</pubDate><content:encoded><![CDATA[<p>FIFA World Cup 2026 fans have three group stage matches to watch on Saturday. </p><p>At 2 p.m., the <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</a> until midnight for the watch parties at Bayfront Park in downtown Miami. </p><p>Qatar vs. Switzerland, a <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, is at 3 p.m. at the San Francisco Bay Area stadium. </p><p>Brazil vs. Morocco, a <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> match, is at 6 p.m. at MetLife Stadium in East Rutherford, New Jersey. </p><p>Haiti vs. Scotland, also a <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> match, is at 9 p.m. at the Boston Stadium in Foxborough, Massachusetts.</p><h3><b>Groups’ 1st stage progress </b></h3><p><b>Group D progress on Friday: </b><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/">United States gets 3 points after opener against Paraguay</a></p><p><b>Group B progress on Friday:</b> <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/">Canada and Bosnia and Herzegovina each get 1 point</a></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><h3><b>World Cup schedule </b> </h3><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>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</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>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><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>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><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[FIFA World Cup 2026 Group C:  Brazil and Haiti to play openers ]]></title><link>https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA announced that the national teams of Haiti and Brazil are part of the World Cup’s Group C, and are set to play the first three matches on June 13, 19, and 24. ]]></description><pubDate>Fri, 05 Dec 2025 18:34:42 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group C competing to advance to the FIFA World Cup 2026 Round of 32 are Brazil (5), Morocco (11), Haiti (84), and Scotland (36).</p><p><b>GROUP STAGE MATCHES</b></p><p><a href="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/"><b>June 13:</b></a><b> </b>Coverage of Day 1 of Group C matches</p><p>Brazil’s opener against Morocco is at 6 p.m. in New Jersey. </p><p>Haiti’s opener against Scotland is at 9 p.m. in Boston. </p><p><b>Related story</b>: <a href="https://www.local10.com/sports/local/2025/12/05/haitis-long-awaited-world-cup-return-comes-with-formidable-group-c-challenge/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/haitis-long-awaited-world-cup-return-comes-with-formidable-group-c-challenge/">Haiti’s long-awaited World Cup return comes with formidable Group C challenge</a></p><p><b>June 19: </b>Day 2 of Group C first-stage matches</p><p>Scotland plays against Morocco at 6 p.m. in Boston. </p><p>Brazil plays against Haiti at 9 p.m. in Philadelphia. </p><p><b>June 24: </b>Day 3 of Group C first-stage matches</p><p>Brazil plays against Scotland at 6 p.m. at the Miami Stadium, also known as the Hard Rock Stadium in Miami Gardens. </p><p>Haiti plays against Morocco at 6 p.m. in Atlanta. </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-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-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/RHF5YUSH3FFTROAUQN5I7R673Q.jpg?auth=ab439208bfece0ba60640dddbf88928df391cdfc4616be289fc54e4ad7fe96e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[FIFA World Cup 2026 Group B: Qatar to play against Switzerland]]></title><link>https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group B competing to move forward to the quarterfinals of the FIFA World Cup 2026 are Canada (27), Bosnia and Herzegovina (64), Qatar (51), and Switzerland (17).]]></description><pubDate>Fri, 05 Dec 2025 18:34:09 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group B competing to move forward to the quarterfinals of the FIFA World Cup 2026 are Canada (27), Bosnia and Herzegovina (64), Qatar (51), and Switzerland (17).</p><p><b>GROUP STAGE MATCHES</b></p><p><a href="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/"><b>June 13</b></a><b>: </b>Day 2 of Group B in 1st stage</p><p>Qatar plays against Switzerland at 9 a.m. at the San Francisco Bay Area Stadium</p><p><a href="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-todays-games/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-todays-games/"><b>June 12</b></a><b>: </b>Coverage of Day 1 of Group B<b> </b>in 1st stage</p><p><b>Canada and Bosnia and Herzegovina tie 1-1 in Toronto</b></p><figure><img src="https://www.local10.com/resizer/v2/S52H2Y7QQVNNSNP2RY2UOFA3OU.jpg?auth=89ba03e12d2feb18bbe5a364f43f00c428c1a958476ec11f9742fe005ce5e39f&smart=true&width=1200&height=900" alt="Canada goalkeeper Maxime Crepeau punches the ball clear as Bosnia's Tarik Muharemovic attempts to head the ball during the World Cup Group B soccer match between Canada and Bosnia in Toronto, Friday, June 12, 2026. (AP Photo/Stephanie Scarbrough)" height="900" width="1200"/><figcaption>Canada goalkeeper Maxime Crepeau punches the ball clear as Bosnia's Tarik Muharemovic attempts to head the ball during the World Cup Group B soccer match between Canada and Bosnia in Toronto, Friday, June 12, 2026. (AP Photo/Stephanie Scarbrough)</figcaption></figure><ul><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=bSKM39MmRNM" target="_self" rel="" title="https://www.youtube.com/watch?v=bSKM39MmRNM">Canadian Cyle Larin scores goal</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=dIOP3aATKFs" target="_self" rel="" title="https://www.youtube.com/watch?v=dIOP3aATKFs">Bosnian Jovo Lukić scores goal</a></li><li><b>FIFA post-match video</b>: <a href="https://www.youtube.com/watch?v=FeSYwpzgtZc" target="_self" rel="" title="https://www.youtube.com/watch?v=FeSYwpzgtZc">Interviews with players in French, English, and Bosnian</a></li><li><a href="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/" target="_self" rel="" title="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/">Canada is ready to become a soccer nation as it hosts World Cup opener against Bosnia-Herzegovina</a></li><li><a href="https://www.local10.com/entertainment/2026/06/12/a-bosnian-song-about-disillusionment-with-the-american-dream-becomes-a-world-cup-banger/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/12/a-bosnian-song-about-disillusionment-with-the-american-dream-becomes-a-world-cup-banger/">A Bosnian song about disillusionment with the American Dream becomes a World Cup banger</a></li></ul><h3><b>Future matches</b></h3><p><b>June 18: </b>Day 2 of Group B matches</p><p>Switzerland plays against Bosnia and Herzegovina at 9 a.m. at the Los Angeles Stadium. </p><p>Canada plays against Qatar at 12 p.m. at BC Place Vancouver. </p><p><b>June 24: </b>Day 3 of Group B matches</p><p>Bosnia and Herzegovina play against Qatar at 9 a.m. at the Seattle Stadium.</p><p>Switzerland plays against Canada at 9 a.m. at BC Place Vancouver. </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-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-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/OWBULFBNZJDOZDYOT5QAUC64SY.jpg?auth=f0c9296f88f497cf4371ee8ef5546c68c66aac25d54b0c00160c7383048ab317&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Anthropic says it has taken its latest AI models offline to comply with new export controls]]></title><link>https://www.local10.com/business/2026/06/12/anthropic-says-has-taken-its-latest-ai-models-offline-to-comply-with-new-export-controls/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/12/anthropic-says-has-taken-its-latest-ai-models-offline-to-comply-with-new-export-controls/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — AI giant Anthropic said Friday it has taken its latest artificial intelligence models, known as Fable 5 and Mythos 5, offline to comply with a directive from the Trump administration to prevent their use by foreign nationals.]]></description><pubDate>Sat, 13 Jun 2026 02:36:37 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — AI giant Anthropic said Friday it has taken its latest artificial intelligence models, known as Fable 5 and Mythos 5, offline to comply with a directive from the Trump administration to prevent their use by foreign nationals.</p><p>The export controls mark the U.S. government’s most significant step to date to restrict access to the most advanced AI models. Anthropic released Fable widely this week. That model is a limited version of the even more advanced Mythos, to which the company has tightly limited access due to cybersecurity fears.</p><p>In a statement, Anthropic said it disagrees with the government’s handling of the matter, saying it received the directive from the U.S. government Friday afternoon and it did not specify the national security concerns. “We believe the government should have the ability to block unsafe deployments, as part of a statutory process that is transparent, fair, clear, and grounded in technical facts,” the company said. “This action does not adhere to those principles.”</p><p>Anthropic called it a “misunderstanding” and said it hopes to restore access to the models “as soon as possible.”</p><p>The Commerce Department did not immediately respond to a request for comment.</p><p>The action comes 10 days after President Donald Trump signed an executive order to establish a framework for the federal government to vet the national security risks of the most advanced AI systems for up to a month before their public release. Participation by AI developers would be voluntary, the order said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5ILLPHMFMT7TSHTZHYDKFOVNFE.jpg?auth=3f14d92a8492e327687875419634f368b70fc5e2c3c3eae8e4b385b4467b238c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anthropic co-founder and President Daniela Amodei, left, shakes hands with Snowflake CEO Sridhar Ramaswamy during the keynote presentaton at Snowflake Summit 26 Monday, June 1, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7GISLQ3FSNSMFNEJOXWESNVIMU.jpg?auth=c4ad34a41f08a2bb286553b332b424d104a7ffae06fb36f6de71abee6727e9d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dario Amodei, CEO & Co-Founder of Anthropic, speaks on a panel at the convening of the International Network of AI Safety Institutes at the Golden Gate Club at the Presidio in San Francisco, Nov. 20, 2024. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Here is the June 12 schedule for Day 2 of group 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 tied 1-1 against Bosnia and Herzegovina after their <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> opening match 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>The Amerant Bank Arena in Sunrise is set to open at 8 p.m. for a free watch party for the United States’ opener.</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>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</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>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><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>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><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[Brewers' Misiorowski throws 104.5 mph pitch, strikes out 15 in 1-hit, 6-0 win over Phillies]]></title><link>https://www.local10.com/sports/2026/06/12/misiorowski-strikes-out-15-in-complete-game-1-hitter-as-brewers-beat-phillies-6-0/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/misiorowski-strikes-out-15-in-complete-game-1-hitter-as-brewers-beat-phillies-6-0/</guid><dc:creator><![CDATA[By RICH ROVITO, Associated Press]]></dc:creator><description><![CDATA[MILWAUKEE (AP) — Jacob Misiorowski threw a 104.5 mph pitch, the fastest by a starting pitcher since tracking began, and struck out 15 with no walks in a one-hitter that led the Milwaukee Brewers over the Philadelphia Phillies 6-0 on Friday night.]]></description><pubDate>Sat, 13 Jun 2026 14:24:15 +0000</pubDate><content:encoded><![CDATA[<p>MILWAUKEE (AP) — Jacob Misiorowski threw a 104.5 mph pitch, the fastest by a starting pitcher since tracking began, and struck out 15 with no walks in a one-hitter that led the Milwaukee Brewers over the Philadelphia Phillies 6-0 on Friday night.</p><p>Pitching one year to the day of his major league debut, the 24-year-old right-hander struck out Kyle Schwarber leading off the game with his fifth pitch, a 104.5 mph offering at the low, outside corner that was tipped into the mitt of catcher William Contreras.</p><p>Misiorowski (8-2) threw four pitches of 104 mph or higher, all faster than the previous high for a starter of 103.7 mph he set at Colorado on June 7. The fastest pitch overall since tracking began in 2008 was 105.8 mph by Cincinnati reliever Aroldis Chapman in September 2010.</p><p>Misiorowski reached 100 mph with a record 58 pitches, one more than he threw against St. Louis on May 25. He tossed 74 of 95 pitches for strikes and lowered his major league-leading ERA to 1.34.</p><p>He faced one batter over the minimum. Schwarber singled on a slider on the first pitch of the fourth and, after Bryce Harper struck out, Trea Turner grounded into an inning-ending double play.</p><p>With the capacity crowd of 40,205 at American Family Field on its feet, Misiorowski struck out Justin Crawford to finish the game and raised his hands in the air in his first professional complete game. It was just the eighth complete game and fifth individual shutout in the major leagues this year.</p><p>Contreras put Milwaukee ahead in the first with a two-out RBI double off opener Tanner Banks (0-4) and Andrew Painter threw a run-scoring wild pitch in the second.</p><p>Jake Bauers hit a three-run homer in the fifth off Painter and Jackson Chourio added a run-scoring single in the sixth.</p><p>Philadelphia placed outfielder Adolis García on the 60-day injured list with a right lat tear and recalled outfielder Gabriel Rincones Jr. from Triple-A Lehigh Valley. García left in the seventh inning of Wednesday night’s game at Toronto after making consecutive throws to home plate on sacrifice flies. The team also placed outfielder Steward Berroa on the paternity list.</p><p>Milwaukee put right-hander Coleman Crow on the 15-day injured list with a right flexor strain and recalled right-hander Craig Yoho from Triple-A Nashville.</p><p>Up next</p><p>Aaron Nola (3-4, 5.86 ERA) gets the start for the Phillies on Saturday against the Brewers' Shane Drohan (3-1, 3.11 ERA).</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WTBFZIEJKZWWSBXMSOMHM5X5K4.jpg?auth=b0558a6faaf139382ae93b01a078978db7c0919e1b0ab6ad4b255cc644b5dd32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jacob Misiorowski pitches during the second inning of a baseball game against the Philadelphia Phillies, Friday, June 12, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SISQU6IXB7ZZSXCTKBNYZELYLA.jpg?auth=785bc347f003bb33a25de218641f89cff2abee30c8ea0b3e5ddbf7e7e51d597c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jacob Misiorowski pitches during the first inning of a baseball game against the Philadelphia Phillies, Friday, June 12, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V3E7FRRHG2LYYMCFGUANGXAU7I.jpg?auth=d9d8e9553ffab5466646d33e9c0d1401fa10a55f16b16f0a47bd1a2334256577&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jackson Chourio hits an RBI single during the sixth inning of a baseball game against the Philadelphia Phillies, Friday, June 12, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ALJQ4LFZFAVA7PKT7JEE6LEPCQ.jpg?auth=a26e26368e474deb736a1e0b100838a76b04d5abec6d94fc0d8726975f4da49f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jake Bauers rounds the bases after hitting a three-run home run during the fifth inning of a baseball game against the Philadelphia Phillies, Friday, June 12, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OO7MZKFE74UMFRY5V4FGNKA744.jpg?auth=6b6dbaa6778e170753bab2aafa0e3f5001dd9539d96ebbd31b9b1ecc71152c94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Phillies' Gabriel Rincones Jr. reacts after striking out during the third inning of a baseball game against the Milwaukee Brewers, Friday, June 12, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content></item><item><title><![CDATA[A coalition sues to block Kentucky’s new 14.25% prediction markets tax]]></title><link>https://www.local10.com/business/2026/06/12/a-coalition-sues-to-block-kentuckys-new-1425-prediction-markets-tax/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/12/a-coalition-sues-to-block-kentuckys-new-1425-prediction-markets-tax/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[FRANKFORT, Ky. (AP) — A coalition that includes Kalshi, Crypto.com and Polymarket filed a lawsuit Friday challenging Kentucky's first-in-the-nation excise tax on prediction markets.]]></description><pubDate>Sat, 13 Jun 2026 02:05:20 +0000</pubDate><content:encoded><![CDATA[<p>FRANKFORT, Ky. (AP) — A coalition that includes Kalshi, Crypto.com and Polymarket filed a lawsuit Friday challenging Kentucky's first-in-the-nation excise tax on prediction markets.</p><p>The Kentucky General Assembly in April enacted a 14.25% tax on prediction market operators' transaction fees, a levy the lawsuit says is discriminatory, unconstitutional and preempted by federal law.</p><p>Prediction markets are platforms where customers can buy, sell or trade event contracts — a form of derivative that allow placing trades based on whether real-world events, such as election results or economic indicators, will or won't happen.</p><p>The new tax is higher than for Kentucky's “favored incumbent industry,” the lawsuit filed in state court by the Coalition for Fair Markets says, noting a 9.75% tax on wagers at horse tracks.</p><p>In a statement using gambling terminology, Kentucky Attorney General Russell Coleman vowed to fight the legal challenge.</p><p>“You can bet our Office will defend these statutes and the people of our Commonwealth from out-of-state companies that seek to cancel Kentucky’s sports betting laws," he said. “In any courtroom, the attorneys with the AG’s Office are the odds-on favorite to win.”</p><p>The tax disincentivizes the operation of prediction markets in Kentucky, the lawsuit says.</p><p>“No State currently levies a State-specific excise tax of any kind on derivatives transactions that take place on a federally designated exchange, let alone the sort of specifically targeted and discriminatory tax that Kentucky has imposed here," it says.</p><p>Taxing federally regulated markets “just pushes people toward illegal platforms with no oversight and no protections,” Kalshi said in a statement. "Kalshi is an American company, regulated here at home, and we’re joining the fight for Kentuckians’ access to safe, legal markets.”</p><p>Prediction markets have been pushing hard to gain legitimacy among the public and policymakers as a legitimate platform where users can bet on everything from sports to the weather to geopolitical events.</p><p>There have been several incidents where traders have used inside information to profit on prediction market platforms. It was recently disclosed that former former Congressman George Santos was under investigation for allegedly illegally betting he wouldn’t attend President Donald Trump’s State of the Union address after initially saying he would. In April, a U.S. Army soldier was charged with using classified information to make a $400,000 profit trading on Polymarket on the timing of the U.S. military operations in Venezuela earlier this year.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R3J2PDTCRW6JHNI7FAZ7NJW6OU.jpg?auth=1afd7bc8464bd9f7f9dc86ed684867b7d8b698d0b83ee3252ee1ec34e9835cab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An ad for the prediction market app Kalshi is displayed on a mobile phone on April 16, 2026, in Chicago. (AP Photo/Erin Hooley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DAI4WMQ65OXGHVEUO5XULJVU6E.jpg?auth=fcdc7c5286206c78b7264df2fb4fa6a40f9942eb98cc6d770b51629f5e9bc975&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The logo for crypto.com appears on a mobile phone and computer screen, in New York, Jan. 31, 2023. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N6TSPCAN43MK7MSLXGR5TEGGQY.jpg?auth=d2df8c773117752874ed9d41daf5259aac4669e894b36e368ca890c9ab485626&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The prediction market app Polymarket is displayed on a mobile phone Thursday, April 16, 2026, in Chicago. (AP Photo/Erin Hooley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content></item><item><title><![CDATA[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 in Group A 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 MATCHES</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 video</b>: <a href="https://www.youtube.com/watch?v=PmevGCkUtM8" target="_self" rel="" title="https://www.youtube.com/watch?v=PmevGCkUtM8">Game highlights </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[Bodycam video shows arrest of convicted human smuggler in Florida Keys]]></title><link>https://www.local10.com/news/local/2026/06/12/bodycam-video-shows-arrest-of-convicted-human-smuggler-in-florida-keys/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/12/bodycam-video-shows-arrest-of-convicted-human-smuggler-in-florida-keys/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[Newly released body camera video shows the arrest of a driver in the Florida Keys who investigators later identified as part of a violent human smuggling scheme.]]></description><pubDate>Sat, 13 Jun 2026 01:43:42 +0000</pubDate><content:encoded><![CDATA[<p>Newly released body camera video shows the arrest of a driver in the Florida Keys who investigators later identified as part of a violent human smuggling scheme.</p><p>Authorities said the group kidnapped Cuban nationals, transported them to Key Largo, held them captive and threatened violence to force their families to pay money.</p><p>The man seen in the video is Victor Rafael Arcia Albeja of Miami, the last of six people convicted in the scheme.</p><p>The footage shows a Monroe County sheriff’s deputy stopping Arcia Albeja in February 2024 after he allegedly ran a stop sign in the Florida Keys.</p><p>“Hi, I’m a deputy with the sheriff’s office, why would you run that stop sign right in front of me?” the deputy asks in the video.</p><p>Deputies discovered Arcia Albeja did not have a driver’s license and that the vehicle was unregistered.</p><p>As the deputy attempted to take him into custody, Arcia Albeja and a passenger tried calling 911.</p><p>“No, no, no. Put the phone down,” the deputy says before handcuffing him.</p><p>Moments later, the deputy expresses disbelief at the situation.</p><p>“He’s telling me he’s gonna call 911 on me. Uh, I am 911,” the deputy says.</p><p>Arcia Albeja was eventually placed in the back of a patrol car. During a search of the vehicle, deputies found a Cuban passport.</p><p>In May, law enforcement stopped another suspect on the Florida Turnpike, a development that investigators said helped break the case open.</p><p>According to investigators, Arcia Albeja helped transport the victims from Cuba to South Florida. Prosecutors said the group then demanded $15,000 per victim at a safe house.</p><p>Investigators said videos were sent to victims’ families and friends showing the captives being abused and beaten with machetes.</p><p>On the night of the traffic stop in the Keys, the deputy appeared to sense something was wrong.</p><p>“Dude, something’s weird with this,” the deputy says in the video.</p><p>Arcia Albeja is scheduled to be sentenced later this month and faces up to life in prison.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Trump says US military strike killed leader of Tren de Aragua gang with help from Venezuela]]></title><link>https://www.local10.com/news/politics/2026/06/12/trump-says-us-military-strike-killed-leader-of-tren-de-aragua-gang-with-help-from-venezuela/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/12/trump-says-us-military-strike-killed-leader-of-tren-de-aragua-gang-with-help-from-venezuela/</guid><dc:creator><![CDATA[By WILL WEISSERT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump said Friday that a “swift and lethal kinetic” U.S. strike has killed Héctor Rusthenford Guerrero Flores, whom he called “the infamous leader” of the Tren de Aragua gang.]]></description><pubDate>Sat, 13 Jun 2026 04:10:19 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump said Friday that a “swift and lethal kinetic” U.S. strike has killed Héctor Rusthenford Guerrero Flores, whom he called “the infamous leader” of the Tren de Aragua gang.</p><p>Tren de Aragua has been labeled by the United States as a terrorist organization. Guerrero Flores was charged in a New York federal court with racketeering conspiracy and other crimes, including lending support to terrorists in crimes that stretched more than a decade, authorities announced in December.</p><p>Defense Secretary Pete Hegseth posted on X that the strike occurred earlier in the week on a Tren de Aragua compound in Venezuela.</p><p>U.S. Attorney Jay Clayton said at the time that the gang is responsible for countless acts of violence, extortion and drug trafficking in North America, South America and Europe. Trump nominated Clayton on Thursday to be director of national intelligence.</p><p>The U.S. State Department had offered rewards of up to $5 million for information leading to Guerrero Flores’ arrest.</p><p>In a post on his social media site, Trump wrote, “Tren de Aragua terrorists no longer have safe haven in Venezuela or anywhere else and, under my leadership, we will find these vicious murderers and drug lords anytime, anyplace, and send them to the depths of hell where they belong.” Trump's post referred to Guerrero Flores by his alias, “Niño Guerrero.”</p><p>The post also included unclassified video, shot from above, of a small building with a green roof exploding.</p><p>Hegseth said, “The operation underscores the shared U.S. and Venezuelan commitment to take the fight to narco-terrorists and deny them any safe haven in our hemisphere.”</p><p>Venezuela's government released a statement confirmed its participation in the operation and revealed it took place in the southeastern state of Bolivar.</p><p>“During the operation, clashes occurred with members of criminal groups, resulting in the death of Héctor Rusthenford Guerrero Flores, alias ‘Niño Guerrero,’ the leader of one of these criminal organizations,” according to the statement.</p><p>The mineral-rich state, which borders Brazil and Guyana, is home to large illegal mining operations long controlled by gangs and other actors who mine with the consent — and to the benefit — of officials and the military.</p><p>Trump has taken a series of extraordinary actions against the gang, including a series of strikes on small boats his administration has accused of smuggling drugs to America. At least 207 people have been killed in boat strikes by the U.S. military in the eastern Pacific Ocean and Caribbean Sea since the Trump administration began targeting those it calls “narcoterrorists” in early September.</p><p>Trump and administration officials have consistently blamed Tren de Aragua for being at the root of the violence and illicit drug dealing that plague some U.S. cities. The president spent months repeating the claim — contradicted by a declassified U.S. intelligence assessment — that Tren de Aragua had operated under Venezuelan President Nicolás Maduro’s control. The U.S. whisked Maduro out of Venezuela to face U.S. drug charges in January.</p><p>Tren de Aragua originated more than a decade ago at an infamously lawless prison with hardened criminals in Venezuela’s central state of Aragua. The gang has expanded in recent years as millions of Venezuelans migrated to other Latin American countries or the U.S. in search of better living conditions.</p><p>Guerrero Flores returned to the prison in Aragua for murder and other convictions in 2013, when Venezuela’s crisis began as corruption, mismanagement and a drop in crude prices wrecked the oil-dependent economy. Guerrero Flores and a few other inmates saw a profitable opportunity as the government neglected prisons.</p><p>They assumed control and administration of the prison, establishing a system that controlled the entire inmate population through force and extortion. Over time, they transformed the facility into a sort of city that included a zoo, baseball field, casino and restaurants. Guerrero Flores had his own lavish suite.</p><p>The size of the gang is unclear. Countries with large populations of Venezuelan migrants, including Peru and Colombia, have accused the group of being behind a spree of violence in the region. Still, unlike other criminal organizations from Colombia, Central America and Brazil, Tren de Aragua has no large-scale involvement in smuggling cocaine across international borders, according to InSight Crime, a think tank that tracks crime across Latin America.</p><p>In Venezuela, gang leaders have long been known to participate in various illegal activities, including gold mining and drug trafficking.</p><p>The legal mining of gold and other minerals is a component of the Trump administration's phased plan to turn the crisis-wrecked country around. In March, U.S. Secretary of the Interior Doug Burgum told reporters during a visit to Venezuela that the government of acting President Delcy Rodríguez was giving security assurances to mining companies interested in investing in the South American country.</p><p>Trump campaigned for a second term promising to crack down on immigration and crime. While polls show his favorability ratings have sagged on his handling of the economy, immigration remains Trump’s strongest issue, according to the AP-NORC Center for Public Affairs Research.</p><p>__</p><p>Associated Press writer Regina Garcia Cano in Mexico City contributed.</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/GGVWHFE7BRYRSBY4PHRUIBDVAE.jpg?auth=d4cc1386f7fd33b30188bb86c1c3a045813f7b95106b34bfc29ff17ad582e3dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Soldiers raid the Tocorón Penitentiary Center, where the Tren de Aragua gang originated, in Tocorón, Venezuela, Sept. 20, 2023. (AP Photo/Ariana Cubillos, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Astros slugger Yordan Alvarez becomes 1st MLB player to hit grand slam, multi-run HR in 1st inning]]></title><link>https://www.local10.com/sports/2026/06/12/astros-slugger-yordan-alvarez-becomes-1st-mlb-player-to-hit-grand-slam-multi-run-hr-in-1st-inning/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/astros-slugger-yordan-alvarez-becomes-1st-mlb-player-to-hit-grand-slam-multi-run-hr-in-1st-inning/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[KANSAS CITY, Mo. (AP) — Yordan Alvarez became the first player to hit a grand slam and multi-run homer in the first inning of an MLB game, pulling off the feat for the Houston Astros in a 10-8 win over the Kansas City Royals on Friday night.]]></description><pubDate>Sat, 13 Jun 2026 03:43:02 +0000</pubDate><content:encoded><![CDATA[<p>KANSAS CITY, Mo. (AP) — Yordan Alvarez became the first player to hit a grand slam and multi-run homer in the first inning of an MLB game, pulling off the feat for the Houston Astros in a 10-8 win over the Kansas City Royals on Friday night.</p><p>He became the eighth player to hit a grand slam and a multi-run homer in an inning and the first since Angels slugger Kendrys Morales did it against Texas in 2012, according to Sportradar.</p><p>The left-handed Alvarez drove in two runs with an opposite-field homer early in the inning and cleared the bases with a two-out shot to center, giving him six RBIs in Houston's nine-run inning.</p><p>With his two-homer inning, Alvarez moved into a tie with Philadelphia's Kyle Schwarber for the MLB lead at 24.</p><p>The 28-year-old designated hitter, who is from Cuba, was the AL rookie of the year in 2019 with Houston. The three-time All-Star was the AL Championship Series MVP in 2021 and led the Astros with six RBIs the next year when they won the World Series.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JL5RRKYPQ6HMHYKHQAWXUODIIU.jpg?auth=af2e54541c50dba4d38f51af1ae3f9c2af8e5bda7638c4924f890a5740699992&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros' Yordan Alvarez hits a two-run home run hit during the first inning of a baseball game against the Kansas City Royals, Friday, June 12, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M62R23QYS6B3CSR4ZZJOJQHE7U.jpg?auth=c7ab1cb184e3086ee8d51c0bccac80ff7b67d6a0095103d1977bf6d2a5b43537&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros' Yordan Alvarez celebrates after hitting a two-run home run during the first inning of a baseball game against the Kansas City Royals, Friday, June 12, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GSFQ7ER7TBE4NX7IDUDC7WD6YQ.jpg?auth=2a1f34c346551d39088ae9490f1cbb870e949fdac7f3f4b6722f421405347812&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros' Yordan Alvarez celebrates in the dugout after hitting a two-run home run hit during the first inning of a baseball game against the Kansas City Royals, Friday, June 12, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HUDNBQKWYPB25OSYAEE6PVJBLA.jpg?auth=1c1f42dfbf8b6e964d166a20ea1231a04ac156dc87c75f99c6c6da8a19a16df9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros' Yordan Alvarez (44) celebrates with Jeremy Pena (3) after hitting a two-run home run during the first inning of a baseball game against the Kansas City Royals, Friday, June 12, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R24YPNRTNMGZZUQYBPV3IYST7U.jpg?auth=008098203550ab1c5cfa17d896b105d506a0b7ecd93ad1be6df0474e380625c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros' Yordan Alvarez celebrates in the dugout after hitting a grand slam during the first inning of a baseball game against the Kansas City Royals, Friday, June 12, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Head of Palestinian soccer says he wasn't granted US visa to attend World Cup]]></title><link>https://www.local10.com/news/world/2026/06/12/head-of-palestinian-soccer-says-he-wasnt-granted-us-visa-to-attend-world-cup/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/12/head-of-palestinian-soccer-says-he-wasnt-granted-us-visa-to-attend-world-cup/</guid><dc:creator><![CDATA[By SAM METZ, Associated Press]]></dc:creator><description><![CDATA[RAMALLAH, West Bank (AP) — The head of the Palestinian Football Association is waiting in Mexico City for permission to enter the United States with other federation heads attending the 2026 FIFA World Cup.]]></description><pubDate>Sat, 13 Jun 2026 01:02:43 +0000</pubDate><content:encoded><![CDATA[<p>RAMALLAH, West Bank (AP) — The head of the Palestinian Football Association is waiting in Mexico City for permission to enter the United States with other federation heads attending the 2026 FIFA World Cup.</p><p>Jibril Rajoub went to the opening match between Mexico and South Africa on Thursday. But he is among several people accredited to attend the World Cup who have been denied visas or have yet to receive them from the United States.</p><p>“I don’t believe that it’s fair to use or to abuse and deny the right of all footballers all over the world to attend,” the veteran Palestinian political figure said in an interview with The Associated Press.</p><p>The Palestinian team did not qualify for the World Cup, but FIFA typically invites the heads of football associations from around the world to the event every four years, which it frames as a celebration of global unity.</p><p>“Everyone will be welcome in Canada, Mexico and the United States for the FIFA World Cup next year. We are working exactly for that,” FIFA President Gianni Infantino said last year.</p><p>The United States, however, has refused entry to delegates from a raft of countries, including a referee from Somalia and a photographer traveling with Iraq’s team.</p><p>Infantino said this week that FIFA had been trying to resolve visa issues but could not overrule the U.S. government.</p><p>“We need to respect that we are not the kings of the world who can rule over governments and police forces,” he told reporters on Wednesday.</p><p>The U.S. State Department had no immediate comment on Rajoub’s visa, but last year implemented new restrictions on Palestinian passport holders, including on anyone who had been employed by the Palestinian Authority.</p><p>It revoked a visa to allow Palestinian President Mahmoud Abbas to travel to the United Nations General Assembly last September.</p><p>Rajoub and other Palestinian soccer officials have long argued that Israel violates statutes by allowing teams from settlements in the occupied West Bank play in Israel’s national league. They have pushed FIFA to sanction Israel, also decrying restrictions on the movement of Palestinian players and how war in the Gaza Strip has damaged or destroyed 80% of sports facilities and killed at least 565 players there, according to the association.</p><p>Last month, Rajoub refused to shake hands with the head of Israel’s football federation at Infantino’s behest because he said the gesture would not heal wounds but instead whitewash Israel’s actions.</p><p>Rajoub pointed out that when Russia hosted the 2018 World Cup, it did not implement comparable visa restrictions for people who were invited to the tournament.</p><p>__ Matthew Lee contributed reporting from Washington</p>]]></content:encoded><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[Díaz-Canel announces economic reforms to attract investment and involve Cubans abroad]]></title><link>https://www.local10.com/news/world/2026/06/12/diaz-canel-announces-economic-reforms-to-attract-investment-and-involve-cubans-abroad/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/12/diaz-canel-announces-economic-reforms-to-attract-investment-and-involve-cubans-abroad/</guid><dc:creator><![CDATA[By ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description><![CDATA[HAVANA (AP) — Cuban President Miguel Díaz-Canel on Friday announced a package of economic reforms aimed at attracting investment, expanding participation by Cubans living abroad in the economy and decentralizing parts of the country’s administration.]]></description><pubDate>Fri, 12 Jun 2026 22:46:13 +0000</pubDate><content:encoded><![CDATA[<p>HAVANA (AP) — Cuban President Miguel Díaz-Canel on Friday announced a package of economic reforms aimed at attracting investment, expanding participation by Cubans living abroad in the economy and decentralizing parts of the country’s administration.</p><p>The president did not provide details about the measures or a timetable for their implementation but said during remarks to state media that it is now “time to change” and that the country “simply cannot continue on its current course.”</p><p>“Every opportunity in the midst of a crisis must be seized as a moment for takeoff, as a moment for growth,” Díaz-Canel said, according to a statement from the presidency that was republished by state-run media. “We have established a group of priorities to confront this situation,” he added without offering specifics.</p><p>The announcement comes as Cubans have struggled with fuel shortages as a result of the U.S. oil blockade and food insecurity. In January, the United States tightened restrictions on Cuba’s oil supplies in an effort to pressure the island’s government to change its political and economic model, exacerbating challenges that have persisted for about five years.</p><p>The U.S. State Department had no comment on the Díaz-Canel remarks and referred to the statement released Thursday on the latest sanctions.</p><p>Díaz-Canel said officials are evaluating measures related to foreign trade, exports, supply chains and logistics. Without elaborating, he suggested the government could eliminate mandatory state intermediaries in import and export operations and grant tariff benefits to those who bring raw materials into the country for production.</p><p>“The numbers don’t add up, and the government wants to make this look like a matter of will rather than a math problem,” Cuban economist Pedro Monreal wrote on X, in response to Díaz-Canel’s proposals.</p><p>The Spain-based former UNESCO official went on to criticize the collapse of a centralized planning model, for which he said “there are two respectable alternatives: assume the political price of failure, or self-critically rectify and drastically transform the model.”</p><p>For decades, Cuba maintained a centralized, vertical system under strict state control. This structure began to shift gradually over the last decade when the government introduced permits for independent workers. More recently, the state authorized the operation of the country’s first small- and medium-sized private enterprises.</p><p>Earlier Friday, a ship carrying nearly 100 tons of food and essential goods arrived from Colombia as part of the humanitarian aid that several countries have sent to Cuba in recent months as a U.S. energy embargo persists.</p><p>The ship, which departed Cartagena in early June, crossed the Havana Bay channel early in the morning flying the Colombian flag and escorted by a small Cuban auxiliary vessel, The Associated Press confirmed.</p><p>The Colombian Presidential Agency for International Cooperation said that, on orders of President Gustavo Petro, the shipment included nonperishable food, medicine, hospital supplies, electrical materials, solar panels and other items.</p><p>The ship also carried seven tons of goods collected by solidarity groups.</p><p>Last weekend, another ship carrying 1,700 tons of essential goods from Mexico and Belize arrived in Havana.</p><p>In late January, U.S. President Donald Trump threatened tariffs on any country that sells or provides oil to Cuba. The move has deepened a preexisting crisis caused by U.S. sanctions. Washington is pressing the Cuban government to release political prisoners and move toward political and economic liberalization in return for a lifting of sanctions.</p><p>Cuba produces only 40% of its oil, leaving the island semiparalyzed and subjected to severe power outages.</p><p>___</p><p>AP Diplomatic Writer Matthew Lee contributed to this report from Washington.</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/QKITXS7H33UQUJT7NSDJSXXRBY.jpg?auth=de20bccee82a2099b244a46b64d3ff4d30b5fb056895274eea0216c06aa6cc81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A fisherman prepares his fishing rod in front of the Colombian Navy ship ARC Caribe, docked at a pier in Havana, Cuba, after arriving with humanitarian aid, Friday, June 12, 2926. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[New UFO files describe spinning discs, glowing orbs and one object shaped like a potato]]></title><link>https://www.local10.com/news/politics/2026/06/12/new-ufo-files-describe-spinning-discs-glowing-orbs-and-one-object-shaped-like-a-potato/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/12/new-ufo-files-describe-spinning-discs-glowing-orbs-and-one-object-shaped-like-a-potato/</guid><dc:creator><![CDATA[By COLLIN BINKLEY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — One was a rotating disc that sent out beams of light. Another was a shining red orb of a hue the observer had never seen before. Then there was the one compared to a potato, and also a bean, but with a coat of shimmering, fish-like scales.]]></description><pubDate>Fri, 12 Jun 2026 19:58:24 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — One was a rotating disc that sent out beams of light. Another was a shining red orb of a hue the observer had never seen before. Then there was the one compared to a potato, and also a bean, but with a coat of shimmering, fish-like scales.</p><p>Those were some of the UFOs described in documents released Friday by the Pentagon, the third release since President Donald Trump directed his administration to give the public full disclosure around what it knows about alien life and mysterious objects in the sky.</p><p>The 72 files released on Friday don’t include the kind of blockbuster revelation that Trump has teased. There’s no conclusive evidence of alien life or government cover-ups. But the files reveal new details about some recent sightings, along with the government’s efforts to explain what many find inexplicable.</p><p>Take, for instance, the potato.</p><p>It happened in 2022, on a brisk February morning in Colorado Springs, Colorado. Five U.S. Army members at Fort Carson walked out of an office building and saw something strange hovering over Cheyenne Mountain, a few miles to the west.</p><p>“The object was ‘potato’ shaped with distinct edges and appeared to look painted in a creamy/whitish opalescent color,” according to an account in an FBI document. It was made up of “articulating fish scales or panels that were non-symmetrical, non-overlapping and irregular shaped.”</p><p>It stayed motionless, shimmering, for about two minutes, the men recounted to the FBI. Then it vanished in the blink of an eye. None of the men had phones on them. There’s no video, no photos.</p><p>Report says ‘potato’ could have been a trick of light</p><p>Authorities tasked with investigating the episode said they couldn’t explain it easily. Their report found — with “low confidence” — that it may have been “backscattering of sunlight.” Low light from the rising sun could have reflected off the mountain’s snow and illuminated low clouds above, it said.</p><p>The men insisted it was a clear, cloudless day. No aircraft or balloons were believed to be in the area. The four-page report, heavily redacted and attributed only to an “intelligence community partner,” said it didn’t appear to be technology from a foreign adversary. An FBI rendering looks just like one might imagine — like a scaly, pale potato above a low mountain.</p><p>The case remains unsolved.</p><p>A similarly inclusive report examined a series of sightings in October 2023, this time by six federal law enforcement agents. Multiple times, the agents said, they saw a bright orange orb appear above a ridgeline and spawn two to four smaller red orbs.</p><p>The orbs disappeared quickly most of the time, but in one instance, the agents said an orb hovered motionless in the sky for several hours. There’s no video or photo evidence of the sightings, the report said.</p><p>An analysis dated this month goes through a series of possible explanations. Military aircraft were conducting exercises in the area, and some deployed flares. There could have been other testing of developmental U.S. technology nearby, the report said. It listed those as “plausible” but not conclusive explanations.</p><p>Yet it didn’t rule out the possibility that it was some “unrecognized technology.” With relatively little evidence to work from, it called for more investigation into the case.</p><p>White House boosts video of red orb</p><p>The analysis was conducted by the Pentagon’s All-domain Anomaly Resolution Office, which Congress created in 2022 to investigate reports of unidentified anomalous phenomena, also known as UAP. Previous reports from the agency say it has not found any evidence of extraterrestrial life.</p><p>Among the most recent files is an FBI report from February detailing a sighting in an undisclosed part of the Northeast United States. A person whose name is blacked out reported coming home and seeing an intense light hovering below the trees in their backyard. It was described as a sphere of a “brilliant and beautiful” red, which the person had never seen.</p><p>“Inside the red sphere, at the center, there appeared to be what (redacted) described as a ‘white plasma sun’ about the size of a basketball,” according to the FBI file.</p><p>A second sphere appeared, and both silently flew out of sight, the file says. Cellphone footage shows two glowing red orbs floating across the sky. The White House shared the video on social media on Friday with no message beyond the file’s name: “‘NORTHEASTERN ORB SIGHTING,’ 2025.”</p><p>Zimbabwe sighting included ‘beams’ from a disc</p><p>So far, the Trump administration’s transparency campaign has led to the release of about 300 files dating to the 1940s, some brand-new to the public and some adding detail on previously known cases.</p><p>The newest batch includes a 2008 CIA report from Zimbabwe labeled as “never before released.” On a July day above the country’s main airport, observers reportedly saw something straight out of a Hollywood movie: It was “disc-like in shape with a hollow center, and had a series of rotating lights on the underside of the airframe.”</p><p>“At one point during observation, ‘beams’ were observed emanating from the object,” the CIA report said.</p><p>The lights changed colors, and the aircraft ascended high out of view, the report says. There was debate about where it came from, according to the report, with some suggesting a foreign government and some positing “extraterrestrial origins.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SOEFLWAD72HRUXKIC47W6HD23A.jpg?auth=8d70a65adddccde553c9fd7ca8482c0569dd57fc22fe01ea209b7af5049cdaa6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A patron passes a painting inside the International UFO Museum and Research Center in Roswell, N.M., on June 10, 1997. (AP Photo/Eric Draper, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Draper</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VEGZWB7ZSVPTUQJU35W4Y3PHX4.jpg?auth=063e28c02606fd67f453d180ea503f4e53584f641bde9ee3d0437415099c5031&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Pentagon is pictured in Washington, Thursday, June 11, 2026. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[After Carlos Vives concert, Miami Beach and Miami keep FIFA World Cup spirit alive ]]></title><link>https://www.local10.com/entertainment/2026/06/12/after-carlos-vives-concert-miami-beach-and-miami-keep-fifa-world-cup-spirit-alive/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/12/after-carlos-vives-concert-miami-beach-and-miami-keep-fifa-world-cup-spirit-alive/</guid><dc:creator><![CDATA[Isabella Martin, Andrea Torres]]></dc:creator><description><![CDATA[The FIFA World Cup 2026 decorations — including a giant soccer ball inflatable — were on display on Friday at Lummus Park in South Beach. ]]></description><pubDate>Fri, 12 Jun 2026 23:08:48 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup 2026 decorations — including a giant soccer ball inflatable — were on display on Friday at Lummus Park in South Beach. </p><p>Just hours after Colombian star Carlos Vives performed on a beachside stage on the 10th Street beach, as FIFA World Cup fans danced and cheered for their teams.</p><p><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 got 3 points</a> after their <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> openers on Thursday. </p><p>On Friday, Canada tied 1-1 against Bosnia after their <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> opening match at 3 p.m., and the United States’ night opener against Paraguay, as they compete in <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>Related report</b>: <a href="https://www.local10.com/sports/2026/06/12/us-ready-for-co-hosts-final-world-cup-opener-against-paraguay-before-a-raucous-socal-crowd/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/us-ready-for-co-hosts-final-world-cup-opener-against-paraguay-before-a-raucous-socal-crowd/">US ready for co-hosts’ final World Cup opener against Paraguay before a raucous SoCal crowd</a></p><p><b>Related story:</b> <a href="https://www.local10.com/sports/local/2026/06/12/broward-native-alex-freeman-set-for-world-cup-debut-with-us-mens-national-team/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/12/broward-native-alex-freeman-set-for-world-cup-debut-with-us-mens-national-team/">Broward native Alex Freeman set for World Cup debut with US men’s national team</a></p><p>On Saturday, the FIFA World Cup 2026 <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 at Bayfront Park </a></p><p>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>Here is the rest of the schedule:</b></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><p> </p>]]></content:encoded></item><item><title><![CDATA[FIFA World Cup 2026: Amerant Bank Arena hosts watch party for United States opener against Paraguay]]></title><link>https://www.local10.com/sports/local/2026/06/12/fifa-world-cup-2026-amerant-bank-arena-hosts-watch-party-for-united-states-opener-against-paraguay/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/12/fifa-world-cup-2026-amerant-bank-arena-hosts-watch-party-for-united-states-opener-against-paraguay/</guid><dc:creator><![CDATA[Clay Ferraro, Will Manso, Andrea Torres]]></dc:creator><description><![CDATA[The Amerant Bank Arena in Sunrise is hosting a free FIFA World Cup 2026 watch party for the United States opener against Paraguay on Friday night. ]]></description><pubDate>Fri, 12 Jun 2026 23:59:11 +0000</pubDate><content:encoded><![CDATA[<p>The <a href="https://www.local10.com/sports/local/2026/06/05/browards-free-fifa-world-cup-watch-parties-will-be-at-in-door-arena-for-18000/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/05/browards-free-fifa-world-cup-watch-parties-will-be-at-in-door-arena-for-18000/">Amerant Bank Arena</a> in Sunrise is hosting a free FIFA World Cup 2026 watch party for the United States opener against Paraguay on Friday night. </p><p>The indoor arena at 1 Panther Parkway has a capacity for about 18,000 guests, and it opened to ticket holders about two hours before the 9 p.m. match. </p><p><b>Related story:</b> <a href="https://www.local10.com/sports/local/2026/06/12/broward-native-alex-freeman-set-for-world-cup-debut-with-us-mens-national-team/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/12/broward-native-alex-freeman-set-for-world-cup-debut-with-us-mens-national-team/">Broward native Alex Freeman talks to Local 10 News before the game</a></p><p>There will be more watch parties at the arena <a href="https://seatgeek.com/world-cup-watch-parties-tickets/international-soccer/2026-06-27-7-30-pm/18256834" target="_self" rel="" title="https://seatgeek.com/world-cup-watch-parties-tickets/international-soccer/2026-06-27-7-30-pm/18256834">on June 27</a>, when Colombia plays against Portugal, <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">on July 11</a> for the quarterfinals, and <a href="https://seatgeek.com/world-cup-watch-parties-tickets/international-soccer/2026-07-19-3-30-am/18256836" target="_self" rel="" title="https://seatgeek.com/world-cup-watch-parties-tickets/international-soccer/2026-07-19-3-30-am/18256836">on July 19</a> for the final. </p><p>Parking is free at the arena, and during game days, Broward County offers free public transportation to and from the arena to the stadium at 347 Don Shula Drive in Miami Gardens. ​</p><p><b>Related report</b>: <a href="https://www.local10.com/sports/2026/06/12/us-ready-for-co-hosts-final-world-cup-opener-against-paraguay-before-a-raucous-socal-crowd/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/us-ready-for-co-hosts-final-world-cup-opener-against-paraguay-before-a-raucous-socal-crowd/">US ready for co-hosts’ final World Cup opener against Paraguay before a raucous SoCal crowd</a></p><p>At the stadium, workers removed any signs associated with the Hard Rock Stadium to turn it into the Miami Stadium during the World Cup.</p><p>Only verified ticket holders will be able to ride The Miami Stadium Express, and the service at the arena starts 4 hours before the match starts.</p><p>For tickets to the free watch parties, <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">visit this page</a>. For information about the changes in public transportation during the World Cup, <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">visit this page</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></item><item><title><![CDATA[Local 10 Special: Countdown to the Cup!]]></title><link>https://www.local10.com/sports/local/2026/06/12/local-10-special-countdown-to-the-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/12/local-10-special-countdown-to-the-cup/</guid><description><![CDATA[Join Local 10 Sports Director Will Manso, and reporters Clay Ferraro and Kacy Hintz as Miami rolls out the red carpet ahead of Monday’s first World Cup match in South Florida! ]]></description><pubDate>Fri, 12 Jun 2026 23:38:49 +0000</pubDate><content:encoded><![CDATA[<p>Join Local 10 Sports Director Will Manso, and reporters Clay Ferraro and Kacy Hintz as Miami rolls out the red carpet ahead of Monday’s first World Cup match in South Florida! </p><p>The Local 10 Special Report: “Countdown to the Cup” airs at 8 p.m. Friday and can be viewed at the top of this page. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JXMBVRF77NA7RDSOMWRRDVKBWA.png?auth=1d5a655083e7c95825e70ca8d4cfa35bea27b51e9930144eef9f87117c2973e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[US opens its home World Cup with a dynamic 4-1 victory over Paraguay, sparked by Balogun's 2 goals]]></title><link>https://www.local10.com/sports/2026/06/12/us-opens-its-home-world-cup-with-a-dynamic-4-1-victory-over-paraguay-sparked-by-baloguns-2-goals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/us-opens-its-home-world-cup-with-a-dynamic-4-1-victory-over-paraguay-sparked-by-baloguns-2-goals/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[INGLEWOOD, Calif. (AP) — Folarin Balogun fired his second goal into the top far corner of Paraguay’s net and then led his American teammates to the corner of their home stadium, reveling in the frenzy created by their historic first half at their World Cup opener.]]></description><pubDate>Sat, 13 Jun 2026 04:44:39 +0000</pubDate><content:encoded><![CDATA[<p>INGLEWOOD, Calif. (AP) — Folarin Balogun fired his second goal into the top far corner of Paraguay’s net and then led his American teammates to the corner of their home stadium, reveling in the frenzy created by their historic first half at their World Cup opener.</p><p>The world’s biggest soccer tournament finally returned to the U.S. on Friday night after a generation of anticipation.</p><p>With this phenomenal match, the Americans also look like they've arrived.</p><p>Balogun scored twice in the Americans' three-goal barrage before halftime, and the U.S. opened its first home World Cup in 32 years with its biggest win in the tournament, a dynamic 4-1 victory over Paraguay.</p><p>Christian Pulisic had an assist in a stellar first-half playmaking performance for the Americans, who enthralled their Southern California fans with an aggressive attack while streaking to a 3-0 lead — the team's largest in any World Cup game.</p><p>“It meant everything for us,” Pulisic said. “A half like that, for it to go as it did, and have the fans excited about our performance, it felt amazing.”</p><p>Gio Reyna ripped another goal in the dying moments of second-half injury time, giving the Americans four goals in a World Cup match for the first time in their tournament history dating to 1930.</p><p>This production, this confidence, this dominance — it was nothing like the vast majority of the Americans' previous performances on the international stage over the years and decades.</p><p>They've won exactly one knockout-round game in the World Cup. They've almost always struggled to score in the biggest events, most recently managing only three goals combined in their four matches at the Qatar World Cup in 2022.</p><p>In this pressure-packed home opener, the Americans were a team transformed while playing in coach Mauricio Pochettino’s more creative system in front of a passionate, star-studded Los Angeles crowd of 70,492. Led by the elite talent and coach-inspired fearlessness of Balogun, Pulisic and Weston McKennie up front, the U.S. finally had its breakthrough performance at SoFi Stadium.</p><p>“It’s difficult to compare with the past,” said Pochettino, who took over in late 2024. “I don’t know what happened in the past. I think we need to talk about today, because it was a great match. It was amazing for our fans to see, to watch this type of game, and today, I am so proud and we are so proud. I think we are winning a lot of fans, adding fans for the sport here in America.”</p><p>Not everything went perfectly: Pulisic was replaced by Sebastian Berhalter at halftime for precautionary reasons. Pochettino said Pulisic was kicked in the back of his left calf during a training session this week, and felt some subsequent tightness during the match.</p><p>“Staying positive,” Pulisic said. “I don’t think it’s anything.”</p><p>Maurício scored in the second half for Paraguay, but La Albirroja fell too far behind early in their first World Cup match in 16 years.</p><p>“The U.S. won this match very clearly and fairly,” Paraguay coach Gustavo Alfaro said through an interpreter. “They dominated tactically, technically and physically as well. ... This team is a complex challenge because they have answers to everything you throw at them.”</p><p>After the U.S. went ahead on an early own-goal created by Pulisic's playmaking, Balogun scored in the 31st minute and again in the fifth minute of first-half injury time.</p><p>The New York-born, London-raised striker made his World Cup debut with the first multigoal performance from a U.S. player in the tournament since 1930. Balogun chose to represent the U.S. three years ago instead of staying in the English system, where he likely would have struggled to make the Three Lions' roster — and the 24-year-old Monaco professional has swiftly provided the top-level striker play historically lacking on U.S. rosters.</p><p>“Poch has said many times, ‘Why not us?’” Balogun said. “We have to believe. You can’t do anything if you don’t believe in yourself.”</p><p>Pulisic created the first two U.S. goals with exceptional runs down the left side. In the seventh minute, the AC Milan standout cleverly split two defenders and passed to McKennie, whose centering touch hit Paraguay midfielder Damián Bobadilla’s outstretched foot and went in, setting off pandemonium in the stands.</p><p>The Americans gradually amplified their attack centered around Pulisic’s runs — and three minutes after an apparent goal from Balogun was erased by an offside call, Pulisic again drove the left side and got a deflected pass to the trailing Balogun, who banged it home.</p><p>Malik Tillman then made a perfectly weighted pass in injury time to Balogun, who sidled through the Paraguay defense and beautifully found the top shelf.</p><p>The Americans were less cohesive without Pulisic in the second half, but Reyna still added the finishing touch by gliding into the box and toe-flicking home his first World Cup goal. The moment was sweet for Reyna, who barely played at the Qatar World Cup amid a messy family dispute with former U.S. coach Gregg Berhalter.</p><p>Dozens of American celebrities and cultural icons turned out for the match 10 miles south of Hollywood, including Tom Cruise, George Lucas, Bill Gates, Halle Berry, Leonardo DiCaprio and Kareem Abdul-Jabbar.</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/QWXC5JWL5YDRJ6JFEGS7DDUETU.jpg?auth=a5fcc7c875a98aba89d5eca9b151067c289bb1290e9fa405f731a0f41b431a96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) celebrates scoring his side's third goal against Paraguay with teamates during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 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/VF2YF4FBOJP37UIYJW2AXJUOHM.jpg?auth=52dd5d07181877a120ed33ed12e46400de12034a4c391b67da88b9f7643018f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay's Miguel Almiron, right, and United States' Sergino Dest battle for the ball during the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3H243CNYNSQ3MSO2EOXOFPYL7I.jpg?auth=e46c66c2add936b608fd047dd7f0354ced69750a3e9228f6bcc867d86c59078d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun scores his side's second goal against Paraguay during a World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Marcio J. Sanchez)]]></media:description><media:credit role="author" scheme="urn:ebu">Marcio J. Sanchez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I7MC7SENOKKNL4EHS7GHTDRPNY.jpg?auth=fb673bb4df4fa4f10b9c999a93203dc148aa652c921b6756793355dc12b87c66&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) celebrates scoring his side's second goal against Paraguay during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 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/LXM4FXWUI6NPU6GUFKDAFISQ5A.jpg?auth=6c60c115f3cd9624c2a73a1b6668f66aed15bde633b92cfc14d7f48535fe543b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay's Miguel Almiron reacts after the United States scored a third goal during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[`Inside the NBA' making the most of its 1st appearance in the finals]]></title><link>https://www.local10.com/sports/2026/06/12/inside-the-nba-making-the-most-of-its-1st-appearance-in-the-finals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/inside-the-nba-making-the-most-of-its-1st-appearance-in-the-finals/</guid><dc:creator><![CDATA[By JOE REEDY, Associated Press]]></dc:creator><description><![CDATA[Ernie Johnson has seen many iconic moments in 34 years as host of “Inside the NBA.”]]></description><pubDate>Fri, 12 Jun 2026 23:54:47 +0000</pubDate><content:encoded><![CDATA[<p>Ernie Johnson has seen many iconic moments in 34 years as host of “Inside the NBA.”</p><p>However, nothing might top doing the postgame show Wednesday night from center court at Madison Square Garden after the New York Knicks made the greatest comeback in NBA Finals history to beat the San Antonio Spurs in Game 4.</p><p>“That’s the best. None of the fans are leaving. They just want to soak this whole thing in. It was like a college atmosphere. And then to do the show right there with that energy going on, that’s why you do it,” Johnson said.</p><p>Who knows how many signature moments are left in the series, but the quartet of Johnson, Charles Barkley, Shaquille O’Neal and Kenny Smith is certainly enjoying anchoring pregame, halftime and postgame NBA Finals coverage for the first time.</p><p>“Inside the NBA” moved to ESPN and ABC this season under a licensing agreement with TNT Sports, following Warner Bros. Discovery’s inability to retain NBA rights.</p><p>The show’s addition has elevated ESPN and ABC’s NBA coverage just as Joe Buck and Troy Aikman’s arrival in 2022 took “Monday Night Football” to another level.</p><p>The series resumes Saturday night in San Antonio with the Knicks one win away from their first NBA title since 1973. Johnson will present the Lawrence O’Brien trophy at the end of the finals. If the Spurs stave off elimination, Johnson presenting the trophy to the Knicks at home after a Game 6 win on Tuesday could surpass the bedlam from the comeback.</p><p>“The transition has been seamless, and it’s been a wonderful year together. Having Ernie, Chuck, Shaq and Kenny anchor our NBA Finals coverage, in tandem with our outstanding game broadcast team, has elevated our entire presentation,” said Burke Magnus, ESPN’s president of content.</p><p>“Inside the NBA” has a 90-minute pregame show, with the first hour on ESPN before shifting over to ABC. The postgame show begins on ESPN as soon as ABC's coverage ends and goes at least an hour.</p><p>Mike Breen, who is calling his record 21st finals, has enjoyed having “Inside the NBA” serve as a lead-in to coverage.</p><p>“They’re must-see TV even after all these years. They have so much fun, and because of their status in the league, what they say really matters,” Breen said. “And then you have somebody like Ernie Johnson who runs the whole thing. I don’t know if there’s another person in our industry I respect more.”</p><p>Same show, different network</p><p>Because TNT didn’t have the NBA Finals, “Inside the NBA”‘s season would end at the conference finals. Johnson said it felt different when he arrived at the arena in San Antonio before Game 1 on June 3.</p><p>“I haven’t felt like that on a game day in a long time. I was excited to be there and heading to the arena. I left earlier than planned because I didn’t want to sit around anymore,” he said. “Doing that in San Antonio and then going to New York to be in the middle of that scene was so cool. I think we are trying to make our show match the energy in the building. And I think we did that.”</p><p>“Everybody’s swinging by and shaking hands and patting us on the back. It’s surreal. We’re honored to be part of this. And it’s just been an amazing series.”</p><p>What also makes it special is that this is also the first NBA Finals for most of the show’s production crew, many of whom have been with “Inside the NBA” since the start.</p><p>Even though “Inside the NBA” airs on ESPN and ABC, TNT Sports still produces the show from Atlanta. It’s still irreverent at times and isn’t afraid to pull punches — as evidenced by Barkley’s criticism of the Spurs after Game 4, where he called them “the dumbest basketball team in the history of civilization.”</p><p>Barkley added, “When you blow a 29-point lead, the other team has to help you. The San Antonio Spurs helped the New York Knicks win this game by doing some of the stupid-ass stuff I’ve seen on a basketball court.”</p><p>For those who worried that the show wouldn’t be the same on ESPN, those fears have gone out the window throughout the season. ESPN even bought into some of the show’s humor by doing an ad with Johnson singing a song by DMX.</p><p>“There was never a ‘Hey, you guys can’t do that anymore.’ It was just ‘No, do your thing.’ And we’ve had the freedom to do that,” Johnson said. “The great thing is we have access to all these ESPN resources with pregame pieces and reporters. It's been a great deal for everybody involved.”</p><p>Successful finals for ABC</p><p>Wednesday night’s comeback averaged 20.9 million viewers and peaked at 23.2 million for the conclusion. According to Nielsen, it was the most-viewed Game 4 since ABC started showing the finals in 2003.</p><p>The series is averaging 19.6 million viewers, a 116% jump from last year’s matchup between the Oklahoma City Thunder and Indiana Pacers. It is on pace to be the most-watched series since 1998, when the Chicago Bulls defeated the Utah Jazz in six games.</p><p>The Game 3 pregame averaged 9.9 million viewers, a record</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2XKLQVD3ATMRVZ7DBNYLBZOG74.jpg?auth=2845ae52ef4cfe4a49a35c6a59f99847938210ff2b0bdbe42f9a7256710a26db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Shaquille O'Neal, Ernie Johnson and Charles Barkley stand at mid-court to be honored during the NBA All-Star basketball game Sunday, Feb. 16, 2025, in San Francisco. (AP Photo/Godofredo A. Vásquez,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content></item><item><title><![CDATA[Korda and Cowan 2 back in LPGA team event. Inkster advances to weekend at record age of 66]]></title><link>https://www.local10.com/sports/2026/06/12/korda-and-cowan-2-back-in-lpga-team-event-inkster-advances-to-weekend-at-record-age-of-66/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/korda-and-cowan-2-back-in-lpga-team-event-inkster-advances-to-weekend-at-record-age-of-66/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MIDLAND, Mich. (AP) — Nelly Korda found the perfect tonic for the week after the biggest win of her career. The U.S. Women’s Open champion is playing with good friend Olivia Cowan of Germany in the Dow Championship, two shots out of the lead Friday held by Polly Mack and Celine Borge.]]></description><pubDate>Fri, 12 Jun 2026 23:32:44 +0000</pubDate><content:encoded><![CDATA[<p>MIDLAND, Mich. (AP) — Nelly Korda found the perfect tonic for the week after the biggest win of her career. The U.S. Women’s Open champion is playing with good friend Olivia Cowan of Germany in the Dow Championship, two shots out of the lead Friday held by Polly Mack and Celine Borge.</p><p>The final two days at Midland Country Club also includes Juli Inkster, the 66-year-old Hall of Famer who became the oldest player to make the cut when she teamed with 27-year-old Angel Yin for a 68 in fourballs.</p><p>“I’m happy I played,” said Inkster, born 10 years after the LPGA was founded. “Sometimes you’ve got to put yourself out there and I felt like I did that this week.”</p><p>Mack and Borge were among the late starters and posted a 60 to reach 12-under 128 and zoom past the Japanese duo of Ayaka Furue and Yuna Nishimura (61).</p><p>Korda and Cowan shot 60 to finish two shots behind, with Korda doing most of the damage and Cowan stepping in for a 20-foot birdie putt on their final hole.</p><p>“We just wanted to go out and have some fun. That’s when we play our best,” Korda said. “Last week was a great week. This is the perfect week to back up that week. It’s just a little more relaxed. It’s been a blast.”</p><p>Korda said there wasn’t a lot of golf talk, mostly trying to finish to get lunch and head for their favorite coffee shop.</p><p>The U.S. Women’s Open at Riviera was her fourth win of the year, and fourth career major, solidifying her perch atop women’s golf. She played the part most of the second round in fourballs with several birdie putts.</p><p>“Nelly made a lot of putts today,” Cowan said. “I felt like I needed to make the last one.”</p><p>JoAnne Carner holds the LPGA record for individual events, making the cut in 2004 at age 64. The Dow Championship counts as official, so Inkster goes into the record book as the oldest.</p><p>This also could be a big week for Cowan, who would get a two-year exemption on the LPGA if she and Korda were to win.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><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/6AKB4CYPQYFLAH7NKRCRPEVF6A.jpg?auth=d673961bcb2d2a56728bfbeb560118102c69e49663bd98f4f1ed72a77d1374da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda lines up her putt 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></item><item><title><![CDATA[Gene Shalit, longtime 'Today' show movie critic with bushy hair and massive mustache, dies at 100]]></title><link>https://www.local10.com/entertainment/2026/06/12/gene-shalit-longtime-today-show-movie-critic-with-bushy-hair-and-massive-mustache-dies-at-100/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/12/gene-shalit-longtime-today-show-movie-critic-with-bushy-hair-and-massive-mustache-dies-at-100/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Gene Shalit, a movie critic and arts reporter for the “Today” show over four decades who was known for his puffy hair, oversized handlebar mustache and affection for groan-inducing puns, has died. He was 100.]]></description><pubDate>Sat, 13 Jun 2026 02:57:26 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Gene Shalit, a movie critic and arts reporter for the “Today” show over four decades who was known for his puffy hair, oversized handlebar mustache and affection for groan-inducing puns, has died. He was 100.</p><p>Shalit's family announced the death Friday to NBC News, saying in a statement that he “passed away peacefully today after 100 years of an amazing life.”</p><p>Shalit joined “Today” as a contributor in 1970 and became arts editor in 1973, later settling in for his segment, “Critic’s Corner.” When he left the show in 2010, he was one of the last high-profile film critics on a major network.</p><p>“What resonated above his unusual appearance was his incredible wit, his remarkable intelligence. But he didn’t pound you over the head with it. He amused you. He enlightened and amused whatever subject he was on,” Guy Ludwig, Shalit’s producer for more than 20 years, wrote in an essay at the time of Shalit's retirement.</p><p>It was no coincidence that Chicago critics Roger Ebert and Gene Siskel’s local “thumbs-up, thumbs-down” movie-review program, “Sneak Previews,” went national on PBS in the late 1970s and that “Today” show's ABC rival, “Good Morning America,” hired Joel Siegel to be its movie critic in 1981.</p><p>“Shalit was instrumental in changing the balance of critical power in America. When he began his ‘Today’ tenure, newspapers and magazines were the primary sources for movie reviews. That’s where cinematic opinion was sparked and shaped,” The Plain Dealer wrote in 2010, calling Shalit “Daniel Boone in a bow tie and Groucho glasses.”</p><p>Magazine work led to NBC offer</p><p>Shalit started as an entertainment columnist for McCall’s magazine, eventually becoming senior film critic for Look magazine in 1968 and writing for Ladies’ Home Journal. His popularity in magazines led to an offer from NBC.</p><p>“No one at NBC had seen him. They’d only read his stuff. So he walked into this executive’s office and the executive took one look at him and said, ‘Mr. Shalit, have you ever thought of radio?’” wrote Ludwig. “They didn’t know how the public would react to someone who looked so different from people who were typically on TV in 1967.”</p><p>On the air, Shalit was a middle-of-the-road critic. Of 1986’s classic “Stand By Me,” he said it was different from other movies about youth “because of instead of grossing you out, ‘Stand by You’ is engrossing.”</p><p>“Many critics will give so much of the plot of a movie away that they destroy the movie for the viewer. ... I just don’t give away the story,” he told The Associated Press in 1993.</p><p>Highlights in words</p><p>He liked “Enemy at the Gates,” starring Jude Law, calling it “a vivid dramatization of one of history’s titanic turning points.” But he called “Brokeback Mountain “wildly overpraised, but not by me” and drew condemnation from GLAAD for calling Jake Gyllenhaal’s character, Jack, a “sexual predator.” Shalit apologized.</p><p>He called “Frozen” “very cool.” He said the oddball title of “The Men Who Stare at Goats” was “heard to bleat,” and his review of “The Lovely Bones” read in part: “There’s no bones about it.”</p><p>He began reviewing on air the year of “Patton” and “Love Story” and ended his run with a critique of “Shrek Forever After,” of which he noted that the “bellow fellow is now a mellow fellow.” One highlight of this tenure was his descent into a fit of giggles while interviewing Carol Channing.</p><p>He called a remake of “King Kong” so “gargantuan that I must create new words to describe it: fabularious … a brilliantological humongousness of marvelosity.” His take on Steven Spielberg’s adaptation of Alice Walker’s “The Color Purple”: “It should be against the law not to see it.”</p><p>In a 1981 interview with John Belushi and Dan Aykroyd, Belushi said Shalit’s hair looked like “an ant farm on fire.” Nevertheless, he peppered his guest with so many questions about their daily life that it felt like therapy. He asked both comedians what their last meals would be. “What do you want to be doing 10 years from now, John Belushi?” Shalit asked. “Fiddler on the Roof” Belushi replied.</p><p>During his tenure, he traded quips with anchors ranging from Edwin Newman, Barbara Walters and Jane Pauley to Tom Brokaw, Bryant Gumbel, Katie Couric, Al Roker and Meredith Vieira.</p><p>Gumbel was not always a fan, once saying Shalit’s reviews “are often late and his interviews aren’t very good.” The critique came in what was supposed to be a confidential memo to Marty Ryan, the show’s executive producer at the time.</p><p>In 1994, while in St. Pete Beach, Florida, to cover Major League Baseball spring training, a car hit Shalit as he was crossing a street and broke his leg. After that, “Today” began recording his movie reviews in his home studio.</p><p>Early life</p><p>He was born in New York and grew up in Morristown, New Jersey, starting his grammar school’s first newspaper before writing a humor column for the newspaper while a student at Morristown High School. He graduated from the University of Illinois in 1949.</p><p>Shalit played the bassoon, but he said he started out on the clarinet.</p><p>“I didn’t practice for a few weeks and the teacher got furious,” he recalled in 1988, before playing bassoon in a New York City fundraiser. “He took away my clarinet and as punishment he said, ‘From now on, you’re gonna play THIS.’”</p><p>In 1987, he edited a book called “Laughing Matters: A Celebration of American Humor,” saying he wanted to introduce and reintroduce such old and new masters of American humor as Mark Twain, James Thurber and Russell Baker.</p><p>Shalit was regularly mocked on “Saturday Night Live” by cast member Horatio Sanz, who would appear on the “Weekend Update” desk dressed as Shalit and go on extended, barely coherent rants that punned the title of every movie he reviewed. Shalit also made cameos on “Sesame Street,” “Family Guy” and “SpongeBob SquarePants.”</p><p>Shalit was predeceased in 1978 by his wife, Nancy Lewis, and had six children.</p><p>___</p><p>This story has been corrected to show that a movie Shalit liked was “Enemy at the Gates,” not “Defiance.” It also removes a reference to Daniel Craig, who was in “Defiance” but not “Enemy at the Gates.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V4KKSS3ALR46CSC5HOLOUYFJS4.jpg?auth=f56216691f7ad8a6f1086fd8ee76a5244a6d6bf342fe1b1aca121e2d7ce3e83d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this May 31, 2006 file photo, film critic Gene Shalit is seen during a toast with "Today" show cast and crew at the end of Katie Couric's final show, in New York. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></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[Wild Florida: Ron Magill helps man cited for capturing python at Everglades park ]]></title><link>https://www.local10.com/news/2026/06/12/wild-florida-ron-magill-helps-man-cited-for-capturing-python-at-everglades-park/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/12/wild-florida-ron-magill-helps-man-cited-for-capturing-python-at-everglades-park/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[Ron Magill was quick to defend a man he felt was being treated unfairly after he went out of his way to capture and surrender a python, an invasive species.]]></description><pubDate>Fri, 12 Jun 2026 22:04:47 +0000</pubDate><content:encoded><![CDATA[<p>Ron Magill was quick to defend a man he felt was being treated unfairly after he went out of his way to capture and surrender a python, an invasive species.</p><p>Yatir Nitzany said he was hiking at Shark Valley in the heart of the Everglades National Park when he saw an opportunity to help protect the environment.</p><p>“I saw one crawling across the trail,” Nitzany said. “There were children around.”</p><p>Nitzany said he captured the constrictor and contacted park rangers. A video shows that as he held it, a tour guide driving a tramp praised him in front of visitors. </p><p>“It had a bulge in its belly,” Nitzany said about the python. “The upper part of its body, indicating it just killed something, and I couldn’t have it on my conscience just to leave it there and just let it go.”</p><p>The super predators, native to tropical regions in Africa, Asia, and Australia, have devastated Everglades wildlife since the exotic pet trade’s introduction.</p><p>Knowing he was doing the right thing, Nitzany said he didn’t expect a park ranger, who also thanked him for the catch, to then hand him a $180 citation. </p><p>“If I could have done things over again, I would have probably killed it and thrown it in the bushes,” Nitzany said. </p><p>Nitzany and Magill fought the citation, based on the federal <a href="https://www.fws.gov/law/lacey-act" target="_self" rel="" title="https://www.fws.gov/law/lacey-act">Lacey Act</a> and<a href="https://www.leg.state.fl.us/Statutes/index.cfm?App_mode=Display_Statute&amp;Search_String=&amp;URL=0300-0399/0379/Sections/0379.372.html" target="_self" rel="" title="https://www.leg.state.fl.us/Statutes/index.cfm?App_mode=Display_Statute&amp;Search_String=&amp;URL=0300-0399/0379/Sections/0379.372.html"> a state law</a> that required prior authorization for capturing a python in a park.</p><p>“My goal now is to do whatever I can to change this law. To make sure there is a caveat in this law, so that people like [Nitzany] are not punished for doing the right thing in the environment,” Magill said. </p><p>The case against Nitzany was dismissed on Friday before his court hearing. Magill was glad, but it shouldn’t have happened. </p><p>“At the end of the day, for me, it’s common sense. Unfortunately, it’s not too common anymore,” Magill said. </p>]]></content:encoded></item><item><title><![CDATA[Dodgers star Shohei Ohtani misses series opener against White Sox because of knee soreness]]></title><link>https://www.local10.com/sports/2026/06/12/dodgers-star-shohei-ohtani-out-of-the-lineup-against-white-sox-because-of-knee-soreness/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/dodgers-star-shohei-ohtani-out-of-the-lineup-against-white-sox-because-of-knee-soreness/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Los Angeles Dodgers star Shohei Ohtani is day to day with left knee inflammation.]]></description><pubDate>Sat, 13 Jun 2026 03:09:04 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Los Angeles Dodgers star Shohei Ohtani is day to day with left knee inflammation.</p><p>Ohtani was sidelined for Friday night's 8-2 loss to the Chicago White Sox. But manager Dave Roberts said Ohtani could play this weekend and remains in line to make his next scheduled start on the mound on Wednesday.</p><p>Ohtani was lifted for a pinch hitter in the seventh inning of Thursday night’s 8-6 win at Pittsburgh.</p><p>“He’s doing fine today,” Roberts said before the series opener against the White Sox. “I think that we got some pictures. There was no findings. It’s just the normal wear and tear. I thought initially it was a hamstring, it was the knee. So it just kind of got upset, swelled up a little bit.”</p><p>Ohtani, 31, is batting .305 with 13 homers and 40 RBIs in 67 games for the NL West leaders. On the mound, the reigning NL MVP is 6-2 with a 1.06 ERA in 11 starts.</p><p>Ohtani had surgery on his left knee in September 2019. Roberts said the swelling is in the back of the knee.</p><p>“That’s where a lot of the swelling with the knee kind of like builds,” Roberts said. “But again his range of motion today is good and so if it was another time in the season he’d be in there tonight.”</p><p>Ohtani did not speak with the media before the game.</p><p>Alex Call was in the leadoff spot for Los Angeles and Santiago Espinal stepped in as the designated hitter. Espinal contributed an early two-run single, but the Dodgers finished with just four hits — all in the first three innings.</p><p>Roberts also said utilityman Tommy Edman is on track to be activated from the 60-day injured list on Tuesday. Edman, who is coming back from offseason ankle surgery, is on a minor league rehab assignment with Triple-A Oklahoma City.</p><p>Right-hander Tyler Glasnow, who is on the 60-day IL because of a back issue, could start playing catch soon.</p><p>“(Glasnow) feels great, so he’s going to start kind of ramping things up,” Roberts said.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GGHC5GLGWZTIG6KCCK6YW4AQJI.jpg?auth=1435c4929ded333bc0faa7a553ecf32a54d724756f264aff82fa670c61b74872&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 enters the field prior to a baseball game against the Chicago White Sox, Friday, June 12, 2026, in Chicago. (AP Photo/Melissa Tamez)]]></media:description><media:credit role="author" scheme="urn:ebu">Melissa Tamez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GS7N4OTIJKQZEZCWCP5277N7OE.jpg?auth=c2c9e3dd661ff9d7271025ffddd67911daae79b4f2784d7faed00952101e9000&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 enters the field prior to a baseball game against the Chicago White Sox, Friday, June 12, 2026, in Chicago. (AP Photo/Melissa Tamez)]]></media:description><media:credit role="author" scheme="urn:ebu">Melissa Tamez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RJFZAB2YJQ54KVICPPJY5WKTS4.jpg?auth=0f422dc49679f446ceabdbc29b5efed7e0aeb57acacff951b90d29fd805f2dcb&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 enters the field prior to a baseball game against the Chicago White Sox, Friday, June 12, 2026, in Chicago. (AP Photo/Melissa Tamez)]]></media:description><media:credit role="author" scheme="urn:ebu">Melissa Tamez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZJS7T4DGNJ2QDI7CAW3SKVJAOY.jpg?auth=e16819a5512628ad19b7d39f1d99f025c564bc1ba59c1873d721946e0a3aada5&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 enters the field prior to a baseball game against the Chicago White Sox, Friday, June 12, 2026, in Chicago. (AP Photo/Melissa Tamez)]]></media:description><media:credit role="author" scheme="urn:ebu">Melissa Tamez</media:credit></media:content></item><item><title><![CDATA[Paramount Skydance merger with Warner Bros. Discovery won't harm competition, consumers, DOJ says]]></title><link>https://www.local10.com/business/2026/06/12/paramount-skydance-merger-with-warner-bros-discovery-wont-harm-competition-consumers-doj-says/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/12/paramount-skydance-merger-with-warner-bros-discovery-wont-harm-competition-consumers-doj-says/</guid><dc:creator><![CDATA[By ALEX VEIGA, Associated Press]]></dc:creator><description><![CDATA[An investigation by the U.S. Justice Department into Paramount Skydance’s proposed acquisition of Warner Bros. Discovery has determined that the mammoth Hollywood media merger is not likely to harm competition in the industry or be harmful for consumers.]]></description><pubDate>Sat, 13 Jun 2026 00:55:54 +0000</pubDate><content:encoded><![CDATA[<p>An investigation by the U.S. Justice Department into Paramount Skydance’s proposed acquisition of Warner Bros. Discovery has determined that the mammoth Hollywood media merger is not likely to harm competition in the industry or be harmful for consumers.</p><p>The agency said Friday that it closed its probe into the deal, with regulators at its antitrust division concluding that the impact of the merger “will be to increase competition across the media and entertainment ecosystem, with benefits for American consumers and workers.”</p><p>David Ellison’s Paramount Skydance reached a deal to acquire Warner Bros. Discovery in late February. Paramount’s victory came after months of negotiations and a rival bid by Netflix that ultimately fell short. Paramount was bought by Skydance last year.</p><p>The companies contend that merging will be good for growth in the industry and give consumers access to more content, particularly if the HBO Max and Paramount+ libraries are combined. But critics have decried what further consolidation could mean in an industry already controlled by just a few major players.</p><p>Among the potential market impacts from the merger, regulators weighed whether the deal would hurt competition in video streaming. They concluded that the merger would likely increase competition by giving customers a more “robust competitive alternative” to larger video streaming alternatives.</p><p>The agency also determined that YouTube, TikTok and other social media portals that also offer video streaming content “do not appear to be competitive substitutes here under well-established antitrust legal precedents, although they compete broadly for consumer attention.”</p><p>Regulators also concluded that the merger is not likely to harm competition for so-called linear television, citing a strong competition for live programming.</p><p>On the question of competition in Hollywood, regulators found that the combination of two major film studio operators is not likely to harm competition in studio development, production or distribution of films for theatrical release.</p><p>“Instead, evidence shows extensive competition within the industry, which has generated greater output and diversity of film offerings, and is likely to continue unabated,” regulators concluded.</p><p>Thousands of actors, directors, writers and other industry professionals have voiced “unequivocal opposition” to the Paramount deal, arguing that further consolidation will lead to job losses and fewer choices for filmmakers and moviegoers. Many lawmakers have similarly sounded the alarm.</p><p>Ellison, chief executive of Paramount Skydance, has pledged to keep Paramount and Warner Bros. as standalone movie studio operations, and vowed to release a combined 30 movies a year in theaters. Paramount has acknowledged the merger will also lead to significant cuts due to duplication.</p><p>While the Trump administration’s Justice Department has now confirmed it won’t be challenging Paramount’s $81 billion purchase of Warner, the mega merger is still being reviewed by other regulators both in the U.S. and abroad.</p><p>California Attorney General Rob Bonta has been particularly vocal about the transaction, and he said his state is investigating it.</p><p>Beyond the U.S., European regulators are also looking into the deal. The European Commission has listed July 7 as a tentative deadline for its review. And the U.K.’s Competition and Markets Authority is aiming to make an initial decision about its probe by early August.</p><p>Paramount and Warner previously said that they hoped to close their deal sometime in the third quarter of this year. And that clock is ticking. Paramount pledged to give shareholders some compensation if the acquisition doesn’t close by Sept. 30 — in the form of a 25-cent per share “ticking fee” for every quarter past that date. It has also agreed to a regulatory termination fee of $7 billion.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DU7ITMMILLWBRBIQ7UVPD6ZA4Y.jpg?auth=c91b9f9527765b5e292a38ea0db109550fbb137417e117cb88f58dbc9c8d7b91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Paramount Pictures water tower is seen in Los Angeles, Thursday, Dec. 18, 2025, with the Hollywood sign in the distance. (AP Photo/Jae C. Hong,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[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, Janine Stanwood]]></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 Fire Capt. Chris Pelosi was among the first responders who helped wrangle the gator.</p><p>“When we tried getting it, it just got agitated and ran away,” he said. </p><p>Pelosi said police got to it first.</p><p>“PD was able to get the little K9 leash out. They kind of got it around the neck so it was kind of doing a little death roll -- it was rolling over here, so we corralled it against the wall,” Pelosi said. “I always see on TV, they just throw a towel over its head, so I just kind of walked up, just threw the towel.”</p><p>Montes confirmed that Davie police used a “catch pole” to secure the gator, while firefighters helped restrain it until FWC officers arrived.</p><p>Neighbors heard the commotion.</p><p>“I just heard all the trucks,” resident Linda Stover said. “I had no idea there was an alligator outside my house.”</p><p>Montes said 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[Difunden video de cámara corporal en asesinato en edificio de gran altura de Miami Beach; otorgan fianza a sospechoso]]></title><link>https://www.local10.com/espanol/2026/06/12/difunden-video-de-camara-corporal-en-asesinato-en-edificio-de-gran-altura-de-miami-beach-otorgan-fianza-a-sospechoso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/difunden-video-de-camara-corporal-en-asesinato-en-edificio-de-gran-altura-de-miami-beach-otorgan-fianza-a-sospechoso/</guid><dc:creator><![CDATA[Brett Knese, Roy Ramos]]></dc:creator><description><![CDATA[Imágenes de la cámara corporal recientemente publicadas y obtenidas por Local 10 News capturan los momentos después de que un hombre se cayera desde un balcón del piso 25 en un condominio de Miami Beach, mientras un juez consideraba si se debía otorgar fianza al amigo acusado de empujarlo a la muerte.]]></description><pubDate>Fri, 12 Jun 2026 17:22:50 +0000</pubDate><content:encoded><![CDATA[<p>Las imágenes de la cámara corporal obtenidas recientemente por Local 10 News capturan los momentos posteriores a que un hombre cayera desde un balcón del piso 25 de un condominio en Miami Beach, mientras una jueza evaluaba si el amigo acusado de empujarlo hacia la muerte debía recibir una fianza.</p><p>El video, junto con una llamada desesperada al 911 realizada antes de la caída, fue presentado durante una audiencia judicial el jueves para <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/">Corey Hutterli, de 37 años</a>, quien, según los investigadores, enfrenta un cargo de asesinato en segundo grado por la muerte de Justin Zelin, de 35 años.</p><p>La jueza Cristina Miranda <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/">finalmente le otorgó a Hutterli una fianza de $150,000 USD</a> el jueves.</p><p>En las imágenes de la cámara corporal presentadas en el tribunal, Hutterli les dijo a los agentes que respondieron al incidente que Zelin lo había atacado repentinamente.</p><p>“¿Qué está pasando? De repente perdió el control y me atacó”, dijo Hutterli.</p><p>También se escuchó en la audiencia una llamada al 911 en la que Zelin le rogaba a una persona identificada como “Sasha” que abandonara su apartamento.</p><p>“Aléjate de mí, Sasha, basta. Por favor, vete ahora mismo”, dijo Zelin.</p><p>Los fiscales alegan que Hutterli empujó a Zelin desde un balcón de los condominios Akoya en Collins Avenue el 15 de febrero, tras una pelea entre ambos hombres.</p><p>Los abogados defensores argumentaron que el caso del estado es circunstancial y señalaron un informe toxicológico que mostró que Zelin tenía fentanilo, cocaína y ketamina en su organismo al momento de su muerte.</p><p>La defensa sostiene que las drogas pudieron haber provocado un estado mental alterado y afirmó que las pruebas no respaldan la teoría presentada por la fiscalía.</p><p>Al conceder la fianza, Miranda dijo que la llamada al 911 no establecía de manera concluyente que hubiera ocurrido un asesinato.</p><p>“Definitivamente podría tratarse de la víctima de un asesinato, pero la llamada al 911 no es prueba de eso”, dijo Miranda. “La llamada al 911 me lleva a creer que se trata de alguien que sufría una psicosis inducida por drogas”.</p><p>Fuera de la sala del tribunal, la madre de Hutterli dijo que cree que su hijo es inocente, mientras que los abogados defensores afirmaron que planean solicitar la desestimación de los cargos.</p><p>Los registros de la cárcel muestran que Hutterli también enfrenta cargos de allanamiento con agresión o violencia física, posesión de una sustancia controlada y posesión de parafernalia de drogas.</p>]]></content:encoded></item><item><title><![CDATA[Bodycam footage released in Miami Beach high-rise murder; suspect granted bond]]></title><link>https://www.local10.com/news/local/2026/06/12/bodycam-footage-released-in-miami-beach-high-rise-murder-suspect-granted-bond/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/12/bodycam-footage-released-in-miami-beach-high-rise-murder-suspect-granted-bond/</guid><dc:creator><![CDATA[Brett Knese, Roy Ramos]]></dc:creator><description><![CDATA[Newly released Body camera footage obtained by Local 10 News captures the moments after a man fell from a 25th-floor balcony at a Miami Beach condominium, as a judge considered whether the friend accused of pushing him to his death should be granted bond.]]></description><pubDate>Fri, 12 Jun 2026 16:53:59 +0000</pubDate><content:encoded><![CDATA[<p>Newly released body camera footage obtained by Local 10 News captures the moments after a man fell from a 25th-floor balcony at a Miami Beach condominium, as a judge considered whether the friend accused of pushing him to his death should be granted bond.</p><p><a href="https://www.local10.com/espanol/2026/06/12/difunden-video-de-camara-corporal-en-asesinato-en-edificio-de-gran-altura-de-miami-beach-otorgan-fianza-a-sospechoso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/difunden-video-de-camara-corporal-en-asesinato-en-edificio-de-gran-altura-de-miami-beach-otorgan-fianza-a-sospechoso/">Leer en español</a></p><p>The video, along with a frantic 911 call made before the fall, was presented during a court hearing 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="_self" rel="" title="https://www.local10.com/news/local/2026/06/02/man-accused-of-miami-beach-high-rise-murder-appears-in-court-seeking-bond/">37-year-old Corey Hutterli</a>, who investigators say faces a second-degree murder charge in the death of 35-year-old Justin Zelin.</p><p>“Some homeless guy just came over and killed me,” Zellin told 911 dispatchers shortly before his death. “He killed me.” </p><p>Judge Cristina Miranda on Thursday <a href="https://www.local10.com/news/local/2026/06/11/hearing-continues-for-suspect-accused-of-throwing-man-off-25th-floor-miami-beach-balcony/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/11/hearing-continues-for-suspect-accused-of-throwing-man-off-25th-floor-miami-beach-balcony/">ultimately granted Hutterli a $150,000 bond</a>.</p><p>In body camera footage shown in court, Hutterli told responding officers that Zelin had suddenly attacked him.</p><p>“What’s going on? Suddenly he freaked out and attacked me,” Hutterli said. </p><p>Jurors also heard a 911 call in which Zelin pleaded with someone identified as “Sasha” to leave his apartment.</p><p>“Get away from me Sasha, stop. Please leave right now,” Zelin said.</p><p>Prosecutors allege Hutterli pushed Zelin from a balcony at the Akoya Condominiums on Collins Avenue on Feb. 15 following a struggle between the two men.</p><p>Defense attorneys argued the state’s case is circumstantial and pointed to a toxicology report showing Zelin had fentanyl, cocaine and ketamine in his system at the time of his death.</p><p>The defense contends the drugs may have caused an altered mental state and said the evidence does not support the state’s theory of the case.</p><p>While granting bond, Miranda said the 911 call did not conclusively establish that a murder had occurred.</p><p>“Could definitely be the victim of a murder, but the 911 call is not evidence of that,” Miranda said. “The 911 call leads me to believe it’s someone suffering from a drug-induced psychosis.”</p><p>Outside the courtroom, Hutterli’s mother, Terri Hutterli Marino, said she believes her son is innocent, while defense attorneys said they plan to seek dismissal of the charges.</p><p>Jail records show Hutterli also faces charges of burglary with assault or battery, possession of a controlled substance and possession of drug paraphernalia.</p><p>He has not yet posted bond and remains at the Turner Guilford Knight Correctional Center as of Friday evening.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item></channel></rss>