<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Fri, 19 Jun 2026 15:03:09 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[MDSO: 1 detained for questioning after man, woman found dead in southwest Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/06/19/possible-death-investigation-underway-in-southwest-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/possible-death-investigation-underway-in-southwest-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A man has been detained for questioning after another man and a woman were found dead Friday morning in southwest Miami-Dade, authorities confirmed.]]></description><pubDate>Fri, 19 Jun 2026 14:28:22 +0000</pubDate><content:encoded><![CDATA[<p>A man has been detained for questioning after another man and a woman were found dead Friday morning in southwest Miami-Dade, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/06/19/investigan-posible-muerte-en-el-suroeste-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/investigan-posible-muerte-en-el-suroeste-de-miami-dade/">Leer en español</a></p><p>Sky 10 was above the area of Southwest 256<sup>th</sup> Street and 202th Avenue around 10:15 a.m. as a yellow tarp covered what appeared to be a body outside a home in the rural area.</p><p>Multiple Miami-Dade Sheriff’s Office deputies were spotted at the scene.</p><p>A spokesperson for MDSO told Local 10 News that first responders went to the area just after 8:30 a.m. and Miami-Dade Fire Rescue personnel pronounced both victims dead at the scene.</p><p>Authorities said a man was detained for questioning, but the investigation remains ongoing.</p><p>MDSO homicide detectives have assumed the investigation.</p><p>No other details were immediately released.</p><p>Anyone with information is asked to call Miami-Dade Crime Stoppers at 305-471-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Man now faces federal charges after cruise ship voyeurism incident, authorities say]]></title><link>https://www.local10.com/news/local/2026/06/19/man-now-faces-federal-charges-after-cruise-ship-voyeurism-incident-authorities-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/man-now-faces-federal-charges-after-cruise-ship-voyeurism-incident-authorities-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A 25-year-old Illinois man arrested in early June at Port Everglades after being accused of cruise ship voyeurism is now facing federal charges, according to court documents filed on Thursday.]]></description><pubDate>Fri, 19 Jun 2026 14:39:02 +0000</pubDate><content:encoded><![CDATA[<p>A 25-year-old Illinois man arrested in early June at Port Everglades after being <a href="https://www.local10.com/news/local/2026/06/09/man-facing-video-voyeurism-charges-after-allegedly-photographing-13-year-old-on-cruise-ship/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/09/man-facing-video-voyeurism-charges-after-allegedly-photographing-13-year-old-on-cruise-ship/">accused of cruise ship voyeurism</a> is now facing federal charges, according to court documents filed on Thursday.</p><p><a href="https://www.local10.com/espanol/2026/06/19/acusan-a-hombre-de-cargos-federales-tras-incidente-de-voyeurismo-en-crucero-dicen-autoridades/" target="_blank" rel="" title="https://www.local10.com/espanol/2026/06/19/acusan-a-hombre-de-cargos-federales-tras-incidente-de-voyeurismo-en-crucero-dicen-autoridades/">Leer en español</a></p><p>Besides three state voyeurism charges stemming from a June 7 arrest by the Broward Sheriff’s Office, Matthew Stilwell is now facing three federal charges related to the attempted production, transportation and possession of child sexual abuse material.</p><p>Authorities said it all began with a May 31 incident on Royal Caribbean’s Allure of the Seas where Stilwell, of Pawnee, Illinois, attempted to take a photo under the dress of a 13-year-old girl whom he knew while the two were in a gift shop.</p><p>According to a federal criminal complaint, Stilwell told Royal Caribbean security that he had photos of eight to nine other children on his cellphone, including “nude photos of minors on the device that were AI generated.”</p><p>Later, after the ship returned to South Florida on June 7, federal customs officers and Homeland Security Investigations agents searched the phone, according to the complaint.</p><p>They said they found the photos of the victim that prompted the original arrest, as well as AI-generated photos depicting the same victim nude.</p><p>Authorities said that Stilwell “admitted to using AI websites to create pornographic images of minors” and said most were “not girls he knew,” adding that he “took photos of several 17-year-old girls on Instagram and used AI to remove their clothing.”</p><p>Stilwell remained in the custody of the Broward Sheriff’s Office as of Friday and was being being held in the agency’s Paul Rein Detention Facility in Pompano Beach.</p><p>Stilwell’s online federal court file does not list any upcoming hearings as of Friday morning; besides the complaint, the rest was listed as “sealed.”</p><p>His state voyeurism case also doesn’t have any upcoming hearings listed in Broward online court records.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/27Z6NE6QF5CXVHVM65BWXPBLG4.jpg?auth=66b6580bc976b1d1fb30b42be3bc656b9bf9077f35f3d8af219db5eae5c30ee6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Lauderhill condo fire sparked by pot left on stove displaces family, sends child to hospital]]></title><link>https://www.local10.com/news/local/2026/06/19/lauderhill-condo-fire-sparked-by-pot-left-on-stove-displaces-family-sends-child-to-hospital/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/lauderhill-condo-fire-sparked-by-pot-left-on-stove-displaces-family-sends-child-to-hospital/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 9-year-old child was taken to a hospital for evaluation after possible smoke inhalation following a residential fire caused by a pot left on a stove that displaced a mother and two children in Lauderhill, authorities said.]]></description><pubDate>Fri, 19 Jun 2026 14:59:56 +0000</pubDate><content:encoded><![CDATA[<p>A 9-year-old was taken to a hospital for evaluation after possible smoke inhalation following a residential fire caused by a pot left on a stove that displaced a mother and two children in Lauderhill, authorities said.</p><p>Lauderhill Fire Rescue officials said crews responded to the fire and said the family was unable to remain in the home, located in the 2000 block of Northwest 43rd Terrace, following the incident.</p><p>Officials said the child was transported by a basic life support unit for evaluation. Authorities have not released the child’s gender or identity.</p><p>Investigators said the blaze originated from a pot left unattended on the stove. </p><p>They said the mother and two children were displaced by the fire, and the American Red Cross was contacted to assist the family with temporary housing and support services.</p><p>No other injuries have been reported 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/YSYPM74ZYODA4W32X752GQA27Y.png?auth=dfcdd9b8b5dacebd24e6c5c389d8c2fb2daa04a411a781cc0742b40da628917f&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Breaking News Generic]]></media:description></media:content></item><item><title><![CDATA[Acusan a hombre de cargos federales tras incidente de voyeurismo en crucero, dicen autoridades]]></title><link>https://www.local10.com/espanol/2026/06/19/acusan-a-hombre-de-cargos-federales-tras-incidente-de-voyeurismo-en-crucero-dicen-autoridades/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/acusan-a-hombre-de-cargos-federales-tras-incidente-de-voyeurismo-en-crucero-dicen-autoridades/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un hombre de Illinois de 25 años, arrestado a principios de junio en Port Everglades tras ser acusado de voyeurismo en un crucero, ahora enfrenta cargos federales, según documentos judiciales presentados el jueves.]]></description><pubDate>Fri, 19 Jun 2026 14:56:54 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Illinois de 25 años arrestado a principios de junio en Port Everglades tras ser <a href="https://www.local10.com/espanol/2026/06/10/acusan-a-hombre-de-voyeurismo-en-video-tras-presuntamente-fotografiar-a-menor-de-13-anos-en-crucero/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/10/acusan-a-hombre-de-voyeurismo-en-video-tras-presuntamente-fotografiar-a-menor-de-13-anos-en-crucero/">acusado de voyeurismo en un crucero</a> ahora enfrenta cargos federales, según documentos judiciales presentados el jueves.</p><p>Además de tres cargos estatales por voyeurismo derivados de un arresto realizado el 7 de junio por la Oficina del Sheriff de Broward, Matthew Stilwell ahora enfrenta tres cargos federales relacionados con el intento de producción, transporte y posesión de material de abuso sexual infantil.</p><p>Las autoridades indicaron que todo comenzó con un incidente ocurrido el 31 de mayo a bordo del Allure of the Seas de Royal Caribbean, donde Stilwell, de Pawnee, Illinois, intentó tomar una foto por debajo del vestido de una niña de 13 años a quien conocía mientras ambos se encontraban en una tienda de regalos.</p><p>Según una denuncia penal federal, Stilwell le dijo al personal de seguridad de Royal Caribbean que tenía fotos de otros ocho o nueve menores en su teléfono celular, incluidas “fotos desnudas de menores en el dispositivo que fueron generadas por IA”.</p><p>Posteriormente, después de que el barco regresó al sur de Florida el 7 de junio, agentes federales de aduanas y agentes de Investigaciones de Seguridad Nacional registraron el teléfono, según la denuncia.</p><p>Indicaron que encontraron las fotos de la víctima que motivaron el arresto original, así como imágenes generadas por IA que mostraban a la misma víctima desnuda.</p><p>Las autoridades señalaron que Stilwell “admitió haber utilizado sitios web de IA para crear imágenes pornográficas de menores” y dijo que la mayoría “no eran niñas que conocía”, agregando que “tomó fotos de varias jóvenes de 17 años en Instagram y utilizó IA para quitarles la ropa”.</p><p>Hasta el viernes, Stilwell permanecía bajo custodia de la Oficina del Sheriff de Broward y estaba recluido en el Centro de Detención Paul Rein de la agencia en Pompano Beach.</p><p>El expediente federal en línea de Stilwell no muestra audiencias programadas hasta la mañana del viernes; además de la denuncia, el resto del expediente figuraba como “sellado”.</p><p>Su caso estatal por voyeurismo tampoco tiene audiencias programadas, según los registros judiciales en línea del condado Broward.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/27Z6NE6QF5CXVHVM65BWXPBLG4.jpg?auth=66b6580bc976b1d1fb30b42be3bc656b9bf9077f35f3d8af219db5eae5c30ee6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Police: Driver faces charges in Hollywood crash that killed scooter rider, injured 2 others]]></title><link>https://www.local10.com/news/local/2026/06/19/police-driver-faces-charges-in-hollywood-crash-that-killed-scooter-rider-injured-2-others/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/police-driver-faces-charges-in-hollywood-crash-that-killed-scooter-rider-injured-2-others/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 19-year-old Miramar man was arrested Thursday in connection with a crash in Hollywood that killed a scooter rider and injured two others after investigators said he was driving at speeds of up to 85 mph in a 45 mph zone late last year. ]]></description><pubDate>Fri, 19 Jun 2026 14:37:47 +0000</pubDate><content:encoded><![CDATA[<p>A 19-year-old Miramar man was arrested Thursday in connection with a crash in Hollywood that killed a scooter rider and injured two others after investigators said he was driving at speeds of up to 85 mph in a 45 mph zone late last year. </p><p><a href="https://www.local10.com/espanol/2026/06/19/policia-acusan-a-conductor-por-accidente-en-hollywood-que-mato-a-una-persona-en-scooter-y-dejo-dos-heridas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/policia-acusan-a-conductor-por-accidente-en-hollywood-que-mato-a-una-persona-en-scooter-y-dejo-dos-heridas/">Leer en español</a></p><p>Austin Quenten Mitchell-Alfred faces charges including vehicular homicide, reckless driving causing serious bodily injury, reckless driving causing physical injuries, reckless driving causing property damage, two counts of unlawful speeding and one count of disobeying a red light, according to jail records.</p><p>The crash occurred Nov. 25, 2025, at the intersection of State Road 7 and Washington Street in Hollywood.</p><p>According to an arrest report from the Hollywood Police Department, officers arrived to find a blue 2025 Cadillac Lyriq driven by Mitchell-Alfred with heavy front-end damage. </p><p>Police said the SUV was partially on a sidewalk and in the northbound bus lane. A Mercury Grand Marquis involved in the crash also sustained heavy front-end damage.</p><p>Investigators confirmed that a scooter rider was killed in the collision. The victim’s identity was not released in the report.</p><p>Police said the rider was struck while crossing the roadway. They said the impact caused the scooter to gouge the pavement before the rider was thrown onto the roadway.</p><p>When officers interviewed Mitchell-Alfred, he told them he was traveling northbound on State Road 7 at “45-50 mph, maybe 55 mph” as he approached Washington Street. He said he changed lanes as he neared the intersection and the traffic signal turned yellow.</p><p>According to the report, Mitchell-Alfred told investigators, “I’m already speeding, well not speeding, I’m already going fast,” before the crash occurred. He also told officers he collided with the Mercury Grand Marquis, causing him to swerve before striking the scooter rider, police said. </p><p>Investigators said data recovered from Mitchell-Alfred’s Cadillac showed the vehicle reached a top speed of 85 mph before he applied the brakes. The report states the SUV was traveling 75 mph at the time of impact with the victim.</p><p>Police concluded Mitchell-Alfred “operated the 2025 Cadillac Lyriq in a reckless manner without regard for traffic control devices, other vehicles on the road or persons on the roadway.”</p><p>Investigators said the Broward Medical Examiner’s Office determined the scooter rider died from blunt force injuries.</p><p>They said the driver of the Mercury Grand Marquis suffered serious injuries, including broken bones, lacerations, contusions and abrasions, and continues to undergo therapy. Police also confirmed that a passenger in Mitchell-Alfred’s Cadillac suffered non-life-threatening injuries.</p><p>As of Friday, he was being held without bond at the Broward County Main Jail. </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/FNUPIGQQY5HS3PGHUMTAC7Q2BU.jpg?auth=edbb457c688bea3d9d1f270f5a3f18163ef8c24ff33c48c95da2cb30c5070c95&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía: Acusan a conductor por accidente en Hollywood que mató a una persona en scooter y dejó dos heridas]]></title><link>https://www.local10.com/espanol/2026/06/19/policia-acusan-a-conductor-por-accidente-en-hollywood-que-mato-a-una-persona-en-scooter-y-dejo-dos-heridas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/policia-acusan-a-conductor-por-accidente-en-hollywood-que-mato-a-una-persona-en-scooter-y-dejo-dos-heridas/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 19 años de Miramar fue arrestado el jueves en relación con un accidente en Hollywood que causó la muerte de un conductor de scooter y dejó a otras dos personas heridas después de que los investigadores determinaran que conducía a velocidades de hasta 85 mph en una zona con límite de 45 mph a finales del año pasado.]]></description><pubDate>Fri, 19 Jun 2026 14:51:51 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 19 años de Miramar fue arrestado e jueves en relación con un accidente en Hollywood que causó la muerte de un conductor de scooter y dejó a otras dos personas heridas después de que los investigadores determinaran que conducía a velocidades de hasta 85 mph en una zona con límite de 45 mph a finales del año pasado.</p><p>Austin Quenten Mitchell-Alfred enfrenta cargos que incluyen homicidio vehicular, conducción temeraria causando lesiones corporales graves, conducción temeraria causando lesiones físicas, conducción temeraria causando daños a la propiedad, dos cargos por exceso de velocidad ilegal y un cargo por no obedecer una luz roja, según los registros carcelarios.</p><p>El accidente ocurrió el 25 de noviembre de 2025 en la intersección de State Road 7 y Washington Street en Hollywood.</p><p>Según un informe de arresto del Departamento de Policía de Hollywood, los agentes llegaron al lugar y encontraron un Cadillac Lyriq azul modelo 2025 conducido por Mitchell-Alfred con graves daños en la parte frontal.</p><p>La Policía indicó que la SUV estaba parcialmente sobre una acera y en el carril de autobuses en dirección norte. Un Mercury Grand Marquis involucrado en el accidente también sufrió graves daños frontales.</p><p>Los investigadores confirmaron que un conductor de scooter murió en la colisión. La identidad de la víctima no fue divulgada en el informe.</p><p>La Policía indicó que el conductor del scooter fue impactado mientras cruzaba la vía. Señalaron que el impacto provocó que el scooter dejara marcas profundas en el pavimento antes de que el conductor fuera lanzado a la carretera.</p><p>Cuando los agentes entrevistaron a Mitchell-Alfred, este les dijo que circulaba hacia el norte por State Road 7 a “45-50 mph, quizás 55 mph” mientras se acercaba a Washington Street. Dijo que cambió de carril al aproximarse a la intersección y que la luz del semáforo se puso amarilla.</p><p>Según el informe, Mitchell-Alfred dijo a los investigadores: “Ya voy rápido, bueno, no excediendo la velocidad, ya voy rápido”, antes de que ocurriera el accidente. También dijo a los agentes que chocó contra el Mercury Grand Marquis, lo que lo hizo desviarse antes de impactar al conductor del scooter, indicó la Policía.</p><p>Los investigadores señalaron que los datos recuperados del Cadillac de Mitchell-Alfred mostraron que el vehículo alcanzó una velocidad máxima de 85 mph antes de que aplicara los frenos. El informe establece que la SUV viajaba a 75 mph al momento del impacto con la víctima.</p><p>La Policía concluyó que Mitchell-Alfred “operó el Cadillac Lyriq 2025 de manera temeraria sin considerar los dispositivos de control de tránsito, otros vehículos en la vía o las personas en la carretera”.</p><p>Los investigadores indicaron que la Oficina del Médico Forense de Broward determinó que el conductor del scooter murió a causa de lesiones por trauma contundente.</p><p>Añadieron que el conductor del Mercury Grand Marquis sufrió lesiones graves, incluidas fracturas, laceraciones, contusiones y abrasiones, y continúa recibiendo terapia. La Policía también confirmó que un pasajero del Cadillac de Mitchell-Alfred sufrió lesiones que no ponen en peligro su vida.</p><p>Hasta el viernes, permanecía detenido sin derecho a fianza en la cárcel principal del condado Broward.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FNUPIGQQY5HS3PGHUMTAC7Q2BU.jpg?auth=edbb457c688bea3d9d1f270f5a3f18163ef8c24ff33c48c95da2cb30c5070c95&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arthur’s remnants leave a trail of devastating flooding across the Deep South]]></title><link>https://www.local10.com/weather/hurricane/2026/06/19/arthurs-remnants-leave-a-trail-of-devastating-flooding-across-the-deep-south/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/19/arthurs-remnants-leave-a-trail-of-devastating-flooding-across-the-deep-south/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Tropical Storm Arthur lasted only 12 hours as a named storm on Wednesday – one of the shortest-lived named storms in Atlantic basin records – but its stormy, water-logged remnants dragged a slug of torrential rains and severe weather through parts of the Deep South on Thursday, leading to widespread, devastating flooding from south and central Louisiana to southeastern Mississippi and lower Alabama.]]></description><pubDate>Fri, 19 Jun 2026 14:50:35 +0000</pubDate><content:encoded><![CDATA[<p>Tropical Storm Arthur lasted only 12 hours as a named storm on Wednesday – one of the shortest-lived named storms in Atlantic basin records – but its stormy, water-logged remnants dragged a slug of torrential rains and severe weather through parts of the Deep South on Thursday, leading to widespread, devastating flooding from south and central Louisiana to southeastern Mississippi and lower Alabama.</p><p>Many of the hardest hit areas saw rainfall rates top 3 inches an hour, an incredible rate that triggered rapid water rises, spawning numerous flash flood emergencies yesterday, with floodwaters overrunning roads and pouring into homes, launching dozens of high-water rescues along parts of the Gulf Coast.</p><p>The New Orleans National Weather Service Office, which covers southeastern Louisiana and coastal Mississippi, issued 18 flash flood warnings on Thursday across their parish and county warning area, the second most issued of any calendar day for the office going back nearly 40 years, and second only to Aug. 12, 2016, during one of Louisiana’s worst floods in recent memory.</p><figure><img src="https://www.local10.com/resizer/v2/WXC3RGYSQVDU7IDA3AOXG5EWMU.png?auth=193e513e6fc695ecf97612481daec1299d8bb04fef57d45a339156e10f6861b5&smart=true&width=1200&height=900" alt="Most flash flood warnings issued by calendar day by the National Weather Service Office in New Orleans. Thursday saw the second most flash flood warnings issued for the office of any single calendar day going back nearly 40 years, and second only to the August 2016 Louisiana floods, one of the worst flooding events in recent memory for the state. Plot credit: Iowa Environmental Mesonet." height="900" width="1200"/><figcaption>Most flash flood warnings issued by calendar day by the National Weather Service Office in New Orleans. Thursday saw the second most flash flood warnings issued for the office of any single calendar day going back nearly 40 years, and second only to the August 2016 Louisiana floods, one of the worst flooding events in recent memory for the state. Plot credit: Iowa Environmental Mesonet.</figcaption></figure><p><a href="https://apnews.com/article/severe-weather-gulf-coast-midwest-e2a4a7131a85faf929f35d37bb75a742" rel="">According to the Associated Press</a>, nearly 200 homes were flooded in rural Avoyelles Parish in east-central Louisiana, about 30 miles southeast of Alexandria. A privately-owned <a href="https://www.weather.gov/wrh/timeseries?site=F0338&amp;hours=72" rel="">rain gauge at nearby Plaucheville, Louisiana</a> – part of the Citizen Weather Observing Program (CWOP) volunteer-based weather observing network – reported a whopping 23.35 inches of rain in 24 hours, with nearly all of it falling in a 6-hour period between 6 AM and noon local on Thursday. If verified by the National Weather Service, this would set a record for the most rainfall in a 24-hour period ever observed in the state of Louisiana, according to <a href="https://www.ncei.noaa.gov/access/monitoring/scec/records/all/maxp" rel="">records maintained by NOAA</a> (the current 24-hour rainfall record for Louisiana is 22 inches in Hackberry, Louisiana, from Aug. 28-29, 1962).</p><p>Over a foot of rain was also recorded on Thursday just inland of Gulfport-Biloxi along the Mississippi Gulf Coast. Meanwhile, 4.49 inches of rain fell to the east at Mobile Regional Airport, <a href="https://x.com/NWSMobile/status/2067863193926373574" rel="">nearly doubling the previous record for the day</a> set in 2004, though higher totals nearing double-digits were reported along I-65 just north of Mobile <a href="https://www.weather.gov/wrh/timeseries?site=USA5&amp;hours=72" rel="">near Saraland</a>.</p><p>Nearly 100 reports of damage from high winds associated with Arthur’s remnants were confirmed across the southeast U.S., with the bulk of wind damage focused over western and central Georgia. A few tornadoes across southern Louisiana and Mississippi have also been confirmed so far from Thursday.</p><h3><b>Flooding lingers in post-Arthur’s wake</b></h3><p>Moderate to major river flooding will persist along the I-10 corridor across the central Gulf Coast in the wake of Thursday’s intense rainfall.</p><p>Although rainfall totals will be generally lower today than Thursday, due to saturated soils and the possibility of locally high rainfall rates from slow-moving storms, a moderate risk (threat level 3 of 4) remains for parts of the central Gulf Coast through Saturday morning, which could lead to additional scattered flash flooding.</p><figure><img src="https://www.local10.com/resizer/v2/IDHJFOOLENBRPOQAVCIZCFN7TM.png?auth=5c4606b88efd58bf02b4b2c9dc68e58671e961de6078a8f7233437fe72c82b0f&smart=true&width=1200&height=900" alt="Excessive rainfall outlook from the National Weather Service Weather Prediction Center through Saturday morning. A moderate risk (threat level 3 of 4) of heavy rainfall is forecast for parts of the central Gulf Coast, as scattered flash flooding will linger in the wake of Thursday’s heavy rainfall. Credit: Pivotal Weather." height="900" width="1200"/><figcaption>Excessive rainfall outlook from the National Weather Service Weather Prediction Center through Saturday morning. A moderate risk (threat level 3 of 4) of heavy rainfall is forecast for parts of the central Gulf Coast, as scattered flash flooding will linger in the wake of Thursday’s heavy rainfall. Credit: Pivotal Weather.</figcaption></figure><h3><b>Arthur’s remnants bailing into the western Atlantic, re-development unlikely</b></h3><p>The remnant low-pressure that was once Tropical Storm Arthur was being swept eastward through the Carolinas Friday morning ahead of an advancing cold front. </p><figure><img src="https://www.local10.com/resizer/v2/CCJ5QS5TAZARTGMK2O66GIHUVQ.PNG?auth=c95d0db084625b211c9cdc9b21c9c93457b9b756f5d9da1ec6591fca97a0ed3c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The low-pressure system will swing off the Carolina coast by Friday afternoon and head quickly into the western Atlantic. While models show an outside shot at re-development over the open Atlantic into early Saturday, any re-development will come primarily from non-tropical processes, and its proximity to frontal boundaries will keep the low-pressure area either non-tropical or subtropical at best.</p><p>Regardless of re-development, the low-pressure area will get whisked out to sea over the weekend and poses no additional threat to land.</p><p>Otherwise, tropical development isn’t expected across the rest of the Atlantic basin through next week.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PKN5DDSPYRAOXGRYTERIUJUS6Y.png?auth=70cc511f85f43c573acc1c17467f5d0598847afa5e6b575a80aa82e11dd81d36&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Rainfall reports and radar-estimated rainfall totals since Tuesday showing widespread areas of heavy rainfall eclipsing 20 inches across the Deep South. Credit: National Weather Service.]]></media:description></media:content></item><item><title><![CDATA[Investigan posible muerte en el suroeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/19/investigan-posible-muerte-en-el-suroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/investigan-posible-muerte-en-el-suroeste-de-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una posible investigación por muerte está en curso la mañana del viernes en el suroeste de Miami-Dade.]]></description><pubDate>Fri, 19 Jun 2026 14:36:43 +0000</pubDate><content:encoded><![CDATA[<p>Una posible investigación por muerte está en curso la mañana del viernes en el suroeste de Miami-Dade.</p><p>Sky 10 sobrevoló el área de Southwest 256th Street y 202th Avenue alrededor de las 10:15 a.m., donde una lona amarilla cubría lo que parecía ser un cuerpo afuera de una vivienda en la zona rural.</p><p>Varios agentes de la Oficina del Sheriff de Miami-Dade fueron observados en el lugar.</p><p>Las autoridades no divulgaron de inmediato detalles sobre lo ocurrido, pero Local 10 News tiene un equipo en camino al lugar para obtener más información.</p><p><i>Vea Local 10 News o actualice esta página para conocer las últimas novedades.</i></p>]]></content:encoded></item><item><title><![CDATA[FIFA World Cup 2026: Here is the June 19 schedule for Day 9 of group matches   ]]></title><link>https://www.local10.com/sports/2026/06/19/fifa-world-cup-2026-here-is-the-june-19-schedule-for-day-9-of-group-matches/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/fifa-world-cup-2026-here-is-the-june-19-schedule-for-day-9-of-group-matches/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA World Cup 2026 fans have four games on Friday, as group-stage matches continue.]]></description><pubDate>Fri, 19 Jun 2026 14:00:13 +0000</pubDate><content:encoded><![CDATA[<p>FIFA World Cup 2026 fans have four games on Friday, as group-stage matches continue.</p><p>U.S. vs. Australia, 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 3 p.m. </p><p>Scotland 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. </p><p>Brazil vs. Haiti, 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 8:30 p.m. </p><p>Turkey vs. Paraguay, 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 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><h3><b>Groups’ stage progress </b></h3><p><b>Group A: </b><a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/">Mexico reaches Round of 32</a></p><p><b>Group B: </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 Switzerland tie for 1st place</a></p><p><b>Group K</b>: <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Colombia gets 3 points </a></p><p><b>Group J</b>: <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/">Austria and Argentina each get 3 points</a></p><p><b>Group I</b>: <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/">France and Norway each get 3 points </a></p><p><b>Group H: </b><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/">Every team sits at 1 point</a></p><p><b>Group G:</b><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/"><b> </b>Every team sits at 1 point</a></p><p><b>Group F</b>: <a href="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-f-2-matches-on-june-14/">Sweden gets 3 points</a></p><p><b>Group E</b>: <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/">Germany and Ivory Coast each get 3 points </a></p><h3><b>Tournament’s schedule </b> </h3><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 matcuphes: 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><h3><b>Round of 32 begins </b></h3><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><h3><b>Round of 16 begins</b></h3><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><h3><b>Quarterfinals begin</b></h3><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><h3><b>Semifinals begin</b></h3><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><h3><b>Finals begin</b></h3><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><p><b>FIFA</b></p><ul><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">Standing tables </a></li><li><a href="https://inside.fifa.com/fifa-world-ranking/men" target="_self" rel="" title="https://inside.fifa.com/fifa-world-ranking/men">Latest men’s world ranking </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 K: Colombia gets 3 points ]]></title><link>https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group K competing to move forward to the FIFA World Cup 2026 Round of 32 are Portugal (6), the Democratic Republic of Congo (46), Uzbekistan (60), and Colombia (13).]]></description><pubDate>Fri, 05 Dec 2025 19:43:07 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group K competing to move forward to the FIFA World Cup 2026 Round of 32 are Portugal (6), the Democratic Republic of Congo (46), Uzbekistan (60), and Colombia (13).</p><p><b>The next matches</b></p><p><b>JUNE 23: </b>DAY 2</p><p>Portugal vs. Uzbekistan is at 1 p.m. </p><p>Colombia vs. Congo is at 10 p.m. </p><p><b>JUNE 27: </b>DAY 3</p><p>Congo vs. Uzbekistan is at 7:30 p.m. </p><h3><br></h3><h3><b>Group stage progress</b></h3><p><a href="https://www.local10.com/sports/2026/06/17/fifa-world-cup-2026-here-is-the-june-17-schedule-for-day-7-of-group-matches-clone/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/17/fifa-world-cup-2026-here-is-the-june-17-schedule-for-day-7-of-group-matches-clone/"><b>JUNE 17</b></a><b>: DAY 1</b></p><p><b>Colombia gets 3 points </b></p><figure><img src="https://www.local10.com/resizer/v2/VJZXWMHGUDVUHRJMAADSKB3KDA.jpg?auth=8710c2ee7f3eb5c3e124acaadf5e576aa6f7caca7aa4a3f3efaf593e2e6b9d60&smart=true&width=1200&height=900" alt="Colombia's Luis Diaz (7) celebrates after scoring his team's second goal during the World Cup Group K soccer match between Uzbekistan and Colombia in Mexico City, Wednesday, June 17, 2026. (AP Photo/Ashtin Barker)" height="900" width="1200"/><figcaption>Colombia's Luis Diaz (7) celebrates after scoring his team's second goal during the World Cup Group K soccer match between Uzbekistan and Colombia in Mexico City, Wednesday, June 17, 2026. (AP Photo/Ashtin Barker)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/18/luis-diaz-sparks-colombia-to-a-3-1-win-over-uzbekistan-in-its-world-cup-opener/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/18/luis-diaz-sparks-colombia-to-a-3-1-win-over-uzbekistan-in-its-world-cup-opener/">Luis Díaz sparks Colombia to a 3-1 win over Uzbekistan in its World Cup opener</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=ERb0Qsvxd6E" target="_self" rel="" title="https://www.youtube.com/watch?v=ERb0Qsvxd6E">Luis Diaz scores</a></li><li><b>FIFA game video:</b> <a href="https://www.youtube.com/watch?v=q6iL9ds0Rwg" target="_self" rel="" title="https://www.youtube.com/watch?v=q6iL9ds0Rwg">Jaminton Campaz scores</a></li></ul><p><b>Portugal and Congo each get 1 point </b></p><figure><img src="https://www.local10.com/resizer/v2/C66NNEQBIGWRCYH5E26VB2EBQU.jpg?auth=fea4e13654b24a86928a9f0c58cfc23848d89130bcc05108c010baa1e1200aff&smart=true&width=1200&height=900" alt="Portugal's Cristiano Ronaldo, left, and Congo's Axel Tuanzebe react during the World Cup Group K soccer match between Portugal and Congo in Houston, Wednesday, June 17, 2026. (AP Photo/Karen Warren)" height="900" width="1200"/><figcaption>Portugal's Cristiano Ronaldo, left, and Congo's Axel Tuanzebe react during the World Cup Group K soccer match between Portugal and Congo in Houston, Wednesday, June 17, 2026. (AP Photo/Karen Warren)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/17/cristiano-ronaldo-and-portugal-held-to-a-1-1-draw-by-congo-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/17/cristiano-ronaldo-and-portugal-held-to-a-1-1-draw-by-congo-at-the-world-cup/">Cristiano Ronaldo and Portugal held to a 1-1 draw by Congo at the World Cup</a></li><li><b>Pre-game coverage</b>: <a href="https://www.local10.com/news/2026/06/16/world-cup-what-to-know-ronaldo-looks-to-make-history-by-scoring-in-6th-world-cup/" target="_self" rel="" title="https://www.local10.com/news/2026/06/16/world-cup-what-to-know-ronaldo-looks-to-make-history-by-scoring-in-6th-world-cup/">Ronaldo looks to make history by scoring in 6th World Cup </a></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-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/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/ACG2GAHVM5HGPGYCWWEGS2DVJI.jpg?auth=3547135d7f090d4c6c878c01a52735dd47071e1c162bfdf01d5894c3ae1e6205&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: Canada and Switzerland tie for 1st place]]></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 Round of 32 of the FIFA World Cup 2026 are Canada (27), Bosnia and Herzegovina (64), Qatar (51), and Switzerland (17).</p><figure><img src="https://www.local10.com/resizer/v2/XTURUSURSNF4LN4GTSTPM7C5XE.jpg?auth=d13a693bd0792d3b73932857346ac46b9838a49162b2cfe757020ed91aeed3ff&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Next matches </b></p><p><b>JUNE 24</b>: DAY 4</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>Group stage matches</b></h3><p><a href="https://www.local10.com/sports/2026/06/18/fifa-world-cup-2026-here-is-the-june-18-schedule-for-day-8-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/18/fifa-world-cup-2026-here-is-the-june-18-schedule-for-day-8-of-group-matches/"><b>JUNE 18</b></a><b>: </b>DAY 3</p><p><b>Canada gets 3 more points </b></p><figure><img src="https://www.local10.com/resizer/v2/TD3Q7HAXLMQDIKBL4QEFSTLHWA.jpg?auth=cab4f2ea684693f177c37f11a244f1a254856e5611653ed5b91fd9a29c581b2e&smart=true&width=1200&height=900" alt="Canada's Jonathan David (10) celebrates after scoring their second goal during the World Cup Group B soccer match between Canada and Qatar in Vancouver, British Columbia, Thursday, June 18, 2026. (AP Photo/Emma Peterson)" height="900" width="1200"/><figcaption>Canada's Jonathan David (10) celebrates after scoring their second goal during the World Cup Group B soccer match between Canada and Qatar in Vancouver, British Columbia, Thursday, June 18, 2026. (AP Photo/Emma Peterson)</figcaption></figure><ul><li><b>Game analysis:</b> <a href="https://www.local10.com/sports/2026/06/18/jonathan-davids-hat-trick-propels-canada-to-its-first-world-cup-win-6-0-over-qatar/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/18/jonathan-davids-hat-trick-propels-canada-to-its-first-world-cup-win-6-0-over-qatar/">Jonathan David’s hat trick propels Canada to its first World Cup win, 6-0 over Qatar</a></li><li><b>FIFA game video:</b> <a href="https://www.youtube.com/watch?v=5MGm7ngAY3M" target="_self" rel="" title="https://www.youtube.com/watch?v=5MGm7ngAY3M">David scores 1st goal </a></li><li><b>FIFA game video:</b> <a href="https://www.youtube.com/watch?v=ZCc6OvwaJko" target="_self" rel="" title="https://www.youtube.com/watch?v=ZCc6OvwaJko">Nathan Saliba‘s free kick</a></li></ul><p><b>Switzerland gets 3 more points</b></p><figure><img src="https://www.local10.com/resizer/v2/FAXMHPNLDEE5H74PCFXG5ISO5Y.jpg?auth=3919e2a7cd0427a7fc068570a559a21a574f7f1d9bb5a0ef5c48d0b77b29e356&smart=true&width=1200&height=900" alt="Switzerland's Michel Aebischer, left, and Bosnia's Kerim Alajbegovic eye the ball during the World Cup Group B soccer match between Switzerland and Bosnia in Inglewood, Calif., near Los Angeles, Thursday, June 18, 2026. (AP Photo/Mark J. Terrill)" height="900" width="1200"/><figcaption>Switzerland's Michel Aebischer, left, and Bosnia's Kerim Alajbegovic eye the ball during the World Cup Group B soccer match between Switzerland and Bosnia in Inglewood, Calif., near Los Angeles, Thursday, June 18, 2026. (AP Photo/Mark J. Terrill)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/18/johan-manzambi-scores-two-as-switzerland-beats-bosnia-herzegovina-4-1-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/18/johan-manzambi-scores-two-as-switzerland-beats-bosnia-herzegovina-4-1-at-the-world-cup/">Switzerland coach uses hydration break to spark late goal barrage in 4-1 World Cup win over Bosnia</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=N9cJ-L2id24" target="_self" rel="" title="https://www.youtube.com/watch?v=N9cJ-L2id24">Switzerland’s Johan Manzambi scores </a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=YMnDgmSRIvI" target="_self" rel="" title="https://www.youtube.com/watch?v=YMnDgmSRIvI">Switzerland’s Rubén Vargas scores</a></li></ul><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>: DAY 2</b></p><p><b>Qatar and Switzerland each get 1 point</b></p><figure><img src="https://www.local10.com/resizer/v2/NJUMUYJCRGL5PPGUKPSL4FR7ZM.jpg?auth=ff95f062a23796bc5eb86d7f8e24856a830066431beebcbe894ab90d1bd6d607&smart=true&width=1200&height=900" alt="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)" height="900" width="1200"/><figcaption>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)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="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/" target="_self" rel="" title="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/">Boualem Khoukhi’s goal on header in stoppage time earns Qatar a 1-1 World Cup draw with Switzerland</a></li><li><b>FIFA game video:</b> <a href="https://www.youtube.com/watch?v=VkFQgoIIli0" target="_self" rel="" title="https://www.youtube.com/watch?v=VkFQgoIIli0">Switzerland’s Breel Embolo scores 17th-minute penalty kick</a></li><li><b>FIFA game video:</b> <a href="https://www.youtube.com/watch?v=aRuSSARxEPM" target="_self" rel="" title="https://www.youtube.com/watch?v=aRuSSARxEPM">Khoukhi’s equalizer </a></li></ul><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>: DAY 1</b></p><p><b>Canada and Bosnia each get 1 point</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>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[June 19: Heat wave continues for South Florida into the weekend]]></title><link>https://www.local10.com/weather/2026/06/19/june-19-heat-wave-continues-for-south-florida-into-the-weekend/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/19/june-19-heat-wave-continues-for-south-florida-into-the-weekend/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[This is the 5th Heat Advisory in a row in effect through 7 p.m. for a heat index up to 110°.]]></description><pubDate>Fri, 19 Jun 2026 13:50:59 +0000</pubDate><content:encoded><![CDATA[<p>This is the 5<sup>th</sup> Heat Advisory in a row in effect through 7 p.m. for a heat index up to 110°. After a dry day yesterday, we finally have some showers in the area already today. The bigger focus will be on thunderstorms developing late this afternoon near Lake Okeechobee, then pushing south as a strong line this evening. If you have Friday night plans, keep the storm potential in mind. Some could contain gusty winds.</p><p>Expect scattered storms for Father’s Day weekend, but there will be plenty of dry time. The heat wave continues through all of next week with a heat index of 105°-110° each afternoon. </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[George Pino declines lesser charge ahead of closing arguments in deadly boating case]]></title><link>https://www.local10.com/news/local/2026/06/18/george-pino-declines-lesser-charge-ahead-of-closing-arguments-in-deadly-boating-case/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/18/george-pino-declines-lesser-charge-ahead-of-closing-arguments-in-deadly-boating-case/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[What is needed to convict or acquit? That is what is at stake as both sides of the George Pino trial fight to get key phrasing included in jury instructions -- which must explain which laws apply and the burden of proof.]]></description><pubDate>Thu, 18 Jun 2026 22:27:08 +0000</pubDate><content:encoded><![CDATA[<p>What is needed to convict or acquit? That is what is at stake as both sides of the <a href="https://www.local10.com/topic/George_Pino/" target="_self" rel="" title="https://www.local10.com/topic/George_Pino/">George Pino</a> trial fight to get key phrasing included in jury instructions -- which must explain which laws apply and the burden of proof.</p><p><a href="https://www.local10.com/espanol/2026/06/19/george-pino-rechaza-cargo-menor-antes-de-alegatos-finales-en-caso-de-accidente-maritimo-mortal/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/george-pino-rechaza-cargo-menor-antes-de-alegatos-finales-en-caso-de-accidente-maritimo-mortal/">Leer en español</a></p><p>Both sides made arguments Thursday about key phrases, down to individual words, they want the jury to have in front of them when they head into deliberations following next Monday’s closing arguments.</p><p>The voice of defendant George Pino joined the courtroom by Zoom on Thursday to address a critical question — whether he wanted a lesser included offense presented to the jury for consideration.</p><p>“The misdemeanor you were previously charged with,” defense attorney Howard Srebnick began. “Do you continue to decline the lesser included offense instruction?” </p><p>“Yes, I do,” Pino replied.</p><p>The hearing centered on preparing jury instructions in the manslaughter and vessel homicide case against the 55-year-old real estate mogul, in connection with the 2022 boating crash that killed 17-year-old Lucy Fernandez.</p><p>“It is the state’s burden to prove ― not us,” Srebnick said.</p><p>“This instruction comes straight from statute,” prosecutor Laura Adams said.</p><p>Arguments also touched on causation. </p><p>“The changing course did not cause her death,” Srebnick said. </p><p>“I can’t charge the water for causing her death,” Adams responded. </p><p>The judge pushed back, asking: “If there was no change of course there would be no allision?” ― to which she received confirmation.</p><p>Jury instructions serve as a road map for the jurors once they head into deliberations and the words in those instructions, the judge said, should focus them on clear statements of the law to guide their deliberations as they weigh the evidence presented at trial.</p><p>But what words are a pathway to clarifying a legal concept — as opposed to being confusing or even misleading — can be up for interpretation, which is why the state and defense spent the afternoon litigating specific phrasing.</p><p>“What are the acts…” Srebnick began at one point. </p><p>“I am not saying that,” Adams shot back.</p><p>The defendant was not in the courtroom. His attorney noted: “This is the crux of the case” and “a fundamental part of the proceeding,” adding, “I am sure he would rely on us without a doubt.”</p><p>Thursday’s hearing was crucial. The judge said she will check in with Pino on Monday morning ahead of the start of closing arguments.</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[George Pino rechaza cargo menor antes de alegatos finales en caso de accidente marítimo mortal]]></title><link>https://www.local10.com/espanol/2026/06/19/george-pino-rechaza-cargo-menor-antes-de-alegatos-finales-en-caso-de-accidente-maritimo-mortal/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/george-pino-rechaza-cargo-menor-antes-de-alegatos-finales-en-caso-de-accidente-maritimo-mortal/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[¿Qué se necesita para condenar o absolver? Eso es lo que está en juego mientras ambas partes en el juicio de George Pino luchan para que se incluya una redacción clave en las instrucciones al jurado, las cuales deben explicar qué leyes se aplican y cuál es la carga de la prueba.]]></description><pubDate>Fri, 19 Jun 2026 13:44:02 +0000</pubDate><content:encoded><![CDATA[<p>¿Qué se necesita para condenar o absolver? Eso es lo que está en juego mientras ambas partes en el juicio de <a href="https://www.local10.com/topic/George_Pino/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/George_Pino/">George Pino</a> luchan para que se incluya una redacción clave en las instrucciones al jurado, las cuales deben explicar qué leyes se aplican y cuál es la carga de la prueba.</p><p>Ambas partes presentaron argumentos el jueves sobre frases clave, incluso palabras individuales, que quieren que el jurado tenga frente a sí cuando pase a deliberar tras los alegatos finales del próximo lunes.</p><p>La voz del acusado George Pino se unió a la sala del tribunal por Zoom el jueves para abordar una pregunta crucial: si quería que se presentara al jurado un delito menor incluido para su consideración.</p><p>“El delito menor del que fue acusado anteriormente”, comenzó el abogado defensor Howard Srebnick. “¿Continúa rechazando la instrucción sobre el delito menor incluido?”</p><p>“Sí, la rechazo”, respondió Pino.</p><p>La audiencia se centró en preparar las instrucciones al jurado en el caso de homicidio involuntario y homicidio por embarcación contra el magnate inmobiliario de 55 años, en relación con el accidente marítimo de 2022 que causó la muerte de Lucy Fernandez, de 17 años.</p><p>“Es responsabilidad del estado probarlo, no nuestra”, dijo Srebnick.</p><p>“Esta instrucción proviene directamente del estatuto”, dijo la fiscal Laura Adams.</p><p>Los argumentos también abordaron la causalidad.</p><p>“El cambio de rumbo no causó su muerte”, dijo Srebnick.</p><p>“No puedo acusar al agua de causar su muerte”, respondió Adams.</p><p>La jueza cuestionó esa postura al preguntar: “¿Si no hubiera habido un cambio de rumbo no habría habido colisión?”, a lo que recibió una respuesta afirmativa.</p><p>Las instrucciones al jurado sirven como una guía para los jurados una vez que comienzan sus deliberaciones y, según la jueza, las palabras de esas instrucciones deben enfocarlos en declaraciones claras de la ley para orientar sus deliberaciones mientras evalúan la evidencia presentada durante el juicio.</p><p>Pero qué palabras ayudan a aclarar un concepto legal, en lugar de resultar confusas o incluso engañosas, puede estar sujeto a interpretación, razón por la cual la fiscalía y la defensa pasaron la tarde litigando sobre redacciones específicas.</p><p>“¿Cuáles son los actos…”, comenzó Srebnick en un momento.</p><p>“No estoy diciendo eso”, respondió Adams.</p><p>El acusado no estuvo presente en la sala del tribunal. Su abogado señaló: “Este es el núcleo del caso” y “una parte fundamental del proceso”, y agregó: “Estoy seguro de que confiaría en nosotros sin ninguna duda”.</p><p>La audiencia del jueves fue crucial. La jueza dijo que hablará con Pino el lunes por la mañana antes del inicio de los alegatos finales.</p>]]></content:encoded></item><item><title><![CDATA[2 arrested in connection with thefts from commercial mailboxes in Davie]]></title><link>https://www.local10.com/news/local/2026/06/19/2-arrested-in-connection-with-thefts-from-commercial-mailboxes-in-davie/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/2-arrested-in-connection-with-thefts-from-commercial-mailboxes-in-davie/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Two men were arrested Thursday in connection with the thefts of mail from several commercial mailbox clusters in Davie, authorities confirmed.]]></description><pubDate>Fri, 19 Jun 2026 13:04:55 +0000</pubDate><content:encoded><![CDATA[<p>Two men were arrested Thursday in connection with the thefts of mail from several commercial mailbox clusters in Davie, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/06/19/arrestan-a-dos-personas-en-relacion-con-robos-en-buzones-comerciales-en-davie/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/arrestan-a-dos-personas-en-relacion-con-robos-en-buzones-comerciales-en-davie/">Leer en español</a></p><p>Shon Sentelle Filsaime, 46, of Lauderdale Lakes; and Rashaad Aaria Sattar, 29, of Sunrise, face charges of burglary, grand theft and fraudulently trying to use another person’s ID without consent. Filsaime also faces a charge of driving with a suspended license.</p><p>According to Davie police, after being notified about the mail thefts, detectives spotted a black BMW the suspects were in heading to commercial mailbox clusters before the suspects opened them with U.S. Postal Service “arrow keys,” which are master keys used to open multiple mail receptacles. </p><p>Police said detectives followed the suspects with help from the Fort Lauderdale Police Department and Broward Sheriff’s Office Aviation Unit before they pulled the BMW over in Fort Lauderdale.</p><p>Filsaime and Sattar were both taken into custody after the traffic stop, and detectives said they found almost 400 pieces of mail with them, some of which contained debit and credit cards, U.S. Treasury checks and other banking documents.</p><p>Two USPS master keys were also recovered, authorities said. </p><p>According to police, both suspects have “extensive criminal histories, with one currently out on bond for a previous unrelated offense.” </p><p>Police remind the public to remain “vigilant and report suspicious persons or vehicles around your mailbox.” </p><p>“This will help to prevent this type of activity which has become increasingly popular,” the police department stated in a news release.</p><p>As of Friday morning, Filsaime and Sattar were both being held at the Broward County Main Jail. Online jail records show their bonds had not yet been set, pending a court hearing. </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/CN7O4C2NIBAH5I47PQUAQZIIWQ.jpg?auth=fe5a900b5c8c2eaf8a35d9d144231f1df8db82d1dde98550ea4727fa4407df5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a dos personas en relación con robos en buzones comerciales en Davie]]></title><link>https://www.local10.com/espanol/2026/06/19/arrestan-a-dos-personas-en-relacion-con-robos-en-buzones-comerciales-en-davie/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/arrestan-a-dos-personas-en-relacion-con-robos-en-buzones-comerciales-en-davie/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Dos hombres fueron arrestados el jueves en relación con el robo de correspondencia de varios grupos de buzones comerciales en Davie, confirmaron las autoridades.]]></description><pubDate>Fri, 19 Jun 2026 13:35:07 +0000</pubDate><content:encoded><![CDATA[<p>Dos hombres fueron arrestados el jueves en relación con el robo de correspondencia de varios grupos de buzones comerciales en Davie, confirmaron las autoridades.</p><p>Shon Sentelle Filsaime, de 46 años, de Lauderdale Lakes, y Rashaad Aaria Sattar, de 29 años, de Sunrise, enfrentan cargos de robo a una propiedad, hurto mayor e intento fraudulento de utilizar la identificación de otra persona sin consentimiento. Filsaime también enfrenta un cargo por conducir con una licencia suspendida.</p><p>Según la Policía de Davie, después de ser notificados sobre los robos de correspondencia, los detectives observaron un BMW negro en el que viajaban los sospechosos dirigiéndose a grupos de buzones comerciales antes de que los sospechosos los abrieran con “arrow keys” del Servicio Postal de Estados Unidos (USPS), que son llaves maestras utilizadas para abrir múltiples receptáculos de correo.</p><p>La Policía indicó que los detectives siguieron a los sospechosos con la ayuda del Departamento de Policía de Fort Lauderdale y la Unidad de Aviación de la Oficina del Sheriff de Broward antes de detener el BMW en Fort Lauderdale.</p><p>Filsaime y Sattar fueron puestos bajo custodia tras la parada de tránsito, y los detectives dijeron que encontraron con ellos casi 400 piezas de correspondencia, algunas de las cuales contenían tarjetas de débito y crédito, cheques del Tesoro de Estados Unidos y otros documentos bancarios.</p><p>Las autoridades también recuperaron dos llaves maestras del USPS.</p><p>Según la Policía, ambos sospechosos tienen “amplios antecedentes criminales, y uno de ellos actualmente está en libertad bajo fianza por un delito previo no relacionado”.</p><p>La Policía recuerda al público que permanezca “vigilante y reporte a personas o vehículos sospechosos cerca de su buzón”.</p><p>“Esto ayudará a prevenir este tipo de actividad que se ha vuelto cada vez más popular”, indicó el departamento de Policía en un comunicado de prensa.</p><p>Hasta la mañana del viernes, Filsaime y Sattar permanecían detenidos en la cárcel principal del condado Broward. Los registros carcelarios en línea muestran que sus fianzas aún no habían sido fijadas, a la espera de una audiencia judicial.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CN7O4C2NIBAH5I47PQUAQZIIWQ.jpg?auth=fe5a900b5c8c2eaf8a35d9d144231f1df8db82d1dde98550ea4727fa4407df5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Joaquin Niemann penalized for throwing club at US Open]]></title><link>https://www.local10.com/sports/2026/06/19/joaquin-niemann-penalized-for-throwing-club-at-us-open/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/joaquin-niemann-penalized-for-throwing-club-at-us-open/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[SOUTHAMPTON, N.Y. (AP) — Joaquin Niemann of Chile was given a two-shot penalty Friday when he finished the first round of the U.S. Open for throwing his club on the sixth hole, the latest example of golf cracking down on bad behavior.]]></description><pubDate>Fri, 19 Jun 2026 13:32:33 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHAMPTON, N.Y. (AP) — Joaquin Niemann of Chile was given a two-shot penalty Friday when he finished the first round of the U.S. Open for throwing his club on the sixth hole, the latest example of golf cracking down on bad behavior.</p><p>The additional two shots gave Niemann an 11 on the par-4 sixth round, a disastrous hole that began with two lost balls from tee shots that went well to the right in deep grass. He was even par for tournament going into No. 6, his 15th hole of the round.</p><p>He finished the first round Friday morning at 78.</p><p>The USGA cited Rule 1.2b on “Code of Conduct.” Among incidents that fall under this category are unacceptable language and abuse of clubs or the course.</p><p>While the rule has always been in place, the USGA and all the other golf organizations have met in recent years to develop consistent guidelines for a conduct policy, applied separately by each of the organizations at their tournaments.</p><p>The Masters used it for the first time in April when Sergio Garcia was issued a warning after a bad drive on the par-5 second hole in the final round. He slammed his club into the turf twice and swung his club at a table holding a green cooler. That left the head of his driver dangling from the shaft.</p><p>The PGA Championship also posted the policy in the locker room at Aronimink last month.</p><p>The general policy the majors are using this year typically starts with a warning. The second violation is a two-shot penalty, and the third violation leads to disqualification.</p><p>There was no warning issued to Niemann because of the serious nature of his outburst.</p><p>The USGA policy for serious misconduct says if a player's behavior (or that of his caddie) is “so far removed from what is expected in the spirit of the game of golf,” officials can assess a two-shot penalty or disqualify the player while considering “the frequency, impact, intent and severity of the misconduct.”</p><p>The incident happened on Niemann's final hole Thursday evening of fog-delayed opening round. While video has not surfaced of the club throw, the ShotLink tracer shows his first two tee shots well to the right. The third shot was in high grass short of the fairway.</p><p>From 238 yards away, Niemann hacked the next shot into the fairway, but came up short of the green from 113 yards away. This is where the play-by-play indicated he was penalized. He got down in two strokes from there for a 9, which then turned into an 11.</p><p>Niemann, who left for LIV Golf after the 2022 season, won in South Korea last month for his eighth career victory in the rival league that began with Saudi Arabia funding but now faces an uncertain future with the Public Investment Fund no longer supporting it.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FOHC4G6A2457BL2252HZCIKERE.jpg?auth=d28a17af8caf7dc965873c8d95200d3206ff103c6ba5c100bcf40339e76b3c66&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joaquin Niemann hits from the rough on the third hole during a practice round for the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Tuesday, June 16, 2026.(AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EWC27ERESBSREQBCYQBCS5S2LA.jpg?auth=7d22469de97f17156bc47f719b98bce1fcaadb3baee235346c14479ccd57fa39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joaquin Niemann gestures,on the third hole during a practice round for the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Tuesday, June 16, 2026.(AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[Teen charged as adult in fatal Hollywood shooting]]></title><link>https://www.local10.com/news/local/2026/06/19/teen-charged-as-adult-in-fatal-hollywood-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/teen-charged-as-adult-in-fatal-hollywood-shooting/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 15-year-old boy has been charged as an adult in connection with a fatal shooting that occurred earlier this year in Hollywood.]]></description><pubDate>Fri, 19 Jun 2026 11:54:28 +0000</pubDate><content:encoded><![CDATA[<p>A 15-year-old boy has been charged as an adult in connection with a fatal shooting that occurred earlier this year in Hollywood.</p><p><a href="https://www.local10.com/espanol/2026/06/19/acusan-como-adulto-a-adolescente-por-balacera-mortal-en-hollywood/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/acusan-como-adulto-a-adolescente-por-balacera-mortal-en-hollywood/">Leer en español</a></p><p>Online jail records show Gentle Edwards was transferred from juvenile detention to the Paul Rein Detention Facility in Pompano Beach on Thursday. </p><p>He is charged with first-degree murder and aggravated assault with a deadly weapon. </p><p>According to Hollywood police, Robin Bouza Jr., 17, was shot by Edwards shortly before 9:30 p.m. on April 22 in the 7300 block of Farragut Street. </p><p>Police said Bouza was pronounced dead at the scene.</p><p>Edwards surrendered to authorities at the Hollywood Police Department on May 28.</p><p>A motive for the shooting has not been released by investigators.</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/WC6IKVHIFZEPPBQ34O5EUZ5WWM.jpg?auth=46701f2d1bd37dcd58f678c0cb11e221236c912e93289f72319d964ca0367a7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan como adulto a adolescente por balacera mortal en Hollywood]]></title><link>https://www.local10.com/espanol/2026/06/19/acusan-como-adulto-a-adolescente-por-balacera-mortal-en-hollywood/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/acusan-como-adulto-a-adolescente-por-balacera-mortal-en-hollywood/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un adolescente de 15 años ha sido acusado como adulto en relación con una balacera mortal que ocurrió a principios de este año en Hollywood.]]></description><pubDate>Fri, 19 Jun 2026 13:31:34 +0000</pubDate><content:encoded><![CDATA[<p>Un adolescente de 15 años ha sido acusado como adulto en relación con una balacera mortal que ocurrió a principios de este año en Hollywood.</p><p>Los registros carcelarios en línea muestran que Gentle Edwards fue transferido de un centro de detención juvenil al Centro de Detención Paul Rein en Pompano Beach el jueves.</p><p>Enfrenta cargos de asesinato en primer grado y agresión agravada con un arma mortal.</p><p>Según la Policía de Hollywood, Robin Bouza Jr., de 17 años, recibió un disparo de Edwards poco antes de las 9:30 p.m. del 22 de abril en la cuadra 7300 de Farragut Street.</p><p>La Policía indicó que Bouza fue declarado muerto en el lugar.</p><p>Edwards se entregó a las autoridades en el Departamento de Policía de Hollywood el 28 de mayo.</p><p>Los investigadores no han divulgado el motivo de la balacera.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WC6IKVHIFZEPPBQ34O5EUZ5WWM.jpg?auth=46701f2d1bd37dcd58f678c0cb11e221236c912e93289f72319d964ca0367a7d&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 A: Mexico reaches Round of 32]]></title><link>https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/fifa-world-cup-2026-group-a-mexico-and-south-korea-each-get-3-points-after-openers/</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>Group A’s <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) secured a spot in the FIFA World Cup 2026 Round of 32. </p><p>The three other teams in Group A competing to move forward are <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><figure><img src="https://www.local10.com/resizer/v2/W5TIHGTVZVCRJFTIKSW7B6C6LY.jpg?auth=5651613258f28940938b59f8d25779a4b580c6f2ee2a742364e9ec3989b92c81&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Next matches</b></p><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>Group stage matches</b></h3><p><b>JUNE 18: DAY 2</b></p><p><b>Mexico gets 3 more points</b></p><figure><img src="https://www.local10.com/resizer/v2/BKCSW72NNUVH3MYCJ6ALLBMUNU.jpg?auth=3de4c0805fe28e0dfeab6ad0f1ca09de5a3acb49edd8298c8f9de52b97521485&smart=true&width=1200&height=900" alt="Mexico goalkeeper Raul Rangel, middle, reaches to stop the ball during the World Cup Group A soccer match between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 2026. (AP Photo/Silvia Izquierdo)" height="900" width="1200"/><figcaption>Mexico goalkeeper Raul Rangel, middle, reaches to stop the ball during the World Cup Group A soccer match between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 2026. (AP Photo/Silvia Izquierdo)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/19/mexico-becomes-first-country-to-reach-knockout-stage-of-world-cup-beating-south-korea-1-0/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/19/mexico-becomes-first-country-to-reach-knockout-stage-of-world-cup-beating-south-korea-1-0/">Mexico becomes first country to reach knockout stage of World Cup, beating South Korea 1-0</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=up5QJyUC5dY" target="_self" rel="" title="https://www.youtube.com/watch?v=up5QJyUC5dY">Mexico’s Luis Romo scores</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=VEngukL-g2I" target="_self" rel="" title="https://www.youtube.com/watch?v=VEngukL-g2I">Edson Álvarez’s save</a></li></ul><p><b>South Africa and Czech Republic each get 1 point</b></p><figure><img src="https://www.local10.com/resizer/v2/2YNE2WLYL2D4ISZ6AKJQO7MJI4.jpg?auth=c06f2fc864246c1ae902aedb186f0beb3d811d0fc4943c43feed4c1783f51329&smart=true&width=1200&height=900" alt="South Africa's Khuliso Mudau vies for the ball with Czechia's Jaroslav Zeleny, right, during the World Cup Group A soccer match between Czechia and South Africa in Atlanta, Thursday, June 18, 2026. (AP Photo/Mike Stewart)" height="900" width="1200"/><figcaption>South Africa's Khuliso Mudau vies for the ball with Czechia's Jaroslav Zeleny, right, during the World Cup Group A soccer match between Czechia and South Africa in Atlanta, Thursday, June 18, 2026. (AP Photo/Mike Stewart)</figcaption></figure><ul><li><b>Game analysis</b>: <a href="https://www.local10.com/sports/2026/06/18/south-africa-keeps-its-world-cup-hopes-alive-with-a-1-1-draw-against-the-czech-republic/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/18/south-africa-keeps-its-world-cup-hopes-alive-with-a-1-1-draw-against-the-czech-republic/">South Africa keeps its World Cup hopes alive with a 1-1 draw against the Czech Republic</a></li></ul><p><b>JUNE 11: DAY 1</b> </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></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></ul><p> </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[Woman shot in leg while sitting in car in northeast Miami-Dade, deputies say]]></title><link>https://www.local10.com/news/local/2026/06/19/woman-shot-in-leg-while-sitting-in-car-in-northeast-miami-dade-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/woman-shot-in-leg-while-sitting-in-car-in-northeast-miami-dade-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A woman was shot in the leg Thursday night in northeast Miami-Dade after she got caught in the crossfire between several men who were firing shots at each other, authorities said.]]></description><pubDate>Fri, 19 Jun 2026 11:23:52 +0000</pubDate><content:encoded><![CDATA[<p>A woman was shot in the leg Thursday night in northeast Miami-Dade after she got caught in the crossfire between several men who were firing shots at each other, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/06/19/reportan-a-mujer-herida-de-bala-en-una-pierna-mientras-estaba-sentada-en-un-vehiculo-en-el-noreste-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/reportan-a-mujer-herida-de-bala-en-una-pierna-mientras-estaba-sentada-en-un-vehiculo-en-el-noreste-de-miami-dade/">Leer en español</a></p><p>According to the Miami-Dade Sheriff’s Office, the shooting was reported just after 10:15 p.m. near a corner store in the area of Northeast 117<sup>th</sup> Street and Second Avenue.</p><p>Detective Angel Rodriguez said deputies arrived at the scene and found the victim sitting in her vehicle with an apparent gunshot wound to her leg.</p><p>A Miami-Dade Fire Rescue crew responded to the scene and transported her to a local hospital in stable condition.</p><p>Rodriguez said detectives have determined that the victim was sitting in her car when shots were fired between several male suspects.</p><p>The victim’s car was struck by at least one of the rounds, and the bullet struck her in the leg, he said.</p><p>Rodriguez said they do not have any other information about the men who were shooting at each other.</p><p>Anyone with information about their identities is asked to call Miami-Dade Crime Stoppers at 305-471-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Reportan a mujer herida de bala en una pierna mientras estaba sentada en un vehículo en el noreste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/19/reportan-a-mujer-herida-de-bala-en-una-pierna-mientras-estaba-sentada-en-un-vehiculo-en-el-noreste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/reportan-a-mujer-herida-de-bala-en-una-pierna-mientras-estaba-sentada-en-un-vehiculo-en-el-noreste-de-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una mujer recibió un disparo en una pierna el jueves por la noche en el noreste de Miami-Dade después de quedar atrapada en el fuego cruzado entre varios hombres que se disparaban entre sí, informaron las autoridades.]]></description><pubDate>Fri, 19 Jun 2026 13:28:09 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer recibió un disparo en una pierna el jueves por la noche en el noreste de Miami-Dade después de quedar atrapada en el fuego cruzado entre varios hombres que se disparaban entre sí, informaron las autoridades.</p><p>Según la Oficina del Sheriff de Miami-Dade, la balacera fue reportada poco después de las 10:15 p.m. cerca de una tienda de la esquina en el área de Northeast 117th Street y Second Avenue.</p><p>El detective Angel Rodriguez dijo que los agentes llegaron al lugar y encontraron a la víctima sentada en su vehículo con una aparente herida de bala en una pierna.</p><p>Un equipo de Miami-Dade Fire Rescue respondió al lugar y la trasladó a un hospital local en condición estable.</p><p>Rodriguez dijo que los detectives han determinado que la víctima estaba sentada en su vehículo cuando varios sospechosos hombres intercambiaron disparos.</p><p>El vehículo de la víctima fue impactado por al menos uno de los proyectiles, y la bala la alcanzó en una pierna, dijo.</p><p>Rodriguez indicó que no tienen más información sobre los hombres que se disparaban entre sí.</p><p>Cualquier persona con información sobre sus identidades debe llamar a Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded></item><item><title><![CDATA[MDSO: Multiple people injured in Miami-Dade armed carjackings; suspect in custody]]></title><link>https://www.local10.com/news/local/2026/06/19/mdso-multiple-people-injured-in-miami-dade-armed-carjackings-suspect-in-custody/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/mdso-multiple-people-injured-in-miami-dade-armed-carjackings-suspect-in-custody/</guid><dc:creator><![CDATA[Amanda Batchelor, Gabrielle Arzola]]></dc:creator><description><![CDATA[A man is fighting for his life after being beaten and stabbed during an armed carjacking that investigators believe may be connected to a series of violent crimes across southwest Miami-Dade Thursday night.]]></description><pubDate>Fri, 19 Jun 2026 11:13:05 +0000</pubDate><content:encoded><![CDATA[<p>A man is fighting for his life after being beaten and stabbed during an armed carjacking that investigators believe may be connected to a series of violent crimes across southwest Miami-Dade Thursday night.</p><p><a href="https://www.local10.com/espanol/2026/06/19/mdso-reportan-varias-personas-heridas-en-robos-armados-de-vehiculos-en-miami-dade-sospechoso-bajo-custodia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/19/mdso-reportan-varias-personas-heridas-en-robos-armados-de-vehiculos-en-miami-dade-sospechoso-bajo-custodia/">Leer en español</a></p><p>According to the Miami-Dade Sheriff’s Office, the first attack happened shortly before 8:45 p.m. near Southwest 67th Avenue and 40th Street. </p><p>Deputies said a man was beaten, stabbed and robbed of his vehicle during an armed carjacking. </p><p>Miami-Dade Fire Rescue personnel transported the victim to a local hospital in critical condition.</p><p>According to Detective Angel Rodriguez, the suspect fled the scene in the victim’s vehicle, but the violence did not end there.</p><p>A short time later, deputies responded to two additional armed robberies and carjackings. The first was reported near Southwest 137th Avenue and 56th Street, followed by another at a gas station near Southwest 157th Avenue and 88th Street.</p><p>The victims in those incidents were hospitalized, but are in stable condition, Rodriguez said. </p><p>As deputies searched for those responsible, they located one of the stolen vehicles in the area of Southwest 152<sup>nd</sup> Avenue and 72<sup>nd</sup> Street and spotted a person matching the description of the suspect running away from it, Rodriguez said. </p><p>According to Rodriguez, the suspect was taken into custody after deputies chased him on foot.</p><p>Robbery detectives are now working to determine whether the suspect is responsible for all three incidents or whether additional suspects were involved in the violent crime spree.</p><p>The investigation remains ongoing. The suspect’s identity has not yet been 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></item><item><title><![CDATA[MDSO: Reportan varias personas heridas en robos armados de vehículos en Miami-Dade; sospechoso bajo custodia]]></title><link>https://www.local10.com/espanol/2026/06/19/mdso-reportan-varias-personas-heridas-en-robos-armados-de-vehiculos-en-miami-dade-sospechoso-bajo-custodia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/mdso-reportan-varias-personas-heridas-en-robos-armados-de-vehiculos-en-miami-dade-sospechoso-bajo-custodia/</guid><dc:creator><![CDATA[Amanda Batchelor, Gabrielle Arzola]]></dc:creator><description><![CDATA[Un hombre lucha por su vida después de ser golpeado y apuñalado durante un robo armado de vehículo que los investigadores creen que podría estar relacionado con una serie de delitos violentos ocurridos el jueves por la noche en el suroeste de Miami-Dade.]]></description><pubDate>Fri, 19 Jun 2026 13:24:44 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre lucha por su vida después de ser golpeado y apuñalado durante un robo armado de vehículo que los investigadores creen que podría estar relacionado con una serie de delitos violentos ocurridos el jueves por la noche en el suroeste de Miami-Dade.</p><p>Según la Oficina del Sheriff de Miami-Dade, el primer ataque ocurrió poco antes de las 8:45 p.m. cerca de Southwest 67th Avenue y 40th Street.</p><p>Los agentes informaron que un hombre fue golpeado, apuñalado y despojado de su vehículo durante un robo armado de vehículo.</p><p>Personal de Miami-Dade Fire Rescue trasladó a la víctima a un hospital local en estado crítico.</p><p>Según el detective Angel Rodriguez, el sospechoso huyó del lugar en el vehículo de la víctima, pero la violencia no terminó allí.</p><p>Poco tiempo después, los agentes respondieron a otros dos robos armados y robos de vehículos. El primero fue reportado cerca de Southwest 137th Avenue y 56th Street, seguido por otro en una gasolinera cerca de Southwest 157th Avenue y 88th Street.</p><p>Las víctimas de esos incidentes fueron hospitalizadas, pero se encuentran en condición estable, dijo Rodriguez.</p><p>Mientras los agentes buscaban a los responsables, localizaron uno de los vehículos robados en el área de Southwest 152nd Avenue y 72nd Street y observaron a una persona que coincidía con la descripción del sospechoso huyendo del lugar, dijo Rodriguez.</p><p>Según Rodriguez, el sospechoso fue puesto bajo custodia después de que los agentes lo persiguieran a pie.</p><p>Los detectives de robos ahora trabajan para determinar si el sospechoso es responsable de los tres incidentes o si participaron sospechosos adicionales en la violenta ola de delitos.</p><p>La investigación continúa en curso. La identidad del sospechoso aún no ha sido divulgada.</p>]]></content:encoded></item><item><title><![CDATA[Mexico becomes first country to reach knockout stage of World Cup, beating South Korea 1-0]]></title><link>https://www.local10.com/sports/2026/06/19/mexico-becomes-first-country-to-reach-knockout-stage-of-world-cup-beating-south-korea-1-0/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/mexico-becomes-first-country-to-reach-knockout-stage-of-world-cup-beating-south-korea-1-0/</guid><dc:creator><![CDATA[By TALES AZZONI, Associated Press]]></dc:creator><description><![CDATA[GUADALAJARA, Mexico (AP) — Mexico took advantage of a defensive blunder by South Korea to win 1-0 and become the first team to advance to the knockout stage of the World Cup on Thursday, sending fans onto the streets across the country to celebrate.]]></description><pubDate>Fri, 19 Jun 2026 05:43:32 +0000</pubDate><content:encoded><![CDATA[<p>GUADALAJARA, Mexico (AP) — Mexico took advantage of a defensive blunder by South Korea to win 1-0 and become the first team to advance to the knockout stage of the World Cup on Thursday, sending fans onto the streets across the country to celebrate.</p><p>It marks a major triumph for a team that failed to get out of the group stage in 2022 and now has won twice on home soil in front of jubilant crowds. Mexico players celebrated at midfield and waved to the fans who cheered and sang from the packed stands at Estadio Akron.</p><p>As soon as the final whistle blew, the mariachis began to sing at the Ángel of Independence in Mexico City while thousands of people walked in from all directions. Some streets in Guadalajara were filled with drivers honking horns and fans chanting and waving Mexican flags.</p><p>Luis Romo scored in the 50th minute after South Korea goalkeeper Kim Seung-gyu collided with defender Lee Gi-hyuk and dropped the ball inside the area. Romo easily found the open net after picking up the loose ball.</p><p>The South Koreans nearly equalized in the 87th minute when Mexico goalkeeper Raúl Rangel stopped a header from close range by Cho Gue-sung, then made an even better save of Yang Hyun-jun’s attempt on the rebound, extending his right arm to keep the ball from crossing the line.</p><p>“It was very quick, it was pure reaction,” Rangel said. “I couldn’t really tell you what I saw, because I remember the moment of impact with my teammate and me having the ball.”</p><p>Mexico clinches Group A</p><p>Mexico won Group A with six points in two matches, three more than South Korea and five more than the Czech Republic and South Africa, who drew 1-1 earlier Thursday in Atlanta.</p><p>The top two teams from each group move on to the knockout stage, along with the best eight third-place teams. A round of 32 is being played for the first time at the World Cup after the tournament was expanded to 48 teams.</p><p>“We’ve been doing very well,” Mexico coach Javier Aguirre said. “It wasn’t a great match, but I think that our opponent didn’t let us do too much. But we still were able to score, on that mistake, in addition to another two or three opportunities.”</p><p>Aguirre said it felt good for the players to guarantee their spot in the next round back in Mexico City.</p><p>“It relieves some of the pressure,” he said. “But not for me, for the players. They are euphoric, they are very happy.”</p><p>Mexico opened with a 2-0 win over South Africa, while South Korea rallied for a 2-1 victory over the Czechs.</p><p>Mexico closes group play on Wednesday against the Czech Republic in Mexico City, while South Korea takes on South Africa in Monterrey.</p><p>Mexico had never won a World Cup game on home soil outside Mexico City. Before 2026, all but one of its nine World Cup matches at home, spanning the 1970 and 1986 tournaments, had been played at Estadio Azteca, with five wins and three draws. When it played in Toluca in 1970, it lost 4-1 to Italy in the quarterfinals.</p><p>Thursday’s match got off to a lackluster start, with neither team creating significant scoring opportunities and both squads getting loudly booed after the halftime whistle.</p><p>Mexico, ranked 13th, was eliminated in the group stage four years ago in Qatar. That followed seven straight eliminations in the round of the 16.</p><p>South Korea star Son Heung-min had another disappointing game and was substituted out in the 57th.</p><p>Plaudits for Son</p><p>The 33-year-old Son is looking to become South Korea’s top goal scorer at the World Cup and the Asian player with the most goals in the tournament. The former Tottenham star, currently with Los Angeles FC, entered with three goals over three prior World Cups.</p><p>Kim kept Mexico from adding to the lead by coming up with a tough save off a close-range shot by Raúl Jiménez in the 75th.</p><p>The South Koreans pressed through the end but could not equalize.</p><p>South Korea, ranked 22nd, is making its 11th straight World Cup appearance and 12th overall, the most of any Asian country. Its best result was a fourth-place finish at the tournament it co-hosted with Japan in 2002. Since then, the South Koreans have never gone beyond the round of 16.</p><p>“The mistake that we made was unfortunate,” coach Hong Myung-bo said.</p><p>This time there were not many empty seats in Guadalajara, contrary to what happened in the earlier match between South Korea and the Czech Republic. FIFA had blamed fans standing in the concourses for the empty seats. Thursday’s crowd was announced at 45,522 for the 45,664-capacity stadium, which was hosting the national team for the first time.</p><p>Celebrations and protest</p><p>Fan zones across Mexico were packed ahead of the game. In the biggest one, in Mexico City’s Zócalo, chants of support for the national team, shouting “Olé!” with every pass, mingled with a homophobic chant — a one-word slur that literally means male prostitute in Spanish — that has previously led to sanctions against Mexico and could spur new punishments by FIFA.</p><p>There were peaceful protests in Guadalajara organized by the families of Mexico’s 130,000 missing people.</p><p>___</p><p>Associated Press writers Refugio Ruiz, Alexis Triboulard and Maria Verza contributed to this report.</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I5NVYY7UR6K2GEASUKJXLPXSUU.jpg?auth=11d54ffcfbc8caad5ef50fe2595f7c69c7305af8ad2cf7ce3226d5a55e69935b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Luis Romo, third left, celebrates with his teammates after scoring g his team's first goal during the World Cup Group A soccer match between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TJZCBJIO57VCI6QZ3YJMYGJNE4.jpg?auth=56ece65a3fe1f1481d85e6997eec099b98b3a4cf77f7d3e63c458b626094b5f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico goalkeeper Raul Rangel (1) makes a save on the goal line during the World Cup Group A soccer match between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 2026. (AP Photo/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BKCSW72NNUVH3MYCJ6ALLBMUNU.jpg?auth=3de4c0805fe28e0dfeab6ad0f1ca09de5a3acb49edd8298c8f9de52b97521485&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico goalkeeper Raul Rangel, middle, reaches to stop the ball during the World Cup Group A soccer match between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 2026. (AP Photo/Silvia Izquierdo)]]></media:description><media:credit role="author" scheme="urn:ebu">Silvia Izquierdo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M4GLHQZLTN4KKXLUQSIGGRGCWI.jpg?auth=74345615f4d7126b227b88229f0a157be0f654050bf4bbdde73807a9c82f2eaa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Raul Jimenez (9), center, vies for the ball with South Korea's Kim Min-jae (4) during the World Cup Group A soccer match between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJVIMLU5VI3JCNDSY2KW7WRWOE.jpg?auth=bbb5278af542818d8f3101f81625f60f16510a22ff2d67f90f742247830c8f59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Luis Romo (7), left, scores the opening goal during the World Cup Group A soccer match between Mexico and South Korea in Zapopan, near Guadalajara, Mexico, Thursday, June 18, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content></item><item><title><![CDATA[Jonathan David's hat trick propels Canada to its first World Cup win, 6-0 over Qatar]]></title><link>https://www.local10.com/sports/2026/06/18/jonathan-davids-hat-trick-propels-canada-to-its-first-world-cup-win-6-0-over-qatar/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/18/jonathan-davids-hat-trick-propels-canada-to-its-first-world-cup-win-6-0-over-qatar/</guid><dc:creator><![CDATA[By ANNE M. PETERSON, Associated Press]]></dc:creator><description><![CDATA[VANCOUVER, British Columbia (AP) — While Canada made World Cup history against Qatar, its celebration was tempered by concern for an injured teammate.]]></description><pubDate>Fri, 19 Jun 2026 02:43:57 +0000</pubDate><content:encoded><![CDATA[<p>VANCOUVER, British Columbia (AP) — While Canada made World Cup history against Qatar, its celebration was tempered by concern for an injured teammate.</p><p>Jonathan David scored three goals and Canada won its first World Cup match while all but securing a spot in the knockout round with a 6-0 victory over Qatar on Thursday.</p><p>Qatar was reduced to nine players because of red cards in the chaotic match. Assim Madibo was handed a red early in the second half after a tackle on Ismaël Koné, who was stretchered off with a broken left leg. Homan Ahmed was sent off in the first half for a challenge on Tajon Buchanan.</p><p>With the outburst of scoring, Canada tripled its overall World Cup goal total. Cyle Larin scored in the Canadians’ opening draw against Bosnia-Herzegovina, and Alphonso Davies scored four years ago in a loss to Croatia in Qatar, where Canada also got on the board with an own goal by Morocco. The Canadians were shut out three times in the 1986 World Cup.</p><p>“No one will forget this, and no Canadian will forget this day,” said coach Jesse Marsch, who held up six fingers as he walked off the field. “It’s an incredibly seminal moment for everyone to understand that there’s talent in this country, that there’s mentality, that there’s desire, that there’s a lot of things that make this country special.”</p><p>And the supporters who packed BC Place were ecstatic.</p><p>“We’re soaking up history right here,” fan Matthias Kempe said.</p><p>Canadian Prime Minister Mark Carney was among the 52,497 fans in attendance after missing the game in Toronto last week because of the G7 summit in France. He sat with FIFA President Gianni Infantino.</p><p>“It was amazing. After every goal it got louder and louder,” David said. “It gave us motivation to get the next goal and the next goal.”</p><p>Canada’s triumph was marred by its anguish over Koné’s injury. Teammates surrounded him in concern after he was tackled from behind and crumpled to the pitch with his lower left leg bent at a gruesome-looking angle. Madibo was clearly distraught before he was ejected.</p><p>Koné was taken to a hospital, were he was preparing for surgery. His family was with him, said Marsch, who confirmed the player’s leg was broken.</p><p>Larin scored his second goal of the tournament on a rebound in the 16th minute. Qatar goalkeeper Mahmoud Abunada punched away David’s volley but it fell to Larin, who pointed to his ears in celebration as the red-clad crowd roared.</p><p>David doubled the lead with a right-footed volley in the 29th, for his first goal in the run of play in more than a year.</p><p>Ahmed was sent off with a red card in the 33rd. The official initially pointed to the penalty spot, but after video review Canada was given a free kick just outside the box and the initial yellow card handed to Ahmed was changed to red.</p><p>Canada made it 3-0 in first-half stoppage time when David scored in a scramble in front of the net off a shot that caromed off the crossbar. Qatari players stood with their hands on their hips in frustration while Canada celebrated.</p><p>Nathan Saliba, who came in as a substitute for Koné, scored on a free kick in the 64th to make it 4-0. Mohamed Manai deflected a shot past his goalkeeper for an own goal in the 75th.</p><p>David completed the hat trick in stoppage time, joining Argentina’s Lionel Messi as the only players with three goals in a match in this World Cup.</p><p>“It was a very tough match for many reasons. The players did their best. It was very difficult to face this match with two players less with this environment,” Qatar coach Julen Lopetegui said.</p><p>Qatar scored a stoppage-time goal to earn a surprising 1-1 draw with Group B favorite Switzerland in its opener. The Persian Gulf country is still looking for its first World Cup win after losing all of its group matches four years ago as the host.</p><p>Switzerland defeated Bosnia-Herzegovina 4-1 earlier in the day in Group B.</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TD3Q7HAXLMQDIKBL4QEFSTLHWA.jpg?auth=cab4f2ea684693f177c37f11a244f1a254856e5611653ed5b91fd9a29c581b2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada's Jonathan David (10) celebrates after scoring their second goal during the World Cup Group B soccer match between Canada and Qatar in Vancouver, British Columbia, Thursday, June 18, 2026. (AP Photo/Emma Peterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Peterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YFFCIWLFVKLPU2RENDEM5XZFWA.jpg?auth=ae3cf599722d255014437b5e9f087a4c2f28b660b014d51de1a59210c3e4b827&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada's Jonathan David, third from left, becomes emotional after Ismael Kone sustained an injury and was taken off the field during the World Cup Group B soccer match against Qatar in Vancouver, British Columbia, Thursday, June 18, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2KBFECD5RACTPSCSJCVA2N4IQU.jpg?auth=74c0cd74c63c0b4feb0a0586c7772d80fd85b2aa00b0af9722c72effed7ced1e&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 (26) reacts after Canada's Ismael Kone (8) was injured on a dangerous play during the World Cup Group B soccer match between Canada and Qatar in Vancouver, British Columbia, Thursday, June 18, 2026. (AP Photo/Kaleb Tatum)]]></media:description><media:credit role="author" scheme="urn:ebu">Kaleb Tatum</media:credit></media:content></item><item><title><![CDATA[Switzerland coach uses hydration break to spark late goal barrage in 4-1 World Cup win over Bosnia]]></title><link>https://www.local10.com/sports/2026/06/18/johan-manzambi-scores-two-as-switzerland-beats-bosnia-herzegovina-4-1-at-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/18/johan-manzambi-scores-two-as-switzerland-beats-bosnia-herzegovina-4-1-at-the-world-cup/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[INGLEWOOD, Calif. (AP) — Some teams at this year's World Cup have blamed FIFA's new hydration breaks for killing momentum.]]></description><pubDate>Thu, 18 Jun 2026 23:22:44 +0000</pubDate><content:encoded><![CDATA[<p>INGLEWOOD, Calif. (AP) — Some teams at this year’s World Cup have blamed FIFA’s new hydration breaks for killing momentum.</p><p>Switzerland used the break to seize it.</p><p>Coach Murat Yakin said he timed a triple substitution of speedy players for the second-half pause Thursday, betting that plucky Bosnia-Herzegovina couldn’t handle an abrupt change of pace in what had been a nervy, scoreless match.</p><p>Johan Manzambi and Rubén Vargas made their coach look awfully clever while they led a spectacular barrage of goals that put the Swiss in control of the game and atop their group.</p><p>Manzambi scored his first World Cup goal on an outstanding volley in the 74th minute, and Switzerland erupted late for a 4-1 victory over Bosnia.</p><p>Despite controlling possession deep into the second half, Switzerland couldn’t break through against the Dragons until Yakin used the FIFA-mandated pause to turbo-charge its attack with the 20-year-old Manzambi and the dynamic Vargas. Both substitutes immediately altered the tempo, and both played roles in multiple goals while Bosnia went down to 10 men.</p><p>“It was very important that after the second hydration break, we would change a few things, because then the opponent can’t react immediately,” Yakin said through an interpreter. “Maybe that was the edge we had. We brought in very fast players, and our opponent couldn’t run (with them), and it opened up gaps on the edge. That was my strategy. I waited until the break.”</p><p>Vargas scored in the 84th minute shortly after Tarik Muharemovic was sent off for a dangerous tackle. Manzambi scored again in the 90th on a pass from Vargas, and captain Granit Xhaka converted from the penalty spot with the final kick of the game in stoppage time.</p><p>Switzerland opened the World Cup with a disappointing 1-1 draw with Qatar last week, stoking concern about the team’s mental state. The Swiss then struggled to get loose from the Dragons, who were unbeaten in their last nine competitive matches.</p><p>Backed by tens of thousands of raucous fans in the Los Angeles area, Bosnia capably hung with Switzerland into the second half — until the hydration break led to a moment of brilliance from Manzambi, a 20-year-old Geneva native who plays for German club Freiburg.</p><p>“This is probably the best moment of my career so far,” Manzambi said. “We knew we didn’t start the match in the best way, but we had to be patient. We know we’re a good team, and we showed it.”</p><p>Three minutes after Manzambi replaced standout winger Dan Ndoye, he jumped and connected perfectly on Amar Memic’s attempted clearing header. The volley set off a wild celebration in the nervous Swiss sections of SoFi Stadium.</p><p>“He’s a boy who learned how to play football on the streets, but on defense he also has a lot of discipline,” Yakin said. “He still needs to learn how to be more structured, but we are making progress. We try to give him a lot of freedom to play, and he handles it very well.”</p><p>Substitute Ermin Mahmic scored in second-half injury time for Bosnia, which still has a legitimate chance of reaching the knockout stage of only its second World Cup. Mahmic’s vicious goal in traffic salvaged some good feeling before a decisive showdown with Qatar next week.</p><p>“Maybe our start wasn’t that good, but from (first) cooling break until the goal, we were the better team,” Bosnia coach Sergej Barbarez said. “We had two or three excellent chances which should have ended in a goal. ... This is the first match we’ve lost in a while, and it is hurtful. It’s quite painful, but we know that if we win the next game, we have an excellent chance of going forward in the tournament.”</p><p>Four minutes after Muharemovic was sent off for taking down striker Breel Embolo one step outside the penalty area, Embolo got the ball from Manzambi and slipped a pass across the front to Vargas for a no-doubt goal.</p><p>Xhaka then found Vargas in deep for another pass to Manzambi, who finished with aplomb.</p><p>Captain Edin Dzeko started and played 63 minutes for Bosnia, becoming the fourth outfield player to start at a World Cup in his 40s — a group joined by Luka Modric and Cristiano Ronaldo on Wednesday. Barbarez said Dzeko didn’t play in the World Cup opener last week because he wasn’t fully fit.</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/263ZFNC3ILFIA6Z4VMYR7ZUXKE.jpg?auth=0c21c6ba0727c77c3c178a1d77eccd491424d97506407560c746284688434c36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Switzerland's Johan Manzambi, left, celebrates with teammates after scoring the opening goal against Bosnia during the World Cup Group B soccer match in Inglewood, Calif., near Los Angeles, Thursday, June 18, 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/5G6MLO75NTVIHSQ3JPHWQG3T2E.jpg?auth=102240f38922ea4cc70003b3d046e979a9c269cdf9512309342c7aab6f1b2796&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Switzerland's Dan Ndoye (11) attemps an overhead kick during the World Cup Group B soccer match between Switzerland and Bosnia in Inglewood, Calif, near Los Angeles, Thursday, June 18, 2026. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5IKACUZZ6HOTRHEYE3GCK2QMI4.jpg?auth=75943ad98e9369be37f9a0d9845e91546777f056e950420cde723368d1f52ae1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Switzerland's Dan Ndoye (11) battles for the ball with Bosnia's Amar Dedic (7), right, during the World Cup Group B soccer match between Switzerland and Bosnia in Inglewood, Calif, near Los Angeles, Thursday, June 18, 2026. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/25OUKPT7MKIKAOQ3D7PUZEM7WM.jpg?auth=fc7ee21f8685bb1133db9ed64f003e3ae801c639a30116713eb26b667a33a788&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bosnia goalkeeper Nikola Vasilj, right, clears the ball during the World Cup Group B soccer match between Switzerland and Bosnia in Inglewood, Calif., near Los Angeles, Thursday, June 18, 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/FAXMHPNLDEE5H74PCFXG5ISO5Y.jpg?auth=3919e2a7cd0427a7fc068570a559a21a574f7f1d9bb5a0ef5c48d0b77b29e356&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Switzerland's Michel Aebischer, left, and Bosnia's Kerim Alajbegovic eye the ball during the World Cup Group B soccer match between Switzerland and Bosnia in Inglewood, Calif., near Los Angeles, Thursday, June 18, 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[Friction between Trump and Republican senators is growing before the pivotal midterm elections]]></title><link>https://www.local10.com/news/politics/2026/06/19/friction-between-trump-and-republican-senators-is-growing-before-the-pivotal-midterm-elections/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/19/friction-between-trump-and-republican-senators-is-growing-before-the-pivotal-midterm-elections/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The relationship between President Donald Trump and Senate Republicans neared a breaking point this week as he upended their efforts to speedily confirm one of his own nominees and said he would not sign the renewal of a key surveillance law unless they agree to new terms.]]></description><pubDate>Fri, 19 Jun 2026 13:11:20 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The relationship between President Donald Trump and Senate Republicans neared a breaking point this week as he upended their efforts to speedily confirm one of his own nominees and said he would not sign the renewal of a key surveillance law unless they agree to new terms.</p><p>Trump’s overnight social media post Wednesday that he was delaying Jay Clayton’s nomination to become national intelligence director, just hours before the U.S. attorney's confirmation hearing, further strained relations between the Senate and White House that have been worsening for weeks. Later that day, some Republican senators who have been hesitant to challenge the president directly on the Iran war were blunt in their criticism of his deal to end it.</p><p>“This is the worst foreign policy blunder in decades,” Sen. Bill Cassidy, R-La., said in a post on X.</p><p>The open tensions are an almost complete reversal from a year ago when Senate Republicans worked closely with Trump on a complicated effort to push through his massive package of spending and tax cuts.</p><p>At the time, criticism of the president was almost nonexistent among Republicans on Capitol Hill, and they planned to highlight passage of that bill in the midterms. But as the November election draws closer and Republicans are trying to defend their majorities, Trump is instead needling Congress with his demands and reversals, driving several Republican senators to disparage his actions publicly for the first time.</p><p>“I think somebody’s not dialing the president into the complexities of what he’s done here,” Sen. Thom Tillis, R-N.C., said Wednesday after Clayton’s confirmation was postponed. “I mean, my God.”</p><p>The slow unraveling of what once seemed like an airtight alliance between the executive and legislative branches in a Republican-led Washington extends to their policy priorities.</p><p>Trump appears to have lost interest in most of the GOP agenda and has become almost singularly focused on his voting legislation to require proof of citizenship, which has almost no chance of passing. At the same time, he has asked members of Congress to fund parts of his White House ballroom project, allow a temporary intelligence director that none of them like and cede their powers on the Iran war.</p><p>The growing rift has brought much of the Senate’s business to a halt and put Republicans who are up for reelection this year on the defensive. It has also put pressure on Senate Majority Leader John Thune, who has been up-front with Trump about what he can and cannot do in the Senate.</p><p>Trump pressures Thune on voting bill</p><p>Trump has pressured Thune relentlessly to scrap the filibuster and pass the strict proof-of-citizenship legislation, called the SAVE America Act. Thune, R-S.D., has told Trump publicly and privately that the votes are not there for either step. Still, Trump has kept up the push.</p><p>In a social media post Thursday, Trump said he would be “the last Republican president” if the voting bill does not pass.</p><p>“Senate Majority Leader John Thune, and the Republican Senate, must not let this ‘carnage’ happen,” Trump said. “They will go down on the wrong side of History, as will all Republicans who just stood by and watched.”</p><p>Nonetheless, Trump has yet to go after the well-liked Republican leader on a personal basis, as he often did with Thune's predecessor, Sen. Mitch McConnell, R-Ky.. Trump once called McConnell a “ dour, sullen, and unsmiling political hack.”</p><p>Trump and Thune talk frequently, even as Thune is sometimes giving the president news he does not want to hear. As Trump pushed for the voting bill, Thune scheduled weeks of floor time to consider it, an effort to make clear that the Senate was supportive, even if the votes are lacking.</p><p>Missouri Sen. Eric Schmitt, one of the president’s closest allies in the Senate, said he has never heard Trump say anything negative about Thune.</p><p>“It’s a difficult position,” Schmitt said of Thune’s role in the Senate. “I think they have a good working relationship.”</p><p>One of Thune's closest allies, Republican Sen. Mike Rounds of South Dakota, said the even-keeled leader is the “right person at the right time.”</p><p>“In the Capitol today, he is the stable force,” Rounds said. “In Washington, D.C., today, he is the stable force.”</p><p>No signs of revolt among Senate GOP</p><p>There were no signs of a revolt within the GOP conference, for now, despite Trump's pressure.</p><p>Thune “has managed it better than anyone else could manage it,” said Cassidy, who has become a more frequent Trump critic since a primary loss to a Trump-backed challenger.</p><p>Criticism of Trump has at times surfaced even among his closest Senate allies, especially with his proposed $1.776 billion settlement fund for his political allies and his pick for acting intelligence director, Bill Pulte, who has no known intelligence experience.</p><p>But the rift with Trump has also stoked some new internal tensions.</p><p>Several Republican senators criticized Sen. Mike Lee, R-Utah, who has waged an online campaign to eliminate the filibuster and pass the SAVE America Act, in a private conference lunch this week for stoking dissension within the party in an election year.</p><p>Trump's dwindling number of allies</p><p>Some Senate Republicans have made clear they have no plans to separate themselves from Trump.</p><p>As several of his colleagues criticized Trump’s agreement with Iran this week, first-term Sen. Bernie Moreno, R-Ohio, aggressively defended it on social media.</p><p>“Let’s get the Nobel Peace Prize ready!” Moreno posted on X.</p><p>But Trump has far fewer of those Senate allies than he did when they narrowly passed the tax and spending cuts legislation a year ago. That is in part because he has picked off some of the most loyal Republican votes himself.</p><p>Both Cassidy and Texas Sen. John Cornyn lost in primaries last month after Trump endorsed their opponents. Tillis announced he was not running for reelection last year after Trump repeatedly criticized him on social media.</p><p>Now all three have become frequent critics.</p><p>Shortly after his election loss, Cornyn posted on social media a fable about a frog and a scorpion. The scorpion asks the frog to carry it across a river, according to the fable, and then stings the frog in the middle of the river, “dooming them both.”</p><p>“The dying frog asks the scorpion why it stung despite knowing the consequence,” Cornyn’s post read. “To which the scorpion replies: ‘I am sorry, but I couldn’t help myself. It’s my character.’”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CK5WEGX5HML6LIKR7E34HBBCXU.jpg?auth=ff0c3d17325724f5e9eebd4f5f08b591ee12a15c2a25d4ddafb521012d832d79&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., leaves the chamber, at the Capitol in Washington, Thursday, June 18, 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/YDI7SLMEZXI5RDHZVK3A5AWPME.jpg?auth=a0675c0b497e82f0067ca60dc08839b10e7d5ccd5c1a1c3b058fb9e45481f566&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Bill Cassidy, R-La., heads to a closed-door Republican policy meeting at the Capitol in Washington, Tuesday, June 16, 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/FPHZ2BVXTAAJJOMFICIGUGKHEM.jpg?auth=8e5f1ea6050c8c703db96149576971dd90f081d6281586c27a3eff6bf88a9751&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Thom Tillis, R-N.C., speaks with reporters before a Republican lunch at the Capitol in Washington, Tuesday, June 16, 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/AKTQT2BKP4S4G6HO7JAG3RCFTU.jpg?auth=4046aeb1be9c9185836642232b074579ad7b06bc9df97b8c4ba1e189f610120d&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 a Medal of Honor ceremony in the East Room of the White House, Thursday, June 18, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[World Cup ticket buyers are left stranded as resale purchases fall through]]></title><link>https://www.local10.com/tech/2026/06/19/fans-are-fuming-after-world-cup-tickets-they-bought-through-resale-sites-fall-through/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/19/fans-are-fuming-after-world-cup-tickets-they-bought-through-resale-sites-fall-through/</guid><dc:creator><![CDATA[By R.J. RICO and EMILIE MEGNIEN, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Bina Ramroop broke down in tears when she realized she wasn't going to get the World Cup tickets she had bought for her grandson's 13th birthday.]]></description><pubDate>Fri, 19 Jun 2026 11:48:54 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Bina Ramroop broke down in tears when she realized she wasn’t going to get the World Cup tickets she had bought for her grandson’s 13th birthday.</p><p>As thousands poured into Atlanta Stadium on Monday to see Spain face Cape Verde in what turned out to be a remarkable scoreless draw, Ramroop stood outside, increasingly stressed as she went back and forth for hours between StubHub representatives on the phone and FIFA representatives in the ticket booth. Each blamed the other.</p><p>No one could figure out why the tickets Ramroop bought months ago on StubHub for $485 apiece couldn’t be transferred from the original seller to the FIFA ticketing app. StubHub offered her a refund and, as Ramroop heard the crowd roar for the start of the match, she knew she had no choice but to give up and take the offer.</p><p>“I didn’t want a refund, I didn’t want my money back,” Ramroop said. “I wanted to go to the game.”</p><p>The World Cup has delivered thrills on the pitch, but fans have flooded social media with complaints about tickets that never arrived, orders that were canceled at the last minute and hours they spent trying to sort out problems between FIFA’s ticketing system and outside resale platforms. The vast majority seem to be about industry titan StubHub, but people who bought through competitors such as SeatGeek and Vivid Seats have also reported issues. Interviews with fans and industry experts show that some cases stem from technical glitches in the transfer process, while others could involve sellers who never had tickets to deliver in the first place, though StubHub denies such sales happen on its platform.</p><p>A grandmother’s disappointment</p><p>FIFA has urged fans to buy resale tickets through its own marketplace, where it slaps a 30% surcharge on every resold ticket — 15% each from the buyer and seller. But many fans bought through other resale sites, either out of habit or because those sites have lower prices or are easier to navigate.</p><p>Ramroop didn’t realize she was taking a risk when she bought through StubHub, which she had used in the past without issues.</p><p>As she and her grandson Elijah Gomes took the long, lonely train ride back to the Atlanta suburbs, Elijah followed the score on his phone. The match had ended scoreless, and he tried to cheer up his devastated grandmother by telling her they hadn’t missed much after all (Cape Verdeans would beg to differ ).</p><p>“He’s telling me, ‘Grandma, it’s OK, Grandma.’ And he’s trying to console me,” Ramroop said the next day.</p><p>She was hardly alone. An Associated Press journalist witnessed more than a dozen frustrated fans at the match who said they were stuck in similar situations.</p><p>StubHub blamed FIFA for the transfer problems that buyers like Ramroop have experienced. In a statement, it said FIFA has “poor technology infrastructure,” enacted last-minute transfer restrictions and didn’t launch its new ticketing app until a few weeks before the tournament. The company also called out organizers that “take anti-competitive actions” that limit where fans can buy and sell tickets.</p><p>Asked about the technical issues, FIFA on Wednesday reiterated that sales through its official site are guaranteed to go through.</p><p>An industry’s longstanding problem</p><p>Industry observers say the problems appear to stem from more than one cause. For some, it may indeed be technical glitches — an issue that StubHub says is “very, very rare” and one that it is hard at work to solve. For others, they say it’s likely a more longstanding scourge: speculative sellers.</p><p>Scott Friedman, an industry veteran and co-founder of a consultancy called the Ticket Talk Network, said some sellers list tickets before they actually have them, betting that prices will fall closer to the event so they can buy the tickets at a better price later. But because World Cup ticket prices have surged since the tournament began, those sellers have been forced to either buy expensive tickets to fulfill their orders or cancel and accept penalties from resale platforms. StubHub’s penalties are typically 200% of the ticket price, Friedman said.</p><p>“This is not new at all,” said Friedman, pointing to other high-profile events where frustrated fans were left empty-handed, including Taylor Swift’s Eras tour. “This has been going on, but it’s making global news because it’s the World Cup.”</p><p>StubHub says it requires sellers to prove they have tickets before they list them.</p><p>But regardless of the reason for the canceled sales, Friedman said “StubHub should fill every single order to make sure fans get in the biggest global sporting event that happens every four years.”</p><p>That’s what many fans say they expected when they purchased through StubHub.</p><p>StubHub’s FanProtect Guarantee promises replacement tickets or a refund if tickets fail to arrive. But the policy repeatedly says those remedies are provided at StubHub’s “sole discretion,” meaning the company can choose a refund instead of securing replacement seats.</p><p>“That is pretty explicit language,” said Michael McCann, a sports law expert at the University of New Hampshire. McCann noted that a buyer could try to challenge the language under state consumer protection laws, but it would be an uphill battle.</p><p>A father’s regrets</p><p>Pape Ndaw is crestfallen that the high school graduation gift he got for his son — tickets for them to see the Netherlands and Japan near their home city of Dallas — never arrived.</p><p>He bought the tickets for about $550 apiece in December. Then, two days before the June 14 match, he received an email from StubHub telling him, “The seller can’t deliver your original tickets.”</p><p>Ndaw accepted store credit rather than a refund, thinking he would use the funds to quickly get replacements, only to then realize that the cheapest last-minute tickets were going for more than $1,500 each. Not only were they not going to get to go to the game, but Ndaw said StubHub rejected his belated request for a refund instead of store credit.</p><p>Breaking the news to his soccer-obsessed son was brutal, Ndaw said.</p><p>“It was a disastrous thing,” he said. “He had told all his friends that he was going to that game. He literally cried. I mean, he is a 17-year-old kid, but he cried.”</p><p>A family’s attempt to make the best of it</p><p>Others fared somewhat better.</p><p>Patrick O’Neil of Pittsboro, North Carolina, traveled to Atlanta with his wife, son and relatives after purchasing five tickets through StubHub for the Spain-Cape Verde match. Two tickets transferred successfully, but three never arrived.</p><p>O’Neil’s 15-year-old son and his uncle ended up using the two tickets, while O’Neil, his wife and another relative watched from a nearby bar.</p><p>After local media caught wind of their ordeal, O’Neil said StubHub contacted the family and offered tickets to another game. Since the family had already bought tickets to one, though, he and his wife asked the company to instead give the seats to local nonprofit Soccer in the Streets so they could go to people who otherwise might not be able to attend a match.</p><p>“StubHub is not evil, but they’re part of the whole system that makes it really hard for just normal kids and people who might want to see a match get to go,” O’Neil said.</p><p>On Thursday, a StubHub representative confirmed to the AP that the company would honor the O’Neils’ request and send tickets to the nonprofit.</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OVHAYAP22O3IMRJ5XLUEL3WSE4.jpg?auth=99c143991c2721efcd500f06820bec997966d9c0541e344457fb917b3901cc02&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bina Ramroop holds proof of the ticket she bought through StubHub for the World Cup Group H soccer match between Spain and Cape Verde in Atlanta on Monday, June 15, 2026. (AP Photo/Emilie Megnien)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilie Megnien</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4VKDVMP5W2YT57XCTG3L5NWTME.jpg?auth=0e58d7fb72c9cd45a948d08021c079ec27cbd4187b4fa28ef500514308fd51dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrick O'Neil, his wife, Gina Difino, right, and their 15-year-old son, Aidan, attend the World Cup Group A soccer match between Czechia and South Africa in Atlanta on Thursday, June 18, 2026. (AP Photo/R.J. Rico)]]></media:description><media:credit role="author" scheme="urn:ebu">R.J. Rico</media:credit></media:content></item><item><title><![CDATA[Balotaje presidencial en Colombia: cuáles son las propuestas clave de Cepeda y De la Espriella]]></title><link>https://www.local10.com/espanol/2026/06/19/balotaje-presidencial-en-colombia-cuales-son-las-propuestas-clave-de-cepeda-y-de-la-espriella/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/19/balotaje-presidencial-en-colombia-cuales-son-las-propuestas-clave-de-cepeda-y-de-la-espriella/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — Colombia elegirá a su próximo presidente en el balotaje del domingo entre el progresista Iván Cepeda y el conservador Abelardo de la Espriella, quienes tienen propuestas opuestas sobre cómo gobernar un país con retos financieros, sociales y de seguridad.]]></description><pubDate>Fri, 19 Jun 2026 14:36:01 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — Colombia elegirá a su próximo presidente en el balotaje del domingo entre el progresista Iván Cepeda y el conservador Abelardo de la Espriella, quienes tienen propuestas opuestas sobre cómo gobernar un país con retos financieros, sociales y de seguridad.</p><p>El senador Cepeda promete profundizar la agenda del actual gobierno progresista de Gustavo Petro, su aliado político y quien no se puede reelegir, para continuar con el “cambio” en favor de los más vulnerables alegando que la oposición no le permitió ejecutar todos sus proyectos durante su mandato. También ha anticipado que continuará buscando salidas negociadas al conflicto armado interno.</p><p>Mientras De la Espriella, apoyado por el presidente estadounidense Donald Trump, promete un giro total respecto de la actual administración. El abogado centra su programa en una estrategia de mano dura contra el narcotráfico y los grupos armados ilegales con los que aún lidia Colombia, pese a que hace una década firmó un histórico acuerdo de paz con la guerrilla Fuerzas Armadas Revolucionarias de Colombia (FARC).</p><p>A continuación las propuestas clave de ambos candidatos.</p><p>Seguridad y diálogos de paz</p><p>Cepeda, quien ha sido facilitador en varios diálogos de paz con armados, no descarta continuar con los diálogos pese a que la política de Petro ha sido cuestionada por no lograr su objetivo de desarmar a los ilegales. Sin embargo, ha dicho que lo haría con condiciones, como el respeto de la población civil, y que no permitirá que los diálogos sean utilizados por los ilegales para su fortalecimiento militar —una de las principales críticas a Petro— asegurando que fortalecerá a la fuerza pública en capacidad e inteligencia.</p><p>De la Espriella, por su parte, acabaría de tajo con los esfuerzos de diálogo y se dedicaría a combatirlos con “la fuerza de las armas”, aumentando la capacidad militar con tecnología. Ha prometido construir “mega cárceles”, inspiradas en las del presidente salvadoreño Nayib Bukele, con quien simpatiza.</p><p>Narcotráfico</p><p>Así como Petro, Cepeda insiste en que la “guerra contra las drogas fracasó” bajo el modelo prohibicionista, por lo que plantea promover ante el Congreso regulaciones para el cannabis, la amapola y la hoja de coca, “superando enfoques que las han equiparado" con la cocaína y la heroína. También continuaría priorizando que las familias con cultivos ilícitos transiten voluntariamente hacia economías legales, evitando una vía punitiva en su contra.</p><p>De la Espriella asegura que no va a permitir que salga más cocaína de Colombia y quiere fumigar con herbicidas biológicos los plantíos de hoja de coca. Además, adhiere a la política antidrogas de Trump, incluyendo los bombardeos a embarcaciones que presuntamente trafican drogas. “Lancha que salga cargada de droga voy a dar la orden de que la hundan con la gente que vaya adentro”, dijo De la Espriella a The Associated Press.</p><p>Economía</p><p>El próximo gobierno encontrará problemas fiscales. En 2025 el déficit primario —el desequilibrio entre ingresos y gastos—- fue de 3,5% del Producto Interno Bruto, el más alto de los últimos 30 años a excepción de periodos de crisis como la pandemia, según el Comité Autónomo de la Regla Fiscal, un organismo técnico adscrito al Ministerio de Hacienda.</p><p>De la Espriella busca un ajuste fiscal que reduzca el tamaño del Estado hasta en una cuarta parte y promete construir una “patria milagro” haciendo crecer la economía al 7% en su eventual gobierno. En 2025 el PIB creció 2,6%. Su propuesta se centra en disminuir las cargas tributarias a las empresas y simplificar las regulaciones para estimular la inversión y la economía. Está a favor de avanzar en el fracking, una técnica de extracción de petróleo y gas de rocas profundas muy criticada por ambientalistas.</p><p>Cepeda buscará disminuir las brechas de desigualdad con programas sociales en un país en el que la pobreza alcanza al 28% de la población, según el último dato oficial disponible para 2025, el más bajo desde 2012.</p><p>Culpa al modelo neoliberal de profundizar las desigualdades por lo que buscaría superarlo dejando atrás el extractivismo —una política de transición energética iniciada por Petro—, la precarización laboral y la concentración de riqueza. Asegura que, a través de un acuerdo con sectores sociales y económicos, revisará el sistema tributario para aumentar impuestos a los grandes patrimonios. Petro intentó sumar impuestos, pero el Congreso rechazó dos de sus reformas fiscales.</p><p>Relaciones internacionales</p><p>Petro ha tenido una relación tensa con el gobierno estadounidense desde la vuelta al poder de Trump por diferencias en temas de migración, seguridad regional y lucha antinarcóticos. Cepeda ha dicho que mantendrá las relaciones con Estados Unidos, el principal socio comercial de Colombia, mientras defiende la soberanía y prioriza la cooperación con África y Asia.</p><p>De la Espriella, con nacionalidad estadounidense y miembro del Partido Republicano, promete afianzar las relaciones bilaterales con Estados Unidos, especialmente luego de que Trump le diera su apoyo político. El candidato asegura que “comparten valores fundamentales de libertad, democracia y respeto por la ley” y trabajar por “la prosperidad de nuestro continente”.</p><p>Cepeda cuestionó la captura de Nicolás Maduro en un operativo estadounidense y ha defendido mantener las relaciones bilaterales con Venezuela, mientras que De la Espriella celebró la operación militar y ha dicho que su relación con Venezuela se canalizará a través del gobierno estadounidense.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PPBGZCWZSWHM3YOJCES7EGSF5A.jpg?auth=237da48e1e42910668b3fd6f26a895ad7cfe7850d8066639684ec9ebf3b611ae&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. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KUNS6RLZHBPDVG7NTM2INBVTLI.jpg?auth=653fc5058e1ab758568b5e8300713f6a787fd4efad60b5f9fc6e54fe84e1c4e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial Abelardo de la Espriella se dirige a sus seguidores desde el interior de una cabina blindada, durante su mitin de campaña en Buga, Colombia, el domingo 14 de junio de 2026. (AP Foto/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content></item><item><title><![CDATA[Black bank card program to steer cash payments to single mothers in government housing]]></title><link>https://www.local10.com/business/2026/06/19/black-bank-card-program-to-steer-cash-payments-to-single-mothers-in-government-housing/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/19/black-bank-card-program-to-steer-cash-payments-to-single-mothers-in-government-housing/</guid><dc:creator><![CDATA[By COREY WILLIAMS, Associated Press]]></dc:creator><description><![CDATA[One of the few Black-owned banks in the United States is introducing a debit card aimed at helping single mothers who live in government-subsidized housing escape poverty.]]></description><pubDate>Fri, 19 Jun 2026 14:58:58 +0000</pubDate><content:encoded><![CDATA[<p>One of the few Black-owned banks in the United States is introducing a debit card aimed at helping single mothers who live in government-subsidized housing escape poverty.</p><p>The Bank King Card debit card will be offered beginning Friday in honor of Juneteenth by Redemption Bank, which will make a donation from every account opened to nonprofits that will steer the funding to needy families.</p><p>“Bank King Card represents a new regenerative banking model that starts with investing in mothers who are a few hopeful dollars away from breaking out of poverty, and opening up America’s vaults of opportunity that have been closed to too many for too long,” Redemption Holding Co. chair and Chief Executive Ashley Bell said.</p><p>A 2026 report by the Urban Institute and the Jeremiah Program says households led by single mothers experience widespread economic and caregiving hardship.</p><p>Redemption Bank, based in Holladay, Utah, says it intends to make fixed-amount donations based on new Bank King Card account openings. The amount will be determined annually by the bank’s board of directors and will not be based on the amount of card purchases, according to Redemption Bank.</p><p>Nonprofits that provide direct-cash services would apply for grants through a foundation developed to make sure the money gets to those who need it most.</p><p>“What we’ve seen is these guaranteed income programs have been a jolt out of poverty for women around the country, including many women of color,” Bell said.</p><p>Every dollar helps</p><p>Money given directly to needy mothers and children is overwhelmingly spent to cover necessary goods or services, according to Chastity Lord, president and chief executive of the Jeremiah Program, which works to improve economic mobility for single mothers.</p><p>But it also does so much more, she said.</p><p>“It provides dignity,” Lord continued. “It ensures summer learning, not leaving kids at home. It increases nutrition. It allows the mom to make powerful decisions that benefit their children and their families instead of making decisions to just get by.”</p><p>A pilot program through the Ohio Mother's Trust funneled $500 each month for a year to 32 single mothers in the Columbus, Ohio, area.</p><p>For Juanita Amakor of Columbus, the cash she received through the Ohio Mother's Trust allowed her to catch up on bills and pay rent.</p><p>“It's the breathing room it gives you, knowing there is something extra coming in. It relieves a lot of anxiety,” said Amakor, 36, who has a 7-year-old daughter. “This help goes a long way, even if it was for something as little as being able to take my child to the grocery store, to the clothing store.”</p><p>In Michigan, Rx Kids gives women a one-time allocation of $1,500 during pregnancy, followed by $500 per month throughout the child’s first months. The $1,500 can be used on food, prenatal care, rent, cribs or other needs. The $500 monthly stipend can be spent on formula, diapers or childcare.</p><p>Kinea Wright and her family received funding through the Rx Kids program in Flint. It helped with some bills, diapers for her newborn daughter and other needs, especially after her husband was injured in a forklift accident.</p><p>“Initially, (the money) was put up for a rainy day,” said Wright, 46. “I didn't know the rainy day would come sooner than we thought. It was a blessing in disguise.”</p><p>Juneteenth connection</p><p>A year ago, Redemption Holding Co. completed its acquisition of Utah-based Holladay Bank & Trust, making it the first time a bank has been owned by a Black-led investment group in the Western U.S.</p><p>At the time, Redemption Bank had roughly $65 million in assets. It primarily focuses on commercial lending and small business loans. Bernice A. King, the youngest child of the Rev. Martin Luther King Jr., is a co-founder and senior vice president of the bank.</p><p>“Economic opportunity must be practical, accessible and rooted in the needs of families,” King said. “Bank King Card is an innovative way to support that work. It creates a practical opportunity for people to align their financial choices with their values while supporting mothers, children and families working toward long-term stability.”</p><p>A Bank King Card credit card is expected to be introduced later with interest rates capped at 12%.</p><p>The announcement of the Bank King Card coincides with Juneteenth, which also is the one-year anniversary of Redemption's acquisition of Holladay Bank & Trust.</p><p>Juneteenth — which combines “June” and “nineteenth” — represents the date in 1865 when enslaved people in Galveston, Texas, learned they had been freed. It came two years after President Abraham Lincoln’s Emancipation Proclamation. In 2021, President Joe Biden designated it a federal holiday.</p><p>____</p><p>Corey Williams is a member of AP's Race & Ethnicity team.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UKLKMVIEE3YYJOLV62KRHLZQZI.jpg?auth=43bc8fadb289c317743e0ead0b59a7a3d677c70da93e5f970bc3ed3e146a2c1c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo provided by Redemption Bank shows a Redemption Bank King Card debit card on Wednesday, June 17, 2026, in Salt Lake City. (Redemption Bank via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/V6RH6KZUM2OXQAQVFWEORCISJE.jpg?auth=ba96168fedff9b2aae908d06a82a4716defe5b17e3ca16041f205fc429bb3bdd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ashley Bell speaks during an interview with The Associated Press, Aug. 9, 2016, in Washington. (AP Photo/Paul Holston, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Holston</media:credit></media:content></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[The National Assembly of the Cuban government approved 176 new economic measures Thursday to help jumpstart their moribund economy.]]></description><pubDate>Mon, 01 Jun 2026 13:35:22 +0000</pubDate><content:encoded><![CDATA[<p><b>June 19 update: Cuba approves 176 new economic measures </b></p><p>The National Assembly of the Cuban government approved 176 new economic measures Thursday to help jumpstart their moribund economy. Similar economic reforms were introduced when Raul Castro took over power from his brother, Fidel, but they failed because the government’s infrastructure could not implement them. Are these measures in time to save Cuba from a total economic disaster? Many economists even inside the island have come out and said that they are a bit too late.</p><p>On Thursday, the European Parliament approved a resolution sanctioning Cuban President Miguel Díaz-Canel and the leaders of the Cuban economic military conglomerate, GAESA. Finally, it suspended the existing agreement between the EU and Cuba.</p><p><b>June 17 update: Can President Trump afford another conflict?</b></p><p>Now that the U.S. and Iran have reached an agreement to stop the war, can President Donald Trump politically afford another conflict? This time it will be with Cuba -- a nation that will offer little military resistance to the U.S., but can also be a political trap for Secretary of State Marco Rubio’s future run for the U.S. presidency.</p><p><b>June 11 update: Rubio announces sanctioning of CUPET:</b></p><p>U.S. Secretary of State Marco Rubio announced Thursday afternoon the sanctioning of Cuba’s oil and gas company, Union Cuba Petroleo (CUPET). This company had been confiscated from American owners at the start of the revolution.</p><p>This is a sign that Cuba’s government has not shown any willingness to negotiate with the U.S. This action further chokes the regime who is running out of options as the socio-economic problems get worse each day that passes.</p><p><b>June 10 update: Defense Secretary Pete Hegseth visits Guantanamo Bay for operational briefings</b></p><p>Defense Secretary Pete Hegseth traveled to Naval Station Guantanamo Bay in Cuba on Wednesday to receive updates and operational briefings on the base’s mission, according to the Pentagon.</p><p>According to <a href="https://www.reuters.com/world/americas/pentagons-hegseth-travels-guantanamo-bay-cuba-2026-06-10/" target="_self" rel="" title="https://www.reuters.com/world/americas/pentagons-hegseth-travels-guantanamo-bay-cuba-2026-06-10/">Reuters</a>, Hegseth flew into the U.S. naval base at Guantanamo Bay, marking the latest visit by a senior American official to the communist-led island as President Donald Trump’s administration continues to increase pressure on the Cuban government.</p><p>His trip comes less than two weeks after General Francis Donovan, the top U.S. military commander for Latin America, visited Guantanamo Bay and held discussions with a senior Cuban military official near the base’s perimeter.</p><p>Hegseth is the third high-ranking U.S. official to visit Cuba in recent months, highlighting Washington’s continued focus on the island amid ongoing tensions between the two countries.</p><p><b>June 8 update: What will be brought up during any future negotiations?</b></p><p>One of the issues that will certainly come up during any future negotiations between the U.S. and Cuba will be the 5,913 American companies, as well as Cuban-American properties, that were confiscated by the Cuban Revolution in the early 1960’s.</p><p>According to Mauricio Tamargo, former chairman of the Foreign Claims Office in the U.S. Department of Justice, the estimated values of these properties are in the billions.</p><p><b>June 3 update: Raúl Castro turns 95</b></p><p>Raúl Castro, the former president of Cuba, turns 95 years old Wednesday under the shadow of a criminal indictment from the U.S. and an uncertain future for Cuba with the legacy of his brother, Fidel Castro, on his shoulders.</p><p><a href="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p><b>June 1 update: Looking to the future: Should Cuban Americans invest in Cuba?</b></p><p>A few months ago, Cuba’s Vice Minister Oscar Pérez-Oliva Fraga, who is the grand-nephew of Raúl Castro, invited Cuban Americans in exile to invest in Cuba. </p><p>In 2019, the Cuban government amended their constitution to allow foreign investment. However, they did not change their laws to protect the investments. </p><p>Therefore, the risks to invest in Cuba remain greater than the opportunities.</p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JMGZQ7DPNZ3ZOPBXDRRYCWJJ5M.jpg?auth=049c2eb29d863f0952c855fa4132934282bdbaf70d47c93a1e3ea43551fad5b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Cuba, Miguel Díaz-Canel (segundo desde la izquierda), y el nieto de Raúl Castro, Raúl Guillermo Rodríguez Castro, en el centro al fondo, participan en una manifestación en apoyo al expresidente Raúl Castro frente a la embajada de Estados Unidos en La Habana, Cuba, el viernes 22 de mayo de 2026. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Wyndham Clark has lowest opening round at Shinnecock Hills to lead US Open]]></title><link>https://www.local10.com/news/florida/2026/06/19/wyndham-clark-has-lowest-opening-round-at-shinnecock-hills-to-lead-us-open/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/19/wyndham-clark-has-lowest-opening-round-at-shinnecock-hills-to-lead-us-open/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[SOUTHAMPTON, N.Y. (AP) — Wyndham Clark had two good looks at history Friday morning and settled for the lowest opening round in a U.S. Open at Shinnecock Hills, a 6-under 64 that gave him a two-shot lead in a first round that took some 26 hours to complete.]]></description><pubDate>Fri, 19 Jun 2026 12:36:07 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHAMPTON, N.Y. (AP) — Wyndham Clark had two good looks at history Friday morning and settled for the lowest opening round in a U.S. Open at Shinnecock Hills, a 6-under 64 that gave him a two-shot lead in a first round that took some 26 hours to complete.</p><p>Dustin Johnson, in the final year of his U.S. Open exemption from winning at Oakmont in 2016, atoned for a double bogey late Thursday with birdies on two of his last three holes and a superb par save for a 66, keeping him in touch with Clark.</p><p>Gary Woodland — playing alongside Clark and Johnson — and Matt Fitzpatrick were at 67. Among those another shot back was Jon Rahm, who missed two good chances Friday morning but still managed a 68 without a bogey on his card.</p><p>The scores were surprisingly low for Shinnecock Hills, where only three players in the previous four U.S. Opens here have finished under par in the last 40 years. But the real surprise was fog at the start of the championship, which led to a two-hour delay.</p><p>That meant Clark and Johnson had the advantage of playing Thursday evening in far less wind. The USGA made sure Shinnecock was kind and gentle to account for gusts that consistently topped 30 mph. Without that wind late in the day, players could take advantage.</p><p>And they did.</p><p>Clark had a birdie-birdie-eagle stretch late Thursday that put him at 6 under. Johnson ran off four straight birdies until his blunder on No. 6, when he three-putted from 6 feet for double bogey.</p><p>They returned early Friday, along with 48 other players, to complete the first round. Clark faced Nos. 8 and 9, both with a favorable wind. Clark narrowly missed an 18-foot birdie putt on the eighth, and one from about 30 feet on the ninth.</p><p>The Shinnecock record is 63, set by Tommy Fleetwood in the final round of 2018 after the USGA soaked the course to make up for a third round that dried out and got out of control. The U.S. Open record is 62 by Xander Schauffele and Rickie Fowler at Los Angeles Country Club in 2023.</p><p>Clark was more than pleased with a 64. The lowest opening round at Shinnecock had been 66, by three players in 2004 and one player in 1995.</p><p>Rory McIlroy faced the worst of the wind on Thursday and thought he did well to post a 69. Scottie Scheffler was in the same wave and had to rely heavily on his short game to salvage a 72, his 10th consecutive round at the U.S. Open without breaking par.</p><p>Sam Stevens had the low round from those who faced the toughest wind at 68. He was joined later by Rahm and a group that included Ryder Cowan, who just finished his junior year at Oklahoma. Another Sooner alum, Max McGreevy, also was at 68.</p><p>Clark and Johnson had enough time to hit a few shots on the driving range before heading right back out for the second round.</p><p>At stake Friday was the 36-hole cut for the top 60 and ties. Scheffler was narrowly inside, but still looking toward trying to stay in range of the lead as he chases the one major keeping him from the career Grand Slam.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FGMA6FFJ6TEWOUF2LFWFMXRX44.jpg?auth=634c94fae044a8c0984559f72aa02fc006d4732e65cc84f7df6a9bac22a20bd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark waves after his putt on the 18th hole during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NBC77R2WGQ6AMWH334O35AMV44.jpg?auth=a3070f6a268d44531cc5d34f77d165ba921105331b130a0b5bb9165c5fd49ee1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dustin Johnson watches his tee shot on the sixth hole during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LTHK4EUAEFOXOP3FYFTRINKBPQ.jpg?auth=54d04fb338371404b90a1ea94f616354cdbf561c3fa898239ccbc00d5dbc96ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gary Woodland hits from the tall fescue on the fourth hole during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WBFMM6TYT6UHBRGUDYQBTYUMLA.jpg?auth=9a73bd6142811b6a82b9b38e7f12377b1f47dd98469d5ba0cc3e4adc7e373a18&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler reacts after missing a putt on the 13th hole during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4HSFMMGQ6BLYBZWH6JFSA6NEFY.jpg?auth=cca262cd5c3d152e93b00ba3d4f20de3dee9176babff22a28648b244bb4ceb70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rory McIlroy, of Northern Ireland, walks off the tee on the 12th hole during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[2-day festival in North Miami celebrates Juneteenth ]]></title><link>https://www.local10.com/news/2026/06/18/festival-celebrates-juneteenth-in-north-miami/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/18/festival-celebrates-juneteenth-in-north-miami/</guid><dc:creator><![CDATA[Magdala Louissaint, Andrea Torres]]></dc:creator><description><![CDATA[Juneteenth, which commemorates the day, has been an official federal holiday since 2021, and North Miami has been celebrating it every year with a free festival. ]]></description><pubDate>Thu, 18 Jun 2026 22:49:25 +0000</pubDate><content:encoded><![CDATA[<p>Friday marks a historic day for all who love freedom. </p><p>The Emancipation Proclamation freed slaves in Confederate territory on Jan. 1, 1863, but the news didn’t get to Galveston, Texas, until June 19, 1865. </p><p><a href="https://nmaahc.si.edu/explore/stories/our-american-story-juneteenth" target="_self" rel="" title="https://nmaahc.si.edu/explore/stories/our-american-story-juneteenth">Juneteenth</a>, which commemorates the day, has been an official federal holiday since 2021, and North Miami has been celebrating it every year with a free festival. </p><p>“Juneteenth is not just for African Americans,” said Vincent Spence, who helps organize the festival. “Juneteenth is more about like that road that has been paved for us.”</p><p>Spence, who co-founded Our Living Legends, a North Miami-based organization, was looking forward to the 5th annual festival at <a href="https://maps.app.goo.gl/nsyzwxwUM6WCKfD9A" target="_self" rel="" title="https://maps.app.goo.gl/nsyzwxwUM6WCKfD9A">Griffing Park</a>. </p><p>“Juneteenth is a powerful reminder of the resilience, strength, and contributions of generations who paved the way for future opportunities,” Councilwoman Mary Estimé-Irvin said in a statement. </p><p>A stage for live music, a kid zone, and a network of tents were near food trucks that were open for business on Thursday at 12220 Griffing Boulevard.</p><p>For more information about the community event, <a href="https://www.northmiamifl.gov/m/newsflash/Home/Detail/484" target="_self" rel="" title="https://www.northmiamifl.gov/m/newsflash/Home/Detail/484">visit this page</a>. </p><p><b>Related special report</b>:<a href="https://www.local10.com/news/national/2025/06/19/local-10-special-report-the-origins-of-juneteenth/" target="_self" rel="" title="https://www.local10.com/news/national/2025/06/19/local-10-special-report-the-origins-of-juneteenth/"> The origins of Juneteenth</a></p>]]></content:encoded></item><item><title><![CDATA[Boca psychiatrist suspended after patients say he demanded they undress during appointments]]></title><link>https://www.local10.com/news/local/2026/06/18/boca-psychiatrist-suspended-after-patients-say-he-demanded-they-undress-during-mental-health-appointments/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/18/boca-psychiatrist-suspended-after-patients-say-he-demanded-they-undress-during-mental-health-appointments/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[A Boca Raton psychiatrist is under emergency suspension, and an alleged victim is speaking out.]]></description><pubDate>Thu, 18 Jun 2026 22:31:26 +0000</pubDate><content:encoded><![CDATA[<p>A Boca Raton psychiatrist is under emergency suspension, and an alleged victim is speaking out.</p><p>Dr. Andrew Sorial, a psychiatrist whose former office is in Boca Raton, was trusted to listen to people hurting in their mind. Now the state says he had an obsession with women’s breasts.</p><p>The alleged victim who asked to go by Donna, which is not her real name, asked Local 10 News to protect her identity.</p><p>“I had some mental health issues that I needed help with,” Donna said.</p><p>Local 10 News obtained the official notice from the state Department of Health.</p><p>The Health Department says that during telehealth sessions, Sorial would ask women to undress in good lighting and put on a sports bra.</p><p>The state says Sorial asked one patient to lower her waistband so he could view her midsection and pelvic area. Donna says he asked her to put on skimpy clothing. She refused.</p><p>The Department of Health paperwork says Sorial had an obsession with women’s breasts and gave an instruction for patient “L.P.” to squeeze her breasts together and turn in different directions.</p><p>Donna told Local 10 News she had to switch to all-women doctors and said Sorial should never see another patient again.</p><p>“I would tell him he is evil and vile and he deserves to go to jail for what he did,” she said.</p><p>At least one lawsuit has been filed. Attorney Adam Horowitz represents Donna, and says he’ll be filing a lawsuit as well.</p><p>“When he made these demands on them — take their clothes off, take pictures — some thought they had to comply, or lose the benefits of his treatments,” Horowitz said.</p><p>Donna had a message for any potential victims out there. </p><p>“Come forward, say something. It’s not your fault. Not your fault. I can see this is tough. It affected my whole life,” she said. </p><p>Local 10 News reached out to Sorial to get his side of the story, but didn’t receive a response. </p><p>Local 10 News also confirmed he surrendered his license in Massachusetts.</p><p>As of Thursday, no criminal charges have been filed against him.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Meloni slams Trump's claim she 'begged' for a photo with him as Italy's top diplomat cancels US trip]]></title><link>https://www.local10.com/news/world/2026/06/19/italys-top-diplomat-cancels-us-trip-as-meloni-slams-trumps-claim-she-begged-for-a-photo-with-him/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/19/italys-top-diplomat-cancels-us-trip-as-meloni-slams-trumps-claim-she-begged-for-a-photo-with-him/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, Associated Press]]></dc:creator><description><![CDATA[ROME (AP) — The Italian government closed ranks on Friday to slam U.S. President Donald Trump over his claim that Premier Giorgia Meloni had “begged” for a photo with him during the recent G7 summit, a pushback that suggested the longtime U.S. ally had had enough of Trump’s boasting.]]></description><pubDate>Fri, 19 Jun 2026 14:10:23 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — The Italian government closed ranks on Friday to slam U.S. President Donald Trump over his claim that Premier Giorgia Meloni had “begged” for a photo with him during the recent G7 summit, a pushback that suggested the longtime U.S. ally had had enough of Trump’s boasting.</p><p>Italian Foreign Minister Antonio Tajani abruptly cancelled a planned trip to the United States this weekend, calling Trump’s claims “serious and offensive” toward Meloni and all of Italy.</p><p>Meloni for her part posted a video calling Trump’s claims “completely fabricated" and expressing astonishment that he would invent such things about an ally. She concluded: “Italy and I do not beg.”</p><p>Trump had made the comments in an interview broadcast Friday morning on the La7 network. The La7 correspondent had asked Trump about Ukraine, but Trump raised Meloni and the conversation turned to their meeting during the just-concluded G7 meeting in Evian-les-Bains, France. Meloni and Trump were filmed speaking at several moments, including alone on a small sofa.</p><p>According to La7, Trump said Meloni had “begged” him for a photo-op. Trump said he wasn’t obliged to do it but that he felt sorry for her and agreed, La7 said. The broadcaster has a dubbed version of the conversation online, not the original English audio.</p><p>Meloni is astonished and defiant</p><p>In her video, Meloni said she was responding to Trump’s claims because “certain things deserve an immediate response."</p><p>“Donald Trump’s statements are completely fabricated. I am frankly stunned,” she said. “I don’t know why the president of the United States behaves this way toward his own allies. After all, this isn’t the first time this has happened.”</p><p>It was an apparent reference to an interview Trump gave to Italian daily Corriere della Sera in April in which he criticized Meloni's refusal to back the U.S.-Israel war in Iran. Meloni didn't respond publicly at the time.</p><p>By Friday, it appeared she had had enough of his boasts and broadsides.</p><p>“I can only say that it’s a shame he doesn’t show the same resolve toward the enemies of the West, toward the enemies of the United States — toward leaders with whom he, on the other hand, is much more accommodating," Meloni said Friday. "But there’s one thing he must remember: Italy and I do not beg.”</p><p>The White House did not return an immediate request for comment on Meloni’s remarks.</p><p>Meloni had initially sought to build on longstanding strong U.S.-Italian ties when Trump began his second mandate, and had positioned herself as a “bridge” between Washington and the European Union. She was the lone EU head of state to attend his inauguration.</p><p>But relations have frayed over the U.S. war in Iran, which Meloni has said was illegal, and Trump’s position on Ukraine, which Italy strongly supports. Trump's tariffs and strong U.S. support of Israel over its war in Gaza have been other points of contention.</p><p>Italian officials close ranks around Meloni</p><p>By Friday afternoon, solidarity with Meloni had poured in from across the government and political spectrum, and included a call from President Sergio Mattarella, Italy’s widely respected head of state.</p><p>“Whoever attacks @GiorgiaMeloni attacks all of us,” posted Transport Minister Matteo Salvini.</p><p>Justice Minister Carlo Nordio referenced the sacrifice of American troops in World War II in underlining the harm to U.S.-Italy relations caused by Trump.</p><p>“The thousands of crosses marking the graves of American soldiers who died to free us from Nazi-Fascist dictatorship did not deserve such a painful blow to our fraternal ties,” Nordio said on X.</p><p>Defense Minister Guido Crosetto said he didn't believe Meloni would ever beg someone for a photo, “not even under threat.”</p><p>“I can, however, imagine how much it cost her to set aside what Trump had said weeks ago, to serve the interests of Italy, of Europe, and of the West,” Crosetto posted on X. “Jokes of this kind do no good to anyone: neither to the USA, nor to Italy, nor to the alliance.”</p><p>Tajani had been due to travel to the U.S. on Sunday to take part in an Italy-U.S. business forum in Miami during which he was to have meet with U.S. Secretary of State Marco Rubio, according to a U.S. State Department announcement of the meeting.</p><p>A ‘fantastic’ friendship frays</p><p>Meloni had long been considered one of Trump’s closest allies in Europe, trying to act as a mediator between the often conflicting interests of the U.S. and the EU.</p><p>They had gotten off to a strong start, and the two leaders are ideologically aligned on many issues. As the head of a far-right party, Meloni backs curbing migration and promoting traditional values.</p><p>Weeks before Trump’s 2025 inauguration, Meloni met Trump at his Mar-a-Lago retreat, a visit that she said went “beyond expectations.” It was, she said at the time, “an opportunity to confirm a relationship that promises to be very solid,’’ adding diplomatically, “I don’t know if I can say privileged.”</p><p>In the months after, Trump had praised her repeatedly, as “fantastic,” “incredible,” beautiful and a friend.</p><p>But stark differences emerged over Ukraine, after Trump wavered in his support while Meloni kept backing Kyiv after Russia’s invasion in February 2022.</p><p>More recently, she sharply warned against U.S. threats to take Greenland by force, saying she didn’t believe Washington would go so far and that regardless Italy would never support such a move.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UFG4A7XUZZQ7LJR23ESDI3MX74.jpg?auth=7aed1b1cd8646202f8bc4a167dd34388aa7c98720c3f696b990a137eabec7e3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italy's Prime Minister Giorgia Meloni looks on ahead of a working session at the G7 summit, in Evian-les-Bains, France, Wednesday, June 17, 2026. (Mandel Ngan/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mandel Ngan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W34MDD2SO7DNFIEJ6PM2HEJ5WI.jpg?auth=42111aa9c31027e03f5c3d1761c9e0bbee43bd6ccf4d86daf0aaf85661704c77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. President Donald Trump, left, speaks with Italian Prime Minister Giorgia Meloni, second left, after a group photo of G7 leaders and invited nations during the G7 summit in Evian-les-Bains, France, Tuesday, June 16, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DX4OWXWR4MQE4XKZOUU4XAOD6I.jpg?auth=a6890f7081ddd89787be770783f71fbc5f2550f5a40917480c6a658cfa8346d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. President Donald Trump, left, speaks with French President Emmanuel Macron, center, and Italian Prime Minister Giorgia Meloni after a group photo of G7 leaders and invited nations during the G7 summit in Evian-les-Bains, France, Tuesday, June 16, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KT4GJNRYL5VUAA67JA2RGCBUPY.jpg?auth=4ff6634b3b66fa1b35c8e12a8824528cdf1d15e91e61a7991d921ec456f6de7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From right, U.S. President Donald Trump, French President Emmanuel Macron, Canadian Prime Minister Mark Carney, Italian Prime Minister Giorgia Meloni and Japan's Prime Minister Sanae Takaichi during a working session at the G7 summit in Evian-les-Bains, France, Wednesday, June 17, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZDPKX5BERU3I5RPFSLVQ6CY4KY.jpg?auth=504aac41d29e67f4b592e8e29316993b23ecadba9b4dcce2c6c9d7fbc41c537a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, European Council President Antonio Costa, Italian Prime Minister Giorgia Meloni, South Korea's President Lee Jae Myung, Egyptian President Abdel Fattah al-Sisi, British Prime Minister Keir Starmer, U.S. President Donald Trump, Kenya's President William Ruto, French President Emmanuel Macron, Japanese Prime Minister Sanae Takaichi, India's Prime Minister Narendra Modi, Canadian Prime Minister Mark Carney, German Chancellor Friedrich Merz, European Commission President Ursula von der Leyen, Brazilian President Luiz Inacio Lula da Silva gather for a group photo at the G7 summit in Evian-les-Bains, France, Tuesday June 16, 2026. (Isabel Infantes/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Isabel Infantes</media:credit></media:content></item><item><title><![CDATA[Wilton Manors Stonewall Pride pushes forward despite sponsor pullouts and security concerns]]></title><link>https://www.local10.com/news/local/2026/06/18/wilton-manors-stonewall-pride-pushes-forward-despite-sponsor-pullouts-and-security-concerns/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/18/wilton-manors-stonewall-pride-pushes-forward-despite-sponsor-pullouts-and-security-concerns/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Setup is underway for a party as diverse as the colors on the flags.]]></description><pubDate>Thu, 18 Jun 2026 21:51:30 +0000</pubDate><content:encoded><![CDATA[<p>Setup is underway for a party as diverse as the colors on the flags.</p><p><a href="https://www.local10.com/espanol/2026/06/18/video-muestra-secuelas-de-accidente-aereo-en-pembroke-pines/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/video-muestra-secuelas-de-accidente-aereo-en-pembroke-pines/">Leer en español</a></p><p>The Wilton Manors Stonewall Pride — the biggest party in South Florida celebrating love, diversity, equality and inclusion — is happening this weekend, despite fears it may not even happen.</p><p>“It has been daunting,” said Stonewall Pride producer Jameer Baptiste.</p><p>Legislation passed by the state of Florida earlier this year bars local governments from spending money on diversity, equity and inclusion initiatives or events like Pride. Soon after, many sponsors pulled out.</p><p>“There have been people that have backed out — businesses, companies,” Baptiste said. “You’ve been a sponsor with us over five years, over a decade, and now you’re pulling out — is it truly because your budget has shrunk or is it because of what’s going on politically?”</p><p>The city of Wilton Manors, where most of its elected officials are members of the LGBTQ+ community, stepped in to provide safety.</p><p>Last year, a man was detained after police said he tried entering the parade with a weapon, which is not allowed. It was the first time metal detectors were used and they went off, helping police make the arrest. Organizers say they’re spending more on security this year than ever before.</p><p>Still, the spirit of the event is very much alive.</p><p>“It’s really reinvigorating our community to come together and show our strength and resilience,” Baptiste said. “So while you’re out having fun out there, remember that hard work, sweat and tears went into making this possible — that your light isn’t dimmed.”</p><p>The Saturday event features a glow night parade, entertainment and food.</p><p>“Everybody come out — make sure if you’re an ally, support, come out,” Baptiste said. “It’s all about that resilience and the definition of unity, community and belonging.”</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[Video shows aftermath of plane crash that injured 2 in Pembroke Pines]]></title><link>https://www.local10.com/news/local/2026/06/18/video-shows-aftermath-of-cessna-c172p-crash-injuring-2-in-pembroke-pines/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/18/video-shows-aftermath-of-cessna-c172p-crash-injuring-2-in-pembroke-pines/</guid><dc:creator><![CDATA[Aaron Maybin, Andrea Torres]]></dc:creator><description><![CDATA[Police officers’ body-cam videos released on Thursday show the aftermath of the crash of a Cessna C172P that injured two women in Pembroke Pines. ]]></description><pubDate>Thu, 18 Jun 2026 22:02:56 +0000</pubDate><content:encoded><![CDATA[<p>Police officers’ body-cam videos released on Thursday show the aftermath of the crash of a Cessna C172P that injured two women in Pembroke Pines.</p><p><a href="https://www.local10.com/espanol/2026/06/18/video-muestra-secuelas-de-accidente-aereo-que-dejo-dos-personas-heridas-en-pembroke-pines/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/video-muestra-secuelas-de-accidente-aereo-que-dejo-dos-personas-heridas-en-pembroke-pines/">Leer en español </a></p><p>A student and an instructor departed from the North Perry Airport and crashed at about 11:30 a.m. on May 29, outside of the South Florida State Hospital, at 800 East Cypress Drive, records show. </p><p>“I was in shock, but I ran toward the plane, and I pulled two girls out,” Nathan Gansert told a first responder, according to the video. </p><p>Vanessa Ledo, the instructor, and Earlene E. Clarke Thomas, the student, survived with back injuries, according to police. </p><p>After the crash, Pembroke Pines Mayor Angelo Castillo said engine failure was likely the cause of the crash. The Federal Aviation Administration had yet to announce the findings of the investigation. </p><p><b>Related story</b>: <a href="https://www.local10.com/news/local/2026/05/29/small-plane-crashes-on-psychiatric-hospital-campus-near-north-perry-airport/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/29/small-plane-crashes-on-psychiatric-hospital-campus-near-north-perry-airport/">Small plane crashes on psychiatric hospital campus near North Perry Airport; 2 hospitalized</a></p>]]></content:encoded></item><item><title><![CDATA[Weekday Recap: Trending Stories on Local10.com]]></title><link>https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</link><guid isPermaLink="true">https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</guid><description><![CDATA[Here are the Top 10 stories that were trending on Local10.com this week.]]></description><pubDate>Fri, 01 Aug 2025 12:38:57 +0000</pubDate><content:encoded><![CDATA[<p>Here are the Top 10 stories that were trending on <a href="https://www.local10.com/">Local10.com</a> this week. </p><p><a href="https://www.local10.com/espanol/2026/06/12/resumen-del-dia-historias-en-tendencia-en-local10com/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/resumen-del-dia-historias-en-tendencia-en-local10com/">Leer en español</a></p><ul><li><a href="https://www.local10.com/news/local/2026/06/17/defense-to-call-final-witnesses-in-vessel-homicide-trial-of-george-pino">Defense rests case in vessel homicide trial of George Pino, who doesn’t testify</a></li><li><a href="https://www.local10.com/news/local/2026/06/17/police-2-women-attack-mother-and-3-kids-in-fort-lauderdale">Police: 2 women attack mother and 3 kids in Fort Lauderdale</a></li><li><a href="https://www.local10.com/news/local/2026/06/16/loved-by-a-lot-of-people-family-believes-gas-company-worker-died-in-miami-dade-explosion">‘Loved by a lot of people’: Family believes gas company worker died in Miami-Dade explosion</a></li><li><a href="https://www.local10.com/news/local/2026/06/17/miami-dade-school-board-unanimously-votes-to-close-multiple-schools-redraw-boundaries">Miami-Dade school board unanimously votes to close multiple schools, redraw boundaries</a></li><li><a href="https://www.local10.com/news/local/2026/06/15/north-miami-beach-woman-walks-in-on-husband-raping-her-unresponsive-friend-police-say">North Miami Beach woman walks in on husband raping her ‘unresponsive’ friend, police say</a></li><li><a href="https://www.local10.com/news/local/2026/06/16/vessel-homicide-trial-resumes-for-south-florida-real-estate-mogul-george-pino">George Pino’s wife emotional returning to stand in trial: ‘I was just thinking of the girls’</a></li><li><a href="https://www.local10.com/news/local/2026/06/18/at-least-1-dead-following-crash-involving-suv-motorcycle-in-coral-springs">1 killed in crash involving SUV, motorcycle in Coral Springs, police say</a></li><li><a href="https://www.local10.com/news/local/2026/06/18/18-year-old-found-safe-in-florida-keys-after-disappearing-while-biking-from-jacksonville-deputies-say">18-year-old found safe in Florida Keys after disappearing while biking from Jacksonville, deputies say</a></li><li><a href="https://www.local10.com/news/local/2026/06/17/mother-speaks-out-after-daughter-violently-attacked-at-sunny-isles-beach-park">Mother speaks out after daughter, 5, attacked at Sunny Isles Beach park</a></li><li><a href="https://www.local10.com/news/local/2026/06/12/man-fined-for-removing-python-from-everglades-trail-has-case-tossed/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/12/man-fined-for-removing-python-from-everglades-trail-has-case-tossed/">Man fined for removing python from Everglades trail has case tossed</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XRFY3TGIJJFCTHOPV7ITXPYVHM.png?auth=e9a67cf5fb2dc899eeb0bc14cfb588292199632c1d46fc8b9db7d827acb0fd33&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Wilton Manors Stonewall Pride set to bring thousands together for celebration of unity and inclusion]]></title><link>https://www.local10.com/news/local/2026/06/19/wilton-manors-stonewall-pride-set-to-bring-thousands-together-for-celebration-of-unity-and-inclusion/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/19/wilton-manors-stonewall-pride-set-to-bring-thousands-together-for-celebration-of-unity-and-inclusion/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Rainbow flags are flying high as Wilton Manors prepares to welcome tens of thousands of visitors for its annual Stonewall Pride parade and street festival, one of South Florida’s largest Pride celebrations.]]></description><pubDate>Fri, 19 Jun 2026 11:29:01 +0000</pubDate><content:encoded><![CDATA[<p>Rainbow flags are flying high as Wilton Manors prepares to welcome tens of thousands of visitors for its annual <a href="https://www.stonewallpride.lgbt/" target="_self" rel="" title="https://www.stonewallpride.lgbt/">Stonewall Pride</a> parade and street festival, one of South Florida’s largest Pride celebrations.</p><p>Known as a longtime hub for the LGBTQ+ community, Wilton Manors is once again transforming into a vibrant destination filled with music, entertainment, advocacy and celebration.</p><p>Organizers expect approximately 50,000 people to gather along Wilton Drive for this year’s event, which promises to be bigger and brighter than ever. Community leaders, businesses and partners have spent months preparing for the festivities, all centered around a message of inclusion, equality and pride.</p><p>While the event is known for its festive atmosphere, organizers emphasize that Stonewall Pride is about much more than entertainment. The celebration honors the historic Stonewall Riots of 1969, widely recognized as the catalyst for the modern LGBTQ+ rights movement.</p><p>“Well, it means so many different things, right? It’s honoring and celebrating our victories, but also coalescing together to realize we are a community that needs to work toward full equality,” one organizer, Jameer Baptiste, said.</p><p>The celebration begins at 3 p.m. Saturday when Wilton Drive closes to traffic and the street festival officially opens. Safety remains a priority, with metal detectors stationed at all festival entrances.</p><p>Once inside, attendees can enjoy performances and entertainment across seven stages. The festival is surrounded by LGBTQ+-owned and LGBTQ+-friendly bars, nightclubs and restaurants, while a marketplace featuring a variety of vendors stretches along the drive.</p><p>The evening culminates with the popular Glow Night Parade at 8 p.m. Participants and spectators alike are encouraged to light up the night with glow sticks, glow-in-the-dark paint and illuminated costumes as the parade makes its way through the heart of Wilton Manors.</p><p>Organizers say the event welcomes everyone, regardless of background, and serves as an opportunity for allies, friends and family members to celebrate alongside the LGBTQ+ community.</p><p>“Although this is a celebration, it also means that we’re having fun and enjoying ourselves, but we’re recognizing that we need our partners and our loved ones and our family to come along with us,” Baptiste said. “That’s why it’s open to everyone to come and enjoy and feel and experience what it means to be around like-minded individuals that love and welcome each other wholeheartedly.”</p><p>Local 10 News will provide special coverage of the festivities during “Celebrating Pride,” airing Saturday at 8 p.m. from the heart of Wilton Manors. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[June 19: Another Heat Advisory issued with afternoon storms expected]]></title><link>https://www.local10.com/weather/2026/06/19/june-19-another-heat-advisory-issued-with-afternoon-storms-expected/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/19/june-19-another-heat-advisory-issued-with-afternoon-storms-expected/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Here we go again. For the fifth day in a row, a Heat Advisory has been issued this morning and is in effect from 12 PM until 7 PM today. ]]></description><pubDate>Fri, 19 Jun 2026 10:51:38 +0000</pubDate><content:encoded><![CDATA[<p>Here we go again. For the fifth day in a row, a Heat Advisory has been issued this morning and is in effect from 12 PM until 7 PM today. Max heat indices are expected around <b>105-110 degrees</b>, but isolated areas could experience slightly higher values. High temperatures will be in the mid-90s. Afternoon storms are expected again with the development of the sea breeze. These showers and storms could be strong to severe. A south-east wind direction has helped push the smoke and haze from the brush fires more inland so air quality has improved for much of the metro/coastal areas. Keep it tuned to Local 10 for more.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Dragon Boat Festival links modern China to traditions more than 2,000 years old]]></title><link>https://www.local10.com/news/world/2026/06/19/dragon-boat-festival-links-modern-china-to-traditions-more-than-2000-years-old/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/19/dragon-boat-festival-links-modern-china-to-traditions-more-than-2000-years-old/</guid><dc:creator><![CDATA[By MARÍA TERESA HERNÁNDEZ, Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — Dragon boat races, lion dances and other festivities marked the Dragon Boat Festival on Friday across mainland China, Hong Kong and Taiwan. The more than 2,000-year-old holiday is best known for its sporting events, but its origins are rooted in ancient beliefs about health, protection and harmony with nature.]]></description><pubDate>Fri, 19 Jun 2026 12:48:48 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — Dragon boat races, lion dances and other festivities marked the Dragon Boat Festival on Friday across mainland China, Hong Kong and Taiwan. The more than 2,000-year-old holiday is best known for its sporting events, but its origins are rooted in ancient beliefs about health, protection and harmony with nature.</p><p>“The fact that this holiday has been preserved for thousands of years shows how much we value our traditional customs,” said Meng Dongmei, a retired resident of Beijing’s Tongzhou district.</p><p>Meng said her family observes the holiday through a variety of traditional customs. They prepare zongzi, the sticky rice dumplings associated with the festival, and children wear five-colored bracelets believed to ward off evil.</p><p>“We also learned online about a traditional recipe using mugwort leaves, red dates, brown sugar and ginger to boil eggs,” Meng said. “We heard that it could help ward off illness and keep people healthy throughout the year, so we hope that through this festival our family will enjoy good health.”</p><p>Thousands to gather for boat races</p><p>Beijing’s 2026 celebrations will continue through the weekend at the capital’s Grand Canal.</p><p>The three-day event features men’s, women’s and mixed dragon boat races over distances of 100, 200 and 500 meters. Teams from Beijing, Tianjin, Hebei, Shanxi and Guangdong will compete throughout the holiday weekend.</p><p>More than 1,000 athletes and 200,000 spectators are expected to gather for the event, organizers said in a press release.</p><p>“The competition helped strengthen our team spirit,” said Li Maoshan, a participant in Friday’s races. “It also gave us an opportunity to demonstrate the spirit of perseverance and hard work.”</p><p>Beyond the races</p><p>Among the cultural features during Beijing’s Dragon Boat Festival were demonstrations of Wing Chun martial arts, a market featuring traditional handicrafts and a performance in which dancers mimic the movements of a lion.</p><p>Activities were intended to highlight cultural exchanges between northern and southern China, officials said.</p><p>Friday’s lion dance was presented by a group of performers from Guangdong province in southern China. “Wherever there is a festive occasion, you’ll find dragon and lion dances,” said He Weihong, founder of the group. “Dragon boat racing and dragon-and-lion dancing are inseparable, as they are both part of our intangible cultural heritage.”</p><p>Ancient customs on health and protection</p><p>The festival’s roots run deeper than sporting competitions. It is widely associated with the ancient poet Qu Yuan, who according to legend drowned himself more than 2,000 years ago.</p><p>Tradition holds that people raced out in boats to search for him and threw rice into the river so fish would not eat his body. That story is often linked to both today’s dragon boat races and the zongzi still prepared by families across China.</p><p>“The Dragon Boat Festival is probably the richest and most diverse of all traditional Chinese festivals,” said Tsinghua University history professor Liu Xiaofeng. “Across different regions, people developed a wide variety of traditions based on ideas connected to the summer solstice and the balance of yin and yang.”</p><p>The holiday falls in the fifth month of the traditional Chinese lunar calendar, around the time of the summer solstice. Ancient Chinese viewed this as a period when insects, poisonous creatures and disease became more prevalent, giving rise to a wide range of customs aimed at preserving health and warding off misfortune.</p><p>“At its core, the Dragon Boat Festival is about disease prevention, warding off evil and maintaining health,” Liu said.</p><p>Some people wear sachets containing medicinal herbs during the festival. Others fumigate their homes with smoke, a practice intended to prevent disease by driving out things considered harmful.</p><p>“Chinese people have traditionally placed a special emphasis on happiness, well-being and living in peace and safety,” Liu said. “Nearly all of China’s major festivals are connected in some way to these aspirations.”</p><p>Evolving traditions</p><p>Participants in Hong Kong’s dragon boat races on Friday wore costumes including a cartoon version of Chinese Taoist deity Ne Zha.</p><p>Guided by the thunderous beat of their drummers, crews pulled their paddles through the water in unison, each boat surging toward the finish line as spectators cheered them on. Others watched the races at home as they enjoyed zongzi with their families.</p><p>“Today more than 64% of China’s population lives in urban areas and people’s lifestyles have been transformed,” Liu said. “In a large city, it’s difficult to celebrate the festival the way people once did in rural communities. Festivals evolve along with the times.”</p><p>Bao Nari, a Beijing resident who spent years away from home while she studied in Japan, said that while boat races were not part of her childhood celebrations, other long-standing Dragon Boat Festival traditions like wearing five-colored bracelets were passed down through her family.</p><p>“After coming back, I’m impressed by how much cultural development has progressed here,” Bao said. “This cultural heritage has become deeply rooted in our hearts and it inspires our generation to be more confident.”</p><p>___</p><p>AP video producer Liu Zheng in Beijing and reporter Kanis Leung in Hong Kong contributed to this report.</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YBY7WUZSGVEJFPBU2ZHOOO4OFA.jpg?auth=058ddd9185a75c6bd01dd9e134c1bd6209f08633d8284fac12355d36d9303fed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Competitors take part in the Aberdeen Dragon Boat Race to celebrate the Dragon Boat Festival in Hong Kong, Friday, June 19, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YOEODTLYBFKCFTNL3FELTFAGDQ.jpg?auth=c1a766350863c21bf1a48f58c06e82c83326662177a5c0b9bd509b82b2f6407f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Competitors splash water on each other during the Aberdeen Dragon Boat Race to celebrate the Dragon Boat Festival in Hong Kong, Friday, June 19, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/27GSJXVN7ID2EBDD3HW7KEIY4A.jpg?auth=d6cab0741bfea709cf2714950277850e18323e1eabc5f44ac9f571c002eebcd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Competitors in costumes pose for photographs before the Aberdeen Dragon Boat Race to celebrate the Dragon Boat Festival in Hong Kong, Friday, June 19, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TLOCQXFR3WNHACBSQM4BUV4O2I.jpg?auth=d47374ed8e8557773467283089c74666f6cbc51bf42f9615c7366387e7d11f53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Competitors take part in the Aberdeen Dragon Boat Race to celebrate the Dragon Boat Festival in Hong Kong, Friday, June 19, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XZAABLB43VGNMKTSJ3Q7G5PDLA.jpg?auth=168d7a2070fbe4a4270901960f5d1758965d5526f2380061d7931e2235b2c3e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Competitors take part in the Aberdeen Dragon Boat Race to celebrate the Dragon Boat Festival in Hong Kong, Friday, June 19, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content></item><item><title><![CDATA[Arsenal starts Premier League title defense against promoted Coventry]]></title><link>https://www.local10.com/sports/2026/06/19/arsenal-starts-premier-league-title-defense-against-promoted-coventry/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/arsenal-starts-premier-league-title-defense-against-promoted-coventry/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Arsenal will begin its Premier League title defense at home against newly promoted Coventry, kicking off the league’s 2026-27 season on Aug. 21.]]></description><pubDate>Fri, 19 Jun 2026 10:30:59 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Arsenal will begin its Premier League title defense at home against newly promoted Coventry, kicking off the league’s 2026-27 season on Aug. 21.</p><p>Manchester City, in its first season in 10 years without Pep Guardiola as manager, will host Bournemouth in its opener, and Manchester United will visit promoted Hull. Liverpool plays at Newcastle.</p><p>The season's fixtures were released by the league on Friday.</p><p>Chelsea and new coach Xabi Alonso visit Fulham in a west London derby on Aug. 24 that concludes the opening round of fixtures.</p><p>After facing Coventry, Mikel Arteta's team visits Aston Villa and then hosts Chelsea as it looks to repeat as champion after winning its first league title in 22 years last season.</p><p>Andoni Iraola, Liverpool's new manager, will get his first taste of the Merseyside derby on Nov. 28 at Everton's Hill Dickinson Stadium.</p><p>Man United's second game of the season is also against a promoted team — Ipswich — this one at Old Trafford with coach Michael Carrick starting a two-year contract.</p><p>The first Manchester derby is scheduled for Sept. 12 at Old Trafford. United visits Anfield on Nov. 21.</p><p>The season starts one week later than the 2025-26 campaign, to allow for player recovery following the World Cup.</p><p>The final round will be played on Sunday, May 30 — six days before the Champions League final on June 5 in Madrid.</p><p>Frank Lampard, the Chelsea great who coaches Coventry, welcomes his old team to Coventry Building Society Arena on Boxing Day, Dec. 26.</p><p>Ipswich opens its campaign at home against Sunderland. Ipswich is looking for a new coach after Kieran McKenna stepped down just over a week ago despite leading the club to promotion.</p><p>Man City is also without a manager but is reportedly eying Enzo Maresca, the former Chelsea coach who was assistant to Guardiola at City in its treble-winning season of 2022-23.</p><p>The season's curtain-raising Community Shield between league champion Arsenal and FA Cup winner Man City will be on Aug. 16 at Principality Stadium in Cardiff.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QE7BN6LTR6S33DP35MCGU24MFI.jpg?auth=f0a2ffbb01d6f7e52a9a21bcc9da43fa0035227623d4cb2f227dfbe8d1f905da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arsenal players celebrate their Premier League title with the trophy after the English Premier League soccer match between Crystal Palace and Arsenal in London, England, Sunday, May 24, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6EY4BZ7M2RRYYQAXLHCYY5AQ2Q.jpg?auth=e05500ba1df903b03e2e567d9d5f158c5a08e3bb0de7884e97c0b93ba9b22f1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manchester City's Erling Haaland celebrates on an open top bus during a parade to celebrate the achievements of the Manchester City men's and women's teams this season in Manchester, Monday, May 25, 2026.(AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5AVS6UAJIJOJCMBKPVNCKHBG5U.jpg?auth=171a76bcc62a31cdc64cccc6bb9762b8e8528a70c8780eaca3ea84049c408ba6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arsenal's manager Mikel Arteta looks on ahead of the Champions League final soccer match between Paris Saint-Germain and Arsenal in Budapest, Hungary, Saturday, May 30, 2026. (AP Photo/Denes Erdos)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content></item><item><title><![CDATA[What Americans think about Trump's handling of Iran, according to a new AP-NORC poll]]></title><link>https://www.local10.com/news/politics/2026/06/19/trump-approval-on-iran-low-even-as-tentative-deal-to-end-fighting-emerged-new-ap-norc-poll-finds/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/19/trump-approval-on-iran-low-even-as-tentative-deal-to-end-fighting-emerged-new-ap-norc-poll-finds/</guid><dc:creator><![CDATA[By LINLEY SANDERS and AMELIA THOMSON-DEVEAUX, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Most Americans continue to disapprove of how President Donald Trump is handling Iran, while his overall presidential approval holds steady, according to a new AP-NORC poll that was conducted as he suggested a deal with Iran had been reached.]]></description><pubDate>Fri, 19 Jun 2026 12:25:29 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Most Americans continue to disapprove of how President Donald Trump is handling Iran, while his overall presidential approval holds steady, according to a new AP-NORC poll that was conducted as he suggested a deal with Iran had been reached.</p><p>The poll points to just how unpopular the war, which began Feb. 28, has been with Americans even as the Republican president turned abruptly from threatening Iran to reopening negotiations. Support for his handling of the war remains lopsidedly partisan. About two-thirds, 65%, of U.S. adults disapprove of how Trump is handling issues with Iran. But while the vast majority of Democrats and independents view Trump’s actions negatively, only 28% of Republicans are unhappy.</p><p>Americans’ views on how the president is handling Iran are roughly in line with his overall job approval, which stands at 37%, unchanged from an Associated Press-NORC Center for Public Affairs Research poll conducted in May.</p><p>The new survey was conducted June 11-17, just after Trump called off threats to escalate the war with Iran. The poll was fielded as Trump announced a deal with Iran and authorized an end to the U.S. naval blockade in the Strait of Hormuz, concluding just before the deal was signed Wednesday.</p><p>Approval of Trump’s actions on Iran has been low over the past few months. But in interviews, some Republicans also weren’t pleased with the outcome of this week’s agreement, which gives Iran an immediate benefit, allowing it to sell its oil freely again.</p><p>The deal also reopens the strait without tolls for two months, restarts talks between the U.S. and Iran over Tehran’s nuclear program and calls for Tehran to dilute its stockpile of highly enriched uranium.</p><p>David Farrington, a 79-year-old Republican-leaning independent in Fort Worth, Texas, “doesn’t have any love lost” for Iran, but he’s frustrated the agreement focused on the strait and didn’t deliver more on the country’s nuclear weapons program.</p><p>“Any agreement regarding the strait is hardly what I would consider a recognizable concession on the part of Iran,” Farrington said. “So, I consider that some fluff that attempts to make this agreement look better when it’s not.”</p><p>Trump’s approval on Iran remains flat</p><p>Only about one-third of U.S. adults approve of how Trump is handling Iran in the new poll, in line with May.</p><p>Donald McBride, a 28-year-old independent in Plano, Texas, is frustrated that Trump has not maintained his campaign promise to keep America out of foreign wars. McBride voted for Trump but he opposed going to war with Iran.</p><p>“I would like the war to end,” he said. “The original objective of the war was to end the Iranian regime, and that’s just not possible. I don’t really know why we’d continue fighting.”</p><p>The poll suggests most Americans want action in Iran to wrap up. Even with an agreement on the horizon, 53% of U.S. adults said American military action against Iran had “gone too far,” only a slight decline from 59% in March.</p><p>About 4 in 10 Republicans, though, said in the latest poll that action has been “about right,” and 37% said it had not gone far enough.</p><p>Joan Jones, a 64-year-old independent in northwest Florida, believes the United States’ actions in Iran have been necessary to address the threat Iran posed.</p><p>“Those attacks are ultimately to protect us from nuclear attacks,” Jones said. “I think we have to go through that … and eliminate that worry so we don’t have that hovering over us.”</p><p>Few approve of Trump’s approach on Israel</p><p>About one-third, 34%, of U.S. adults approve of how Trump is handling Israel.</p><p>Tensions have been rising between Israeli Prime Minister Benjamin Netanyahu and Trump as the president criticizes recent Israeli attacks in Lebanon, which jeopardized negotiations between Washington and Tehran.</p><p>James Huffman, a 69-year-old Republican in Medway, Ohio, thinks Trump is taking the wrong strategy when it comes to Netanyahu.</p><p>“Netanyahu is not going to do everything Trump wants. He’s going to do what he wants,” Huffman said. “I just don’t think it’s effective.”</p><p>Only about one-third approve on the economy</p><p>About one-third of U.S. adults approve of Trump’s approach to the economy. That’s in line with last month, and continues a challenging stretch for Trump on the issue.</p><p>Jones, the Florida independent, is more optimistic than most. She said she can hardly leave the house some hours without getting stuck in the traffic of tourists headed to the beach on vacation. She also spots lines around the block for Starbucks, McDonalds and Chick-fil-A in her community — all signs to her that the economy is doing well overall.</p><p>“I think President Trump’s policies are contributing to a better economy,” Jones said.</p><p>Other Republicans are more skeptical, a troubling sign for a president who prides himself on his business acumen. Only 69% of Republicans approve of how he’s handling the economy, slightly lower than the 78% who approve of how he’s handling the presidency overall.</p><p>Patricia Bailey, a 42-year-old Republican in Parkersburg, West Virginia, sees an economy where prices have gotten out of control. “I just said the other night, ordering pizza is for rich people,” she said. Bailey voted for Trump but added, “He’s kind of let me down a little bit.”</p><p>Even if high prices preceded Trump, Bailey doesn’t think he’s lived up to his pledge to improve the economy.</p><p>“I think he got so distracted with the war that he forgot some old promises,” she said.</p><p>___</p><p>The AP-NORC poll of 3,040 adults was conducted June 11-17 using a sample drawn from NORC’s probability-based AmeriSpeak Panel, which is designed to be representative of the U.S. population. The margin of sampling error for adults overall is plus or minus 2.8 percentage points.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MXXF3PLT4U5PEVEY4ST5ECGH5A.jpg?auth=1cbcc34e32bdd38e23888add0805a4c74c713e5daa842316af9cd96bebdcec90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. President Donald Trump, center, takes questions during a media conference at the end of the G7 summit in Evian-les-Bains, France, Wednesday, June 17, 2026. (AP Photo/Vadim Ghirda)]]></media:description><media:credit role="author" scheme="urn:ebu">Vadim Ghirda</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H2466C4NRBVSIFWQAL4YENP2BA.jpg?auth=52f9a287eda47ffc33c46df85d4305e4bcd8af10cf90d7ea6e761666295d19b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A small motorboat passes anchored vessels in the Strait of Hormuz off Bandar Abbas, Iran, Wednesday, June 17, 2026.(Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PCMMCSYIAWFFSYFBH4F4C26DKU.jpg?auth=434c8ce22f88941439078ecc19fdf006692dc6eef9e13f53d3de68027a53fa29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Barber Wissam Srour, 41, right, searches for belongings in the rubble of his barbershop, damaged in an Israeli strike, in the southern port city of Tyre, Lebanon, Friday, June 19, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content></item><item><title><![CDATA[Morocco star Achraf Hakimi will stand trial in a rape case, French appeals court confirms]]></title><link>https://www.local10.com/sports/2026/06/19/morocco-star-achraf-hakimi-will-stand-trial-in-a-rape-case-french-appeals-court-confirms/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/19/morocco-star-achraf-hakimi-will-stand-trial-in-a-rape-case-french-appeals-court-confirms/</guid><dc:creator><![CDATA[By SAMUEL PETREQUIN, Associated Press]]></dc:creator><description><![CDATA[A French appeals court confirmed Friday that Paris Saint-Germain and Morocco star player Achraf Hakimi will stand trial in a rape case.]]></description><pubDate>Fri, 19 Jun 2026 10:41:01 +0000</pubDate><content:encoded><![CDATA[<p>A French appeals court confirmed Friday that Paris Saint-Germain and Morocco star player Achraf Hakimi will stand trial in a rape case.</p><p>The defender, who is currently playing with Morocco at the World Cup after winning the Champions League for a second straight year with PSG, had appealed a February decision by an investigative judge. That ruling followed recommendations from public prosecutors that Hakimi should face trial.</p><p>The decision was released just hours before Morocco takes on Scotland in their Group C match. Morocco drew 1-1 with Brazil in its opening game.</p><p>Hakimi, one of the best right backs in the world, denies any wrongdoing. He faced preliminary charges of rape in March 2023 after a 24-year-old woman said she was raped by Hakimi at his home in a Paris suburb.</p><p>The Versailles appeals court said in a press statement that it ordered that Hakimi be formally charged with rape. The court said that the investigations conducted during the inquiry and the judicial investigation led the investigating chamber to conclude that there is sufficient evidence against the player to stand trial.</p><p>Rachel-Flore Pardo, the lawyer representing the plaintiff, said that after more than three years of legal proceedings, “and after being defamed and dragged through the mud by Achraf Hakimi’s defense,” the court's decision “brings my client a sense of relief and hope."</p><p>“Relief that she has been heard by the justice system and will have her case heard at trial,” Pardo said in a statement to The Associate Press. "Hope that this trial will help other women and further weaken the fortress of denial and impunity surrounding sexual violence, including within the world of men’s football.”</p><p>Hakimi claimed in a message posted on X on Friday that his case would have been dismissed if he had not been famous, and that he sometimes feels he has become “an easy target.”</p><p>“Justice looked me in the eye and told me: ‘If you were not famous, there would never have been a case,’" Hakimi wrote. “I chose to remain silent for years. I believed that staying dignified, being patient, and trusting the justice system would allow the right decisions to be made.”</p><p>He added that the case has been detrimental not only to him, but also to his family, “and above all, to the truth.”</p><p>“I have been waiting for this trial since the first day. And I am now waiting for it impatiently,” he added. “Finally, I will be able to speak.”</p><p>A date for the trial has yet to be announced.</p><p>“The multitude of exculpatory elements uncovered during the investigation and judicial inquiry would, in any other case, have led to the dismissal of the proceedings," Hakimi’s lawyer, Fanny Colin, told the AP.</p><p>“Achraf Hakimi’s defense regrets that no consequences were drawn from the contradictions and false statements made by the complainant, her concealment of information from the judicial authorities, her obstruction of the search for the truth, and the psychological assessments noting both her ambivalence and her lack of clarity regarding the events she reported.”</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SAMWJTK3ZKGAXGNY3ATRSYDCMQ.jpg?auth=2d6c85b7e28f14a87b5e49dcfe1e1e94aac59ef7ae64a67f8fd4ae9cb5868732&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Morocco's Achraf Hakimi exercises during a training session ahead of the World Cup Group C soccer match between Scotland and Morocco in Foxborough, Mass., near Boston, Thursday, June 18, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7EEDPLRAJRZUFXQZAELVBDAJFE.jpg?auth=a7281a0c0810297b89d8f71fd1d7bb7ada78d5bc9f01b8bc6a6680afba1b1bf0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Vinicius Junior (7) challenges for the ball with Morocco's Achraf Hakimi (2) during the World Cup Group C soccer match between Brazil and Morocco in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Yuki Iwanmura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwanmura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5CBXIW36TBBW7JRTWOBDRXO4IU.jpg?auth=ae1f9e92fc2d7b4acefa497b4c44b27df77eaadeebd93e634883ade1440288ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Morocco's Neil El Aynaoui and Achraf Hakimi exercise during a training session ahead of the World Cup Group C soccer match between Scotland and Morocco in Foxborough, Mass., near Boston, Thursday, June 18, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MAVF6M3HBVFZZMNZZ6IAUZ73VY.jpg?auth=ac0b20db470b97b10531215beb258580a5fbb3cccae9ab32be0f079768c9d306&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Douglas Santos, left, challenges Morocco's Achraf Hakimi during the World Cup Group C soccer match between Brazil and Morocco in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content></item><item><title><![CDATA[Who is Andy Burnham, the lawmaker seeking to replace Keir Starmer]]></title><link>https://www.local10.com/news/world/2026/06/19/who-is-andy-burnham-the-lawmaker-who-could-replace-keir-starmer/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/19/who-is-andy-burnham-the-lawmaker-who-could-replace-keir-starmer/</guid><dc:creator><![CDATA[By JILL LAWLESS and DANICA KIRKA, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Andy Burnham is a political insider turned outsider who aims to be Britain’s next prime minister.]]></description><pubDate>Fri, 19 Jun 2026 12:40:47 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Andy Burnham is a political insider turned outsider who aims to be Britain’s next prime minister.</p><p>The 56-year-old politician presents himself as an amiable northern everyman who prefers T-shirts to a suit and tie and spends spare time playing soccer or spinning 1990s tunes during DJ battles.</p><p>He’s also an experienced politician whose career has taken him from high-level government jobs to the mayoralty of Greater Manchester, and now to the cusp of the prime minister’s office.</p><p>Burnham is expected to challenge Prime Minister Keir Starmer after winning a seat in Parliament in a special election he hailed as a “turning point” for U.K. politics.</p><p>His nickname is inspired by ‘Game of Thrones’</p><p>Burnham was born and raised in a pocket of northwest England between Liverpool and Manchester, the son of a British Telecom engineer and a receptionist. He joined the Labour Party as a teenager, attended Cambridge University and was first elected to Parliament in 2001.</p><p>He was a lawmaker for a decade and a half, rising through the ranks under Prime Minister Tony Blair and serving in Prime Minister Gordon Brown’s Cabinet between 2007 and 2010.</p><p>He ran twice for the leadership of the Labour Party, in 2010 and 2015, and lost badly each time, before quitting Westminster to run for Manchester mayor.</p><p>His tenure has seen him nicknamed the King of the North, a “Game of Thrones”-inspired nod both to his championing of his home region and his barely disguised political ambition.</p><p>He gained the moniker during the COVID-19 pandemic, when he harangued Conservative Prime Minister Boris Johnson over what he called a “London-centric” approach to the crisis.</p><p>Burnham has led the Greater Manchester region since 2017, overseeing rapid regeneration for the city where the Industrial Revolution was forged. The city center has boomed, with skyscrapers blooming on vacant post-industrial sites. Many residents praise him for championing the city. He took a piecemeal public transport system under public control, branded it the Bee Network and improved its services.</p><p>He has also won praise for supporting the campaign for justice for victims of the Hillsborough disaster, when 97 Liverpool soccer fans were killed in a crush at a game in Sheffield in 1989. Years of advocacy led by victims’ families exposed mistakes and wrongdoing by police – who initially spread a false narrative blaming drunken fans – and extracted an apology from the government.</p><p>He pledges to end trickle-down economics</p><p>Burnham is perceived to be to the political left of Starmer – an asset with Labour members – and is acknowledged as one of the party’s best communicators. The rather stiff public speaker of his earlier leadership bids has been replaced by a relaxed figure in jeans and open-necked shirts.</p><p>His three mayoral election victories and decisive win in Thursday's election in Makerfield, where he trounced the candidate of the anti-immigration party Reform UK, have cemented his status as a winner. Many in the party hope he can reverse Labour’s precipitous decline in popularity since Starmer won an election landslide two years ago.</p><p>Makerfield voter Ellen Picton, 66, said she was “absolutely thrilled” by Burnham's victory.</p><p>“I believe that he’s a man for the common people,” she said. “Andy is like one of us, and he understands what we are going through."</p><p>Burnham is pledging to repeat on a national scale his signature brand of “Manchesterism” – a politics that, he likes to say, puts people and place before party and centers on regions ignored by governments in London.</p><p>“What we’ve built in Greater Manchester needs to go national,” Burnham said during the campaign. “I know what it is to turn places around.”</p><p>But it remains to be seen whether he can have national appeal, said Tim Bale, professor of politics at Queen Mary University of London.</p><p>“Calling him King of the North in some ways, I think, raises the question of whether he can also be King of the South, King of the East and King of the West,″ Bale said. “However, he does seem to have the kind of X factor that encourages people to think of him as not an ordinary politician, somebody who can communicate with normal people, someone who can speak human.”</p><p>In a postelection speech to supporters, Burnham sketched out his priorities: better vocational education and jobs for young people, lower energy bills and rail fares and “an end to trickle down economics, which didn’t trickle down very much at all to places like this.”</p><p>Critics say Burnham’s politics are vague and fail to grapple with tough issues, such as where the money will come from to pay for his pledges. And they note that running a country of 70 million is a lot different from overseeing a city region of 3 million.</p><p>Nonetheless Burnham now has momentum that could propel him into 10 Downing Street.</p><p>"Andy Burnham is probably one of the most popular politicians in the country,” Bale said. “Although, to be honest, that is not saying much.”</p><p>___</p><p>Kwiyeon Ha in Ashton-in-Makerfield, England contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GPPL26QPLGU2NVOC7VOHQ7GTWU.jpg?auth=cb797c1d8d430929706b23b6ef3decaff6136e69b6e3c984efac58959a5f8861&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Labour party's Andy Burnham speaks after winning the Makerfield by-election, paving the way for a leadership challenge against Prime Minister Sir Keir Starmer. in Wigan, England, Friday, June 19, 2026.(AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5V4RQECDV4ZQV5TBLZVIDPFK6A.jpg?auth=1c2313bcedaf9f4794855b98cabda923a1b22241c997f149a34d5183718bc4a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Andy Burnham, Britain's Labour candidate for Makerfield, speaks in front of supporters during the by-election in Makerfield, England, Thursday, June 18, 2026 where voters are choosing a new lawmaker with Andy Burnham of the Labour Party as the leading contender.(AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TXLSHJBBNWXCQ5B3PJ4GK5ZRCM.jpg?auth=a05afe8ea76fa71f588db5f180d4aebfa6f4a8b12dc2077c61da35c41a180387&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters of Britain's Labour party MP Andy Burnham show placards before his speech after the Makerfield by-election in Wigan, England, Friday, June 19, 2026.(AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XZH2PU2QTIIYNLBZZK5KJ5XNYM.jpg?auth=bdb50e5ef5758f80540d895d2f613d61a3b18232b6444bd7a855e3d6ad5e1c01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Labour party candidate Andy Burnham speaks to supporters after the Makerfield by-election in Ashton in Makerfield, England, Friday, June 19, 2026.(AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content></item><item><title><![CDATA[Freed Israeli hostage Guy Gilboa-Dalal recounts sexual abuse in Gaza, urges victims to speak out]]></title><link>https://www.local10.com/news/world/2026/06/19/freed-israeli-hostage-guy-gilboa-dalal-recounts-sexual-abuse-in-gaza-urges-victims-to-speak-out/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/19/freed-israeli-hostage-guy-gilboa-dalal-recounts-sexual-abuse-in-gaza-urges-victims-to-speak-out/</guid><dc:creator><![CDATA[By MELANIE LIDMAN, Associated Press]]></dc:creator><description><![CDATA[JERUSALEM (AP) — An Israeli man who said he was sexually abused while he was held hostage in the Gaza Strip is hoping to use his voice to help empower victims who have suffered similar assaults, including in conflict zones, he said in remarks ahead of the International Day for the Elimination of Sexual Violence in Conflict.]]></description><pubDate>Fri, 19 Jun 2026 10:15:55 +0000</pubDate><content:encoded><![CDATA[<p>JERUSALEM (AP) — An Israeli man who said he was sexually abused while he was held hostage in the Gaza Strip is hoping to use his voice to help empower victims who have suffered similar assaults, including in conflict zones, he said in remarks ahead of the International Day for the Elimination of Sexual Violence in Conflict.</p><p>Guy Gilboa-Dalal, 25, spent two years in captivity in Gaza after Palestinian militants abducted him and 250 others during the Hamas-led attacks in Israel on Oct. 7, 2023.</p><p>“I feel like I have a mission to spread to the world, to use my voice and empower other victims of sexual assaults,” he said Sunday in a conversation with Israel's first lady Michal Herzog in Jerusalem. “I want people who have been through those experiences to know that they’re not alone.”</p><p>The Associated Press does not typically identify people who say they have been sexually assaulted unless they come forward publicly.</p><p>According to the United Nations, conflict-related sexual violence is on the rise worldwide, with cases more than doubling in 2025, as state and non-state actors increasingly use it as a tactic of war, torture and political repression.</p><p>In Israel and the Palestinian territories, the use of sexual violence as part of the conflict has become highly politicized since the Oct. 7 attacks and the start of the war in Gaza. Rights groups and the United Nations have investigated and documented cases beginning with allegations of widespread rape during the initial Hamas attacks.</p><p>The U.N. also said last month that it has verified multiple incidents of conflict-related sexual violence, "including as a form of torture” perpetrated by Israeli military and security forces against Palestinian men and women in Gaza and the West Bank, charges Israel denies.</p><p>This year, for the first time, the U.N. included Israel’s armed and security forces on a list of parties “credibly suspected of committing or being responsible for patterns of rape or other forms of sexual violence in situations of armed conflict.” Hamas had previously been on the list.</p><p>In 2024, the U.N.'s special representative on sexual violence in conflict, Pramila Patten, said she “found clear and convincing information” that some hostages were subjected to such abuse, including rape and “sexualized torture.” But in a recent report, the U.N. said it was “not able to verify” public allegations made by former hostages accusing their Palestinian captors of abuse. It blamed the lack of verification on what it said was Israel’s denial for U.N. groups to carry out investigations.</p><p>On Sunday, Gilboa-Dalal recounted again the details of the abuse he said he faced and said he was frustrated by the U.N. In a short, separate interview following the conversation with Herzog, Gilboa-Dalal said: “They have no right to say what happened or what didn’t happen, I was there, not them.”</p><p>At least six of the released hostages have publicly shared experiences of sexual assault while in captivity. Gilboa-Dalal first spoke of the attacks in an interview with Israeli media last November, about a month after he was released.</p><p>Gilboa-Dalal said his abuse took place over two separate assaults, over a year after his captivity began. He said that he froze as it happened and was unable to resist, terrified and physically weakened after spending most of his time in a narrow cell, deep underground, with three other hostages. He said they were forcibly starved or given rotten food, and denied the opportunity to move around or bathe.</p><p>In both instances, Gilboa-Dalal said, he was naked and blindfolded. He said the captor threatened to kill him if he ever spoke about what happened, beating him and holding a knife to his throat and a gun to his head.</p><p>“He could do whatever he wanted. I was so weak, and he was so strong,” Gilboa-Dalal said. Because he and the other hostages were constantly monitored, he said, he didn’t tell either of them until just before one was released during a temporary ceasefire in Feb. 2025.</p><p>Now, he says he is trying to heal and spend time with family. He is also writing a book and an anime script about his experiences.</p><p>He said he worries that other sexual abuse victims are likewise isolated and unable to speak about their abuse. “They may think, ‘maybe it’s my fault maybe I could have done something different,’” he said. “But it wasn’t my fault and it wasn’t any of the victims’ fault.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4CEI3C7EMLKB2WRHLZUDTXKQPM.jpg?auth=40b5dcc9e187c1e33d171654eb5e41eb1b8c5e1ba639ddb02e8742c68dfd4b1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Freed Israeli hostage Guy Gilboa-Dalal gestures from a van as he arrives at Beilinson hospital in Petah Tikva, Israel, after he was released from Hamas captivity in the Gaza Stripl, Monday, Oct. 13, 2025. (AP Photo/Ariel Schalit, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q2AFGWIVDBFFLN7RA6VBKACMXE.jpg?auth=91a7a561a4d945619ebbcd577d130d6a1ca2010c2651091a48a03aaba933bb43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ilan Dalal, father of Guy Gilboa-Dalal, who was kidnapped on Oct. 7 in a cross-border attack by Hamas at the Nova music festival, stands next to a photo of his son during a press conference at the site in Re'im, southern Israel, Friday, Jan. 5, 2024. (AP Photo/Maya Alleruzzo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Maya Alleruzzo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M3ANGSNJBLRDPCI27BSMOPPQ3Q.jpg?auth=6abc24dbc01e4bdca329ed248407f470e14e75891ee463a165cef7b3aa9bd634&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Freed Israeli hostage Guy Gilboa-Dalal gestures from a van as he arrives at Beilinson hospital in Petah Tikva, Israel, after he was released from Hamas captivity in the Gaza Stripl, Monday, Oct. 13, 2025. (AP Photo/Ariel Schalit, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content></item><item><title><![CDATA[Rescue dog Osito steals hearts at the World Cup, one bike ride at a time]]></title><link>https://www.local10.com/news/world/2026/06/19/rescue-dog-osito-steals-hearts-at-the-world-cup-one-bike-ride-at-a-time/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/19/rescue-dog-osito-steals-hearts-at-the-world-cup-one-bike-ride-at-a-time/</guid><dc:creator><![CDATA[By FERNANDA PESCE, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — As World Cup fever sweeps Mexico City, one of the tournament’s biggest fan favorites isn’t a player, coach or official mascot. Joining Merlin the duck in the pantheon of heart-stealers is Osito, an 8-year-old rescue poodle mix who's become an unlikely sensation after arriving at Mexico’s opening match perched on the back of a cargo bicycle, dressed in a Mexico jersey, sunglasses and a cap.]]></description><pubDate>Fri, 19 Jun 2026 07:14:46 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — As World Cup fever sweeps Mexico City, one of the tournament’s biggest fan favorites isn’t a player, coach or official mascot. Joining Merlin the duck in the pantheon of heart-stealers is Osito, an 8-year-old rescue poodle mix who's become an unlikely sensation after arriving at Mexico’s opening match perched on the back of a cargo bicycle, dressed in a Mexico jersey, sunglasses and a cap.</p><p>As thousands of fans streamed toward the stadium last week for the tournament opener, many stopped to snap photos, pet the dog and post videos online. Within hours, Osito was appearing on international broadcasts and spreading across social media, transforming the bicycle-riding dog into one of the World Cup’s most charming viral stars.</p><p>For his owner, Jorge Rangel, the attention is less about internet fame than the companionship he shares with the dog who accompanies him almost everywhere. For the past two years, Osito has joined Rangel on his daily rounds delivering household products across Mexico City.</p><p>“More than a dog, he’s my daily companion,” Rangel, 50, said.</p><p>They travel together on a specially adapted cargo bicycle, where Osito sits calmly in a back compartment, greeting passersby and drawing smiles from strangers.</p><p>The arrangement began by chance. One day, Rangel placed the dog in a delivery box attached to his bicycle and took him for a short ride. Osito seemed to enjoy it. Over time, Rangel added cushions, adjusted the setup and gradually brought him along on longer trips through the city. Before long, the pair became a familiar sight.</p><p>Now, children rush over to greet Osito, strangers stop to take photographs and some initially mistake him for a stuffed animal because he sits so still, often dressed in one of his many outfits.</p><p>“He has a very gentle temperament. Everybody wants to meet him,” Rangel said.</p><p>When the World Cup arrived, Rangel saw an opportunity to introduce Osito — whose name means “little bear” — to an even larger audience.</p><p>A devoted soccer fan, he spent weeks preparing for the tournament, gathering accessories and adapting a pair of sunglasses to fit the dog. He dressed Osito in a national team jersey and decorated the bicycle, hoping to stand out among the crowds heading to the stadium.</p><p>“It exceeded all my expectations,” Rangel said of the response.</p><p>What appears to resonate most with fans is not the costume or the viral fame, but the relationship between the man and the dog. Rangel adopted Osito years ago, during a difficult period in his life, and describes him as an emotional lifeline.</p><p>“I didn’t know what it meant to love an animal until Osito came into my life,” Rangel said.</p><p>Today, the two spend nearly every day together. If Rangel leaves without him, Osito protests with something he rarely does: bark.</p><p>Their bond is evident to the strangers who encounter them on the streets. Rangel recalls people approaching him to say that seeing Osito had brightened an otherwise stressful day. Some have thanked the pair simply for making them smile.</p><p>Now, as World Cup celebrations continue, videos of Osito keep circulating and requests for photographs remain constant. Yet each morning, Rangel and Osito climb aboard their bicycle and head back into the streets of Mexico City, where they continue working, greeting strangers and spreading moments of joy.</p><p>For Rangel, that remains the most meaningful part of the story.</p><p>The television appearances and viral fame are gratifying, he said. But what matters most is that people see the affection between a man and his dog — a bond that has unexpectedly become one of the World Cup’s most endearing images.</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/BC3FDDBBZPFJNRT7P3RWB4HQRU.jpg?auth=40cd215c23791f7c1e208219b7c11b437a4b57dadf23092c2b5c1bb5cb33a91d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A fan, left, takes a photo with a dog named Osito, wearing a Mexico national soccer team jersey, next to Jorge Rangel before the World Cup Group A soccer match against South Korea in Mexico City, Thursday, June 18, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4VKSADCNCVXI46PR2BN4WXYQTA.jpg?auth=0968b975707aced66e203107796f226a924c1eb11848ad203636bbf6c3ff9f8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A dog named Osito wears a Mexico national team jersey and rides in a bicycle basket of Jorge Rangel before a World Cup Group A soccer match against South Korea in Mexico City, Thursday, June 18, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MAXZOYGLOPBFQKXV5IYHXGNTIE.jpg?auth=34e58680f52d2976677cf2ef7a391677ac0193a6800fbf3924d4876987af90ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A dog named Osito wears a Mexico national team jersey and rides in a bicycle basket of Jorge Rangel before a World Cup Group A soccer match against South Korea in Mexico City, Thursday, June 18, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WFYYLOXBZ5TWBZWQPJ23SSW3VY.jpg?auth=1c10f21f97460e92749d3f7bb44a007bb0a2a65a08849b1c697517e4cb51d6fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jorge Rangel rides a bicycle accompanied by his dog, Osito, both wearing Mexico national team jerseys before their World Cup match against South Korea in Mexico City, Thursday, June 18, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content></item><item><title><![CDATA[As Juneteenth is celebrated across the US, Obama's presidential center opens in Chicago]]></title><link>https://www.local10.com/news/national/2026/06/19/as-juneteenth-is-celebrated-across-the-us-obamas-presidential-center-opens-in-chicago/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/19/as-juneteenth-is-celebrated-across-the-us-obamas-presidential-center-opens-in-chicago/</guid><dc:creator><![CDATA[By JAMIE STENGLE, Associated Press]]></dc:creator><description><![CDATA[DALLAS (AP) — As people gather across the U.S. to celebrate Juneteenth on Friday, former President Barack Obama's presidential center will open its doors to the public for the first time.]]></description><pubDate>Fri, 19 Jun 2026 07:10:01 +0000</pubDate><content:encoded><![CDATA[<p>DALLAS (AP) — As people gather across the U.S. to celebrate Juneteenth on Friday, former President Barack Obama's presidential center will open its doors to the public for the first time.</p><p>Located on a sprawling campus on Chicago’s South Side, the center for the nation's first Black president has been designed to inspire people to make the change they want to see in their own communities. It's the kind of contemplation that also comes as Americans gather for Juneteenth, which celebrates the end of slavery in the U.S.</p><p>The holiday marks June 19, 1865, when Union troops arrived in Texas at the end of the Civil War with an order declaring the state's enslaved people were free with “absolute equality” 2 1/2 years after the Emancipation Proclamation freed enslaved people in the South.</p><p>“Juneteenth represents not just a commemoration of the end of slavery but it’s also part of the ongoing struggle for absolute equality and that ideal in American life,” said W. Caleb McDaniel, a Rice University professor and author of the Pulitzer Prize-winning book “Sweet Taste of Liberty.”</p><p>Obama's presidential center in Chicago</p><p>Several days of events have been planned for the grand opening of the Obama Presidential Center, including a dedication ceremony held Thursday.</p><p>The center's public opening also arrives as a symbolic convergence of legacy and liberation. The nation is grappling with deepening political division and renewed questions about the arc of racial progress as the Supreme Court hollowed out the Voting Rights Act, endangering Black political representation in Congress.</p><p>The nearly 20-acre (8-hectare) campus includes a museum featuring a life-sized replica of the Oval Office, a garden designed by former first lady Michelle Obama complete with lettuce and strawberry plants, a professional-grade basketball court, a picnic area with grills and a new branch of the Chicago Public Library.</p><p>In addition to spaces designed to bring people together, the campus that's expected to draw as many as 1 million visitors annually aims to also encourage personal reflection. Louise Bernard, the museum’s director, has said they're “inviting people to bring change home, however change may be defined, both small or large.”</p><p>The museum lets visitors experience high-tech and hands-on exhibits spanning the campaigns, key moments of Obama’s presidency and life at the White House.</p><p>The history of Juneteenth</p><p>This is the fifth year since Juneteenth was designated as a federal holiday by former President Joe Biden, who served as Obama's vice president. But the celebrations, which began in Texas and then spread across the country, have a rich and long history in Black America, with the day often spent gathering for picnics and cookouts.</p><p>The holiday — a combination of “June” and “nineteenth” — marks the day that U.S. Maj. Gen. Gordon Granger and his troops arrived in the Texas port city of Galveston with the declaration of freedom in General Order No. 3.</p><p>As the third year of the Civil War neared, President Abraham Lincoln had issued the Emancipation Proclamation declaring the freedom of “all persons held as slaves” in the still rebellious states of the Confederacy. Though, for many, it did not mean immediate freedom but a promise of freedom with a Union victory.</p><p>“It really required the force of arms and the success of U.S. armies to enforce the Emancipation Proclamation,” McDaniel said.</p><p>About six months after Granger's arrival in Galveston, the 13th Amendment abolishing slavery was ratified.</p><p>Celebrations across the nation</p><p>Galveston, the birthplace of Juneteenth, is celebrating with a daylong gathering at a park with music and fireworks, a parade and a worship service in a historic Black church. In nearby Houston, there will be a lineup of musical artists and a domino tournament at Emancipation Park, established in 1872 by a group of formerly enslaved men.</p><p>Other events across the U.S. over the long weekend include a parade in Atlanta, a bike ride in Los Angeles and a festival on Martha’s Vineyard.</p><p>Several cities across the U.S. will host walks named for Opal Lee, the Texas woman who pushed for years to make Juneteenth a federal holiday. Participants will walk 2 1/2 miles to symbolize the 2 1/2 years it took for the Emancipation Proclamation to be enforced in Texas. Lee, known as the “grandmother of Juneteenth,” turns 100 this year.</p><p>A holiday for reflection</p><p>Black Texans embraced the date of Granger’s arrival as one to celebrate, and by the 1880s, “it was difficult to find a significant community in Texas where it wasn’t being marked by African Americans,” McDaniel said.</p><p>“They made it a community celebration, they made it a celebration of not only freedom but also a demonstration of community empowerment and institution-building,” he added.</p><p>Corey D. B. Walker, dean of Wake Forest University’s divinity school, said the holiday offers a way to recognize the nation’s “complex history” and what it means to be a U.S. citizen, especially amid efforts by President Donald Trump's administration to undermine the retelling of Black history.</p><p>“I think it really reminds people the importance of understanding a fuller, more robust portrait of our nation’s history and the many contributions of many individuals who have contributed to America’s experiment with democracy,” Walker said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2VQAUW7VHA7YS4CRL45PWGRTEE.jpg?auth=0789bc1e337a29c96d8e9cd358ff170baaa80e08f18fb97f7621f909d60c9958&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Drummers form a circle around Sika Dwimfo, better known as the, "Godfather of Leimert Park," during the neighborhood's Juneteenth celebration, June 19, 2024, at Leimert Park in Los Angeles. (AP Photo/Damian Dovarganes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4DIYMCCSYE5P4WV4YAKQQVZBMM.jpg?auth=e2dfe772a4a20601ee4b38c153f0bd03a17ccd7aaf044754b1d98dac9e26b1ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People participate during a Juneteenth parade, June 19, 2025, in Galveston, Texas. (AP Photo/David J. Phillip, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R2DLDUZAMLYZZEW566DBLUN5TY.jpg?auth=fff85d35eb640ca7253661f32baac2f08e1462cbeac967e12333ad7778c9b90e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People on motorcycles participate in the 31st annual Juneteenth celebration, June 15, 2024, in the Harlem neighborhood of New York. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G7B4EZPY4MRFXENPMSRWGM3O2E.jpg?auth=52d6143eb5508cf1207daeb2ad11049ebe23420d4357b469ccfcf14777f1cff6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former President Joe Biden and former first lady Jill Biden, from left, former President Barack Obama and former first lady Michelle Obama, former President George W. Bush and former first lady Laura Bush, and former President Bill Clinton and former Secretary of State Hillary Clinton, pose for a photo ahead of the dedication ceremony at the Obama Presidential Center, Thursday, June 18, 2026, in Chicago. (AP Photo/Pablo Martinez Monsivais, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Pablo Martinez Monsivais</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PTA57B2VCJGWW75N53JRDVFQOI.jpg?auth=b7e521bbb14320baeadd0ce3df8b077366519d33e051e9e71e79a89fef536125&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former President Barack Obama speaks during the dedication ceremony for the Obama Presidential Center, Thursday, June 18, 2026, in Chicago. (AP Photo/Jon Cherry)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Cherry</media:credit></media:content></item><item><title><![CDATA[Police charge a third suspect in a Melbourne synagogue arson allegedly directed by Iran]]></title><link>https://www.local10.com/news/world/2026/06/19/police-charge-a-third-suspect-in-a-melbourne-synagogue-arson-allegedly-directed-by-iran/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/19/police-charge-a-third-suspect-in-a-melbourne-synagogue-arson-allegedly-directed-by-iran/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description><![CDATA[MELBOURNE, Australia (AP) — Police charged a third suspect on Friday with an arson attack on a Melbourne synagogue that was allegedly directed by Iran.]]></description><pubDate>Fri, 19 Jun 2026 06:15:53 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — Police charged a third suspect on Friday with an arson attack on a Melbourne synagogue that was allegedly directed by Iran.</p><p>The 20-year-old man was one of three masked offenders who broke into the Adass Israel Synagogue, doused the interior with flammable liquid then set it alight in the early hours of Dec. 6, 2024, a police statement alleged.</p><p>The fire caused extensive damage to the synagogue and a worshipper sustained minor injuries.</p><p>The Victorian Joint Counter Terrorism Team, which brings together federal and state police with a spy agency, charged the man, who has not been named, with offenses including arson.</p><p>He was charged in a Melbourne jail where he was already being held in custody on unrelated offenses. Police declined to elaborate on those offenses.</p><p>His co-accused Giovanni Laulu, 21, was arrested in July last year and another suspect, Younes Ali Younes, 20, was arrested a month later.</p><p>Prime Minister Anthony Albanese last year accused Iran’s Revolutionary Guard of directing the synagogue fire and an arson attack two months earlier at a Sydney kosher eatery, Lewis’ Continental Kitchen.</p><p>Mike Burgess, director-general of the Australian Security Intelligence Organisation, the nation’s main domestic spy agency, said the Revolutionary Guard used a “complex web of proxies to hide its involvement” in both antisemitic attacks.</p><p>Iran’s ambassador to Australia and another three Iranian diplomats were expelled. Tehran has denied Australia’s allegations.</p><p>Australian Federal Police Assistant Commissioner Peter Crozier told reporters on Friday that investigators were working with international partners in the continuing investigation.</p><p>Police were also investigating whether the three alleged arsonists knew who ordered the attack.</p><p>“They may not actually be aware of the people who are directing or the principals of these investigations. That remains a key line of inquiry for us,” Crozier said.</p><p>Victoria Police Acting Assistant Commissioner Paul O’Halloran said police had informed the local Jewish community of the third arrest before the news was made public.</p><p>“Our heart goes out to them. Again, this brings back this terrible incident,” O’Halloran said.</p><p>“People deserve the right to feel safe and be safe in their community and particularly at their place of worship. Today's charges are a strong testament to this,” he added.</p><p>The latest suspect will make his first court appearance on the new charges next week.</p><p>The Australian government has established a public inquiry to investigate a rise in antisemitism across the country, including the killing of 15 people when two gunmen opened fire on a Sydney Hanukkah celebration in December.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/33NH33TE4YXAJW3RXQYJ776UFQ.jpg?auth=e9393f7ef9b817be64671fb7c5c4aac1eb2e9c58d9cbd48b1f093b391564760f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather outside the Adass Israel Synagogue, Dec. 9, 2024, after a firebombing in Melbourne, Australia. (Con Chronis/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Con Chronis</media:credit></media:content></item><item><title><![CDATA[Pingree and Charles will compete for Maine governor and Dunlap gets Democratic nod for US House]]></title><link>https://www.local10.com/news/politics/2026/06/19/pingree-and-charles-will-compete-for-maine-governor-and-dunlap-gets-democratic-nod-for-us-house/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/19/pingree-and-charles-will-compete-for-maine-governor-and-dunlap-gets-democratic-nod-for-us-house/</guid><dc:creator><![CDATA[By PATRICK WHITTLE, Associated Press]]></dc:creator><description><![CDATA[PORTLAND, Maine (AP) — Democrat Hannah Pingree and Republican Bobby Charles will compete this fall to become Maine's next governor.]]></description><pubDate>Fri, 19 Jun 2026 06:22:31 +0000</pubDate><content:encoded><![CDATA[<p>PORTLAND, Maine (AP) — Democrat Hannah Pingree and Republican Bobby Charles will compete this fall to become Maine's next governor.</p><p>Pingree and Charles won their primaries Friday, after the June 9 contests advanced to ranked choice voting.</p><p>In another ranked runoff in Maine, Democrat Matt Dunlap won the nomination in the 2nd Congressional District. Dunlap will face the state’s former Gov. Paul LePage, a Republican, for a seat Democrats are trying to hold in the fight for control of the U.S. House of Representatives.</p><p>The ranked counts conclude a busy primary season in Maine in which Democratic voters also chose oyster farmer Graham Platner to run against longtime Republican Sen. Susan Collins. Platner won that primary by a wide margin and it did not need to proceed to ranked choice.</p><p>New governor this year</p><p>Democratic Gov. Janet Mills, who has served since 2018, is termed out of office, creating an open field for governor in both parties. Five Democratic candidates and seven Republicans actively campaigned in the June 9 primary.</p><p>That created a scenario in which no candidate in either party broke 50% of the popular vote, leading to the ranked choice runoff, which began shortly after the election. The Democratic race was especially close, with the top four challengers within a few percentage points of each other.</p><p>Democrats chose between Pingree, the former speaker of the Maine House of Representatives; Maine Secretary of State Shenna Bellows; former Maine Senate President Troy Jackson; energy executive Angus King III; and former director of the Maine Center for Disease Control and Prevention Nirav Shah.</p><p>The Republican ballot for governor was even more crowded. Republicans chose between Charles, the former U.S. assistant secretary of state; healthcare executive Jonathan Bush; former Maine Senate Majority Leader Garrett Mason; former Paris, Maine, selectman Robert Wessels; and businessmen Owen McCarthy, David Jones and Ben Midgley.</p><p>Mills ran in the primary for U.S. Senate in Maine but suspended her campaign in April.</p><p>“Throughout my two campaigns for governor and this one for Senate, what I have always loved the most is traveling across our beautiful state and getting to talk to Maine people,” Mills said on election night.</p><p>Key House race</p><p>In the 2nd Congressional District, former Maine Secretary of State Dunlap, state Sen. Joe Baldacci, former U.S. Senate candidate Jordan Wood and social worker Paige Loud were on the ballot for the Democrats.</p><p>LePage, an ally of President Donald Trump, was unopposed in the Republican primary. LePage served as governor from 2010 to 2018, during which time he fashioned himself as a vocal critic of liberalism and a staunch Trump defender.</p><p>The 2nd District seat has no incumbent in the November election because Democratic Rep. Jared Golden, who has held the seat since 2018, is stepping down. Golden, a moderate who sometimes breaks from his party, said last year that he has “grown tired of the increasing incivility and plain nastiness that are now common from some elements of our American community.”</p><p>While Golden has won in the 2nd District, its voters have also shown strong support for Trump. He won an electoral vote in the district in three consecutive presidential elections.</p><p>The district is geographically large and includes much of Maine’s rural territory and logging country and some of its key fishing ports. It is expected to be among this fall's most competitive House races.</p><p>Ranked choice in play</p><p>Maine has used ranked choice voting since voters approved it 10 years ago. Voters were allowed to rank the candidates on their ballot in order of preference. Under that scenario, if no candidate breaks 50% of the popular vote, the bottom finisher is eliminated, and voters’ second choices come into play. The tabulations continue until a candidate achieves a majority of the total votes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ONREUU72VEKXB5PMA5DBNEEZKQ.jpg?auth=0ebc62b2bed0dc956f1351950774882361bc4a00126897f4f5a4706838f74aa0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Maine House majority leader Hannah Pingree, D-North Haven, speaks at a rally for health care reform July 18, 2009, in Portland, Maine. (AP Photo/Robert F. Bukaty, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OO2NHUR4OVMHBPIND63EP4ZZUI.jpg?auth=445dc5abff16b271ede761e9cd3761bf82e1b282e623ed096fd6c516e8979525&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matt Dunlap, a Democratic candidate for Congress, speaks at a campaign event Friday, June 5, 2026, in Bar Harbor, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content></item><item><title><![CDATA[Talks between the US and Iran are called off because of fighting in Lebanon, officials say]]></title><link>https://www.local10.com/news/world/2026/06/19/talks-between-the-us-and-iran-are-called-off-because-of-fighting-in-lebanon-officials-say/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/19/talks-between-the-us-and-iran-are-called-off-because-of-fighting-in-lebanon-officials-say/</guid><dc:creator><![CDATA[By ERIN CUNNINGHAM, JON GAMBRELL and AAMER MADHANI, Associated Press]]></dc:creator><description><![CDATA[JERUSALEM (AP) — Talks between the U.S. and Iran were called off Friday after intense fighting between Israel and Hezbollah in southern Lebanon, officials said, raising questions about an initial agreement to end the war in Iran.]]></description><pubDate>Fri, 19 Jun 2026 14:21:19 +0000</pubDate><content:encoded><![CDATA[<p>JERUSALEM (AP) — Talks between the U.S. and Iran were called off Friday after intense fighting between Israel and Hezbollah in southern Lebanon, officials said, raising questions about an initial agreement to end the war in Iran.</p><p>Israel and the militant group later agreed to renew their ceasefire, three officials said.</p><p>Word of the ceasefire came from two regional officials and a U.S. official. The truce was mediated by Qatar, the U.S. and Iran, the regional officials said. The three officials were not authorized to comment publicly and spoke on the condition of anonymity.</p><p>A Hezbollah official said mediators attempted to implement a new ceasefire and that an agreement could be announced soon, but he stopped short of confirming it was in place. The official spoke on condition of anonymity because he was not authorized to comment publicly on the matter.</p><p>Israeli Prime Minister Benjamin Netanyahu's office did not immediately comment. Military spokesman Brig. Gen. Effie Defrin said the military has not received different instructions from the government. He said Israeli forces were operating in a “forward defense zone” and will continue doing so.</p><p>Iranian and U.S. officials cancel travel to Switzerland</p><p>Iranian officials did not travel as planned to Switzerland, insisting that the fighting in Lebanon must stop before the talks can take place, according to three regional officials and a fourth person familiar with the matter who spoke on condition of anonymity to discuss sensitive conversations behind the scenes. U.S. Vice President JD Vance also postponed his trip.</p><p>Israel’s military struck targets in southern and eastern Lebanon overnight, and Hezbollah reported intense fighting. Lebanon's Health Ministry said at least 21 people were killed, and Israel said four soldiers died.</p><p>The conflict between Israel and the Iran-backed militant group is the most precarious part of the Iran deal. Neither Israel nor the militant group signed the agreement — but it is supposed to end their fighting, and Iran has signaled its willingness to risk renewed war in the region for the sake of its interests in Lebanon and its most important regional ally.</p><p>The interim deal has halted hostilities in Iran and the Gulf and reopened the Strait of Hormuz, after Iranian attacks and threats all but stopped the flow of oil and natural gas through the waterway, creating a global energy crisis.</p><p>But future talks are supposed to bring about a permanent end to the conflict, including addressing how to restrict Iran’s nuclear program — the core issue over which Israel and the U.S. went to war on Feb. 28.</p><p>The fighting in Lebanon could unravel the deal</p><p>The Israeli military said four soldiers, including a lieutenant colonel, were killed in an attack on a tank in a village near the southern Lebanese city of Nabatiyeh. An explosive drone attack wounded another five, it added.</p><p>Israel then launched multiple strikes against “Hezbollah infrastructure sites” in Nabatiyeh and other areas, according to a military statement, which accused the militant group of “blatant ceasefire violations.”</p><p>Later, the military said it also struck targets in the Bekaa Valley in eastern Lebanon, with Lebanese media saying the village of Douris was hit.</p><p>“Israel will not tolerate attacks on our soldiers or on our territory, and it will exact a very heavy price from Hezbollah for these attacks,” Netanyahu said in a statement.</p><p>Hezbollah acknowledged targeting Israeli tanks and said its attacks were in response to what it called Israel’s own violation of the ceasefire. It said the attacks came after Israeli forces attempted to reach the northern side of Ali al-Taher hilltop, a strategic point that overlooks Nabatiyeh and that Israeli troops have been trying to capture.</p><p>In southern Lebanon, many were forced to flee their villages.</p><p>“The situation is lawless, we couldn't stay,” said Mustafa Zain, who was with his six daughters in a pickup truck.</p><p>Beyond the fighting, Israel's occupation of large swaths of southern Lebanon is also a sticking point. Iran insists Israel must withdraw, but Netanyahu has said that forces would remain in a “security zone” of southern Lebanon as long as “Israel’s security needs require it.”</p><p>Israel’s actions have created a rift between Israel and the U.S., with Trump becoming increasingly critical of his close ally Netanyahu, who is also facing increasing criticism at home.</p><p>Talks in Switzerland were postponed</p><p>Iranian officials balked at starting the talks with Vance in Switzerland because of the Israeli action in Lebanon, according to the person familiar with the White House and Iranian positions.</p><p>It was conveyed to Iran that Israel is ready to move on, and it’s up to Hezbollah to stop carrying out attacks, the person added.</p><p>Earlier, the White House blamed logistical issues when Vance put off his trip.</p><p>Two other regional officials, also speaking on condition of anonymity to discuss the closed-door talks, described Pakistan as being “stunned” by Iran’s decision not to go to the talks.</p><p>The strait is open but with new guidance</p><p>Oil tankers began freely moving through the Strait of Hormuz this week after months of being largely unable to use the critical channel. More than 12.5 million barrels of oil were shipped through the waterway on Wednesday night, the U.S. said.</p><p>Still, it is expected to take weeks or months for the normal flow of oil and gas to resume, even if traffic fully resumes.</p><p>The interim deal lays out that passage through the strait should be free for 60 days — as it was before the war. But the new Iranian authority charged with overseeing the waterway issued guidance Friday calling on ships to register with it — signaling Tehran likely intends to start charging.</p><p>The Persian Gulf Strait Authority said Friday that “during the 60-day period, tariffs for security, safety and environmental services, as well as related Iranian insurance, will not be collected from shipowners and will be borne by the government of the Islamic Republic of Iran.”</p><p>Much still needs to be resolved</p><p>The discussions in Switzerland are expected to focus on Iran’s nuclear program. Tehran maintains it is peaceful, though it has highly enriched uranium that could be used to build multiple atomic bombs, should it choose to do so, according to the International Atomic Energy Agency.</p><p>Those talks are expected to be extremely difficult. The 2015 nuclear deal, which Trump scrapped during his first term, took more than 18 months to negotiate.</p><p>The interim deal gives negotiators 60 days to come up with a nuclear agreement, but that can be extended. It outlines lucrative incentives if Iran does reach a new agreement, including the eventual lifting of all international sanctions and a $300 billion fund for postwar reconstruction.</p><p>Already Iran has won some concessions. Following the signing of the interim deal, the U.S. lifted its blockade of Iran’s ports and is allowing it to sell its oil freely. The deal also calls for Iran’s assets to be unfrozen — though it’s not clear how quickly.</p><p>___</p><p>Gambrell reported from Dubai, United Arab Emirates, and Madhani from Zurich. Associated Press journalists David Rising in Bangkok, Bassem Mroue in Beirut, Samy Magdy in Cairo, Malak Harb in Tyre, Lebanon, Munir Ahmed in Islamabad and Areej Hazboun in Jerusalem contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/URCGCV66US5KMJ3DS6E6H4XTUA.jpg?auth=50449da7009a23babe800e1209e0ea3a9a9df7a622e1b1d0d9efd163f4ac9b1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises to the sky in an area near Beaufort Castle following an Israeli military strike in southern Lebanon as seen from northern Israel, Friday, June 19, 2026. (AP Photo/Leo Correa)]]></media:description><media:credit role="author" scheme="urn:ebu">Leo Correa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KXTXLOAPIIAQ6WQMO63OKAZMXM.jpg?auth=5604c68a0fdf3f963252cc707b3b02fc8f15af3fdc9a2ad6ae1b67bd22a80f04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises to the sky in an area near Beaufort Castle following an Israeli military strike in southern Lebanon as seen from northern Israel, Friday, June 19, 2026. (AP Photo/Leo Correa)]]></media:description><media:credit role="author" scheme="urn:ebu">Leo Correa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MN7Y5LRRKNUVA3SU37XXBQQZGQ.jpg?auth=5415bdd2a7f4e768ebb094d4049a51e53813b9ff9b04c48d0b826da243abea03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smokes rise to the sky following an Israeli military strike in southern Lebanon as seen from northern Israel, Friday, June 19, 2026. (AP Photo/Leo Correa)]]></media:description><media:credit role="author" scheme="urn:ebu">Leo Correa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VDDIOLNANPK2HPPWIALAG6XA3A.jpg?auth=88e672f935107f8c6fd0a3bfe18c2e1819c7f626886842b59eb0d16663170b74&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A girl looks toward what residents said was an Israeli drone flying overhead as a boy checks his family's water storage tank in Halta, southern Lebanon, Friday, June 12, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HPX5EFO2JUXB7JKEDMQ5BKFYAQ.jpg?auth=47eb11ce632473af30b777054d6f31fe7eeba8c77cd556118161a12933e4771d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buildings damaged by Israeli strikes are seen through shattered glass from the Jabal Amel Hospital in the southern port city of Tyre, Lebanon, Thursday, June 18, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content></item><item><title><![CDATA[World shares are mixed and US futures fall after a tech-led rally on Wall St]]></title><link>https://www.local10.com/news/2026/06/19/world-shares-are-mixed-and-us-futures-fall-after-a-tech-led-rally-on-wall-st/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/19/world-shares-are-mixed-and-us-futures-fall-after-a-tech-led-rally-on-wall-st/</guid><dc:creator><![CDATA[By ELAINE KURTENBACH, Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — World shares were mixed Friday and U.S. futures declined as optimism over the U.S.-Iran deal to end their war was dimmed by the postponement of high-stakes talks on reopening negotiations over Iran’s nuclear program and getting oil moving through the Strait of Hormuz.]]></description><pubDate>Fri, 19 Jun 2026 10:34:08 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — World shares were mixed Friday and U.S. futures declined as optimism over the U.S.-Iran deal to end their war was dimmed by the postponement of high-stakes talks on reopening negotiations over Iran’s nuclear program and getting oil moving through the Strait of Hormuz.</p><p>U.S. markets will be closed Friday for Juneteenth.</p><p>Planned talks in Switzerland between Iran and the United States over their efforts to reach a permanent end to war were delayed, while Israel’s military said its forces struck targets throughout southern Lebanon overnight as Hezbollah reported intense fighting in the area.</p><p>“Both sides are trying to show some good faith,” Bas van Geffen of RaboResearch said in a commentary. “But even if the water appears calmer, there is still a strong undertow. The agreement remains fragile on multiple fronts.”</p><p>Germany's DAX rose 0.2% to 25,079.30, while the CAC 40 in Paris was nearly unchanged at 8,467.75. Britain's FTSE 100 shed 0.2% to 10,376.64.</p><p>The futures for the S&P500 and Dow Jones Industrial Average were down 0.2%.</p><p>Tokyo's Nikkei 225 wavered between gains and losses but closed 0.3% higher at a new record of 71,250.06. The government reported that consumer prices excluding volatile fresh foods was unchanged, but analysts said it would likely pick up in coming months despite higher fuel costs.</p><p>Higher inflation was a factor driving the Bank of Japan to raise its benchmark interest rate earlier this week to a three-decade high of 1% as it gradually adjusts its policies after years of near-zero or negative rates.</p><p>In South Korea, the Kospi lost 0.1% to 9,052.42, just shy of its record set a day earlier. The S&P/ASX 200 in Australia declined 0.9% to 8,828.70, while India's Sensex lost 0.8%.</p><p>Markets in Hong Kong, Shanghai and Taiwan were closed for the Dragon Boat festival.</p><p>On Thursday, stocks rose on Wall Street, erasing most of their losses from a day earlier to notch weekly gains thanks to big advances for heavyweight technology companies. The decline on Wednesday was driven by anticipation that the Federal Reserve will likely raise interest rates this year in an effort to fight inflation.</p><p>The S&P 500 rose 1.1% and the Dow industrials added 0.1%. The Nasdaq composite surged 1.9%.</p><p>Technology stocks had some of the biggest gains and the most influence on the broader market's rise. Intel surged 10.6% after U.S. President Donald Trump announced that the semiconductor giant will make chips for Apple in the U.S. Other big semiconductor companies gained ground. Nvidia rose 3% and Micron Technology jumped 8.7%.</p><p>On the losing end, SpaceX fell for the second straight day since its big debut on the U.S. stock market last week. The Elon Musk-led rocket maker and AI company was down 3.6% following a 4.9% loss Wednesday.</p><p>Oil prices wavered after the United States and Iran signed an agreement to end their war and reopen the Strait of Hormuz to oil tanker traffic. Brent crude, the international standard, spent most of the day lower before settling 0.4% higher at $79.85 per barrel. U.S. benchmark crude fell 0.2% to $75.85 per barrel.</p><p>Early Friday, Brent crude was down 0.4% at $79.50 per barrel. U.S. benchmark crude was flat at $75.85 per barrel.</p><p>Prices for crude oil are still above roughly $70 per barrel from before the war, but are well below the $100-plus price from a few weeks ago.</p><p>Rising energy costs have been putting more pressure on already hot inflation. The average price of gasoline in the U.S. has dipped below $4 a gallon, but is still 25% higher than a year ago. Prices have been rising for a wide range of goods because of higher shipping costs.</p><p>The Federal Reserve kept is key interest rate unchanged this week but hotter inflation means it will likely raise rates by the end of the year. Lower interest rates make borrowing easier for businesses and households, spurring growth, but they also tend to stoke inflation.</p><p>In other dealings early Friday, the U.S. dollar fell to 161.31 Japanese yen from 161.38 yen. The euro was unchanged at $1.1458.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EBHA7UHOAABTM6L6H67NRMKQL4.jpg?auth=8a5e42524250c25f5e8e2ce05420d76f41458c03369a0313fcdbd208c5a53de2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A statue is placed on a bench near monitors showing Japan's Nikkei 225 index, hanging in a business building in Tokyo, Thursday, June 18, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HLCTF5DEWRT37OVEBADNTB3ZSU.jpg?auth=3ed80ec3d66d13232249ff0ade0b06a6b8e46a3dbc885b9966b3c2860c4a761d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dealers work at a dealing room of Hana Bank in Seoul, South Korea, Thursday, June 18, 2026. (AP Photo/Lee Jin-man)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CLGZ6OXD3JXAADL3I3SIVOU4XY.jpg?auth=5ceecbf7d7796c1c6f53c14d4130129640ecb849464894fae35af61cd603ef27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Chair Kevin Warsh's press conference appears on screens on the floor of the New York Stock Exchange, Wednesday, June 17, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PYG6NP5IAJXV2E2UD5YASEZNL4.jpg?auth=9a2ae45488d115437d46078d56a4dc1e15b783c567776c23a2d0d48af3149b57&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A TV cameraman films the screens showing the Korea Composite Stock Price Index (KOSPI) and the foreign exchange rate between U.S. dollar and South Korean won at a dealing room of Hana Bank in Seoul, South Korea, Thursday, June 18, 2026. (AP Photo/Lee Jin-man)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content></item><item><title><![CDATA[Cambodian Supreme Court upholds incitement conviction of opposition politician, sparking anger]]></title><link>https://www.local10.com/news/world/2026/06/19/cambodian-supreme-court-upholds-incitement-conviction-of-opposition-politician-sparking-anger/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/19/cambodian-supreme-court-upholds-incitement-conviction-of-opposition-politician-sparking-anger/</guid><dc:creator><![CDATA[By SOPHENG CHEANG and DAVID RISING, Associated Press]]></dc:creator><description><![CDATA[PHNOM PENH, Cambodia (AP) — Cambodia's Supreme Court on Friday upheld the incitement conviction of a prominent opposition politician while suspending the remainder of his sentence, keeping him out of prison but unable to practice politics for years and renewing questions about the government's efforts to quash criticism.]]></description><pubDate>Fri, 19 Jun 2026 08:16:08 +0000</pubDate><content:encoded><![CDATA[<p>PHNOM PENH, Cambodia (AP) — Cambodia's Supreme Court on Friday upheld the incitement conviction of a prominent opposition politician while suspending the remainder of his sentence, keeping him out of prison but unable to practice politics for years and renewing questions about the government's efforts to quash criticism.</p><p>The decision against Rong Chhun, a top adviser to the Nation Power Party, was met with anger by some 300 supporters from around the country who had gathered outside the Supreme Court complex in Phnom Penh.</p><p>“Even though he is not in prison, I'm saddened that his freedom has been restricted and he has become a sub-citizen, meaning he has no right to vote or participate in politics,” said Nek Ratha, a 55-year-old from the capital.</p><p>“The verdict is hard for us to accept because he is not free, and he has done nothing wrong.”</p><p>The 56-year-old had been found guilty last year of inciting social unrest after meeting with villagers displaced by government construction projects, in what was widely seen as one of many legal moves taken by the government of Prime Minister Hun Manet to stifle criticism.</p><p>Rong Chhun told his supporters the verdict was “completely unfair” and accused the court of following orders of the government rather than the rule of law.</p><p>“If the powerful leader wants black, the court will paint it black for them,” he said. “And if the powerful wants white, the court will paint it white for them.”</p><p>Bryony Lau, deputy Asia director for Human Rights Watch, said the ruling demonstrates Cambodia's courts “lack of independence from the ruling party.”</p><p>"Hun Manet’s government should stop using the courts to silence the political opposition and instead reopen space for parties and civil society groups to operate freely ahead of next year’s election,” she said.</p><p>Cambodia’s Minister of Information Neth Pheaktra told The Associated Press that it was “not appropriate to characterize a judicial decision as an executive decision.”</p><p>“The Royal Government respects the separation of powers, the independence of the courts, and the rule of law,” he said in a written response to a query. “Any party who disagrees with a court ruling should address the matter through the legal remedies available under Cambodian law, rather than through political assumptions.”</p><p>Under almost four decades of autocratic former Prime Minister Hun Sen, Cambodia was widely criticized for human rights abuses that included suppression of freedom of speech and association. He was succeeded in August 2023 by his American-educated son, Hun Manet, but there have been few signs of political liberalization.</p><p>Sophal Ear, a Cambodian political scientist in the U.S., called the decision against Rong Chhun “evidence of continuity rather than change under the transition from Hun Sen to Hun Manet.”</p><p>“A high-profile case like this inevitably becomes a test of how much political space exists under the current leadership and whether the transition has produced any meaningful changes in governance,” he said. “Many people will conclude that the leadership transition has so far produced more continuity than reform.”</p><p>Under the decision, Rong Chhun will be prohibited from any involvement in politics for five years, including voting or standing as a candidate, and will be banned from traveling abroad for three years, the remainder of his original four-year sentence, his attorney Em Chantha told reporters. He had also been free while his appeal was pending.</p><p>Supreme Court decisions are final, but Rong Chhun said he and his attorney would study the verdict in detail to decide whether there would be a chance to ask Cambodia's King Norodom Sihamoni for a pardon.</p><p>_____</p><p>Rising reported from Bangkok. Associated Press reporter Anton L. Delgado contributed to this report from Bangkok.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z2KQS7XKRR7D32FAALGJMOKRLE.jpg?auth=a3c44e5be681e1089c6ba74f51dffcac4ae6d972021c9c908167af9ba2228dca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rong Chhun, a top adviser to the Nation Power Party and a prominent opposition politician, stands with supporters outside Cambodia's Supreme Court in Phnom Penh, Friday, June 19, 2026. (AP Photo/Sopheng Cheang)]]></media:description><media:credit role="author" scheme="urn:ebu">Sopheng Cheang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6JA4MHYIIXWVG2BOC55QBAOZJY.jpg?auth=d3f42912f7d741c0874a1416575ef0fb2d25621db4c2dccadd122a79238f0bcb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rong Chhun, a top adviser to the Nation Power Party and a prominent opposition politician, stands with supporters outside Cambodia's Supreme Court in Phnom Penh, Friday, June 19, 2026. (AP Photo/Sopheng Cheang)]]></media:description><media:credit role="author" scheme="urn:ebu">Sopheng Cheang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4J5RVTBHDMJMZGPBJ2A6I3H7KY.jpg?auth=3e11613537778b64be3d8fa2e3875b7d571bd0edcf5ca7b42b55221d133de345&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rong Chhun, a top adviser to the Nation Power Party and a prominent opposition politician, reacts to supporters outside Cambodia's Supreme Court in Phnom Penh, Friday, June 19, 2026. (AP Photo/Sopheng Cheang)]]></media:description><media:credit role="author" scheme="urn:ebu">Sopheng Cheang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YD5NMYZ4FLT65ACVJTMTRE2UP4.jpg?auth=e052b30a55f1ab2d55b46533b18980d5c9e6b66f4c7b21ae00a95044b8f92afc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rong Chhun, a top adviser to the Nation Power Party and a prominent opposition politician, stands with supporters outside Cambodia's Supreme Court in Phnom Penh, Friday, June 19, 2026. (AP Photo/Sopheng Cheang)]]></media:description><media:credit role="author" scheme="urn:ebu">Sopheng Cheang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WCC2KOB3PG6L3KZ4KY65UKDJXE.jpg?auth=82643c451bda0fea1f62f72ab4e601c3c21f3d3ebfbe1ce266df28acc12a8339&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rong Chhun, a top adviser to the Nation Power Party and a prominent opposition politician, speaks to supporters outside Cambodia's Supreme Court in Phnom Penh, Friday, June 19, 2026. (AP Photo/Sopheng Cheang)]]></media:description><media:credit role="author" scheme="urn:ebu">Sopheng Cheang</media:credit></media:content></item><item><title><![CDATA[Democratic socialists surge in mayoral races across the country as anti-Trump fervor rises]]></title><link>https://www.local10.com/news/politics/2026/06/19/democratic-socialists-surge-in-mayoral-races-across-the-country-as-anti-trump-fervor-rises/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/19/democratic-socialists-surge-in-mayoral-races-across-the-country-as-anti-trump-fervor-rises/</guid><dc:creator><![CDATA[By MATT BROWN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — As Janeese Lewis George paves a path to the mayor's office in Washington, D.C., she's told voters they could have it all.]]></description><pubDate>Fri, 19 Jun 2026 04:05:37 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — As Janeese Lewis George paves a path to the mayor's office in Washington, D.C., she's told voters they could have it all.</p><p>Her unapologetically expansive, left-wing agenda includes subsidized or even free childcare, increased down payment assistance for homebuyers and community resources to reduce crime, plus a promise to aggressively confront President Donald Trump's attempts to reshape the nation's capital.</p><p>“People are tired of hearing what government can’t do. They want to hear what government can do,” Lewis George said in an interview before the city's primary, where she defeated her Democratic opponents and positioned herself to win the general election in November in a city dominated by Democrats.</p><p>Lewis George's victory signals a break with a quarter-century of centrist governance in Washington, and it puts her in the vanguard of democratic socialists who have ascended in urban politics over the last year. Zohran Mamdani toppled Andrew Cuomo, the scion of a political dynasty, on his way to becoming New York City mayor. Katie Wilson won an upset victory to lead Seattle last fall. And this month, Nithya Raman clinched a spot in the November runoff against Los Angeles Mayor Karen Bass.</p><p>All of them are members of the Democratic Socialists of America, or DSA. The political organization has seen its membership ranks swell from a few thousand to more than 100,000 nationwide over the last decade after an influx of younger Americans joined following the presidential bids of Vermont Sen. Bernie Sanders, also a self-described democratic socialist.</p><p>There's little sign of national coordination among the candidates, and it’s unclear whether voters are gravitating toward their promises of improved government services, their vows to fight the Trump administration or their critiques of capitalism.</p><p>But from coast to coast, confrontational progressives are advancing in mayoral races. City leaders can draw outsized attention for their successes and failures, and democratic socialists will be under pressure from residents to deliver on their vows for a new kind of governance. Whether that translates to national politics is a next test for their movement.</p><p>“They are all channeling a displeasure with a status quo and a serious desire for economic populism that the establishment Democratic Party hasn't been preaching,” said Eric Stern, a Democratic strategist with Fight Agency, a political consulting firm that strategized Mamdani's mayoral campaign.</p><p>Stern added that Democratic voters appeared more willing to support the most progressive candidate in mayoral races rather than in contests for the U.S. House. Candidates like Mamdani and Raman, Stern said, are “daring voters to dream and fall in love not just with the individual candidates but also the political process as a whole.”</p><p>A rising left navigates America's urban challenges</p><p>The trend of progressives surging in urban areas may have limits for its broader impact on Democratic politics. Democratic mayors in cities including Atlanta, Houston, Miami and San Francisco won on relatively moderate platforms in recent years.</p><p>Progressive have also faced noteworthy challenges. Chicago Mayor Brandon Johnson was endorsed by the city's DSA chapter during his 2023 mayoral run but has since faced criticism from both moderate and liberal local leaders on issues such as immigration, the local budget and public safety. Recalls and public pressure ousted progressives elected to district attorney offices in multiple jurisdictions over the last five years, when criminal justice reform efforts ran into dissatisfaction over public disorder following the COVID-19 pandemic.</p><p>Trump's hardline immigration and law enforcement tactics have also become a challenge for liberal cities. The president's agenda poses an especially serious threat to Washington, D.C., because of its status as a federal territory.</p><p>“Maybe we take back Washington and run it on a federal basis,” Trump told reporters this month when asked about the potential election of a democratic socialist as the district's mayor. “We won’t put up with it.”</p><p>But progressives hope the current wave of anti-Trump furor in deep blue cities across the country will help buoy the chances of those on the hard left.</p><p>“It’s not folks looking for the leftmost option so much as looking for a candidate who’s gonna be on their side,” said Ravi Mangla, speaking for the left-wing Working Families Party. The party often endorses the same candidates as the DSA and is readying to target more mayoral offices in the country's biggest metropolises this fall and in 2028.</p><p>“It’s less about whether you are on the right or on the left so much as whether you are willing to punch up at the powerful,” he added.</p><p>Mamdani and Lewis George are both self-described “sewer socialists” who emphasize the need for responsive government services rather than critiques of market economics. The phrase recalls the socialist Gilded Age mayors whom critics derided as too preoccupied with managing public works projects.</p><p>The term's revival is partly a strategic move to align leftist ideas with concerns over affordability and the economy, voters' top concern in the midterm elections, and shift the public perception of democratic socialists from firebrands who support radical policies to independent-minded public servants.</p><p>“This is absolutely a change election and I’m excited to bring the change that people want, which is really putting people first in the city and having the moral clarity and courage to stand up to Trump,” Lewis George said.</p><p>For voters the ‘socialist’ label did not seem to matter</p><p>While conservatives have used the “socialist” label to attack Democrats as extreme or incompetent, some D.C. voters appeared ambivalent before Tuesday's primary.</p><p>Several lifelong residents said they believed Lewis George was a “fighter” but didn't think she'd have much of an impact on the local economy, given the city's status as a federal district.</p><p>“I go back and forth on my own labels and whether I am supportive of that movement or not, but I am supportive of making D.C. more affordable,” Owen Fitzgerald, a University of Maryland graduate student, said of his support for democratic socialism.</p><p>Fitzgerald voted for Lewis George because she would stand up to Trump and said he'd first learned of her campaign from friends in his neighborhood. But he didn't know she was a democratic socialist until he saw news reports describing her with the label.</p><p>“It sends a cultural message to this administration that the people who are surrounding them in the capital are opposed to their platform, opposed to their political agenda, and I think that it will send a message, both nationally and internationally,” Fitzgerald said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LK6DBXFBLWCJRNGISTA5J7CQRQ.jpg?auth=f911fb1c8506f548c8360c9a1c64900d13d9fd01115cf2118dd8b7e54b7b9e7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[D.C. Council member Janeese Lewis George speaks to the crowd after winning D.C. Mayor primary election during an election night party at the Howard Theatre Tuesday, June 16, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N2IWE5AQTZJ3LRWTF3V43QA2XM.jpg?auth=8c34150fa387b562bb5f6c66f9c612528ef903761d638b939c698d163d6d0926&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters celebrate after D.C. Council member Janeese Lewis George won the D.C. Mayor primary election during an election night party at the Howard Theatre, Tuesday, June 16, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IIBTOGOJ27EVXS56ZUZ6VBQRAY.jpg?auth=69aedc2cb3c88077eb862acadd1d46953bbe6fe2f66aab5dccf7efc9889a60f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters celebrate after D.C. Council member Janeese Lewis George won the D.C. Mayor primary election during an election night party at the Howard Theatre, Tuesday, June 16, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O5TPJ5RXGUSGDA66AIDU7S646Y.jpg?auth=fd4b8492fd4d1f06ac39ab4d85d024cdaaad30db88816ad930db051a3875b188&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[D.C. Council member Janeese Lewis George waves to the crowd as she celebrates after winning D.C. Mayor primary election during an election night party at the Howard Theatre Tuesday, June 16, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7JIVO63BYGWMR274DBUFEYUHYM.jpg?auth=3be095533eb467a0ea29fe941ba4685c71d7ee860ce177c7afb17eec9d334982&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[D.C. Council members Janeese Lewis George speaks to the crowd after winning D.C. Mayor Democratic primary election during the Election Night Party at the Howard Theatre Tuesday, June 16, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[US push to get Iran talks started hits an early bump due to intense fighting in Lebanon]]></title><link>https://www.local10.com/news/politics/2026/06/19/vances-push-to-get-iran-talks-started-hits-an-early-bump-as-weekend-negotiations-are-put-on-hold/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/19/vances-push-to-get-iran-talks-started-hits-an-early-bump-as-weekend-negotiations-are-put-on-hold/</guid><dc:creator><![CDATA[By AAMER MADHANI, JAMEY KEATEN and SAMY MAGDY, Associated Press]]></dc:creator><description><![CDATA[ZURICH (AP) — The American push to quickly begin high-stakes talks with Iran hit a snag Friday, just days after the signing of an agreement that opens a two-month window for negotiations on Tehran's nuclear program and returning oil traffic through the Strait of Hormuz to prewar levels.]]></description><pubDate>Fri, 19 Jun 2026 14:44:07 +0000</pubDate><content:encoded><![CDATA[<p>ZURICH (AP) — The American push to quickly begin high-stakes talks with Iran hit a snag Friday, just days after the signing of an agreement that opens a two-month window for negotiations on Tehran's nuclear program and returning oil traffic through the Strait of Hormuz to prewar levels.</p><p>Iranian officials did not travel as planned to Switzerland, insisting that Israel strikes on Iranian-backed Hezbollah militants Lebanon must stop before the talks can take place, according to three regional officials and a person familiar with the matter. They were not authorized to publicly discuss the ongoing mediation to try to get the talks rescheduled and spoke on condition of anonymity.</p><p>The situation was fluid as Israel and Lebanon agreed on Friday to renew their ceasefire, according to a U.S. official and regional officials. It remains to be seen whether that could help put the U.S.-Iran talks back on track.</p><p>In Washington, President Donald Trump lashed out once again in the midst of the intensified fighting in Lebanon and the stalled nuclear talks.</p><p>“We didn’t meet out of desperation, Iran did,” Trump wrote in a social media post Friday. “They are FINISHED! We’ll play out the 60 days. They get no money, not ten cents!”</p><p>Vance was ready for Swiss talks</p><p>Trump's vice president, JD Vance, had been prepared to make an overnight flight to meet with his Iranian counterparts at a mountainside resort in the tiny Swiss village of Obbürgen and begin the technical talks.</p><p>Vance's staff and a small group of journalists had gathered at Joint Base Andrews outside Washington in anticipation of the trip. Dozens of White House officials, advance staffers and more media were already in Switzerland.</p><p>Then the trip was called off — abruptly and for the time being.</p><p>A White House statement said Vance, tapped by Trump to lead the negotiations, decided to postpone his travel. It made no mention of the escalating violence in Lebanon.</p><p>“The logistics of these negotiations have never been simple or predictable,” the statement said.</p><p>But, according to officials, the Iranians made clear to the White House that they had balked at starting the talks with Vance because of the Israeli action in Lebanon.</p><p>Fighting in southern Lebanon intensifies</p><p>The fighting had intensified with at least 18 killed by Israeli airstrikes, while four Israeli soldiers were killed in southern Lebanon, officials said.</p><p>Israeli Prime Minister Benjamin Netanyahu said Thursday that Israel’s military would stay in a “security zone” of southern Lebanon as long as “Israel’s security needs require it.”</p><p>Israel and Hezbollah are not parties to the U.S.-Iran agreement.</p><p>Iran insists Israel must withdraw from the large swath of southern Lebanon it is occupying, but the wording of the interim deal does not explicitly require that and only ensures Lebanon’s “territorial integrity.”</p><p>Hours before postponing his trip, Vance gave some indication of the state of flux when he told reporters at a White House briefing that he was uncertain if the talks were going to happen this weekend.</p><p>“We think these technical negotiations start sometime this weekend," Vance said. "That’s still the plan. But that could change.”</p><p>Soon after Vance spoke to reporters, Iran's supreme leader, Ayatollah Mojtaba Khamenei, endorsed direct negotiations with the United States. His terse statement, read by state media, appeared to signal to the Islamic Republic’s leadership that it could move forward with a first round of talks.</p><p>“It is obvious that the face-to-face negotiations that will be held in the future will not mean accepting the enemy’s opinion,” Khamenei said.</p><p>The messaging seemed to give Khamenei, who was badly wounded in the U.S. strike on Feb. 28 that killed his father, some maneuverability. Hard-liners in the Iranian government, including Khamenei’s father, long opposed direct talks with the White House, especially after Trump, during his first term, pulled out of the 2015 nuclear deal negotiated by Democratic President Barack Obama's administration.</p><p>The meeting was initially supposed to be a signing ceremony</p><p>Vance was initially expected to go to Switzerland to sign the agreement at a formal ceremony. Instead, Trump signed the document Wednesday during a glitzy dinner at the Palace of Versailles with French President Emmanuel Macron. Iran's president, Masoud Pezeshkian, separately signed the agreement.</p><p>It says Iran’s stockpile of highly enriched uranium, which is believed to be buried under rubble left by U.S. military strikes last year targeting Tehran’s key nuclear sites, must at minimum be diluted under international supervision.</p><p>It also says Iran shall not procure or develop nuclear weapons — a commitment Tehran has made previously. Other commitments remain to be worked out.</p><p>Iran believes it's in a strong negotiating position</p><p>Iranians would be going into the talks with a measure of confidence after effectively shutting down the strait, causing global economic reverberations, said Rosemary Kelanic, director of the Middle East Program at Defense Priorities in Washington.</p><p>She said the U.S. is now “essentially trying to negotiate our way back to the prewar status quo."</p><p>Neil Quilliam, an associate fellow with the Middle East and North Africa Program at Chatham House think tank, said the “buoyant” Iranian leadership feels it has the upper hand. The endorsement of the talks by the Iranian supreme leader “sends a very strong signal domestically: ’We’re now on an equal footing with the U.S.'”</p><p>”‘Trump has gone from calling for regime change on Feb. 28 to this: Now they’re going to sit down with us directly and talk about these big issues,'” Quilliam said of the Iranians' thinking. “So it’s intended more for the domestic audience, and telling them: ‘We are firmly in control of this. There can be no protests, no revolution: We are a new regime and we’re staying put.’”</p><p>Vance has to negotiate through political division</p><p>For Vance, a likely 2028 presidential contender, how the negotiations play out could have enormous ramifications for his political fortunes.</p><p>Vance's skepticism of foreign wars was a core part of his political identity during his political rise, which included election as a U.S. senator. Now he finds himself the chief defender of negotiating an endgame to Trump's conflict that Democrats have largely derided as a foolish gambit. Some hawkish Republicans are aghast that Trump is getting behind a settlement that could put billions of dollars into Iran's coffers.</p><p>U.S. Sen. Roger Wicker, chairman of the Senate Armed Services Committee, said aspects of the deal are “completely out of step” with Trump's goals.</p><p>Trump fiercely criticized Obama for the 2015 nuclear agreement, which Trump argued failed to stop Tehran from advancing toward a weapon and funneled billions of dollars to the Islamic Republic. The Republican president exited the U.S. from the deal in 2018.</p><p>Trump has pushed back against comparisons to that earlier agreement, saying he had “negotiated from strength” after a major military campaign while asserting that Obama was paying the Iranians off and not receiving acquiescence.</p><p>Wicker, R-Miss., was particularly concerned about the $300 billion fund for the reconstruction and economic development of Iran mentioned in the 14-point agreement. Trump and Vance have said no U.S. taxpayer money would go to such a fund and it would not come without concessions and reforms by Tehran.</p><p>___</p><p>Magdy reported from Cairo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KBGZLCEEJDRE63LCMIGYC7JG4I.jpg?auth=3b291bf2dad334ca157133d5186ddc10194f7ba8824320d79c3efe5f30dd18c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance speaks to reporters in the James S. Brady Press Briefing Room at the White House, Thursday, June 18, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZCDF4SDGQMDPC4UYNSJTMVIOSE.jpg?auth=e254eccedca815a4e7db085dfba423956a04e62f4fbe1bca9f07313f9db5e208&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance listens as a reporter asks a question in the James Brady Press Briefing Room at the White House, Thursday, June 18, 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/VIK736R5M2KTJGU2UPT3M3UULI.jpg?auth=d9f9fd703aaf807674148c20fb56f98b3a248ff518b43184013ed85532b106d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance speaks to reporters in the James S. Brady Press Briefing Room at the White House, Thursday, June 18, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BLFMKB7FCEMPH27SRTKYV2DSEA.jpg?auth=94fc600cecdf1282f8371bf2bf28ad3d1174ffc54b5b9d4d86b2bb728c6946c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance speaks to reporters in the James S. Brady Press Briefing Room at the White House, Thursday, June 18, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[The Minions and their 'big boss' Chris Meledandri keep a blockbuster machine humming]]></title><link>https://www.local10.com/entertainment/2026/06/19/the-minions-and-their-big-boss-chris-meledandri-keep-a-blockbuster-machine-humming/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/19/the-minions-and-their-big-boss-chris-meledandri-keep-a-blockbuster-machine-humming/</guid><dc:creator><![CDATA[By JAKE COYLE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — When Illumination founder and chief executive Chris Meledandri earlier this month received a star on the Hollywood Walk of Fame, he wondered how many visitors it will have.]]></description><pubDate>Fri, 19 Jun 2026 04:03:38 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — When Illumination founder and chief executive Chris Meledandri earlier this month received a star on the Hollywood Walk of Fame, he wondered how many visitors it will have.</p><p>“In years to come, as people walk down Hollywood Boulevard, they’ll come across my star,” he said to the assembled crowd. “And unless they’re related to me, they’ll ask: ‘Who the hell was that guy?’”</p><p>Yet at a time of perpetual upheaval in Hollywood, the unflashy Meledandri has created and shaped one of Hollywood’s most consistent blockbuster-making operations. Family-friendly movies are fueling the box office like never before, and Illumination is at the forefront of it.</p><p>Since Illumination’s first release, 2010’s “Despicable Me,” the animation studio has accounted for more than $11 billion in global box office. Its “The Super Mario Galaxy Movie” is the sole $1 billion movie of 2026 so far. Illumination’s next release, “Minions & Monsters,” which premieres Sunday at the Annecy Film Festival in France, stands a good chance of equaling it.</p><p>The Minions — Illumination’s answer to Mickey Mouse or Bugs Bunny — have done a lot to drive that success. But the studio, a division of Universal Pictures, has expanded to include the “Mario” movies with Nintendo, an upcoming “Barbie” animated movie with Mattel and earlier franchises like “Sing” and “The Secret Lives of Pets.” If Illumination is synonymous with anything, it’s good cartoony fun.</p><p>“From the outset, we really wanted to make films that would be joyous above everything else,” Meledandri said in an interview. “I found myself working with filmmakers who appreciated that Looney Tunes style of cartooning integrated into the creation of these animated films today.”</p><p>“Minions & Monsters,” which opens in theaters July 1, may be Illumination’s ultimate goofy romp. In the seventh of the “Despicable Me” movies and the third “Minions” standalone feature, the Minions become filmmakers. “Minions & Monsters” has the gumption to give some of the most chaos-inducing creatures, who have mishandled every diabolical device ever handed to them, a camera.</p><p>Set in the 1920s Golden Age of Hollywood, the movie has a lot of fun putting the Minions alongside silent slapstick classics like Charlie Chaplin’s “Modern Times” and Harold Lloyd’s “Safety Last!” Jeff Bridges voices a studio head. It's the Minions' answer to “The Muppet Movie.” James, the most creative Minion, is listed as its director — at least in a first draft of the end credits.</p><p>The Minions go behind the camera</p><p>The movie’s real director, though, is Pierre Coffin, an Illumination veteran who has directed many of its movies and who famously voices the Minions. But Coffin has had a complicated relationship with the Minions ever-expanding world domination, and Meledandri knew he was reluctant to return. But this is an executive who, as a producer, managed to reunite the cast of DreamWorks' “Shrek” for a fifth movie due out next year.</p><p>“He called me one weekend and he said, ’You’re going to say no but I’ve got to ask,” Coffin, speaking from Paris, says. “He said: ‘It’s Minions wanting to make a monster movie. They conjure monsters but then that creation turns on them and the Earth.’”</p><p>“He got me at ‘Minions making movies,’” adds Coffin. “From that moment, I just had questions.”</p><p>The movie, opening two weeks after Pixar’s “Toy Story 5,” will be a new test of just how much of a powerhouse Illumination has become. After a stint running Fox’s animation division and making the “Ice Age” films, Meledandri founded the company, relying heavily on a group of artists at a Paris animation company then called Mac Guff. While Illumination is headquartered in Santa Monica, California, much of its movie production takes place in Paris.</p><p>With its collaborations now stretching to Japan, via Nintendo, a globalization defines Illumination — fitting given the international word salad gibberish of the Minions.</p><p>“An objective from day one, when I started the company, was to have the complexion of creative leadership reflect our desire to make films for the entire world, as opposed to being so American-centric,” says Meledandri.</p><p>But Meledandri never set out to rival Disney or Pixar. “Those goals just felt unrealistically ambitious,” he says. Instead, Meledandri freed filmmakers and animators to make movies about antic antiheroes. He targeted subversive comedy, not poignancy. You’re likely to laugh at an Illumination movie. Crying? Not so much.</p><p>That approach has made Illumination a box-office behemoth. (Universal’s output deal with Netflix, after the movies first stream on Peacock, also boosts its films' audience.) But awards love has eluded the company. Illumination has never won an Oscar, a historical fact jokingly nodded to in “Minions & Monsters.” Only one release ("Despicable Me 2") has been nominated for best animated feature.</p><p>But with its abiding affection for moviemaking, “Minions & Monsters” could find wider industry support. Even George Lucas lends his voice to the film.</p><p>Making blockbusters on a budget</p><p>Regardless, “Minions & Monsters” is something rare in today’s movie world: It's almost certain to be profitable. Since producing the 2000 box-office bomb “Titan A.E.” at Fox, Meledandri has made fiscal discipline a religion. “Everyone’s expectation was that I would be fired,” he says. “I probably should have been fired.”</p><p>While $200 million-plus budgets still drive many blockbusters, even big-budget filmmakers like James Cameron have warned that production costs need to be scaled down for leaner times. “Minions & Monsters” cost a relatively modest $85 million to make. Illumination’s most expensive movie, “The Super Mario Galaxy Movie,” cost a not-extreme $110 million. “Toy Story 5,” on the other hand, carries a $250 million budget.</p><p>“In 19 years, I cannot remember a single conversation where a director came back and said: We need more money. It’s just not part of our ethos,” Meledandri says. “It may be: How are we going to solve this problem? Or: We can’t get this done by this date. But it’s never: We need more money.”</p><p>Some in Hollywood see generative AI as a promising new way to keep expenses down, but Meledandri isn’t sold yet.</p><p>“My main focus right now is the preservation of jobs and at the expense of being the most technologically advanced,” he says. “It always feels better to be part of a front of a wave as opposed to a Luddite. But in this case, we’re not pushing AI into our pipeline.”</p><p>“I do not believe that a sufficient answer is, ‘Well, we’ve had technological advances before and people were worried yet it all was fine and things kept surging forward,’” Meledandri continues. “None of those other technologies had agency.”</p><p>Animation big wigs have often been ubiquitous presences. But neither Jeffrey Katzenberg, of DreamWorks, nor John Lasseter, of Pixar, remain at the animation studios they once defined. The 67-year-old Meledandri, who grew up on Manhattan's Upper East Side, is the unlikely heavyweight — the “big boss” of the Minion empire.</p><p>His entry to the movie business first began when a customer of his father's men's clothing store hired him as an assistant on “Footloose.” His second big break came producing the 1993 Disney hit “Cool Runnings.” Now he finds himself running a once-underdog animation studio with an almost unblemished track record.</p><p>The competition that worries him isn't Disney or Pixar, though, but short-form content.</p><p>“It’s got to force us to be more imaginative and more surprising and to reach further than storytelling that could feel safe because it’s worked before,” says Meledandri. “In ‘Minions & Monsters,’ what Pierre Coffin has done is made a movie that is so wildly imaginative and unexpected that it’s exactly where I would wish Illumination to be in this moment in time.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IIMCECY4LCYGZMSGOYAATM5ZWM.jpg?auth=5884810b0999441588510aa5dc7bd9d115d056858ef8bdfe18b7faa560771980&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Universal Pictures shows a scene from Illumination's "Minions & Monsters." (Universal Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Illumination</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LI3ECCKVARH3WYY5PTKUGZNSTQ.jpg?auth=93c0e57f9e431fd152c8e349f66a77e1c590204e93530333600f2f805657beee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chris Meledandri poses with his new star during a ceremony on the Hollywood Walk of Fame in Los Angeles on June 10, 2026. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UPNWNOB3BYJUUBWSXRTS2WAOCI.jpg?auth=7c51c02804999ff9fba5e62dde7fd9e5140b380e94d3a91f223a885c6fd83e27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Universal Pictures shows minions with the alien character Goomi, voiced by Trey Parker, right, in a scene from Illumination's "Minions & Monsters." (Universal Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Illumination</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YFLL5XLS4374CMGT6G4GTA4GGI.jpg?auth=d8220f61bbe91438b56ac5aae20f77c3acb59d8ed3df7c826d654adc05e5e95d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chris Meledandri, left, and Shigeru Miyamoto pose at the premiere of "The Super Mario Bros. Movie" in Los Angeles on April 1, 2023. (Photo by Allison Dinner/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Dinner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UK4G2MEO37PDUTDNMYFMZ4M4GI.jpg?auth=25760fd4c4bcd9bf67de73b3ebcca6f3f32b86d390a85db8d96a32c88fe1481f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chris Meledandri, left, and Donna Langley attend a ceremony honoring Meledandri with a star on the Hollywood Walk of Fame on Wednesday, June 10, 2026, in Los Angeles. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[About 100 Colombian guerrilla dissidents disarm under peace talks with government]]></title><link>https://www.local10.com/news/world/2026/06/18/about-100-colombian-guerrilla-dissidents-disarm-under-peace-talks-with-government/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/18/about-100-colombian-guerrilla-dissidents-disarm-under-peace-talks-with-government/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BOGOTA, Colombia (AP) — About a hundred Colombian guerrilla dissidents on Thursday surrendered their weapons in a step toward their gradual reintegration into civilian life as part of a peace process with the government of President Gustavo Petro.]]></description><pubDate>Fri, 19 Jun 2026 03:51:32 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTA, Colombia (AP) — About a hundred Colombian guerrilla dissidents on Thursday surrendered their weapons in a step toward their gradual reintegration into civilian life as part of a peace process with the government of President Gustavo Petro.</p><p>Dressed in military-style camouflage, the members of the National Coordinating Committee of the Bolivarian Army placed their weapons on a table during a formal ceremony in the department of Putumayo, which borders Ecuador. The group is a dissident faction of the defunct Revolutionary Armed Forces of Colombia, or FARC.</p><p>Now disarmed, the dissidents will enter a temporary resettlement zone where the government intends to facilitate their gradual reintegration into civilian life. The government in a statement explained that they “will have their freedom restricted and will be under the control and supervision” of authorities.</p><p>“We laid down the iron rifle because we understand that words are a more powerful weapon,” dissident leader Geovany Andrés Rojas said as part of the ceremony. He made the remarks remotely from jail, where he is being held after being captured last year when the group was engaged in peace talks with the government.</p><p>His arrest took place in connection with an Interpol Red Notice for drug trafficking charges in the United States. Rojas on Thursday said his capture undermined the confidence of the rank and file but did not derail the dialogue process.</p><p>Petro, a former rebel leader and Colombia’s first progressive president, is negotiating with the dissident faction as part of his signature “total peace” policy, which has opened parallel peace negotiations with multiple armed groups. The effort has largely failed.</p><p>The dissident groups emerged from factions that did not accept the historic peace agreement signed a decade ago by the state and FARC, formerly Latin America’s oldest guerrilla group. The country is estimated to have 27,000 illegally armed group members, according to a 2025 report by the Ideas for Peace Foundation, a think tank focused on the internal conflict.</p><p>Last week, Petro established a monitoring mechanism for the temporary relocation zone and ordered the suspension of offensive military and special police operations to allow the dissidents to enter the designated area.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5E7HRK3Y4XVQNCIOG24N7CVH4M.jpg?auth=1405730b63355674517051cd48f0d482013b852e501b4141786f684a356ac62e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Gustavo Petro speaks after voting during the presidential election in Bogota, Colombia, May 31, 2026. (AP Photo/Matias Delacroix, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Restaurant ordered shut after years of training violations. Plus, roaches at a South Beach Argentinian grill]]></title><link>https://www.local10.com/food/dirty-dining/2026/06/15/restaurant-ordered-shut-after-years-of-training-violations-plus-roaches-at-a-south-beach-argentinian-grill/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/06/15/restaurant-ordered-shut-after-years-of-training-violations-plus-roaches-at-a-south-beach-argentinian-grill/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Two South Florida restaurants were ordered shut last week by inspectors with the Florida Department of Business and Professional Regulation.]]></description><pubDate>Mon, 15 Jun 2026 14:19:48 +0000</pubDate><content:encoded><![CDATA[<p>Two South Florida restaurants were ordered shut last week by inspectors with the Florida Department of Business and Professional Regulation.</p><p><a href="https://www.local10.com/espanol/2026/06/15/ordenan-el-cierre-de-un-restaurante-tras-anos-de-incumplir-normas-de-capacitacion-ademas-encuentran-cucarachas-en-una-parrilla-argentina-de-south-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/15/ordenan-el-cierre-de-un-restaurante-tras-anos-de-incumplir-normas-de-capacitacion-ademas-encuentran-cucarachas-en-una-parrilla-argentina-de-south-beach/">Leer en español</a></p><p>Records show Belle Cuisine Caribbean Restaurant in Fort Lauderdale has been inspected 14 times since December 2023, with seven of those inspections resulting in follow-up visits. </p><p>Inspection reports also show a recurring pattern of violations involving employee food-safety training and food manager certification dating back to 2023. </p><p>The restaurant was ordered closed June 8 after inspectors reported evidence of rodent activity along with multiple other violations.</p><p>Records show La Parrilla Liberty in Miami Beach has been inspected 12 times since October 2023, with four inspections resulting in follow-up visits. The restaurant was ordered closed June 12 after inspectors reported live roach activity and several other violations.</p><p>No kitchens in the Florida Keys were ordered shut last week.</p><p><b>**BELLE CUISINE CARIBBEAN RESTAURANT</b></p><p><b>1952 NW 9TH AVE.</b></p><p><b>FORT LAUDERDALE </b></p><p><b>ORDERED SHUT 6/8</b></p><p><b>16 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. -Observed approximately 30 rodent droppings on top of reach in cooler. -Observed 12 rodent droppings inside reach in cooler next to steam table.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed accumulation of old food residues buildup on walls throughout kitchen. Repeat Violation.”</p><p>“Food stored on floor. -Observed various food items stored on kitchen floor. Operator removed and stored on shelf.”</p><p>“Stored food not covered. -Observed containers with cooked chicken, pork and turkey stored in reach in cooler. Note: Unit used for long term storage.”</p><p>“Manager or person in charge lacking proof of food manager certification. Observed no proof of certified food manager certification available. Repeat Violation.”</p><p>“No proof of required state approved employee training provided for any employees.”</p><p>“No soap provided at handwash sink in kitchen. Repeat Violation.”</p><p><b>**LA PARRILLA LIBERTY ARGENTINIAN GRILL</b></p><p><b>1255 WASHINGTON ST.</b></p><p><b>MIAMI BEACH </b></p><p><b>ORDERED SHUT 6/12</b></p><p><b>9 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed seven live roaches crawling on the wall by three compartment sink behind an exit sign in kitchen area.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed at prep area can opener blade soiled with food debris.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed fan cover at walk in cooler soiled with dust and mold like substance.”</p><p>“Stop Sale issued due to food not being in a wholesome, sound condition. Observed at walk in cooler salmon thawed in its original ROP package.”</p>]]></content:encoded></item><item><title><![CDATA[Colin Farrell brings layered mystery to Apple TV+’s ‘Sugar’]]></title><link>https://www.local10.com/entertainment/2026/06/18/colin-farrell-brings-layered-mystery-to-apple-tvs-sugar/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/18/colin-farrell-brings-layered-mystery-to-apple-tvs-sugar/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[Colin Farrell brings mystery and nuanced layers to John Sugar, a Los Angeles private eye and film buff at the center of Apple TV+’s hit detective noir drama “Sugar.” ]]></description><pubDate>Fri, 19 Jun 2026 02:49:00 +0000</pubDate><content:encoded><![CDATA[<p>Colin Farrell brings mystery and nuanced layers to John Sugar, a Los Angeles private eye and film buff at the center of Apple TV+’s hit detective noir drama “Sugar.” </p><p>Farrell dives deep into the human experience through the title character, anchoring a role built around a unique, out-of-this-world twist that keeps viewers guessing.</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[EEUU da la bienvenida a reunión entre el gobierno venezolano y la oposición]]></title><link>https://www.local10.com/espanol/2026/06/18/eeuu-da-la-bienvenida-a-la-primera-reunion-entre-el-gobierno-venezolano-y-la-oposicion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/eeuu-da-la-bienvenida-a-la-primera-reunion-entre-el-gobierno-venezolano-y-la-oposicion/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — Estados Unidos dio la bienvenida a la reunión sostenida el jueves en Caracas entre el presidente de la Asamblea Nacional, Jorge Rodríguez, y la exdiputada exiliada Dinorah Figuera, que en su momento encabezó los intentos de la oposición venezolana para destituir al ahora depuesto presidente Nicolás Maduro.]]></description><pubDate>Fri, 19 Jun 2026 04:58:51 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — Estados Unidos dio la bienvenida a la reunión sostenida el jueves en Caracas entre el presidente de la Asamblea Nacional, Jorge Rodríguez, y la exdiputada exiliada Dinorah Figuera, que en su momento encabezó los intentos de la oposición venezolana para destituir al ahora depuesto presidente Nicolás Maduro.</p><p>El encuentro, impulsado por Washington, busca abordar “una agenda que servirá de hoja de ruta para un diálogo político orientado a una transición democrática”, indicó en un comunicado el vocero del Departamento de Estado, Tommy Pigott.</p><p>“Estados Unidos entiende que dicha agenda contempla prioridades clave, tales como la reconstrucción de las instituciones democráticas de Venezuela, el fortalecimiento del Consejo Nacional Electoral (CNE), el restablecimiento de garantías duraderas para la participación política y la salvaguardia de las libertades cívicas esenciales para un debate político abierto”, destacó el escrito publicado en la página web del Departamento de Estado.</p><p>“Se trata del primer paso de lo que será un proceso reflexivo y deliberado para lograr una sociedad venezolana libre y abierta”, añadió.</p><p>Después de que fuerzas estadounidenses capturaron a Maduro y a su esposa en una operación militar la madrugada del 3 de enero, el gobierno del presidente Donald Trump se ha propuesto un plan de “tres fases”, que incluye la estabilización, recuperación y transición democrática del país.</p><p>Tras el encuentro del jueves, que se realizó en la sede de la Asamblea Nacional en Caracas, no hubo declaraciones de Rodríguez, hermano de la presidenta encargada Delcy Rodríguez, ni de Figuera, que regresó ese día al país luego de casi ocho años en el exilio.</p><p>En un breve comunicado emitido horas después, la Asamblea Nacional señaló que durante el encuentro se designó una mesa técnica y política paritaria, con miras a que contribuya al “fortalecimiento de la democracia” y “la consolidación de la paz”, sin dar otros detalles.</p><p>En una reunión virtual en 2023, Figuera fue escogida para ser representante de los exlegisladores opositores de la Asamblea Nacional de 2015, cuyo mandato de cinco años concluyó a finales de 2020. Ese poder legislativo de 2015, de mayoría opositora, fue considerado ampliamente en su momento la última institución de Venezuela elegida democráticamente.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/36LXPODYDJLIMZMLKDBN6AEYC4.jpg?auth=45a4619aa59e3b3e9b6bb092ec9458a0e6d8378bd44e9288be05ca9b5f8750d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La presidenta encargada de Venezuela, Delcy Rodríguez, ofrece un discurso en el Palacio de Miraflores durante una reunión con el presidente de Colombia, Gustavo Petro, el 24 de abril de 2026, en Caracas. (AP Foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Starmer vows to fight as Burnham’s election win fuels a Labour leadership showdown]]></title><link>https://www.local10.com/news/world/2026/06/19/starmer-vows-to-fight-as-burnhams-win-fuels-a-labour-leadership-showdown/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/19/starmer-vows-to-fight-as-burnhams-win-fuels-a-labour-leadership-showdown/</guid><dc:creator><![CDATA[By KWIYEON HA and JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[ASHTON-IN-MAKERFIELD, England (AP) — Labour’s Andy Burnham, the popular mayor of Greater Manchester, won a special election for a seat in Parliament and signaled Friday that he will use it to challenge embattled Prime Minister Keir Starmer for leadership of the country.]]></description><pubDate>Fri, 19 Jun 2026 12:31:55 +0000</pubDate><content:encoded><![CDATA[<p>ASHTON-IN-MAKERFIELD, England (AP) — Labour’s Andy Burnham, the popular mayor of Greater Manchester, won a special election for a seat in Parliament and signaled Friday that he will use it to challenge embattled Prime Minister Keir Starmer for leadership of the country.</p><p>Burnham decisively won the seat of Makerfield in northwestern England over Rob Kenyon of the anti-immigration party Reform UK. He called his victory a chance for Britain “to turn the tide.”</p><p>The result cements the status of Burnham, a 56-year-old politician nicknamed the King of the North, as the top contender to replace Starmer as leader of the Labour Party and the country. Burnham won almost 55% of the 45,510 votes cast for a field of more than a dozen candidates, over 9,000 more than runner-up Kenyon.</p><p>Burnham’s acceptance speech left no doubt that he wants to lead the country, and not just be one of the more than 400 Labour lawmakers in the 650-seat House of Commons.</p><p>“Everyone knows that politics isn’t working," he said. "Everyone can feel that the country isn’t where it should be. Tonight could, just could, be the turning point.”</p><p>Starmer congratulated Burnham, writing on X that voters “chose Labour’s campaign of hope and optimism over division and hate.”</p><p>But the prime minister insisted he would fight any attempt to oust him.</p><p>“Yes, I will run, I will stand,” if there is a Labour leadership contest, Starmer said. "I’ve said repeatedly I’m not going to walk away from that.”</p><p>Burnham says he's the candidate of change</p><p>Burnham has led Manchester since 2017, overseeing rapid regeneration for the city where the Industrial Revolution was forged. He is pledging to repeat his signature brand of “Manchesterism” on a national scale.</p><p>Burnham said he would work to ensure that “the name Makerfield is forever synonymous with bringing about the change this country needs.”</p><p>He told supporters and campaign workers on Friday that "we are going to lay out a new path for Britain.”</p><p>“We need an economy that works for everybody, not a few in far-off places from here,” he said. “We have an opportunity to turn the tide, to make the country feel like it’s working again, to make people see that politics can make a positive difference, to make people feel hope again.”</p><p>Earlier, in his victory speech, he said Labour had “a final chance to change" and win back voters' trust.</p><p>“But it is a chance now, from this result tonight, to build a new politics based on unity and hope, turning away from the path that takes us to a divided, dark politics of the kind we see in the United States,” he said.</p><p>Voters in Makerfield, who have been the focus of international media attention during the five-week campaign, were aware their votes carried unusual weight.</p><p>“I voted Andy Burnham because I don’t believe Keir Starmer has done a good job," said Ernest Sherman, 70. "So I voted tactically knowing that Andy Burnham has a chance to replace Starmer. So it will still be Labour, but he will have different views.”</p><p>Labour is in power but unpopular</p><p>Starmer’s popularity has cratered since he led the center-left Labour Party to a landslide election victory in July 2024.</p><p>He has struggled to deliver promised economic growth, repair tattered public services and ease the cost of living, and been hamstrung by repeated missteps, including his decision to appoint Peter Mandelson, a scandal-tarnished friend of Jeffrey Epstein, as the U.K. ambassador to the United States.</p><p>Labour is losing liberal voters to the growing Green Party, and facing a rising Reform UK, which consistently leads in nationwide opinion polls. The Nigel Farage -led party has rapidly gained ground in post-industrial northern England areas like Makerfield, some 200 miles (320 kilometers) northwest of London.</p><p>Burnham’s resounding victory gives Labour new hope of stopping the Reform tide. Farage acknowledged he was “disappointed, no question about it,” with the result.</p><p>A dismal performance by Labour in May’s local elections spurred scores of lawmakers to demand Starmer’s resignation. Wes Streeting resigned as health secretary in May, saying that “where we need vision, we have a vacuum.” Streeting has said he will run in a leadership contest if there is one.</p><p>Then Josh Simons, the Labour lawmaker for Makerfield, stepped down to trigger a special election and give Burnham the chance to return to Parliament.</p><p>Britain’s parliamentary system allows governing parties to change leaders midterm, with the winner becoming prime minister without the need for a national election. Under Labour rules, a lawmaker can challenge the leader if they have backing from a fifth of the party’s House of Commons lawmakers — a number that stands at 81.</p><p>Rob Ford, professor of political science at the University of Manchester, said defeating Reform UK strengthens Burnham’s claim to be Labour’s biggest asset.</p><p>“The narrative he can bring is, ‘No one else could have won that seat. I won that. I bring something unique. I bring an ability to renew our appeal,’” Ford said.</p><p>Burnham’s victory piles pressure on Starmer to quit</p><p>Burnham will head to London to be sworn in as a lawmaker as soon as Monday. He’s likely to seek a meeting with Starmer to argue that the prime minister should exit gracefully and set a timetable for his departure.</p><p>Labour lawmaker Louise Haigh, a Burnham ally, said Starmer should “do what’s best for both the country and the Labour Party” and “consider an orderly and managed transition.”</p><p>“Andy won’t be doing anything rash or hasty,” she told Sky News. “I’m really hopeful the prime minister and Andy can come to an agreement.”</p><p>Starmer insisted on Friday that he was elected on a “mandate for change” and would carry on with it.</p><p>Earlier this week he suggested that he could offer Burnham a Cabinet post, an idea rebuffed by Burnham's allies.</p><p>Despite his stubborn determination, Starmer could be forced out if several members of the Cabinet tell him the game is up and quit, or threaten to quit, in protest.</p><p>There could then be a leadership contest, or a coronation, depending on whether other potential candidates think Burnham has an unassailable lead.</p><p>“When things begin to slide away from a prime minister, they begin to slide away very, very quickly," said Tim Bale, professor of politics at Queen Mary University of London.</p><p>“Over the weekend there will be all sorts of talks behind closed doors, mainly I suspect people trying to persuade Keir Starmer ... that the game is up."</p><p>___</p><p>Lawless reported from London. Associated Press writer Danica Kirka contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RCLLVCZV5ANGDKPRWC7KVS6464.jpg?auth=1d0cd8ed7f0aad239d12cdeaa8b87ca190ecb305c1da5a48c9c8df393de4fa96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Labour party candidate Andy Burnham speaks to supporters after the Makerfield by-election in Ashton in Makerfield, England, Friday, June 19, 2026.(AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LHBMFEFXZIXEDZWBG7SIFV5TFU.jpg?auth=037e253d51bc9d12343d9eb7877d15142acf3d9f3e9a3b4af08baf61a87e2df4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Labour party's Andy Burnham leaves with his wife Marie-France Van Heel and their daughter Rosie after winning the Makerfield by-election, paving the way for a leadership challenge against Prime Minister Sir Keir Starmer. in Wigan, England, Friday, June 19, 2026.(AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XC362DI2C2XH74PISUIKC4L34Y.jpg?auth=5b028b63ebb1aaa99f176db6ff474f35d6f6ba8eca8a4fd6b4445e434328435b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Labour party's Andy Burnham stands beside candidate Count Binface, left, and a candidate for Protect British Wildlife after winning the Makerfield by-election, paving the way for a leadership challenge against Prime Minister Sir Keir Starmer. in Wigan, England, Friday, June 19, 2026.(AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QKPNBOMANHG6VQA35EGURNIR7E.jpg?auth=66b7de1977618e764b0c8f5fe90cd1aa992b76dc3d99b3e23dbf118eb1ba1d9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Andy Burnham, Britain's Labour candidate for Makerfield, gestures in front of supporters during the by-election in Makerfield, England, Thursday, June 18, 2026 where voters are choosing a new lawmaker with Andy Burnham of the Labour Party as the leading contender.(AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NTCQFH5LNAZUP3MI5DM4DPUAPU.jpg?auth=04146b1db839de9a1c7188f942f7a047d4e3e0a71f3ea68d429eeb5067509dd2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Reform Party leader Nigel Farage and local candidate Rob Kenyon ashake hands at a polling station during the by-election in Makerfield, England, Thursday, June 18, 2026.(AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content></item><item><title><![CDATA[Canada's Koné to undergo surgery after gruesome injury against Qatar]]></title><link>https://www.local10.com/sports/2026/06/18/canadas-kone-to-undergo-surgery-after-gruesome-injury-against-qatar/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/18/canadas-kone-to-undergo-surgery-after-gruesome-injury-against-qatar/</guid><dc:creator><![CDATA[By CONNOR JOYCE and DREW RENNER, Associated Press]]></dc:creator><description><![CDATA[VANCOUVER, British Columbia (AP) — Canada’s historic first World Cup victory was overshadowed by a gruesome injury to midfielder Ismaël Koné.]]></description><pubDate>Fri, 19 Jun 2026 02:17:55 +0000</pubDate><content:encoded><![CDATA[<p>VANCOUVER, British Columbia (AP) — Canada’s historic first World Cup victory was overshadowed by a gruesome injury to midfielder Ismaël Koné.</p><p>Koné injured his left leg when Qatar midfielder Assim Madibo tackled him from behind in the second half, sending the 24-year-old to the ground. Koné grimaced and players rushed to his aid, calling for help from the sidelines.</p><p>Madibo was sent off for the tackle on Koné, who was protectively surrounded by his teammates while he was treated on the field before he was stretchered off.</p><p>“I saw his leg. I saw that something wasn’t right,” Canada captain Stephen Eustáquio said. He was among one of the first players to reach Koné.</p><p>Koné was whisked to a local hospital were he was preparing for surgery while surrounded by family, Canada coach Jesse Marsch said. He said the injury happened right in front of the bench, and you could hear the “bones snap."</p><p>“Everybody was crushed when it happened, but we had to find a way to stay focused, we knew that Ismaël wanted us to finish the job," Marsch said. "There’s a lot of thoughts that go through our heads right now, we’re all thinking about him, but we’re all very proud of what we are.”</p><p>Marsch added that Madibo personally apologized to Koné.</p><p>Madibo's red card left Qatar to play with nine men, after teammate Homam Ahmed was sent off in the first half.</p><p>Fewer than 10 minutes later, Koné’s replacement, Nathan Saliba, scored Canada’s fourth goal in the 6-0 win and held up Koné’s jersey in an emotional tribute.</p><p>Canada striker Jonathan David, who scored a hat trick, questioned the need for the tackle on Koné.</p><p>“If there’s a play where you cannot win the ball, there’s no point,” he said. “It’s just to hurt people.”</p><p>The details of Koné’s injury have not yet been disclosed. His lower left leg looked visibly broken in photos after the incident.</p><p>“We’re going to miss (Koné),” Eustáquio said. “He has that X factor that our team really needs.”</p><p>__</p><p>Connor Joyce and Drew Renner are students in the University of Georgia’s Carmical Sports Media Institute.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2KBFECD5RACTPSCSJCVA2N4IQU.jpg?auth=74c0cd74c63c0b4feb0a0586c7772d80fd85b2aa00b0af9722c72effed7ced1e&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 (26) reacts after Canada's Ismael Kone (8) was injured on a dangerous play during the World Cup Group B soccer match between Canada and Qatar in Vancouver, British Columbia, Thursday, June 18, 2026. (AP Photo/Kaleb Tatum)]]></media:description><media:credit role="author" scheme="urn:ebu">Kaleb Tatum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MO5WHDRC4J3R4ZF5UFOUXDCAYA.jpg?auth=48b70d35dd24fdba8571d83eb629edfc1ad199462c8c240e89e4c7d01db71010&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada's Ismael Kone, below, lays on the ground after sustaining an injury during the World Cup Group B soccer match against Qatar in Vancouver, British Columbia, Thursday, June 18, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Amateur Ryder Cowan takes the early lead and is tied for second in a strong US Open debut]]></title><link>https://www.local10.com/sports/2026/06/18/amateur-ryder-cowan-takes-the-early-lead-and-is-tied-for-second-in-a-strong-us-open-debut/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/18/amateur-ryder-cowan-takes-the-early-lead-and-is-tied-for-second-in-a-strong-us-open-debut/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[SOUTHAMPTON, N.Y. (AP) — Ryder Cowan knew he was playing good golf coming into the U.S. Open.]]></description><pubDate>Fri, 19 Jun 2026 01:47:17 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHAMPTON, N.Y. (AP) — Ryder Cowan knew he was playing good golf coming into the U.S. Open.</p><p>Midway through his round Thursday, the leaderboard showed that the amateur was playing the best golf of anyone at Shinnecock Hills.</p><p>Cowan, a 21-year-old who will be a senior at Oklahoma, briefly held the lead in his first major championship before finishing with a 2-under 68, matching the lowest round by an amateur at Shinnecock. He was tied for second when the first round was suspended because of darkness.</p><p>“Through nine, I looked up and I was 3-under par,” Cowan said. “I definitely looked at that leaderboard, and I saw it up there.”</p><p>A couple bogeys on his second nine knocked him back, but with the sun setting, Cowan finished strong shortly before play was stopped for the day. Playing the ninth hole, he hit his approach to 5 feet and knocked in the putt for his fourth birdie of the round.</p><p>Starting on the back, he had three of them in his first eight holes, moving to 3-under and into the lead after his birdie at the par-3 17th.</p><p>“I feel like I started well. I got some momentum from that,” Cowan said. "I knew, if I could get through those holes, I had a couple easy holes coming in.</p><p>"I hit it good all day, put myself in good positions throughout the day.</p><p>Cowan was four shots behind Wyndham Clark, in position to be the first amateur to finish a U.S. Open round in the top five since Brian Campbell was tied for fourth after the first round in 2015. The group he is tied with includes past U.S. champions Dustin Johnson, Matt Fitzpatrick, Gary Woodland and Jon Rahm.</p><p>Cowan earned his trip to Shinnecock through a qualifier at BallenIsles Country Club in Palm Beach Gardens, Florida, shooting 6-under 138 and then surviving a three-man playoff for two spots. The other was earned by 17-year-old Miles Russell, who also played well Thursday and finished at 2 over while playing in a group with three-time major champion Padraig Harrington, 54.</p><p>Cowan said the practice he did to prepare had him believing he would play well. But playing on his home course looks and sounds much different than what he faced at Shinnecock.</p><p>“I think that I’ve really just been trying this week to focus on each shot, especially today. One at a time, not worry about what’s going on in the crowds or everything,” Cowan said. “I’m not used to all these crowds. We don’t ever really play with a lot of crowds.”</p><p>If he can keep up his strong play, he might have a big one following him around on the weekend.</p><p>“I feel like all the work I put in every single day gives me that belief that I can come out here and play with anyone and the guys that I surround myself with,” Cowan said.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/STDEM6MZ4EUQ3EVN4MVRLE5RFQ.jpg?auth=4d06534b0aef243a67719e2ac683e7cc8ec7759e1d2d86c87b0ea24d46a6be4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryder Cowan hits from the bunker on the second hole during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ATKXSZ6UHJP2W7IHOLC2NHCQJU.jpg?auth=2f6f248f7d44409ac3558c6d22eee012df98fce8d914113b8b0bb4b9d83ce1ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryder Cowan reacts after missing a putt on the first hole during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NIVTSSNIT7UA5WG34C4GXIALNQ.jpg?auth=5830b627305867b90d4bec8f711c9c45ec82bf7d8f3b813265b3fc0fd2470dcb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryder Cowan hits his tee shot on the second hole during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MS46XMZL523QGUFPYOK2WPNNIU.jpg?auth=b27e8b705866cd48790209530986ea4b1217a55f652edc6e16106be515dfc308&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryder Cowan reacts after missing a putt on the first hole during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[Puerto Rico es sacudido por una crisis política entre señalamientos a alto funcionario]]></title><link>https://www.local10.com/espanol/2026/06/18/puerto-rico-es-sacudido-por-una-crisis-politica-entre-senalamientos-a-alto-funcionario/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/puerto-rico-es-sacudido-por-una-crisis-politica-entre-senalamientos-a-alto-funcionario/</guid><dc:creator><![CDATA[Por DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN (AP) — La administración de la gobernadora de Puerto Rico, Jenniffer González, está sumida en una nueva crisis política, entre señalamientos de corrupción pública, injerencia gubernamental y conflictos de interés.]]></description><pubDate>Fri, 19 Jun 2026 01:12:25 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN (AP) — La administración de la gobernadora de Puerto Rico, Jenniffer González, está sumida en una nueva crisis política, entre señalamientos de corrupción pública, injerencia gubernamental y conflictos de interés.</p><p>El jefe de despacho de González, Francisco Domenech, es el más reciente funcionario en quedar atrapado en una investigación de alto nivel tras la renuncia el mes pasado del jefe de desarrollo económico de Puerto Rico, Sebastián Negrón, quien acusó al gobierno de interferir con el trabajo de la agencia. Otros funcionarios también renunciaron a la agencia mientras intenta atraer nuevos inversionistas a una isla que experimenta apagones crónicos y otros problemas.</p><p>Domenech también se desempeña como director ejecutivo de la Autoridad de Asesoría Financiera y Agencia Fiscal de Puerto Rico.</p><p>Domenech presentó declaraciones juradas contra Negrón ante el Departamento de Justicia de Puerto Rico y su Oficina de Ética Gubernamental el miércoles, en las que hizo señalamientos de corrupción y conflictos de interés. Domenech justificó sus acciones en una entrevista con WIPR, una estación de televisión gubernamental, el jueves.</p><p>Domenech manifestó que no actuó sino hasta esta semana porque tomó tiempo recopilar lo que, según él, es evidencia contra Negrón, a quien la gobernadora ha descrito como “una estrella” mientras lamentaba su renuncia a finales de mayo.</p><p>Las acusaciones contra Domenech, que son investigadas por una agencia estatal independiente, han llamado la atención del Congreso de Estados Unidos, y legisladores federales interrogaron a la gobernadora sobre el tema el miércoles.</p><p>“¿Cómo puede el Congreso tener la certeza de que los fondos federales enviados a Puerto Rico no se están utilizando indebidamente o malversando?”, preguntó el senador republicano Mike Lee, de Utah, durante una audiencia de comisiones.</p><p>González afirmó que existe una supervisión estricta sobre los fondos federales y añadió que las acusaciones contra Domenech son falsas. Cuando Lee le preguntó por qué Negrón acusaría a Domenech, ella respondió: “No sé qué motivaciones políticas pueda tener”.</p><p>Mientras tanto, el presidente del Senado de Puerto Rico, Thomas Rivera Schatz, integrante del partido de la gobernadora, pidió el miércoles la renuncia de Domenech. Rivera Schatz ofreció inmunidad legislativa a Domenech y a cualquier otra persona el jueves “si confiesan sus delitos y producen resultados que erradiquen la corrupción”.</p><p>La entrevista de Domenech marcó sus primeros comentarios públicos desde que Negrón lo acusó de irregularidades relacionadas con el trámite de contratos y de una injerencia gubernamental indebida. Negrón también remitió al Departamento de Justicia y a su Oficina de Ética Gubernamental los hallazgos de una investigación interna encabezada por la agencia de desarrollo económico contra dos funcionarios del gobierno acusados de interferir en el proceso de una licitación que involucra fondos federales.</p><p>Domenech presentó sus declaraciones juradas después de que supuestos mensajes de texto privados entre él y Negrón se hicieran públicos a principios de esta semana. Algunos de los supuestos mensajes reflejan presión para encontrar puestos dentro de la agencia de desarrollo económico para leales acérrimos de González que trabajaron en su campaña. Domenech también alegó que Negrón sabía que estaba siendo investigado.</p><p>En un comunicado emitido el jueves, Negrón calificó de falsas las acusaciones de Domenech en su contra.</p><p>“Lo más preocupante de lo ocurrido hoy no es el ataque contra mi persona, sino el mensaje que se envía a todo servidor público que presencia irregularidades y decide denunciarlas”, expresó Negrón.</p><p>También sostuvo que empresas que han invertido en Puerto Rico han sido arrastradas al escándalo.</p><p>“Puerto Rico necesita fortalecer la confianza de quienes invierten, producen y generan oportunidades, no convertirlos en daños colaterales de disputas o vendettas personales o políticas”, afirmó Negrón.</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/TP43K2M656PHGPHU4SKS7ZQZTQ.jpg?auth=f048ee6c76bfd3589e1403d7cd579a439dbeb337e9070fe86eaf852ba147499e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Una bandera de Puerto Rico ondea frente al edificio del Capitolio en San Juan, Puerto Rico, el 29 de julio de 2015. (AP Foto/Ricardo Arduengo/Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Arduengo</media:credit></media:content></item><item><title><![CDATA[Angels star Mike Trout placed on 10-day injured list with right hamstring strain]]></title><link>https://www.local10.com/sports/2026/06/18/angels-star-mike-trout-placed-on-10-day-injured-list-with-right-hamstring-strain/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/18/angels-star-mike-trout-placed-on-10-day-injured-list-with-right-hamstring-strain/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WEST SACRAMENTO, Calif. (AP) — Los Angeles Angels outfielder Mike Trout is back on the injured list.]]></description><pubDate>Fri, 19 Jun 2026 01:20:39 +0000</pubDate><content:encoded><![CDATA[<p>WEST SACRAMENTO, Calif. (AP) — Los Angeles Angels outfielder Mike Trout is back on the injured list.</p><p>The team announced before Thursday night's game against the Athletics that the 11-time All-Star was placed on the 10-day IL due to a right hamstring strain. The Angels recalled infielder Christian Moore from Triple-A Salt Lake among a flurry of moves.</p><p>Trout told MLB.com that the injury occurred when he was running to first base Wednesday in the Angels' 8-1 loss to the Arizona Diamondbacks.</p><p>“From last night to today, it’s a night-and-day difference, so that’s positive for me,” Trout told MLB.com. “I was a little worried last night, but had a plane ride and just sitting down after playing, so that kind of came into effect. But feels way better today, so I’m not overly concerned about it. But I’m going to do everything I can in that training room and the weight room to get back.”</p><p>Injuries have hindered Trout for much of this decade. Since winning his third AL MVP award in 2019, Trout has played more than 82 games in a season just twice – 119 in 2022 and 130 in 2025.</p><p>The 34-year-old Trout had played in 74 of 75 games this year in a resurgent season. He's batting .234 with an .866 OPS, 17 homers, 36 RBIs and seven steals.</p><p>He entered Thursday with an AL-leading 54 runs, a total that was tied for second in the majors behind Washington’s James Wood. Trout's 66 walks also ranked second in the big leagues, behind the Athletics’ Nick Kurtz.</p><p>Trout had the second-highest vote count of any AL outfielder in the All-Star Game balloting totals that were released this week. He grew up near Philadelphia, where this year’s All-Star Game will take place next month.</p><p>The injury to Trout created an opportunity for Moore, who was hitting .333 with a .468 on-base percentage, nine homers, 45 RBIs and 10 steals in 51 games at Salt Lake while playing second base, third base and the outfield.</p><p>Moore hit .198 with a .284 on-base percentage, seven homers, 16 RBIs and three steals in 53 games with the Angels last season.</p><p>In other moves, the Angels recalled right-hander Ryan Johnson from Double-A Rocket City, released left-hander Drew Pomeranz and optioned right-hander Brett Kerry and catcher Logan Porter to Salt Lake.</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JYLGFNRM7BRZ5LFSFBC2PLTC5I.jpg?auth=b8c94d5e8ccba926734a45eabbfe52885976cd631a140d89fa74346f5007582f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels' Mike Trout (27) reacts after hitting a two-run home run against the Arizona Diamondbacks in the fifth inning of a baseball game, Tuesday, June 16, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NVKA4R43AH6OZGN3UWGDLO7PIY.jpg?auth=35d70c4a0c057859c3bd3ca706df18d3335fd94351585cf6f8955e20eaea77ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels' Mike Trout (27) and manager Kurt Suzuki talk before a baseball game against the Arizona Diamondbacks, Wednesday, June 17, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M2YWDZYBRG74R6X2WG75YGQTJE.jpg?auth=09d507b605a18c32a6579fe841e0870c159155548170ade9fc192a1d82bd98ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels' Mike Trout reacts after getting hit with a pitch in the third inning of a baseball game against the Arizona Diamondbacks, Monday, June 15, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content></item><item><title><![CDATA[Keith Mitchell goes from lows to highs in record-setting turnaround at US Open]]></title><link>https://www.local10.com/sports/2026/06/18/keith-mitchell-goes-from-lows-to-highs-in-record-setting-turnaround-at-us-open/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/18/keith-mitchell-goes-from-lows-to-highs-in-record-setting-turnaround-at-us-open/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[SOUTHAMPTON, N.Y. (AP) — Golf is filled with tales of players improving their score by 12 shots over two rounds. Most astounding about Keith Mitchell was doing it in just over two hours.]]></description><pubDate>Fri, 19 Jun 2026 00:37:57 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHAMPTON, N.Y. (AP) — Golf is filled with tales of players improving their score by 12 shots over two rounds. Most astounding about Keith Mitchell was doing it in just over two hours.</p><p>Mitchell set a U.S. Open record Thursday at Shinnecock Hills when he became the only player to post a score in the 40s on nine holes, and follow that with a score in the 20s on the next nine.</p><p>He went 41-29. It added to an even-par 70, and Mitchell still isn't sure what happened. He was coming off a bogey on the par-5 16th, and his first thought was whether he would finish.</p><p>“I was thinking about trying to break 80,” he said. “I was just trying to keep in it in the fairway, on the green and maybe have a chance to make the cut. And then it all flipped.”</p><p>His 29 tied the Shinnecock Hills record for nine holes set by Neal Lancaster in 1995 (Lancaster is the only player to twice shoot 29 on nine holes in the U.S. Open).</p><p>How it started is something Mitchell would like to forget. He went over the par-4 10th green to start his round, took two chips and two putts and had a double bogey. He went over the green on the par-3 11th and made bogey. Going long is to be avoided on those holes.</p><p>“All week I've been told not to do that,” Mitchell said. “It's the sum of all fears.”</p><p>After a string of bogeys, he hit a good tee shot into the par-3 17th and two-putted for par. He hit another good iron on the 18th and two-putted for par, both of them in the 20-foot range.</p><p>Those pars sparked the turnaround.</p><p>“There's a lot less pressure when you're 6 over and you're just rocking and rolling,” he said.</p><p>He was rolling, all right. The wind switched and was at his back on the first hole, so his caddie suggested he hit driver.</p><p>“Best swing of the day,” Mitchell said. It led to birdie, and he was on his way.</p><p>He hit wedge to 3 feet on the third, holed a 10-footer for birdie on the fourth, and then hit his second shot to 12 feet on the par-5 fifth and made eagle. He closed out his remarkable round with an approach to 8 feet on the rough nine for his 29.</p><p>He might have taken a 70 at the start of the day. He certainly would have taken it after his opening seven holes.</p><p>“If you hit the fairway, you have a chance — I didn't do that very often on the back nine — and then you have a chance to get on the green,” Mitchell said.</p><p>He did that on the front nine, not missing a fairway and only missing the green on one of the long holes. And suddenly, the game felt easy.</p><p>“Fortunately, I hit it really, really well,” he said.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HTNU56IPJQ7YZAHWIAOOTBA3R4.jpg?auth=c82fbf1d5ecb0ca09ae0ae3c3270db0a6d9b721177d9a2ce7688becc342f898d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Keith Mitchell watches his tee shot on the 13th hole during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MESS4KQA2WA3EDFO2TEY674EHA.jpg?auth=8e2258eb9983e0052614ced29299f1f54be7c1f084541a166261c4008db11529&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Keith Mitchell hits from the rough on the 13th hole during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content></item><item><title><![CDATA[US strike on an alleged drug boat kills 3 in the eastern Pacific Ocean]]></title><link>https://www.local10.com/news/world/2026/06/18/us-strike-on-an-alleged-drug-boat-kills-3-in-the-eastern-pacific-ocean/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/18/us-strike-on-an-alleged-drug-boat-kills-3-in-the-eastern-pacific-ocean/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The U.S. military attacked a boat accused of smuggling drugs in the eastern Pacific Ocean on Thursday, killing three people, as the Trump administration wages a monthslong campaign against alleged traffickers in Latin America.]]></description><pubDate>Fri, 19 Jun 2026 04:42:41 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. military attacked a boat accused of smuggling drugs in the eastern Pacific Ocean on Thursday, killing three people, as the Trump administration wages a monthslong campaign against alleged traffickers in Latin America.</p><p>The latest attack brings the number of people who have been killed in boat strikes by the U.S. military to at least 211 since the Trump administration began targeting those it calls “narcoterrorists” in early September.</p><p>As with most of the military’s statements on strikes in the eastern Pacific Ocean and Caribbean Sea, U.S. Southern Command said it targeted the alleged drug traffickers along known smuggling routes. The military did not provide evidence that the vessel was ferrying drugs. A video posted on X showed a boat speeding through the water before being struck and bursting into flames.</p><p>President Donald Trump has said the U.S. is in “armed conflict” with cartels in Latin America and has justified the attacks as a necessary escalation to stem the flow of drugs into the United States and fatal overdoses claiming American lives. But his administration has offered little evidence to support its claims of killing “narcoterrorists.”</p><p>Critics have questioned the overall legality of the boat strikes as well as their effectiveness, in part because the fentanyl behind many fatal overdoses is typically trafficked to the U.S. over land from Mexico, where it is produced with chemicals imported from China and India.</p><p>Senators on Thursday demanded that the Pentagon release “unedited video” of the strikes. They have drawn intense scrutiny from some Democratic lawmakers and military legal scholars. The U.S. military’s first strike in early September drew particular concern from some lawmakers and those who study military law.</p><p>Two men on the boat initially survived the attack that killed nine others, and they were clinging to the wreckage when the vessel was struck again, killing them. The White House confirmed the follow-up strike, insisting it was done “in self-defense” to ensure the boat was destroyed and in accordance with the laws of armed conflict.</p><p>But some legal scholars said a second strike killing survivors would have been illegal under any circumstance, armed conflict or not.</p><p>The Pentagon’s watchdog said in May that it plans to look into whether the U.S. military followed an established targeting framework when carrying out the strikes. However, the evaluation is focused specifically on what’s known as the six-phase Joint Targeting Cycle and not on the legality of the strikes, the inspector general’s office said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FC6FCROCIMCRB2BMVQYDNGHY3Y.jpg?auth=3befeb46c457bed34ca22b2100377cb7937d69676f0f8855d1f1cd398d57a405&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 a Cabinet meeting at the White House, Wednesday, May 27, 2026, in Washington, as Secretary of Defense Pete Hegseth, looks on. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Florida Senator wins award for constituent service ]]></title><link>https://www.local10.com/news/politics/2026/06/18/florida-senator-wins-award-for-constituent-service/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/18/florida-senator-wins-award-for-constituent-service/</guid><dc:creator><![CDATA[Ross Ketschke]]></dc:creator><description><![CDATA[Senator Ashley Moody has been recognized for her office’s service to Floridians. ]]></description><pubDate>Thu, 18 Jun 2026 23:46:53 +0000</pubDate><content:encoded><![CDATA[<p>Senator Ashley Moody has been recognized for her office’s service to Floridians. </p><p>The Republican Senator was awarded for best constituent service by the bipartisan Congressional Management Foundation. The title is part of the group’s annual Democracy Awards, which recognizes the work of lawmakers and their offices to serve communities around the country. </p><p>The constituent service award is given to a member of each party to spotlight their high levels of assistance helping people in their home states access government resources and benefits. According to Moody, her office assisted nearly 9,000 Floridians in the last year, including more than 1,000 veterans and active-duty service members. </p><p>In an interview with Local 10 in Washington, Moody credited the persistent work of her staff and their commitment to serving the state. </p><p>“When I met with my staff, I personally said ‘I want you to treat every problem that comes in as if it a problem of yours,” Moody said. “many of them feel this as a calling, what they do on behalf of Floridians.”</p><p>Moody was appointed to her seat in the Senate last year by Gov. Ron Desantis, replacing Marco Rubio, who was tapped to serve as President Donald Trump’s Secretary of State. </p><p>The Constituent Service Award was also given to California Democratic Senator Adam Schiff. Democratic Rep. Sarah McBride of Delaware and Independent Rep. Kevin Kiley of California were given the award in the House. </p>]]></content:encoded></item><item><title><![CDATA[Democrats Wahab, Hernandez advance in California special election to finish Swalwell’s term]]></title><link>https://www.local10.com/news/politics/2026/06/18/democrats-wahab-hernandez-advance-in-california-special-election-to-finish-swalwells-term/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/18/democrats-wahab-hernandez-advance-in-california-special-election-to-finish-swalwells-term/</guid><dc:creator><![CDATA[By JESSE BEDAYN, Associated Press]]></dc:creator><description><![CDATA[Democratic candidates have secured the two slots for a special general election to serve out the remaining term of former California U.S. Rep. Eric Swalwell, who resigned from Congress after sexual assault and misconduct allegations.]]></description><pubDate>Fri, 19 Jun 2026 00:57:06 +0000</pubDate><content:encoded><![CDATA[<p>Democratic candidates have secured the two slots for a special general election to serve out the remaining term of former California U.S. Rep. Eric Swalwell, who resigned from Congress after sexual assault and misconduct allegations.</p><p>State Sen. Aisha Wahab and Melissa Hernandez, a Bay Area Rapid Transit director who advanced Thursday, received the most votes in a crowded field of both Democrats and Republicans to move on to the Aug. 18 special general election.</p><p>Wahab had a lead in votes, but Hernandez said her path forward to August is “digging into the numbers, and going out to those areas where we know that we can secure votes."</p><p>“I connect to voters, and that’s one thing that is definitely different than my opponent," she said, reiterating her focus on bringing down costs for lower and middle class families. “We’re going to fight the good fight.”</p><p>Whoever wins the special election in August will fill Swalwell’s seat through January. At that time, the winner of the regular general election in November will take over for a full, two-year term. In this case, that will also be Wahab or Hernandez, who snagged the top two spots in the regular primary that was held on June 2, similarly locking out Republican challengers.</p><p>That means both candidates are running in two separate elections for California’s 14th Congressional District, which includes East Bay cities such as Fremont, Hayward and Livermore. It would’ve been an uphill fight for a Republican to win in the heavily Democratic district. The three top vote-getters in the special election were Democrats, with businesswoman and attorney Rakhi Israni Singh finishing behind Hernandez.</p><p>Whoever wins the special election in August will likely get a boost of visibility and a few months of experience in Congress that they can tout during the November general election campaign.</p><p>Wahab, who didn't immediately respond to a request for comment Thursday, is an established presence in California politics as the Senate’s assistant majority leader. She has campaigned on a more progressive platform and has detailed her track record in public office.</p><p>That includes expanding social safety net programs and renter protections, promoting social justice issues and pledging to support small businesses by cutting bureaucratic hurdles.</p><p>Hernandez, who was the former mayor of the East Bay city of Dublin, has highlighted similar goals while emphasizing a business-friendly approach. For lowering costs, Hernandez said she would “prioritize growing small businesses” and promote incentives to build housing. She also would push to lower health insurance premiums by restoring insurance subsidies.</p><p>One of them will replace Swalwell after he served for seven terms before resigning in April and dropping his bid for California governor. That was prompted by a San Francisco Chronicle report of allegations that he sexually assaulted a woman twice, including when she worked for him.</p><p>CNN later reported that other women accused him of sending inappropriate messages and nude photos.</p><p>Swalwell, a Democrat, has repeatedly denied the accusations but said it would be unfair to his constituents to remain in Congress.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZELQ4LCCA5S6X2BXLHWUVB4Y24.jpg?auth=e4243003ebb746c2e1633b48925142598252cb27eaeff267113bfccb366128d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Melissa Hernandez, a Democratic candidate for Congress in California's 14th district, knocks on doors on Sunday, June 14, 2026, in Pleasanton, Calif. (AP Photo/Annie Barker )]]></media:description><media:credit role="author" scheme="urn:ebu">Annie Barker</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XTLBPJNXR23LY73PGAQFRNEROQ.jpg?auth=7f7defcc21d46373b874d82b19fa47c79b4feb1030e8dbbc37a36ef169cdbd3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[State Sen. Aisha Wahab, a Democratic candidate for Congress in California's 14th district, poses for a photo outside the state legislature on Monday, June 15, 2026, in Sacramento, Calif. (AP Photo/Annie Barker)]]></media:description><media:credit role="author" scheme="urn:ebu">Annie Barker</media:credit></media:content></item><item><title><![CDATA[Five years after a Navajo elder vanished, the man who robbed her was released from prison]]></title><link>https://www.local10.com/news/national/2026/06/18/five-years-after-a-navajo-elder-vanished-the-man-who-robbed-her-was-released-from-prison/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/18/five-years-after-a-navajo-elder-vanished-the-man-who-robbed-her-was-released-from-prison/</guid><dc:creator><![CDATA[By SAVANNAH PETERS, Associated Press]]></dc:creator><description><![CDATA[EDGEWOOD, N.M. (AP) — Five years to the day that Navajo elder Ella Mae Begay disappeared from her home in a remote corner of Arizona, the man who acknowledged beating her, stealing her truck and leaving her on the roadside is free from prison.]]></description><pubDate>Thu, 18 Jun 2026 23:24:57 +0000</pubDate><content:encoded><![CDATA[<p>EDGEWOOD, N.M. (AP) — Five years to the day that Navajo elder Ella Mae Begay disappeared from her home in a remote corner of Arizona, the man who acknowledged beating her, stealing her truck and leaving her on the roadside is free from prison.</p><p>Preston Tolth pleaded guilty to robbing Begay and was sentenced on May 8 to five years in prison with credit for three years already served. He was released Monday, according to the Federal Bureau of Prisons.</p><p>Begay’s relatives, who expected Tolth to remain in custody until at least 2028, said they were shocked when they heard Monday. The eldest of her three children, Gerald Begay, learned of Tolth’s release while wrapping up his workday on a construction site and reflecting on the somber anniversary of his mother’s still-unsolved disappearance.</p><p>“This is just another slap in the face," Begay said.</p><p>Begay, a prolific weaver of Navajo-style rugs and a grandmother of nine, was 62 when she disappeared from Sweetwater on the Navajo Nation. Family and community members searched for her, pressured law enforcement for action and drew national media attention to the case that’s been symbolic of the crisis of violence against Indigenous people.</p><p>Shortened sentence</p><p>Scott Taylor, a spokesperson for the Federal Bureau of Prisons, said Tolth received credit for good conduct while incarcerated and under a statute that counts time served after the commission of a crime but before sentencing, including on unrelated charges.</p><p>“The release was calculated in full accordance with federal sentencing law and Bureau of Prisons policy,” Taylor said Thursday.</p><p>According to New Mexico court records, Tolth was incarcerated while facing multiple state charges between the time he robbed Begay on June 15, 2021, and his April 2023 arrest. Those separate charges ultimately were dismissed.</p><p>The U.S. Attorney’s Office in Arizona and a public defender who represented Tolth confirmed the conditions of release but otherwise declined comment.</p><p>Mark Osler, an expert on sentencing at the University of St. Thomas, said the Federal Bureau of Prisons routinely shortens sentences to reduce overcrowding and recidivism. The bureau has no obligation to notify victims and their families of releases.</p><p>“What’s unfortunate here is the lack of communication,” Osler said. “These are people that have been hurt and society owes more to them.”</p><p>An elder vanished</p><p>On the morning of June 15, 2021, Begay's daughter, who lived next door to her, called 911 to report a break-in at her own home, according to the Navajo Nation Department of Criminal Investigations. By the time officers arrived 90 minutes later, Begay told them the intruder had left and something else that struck her as odd: She had just seen her mother’s truck leave the driveway, even though it was well before sunrise.</p><p>According to the department, officers “checked on” Begay's house and noted that the doors were locked but did not confirm if Begay was home. Nine hours later, she was declared missing and tribal police began investigating.</p><p>Begay's family pointed law enforcement to Tolth, whose father was dating Begay's sister. Investigators twice interrogated him, and Tolth admitted stealing Begay's truck with her in it, repeatedly punching her in the face and leaving her on the road. He acknowledged he may have hit her hard enough to kill her.</p><p>But a federal judge later ruled that confession inadmissible, saying the FBI failed to honor Tolth's right to refuse questioning. Federal prosecutors then opted to negotiate an agreement rather than go to trial.</p><p>“A miscarriage of justice”</p><p>Court documents outlined an unstable childhood for Tolth, marked by homelessness, early substance abuse and parental neglect. A sentencing memo noted he planned to seek mental health treatment once out of prison. He is required to spend six months in a residential reentry center, better known as a halfway house, and will be supervised for three years, under his conditions of release.</p><p>The Associated Press left messages for several of Tolth's relatives on social media platforms this week seeking comment.</p><p>Begay's case received more resources and attention than most involving Indigenous people who are missing or have been killed, said Mary Kathryn Nagle, a Cherokee Nation citizen and attorney who has advocated for Begay's family. The timeline, however, is emblematic of widespread failures, she said.</p><p>“Most never have their case investigated at all,” Nagle said. “It’s troubling to see (Begay’s) case, even after making it this far, end in a miscarriage of justice.”</p><p>Begay has never been found. At the May sentencing hearing, Tolth's attorney said he made a good faith effort to lead investigators to where he left Begay when he fled in her truck.</p><p>On Monday, Begay's niece, Seraphine Warren, walked over 100 miles (161 kilometers) from Sweetwater to the Navajo Nation capital of Window Rock, Arizona, carrying one of her aunt's weavings to mark the anniversary of her disappearance. The news of Tolth's release “gutted” her after an emotional day, she said.</p><p>“That date will haunt us forever,” Warren said through tears. “Now it’s not just the day my auntie went missing, it’s the day we were told, ‘You aren’t worth anything.’”</p><p>——</p><p>This story is published through the Global Indigenous Reporting Network at The Associated Press.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IB5YF63NHAD7MIFRJR7MOWHCW4.jpg?auth=d3fb37f14897005d8aa94b140ef7737d370910b89b8b099cdd1c8b2e17d7f86a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Weavings created by Ella Mae Begay, who went missing from her home, are displayed in her son's home in Denver, April 2, 2026. (AP Photo/Thomas Peipert,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Peipert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6ASIQIGEDOYPYH7D2D62ZXXRXU.jpg?auth=cb61a7a39909eb38751008c73f7bd48ffd7a6d02ea88d991dd41c98af6392b3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Gerald Begay, whose mother Ella Mae Begay went missing from her home, shows a photo of her on his phone in Denver, Thursday, April 2, 2026. (AP Photo/Thomas Peipert,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Peipert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TRBWIELTCM7FOQF2GMIDU5E3NA.jpg?auth=c6ca1ac7e9ab2f5d3d9f7e0e922b309053cd3b7aa100f32395de280a5e69713d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Gerald Begay, whose mother Ella Mae Begay went missing from her home, shows a neck tattoo memorializing her in his home in Denver, April 2, 2026. (AP Photo/Thomas Peipert,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Peipert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CBRP7AGDGMLJKT6WQVOJUHO6GE.jpg?auth=7e8f55cb00f17f6f9e24f82da85b5067e7cc53764a40a9d1c1b2a22a8c790634&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Gerald Begay, whose mother Ella Mae Begay went missing from her home, poses for a portrait in his home in Denver, April 2, 2026. (AP Photo/Thomas Peipert,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Peipert</media:credit></media:content></item><item><title><![CDATA[Yan Liu of China shoots 66 in chilly and windy conditions to take LPGA Tour lead]]></title><link>https://www.local10.com/sports/2026/06/18/yan-liu-of-china-shoots-66-in-chilly-and-windy-conditions-to-take-lpga-tour-lead/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/18/yan-liu-of-china-shoots-66-in-chilly-and-windy-conditions-to-take-lpga-tour-lead/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BELMONT, Mich. (AP) — Yan Liu of China shot a 6-under 66 in chilly and windy conditions Thursday morning to take the first-round lead in the Meijer LPGA Classic.]]></description><pubDate>Thu, 18 Jun 2026 23:21:32 +0000</pubDate><content:encoded><![CDATA[<p>BELMONT, Mich. (AP) — Yan Liu of China shot a 6-under 66 in chilly and windy conditions Thursday morning to take the first-round lead in the Meijer LPGA Classic.</p><p>Liu closed with a birdie on the par-5 18th at Blythefield Country Club. The 28-year-old player is winless on the LPGA Tour.</p><p>“Very happy I put myself on this position,” Liu said. “I think nothing to lose so I just do my best.”</p><p>American Jessica Porvasnik and Cassie Porter of Australia were a stroke back.</p><p>“Was definitely pretty windy, but kind of the wind direction I really liked out there,” Porvasnik said. “West-northwest kind of suited my game well.”</p><p>Jennifer Kupcho was at 68 with Youmin Hwang, Minji Kang, Nastasia Nadaud, Benedetta Moresco and Daniela Darquea.</p><p>“To start it was really windy," Kupcho said. “Had kind of bit of a stomach ache, so a little bit rough start to the beginning of the round.”</p><p>Amateur star Kiara Romero shot a 72 playing on a sponsor exemption. She's the No. 1 amateur in the world and was the low amateur at the U.S. Women’s Open, where she tied for sixth.</p><p>Defending champion Carlota Ciganda also opened with a 72.</p><p>Two-time winner Brooke Henderson had a 73. Second-ranked Jeeno Thitikul shot 74.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q4LTKEH5NUYOCUGKNNSZV5XTJE.jpg?auth=9dff27cb05fd01dede063952c94ea2ef511e39e01c0cef12dfabeee91fae8133&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kiara Romero watches her tee shot on the ninth hole during the first round of the Meijer LPGA Classic golf tournament, Thursday, June 18, 2026, in Belmont, 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/RNRJOXZ5P6NMOAZCU5ZP6CRFSY.jpg?auth=30322ec163b00d3b6969190e50d2e4967426091e38a814501187038808b944e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jessica Porvasnik watches her tee shot on the ninth hole during the first round of the Meijer LPGA Classic golf tournament, Thursday, June 18, 2026, in Belmont, 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/UIMKKSYHIICIP4H4IZ244K44AI.jpg?auth=e7904a870c988a8e9879c40063ab1accebdafda0dea15fc000a9682650695079&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Yana Wilson hits out of a bunker on the eighth hole during the first round of the Meijer LPGA Classic golf tournament, Thursday, June 18, 2026, in Belmont, 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/IQXWG7NXDPGY3WZ4S76X27NSN4.jpg?auth=ad5c6e423620492a24b0274c89feabc4edbbb2891fd610e77075b17e30655425&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alison Lee sinks a putt on the eighth hole during the first round of the Meijer LPGA Classic golf tournament, Thursday, June 18, 2026, in Belmont, Mich. (AP Photo/Al Goldis)]]></media:description><media:credit role="author" scheme="urn:ebu">Al Goldis</media:credit></media:content></item><item><title><![CDATA[Senators seek to block Hegseth travel funds until Pentagon releases report on Iran school strike]]></title><link>https://www.local10.com/news/politics/2026/06/18/senators-seek-to-block-hegseth-travel-funds-until-pentagon-releases-report-on-iran-school-strike/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/18/senators-seek-to-block-hegseth-travel-funds-until-pentagon-releases-report-on-iran-school-strike/</guid><dc:creator><![CDATA[By LISA MASCARO and KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Senators are seeking to block Defense Secretary Pete Hegseth's travel funds until the Pentagon submits several overdue reports to lawmakers, including its investigation into a deadly strike on an elementary school in Iran at the start of the U.S.-Israeli war.]]></description><pubDate>Fri, 19 Jun 2026 00:15:11 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Senators are seeking to block Defense Secretary Pete Hegseth's travel funds until the Pentagon submits several overdue reports to lawmakers, including its investigation into a deadly strike on an elementary school in Iran at the start of the U.S.-Israeli war.</p><p>According to an annual defense authorization bill, filed this week, much of the travel funds for the defense secretary’s office may not be spent until Hegseth submits "unredacted civilian harm investigations," including for the Feb. 28, 2026, strike on the Minab school. Officials have preliminarily said the U.S. was responsible for the strike, which was blamed on outdated intelligence.</p><p>Congress, which conducts oversight of the Pentagon, has not yet received the Defense Department's report on the investigation. It is believed to have been completed last month.</p><p>Sen. Jack Reed, the top Democrat on the Senate Armed Services Committee, said in a statement that this year's annual defense package “forces the Secretary to be more accountable to Congress and will prevent many errors of the past from being repeated in the future.”</p><p>Strike on elementary school became a flashpoint</p><p>The bombing of the elementary school on the first day of the U.S. war against Iran killed more than 165 people, many of them children, at the campus adjacent to a Revolutionary Guard base. It quickly became a focal point of the conflict.</p><p>Outdated intelligence likely led to the United States carrying out the missile strike, according to those familiar with the preliminary findings in March. If so, it would stand among the highest civilian casualty events caused by American military operations in the last two decades.</p><p>Senators from both parties tucked the new provisions blocking Hegseth's travel funds into the National Defense Authorization Act to force release of the investigation.</p><p>The Senate bill text said not more than 25% of the defense secretary’s travel funds may be spent until he submits the investigations, "including all relevant supporting documents,” for several incidents of civilian harm.</p><p>The Pentagon didn't immediately respond to a request for comment.</p><p>Senators also demand video of the boat strikes near Venezuela</p><p>Senators also are seeking to withhold Hegseth's travel funds until the Pentagon releases “unedited video” of the U.S. strikes against alleged drug-trafficking boats near Venezuela.</p><p>The Pentagon has conducted a monthslong campaign of strikes on boats in the Caribbean Sea and eastern Pacific Ocean, killing at least 211 people so far. Many of the attacks have been captured on videos that the department announces by posting select footage on social media.</p><p>In at least one instance, survivors have been killed in follow-on strikes, which experts have said is at odds with military law and rules of engagement. Lawmakers also pressed for such video in last year's defense package.</p><p>Additionally, lawmakers are seeking three other investigations into a series of strikes in Yemen in April 2025. They were conducted during the U.S. military's campaign against Iranian-backed Houthi rebels who were attacking merchant ships in the Red Sea.</p><p>The list of requested investigations includes a strike on a port that left at least 70 dead and more than 170 wounded and a strike on neighborhood in Sanaa, the rebel-held capital of Yemen, that hit a house, killing at least four people and wounding 16 others.</p><p>The casualty figures for both were provided by the Houthis.</p><p>At the time, U.S. Central Command didn’t answer questions relating to the strikes in Yemen. Following the port strike, it said it “was not intended to harm the people of Yemen.” Central Command argued it was intended to “eliminate this source of fuel for the Iran-backed Houthi terrorists and deprive them of illegal revenue that has funded Houthi efforts to terrorize the entire region for over 10 years.”</p><p>Senators conduct oversight as part of sweeping defense bill</p><p>The reports being requested from the Pentagon are to be submitted to the Armed Services committees in the House and Senate.</p><p>The directive comes as part of the annual defense bill, a sprawling 1,500-page document that sets policy for the coming year. The package is compiled by both parties — Republicans, who hold the majority in the Senate, and Democrats in the minority.</p><p>It’s one of the rare bipartisan measures that is almost always approved by Congress.</p><p>The Senate Armed Services Committee advanced the measure last week, and it is now headed to the full Senate for a vote.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3VRC7WJ6MPFOHTZBBSXRTIYJHE.jpg?auth=cac47f8fc7445b32d55a1dc9e60d9bebea83ace207a8390f641a2449d181f06e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense Secretary Pete Hegseth attends a Medal of Honor ceremony in the East Room of the White House, Thursday, June 18, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Trump presents the Medal of Honor to 3 veterans for heroism in Vietnam and Afghanistan]]></title><link>https://www.local10.com/news/politics/2026/06/18/trump-presents-the-medal-of-honor-to-3-veterans-for-heroism-in-vietnam-and-afghanistan/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/18/trump-presents-the-medal-of-honor-to-3-veterans-for-heroism-in-vietnam-and-afghanistan/</guid><dc:creator><![CDATA[By COLLIN BINKLEY and WILL WEISSERT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump gave the Medal of Honor to three veterans on Thursday, honoring acts of heroism that saved lives and repelled enemy forces in Vietnam and Afghanistan.]]></description><pubDate>Fri, 19 Jun 2026 00:15:14 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump gave the Medal of Honor to three veterans on Thursday, honoring acts of heroism that saved lives and repelled enemy forces in Vietnam and Afghanistan.</p><p>Trump bestowed the military's highest honor on Marine Corps Maj. James Capers Jr. and Army Maj. Nicholas Dockery. He also awarded it posthumously to Marine Corps Col. John W. Ripley, who died in 2008.</p><p>“These are great men, great people,” Trump said at the ceremony. “We thank you and we will never, ever forget you.”</p><p>Capers led a selfless rescue after a deadly ambush</p><p>Capers, 88, was honored for risking his life to ensure the safety of his fellow Marines after they were ambushed in Vietnam in 1967. What was supposed to be a reconnaissance mission to find a suspected North Vietnamese base camp turned into days of bloody fighting in dense jungle, according to his citation.</p><p>On the fourth day, his team was ambushed and outnumbered by Vietnamese fighters. A mine explosion left Capers with a broken leg and serious wounds to his abdomen.</p><p>“After a shot of morphine, Jim asserted command of the firefight,” Trump said, drawing on accounts of the mission. “He took over like nobody’s ever seen before.”</p><p>Capers called in air support to repel the ambush. When a rescue helicopter arrived, Capers loaded all the wounded men before climbing aboard.</p><p>Trump shared a moving moment with Capers as the president pinned the Medal of Honor around his neck, clasping Capers by the shoulders and pulling him forward to make sure the medal was straight and level against his chest. Capers had been keeping a straight face but broke into a smile when Trump grinned.</p><p>Ripley single-handedly laid explosives to destroy key bridge</p><p>Ripley was honored for a heroic effort to halt the advance of North Vietnamese forces by blowing up a crucial bridge in 1972.</p><p>A force of more than 30,000 North Vietnamese soldiers and 200 tanks was approaching the bridge in the village of Dong Ha when Ripley single-handedly placed 500 pounds of explosives to bring it down, according to his citation.</p><p>Over the course of five hours, Ripley climbed back and forth along the bridge's steel beams, exposing himself to enemy fire as he placed the charges.</p><p>“John completed not one, not two, but five such trips,” Trump said, calling him a “very strong guy.”</p><p>Ripley said a prayer, then detonated the bridge, sending it into the water below and halting the North Vietnamese advance, Trump said.</p><p>Ripley died in 2008. His three sons and other family members attended the ceremony.</p><p>Dockery rescued wounded soldiers before coordinating rescue</p><p>Dockery's platoon members were guarding a compound in Afghanistan's Kapisa Province in 2012 when they were ambushed by an estimated 150 Taliban fighters. He raced across open ground to rally his scattered team then set out to find missing soldiers, according to his citation.</p><p>After carrying a wounded soldier away from gunfire, he spotted two enemy fighters heading toward another wounded soldier in an alley. Dockery killed the two fighters before performing CPR on the American soldier to get him breathing again, his citation said. Dockery called in mortar support, then shielded the wounded soldier from the blasts with his own body.</p><p>After hours of fighting in the close urban setting, Dockery used smoke grenades to signal enemy positions for American gunships. He refused to leave the village until all the wounded soldiers were taken to safety.</p><p>“You were the last man to depart the battlefield that day," Trump told him, “and you left it a legend and a hero."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/363ZK36TEFFBFNUJTCOOOEHU44.jpg?auth=aa5240e9cbdc232da40e343d4ed674c641c1798ca54898067b2d419544515410&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump presents the Medal of Honor to retired U.S. Marine Corps Maj. James Capers, Jr., during an East Room ceremony at the White House in Washington, Thursday, June 18, 2026 in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FGOSC4MQ3GNPKE2Y6LKEMMQSLI.jpg?auth=941d1b78603ad94d7b9dcd250f9eecdcdf851be530693f83dbeae483ed68b5c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, right, awards the Medal of Honor to retired Army Maj. Nicholas Dockery, in the East Room of the White House, Thursday, June 18, 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/PCZTP3M6TLPX64DPZW4DLZLYGA.jpg?auth=a23bb5894e29f4a1c9c4ad01813491b46a3aa3117918ecc6d51aa2c62c642751&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump stands with Tom Ripley, son of U.S. Marine Corps Col. John W. Ripley, as he posthumously presents the Medal of Honor during an East Room ceremony at the White House in Washington, Thursday, June 18, 2026 in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QBPBYVFAQ6Z6E77D3Y7W5AIM2M.jpg?auth=e9e2bfa9d7cd12765abacc440c17d79ab39a7591b80af15dd6f2fc6ec3aaae54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, right, awards retired Marine Maj. James Capers the Medal of Honor in the East Room of the White House, Thursday, June 18, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[June 18: Another steamy, June night and another simmering June day]]></title><link>https://www.local10.com/weather/2026/06/18/june-18-another-steamy-june-night-and-another-simmering-june-day/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/18/june-18-another-steamy-june-night-and-another-simmering-june-day/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[The weather will be mostly dry and quite warm across South Florida Thursday night. Miami-Dade and Broward counties can expect partly cloudy skies with haze from brushfire smoke still hanging over some areas. Temperatures are forecast to dip to the low 80s overnight.]]></description><pubDate>Thu, 18 Jun 2026 22:52:53 +0000</pubDate><content:encoded><![CDATA[<p>The weather will be mostly dry and quite warm across South Florida Thursday night. Miami-Dade and Broward counties can expect partly cloudy skies with haze from brushfire smoke still hanging over some areas. Temperatures are forecast to dip to the low 80s overnight.</p><p>Friday will feature a sun/cloud mix, plus haze in some areas. Temperatures will make a run for the low 90s as southeast winds stir. Heat indices are likely to peak around 105 degrees. A few afternoon inland thunderstorms could develop.</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[Court orders Ohio restrictions on kids’ use of social media restored]]></title><link>https://www.local10.com/business/2026/06/18/court-orders-ohio-restrictions-on-kids-use-of-social-media-restored/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/18/court-orders-ohio-restrictions-on-kids-use-of-social-media-restored/</guid><dc:creator><![CDATA[By JULIE CARR SMYTH, Associated Press]]></dc:creator><description><![CDATA[COLUMBUS, Ohio (AP) — Ohio's law requiring children under 16 to get parental consent to use social media apps must be restored, a divided panel of the Sixth Circuit Court of Appeals ruled Thursday.]]></description><pubDate>Fri, 19 Jun 2026 00:10:20 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBUS, Ohio (AP) — Ohio's law requiring children under 16 to get parental consent to use social media apps must be restored, a divided panel of the Sixth Circuit Court of Appeals ruled Thursday.</p><p>The decision comes as a blow to NetChoice, which has won court victories against identical digital identification laws in other states, including Arkansas, Louisiana and Georgia. The trade group representing TikTok, Snapchat, Meta and other major tech companies said the Ohio decision went against “clear national consensus” and that it intended to keep fighting.</p><p>“An unconstitutional law protects no one, and we remain focused on ensuring the First Amendment rights of Ohioans are protected,” said Paul Taske, director of the NetChoice Litigation Center.</p><p>Netchoice brought suit against Ohio's law in 2024, arguing that it was overly broad, vague and represented an unconstitutional impediment to free speech.</p><p>The Cincinnati-based Sixth Circuit's panel disagreed. In a 2-1 decision, it found that the law was not unconstitutional and sent it back to a lower court to have a block on the law's enforcement vacated.</p><p>“At bottom, the Act imposes a parental consent requirement,” Judge Eric Clay wrote in the lead opinion. “That requirement constitutes a marginal burden that precisely targets the multi-faceted problem that Ohio has identified: Children’s unsupervised assent to terms and conditions for use of platforms that take advantage of and harm them.”</p><p>Judge Alice Batchelder concurred, writing that “a statute is not vague just because it has a wide berth.”</p><p>Known as the Social Media Parental Notification Act, the Ohio law was part of an $86.1 billion state budget bill that Republican Ohio Gov. Mike DeWine signed into law in July 2023.</p><p>The administration pushed the measure as a way to protect children’s mental health, with then-Lt. Gov. Jon Husted, now a U.S. senator, saying at the time that social media was “intentionally addictive” and harmful to kids.</p><p>The law requires companies to get parental permission for social media and gaming apps and to provide their privacy guidelines so families know what content would be censored or moderated on their child’s profile.</p><p>Republican Ohio Attorney General Andy Wilson called Thursday's ruling “a win for Ohio families.”</p><p>“The court agreed that parents –- not social media companies –- should get a say in what kids see online,” he said in a statement. “We have an obligation to keep our children safe, and today, the most dangerous place for our kids is the internet. This decision gives parents the tools to be involved and provide oversight.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AB4EDHIB7FIUAH7JICTDGWSDFY.jpg?auth=5af7433848e713ae92cbd80dc8422c4a4ab89e262c6d53b8978cd20c87c463bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A car passes Facebook's new Meta logo on a sign at the company headquarters on Oct. 28, 2021, in Menlo Park, Calif. (AP Photo/Tony Avelar, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Avelar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AUVTPI6ZDD5AVFHAKWO5KZP7RY.jpg?auth=e40d686802978577874a9c7b3edc2c07cf38f3a20afd080f9287b08aff03b736&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A YouTube sign is shown near the company's headquarters in San Bruno, Calif., Wednesday, March 12, 2025. (AP Photo/Jeff Chiu, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Police shooting of a 1-year-old Mississippi boy ignites tension between police and Black residents]]></title><link>https://www.local10.com/news/national/2026/06/18/police-shooting-of-a-1-year-old-mississippi-boy-ignites-tension-between-police-and-black-residents/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/18/police-shooting-of-a-1-year-old-mississippi-boy-ignites-tension-between-police-and-black-residents/</guid><dc:creator><![CDATA[By TRAVIS LOLLER and SOPHIE BATES, Associated Press]]></dc:creator><description><![CDATA[JACKSON, Miss. (AP) — The fatal shooting of a 1-year-old boy by police who were responding to a shoplifting call this week has ignited simmering tensions between police and Black residents in the small town of Senatobia, Mississippi.]]></description><pubDate>Thu, 18 Jun 2026 22:32:35 +0000</pubDate><content:encoded><![CDATA[<p>JACKSON, Miss. (AP) — The fatal shooting of a 1-year-old boy by police who were responding to a shoplifting call this week has ignited simmering tensions between police and Black residents in the small town of Senatobia, Mississippi.</p><p>The death of Kohen Wiley is the latest in a series of troubling encounters with police that have outraged community members in recent years. It has led to protests and calls for greater police accountability in the town of 8,000, with some civil rights activists pointing to Kohen's death as another example of a Black life lost over something of nominal value — in this case, allegedly stolen diapers.</p><p>“We are treating items on a shelf as more valuable than a child,” Bernice King, the daughter of civil right icon Martin Luther King, Jr., said in a statement posted to Instagram on Wednesday. “That is not just bad policing; it is a moral collapse.”</p><p>Differing accounts of what happened</p><p>There are still many unanswered questions about the shooting and what led up to it.</p><p>Senatobia police responded to the shoplifting call at a local Walmart on Sunday, where they found two women and a child leaving the store, getting into a car and driving away. According to a statement released by the Mississippi Bureau of Investigation: “Officers attempted to stop the vehicle, but the driver drove in the direction of the officers, almost striking one. An officer then discharged their weapon and the vehicle fled the scene.”</p><p>Kohen’s mother, Vellesiya Wiley, said her son and her friend, who was driving, were hit by gunfire. In a video posted on social media Wednesday by civil rights attorney Ben Crump, Wiley said her friend was not driving toward the officers because they were “all on the right side and she was driving towards the left.”</p><p>She also disputes the shoplifting claim, saying in the video that she believes her friend paid for the diapers she was carrying.</p><p>Policing expert Ian Adams, who teaches criminal justice at the University of South Carolina, said regardless of the circumstances, the officer should not have fired at the car.</p><p>“Modern policing knows that shooting into a moving vehicle is a very bad idea and one to be avoided at almost all costs,′ Adams said. For one thing, ”vehicles have other occupants, which is obviously a concern here in the current case.”</p><p>Shooting revives racial justice concerns</p><p>Kohen was Black, as are his mother and her friend, and the circumstances leading to Kohen's death quickly drew comparisons to another Black mother shot during a response to a shoplifting accusation.</p><p>In 2023, Ta’Kiya Young, who was pregnant, was shot by police in a Columbus, Ohio, suburb, after they attempted to apprehend her. Police said Young, who was also the mother of two young sons, got into her car and accelerated in the direction of the officer who fired at her through the windshield. Both Young and her unborn daughter were killed.</p><p>The officer in that case was acquitted of criminal charges and found justified in his use of force by a review board.</p><p>The two deaths join a long list of other instances of Black Americans dying in interactions with police after accusations of petty criminal offenses. That list includes the murder of George Floyd in 2020, who was killed after police responded to a call that he used a fake $20 bill at a Minneapolis grocery store.</p><p>For some racial justice advocates, such cases serve as a constant reminder of the consequences of systemic racism in law enforcement.</p><p>“In the name of ‘law and order,’ a child was killed and family was shattered over items that could be restocked, written off, and replaced,” King wrote on Instagram. “Our charge is clear: until the sacredness of human life is the starting point of every police encounter, we must demand changes in training and work unrelentingly to reform policies around police accountability."</p><p>Tensions in Senatobia</p><p>Marquell Bridges, the president and founder of an advocacy group called the Building Bridges Coalition and who has been helping the Wiley family, said Kohen's death was “just the breaking point” after years of problematic interactions between Black residents and police.</p><p>Bridges pointed to an encounter last year in which an officer threatened Breshari Faulkner with a Taser, pulled her from her car onto the ground and arrested her during a confrontation over a handicapped parking space in the same Walmart lot where Kohen was shot.</p><p>Two years earlier, in 2023, a Senatobia officer was fired for his role in arresting a 10-year-old Black boy who had urinated in a different parking lot. The boy’s family settled a federal lawsuit with the city earlier this year.</p><p>“There is a culture there that they are above the law – just because they wear a uniform,” said civil rights attorney Carlos Moore, who has represented the 10-year-old boy and others accusing the department of misconduct.</p><p>Police did not respond to requests for comment from The Associated Press. The mayor and city aldermen also did not respond to messages.</p><p>About 40% of the city’s population of approximately 8,300 is Black, according to 2020 Census data. Police did not respond to questions about the racial makeup of the department, but the mayor and a majority of the Board of Alderman members are white. The city has elected only three Black aldermen since it became a municipality in 1860, according to the Tate Record, a local newspaper.</p><p>A toy lawnmower that blows bubbles</p><p>The officer who shot Kohen and the woman driving the car he was in has been placed on administrative leave, a standard practice, while the Mississippi Bureau of Investigation looks into what happened. They have promised to release video of the shooting once the investigation is complete.</p><p>Kohen's grandmother, Veronica Roberson, was there when Kohen was born and babysat him often. She described him as a happy little baby with “the prettiest smile you could ever imagine.”</p><p>She said he was a sweet child and: “He just loved on me, and I loved on him. We loved each other.”</p><p>One of his favorite toys was a little lawnmower that would blow bubbles when pushed. Roberson would sit outside with him while he played with it. “He really thought he was mowing my yard,” she said, laughing a little at the memory. “That baby was my world."</p><p>___</p><p>Loller reported from Nashville, Tennessee. Jack Brook contributed from New Orleans. Aaron Morrison contributed from New York City.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7DL37DAEKXXTKMU5SKK6KTS3IU.jpg?auth=f9c7336db33f414e87884e85df0b7a1f5aab8981f186fc05f1b3f92fa6b7adc4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo provided by Veronica Roberson in June 2026 shows her granddaughter, Kohen Wiley, of Senatobia, Miss. (Veronica Roberson via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Veronica Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MFUYQK3UU3UCKFWOFDV4G7BMYU.jpg?auth=935d7ae3af1dbeef37836d91d722b60776fe89eea7df6b874be60db10c661d9a&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 Marquell Bridges, a group of mourners attend a makeshift memorial for 1-year old Kohen Wiley, outside the Walmart where the boy was shot by police in Senatobia, Miss., on Wednesday, June 17, 2026. (Courtesy Marquell Bridges via AP)]]></media:description></media:content></item><item><title><![CDATA[Woman, 91, accused of firing BB gun at neighbor in Margate hate crime]]></title><link>https://www.local10.com/news/local/2026/06/18/woman-91-accused-of-firing-bb-gun-at-neighbor-in-margate-hate-crime/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/18/woman-91-accused-of-firing-bb-gun-at-neighbor-in-margate-hate-crime/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[A 91-year-old woman is facing a hate crime charge for firing a BB gun at her neighbor when she was living in Margate, authorities say.]]></description><pubDate>Thu, 18 Jun 2026 21:52:33 +0000</pubDate><content:encoded><![CDATA[<p>A 91-year-old woman is facing a hate crime charge for firing a BB gun at her neighbor while she was living in Margate, authorities say.</p><p><a href="https://www.local10.com/espanol/2026/06/18/acusan-a-mujer-de-91-anos-de-disparar-pistola-de-balines-a-vecina-en-crimen-de-odio-en-margate/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/acusan-a-mujer-de-91-anos-de-disparar-pistola-de-balines-a-vecina-en-crimen-de-odio-en-margate/">Leer en español</a></p><p>Police said the incident happened on May 4, 2025 in the 6800 block of Royal Palm Boulevard. Now, more than a year later, authorities took suspect Lois Helen Roeckelein into custody.</p><p>Residents in the 55-plus community describe Roeckelein, who turns 92 in July, as sharp as a tack and said that she was only trying to protect her property. But authorities said what she did was criminal.</p><p>Local 10 News spoke with the alleged victim, Marilyn Lopez, who said Roeckelein, then 90, fired at her while she was walking her dog, Cash, along a canal right behind Roeckelein’s home.</p><p>She said Roeckelein told her, “If you don’t get out of my property, I’m going to shoot you right now.”</p><p>Then, she said, “that lady started shooting.”</p><p>Lopez claims it wasn’t the first confrontation.</p><p>“That lady, two times before that, she said, ‘I will not rest until I see all of you immigrants go back where you belong,’” Lopez said.</p><p>Margate police responded to the incident last year and residents watched shocked to see their elderly neighbor taken into custody under the Baker Act. She was never officially arrested.</p><p>Another neighbor said, “So I said to Lois, ‘What happened?’ She said, ‘Well, that lady with the little dog keeps walking behind my property and the dog keeps messing and she doesn’t pick up the stuff.’”</p><p>Roeckelein was issued a notice to appear in court, but after more than a year, never showed. </p><p>Margate police only realized the senior had a warrant for her arrest after they began investigating a traffic crash she was in on Wednesday.</p><p>Lopez said she was concerned about Roeckelein’s mental state; she’s known to be caring for her 101-year-old husband.</p><p>“And I said, ‘You have to figure it out, what type of help they need, because they are seniors,’” Lopez said. “If she’s not well mentally, she’s not in the capacity to help (her) husband.”</p><p>Roeckelein would later be released from jail. She has reportedly moved to Port St. Lucie, where she’s receiving assistance from friends.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Acusan a mujer de 91 años de disparar pistola de balines a vecina en crimen de odio en Margate]]></title><link>https://www.local10.com/espanol/2026/06/18/acusan-a-mujer-de-91-anos-de-disparar-pistola-de-balines-a-vecina-en-crimen-de-odio-en-margate/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/acusan-a-mujer-de-91-anos-de-disparar-pistola-de-balines-a-vecina-en-crimen-de-odio-en-margate/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Una mujer de 91 años enfrenta un cargo por crimen de odio tras presuntamente disparar una pistola de balines contra su vecina mientras vivía en Margate, según informaron las autoridades.]]></description><pubDate>Thu, 18 Jun 2026 22:25:13 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 91 años enfrenta un cargo por crimen de odio tras presuntamente disparar una pistola de balines contra su vecina mientras vivía en Margate, según informaron las autoridades.</p><p>La policía informó que el incidente ocurrió el 4 de mayo de 2025 en la cuadra 6800 de Royal Palm Boulevard. Ahora, más de un año después, las autoridades detuvieron a la sospechosa, Lois Helen Roeckelein.</p><p>Residentes de la comunidad para mayores de 55 años describen a Roeckelein, quien cumplirá 92 años en julio, como una persona muy lúcida y dijeron que solo intentaba proteger su propiedad. Sin embargo, las autoridades afirmaron que sus acciones fueron delictivas.</p><p>Local 10 News habló con la presunta víctima, Marilyn López, quien dijo que Roeckelein, entonces de 90 años, le disparó mientras paseaba a su perro, Cash, a lo largo de un canal justo detrás de la vivienda de Roeckelein.</p><p>Según López, Roeckelein le dijo: “Si no sales de mi propiedad, te voy a disparar ahora mismo”.</p><p>Luego, dijo, “esa señora empezó a disparar”.</p><p>López asegura que no fue el primer enfrentamiento.</p><p>“Esa señora, en dos ocasiones anteriores, dijo: ‘No descansaré hasta ver que todos ustedes los inmigrantes regresen a donde pertenecen’”, relató López.</p><p>La policía de Margate respondió al incidente el año pasado y los residentes observaron sorprendidos cómo su vecina de edad avanzada era puesta bajo custodia bajo la Ley Baker. Nunca fue arrestada formalmente.</p><p>Otro vecino dijo: “Entonces le pregunté a Lois: ‘¿Qué pasó?’ Ella respondió: ‘Bueno, esa señora con el perrito sigue caminando detrás de mi propiedad y el perro sigue haciendo sus necesidades y ella no recoge nada’”.</p><p>A Roeckelein se le emitió una citación para comparecer ante el tribunal, pero después de más de un año nunca se presentó.</p><p>La policía de Margate solo se dio cuenta de que la adulta mayor tenía una orden de arresto pendiente cuando comenzó a investigar un accidente de tránsito en el que estuvo involucrada el miércoles.</p><p>López dijo que estaba preocupada por el estado mental de Roeckelein, quien es conocida por cuidar a su esposo de 101 años.</p><p>“Y yo dije: ‘Tienen que averiguar qué tipo de ayuda necesitan, porque son personas mayores’”, dijo López. “Si ella no está bien mentalmente, no tiene la capacidad para ayudar a su esposo”.</p><p>Posteriormente, Roeckelein fue liberada de la cárcel. Según informes, se mudó a Port St. Lucie, donde está recibiendo ayuda de amigos.</p>]]></content:encoded></item><item><title><![CDATA[3 wildfires burn in Miami-Dade; firefighter hospitalized  ]]></title><link>https://www.local10.com/news/local/2026/06/18/firefighter-suffers-allergic-reaction-while-working-at-wildfires-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/18/firefighter-suffers-allergic-reaction-while-working-at-wildfires-in-miami-dade/</guid><dc:creator><![CDATA[Janine Stanwood, Andrea Torres]]></dc:creator><description><![CDATA[Miami-Dade Fire Rescue personnel flew a Florida Forest Service firefighter to the hospital on Thursday after he needed help while fighting a wildfire. ]]></description><pubDate>Thu, 18 Jun 2026 17:14:52 +0000</pubDate><content:encoded><![CDATA[<p>As three wildfires burned on Thursday in Miami-Dade County, fire rescue personnel flew to the rural area in a helicopter to rush a Florida Forest Service firefighter to a hospital in Aventura. </p><p><a href="https://www.local10.com/espanol/2026/06/18/bombero-sufre-reaccion-alergica-mientras-combate-incendios-forestales-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/bombero-sufre-reaccion-alergica-mientras-combate-incendios-forestales-en-miami-dade/">Leer en español</a></p><p>According to a spokesperson for the Florida Forest Service, the man appeared to have suffered an allergic reaction while working as a firefighter near Krome Avenue’s Mile Marker 33.</p><p>The FFS firefighter was alert, and his vital signs were stable before Miami-Dade Fire Rescue personnel flew him to the HCA Florida Aventura Hospital, according to the FFS. </p><p>Patrick Mahoney, a wildfire mitigation specialist and spokesman for FFS, said the drought is mostly to blame for the triple trouble that firefighters faced. </p><p><b>TRIPLE TROUBLE</b></p><p>The wildfire, known as “Quarry 2,” east of Krome Avenue, has been the most damaging. </p><p>MDFR personnel reported it started with lightning on Sunday near the Metrowest Detention Center, west of Doral. As of Thursday afternoon, it had burned 15,900 acres and was 70% contained, <a href="https://ffs.firesponse.com/public/summary" target="_self" rel="" title="https://ffs.firesponse.com/public/summary">according</a> to FFS. </p><p>A wildfire, known as “Well,” also east of Krome Avenue, near the Florida Turnpike, had burned 500 acres and was 25% contained, <a href="https://ffs.firesponse.com/public/summary" target="_self" rel="" title="https://ffs.firesponse.com/public/summary">according</a> to FFS. </p><p>A wildfire, known as “Coptic,” was west of Krome Avenue and south of the Tamiami Trail, according to the <a href="https://firms.modaps.eosdis.nasa.gov/usfs/map/#d:24hrs;@-85.6,31.9,4.0z" target="_self" rel="" title="https://firms.modaps.eosdis.nasa.gov/usfs/map/#d:24hrs;@-85.6,31.9,4.0z">National Interagency Fire Center</a>. It had burned about 340 acres, <a href="https://fire.airnow.gov/#9/25.5924/-80.3687" target="_self" rel="" title="https://fire.airnow.gov/#9/25.5924/-80.3687">according</a> to the U.S. Environmental Protection Agency, which monitors air quality. </p><p><b>HEALTH RISKS</b></p><p>Aside from the flames’ heat, firefighters were also dealing with a heat index of over 100 degrees and a heat advisory that increased the risks of outdoor activity on Thursday in South Florida. </p><p>While southeastern winds may have kept smoke away from the metro area, winds could veer more southernly from Thursday night to Friday morning — and push smoke pollution closer to the metro area, according to the National Weather Service.</p><p>MDFR personnel also warned that shifting wind conditions could cause smoke from the wildfires to drift into nearby communities and pollute air quality, so residents should “limit time outdoors, keep windows and doors closed,” and set air-conditioners to recirculate.</p><p>“It’s going to be a while before the smoke is gone because you need a ton of rain to come in,” Mahoney said. </p><p>The <a href="https://www.local10.com/weather/" target="_self" rel="" title="https://www.local10.com/weather/">Local 10 News Weather Authority team forecasts</a> a 40% chance of rain on Friday in South Florida. </p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report.</i></p><p><b>Related reports </b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/16/floridas-new-weapon-against-blazing-brush-fire-season-pellet-dropping-drones/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/16/floridas-new-weapon-against-blazing-brush-fire-season-pellet-dropping-drones/">Florida’s new weapon against blazing brush fire season: Pellet-dropping drones</a></li><li><a href="https://www.local10.com/news/local/2026/06/17/wildfires-prompt-evacuations-and-road-closures-in-south-florida/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/17/wildfires-prompt-evacuations-and-road-closures-in-south-florida/">Wildfires prompt evacuations and road closures in South Florida </a></li><li><a href="https://www.local10.com/news/local/2026/06/17/smoke-pollution-increases-health-risks-in-broward/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/17/smoke-pollution-increases-health-risks-in-broward/">Fire chief warns Miami-Dade smoke pollution keeps moving to Broward</a></li><li><a href="https://www.local10.com/news/local/2026/06/17/2-wildfires-burn-13900-acres-in-western-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/17/2-wildfires-burn-13900-acres-in-western-miami-dade/">2 wildfires burn 16,400 acres in western Miami-Dade</a></li></ul><p><b>Related social media posts</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">3 Wildfires are continuing to burn this afternoon across western Miami-Dade County with smoke visible on traffic cameras &amp; radar.<br><br>SE winds have kept the smoke away from the metro today, however winds may veer more southerly overnight bringing smoke back closer to the metro. <a href="https://t.co/rWG4Yo3jro">pic.twitter.com/rWG4Yo3jro</a></p>&mdash; NWS Miami (@NWSMiami) <a href="https://x.com/NWSMiami/status/2067673607216468355?ref_src=twsrc%5Etfw">June 18, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">As MDFR and <a href="https://x.com/FLForestService?ref_src=twsrc%5Etfw">@FlForestService</a> continue battling the grass fires in West Miami-Dade, those in surrounding areas may see a large column of smoke. Stay updated on air conditions by monitoring air quality reports. If wind direction changes and smoky conditions affect your area, stay… <a href="https://t.co/t7GW5HSC0f">pic.twitter.com/t7GW5HSC0f</a></p>&mdash; Miami-Dade Fire Rescue (@MiamiDadeFire) <a href="https://x.com/MiamiDadeFire/status/2067672515338522994?ref_src=twsrc%5Etfw">June 18, 2026</a></blockquote>]]></content:encoded></item><item><title><![CDATA[Bombero sufre reacción alérgica mientras combate incendios forestales en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/18/bombero-sufre-reaccion-alergica-mientras-combate-incendios-forestales-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/bombero-sufre-reaccion-alergica-mientras-combate-incendios-forestales-en-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres, Janine Stanwood]]></dc:creator><description><![CDATA[Trasladan por aire a hospital a bombero del Servicio Forestal de Florida mientras arden tres incendios forestales]]></description><pubDate>Thu, 18 Jun 2026 17:22:19 +0000</pubDate><content:encoded><![CDATA[<p>Personal de Miami-Dade Fire Rescue trasladó por aire a un bombero del Servicio Forestal de Florida a un hospital el jueves.</p><p>Un portavoz del Servicio Forestal de Florida informó que el bombero es un hombre que aparentemente sufrió una reacción alérgica cerca del marcador de milla 33 de Krome Avenue.</p><p>El bombero estaba alerta, hablando y sus signos vitales eran estables antes de que MDFR lo trasladara por aire al HCA Florida Aventura Hospital, según el Servicio Forestal de Florida.</p><p><i>Esta es una noticia en desarrollo. El editor de asignaciones de Local 10 News, Carson Merlo, contribuyó a este informe.</i></p>]]></content:encoded></item><item><title><![CDATA[Video muestra secuelas de accidente aéreo que dejó dos personas heridas en Pembroke Pines]]></title><link>https://www.local10.com/espanol/2026/06/18/video-muestra-secuelas-de-accidente-aereo-que-dejo-dos-personas-heridas-en-pembroke-pines/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/video-muestra-secuelas-de-accidente-aereo-que-dejo-dos-personas-heridas-en-pembroke-pines/</guid><dc:creator><![CDATA[Aaron Maybin, Andrea Torres]]></dc:creator><description><![CDATA[Videos de cámaras corporales de agentes de policía divulgados el jueves muestran las secuelas del accidente de una avioneta Cessna C172P que dejó a dos mujeres heridas en Pembroke Pines.]]></description><pubDate>Thu, 18 Jun 2026 22:21:02 +0000</pubDate><content:encoded><![CDATA[<p>Videos de cámaras corporales de agentes de policía divulgados el jueves muestran las secuelas del accidente de una avioneta Cessna C172P que dejó a dos mujeres heridas en Pembroke Pines.</p><p>Una estudiante y una instructora despegaron del Aeropuerto North Perry y se estrellaron alrededor de las 11:30 a.m. del 29 de mayo, en las afueras del South Florida State Hospital, ubicado en el 800 de East Cypress Drive, según muestran los registros.</p><p>“Estaba en estado de shock, pero corrí hacia la avioneta y saqué a dos chicas”, le dijo Nathan Gansert a un socorrista, según el video.</p><p>Vanessa Ledo, la instructora, y Earlene E. Clarke Thomas, la estudiante, sobrevivieron con lesiones en la espalda, según la policía.</p><p>Tras el accidente, el alcalde de Pembroke Pines, Angelo Castillo, dijo que una falla del motor probablemente fue la causa del accidente. La Administración Federal de Aviación (FAA) aún no había anunciado los hallazgos de la investigación.</p><p><b>Historia relacionada:</b> <a href="https://www.local10.com/espanol/2026/05/29/se-estrella-avioneta-en-campus-de-hospital-psiquiatrico-cerca-del-aeropuerto-north-perry/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/29/se-estrella-avioneta-en-campus-de-hospital-psiquiatrico-cerca-del-aeropuerto-north-perry/">Avioneta se estrella en campus de hospital psiquiátrico cerca del Aeropuerto North Perry; dos personas hospitalizadas.</a></p>]]></content:encoded></item><item><title><![CDATA[Trump resort receptionist accused of fraud scheme]]></title><link>https://www.local10.com/news/local/2026/06/18/trump-resort-receptionist-accused-of-fraud-scheme/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/18/trump-resort-receptionist-accused-of-fraud-scheme/</guid><dc:creator><![CDATA[Rosh Lowe, Chris Gothner]]></dc:creator><description><![CDATA[A receptionist at the Trump International Beach Resort in Sunny Isles Beach is facing four felony charges for committing fraud on the job, according to police.]]></description><pubDate>Thu, 18 Jun 2026 21:58:57 +0000</pubDate><content:encoded><![CDATA[<p>A receptionist at the Trump International Beach Resort in Sunny Isles Beach is facing four felony charges for committing fraud on the job, according to police.</p><p><a href="https://www.local10.com/espanol/2026/06/18/acusan-a-recepcionista-de-resort-de-trump-de-esquema-de-fraude/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/acusan-a-recepcionista-de-resort-de-trump-de-esquema-de-fraude/">Leer en español</a></p><p>Sunny Isles Beach police said they began investigating Lukas Nicolas Varela Torres, 23, of Miami Beach, on June 10 after “hotel management reported irregularities involving guest payment transactions” at the property, located at 18001 Collins Ave.</p><p>“A review of hotel records, transaction histories and audit reports revealed a recurring pattern in which guests initially paid for lodging and related services in cash,” detectives wrote in an arrest report. “(A) subsequent review determined that (Varela) later voided, reversed, canceled, or otherwise modified those cash transactions within the hotel’s property management system and replaced them with card-based payments associated with (himself).”</p><p>According to police, “the hotel incurred credit card processing fees that would not have been charged had the original cash transactions remained unchanged,” costing the Trump resort more than $3,100.</p><p>Police are asking anyone approached by Varela about paying cash for services to contact him. In addition, they said they are looking into the credit card that was being used for these transactions.</p><p>Varela, arrested on Wednesday, now faces charges of grand theft, organized scheme to defraud, offenses against computer users and unlawful use of a communications device.</p><p>According to jail records, the Chilean national also has an immigration hold and remained at the Turner Guilford Knight Correctional Center as of Thursday morning.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Acusan a recepcionista de resort de Trump de esquema de fraude]]></title><link>https://www.local10.com/espanol/2026/06/18/acusan-a-recepcionista-de-resort-de-trump-de-esquema-de-fraude/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/acusan-a-recepcionista-de-resort-de-trump-de-esquema-de-fraude/</guid><dc:creator><![CDATA[Rosh Lowe, Chris Gothner]]></dc:creator><description><![CDATA[Una recepcionista del Trump International Beach Resort en Sunny Isles Beach enfrenta cuatro cargos graves por presuntamente cometer fraude en su trabajo, según la policía.]]></description><pubDate>Thu, 18 Jun 2026 22:17:03 +0000</pubDate><content:encoded><![CDATA[<p>Una recepcionista del Trump International Beach Resort en Sunny Isles Beach enfrenta cuatro cargos graves por presuntamente cometer fraude en su trabajo, según la policía.</p><p>La policía de Sunny Isles Beach informó que comenzó a investigar a Lukas Nicolas Varela Torres, de 23 años y residente de Miami Beach, el 10 de junio después de que “la administración del hotel reportó irregularidades relacionadas con transacciones de pago de huéspedes” en la propiedad ubicada en el 18001 de Collins Ave.</p><p>“Una revisión de los registros del hotel, historiales de transacciones e informes de auditoría reveló un patrón recurrente en el que los huéspedes inicialmente pagaban en efectivo por hospedaje y servicios relacionados”, escribieron los detectives en un informe de arresto. “Una revisión posterior determinó que Varela posteriormente anulaba, revertía, cancelaba o modificaba de otra manera esas transacciones en efectivo dentro del sistema de administración de la propiedad del hotel y las reemplazaba con pagos con tarjeta asociados a él mismo”.</p><p>Según la policía, “el hotel incurrió en cargos por procesamiento de tarjetas de crédito que no se habrían generado si las transacciones originales en efectivo hubieran permanecido sin cambios”, lo que le costó al resort de Trump más de $3,100 USD.</p><p>La policía solicita que cualquier persona a la que Varela haya contactado para pagar servicios en efectivo se comunique con los investigadores. Además, informaron que están investigando la tarjeta de crédito utilizada para estas transacciones.</p><p>Varela, arrestado el miércoles, ahora enfrenta cargos de robo mayor, esquema organizado para defraudar, delitos contra usuarios de computadoras y uso ilegal de un dispositivo de comunicación.</p><p>Según los registros carcelarios, el ciudadano chileno también tiene una retención migratoria y permanecía en el Centro Correccional Turner Guilford Knight hasta la mañana del jueves.</p>]]></content:encoded></item><item><title><![CDATA[Video muestra secuelas de accidente aéreo en Pembroke Pines]]></title><link>https://www.local10.com/espanol/2026/06/18/video-muestra-secuelas-de-accidente-aereo-en-pembroke-pines/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/video-muestra-secuelas-de-accidente-aereo-en-pembroke-pines/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Videos de cámaras corporales de agentes de policía divulgados el jueves muestran las secuelas del accidente de una avioneta Cessna C172P que dejó a dos mujeres heridas en Pembroke Pines.]]></description><pubDate>Thu, 18 Jun 2026 22:11:41 +0000</pubDate><content:encoded><![CDATA[<p>Videos de cámaras corporales de agentes de policía divulgados el jueves muestran las secuelas del accidente de una avioneta Cessna C172P que dejó a dos mujeres heridas en Pembroke Pines.</p><p>Una estudiante y una instructora despegaron del Aeropuerto North Perry y se estrellaron alrededor de las 11:30 a.m. del 29 de mayo, en las afueras del South Florida State Hospital, ubicado en el 800 de East Cypress Drive, según muestran los registros.</p><p>“Estaba en estado de shock, pero corrí hacia la avioneta y saqué a dos chicas”, le dijo Nathan Gansert a un socorrista, según el video.</p><p>Vanessa Ledo, la instructora, y Earlene E. Clarke Thomas, la estudiante, sobrevivieron con lesiones en la espalda, según la policía.</p><p>Tras el accidente, el alcalde de Pembroke Pines, Angelo Castillo, dijo que una falla del motor probablemente fue la causa del accidente. La Administración Federal de Aviación (FAA) aún no había anunciado los hallazgos de la investigación.</p><p><b>Historia relacionada:</b> <a href="https://www.local10.com/espanol/2026/05/29/se-estrella-avioneta-en-campus-de-hospital-psiquiatrico-cerca-del-aeropuerto-north-perry/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/29/se-estrella-avioneta-en-campus-de-hospital-psiquiatrico-cerca-del-aeropuerto-north-perry/">Avioneta se estrella en campus de hospital psiquiátrico cerca del Aeropuerto North Perry; dos personas hospitalizadas</a>.</p>]]></content:encoded></item><item><title><![CDATA[Comedian Carlos Mencia faces 12 felony charges for failing to report more than $8M in earnings]]></title><link>https://www.local10.com/entertainment/2026/06/18/comedian-carlos-mencia-faces-12-felony-charges-for-failing-to-report-more-than-8m-in-earnings/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/18/comedian-carlos-mencia-faces-12-felony-charges-for-failing-to-report-more-than-8m-in-earnings/</guid><dc:creator><![CDATA[By ANDREW DALTON, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Comedian Carlos Mencia was arrested Thursday and charged with 12 felony charges for failing to report or pay taxes on more than $8 million in earnings, prosecutors said.]]></description><pubDate>Thu, 18 Jun 2026 22:40:02 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Comedian Carlos Mencia was arrested Thursday and charged with 12 felony charges for failing to report or pay taxes on more than $8 million in earnings, prosecutors said.</p><p>Los Angeles County District Attorney Nathan Hochman announced the charges at a news conference where he called Mencia “one of California’s biggest tax scofflaws.”</p><p>The 58-year-old stand-up comic was charged with six felony counts of failure to file personal income tax with the intent to evade taxes — one each for the years 2019 to 2024 — and six similar counts for corporate taxes.</p><p>Mencia owes more than $300,000 in state taxes on income totaling $8.7 million, Hochman said.</p><p>He has not entered a plea, and emails sent to his attorney seeking comment was not immediately answered.</p><p>Mencia was arrested at his Los Angeles home at about 7 a.m., authorities said. He remained in custody Thursday afternoon and was being held on $250,000 bail. He is expected to make his first court appearance on Monday. If he’s convicted of all counts he could get more than 11 years in prison, along with paying the tax bills and interest that will almost double the total.</p><p>The charges are the first filed under the new district attorney's new Business Tax Fraud Unit that was established in May by Hochman, a former longtime prosecutor of tax cases.</p><p>Mencia regularly paid taxes before 2019, Hochman said. He was sent 78 notices from the state about his delinquent bills, with no response. The charges deal only with state taxes. Hochman said the IRS has not informed his office of Mencia's federal tax status.</p><p>Born Ned Arnel Holness in Honduras and raised in East Los Angeles, Mencia began doing stand-up in LA clubs in the late 1980s. By the early 2000s, he became one of the most popular comics in the U.S. and also did some acting in film and television. He had his own TV series, “Mind of Mencia,” combining stand-up with sketches on Comedy Central from 2005 to 2008.</p><p>Hochman pointed out at the news conference that on the show in 2007, Mencia said, “Maybe I'm different, but I think taxes are a good thing.”</p><p>His comedy most often dealt with race, class and Latino culture. His career took a downward turn as he was hit with accusations from many fellow comedians of joke theft, which he always denied, from other comics. Joe Rogan, then best known as a stand-up comic, confronted him on a club stage on the issue in a video that went viral in 2007. Mencia had long discussions on Marc Maron's podcast on the alleged plagiarism, acknowledging that he may have absorbed others' material but denying outright theft.</p><p>He still does regular stand-up shows, touring clubs and small theaters. He's scheduled to do a series of dates in Southern California this week and Las Vegas next week.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PBZTDT4TAZD5APEB4KVBARROAA.jpg?auth=5f538347d821f10b0f8dee8cf60447be5f28c55b480a53e98649c9abf5d4283d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Actor and comedian Carlos Mencia arrives at the 23rd Annual Imagen Awards, Aug. 21, 2008, in Beverly Hills, Calif. (AP Photo/Gus Ruelas, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gus Ruelas</media:credit></media:content></item><item><title><![CDATA[Luigi Mangione's lawyers reverse course, say they won't pursue a psychiatric defense]]></title><link>https://www.local10.com/news/national/2026/06/18/luigi-mangiones-lawyers-reverse-course-say-they-wont-pursue-a-psychiatric-defense/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/18/luigi-mangiones-lawyers-reverse-course-say-they-wont-pursue-a-psychiatric-defense/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — In a stunning reversal, Luigi Mangione 's lawyers told a judge Thursday that he will no longer be asserting a psychiatric defense at his state murder trial in the killing of UnitedHealthcare CEO Brian Thompson.]]></description><pubDate>Fri, 19 Jun 2026 00:14:07 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — In a stunning reversal, Luigi Mangione 's lawyers told a judge Thursday that he will no longer be asserting a psychiatric defense at his state murder trial in the killing of UnitedHealthcare CEO Brian Thompson.</p><p>The retraction came just a day after Mangione’s lawyers told Judge Gregory Carro that they planned to pursue a defense involving claims that the 28-year-old Ivy League graduate was suffering from extreme emotional disturbance at the time of the Dec. 4, 2024, killing.</p><p>A message seeking comment was left with a spokesperson for Mangione’s lawyers. The Manhattan district attorney’s office, which is prosecuting the state case, declined to comment.</p><p>Mangione's lawyers had faced a deadline Thursday to provide prosecutors with information to support the emotional disturbance claim.</p><p>In another turn, Carro rescinded his order to unseal a transcript and other material from a secret hearing on the matter on June 3, citing the defense’s decision, but by the time he ruled copies of the transcript had already been provided to at least some members of the news media.</p><p>It contained no additional details about the emotional disturbance claim.</p><p>If Mangione were to have gone through with the extreme emotional disturbance defense, he would have effectively been admitting that he killed Thompson but did so because of mitigating circumstances. It wouldn’t have absolved him of responsibility, but could have led to less time in prison.</p><p>If a jury accepts the defense, it is obligated to convict a defendant of manslaughter, which is punishable by up to 25 years in prison, instead of murder, which carries a potential life sentence.</p><p>In a letter to Carro on Thursday, Mangione lawyer Karen Friedman Agnifilo said the defense “respectfully withdraws” its notice under New York's psychiatric defense statute “at this time.”</p><p>Mangione, 28, has pleaded not guilty to state and federal charges. His state trial is scheduled to start Sept. 8. His federal trial, which involves stalking charges, is set to begin on Oct. 13.</p><p>At Wednesday's hearing, Friedman Agnifilo protested Carro’s decision to unseal materials related to his psychiatric defense, saying it will be “prejudicial to his defense to the exact same facts” in his federal case, where an extreme emotional disturbance defense isn’t allowed.</p><p>An emotional disturbance defense is not the same as a not guilty by reason of insanity defense, which would allow a defendant to go to a psychiatric facility instead of prison.</p><p>Thompson, 50, was killed as he walked to a Manhattan hotel for UnitedHealth Group’s annual investor conference. Surveillance video showed a masked gunman shooting him from behind. Police say “delay,” “deny” and “depose” were written on the ammunition, mimicking a phrase used to describe how insurers avoid paying claims.</p><p>Mangione, an Ivy League graduate from a wealthy Maryland family, was arrested five days later at a McDonald’s in Altoona, Pennsylvania, about 230 miles (about 370 kilometers) west of Manhattan.</p><p>At a hearing last month, Carro ruled that a gun and notebook that prosecutors say link Mangione to the killing can be used as evidence against him.</p><p>The gun, a 3D-printed pistol, matches the one used to kill Thompson, prosecutors said. The notebook describes wanting to “wack” a health insurance executive and rebelling against “the deadly, greed fueled health insurance cartel.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KFJFW6KRVV4ZZLT7UH23HF24LA.jpg?auth=9918e893062be60760511a7084e1637c8a61ee58774691065fe3c3a7ec82a1e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Luigi Mangione appears at a hearing in Manhattan Criminal Court in New York, Wednesday, June 17, 2026. (Steven Hirsch/New York Post via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Hirsch</media:credit></media:content></item><item><title><![CDATA[Scheffler shoots 2 over at windy US Open, will need to rebound to complete the career Grand Slam]]></title><link>https://www.local10.com/sports/2026/06/18/scheffler-shoots-2-over-at-windy-us-open-will-need-to-rebound-to-complete-the-career-grand-slam/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/18/scheffler-shoots-2-over-at-windy-us-open-will-need-to-rebound-to-complete-the-career-grand-slam/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[SOUTHAMPTON, N.Y. (AP) — One of the 72 shots Scottie Scheffler hit Thursday at the U.S. Open was a lash with a fairway wood on the 16th hole. He followed up by placing his hands on his knees and squinting into the emerging sunshine while asking caddie Ted Scott if he saw where the ball ended up.]]></description><pubDate>Fri, 19 Jun 2026 02:04:09 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHAMPTON, N.Y. (AP) — One of the 72 shots Scottie Scheffler hit Thursday at the U.S. Open was a lash with a fairway wood on the 16th hole. He followed up by placing his hands on his knees and squinting into the emerging sunshine while asking caddie Ted Scott if he saw where the ball ended up.</p><p>A few minutes later, everyone knew the answer. There was Scheffler jumping up and down in a bunker situated 150 yards shy of the green — and 10 feet lower than the fairway — to catch a glimpse of the flag on the putting surface ahead.</p><p>What resulted was a rare bogey 6 for the world's No. 1 player on one of those rare par 5s in pro golf that wasn't remotely reachable in two — thanks to it being uphill and dead into a 25 mph wind. Even after the wind died down in the afternoon, the 16th played at 0.372 strokes over par with most of the first round over, making it the fourth-hardest hole on the course.</p><p>Welcome to Shinnecock.</p><p>“You had to be hitting a great shot if you wanted to avoid a punishment,” Scheffler said after walking off the windswept golf course at 2-over par, which was eight shots behind leader Wyndham Clark, who played in much tamer conditions in the afternoon. “I think ‘good’ would put you in some tough spots.”</p><p>Scheffler, who needs this tournament to complete the career Grand Slam, found plenty of those tough spots in his 10th straight round at the U.S. Open in which he has failed to break par. It began in the morning but bled well into the afternoon — a 5 1/2-hour grind through the wind that started late because of a two-hour fog delay. One of his playing partners, defending champion J.J. Spaun, fared even worse. Spaun shot 77.</p><p>Scheffler made double bogey on No. 8 after teeing off into the rough, hitting his second into a bunker some 40 yards from the hole, then three-putting.</p><p>He hit a wedge from 110 yards to the middle of the 13th green, but the ball spun and rolled off the front. That led to a bogey; blame it on the soft conditions the USGA has been trying to hang on to in wake of the wind forecast.</p><p>“Overall, yeah, it was a really challenging day,” Scheffler said. “If you told me when I was staring at my par putt on 9 that I would post 2-over today, I would definitely have taken it at the time.”</p><p>He made that putt, a 6-footer, to make the turn at 3 over. He sank a 9-footer for a sand save on No. 18 to walk away with his 72. Three of his four birdies came on the back nine.</p><p>“I feel like this course can change pretty rapidly from day to day,” he said. “I think that’s also part of the challenge of the tournament is adjusting to those conditions.”</p><p>Some 90 minutes after the round, Scheffler was still on the driving range, having an animated conversation with his coach, Randy Smith, while the wind picked up for the second wave of players, many of whom would be on the course at twilight.</p><p>As much as his swing, Scheffler knows this tournament will come down to who can untangle the conditions, then deal with them the best. He walked off the course in a tie for 75th place — not out of it, but still looking for answers.</p><p>“I think it’s a little easier sometimes in a U.S. Open,” Scheffler said, “because it’s happening to everybody.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HMRJ47PCBMTQDU7LALUNHPJB7U.jpg?auth=aebe495d63b9e5d4030fddc100ef454f2c8489a1baa97d1c916e0398ae1a37b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler reacts after missing a putt on the third hole during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JG2IIDELLAYATCRBIRIXT65QJU.jpg?auth=3ebfbd45ab6c834bf0acf2ff50f2f8b62922190a2ecc8c31630e3cc2c0dfef1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler chips to the green on the 13th hole during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WBFMM6TYT6UHBRGUDYQBTYUMLA.jpg?auth=9a73bd6142811b6a82b9b38e7f12377b1f47dd98469d5ba0cc3e4adc7e373a18&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler reacts after missing a putt on the 13th hole during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KVOYXOFSUSGROAJQBSF2NLQDUY.jpg?auth=4b9530f6c2cd0746a1ebe3781f060608792c309f5ffad20967e09e88a650e94c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler reacts after missing a putt on the fourth hole during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OPBSHVGVMGWNIQZN2YZPAZCGNU.jpg?auth=ca7f44a059ebe93644de6b62ede6ad8bb435725f68b3b3b9758a02feff14fdcd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler watches his tee shot on the sixth hole during the first round of the U.S. Open golf tournament at Shinnecock Hills Golf Club in Southampton, N.Y., Thursday, June 18, 2026.(AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Judge denies bail for ex-Rep. David Rivera, convicted in Venezuela lobbying case]]></title><link>https://www.local10.com/news/politics/2026/06/18/judge-denies-bail-for-ex-rep-david-rivera-convicted-in-venezuela-lobbying-case/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/18/judge-denies-bail-for-ex-rep-david-rivera-convicted-in-venezuela-lobbying-case/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Former U.S. Rep. David Rivera, convicted in a secret Venezuela lobbying case in May, will not get bond ahead of his sentencing date, a Miami federal judge ruled on Thursday.]]></description><pubDate>Thu, 18 Jun 2026 21:33:23 +0000</pubDate><content:encoded><![CDATA[<p>Former U.S. Rep. David Rivera, <a href="https://www.local10.com/news/politics/2026/05/01/former-miami-congressman-david-rivera-is-convicted-in-a-secret-venezuela-lobbying-case/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/05/01/former-miami-congressman-david-rivera-is-convicted-in-a-secret-venezuela-lobbying-case/">convicted in a secret Venezuela lobbying case</a> in May, will not get bond ahead of his sentencing date, a Miami federal judge ruled on Thursday.</p><p><a href="https://www.local10.com/espanol/2026/06/18/niegan-fianza-a-ex-representante-david-rivera-condenado-en-caso-de-cabildeo-para-venezuela/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/niegan-fianza-a-ex-representante-david-rivera-condenado-en-caso-de-cabildeo-para-venezuela/">Leer en español</a></p><p>That’s despite several prominent South Florida figures, including current and former elected officials, <a href="https://www.local10.com/news/politics/2026/05/26/the-ultimate-loyalty-test-why-local-power-players-are-offering-to-back-david-riveras-7m-bond/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/05/26/the-ultimate-loyalty-test-why-local-power-players-are-offering-to-back-david-riveras-7m-bond/">willing to put their money</a> and even homes on the line to help cover a proposed $7 million bond.</p><p>U.S. District Judge Melissa Damian wrote in her ruling that the 60-year-old “has not met his burden by clear and convincing evidence that he is not a flight risk if released pending sentencing.”</p><p>Damian wrote in the order that “all the letters submitted by reputable members of the South Florida community” were not enough to satisfy “his burden of showing by clear and convincing evidence that he does not pose a serious risk of non-appearance if released pending his sentencing.”</p><p>Prosecutors had argued that <a href="https://www.local10.com/topic/David_Rivera/" target="_self" rel="" title="https://www.local10.com/topic/David_Rivera/">Rivera</a> has significant foreign ties and assets, making him a threat to flee before his sentencing on July 20.</p><p>He’s now set to remain locked up, facing the possibility of a decade in federal prison.</p><p>Rivera was convicted alongside political consultant Esther Nuhfer of illegally lobbying for the Venezuelan government.</p><p>The two were also convicted of failing to register as foreign agents and conspiring to commit money laundering involving a consulting contract with $50 million.</p><p><b>Read the ruling:</b></p><p> <iframe class="scribd_iframe_embed" title="David Rivera Document" src="https://www.scribd.com/embeds/1052686523/content?start_page=1&view_mode=scroll&access_key=key-mE6RV2ETyqNQ1ZtNQrXR" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe> <p style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-size: 14px; line-height: normal; display: block;"> <a title="View David Rivera Document on Scribd" href="https://www.scribd.com/document/1052686523/David-Rivera-Document#from_embed" style="color: #098642; text-decoration: underline;"> David Rivera Document </a> by <a title="View Chris Gothner's profile on Scribd" href="https://www.scribd.com/user/619489581/Chris-Gothner#from_embed" style="color: #098642; text-decoration: underline;" > Chris Gothner </a> </p> </p><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/TOQ6W24CH3XRUWUT3DAGLT77MY.jpg?auth=32389a437e9f439d99c9acc64af378e65f72926f31f9b2baefdd872c7ec7270c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former congressman David Rivera arrives at the James Lawrence King Federal Building on Tuesday, March 24, 2026, in Miami. (AP Photo/Joshua Goodman)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua Goodman</media:credit></media:content></item><item><title><![CDATA[Niegan fianza a ex representante David Rivera, condenado en caso de cabildeo para Venezuela]]></title><link>https://www.local10.com/espanol/2026/06/18/niegan-fianza-a-ex-representante-david-rivera-condenado-en-caso-de-cabildeo-para-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/niegan-fianza-a-ex-representante-david-rivera-condenado-en-caso-de-cabildeo-para-venezuela/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[El ex representante federal de Estados Unidos David Rivera, condenado en mayo en un caso secreto de cabildeo para Venezuela, no obtendrá fianza antes de la fecha de su sentencia, dictaminó el jueves un juez federal de Miami.]]></description><pubDate>Thu, 18 Jun 2026 21:39:39 +0000</pubDate><content:encoded><![CDATA[<p>El ex representante federal de Estados Unidos David Rivera, <a href="https://www.local10.com/espanol/2026/05/25/figuras-del-sur-de-florida-ofrecen-pagar-la-fienza-de-7-millones-de-david-rivera-tras-su-condena/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/25/figuras-del-sur-de-florida-ofrecen-pagar-la-fienza-de-7-millones-de-david-rivera-tras-su-condena/">condenado en mayo en un caso secreto de cabildeo para Venezuela</a>, no obtendrá fianza antes de la fecha de su sentencia, dictaminó el jueves una jueza federal de Miami.</p><p>Esto ocurre a pesar de que varias figuras prominentes del sur de Florida, incluidos funcionarios electos actuales y anteriores, estaban <a href="https://www.local10.com/espanol/2026/05/26/la-maxima-prueba-de-lealtad-por-que-figuras-influyentes-locales-ofrecen-respaldar-fianza-de-7-millones-usd-de-david-rivera/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/26/la-maxima-prueba-de-lealtad-por-que-figuras-influyentes-locales-ofrecen-respaldar-fianza-de-7-millones-usd-de-david-rivera/">dispuestas a comprometer su dinero</a> e incluso sus viviendas para respaldar una fianza propuesta de $7 millones USD.</p><p>La jueza federal Melissa Damian escribió en su fallo que Rivera, de 60 años, “no ha cumplido con su carga de demostrar mediante pruebas claras y convincentes que no representa un riesgo de fuga si es liberado mientras espera la sentencia”.</p><p>Damian escribió en la orden que “todas las cartas presentadas por miembros respetados de la comunidad del sur de Florida” no fueron suficientes para satisfacer “su carga de demostrar mediante pruebas claras y convincentes que no representa un riesgo serio de no comparecer si es liberado antes de su sentencia”.</p><p>Los fiscales habían argumentado que <a href="https://www.local10.com/topic/David_Rivera/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/David_Rivera/">Rivera</a> tiene importantes vínculos y activos en el extranjero, lo que lo convierte en un riesgo de fuga antes de su sentencia programada para el 20 de julio.</p><p>Ahora permanecerá detenido, enfrentando la posibilidad de hasta una década en una prisión federal.</p><p>Rivera fue condenado junto con la consultora política Esther Nuhfer por realizar actividades de cabildeo ilegalmente para el gobierno de Venezuela.</p><p>Ambos también fueron condenados por no registrarse como agentes extranjeros y por conspirar para cometer lavado de dinero relacionado con un contrato de consultoría de $50 millones USD.</p><p><b>Lea el fallo:</b></p><p> <iframe class="scribd_iframe_embed" title="David Rivera Document" src="https://www.scribd.com/embeds/1052686523/content?start_page=1&view_mode=scroll&access_key=key-mE6RV2ETyqNQ1ZtNQrXR" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe> <p style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-size: 14px; line-height: normal; display: block;"> <a title="View David Rivera Document on Scribd" href="https://www.scribd.com/document/1052686523/David-Rivera-Document#from_embed" style="color: #098642; text-decoration: underline;"> David Rivera Document </a> by <a title="View Chris Gothner's profile on Scribd" href="https://www.scribd.com/user/619489581/Chris-Gothner#from_embed" style="color: #098642; text-decoration: underline;" > Chris Gothner </a> </p> </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TOQ6W24CH3XRUWUT3DAGLT77MY.jpg?auth=32389a437e9f439d99c9acc64af378e65f72926f31f9b2baefdd872c7ec7270c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former congressman David Rivera arrives at the James Lawrence King Federal Building on Tuesday, March 24, 2026, in Miami. (AP Photo/Joshua Goodman)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua Goodman</media:credit></media:content></item><item><title><![CDATA[Senator urges FAA to reject any pressure from Trump to approve triumphal arch over aviation safety]]></title><link>https://www.local10.com/news/politics/2026/06/18/senator-urges-faa-to-reject-any-pressure-from-trump-to-approve-triumphal-arch-over-aviation-safety/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/18/senator-urges-faa-to-reject-any-pressure-from-trump-to-approve-triumphal-arch-over-aviation-safety/</guid><dc:creator><![CDATA[By JESSE BEDAYN, Associated Press]]></dc:creator><description><![CDATA[Sen. Tammy Duckworth sent a letter Thursday urging the head of the Federal Aviation Administration to resist any pressure from President Donald Trump to prioritize construction of his planned triumphal arch over aviation safety.]]></description><pubDate>Thu, 18 Jun 2026 21:37:37 +0000</pubDate><content:encoded><![CDATA[<p>Sen. Tammy Duckworth sent a letter Thursday urging the head of the Federal Aviation Administration to resist any pressure from President Donald Trump to prioritize construction of his planned triumphal arch over aviation safety.</p><p>The letter from the Illinois senator, the top Democrat on the Senate's aviation subcommittee, adds to questions and concerns over Trump's proposed 250-foot (76-meter) arch for the nation's capital. Pushed by Trump to commemorate the country's 250th anniversary, it would be more than twice as tall as the Lincoln Memorial.</p><p>Duckworth wrote that the FAA’s initial review of the arch appears to have been expedited and raised questions about whether the president or his White House aides are “already improperly pressuring FAA to prioritize rubberstamping Trump’s vanity arch over public safety.”</p><p>Officials are looking to complete the towering edifice within three years, possibly requiring 20 hours of work per day and cranes up to 320 feet (106 meters) tall, according to a National Park Service preliminary report, which Duckworth cited in her letter to FAA Administrator Bryan Bedford.</p><p>The agency said it would respond directly to Duckworth.</p><p>The arch's close proximity to the complex airspace of Ronald Reagan Washington National Airport, where a U.S. Army helicopter collided with a commercial jet last year, killing 67 people, was a key concern for Duckworth.</p><p>The crash “underscores the consequences of inadequate coordination and the need for extreme caution when evaluating any new obstruction in this environment,” she wrote. The FAA must be “firm in rejecting any improper or irresponsible pressure" from Trump on the matter.</p><p>In a previous statement, the FAA said that a preliminary feasibility study found “no adverse impacts to operations” at the nearby airport. The top of the structure, however, would need to be lit with red obstruction lights, which it called “a common safety tool.”</p><p>The agency said a full study in coordination with the park service would come next.</p><p>Duckworth added another concern in her letter, that the arch would interrupt the historic sightline between the Lincoln Memorial and Arlington National Cemetery, and thereby “offensively desecrate the hallowed symbolism.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HF3C2K3TXPTZCM6WYODZWBYKYQ.jpg?auth=c29437d214b6f3b47bd1a8d0b857289ca38f030a3d8adc45274a3f2b49c768b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Artist renderings and diagrams for President Donald Trump's new triumphal arch released by the U.S. Commission of Fine Arts that is planned to be built in Washington between the Lincoln Memorial and Arlington National Cemetery, are photographed, April 10, 2026. (AP Photo/Jon Elswick, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content></item><item><title><![CDATA[Agentes de Miami-Dade acusan a hombre de pagar $200 USD para abusar sexualmente de adolescente]]></title><link>https://www.local10.com/espanol/2026/06/18/agentes-de-miami-dade-acusan-a-hombre-de-pagar-200-usd-para-abusar-sexualmente-de-adolescente/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/agentes-de-miami-dade-acusan-a-hombre-de-pagar-200-usd-para-abusar-sexualmente-de-adolescente/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Según informaron las autoridades, un hombre de 21 años acordó pagar 200 dólares para abusar sexualmente de una niña de 15 años en el condado de Miami-Dade.]]></description><pubDate>Thu, 18 Jun 2026 21:35:32 +0000</pubDate><content:encoded><![CDATA[<p>Según el informe policial sobre la detención, un hombre de 21 años acordó pagar 200 dólares para abusar sexualmente de una niña de 15 años en el condado de Miami-Dade.</p><p>Según el informe de detención, los agentes de la Oficina del Sheriff del Condado de Miami-Dade arrestaron a Abdoul Haseeb el miércoles por la noche después de que respondiera a un anuncio.</p><p>Según el informe, una agente que se hizo pasar por madre le dijo a Haseeb que sus hijas “estaban disponibles para servicios sexuales a cambio de dinero”, y él llegó a una reunión en un Honda Accord gris.</p><p>“El agente encubierto, haciéndose pasar por la madre de los menores, se reunió con el acusado en el vestíbulo del lugar no revelado y cerró el trato”, escribió un agente, según el informe de detención.</p><p>Según el informe, Haseeb entregó entonces 200 dólares en efectivo al agente encubierto, quien a su vez le dio la llave de una habitación donde esperaban otros agentes.</p><p>Según los registros penitenciarios, el sistema penitenciario de Miami-Dade detuvo a Haseeb poco después de las 22:45 del miércoles en el Centro Correccional Turner Guilford Knight, donde permaneció el jueves sin derecho a fianza.</p><p>Haseeb se enfrentó a tres cargos: trata de personas de una víctima menor de 18 años; uso de un ordenador o dispositivo electrónico para seducir, solicitar o atraer a un menor; y uso de un ordenador o servicio de internet para atraer, seducir o solicitar a un niño.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WN4DL2TMF5DWNIFPUX7UP7WOFU.jpg?auth=5febf13743d71bfea29226616c162d88813b78636d81c9f768d90bf29c422408&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Abdoul Haseeb on Wednesday in Miami-Dade County.]]></media:description></media:content></item><item><title><![CDATA[Ecuador extradita a EEUU a 2 capos y renueva declaración de conflicto armado interno]]></title><link>https://www.local10.com/espanol/2026/06/18/ecuador-extradita-a-eeuu-a-dos-cabecillas-de-los-choneros-tras-renovar-conflicto-armado-interno/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/ecuador-extradita-a-eeuu-a-dos-cabecillas-de-los-choneros-tras-renovar-conflicto-armado-interno/</guid><dc:creator><![CDATA[Por GABRIELA MOLINA, Associated Press]]></dc:creator><description><![CDATA[QUITO (AP) — Ecuador extraditó el jueves a Estados Unidos a dos cabecillas de “Los Choneros”, una de las mayores bandas criminales del país andino, requeridos por cargos relacionados con tráfico de drogas y de armas, informaron las autoridades.]]></description><pubDate>Fri, 19 Jun 2026 04:25:00 +0000</pubDate><content:encoded><![CDATA[<p>QUITO (AP) — Ecuador extraditó el jueves a Estados Unidos a dos cabecillas de “Los Choneros”, una de las mayores bandas criminales del país andino, requeridos por cargos relacionados con tráfico de drogas y de armas, informaron las autoridades.</p><p>Poco antes, el gobierno emitió un decreto para renovar la declaración de que el país padece un conflicto armado interno, ello con el fin de combatir la ola de violencia generada por el crimen organizado.</p><p>Darío Peñafiel Nieto, alias “Topo”, y Celso Moreira Heredia, alias “Patucho”, fueron entregados a las autoridades estadounidenses y trasladados a Nueva York “para pagar por el daño que han hecho”, anunció a la prensa el ministro del Interior, John Reimberg. Sin dar más detalles, aseguró que se cumplieron los requisitos exigidos por la ley.</p><p>“Patucho” y “Topo” se suman al otrora líder máximo de “Los Choneros”, Adolfo Macías Villamar, alias “Fito”, extraditado el año pasado a ese mismo país.</p><p>Peñafiel Nieto era lugarteniente de Macías Villamar y es señalado por presunto tráfico ilícito de armas de fuego, asesinato y asociación ilícita, entre otros cargos. Moreira Heredia “controlaba operaciones y alianzas”, y su expediente judicial incluye delincuencia organizada, tráfico de drogas y asociación ilícita, según las autoridades.</p><p>“Los Choneros” surgieron en 1990. De acuerdo con la policía ecuatoriana, controlaban el paso de drogas por las costas del Pacífico en coordinación con el cártel mexicano de Sinaloa. Estados Unidos los designó organización terrorista extranjera.</p><p>Colombia expulsa a alias “Javi”, cabecilla y heredero de alias “Fito”</p><p>En otro hecho relacionado, Migración de Colombia anunció en la red social X la expulsión en la noche del ecuatoriano Javier Macías Villamar, alias “Javi”, hermano de alias “Fito” y heredero de la estructura criminal, quien fue capturado la víspera en un operativo.</p><p>Luego de la extradición de su hermano, “Javi” se convirtió en el máximo cabecilla de “Los Choneros” y en el delincuente más buscado de Ecuador. Está acusado de homicidio, lavado de activos, enriquecimiento ilícito y concierto para delinquir, y también de dirigir acciones para expandir operaciones internacionales de narcotráfico en América Latina.</p><p>Luego de que el cabecilla arribó a Ecuador, Reimberg informó que se iniciará el trámite legal para su extradición a Estados Unidos bajo cargos de narcotráfico.</p><p>El gobierno renueva la declaración de conflicto armado interno</p><p>En enero de 2024, el presidente Daniel Noboa —quien había asumido el poder dos meses antes— declaró por primera vez que el país padecía un conflicto armado interno, y planteó que las fuerzas armadas tenían el objetivo de acabar con 22 organizaciones criminales, a las cuales denominó “terroristas”.</p><p>La medida fue consecuencia de un alza de la violencia sin precedentes tras la huida de alias “Fito” y la toma violenta de un canal de televisión mientras transmitía en directo.</p><p>Noboa renovó el jueves la declaración de que Ecuador padece un conflicto armado interno. En esta ocasión, la medida incluye el apoyo internacional y abre las puertas para la eventual concesión de indultos a personal de fuerzas de seguridad nacionales y del extranjero.</p><p>“A partir de esta decisión, militares de países aliados podrán desplegarse en las provincias más golpeadas por la violencia” junto a las fuerzas de seguridad ecuatorianas, declaró el mandatario en un video difundido en redes sociales, y enfatizó que Ecuador "ya no pelea solo”.</p><p>Según el decreto, el presidente “concederá indultos, rebajará o conmutará penas” en favor de personal militar, policial y civil que participe en tales acciones.</p><p>“Vamos a iniciar una etapa de guerra total” que requiere que las fuerzas armadas estén bien equipadas, y trabajar en coordinación “con sistemas de inteligencia, con grupos de inteligencia internacionales”, en cooperación con varias naciones para “acabar con una amenaza que no es sólo al Ecuador, sino a la región”, declaró el mandatario en un evento público.</p><p>Ni el decreto ni Noboa identificaron a los países de los que se espera colaboración, pero desde que él asumió el poder, Washington se ha convertido en un aliado cercano, al igual que Italia e Israel.</p><p>Desde que inició su gestión, el presidente —quien cumple su segundo mandato— ha proyectado una política de “mano dura” para contrarrestar a organizaciones criminales, dictando sucesivos estados de excepción para la acción conjunta de fuerzas militares y policiales, tanto en las cárceles como en el resto del territorio nacional.</p><p>Esas medidas han sido cuestionadas por organizaciones de defensa de derechos humanos y por sectores de la oposición, ya que dudan de su eficacia y consideran que favorecen un uso desmedido del poder por parte del Estado. El 2025 ha sido el año más violento en la historia de Ecuador, con 9.216 homicidios.</p><p>La Corte Constitucional cuestionó y echó abajo algunos de los estados de excepción dictados por el gobierno, bajo el argumento de que no ha justificado debidamente la existencia de un conflicto armado interno.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A7J2T5PI5S7H3YZKGSQGJYWRFI.jpg?auth=919f3e578d511a762795733fd7028d1d028de157b5d38ce269b7d8b74dad785d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Soldados detienen brevemente a un joven para llevarlo a una zona donde se le realizará una revisión para comprobar si tiene tatuajes relacionados con pandillas, mientras patrullan el sur de Quito, Ecuador, el 12 de enero de 2024, tras la aparente fuga de un poderoso líder de una pandilla de la cárcel. (AP Foto/Dolores Ochoa, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Dolores Ochoa</media:credit></media:content></item><item><title><![CDATA[Miami-Dade deputies accuse man of paying $200 to sexually abuse teen]]></title><link>https://www.local10.com/news/local/2026/06/18/miami-dade-deputies-accuse-man-of-paying-200-to-sexually-abuse-teen/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/18/miami-dade-deputies-accuse-man-of-paying-200-to-sexually-abuse-teen/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 21-year-old man agreed to pay $200 to sexually abuse a 15-year-old girl in Miami-Dade County, according to deputies.  ]]></description><pubDate>Thu, 18 Jun 2026 21:26:40 +0000</pubDate><content:encoded><![CDATA[<p>A 21-year-old man agreed to pay $200 to sexually abuse a 15-year-old girl in Miami-Dade County, according to deputies’ arrest report. </p><p><a href="https://www.local10.com/espanol/2026/06/18/agentes-de-miami-dade-acusan-a-hombre-de-pagar-200-usd-para-abusar-sexualmente-de-adolescente/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/agentes-de-miami-dade-acusan-a-hombre-de-pagar-200-usd-para-abusar-sexualmente-de-adolescente/">Leer en español</a></p><p>Miami-Dade Sheriff’s Office deputies arrested Abdoul Haseeb on Wednesday evening after he responded to an advertisement, according to the arrest report. </p><p>A deputy posing as a mother told Haseeb that her daughters “were available for sexual services, in exchange for money,” and he arrived at a meeting in a gray Honda Accord, according to the report. </p><p>“The undercover deputy posing as the juveniles’ mother met the defendant at the lobby of the undisclosed location, and finalized the deal,” a deputy wrote, according to the arrest report. </p><p>Haseeb then handed $200 in cash to the undercover deputy, who then handed him a key to a room, where deputies were waiting, according to the report. </p><p>Miami-Dade corrections booked Haseeb shortly after 10:45 p.m. on Wednesday at the Turner Guilford Knight Correctional Center, where he remained on Thursday without bond, according to inmate records. </p><p>Haseeb faced three charges: Human trafficking of a victim who is younger than 18; using a computer or electronic device to seduce, solicit, or lure a minor; and using a computer or internet service to lure, seduce, or solicit a child. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WN4DL2TMF5DWNIFPUX7UP7WOFU.jpg?auth=5febf13743d71bfea29226616c162d88813b78636d81c9f768d90bf29c422408&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Abdoul Haseeb on Wednesday in Miami-Dade County.]]></media:description></media:content></item><item><title><![CDATA[Pan Am’s iconic ‘Taj Mahal’ headquarters becomes swanky MIA private terminal]]></title><link>https://www.local10.com/news/local/2026/06/17/pan-ams-iconic-taj-mahal-headquarters-becomes-swanky-mia-private-terminal/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/17/pan-ams-iconic-taj-mahal-headquarters-becomes-swanky-mia-private-terminal/</guid><dc:creator><![CDATA[Janine Stanwood, Chris Gothner]]></dc:creator><description><![CDATA[A piece of aviation history is getting a first-class makeover.  The iconic former headquarters of the gone-but-not-forgotten Pan American World Airways, better known as Pan Am, has been reimagined for a new generation of travelers.]]></description><pubDate>Wed, 17 Jun 2026 22:35:16 +0000</pubDate><content:encoded><![CDATA[<p>A piece of aviation history is getting a first-class makeover. </p><p>The iconic former headquarters of the gone-but-not-forgotten Pan American World Airways, better known as Pan Am, has been reimagined for a new generation of travelers.</p><p>The headquarters, dubbed the “Taj Mahal” after being built in 1963, has now been restored and transformed into a private terminal for luxury flyers. Pan Am went out of business in 1991.</p><p>Former Pan Am employees joined an opening ceremony for the swanky digs on Wednesday.</p><p>“I went through training here in the Taj Mahal, as we called it,” former flight attendant Renate Van Kempena said.</p><p>There’s a spa, nine private suites and a private Transportation Security Administration checkpoint. It definitely beats waiting in the terminal with everybody else.</p><p>When travelers are ready to go they put them on a BMW limousine and get driven straight to their plane.</p><p>Miami joins the ranks of Atlanta, Los Angeles and others to have these swank spaces for the rich and famous.</p><p>The developer P/S has a lease on this historic building. </p><p>“We definitely stayed true to the architecture that existed,” Amina Porter, P/S’s chief operating officer, said. “A lot of the historic elements were really architectural and on the outside, so the Brisolei, the terracotta tiles and there’s a few of them throughout the inside the courtyard and in the hallway.”</p><p>It costs $4,800 to be a member per year.</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[Policía de Brasil investiga a un aliado cercano de Lula en amplia pesquisa por fraude]]></title><link>https://www.local10.com/espanol/2026/06/18/policia-de-brasil-investiga-a-un-aliado-cercano-de-lula-en-amplia-pesquisa-por-fraude/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/policia-de-brasil-investiga-a-un-aliado-cercano-de-lula-en-amplia-pesquisa-por-fraude/</guid><dc:creator><![CDATA[Por ELÉONORE HUGHES, Associated Press]]></dc:creator><description><![CDATA[RÍO DE JANEIRO (AP) — La policía federal de Brasil ejecutó el jueves órdenes de registro e incautación contra un senador de alto rango y amigo del presidente Luiz Inácio Lula da Silva, como parte de una investigación por fraude y corrupción que ha afectado a varios políticos de cara a las elecciones generales de octubre.]]></description><pubDate>Thu, 18 Jun 2026 21:20:16 +0000</pubDate><content:encoded><![CDATA[<p>RÍO DE JANEIRO (AP) — La policía federal de Brasil ejecutó el jueves órdenes de registro e incautación contra un senador de alto rango y amigo del presidente Luiz Inácio Lula da Silva, como parte de una investigación por fraude y corrupción que ha afectado a varios políticos de cara a las elecciones generales de octubre.</p><p>La policía investiga pagos sospechosos al senador Jaques Wagner, líder del Partido de los Trabajadores de Lula en el Senado, como parte de las pesquisas sobre el clausurado Banco Master y su desacreditado exdirector ejecutivo, Daniel Vorcaro.</p><p>Wagner es el primer aliado importante de Lula que resulta afectado por el amplio escándalo que ya ha tocado, entre otros, al senador Flávio Bolsonaro, aspirante a la presidencia. Se espera que el escándalo pese mucho en las próximas elecciones.</p><p>En un comunicado en el que no se mencionó a sospechosos, la policía informó la ejecución de 18 órdenes de registro e incautación en los estados de Bahía y Sao Paulo y en el Distrito Federal por hechos que podrían constituir los delitos de corrupción pasiva, corrupción activa y lavado de dinero.</p><p>En documentos judiciales firmados el miércoles por el juez del Supremo Tribunal Federal André Mendonça y obtenidos el jueves por The Associated Press —en los que se menciona a los sospechosos— se autorizaron los registros.</p><p>Los investigadores hallaron indicios de que el senador pudo haber recibido beneficios económicos indebidos, incluida la compra de un apartamento de lujo en Salvador, valorado en alrededor de 2,45 millones de reales (aproximadamente 470.000 dólares), según los documentos judiciales.</p><p>Los investigadores también examinan si Wagner utilizó su cargo en el Congreso para impulsar asuntos de interés para Banco Master, incluidos los préstamos con descuento por nómina y las normas de seguro de depósitos, de acuerdo con los documentos judiciales.</p><p>La policía incautó aproximadamente 50.000 dólares en Brasilia como parte del operativo del jueves. Medios locales informaron que esos fondos fueron hallados en una o varias direcciones vinculadas a Wagner.</p><p>El jueves, cuando se le preguntó sobre los fondos en una entrevista con Band, la principal cadena brasileña, el senador afirmó que no tenía nada que ocultar y que nunca había recibido dinero de nadie con vínculos con Banco Master.</p><p>Wagner también negó haber tenido tratos importantes con Vorcaro, el exjefe de Banco Master que actualmente está en prisión. “Mi relación con Daniel Vorcaro es prácticamente inexistente... Solo me reuní con Daniel dos veces”, afirmó.</p><p>En un comunicado emitido a última hora del jueves, el equipo de prensa de Wagner negó haber actuado en nombre de Banco Master, señaló que el dinero incautado se obtuvo legalmente y que el apartamento nunca formó parte del patrimonio del senador.</p><p>El Banco Central de Brasil clausuró en noviembre Banco Master, cuyos activos superaban los 16.000 millones de dólares.</p><p>Vorcaro, quien está en el centro de las investigaciones, fue detenido en marzo y desde entonces ha intentado alcanzar un acuerdo de colaboración con las autoridades.</p><p>La policía federal de Brasil estima el fraude total del banco en aproximadamente 12.000 millones de reales (2.300 millones de dólares). El caso sigue bajo investigación por parte de la policía federal del país y del Supremo Tribunal Federal.</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/7SNTNF6DZNFQGWU5K7WOJOGNSY.jpg?auth=6827c07ef7d37beca09a888a93aaca2b1e5506b4e94405e85bf2e143c95a0366&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – El entonces ministro de Defensa de Brasil, Jaques Wagner, habla en la ceremonia de apertura de la Exhibición Internacional de Defensa y Seguridad LAAD en Río de Janeiro, Brasil, el 14 de abril de 2015. (AP Foto/Felipe Dana, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Felipe Dana</media:credit></media:content></item><item><title><![CDATA[Maryland exercises its right to match an $85 million offer to keep Preakness branding rights]]></title><link>https://www.local10.com/sports/2026/06/18/maryland-exercises-its-right-to-match-an-85-million-offer-to-keep-preakness-branding-rights/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/18/maryland-exercises-its-right-to-match-an-85-million-offer-to-keep-preakness-branding-rights/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[Maryland Gov. Wes Moore said Thursday the state will exercise its right of first refusal to match Churchill Downs Incorporated’s $85 million offer for the intellectual property of the Preakness Stakes and the Black-Eyed Susan Stakes.]]></description><pubDate>Thu, 18 Jun 2026 21:16:24 +0000</pubDate><content:encoded><![CDATA[<p>Maryland Gov. Wes Moore said Thursday the state will exercise its right of first refusal to match Churchill Downs Incorporated’s $85 million offer for the intellectual property of the Preakness Stakes and the Black-Eyed Susan Stakes.</p><p>Churchill Downs Inc., which runs the Kentucky Derby to open the Triple Crown, announced in April it was buying the branding rights to the second leg, as well as the race for fillies the precedes it by a day, from 1/ST Racing with the intent of licensing it back to Maryland annually to stage the races.</p><p>"The Preakness Stakes is more than just a race: It is a cornerstone of Maryland’s history, culture, and economy," Moore said in a statement. "This decision secures a vital asset for our state, allows Maryland to shape its horse racing destiny, and by leveraging the Preakness’s iconic status and partnering with industry experts to enhance the fan experience, preserve Maryland’s position as a key power player in the Triple Crown for generations to come.”</p><p>Moore said no general fund tax dollars would be used, with the $85 million cost instead being funded by a tax-exempt revenue bond issuance, which would be paid back by money generated by the race through ticketing, wagering and sponsorships. The state expected the fee paid to Churchill Downs Inc. would escalate over time.</p><p>Maryland Thoroughbred Horsemen’s Association President Katharine M. Voss called the decision a defining moment for Maryland racing.</p><p>"Ownership ensures that the decisions shaping the future of the Preakness are made in the interest of Maryland," Greater Baltimore Committee President and CEO Mark Anthony Thomas said.</p><p>It is Maryland's latest investment in the industry, in the middle of a massive reconstruction project at Pimlico Race Course, the traditional home of the Preakness and the Black-Eyed Susan in Baltimore. The races moved down the road to Laurel Park this year on a one-time-only basis while Pimlico work is being done.</p><p>“We plan to be back there next year,” Maryland Jockey Club president and general manager Bill Knauf told The Associated Press in an interview last month. The expectation is for the full grandstand to be ready by May 2028.</p><p>The Maryland Jockey Club is the nonprofit organization set to take over for 1/ST Racing, which is transferring control to the state. The plan is for year-round racing to take place at Pimlico.</p><p>___</p><p>AP sports: https://apnews.com/hub/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2UJ3I63UDJUOCPNVRXUY6A4JO4.jpg?auth=7d5688990e2cd1ce4e40427d988257eb7d19a4b4f21ab4b1220c903a269cada9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A broadcast shows staff painting the new colors of Paco Lopez and Napoleon Solo on the Pimlico weather vane after they won the 151st running of the Preakness Stakes horse race, May 16, 2026, at Laurel Park in Laurel, Md. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Florida Keys drivers report naked man along Overseas Highway]]></title><link>https://www.local10.com/news/florida/2026/06/18/florida-keys-drivers-report-naked-man-along-overseas-highway/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/18/florida-keys-drivers-report-naked-man-along-overseas-highway/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Drivers recently reported a 49-year-old shirtless man with his pants down was standing along the Overseas Highway in the Florida Keys. ]]></description><pubDate>Thu, 18 Jun 2026 20:52:13 +0000</pubDate><content:encoded><![CDATA[<p>Drivers recently reported a 49-year-old shirtless man with his pants down was standing along the Overseas Highway in the Florida Keys. </p><p><a href="https://www.local10.com/espanol/2026/06/18/reportan-a-hombre-desnudo-caminando-por-la-overseas-highway-en-los-cayos-de-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/18/reportan-a-hombre-desnudo-caminando-por-la-overseas-highway-en-los-cayos-de-florida/">Leer en español</a></p><p>Monroe County Sheriff’s Office deputies arrested Jeremiah Armsey, of Mount Dora, on Wednesday morning at Mile Marker 106, records show. </p><p>Armsey faced two misdemeanor charges: Giving a false name or identification to a law enforcement officer and disturbing the peace. </p>]]></content:encoded></item><item><title><![CDATA[Reportan a hombre desnudo caminando por la Overseas Highway en los Cayos de Florida]]></title><link>https://www.local10.com/espanol/2026/06/18/reportan-a-hombre-desnudo-caminando-por-la-overseas-highway-en-los-cayos-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/18/reportan-a-hombre-desnudo-caminando-por-la-overseas-highway-en-los-cayos-de-florida/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Conductores reportaron recientemente que un hombre de 49 años, sin camisa y con los pantalones abajo, estaba de pie a lo largo de la Overseas Highway en los Cayos de Florida.]]></description><pubDate>Thu, 18 Jun 2026 21:06:16 +0000</pubDate><content:encoded><![CDATA[<p>Conductores reportaron recientemente que un hombre de 49 años, sin camisa y con los pantalones abajo, estaba de pie a lo largo de la Overseas Highway en los Cayos de Florida.</p><p>Agentes de la Oficina del Sheriff del Condado Monroe arrestaron a Jeremiah Armsey, de Mount Dora, la mañana del miércoles en el marcador de milla 106, según muestran los registros.</p><p>Armsey enfrentaba dos cargos menores: proporcionar un nombre o identificación falsa a un agente del orden público y alterar el orden público.</p>]]></content:encoded></item><item><title><![CDATA[South Dakota man whose life sentence was commuted by Noem now implicated in his niece's death]]></title><link>https://www.local10.com/news/national/2026/06/18/south-dakota-man-whose-life-sentence-was-commuted-by-noem-now-implicated-in-his-nieces-death/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/18/south-dakota-man-whose-life-sentence-was-commuted-by-noem-now-implicated-in-his-nieces-death/</guid><dc:creator><![CDATA[By MEAD GRUVER and JACQUES BILLEAUD, Associated Press]]></dc:creator><description><![CDATA[Two men, including one whose life sentence was commuted by then-South Dakota Gov. Kristi Noem, have been charged in the death of a 14-year-old girl whose body was found in a rural area five days after she went missing in March.]]></description><pubDate>Thu, 18 Jun 2026 22:53:10 +0000</pubDate><content:encoded><![CDATA[<p>Two men, including one whose life sentence was commuted by then-South Dakota Gov. Kristi Noem, have been charged in the death of a 14-year-old girl whose body was found in a rural area five days after she went missing in March.</p><p>McKenna Wendel was reported missing March 13 and last seen alive in her hometown of Sioux Falls early on March 14. Her body was found outside Brookings, an hour's drive north of Sioux Falls, on March 19.</p><p>Wendel's uncle, Mark Milk, 51, also of Sioux Falls, now faces five counts related to her death. Milk was almost three decades into a life term on a manslaughter conviction when Noem commuted his sentence in 2023.</p><p>Wendel was raised by her grandparents, loved animals and had a “vibrant personality and a zest for life,” according to her obituary. She and her grandparents were Rosebud Sioux Tribe members and attended powwows often.</p><p>“She loved the singing and the beautiful sounds of the drums,” her obituary read.</p><p>Details about Wendel's death remained thin as authorities who announced the charges in a Sioux City, Iowa, news conference Thursday kept close what they knew to protect their investigation.</p><p>Authorities have said an autopsy was done, but the findings have not been released. The cause and manner of Wendel's death would not be released yet per Justice Department policy, said Leif Olson, U.S. attorney for northern Iowa.</p><p>Milk faces five counts including possession with intent to deliver cocaine that caused Wendel's death. He is also charged with transportation of a minor with the intent to engage in criminal sexual activity, according to court documents.</p><p>Jon Rogness, 38, of Brookings faces conspiracy and accessory charges in an alleged attempt to cover up the crimes. The counts against the men were the “most serious, readily provable” charges and all originated in Iowa, Olson said.</p><p>“This is a horrific case,” FBI special agent Gene Kowel said. “There are no cases that we investigate that are more heart-wrenching and more tragic than the ones that involve children or the death of a child.”</p><p>Court records showed no lawyers listed for Milk and Rogness, and no relatives could immediately be located through phone records and social media to speak on their behalf.</p><p>In February 2023, Noem commuted Milk’s life sentence for a manslaughter conviction in an October 1993 stabbing death. Milk, then 19, had been involved in several altercations in the city of Winner that ended with the death of Shawn Peneaux, according to records.</p><p>Milk was in jail on unrelated allegations of driving under the influence and eluding police when Wendel's body was found. His name came up in public discussion about the case from the start. But prosecutors, who finished their investigation in late May, did not formally link him to Wendel's death until filing charges Wednesday.</p><p>South Dakota Attorney General Marty Jackley said in a late March news conference the decision to commute Milk's life sentence was strictly Noem's.</p><p>“It is fairly often that you see law enforcement oppose commutations," Jackley remarked without commenting further on Noem's decision.</p><p>The commutation documents were sealed and even he had not seen them, he noted.</p><p>The Associated Press left a message Thursday for Noem on seeking comment through NovaRed Mining, a Canadian firm she recently joined in a “strategic advisory role."</p><p>A Republican, Noem, 54, was South Dakota's lone congressperson from 2011 to 2019 and governor from 2019 to 2025. She was Homeland Security secretary before being fired in March by President Donald Trump amid criticism of her handling of the administration’s immigration crackdown and disaster response.</p><p>Trump praised Noem's leadership and said he was making her special envoy for “The Shield of the Americas." The new organization of Western Hemisphere nations is focused on supporting democracy and security in the region.</p><p>___</p><p>Gruver reported from Fort Collins, Colorado, and Billeaud from Phoenix, Arizona.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6UVYWPBNWQ2DEJJQFOJG3GMCH4.jpg?auth=3d56d218c41b0864694a376fe56e55c9eb2d8b96747b1b019c021a403c1e1934&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Homeland Security Secretary Kristi Noem appears for an oversight hearing before the Senate Judiciary Committee at the Capitol in Washington, March 3, 2026. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W5WVUSVXDDFIAD7Q4I5O3DEFBE.jpg?auth=8c015966297511e621039fd486ab45c27ceebb83155d60522910e360559dca50&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated booking photo released by the South Dakota Department of Corrections on Thursday, June 18, 2026, shows Mark Milk. (South Dakota Department of Corrections via AP)]]></media:description></media:content></item></channel></rss>