<?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>Mon, 29 Jun 2026 03:51:17 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[100-acre brush fire burns in west Broward County]]></title><link>https://www.local10.com/news/local/2026/06/28/70-acre-brush-fire-burns-in-west-broward-county/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/70-acre-brush-fire-burns-in-west-broward-county/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[A brush fire is burning in west Broward County Sunday evening.]]></description><pubDate>Sun, 28 Jun 2026 21:15:29 +0000</pubDate><content:encoded><![CDATA[<p>A brush fire is burning in west Broward County Sunday evening.</p><p><a href="https://www.local10.com/news/local/2026/06/28/incendio-forestal-de-70-acres-arrasa-una-zona-del-oeste-del-condado-de-broward/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/incendio-forestal-de-70-acres-arrasa-una-zona-del-oeste-del-condado-de-broward/">Leer en español</a></p><p>The fire has grown to about 100 acres near the Sawgrass Expressway and Commercial Boulevard, according to authorities.</p><p>“It’s pretty crazy man,” said bystander Troy Budoski. “You see the red fire from all the way over here. It’s burning pretty good. Burning hot!”</p><p>Officials are monitoring the fire as it continues to burn in the area.</p><p>As of Sunday night, the fire is 0% contained.</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[Police: Father and daughter, 11, shot outside Hallandale Beach McDonald’s; suspect at large]]></title><link>https://www.local10.com/news/local/2026/06/27/bso-11-year-old-girl-man-shot-outside-hallandale-beach-mcdonalds-suspect-at-large/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/bso-11-year-old-girl-man-shot-outside-hallandale-beach-mcdonalds-suspect-at-large/</guid><dc:creator><![CDATA[Ryan Mackey, Pablo Hernandez, Samiar Nefzi, Byron Tollefson]]></dc:creator><description><![CDATA[An 11-year-old girl and a man were shot outside a McDonald’s in Hallandale Beach on Saturday afternoon, deputies with the Broward Sheriff’s Office confirmed to Local 10 News.]]></description><pubDate>Sat, 27 Jun 2026 18:36:51 +0000</pubDate><content:encoded><![CDATA[<p>An 11-year-old girl and her father were shot while sitting inside a car in a Hallandale Beach McDonald’s parking lot Saturday afternoon, police confirmed to Local 10 News.</p><p><a href="https://www.local10.com/news/local/2026/06/27/bso-balean-a-nina-de-11-anos-y-a-hombre-frente-a-mcdonalds-de-hallandale-beach-sospechoso-sigue-profugo/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/bso-balean-a-nina-de-11-anos-y-a-hombre-frente-a-mcdonalds-de-hallandale-beach-sospechoso-sigue-profugo/">Leer en español</a></p><p>Hallandale Beach police said the girl and her father were innocent bystanders and were not involved in the altercation that led to the shooting.</p><p>Police said the family had just arrived at the McDonald’s in the 800 block of West Hallandale Beach Boulevard when the girl’s mother went inside to get food. They said the father and daughter remained in the vehicle waiting. </p><p>Investigators said an altercation started in the parking lot between suspects, and the father and daughter were shot while they were inside the car.</p><p>They said the girl was conscious and alert after being shot.</p><p>Both were transported to a local hospital and are in stable condition, with the girl having to undergo surgery.</p><p>Detectives remained at the scene reviewing surveillance footage and investigating the shooting. Police were also conducting a house-by-house search as they looked for the suspect, who remained at large.</p><p>A spokesperson with the Broward Sheriff’s Office confirmed the Hallandale Beach Police Department is the lead agency on the case.</p><p>Captain Megan Jones told Local 10 News it’s believed one of the people involved in the gun exchange was a McDonald’s employee.</p><p>The Hallandale Beach Police Department is asking anyone with information, video footage, or knowledge that may assist detectives in this investigation to contact the Hallandale Beach Police Department at 954-457-1400.</p><p>Anyone wishing to remain anonymous may contact Broward Crime Stoppers at 954-493-TIPS (8477).</p><p><i>Local 10 News reporter Rosh Lowe contributed to this </i>story.</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[Red Sox rally past Yankees 5-4 in 10 innings to complete 4-game sweep after Gray loses no-hit bid]]></title><link>https://www.local10.com/sports/2026/06/28/red-sox-rally-past-yankees-5-4-in-10-innings-to-complete-4-game-sweep-after-gray-loses-no-hit-bid/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/red-sox-rally-past-yankees-5-4-in-10-innings-to-complete-4-game-sweep-after-gray-loses-no-hit-bid/</guid><dc:creator><![CDATA[By DOUG ALDEN, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Jarren Duran singled home the winning run to cap a three-run rally in the 10th inning after Boston blew a two-run lead in the ninth, and the Red Sox finished a four-game sweep of the rival New York Yankees with a 5-4 victory Sunday night.]]></description><pubDate>Mon, 29 Jun 2026 03:14:27 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Jarren Duran singled home the winning run to cap a three-run rally in the 10th inning after Boston blew a two-run lead in the ninth, and the Red Sox finished a four-game sweep of the rival New York Yankees with a 5-4 victory Sunday night.</p><p>Boston starter Sonny Gray took a no-hitter into the eighth against his former team before Amed Rosario singled with one out. That ended a brilliant outing for Gray, who had nine strikeouts to reach 2,000 for his career.</p><p>But the Yankees scored twice in the ninth off All-Star closer Aroldis Chapman to tie it 2-all, aided enormously by a brutal throwing error from two-time Gold Glove right fielder Wilyer Abreu.</p><p>New York scratched across two more runs in the 10th, taking advantage of another throwing error by Abreu after Rosario's sinking liner squirted out of his glove for an RBI single. But right-hander Fernando Cruz (4-3) was unable to hold the lead after closer David Bednar had pitched the previous two innings.</p><p>Boston's first four-game sweep of the Yankees at home since 2018 marked the first four-game winning streak this season for the last-place Red Sox.</p><p>New York arrived at Fenway Park with the best record in the American League but left a game behind Tampa Bay atop the AL East.</p><p>Anthony Seigler led off the bottom of the 10th with an RBI single that trimmed Boston's deficit to 4-3. Pinch-hitter Masataka Yoshida followed with a double before a sacrifice fly by Tsung-Che Chung tied it at 4 and advanced Yoshida to third.</p><p>New York brought in Rosario from left field to form a five-man infield, and Duran hit a line drive to right where nobody was standing.</p><p>Yankees second baseman Jazz Chisholm Jr. was ejected for arguing after he was called out on a check-swing for strike three to end the sixth.</p><p>Up next</p><p>Yankees LHP Ryan Weathers (3-5, 3.95 ERA) faces Detroit RHP Casey Mize on Monday as New York returns home and opens a three-game series against the Tigers.</p><p>Boston is scheduled to start LHP Ranger Suarez (3-3, 2.83) against Washington LHP Andrew Alvarez on Monday to open a three-game set at Fenway Park.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OJHA7IBITYWTSLWWO44VUYVT5Y.jpg?auth=b8736edf3d4cbeb81ad50f79abec8896ebcb1f5f3f92a30ebe63555bb2b36ec6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Jarren Duran, right, celebrates in front of New York Yankees catcher Austin Wells, left, after hitting a walk-off one-run single in the tenth inning of a baseball game, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QQTJVOTT4VM2WJNJR3KRUWN6JI.jpg?auth=ec07890b9ae05c4954c35f28ec0bbd4bd84cfcebd19704e5a8dce54efe2766ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Jarren Duran, right, celebrates in front of New York Yankees catcher Austin Wells, left, after hitting a walk-off one-run single in the tenth inning of a baseball game, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W5OIR2EHLJCUFD35TW3VLSWWRE.jpg?auth=acd0b9ae169947fd37e009f085142aef0c5c9caf62c830802925e0b2945649c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Jarren Duran, left, celebrates with teammates after hitting a walk-off one-run single in the tenth inning of a baseball game to win against the New York Yankees, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7CCMDTFJSXN5N5RC7CYRVFRJ4A.jpg?auth=58b00ff8e11bbffb7ef580ff0ac32075781d37a5b01246b0a5e7a15541401270&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Sonny Gray tips his hat to the crowd as he exits the game after giving up a hit in the eighth inning after pitching seven innings without a hit against the New York Yankees in a baseball game, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KNZXRS5PSPDGWS4WNICWW4VXGI.jpg?auth=58ee20a055efd3dd37959180299391db553c5f538d20a49defe2709c5742e883&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Willson Contreras celebrates after scoring on a two-run single by Caleb Durbin in the fourth inning of a baseball game against the New York Yankees, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content></item><item><title><![CDATA[Korda looks forward to rest before taking on next two majors after frustrating finish at Women's PGA]]></title><link>https://www.local10.com/sports/2026/06/28/korda-looks-forward-to-rest-before-taking-on-next-two-majors-after-frustrating-finish-at-womens-pga/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/korda-looks-forward-to-rest-before-taking-on-next-two-majors-after-frustrating-finish-at-womens-pga/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description><![CDATA[CHASKA, Minn. (AP) — Nelly Korda moved within three strokes of the lead as she made the turn in the final round of the Women's PGA Championship, before three sharp shots gave her a birdie on the 10th hole.]]></description><pubDate>Mon, 29 Jun 2026 02:30:08 +0000</pubDate><content:encoded><![CDATA[<p>CHASKA, Minn. (AP) — Nelly Korda moved within three strokes of the lead as she made the turn in the final round of the Women's PGA Championship, before three sharp shots gave her a birdie on the 10th hole.</p><p>Winning a third straight major to start the season was within reach for Korda on this windy Sunday at Hazeltine National Golf Club, three weeks after she came back to secure her first U.S. Women's Open title.</p><p>“I was just trying to take it a shot at a time, really," Korda said. "I didn’t know where the leaders were at, so I was just trying to focus on myself.”</p><p>Soft greens from a morning deluge that delayed play by 3 1/2 hours and an unsteady putter got the best of her, as did the rest of the formidable pack at the top of the leaderboard. That's why the feat she was pursuing is so rare, a daunting prospect even for the runaway LPGA Tour leader.</p><p>Haeran Ryu finished at 13-under 275 to become the sixth South Korean to win the event over the last 12 editions, beating Ina Yoon by two strokes. Brooke Henderson and Dewi Weber tied for third at 10 under. Three Americans — Allisen Corpuz, Auston Kim and Alison Lee — tied for fifth place, six strokes behind Ryu.</p><p>Korda shot a 1-over 73 to finish seven shots back and fall into a four-way tie for eighth, failing to match what Inbee Park in 2013 and Babe Zaharias in 1950 pulled off as the only women to win the first three majors of the season.</p><p>For her part, that wasn't an accomplishment she'd been intentionally pursuing, even if her smashing success on the course this year has been fueling more fan interest in the sport, a following that was palpable to her wherever she went this week.</p><p>“You guys made that such a big thing. I didn’t think about that, no," Korda said. “I was just kind of disappointed in the way that I played this week, not that I came up short really. I was just thinking about the way that I played, not like the realistic big picture that everyone is talking about.”</p><p>Korda three-putted five times this week, after posting no more than three in any other tournament this year. Hazeltine’s signature lakeside hole dragged her down, too, with a double bogey in both the first and fourth rounds on the 16th. Her second shot from the right edge of the fairway on Sunday splashed in the water for a costly penalty stroke, and she two-putted the par-4 hole.</p><p>This was just the second time in nine official stroke play events this year that Korda didn't finish first or second. She also tied for eighth at the Queen City Championship in Cincinnati in May. Korda still needs two points to secure her spot in the LPGA Hall of Fame, a system that will grant her entry with one more major win or two more regular tour event victories. But with the Evian Championship and Women’s British Open waiting on the schedule next month, Korda has two more majors to play. Winning one of them would give her the career grand slam at age 27.</p><p>Next week, she'll rest and reset before traveling to Europe.</p><p>“Just chill for a few days,” Korda said, “and then practice.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZQA7HQWDWCQ5DD5L5KGYAPMPS4.jpg?auth=a96643c1e03af1f6b781b4882fb6b49c1badf8e30fb680fc73f0d610eee85214&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda talks to her caddie on the first hole during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 2026, in Chaska, Minn. (AP Photo/Matt York)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt York</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LEYJLDUJVWQQ6XXTLGS5GPEEY4.jpg?auth=9f401b514767a9835c1f362e4c2912dc6d3ab881339f4af7b272daf4e763c60a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda watches her putt on the 18th hole during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 2026, in Chaska, Minn. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HLUMCTUP3DQQJIMYSYXV4E27RM.jpg?auth=9ff1e2bfe62d9eebd8b91c027d4570dc473b575720b84e0ef77e662622f9101c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda chips onto the seventh green during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 2026, in Chaska, Minn. (AP Photo/Matt York)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt York</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJR3WDWTG7TZOB3XJTDU5V3UMQ.jpg?auth=c95f6aabe3f656d9c3728a96983a265cf01ffc28e887270d2c8bbf93480760b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda celebrates a putt on the seventh hole during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 2026, in Chaska, Minn. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content></item><item><title><![CDATA[NBC bumps Yankees-Red Sox to stay with golf as Scheffler forces playoff]]></title><link>https://www.local10.com/entertainment/2026/06/28/nbc-bumps-yankees-red-sox-to-stay-with-golf-as-scheffler-forces-playoff/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/28/nbc-bumps-yankees-red-sox-to-stay-with-golf-as-scheffler-forces-playoff/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — It is rare that a New York Yankees-Boston Red Sox game gets preempted for anything, especially on network television.]]></description><pubDate>Mon, 29 Jun 2026 03:22:10 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — It is rare that a New York Yankees-Boston Red Sox game gets preempted for anything, especially on network television.</p><p>That was the case though Sunday night due to a rain delay at the PGA Tour's Travelers Championship, and with Scottie Scheffler in contention.</p><p>An NBC Sports spokesman said the decision was made in consultation with the PGA Tour and Major League Baseball to stick with coverage of the golf tournament once it resumed at 7:20 p.m. EDT until it finished or was suspended due to darkness.</p><p>Scheffler — the world's No.. 1 player — made an 8-foot par putt on the 18th hole to force a sudden-death playoff against Viktor Hovland on Monday morning. Tournament officials determined officials deemed there was not enough daylight to start the playoff.</p><p>The final round was stopped for 90 minutes as storms moved over the TPC River Highlands course in Cromwell, Connecticut. NBC aired the conclusion of the KPMG Women’s PGA Championship. The start of the final round of third women's major of the year in Chaska, Minnesota, was delayed 3 1/2 hours due to rain. Haeran Ryu won by two strokes for her first major title.</p><p>The Yankees-Red Sox game was also streamed on Peacock. NBC picked up coverage at 8:28 p.m. during the bottom of the fourth inning with the Red Sox leading 2-0.</p><p>NBC viewers still got to see the more interesting parts of the game. Boston's Sonny Gray had a no-hitter through seven innings before the Yankees' Amed Rosario ended it with a single with one out in the eighth inning. New York rallied for two runs in the ninth to send it into extra innings and then scored two in the 10th to take a 4-2 lead.</p><p>The Red Sox though scored three in the 10th, including Jarren Duran's game-winning RBI single, to beat the Yankees 5-4 and complete a four-game sweep of their longtime rival.</p><p>This is NBC's first season carrying “Sunday Night Baseball.” It was the first Yankees-Red Sox game on NBC since Sept. 8, 1995.</p><p>___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7CCMDTFJSXN5N5RC7CYRVFRJ4A.jpg?auth=58b00ff8e11bbffb7ef580ff0ac32075781d37a5b01246b0a5e7a15541401270&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Sonny Gray tips his hat to the crowd as he exits the game after giving up a hit in the eighth inning after pitching seven innings without a hit against the New York Yankees in a baseball game, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FW6RCEPV5QHE56T53HQVQB5XWU.jpg?auth=9f8accb13960e5c808b4c6960652163a6adfcfb0576278a335f2f243a330b3a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler reacts to his tee shot on the 18th hole during the final round of the Travelers Championship golf tournament at TPC River Highlands, Sunday, June 28, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content></item><item><title><![CDATA[Red Sox pitcher Sonny Gray loses no-hit bid against Yankees in 8th inning]]></title><link>https://www.local10.com/sports/2026/06/28/red-sox-pitcher-sonny-gray-working-on-no-hitter-against-yankees-through-7-innings/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/red-sox-pitcher-sonny-gray-working-on-no-hitter-against-yankees-through-7-innings/</guid><dc:creator><![CDATA[By DOUG ALDEN, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Red Sox pitcher Sonny Gray lost his bid for a no-hitter against the New York Yankees when Amed Rosario singled with one out in the eighth inning Sunday night.]]></description><pubDate>Mon, 29 Jun 2026 01:36:22 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Red Sox pitcher Sonny Gray lost his bid for a no-hitter against the New York Yankees when Amed Rosario singled with one out in the eighth inning Sunday night.</p><p>Rosario grounded a clean single up the middle on Gray's 97th pitch against his former team. Boston holds a 2-0 lead.</p><p>Gray struck out eight and walked one through seven innings as Boston attempted to complete a four-game sweep of its longtime rival.</p><p>He got some defensive help in the third when Wilyer Abreu robbed Austin Wells of a hit with a sliding grab in shallow right field after a full sprint to reach the sinking ball in time.</p><p>Gray retired his first 14 batters before walking Rosario with two outs in the fifth.</p><p>Yankees starter Carlos Rodón had a one-hitter going after holding Boston without a hit through the first three innings. Caleb Durbin broke it up with a two-run single with one out in the fourth.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2N7VHZIE7NYSN6IPX7EV6CFGO4.jpg?auth=0ce6dfab006bfed229d22158d0f1bd452ae55f7167f4f0b7c5d91e389bc488aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Sonny Gray delivers a pitch to a New York Yankees batter in the first inning of a baseball game, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4HG6FQK5OSDV3EFJXO6MND7MHQ.jpg?auth=092c67b86902bcffb8ae3eb9b110c2178eb08b20b38fcd97745ed762776ea942&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Sonny Gray winds up for a pitch to a New York Yankees batter in the first inning of a baseball game, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content></item><item><title><![CDATA[A rights group warns Vietnam is ramping up arrests under broad laws to crush dissent]]></title><link>https://www.local10.com/news/world/2026/06/28/a-rights-group-warns-vietnam-is-ramping-up-arrests-under-broad-laws-to-crush-dissent/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/a-rights-group-warns-vietnam-is-ramping-up-arrests-under-broad-laws-to-crush-dissent/</guid><dc:creator><![CDATA[By DAVID RISING, Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — Vietnam is increasingly using broadly written laws to arrest activists, dissidents and others that authorities consider a threat to the Communist Party's rule, according to a new analysis released Monday by a human rights group.]]></description><pubDate>Mon, 29 Jun 2026 02:03:39 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — Vietnam is increasingly using broadly written laws to arrest activists, dissidents and others that authorities consider a threat to the Communist Party's rule, according to a new analysis released Monday by a human rights group.</p><p>The 88 Project, which focuses on rights issues in Vietnam, documented 56 such arrests in 2025, the third consecutive year of increases and double the number in 2022. The report includes only arrests where the defendant could be identified by name and the case tracked, and the actual numbers are believed to be much higher, said Ben Swanton, co-director of the group.</p><p>The report says the country under leader To Lam “routinely weaponizes criminal law” to quash dissent. To Lam, the country’s former top security official who has served as general secretary of the Communist Party since 2024, was also elected president earlier this year.</p><p>The arrests are largely driven by fears of an uprising against the leadership in a so-called “color revolution,” like the 2004 Orange Revolution in Ukraine, or the 1986 Yellow Revolution in the Philippines, according to the report.</p><p>It is a fear shared by the Communist Party in neighboring China, which has been accused of using similar tactics to stifle critics. Though competing maritime claims have led to confrontations between the two countries and a tense diplomatic relationship at times, China and Vietnam were able to agree earlier this year to together “prioritize political security and enhance efforts to prevent and resist color revolutions,” the Chinese state-run Xinhua News Agency reported.</p><p>“With the ascendancy of To Lam, the country has become a literal police state that tolerates no dissent,” Swanton said.</p><p>“This represents a serious regression from the period of relative openness in the 2010s when some dissent was tolerated and civil society groups were able to engage in policy activism.”</p><p>Vietnam's Foreign Ministry did not respond to requests for comment on the findings of the report.</p><p>The report found that authorities are relying increasingly on Article 331 of Vietnam's penal code, which makes it a crime punishable by up to seven years in prison to “abuse democratic freedoms to infringe upon the interests of the state.”</p><p>Previously little used, “authorities have enlarged the scope and application of Article 331 so that it reaches further into society, beyond human rights and democracy dissidents ... to all those who voice any grievance with state or local Communist Party and government officials,” New York-based Human Rights Watch wrote in a report last year.</p><p>“The Vietnamese authorities’ increased use of Article 331 is a little known facet of the government’s expanding crackdown on ordinary people who are seeking to use social media and other peaceful means to publicly raise important social issues, including religious freedom, land rights, rights of Indigenous people, and government and Communist Party corruption,” Human Rights Watch wrote.</p><p>Among those arrested under Article 331 last year were three men behind the YouTube channel “Nguoi Da Tin' — The Messenger — on allegations that videos they uploaded were ”distorted content" that violated the statute, The 88 Project reported.</p><p>The report provides details of every arrest identified as politically related in 2025.</p><p>Those also included an activist for the minority Montagnard group who was arrested in Thailand and extradited to Vietnam, a dissident writer accused of spreading “propaganda against the state,” and a man who helped residents of Ha Tinh province file complaints demanding fair compensation for land expropriated for a new highway.</p><p>“The Vietnamese government has dealt alarmingly severe punishments to longstanding targets like journalists and human rights activists, while displaying an increasing willingness to attack groups previously thought safe, such as political exiles and legal petitioners,” the report said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FYTP5IL5ZSGHGQOJQSVNPAG6KA.jpg?auth=1e503022371ff190d6588fd6ae860a7fdaf58d1c374bddb790114f5864eb8d09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A giant Vietnamese national flag hangs from a balcony in the old quarter of Hanoi, Vietnam, Monday, Sept. 1, 2025. (AP Photo/Vincent Thian, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vincent Thian</media:credit></media:content></item><item><title><![CDATA[Scheffler makes clutch putt to force Monday playoff against Hovland in Travelers Championship]]></title><link>https://www.local10.com/sports/2026/06/28/scheffler-makes-clutch-putt-to-force-monday-playoff-against-hovland-in-travelers-championship/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/scheffler-makes-clutch-putt-to-force-monday-playoff-against-hovland-in-travelers-championship/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[CROMWELL, Conn. (AP) — Scottie Scheffler made an 8-foot par putt on the 18th hole Sunday and pumped his fist with more emotion than he showed all day, just for the right to return Monday at the rain-delayed Travelers Championship to face a sudden-death playoff against Viktor Hovland.]]></description><pubDate>Mon, 29 Jun 2026 01:13:12 +0000</pubDate><content:encoded><![CDATA[<p>CROMWELL, Conn. (AP) — Scottie Scheffler made an 8-foot par putt on the 18th hole Sunday and pumped his fist with more emotion than he showed all day, just for the right to return Monday at the rain-delayed Travelers Championship to face a sudden-death playoff against Viktor Hovland.</p><p>The final round was stopped for 90 minutes as storms moved over the TPC River Highlands, and officials deemed there was not enough daylight for them to start the playoff.</p><p>The playoff was to start at 9 a.m. Monday, the first time a PGA Tour went an extra day since The Players Championship last year.</p><p>“It’s more fun when you’re making the ones to win,” Scheffler said. “But to keep yourself in it is also nice. Like I said, I live another day until tomorrow, and will be coming out in the morning and see what I can do.”</p><p>Scheffler and Hovland each had birdie chances at the end. Scheffler rammed his 30-foot putt 8 feet by the hole. Hovland's 25-foot attempt missed by inches and he tapped in for a 69. Scheffler made his third big par putt for a 68 to match Hovland at 21-under 259.</p><p>That was one shot ahead of Collin Morikawa, who closed with a 61 and was briefly tied for the lead, though it never looked as though it would be enough.</p><p>Hovland, who went into the final round with a one-shot lead over Scheffler, found himself two back when play was halted by a pounding rain and lightning in the area, both of them in the fairway on the 14th hole.</p><p>Hovland poured in a 15-foot birdie putt from just off the green, to get within one shot and Scheffler had to make a 6-foot par putt to stay in the lead.</p><p>On the reachable par-4 15th, Scheffler's pitch from the collar of rough — wet grass might have saved his tee shot from going in the water — raced toward the pin on the top shelf and kept right on going, over the back and down a slope. He chipped that just onto the green and made another big par putt with Hovland in tight for a third straight birdie.</p><p>That left them tied. Scheffler missed a big opportunity on a 10-foot birdie chance on the 17th that spun off of the left edge of the cup, and the world's No. 1 player did well to hammer a shot from the wet rough right of the 18th fairway to just inside 30 feet.</p><p>PGA Tour official decided before they finished the 18th there would not be enough light to play even one extra hole.</p><p>They arrived at the playoff in different manners — Scheffler with three birdies against one bogey, Hovland going through a 10-hole stretch in the middle of his round with just two pars.</p><p>Hovland fell behind by two early, only for a two-shot swing on No. 7. There was a two-shot swing in Scheffler's favorite to start the back nine, and then Hovland made up ground with three straight birdies, the final two after rain changed the condition of the course.</p><p>The break was good for Hovland just to settle him down.</p><p>“I hit some good shots and then some bad shots and I just couldn’t quite get a flow in,” Hovland said. “So it was nice to just get completely off the golf course and reset and I felt a lot better coming back. So sometimes that’s all you need.”</p><p>Morikawa finished in style, a shot out of the wet sand in the bunker on the 18th to just inside 10 feet for ninth birdie of the round to post at 20-under 260. Morikawa, who started the day nine shots out of the lead, had to wait some three hours — including the delay — before leaving.</p><p>“The thought of actually having a chance, waiting it out, didn’t really cross my mind,” Morikawa said. “But I told my wife earlier this morning, ‘Let’s shoot 61 and end the three-week stretch on a good note.’ And sometimes the way you manifest things works out.”</p><p>Matt Fitzpatrick shot 64 to finish alone in fourth followed by U.S. Open champion Wyndham Clark, who played remarkably well after such a draining week at Shinnecock Hills. He was in it until a shot into the water for bogey on the 17th. Clark had a 65 and was three shots back.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FW6RCEPV5QHE56T53HQVQB5XWU.jpg?auth=9f8accb13960e5c808b4c6960652163a6adfcfb0576278a335f2f243a330b3a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler reacts to his tee shot on the 18th hole during the final round of the Travelers Championship golf tournament at TPC River Highlands, Sunday, June 28, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GDALZVH2OVS6L2AONS4NSTUV7U.jpg?auth=664462cc87211176f4889780395f04e3d985feabe0d7366aaa32a3635f0ef226&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Viktor Hovland, of Norway, reacts to his shot at the fifth hole during the final round of the Travelers Championship golf tournament at TPC River Highlands, Sunday, June 28, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SKLDGOLXXTZV3MLDKYH2IYLZHQ.jpg?auth=94c3741b49be70d477a28dc945121315f79b7cf73da0acd1eaa36312a80c90b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign announces that play is temporarily suspended due to dangerous weather during the final round of the Travelers Championship golf tournament at TPC River Highlands, Sunday, June 28, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X3M3CZCKODITJ76TAFRRYAM4WU.jpg?auth=8daccf00dbc7018fc74d8920480ad0302cf5b05dfee4d385b459b6ff0413807f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler, left, shakes hands with Viktor Hovland, right, of Norway, after finishing tied in the final round of the Travelers Championship golf tournament at TPC River Highlands, Sunday, June 28, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4NVOTGBXOAQQE77XNADLVMSMXE.jpg?auth=4b4bdc420e2adbbd1c174e3dab83e655d9541b9f28b23145fe92cf5acb15977f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Viktor Hovland, center, of Norway, moves his ball due to standing water without penalty on the 18th fairway during the final round of the Travelers Championship golf tournament at TPC River Highlands, Sunday, June 28, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content></item><item><title><![CDATA[Desde los escombros en Venezuela, una inesperada historia de supervivencia tras días de tragedia]]></title><link>https://www.local10.com/espanol/2026/06/28/desde-los-escombros-en-venezuela-una-inesperada-historia-de-supervivencia-tras-dias-de-tragedia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/28/desde-los-escombros-en-venezuela-una-inesperada-historia-de-supervivencia-tras-dias-de-tragedia/</guid><dc:creator><![CDATA[Por JUAN PABLO ARRAEZ, MATIAS DELACROIX y MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Una mezcla de equipos de rescate y civiles revisó el domingo una montaña de escombros casi indistinguible de las otras ruinas que se extendían por tramos de la costa norte de Venezuela tras dos devastadores sismos.]]></description><pubDate>Sun, 28 Jun 2026 23:50:42 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Una mezcla de equipos de rescate y civiles revisó el domingo una montaña de escombros casi indistinguible de las otras ruinas que se extendían por tramos de la costa norte de Venezuela tras dos devastadores sismos.</p><p>En los días transcurridos desde los terremotos de 7,2 y 7,5 del miércoles, los equipos de búsqueda y los habitantes locales habían creído que no había señales de vida bajo la masa de concreto en el estado La Guaira, una de las zonas más golpeadas.</p><p>Entonces, el domingo se produjo un estallido de movimiento. Equipos de rescate de Estados Unidos, Francia y Venezuela sacaron de un agujero un par de piernas cubiertas de polvo.</p><p>Los equipos trasladaron con cuidado al hombre desde la estructura donde había quedado atrapado durante cuatro días —con el cuerpo flácido, pero aún aferrado a su teléfono— hasta una lona negra y le administraron suero por vía intravenosa.</p><p>Luego apareció su hijo pequeño, sacado sin camiseta y casi sin respuesta por encima de un grupo de rescatistas con cascos, con las palabras “Fairfax County Urban Search & Rescue” estampadas en la espalda.</p><p>Los equipos de rescate coreaban: “Lento, lento, suave, suave”, en una mezcla de español e inglés, cuando pasaban al padre y al hijo entre una multitud de curiosos hasta una ambulancia cercana.</p><p>Los equipos estallaron en aplausos varios días después de iniciadas las labores de búsqueda y rescate, en un momento en que la esperanza de encontrar sobrevivientes se estaba desvaneciendo.</p><p>Los periodistas de The Associated Press Juan Pablo Arraez y Matías Delacroix estuvieron entre la multitud de personas que presenció el rescate.</p><p>Arraez contó el domingo que estaban recorriendo la región de La Guaira “esperando ver algún milagro” cuando encontraron a los equipos de rescate de Estados Unidos y a civiles locales trabajando con calma para sacar al padre y al hijo del edificio.</p><p>“En esta etapa muchos empiezan a perder la esperanza. Se ve en sus rostros”, declaró Arraez, al momento en que helicópteros volaban por encima. “Cuando alguien sale con vida, como este padre y este hijo, es más que un vistazo, es una esperanza real para la gente”.</p><p>El doble golpe de los terremotos ha sido el mayor desastre natural que la nación sudamericana ha enfrentado en décadas.</p><p>Las autoridades informaron el domingo que 1.450 personas habían muerto, con miles más heridas y muchas más desaparecidas.</p><p>Las primeras 48 a 72 horas después de un desastre natural son cruciales para las labores de rescate, aunque la supervivencia puede prolongarse si las personas tienen acceso a comida y agua.</p><p>Pero pequeños momentos de optimismo, solidaridad y humanidad como este han atravesado un duelo casi abrumador.</p><p>Bomberos venezolanos vertieron agua en la boca de un perro cubierto de polvo que asomaba la cabeza a través de grietas en el concreto.</p><p>Después de quedar atrapada durante 70 horas, una mujer se incorporó en una camilla, sonriendo y saludando a multitudes que vitoreaban cuando la subían en una camilla con ruedas a una ambulancia.</p><p>___</p><p>El fotoperiodista de The Associated Press Matías Delacroix contribuyó a este despacho.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PUPFHOSXDAYUH55VTE3K2VHWUA.jpg?auth=be4d03eec4ffc1f8e888cd5580986ff0fa790014807cdddf35fb1725f2b57895&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Equipos de rescate del Ejército mexicano buscan a personas atrapadas en edificios colapsados tras los sismos que sacudieron La Guaira, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CZHHIBYNBBSQQZMYRUYDSLXVJ4.jpg?auth=b88d5ed400e8c9d68c45708f9e17863e1afd906c375963a6cbe90625d5682d74&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un rescatista carga a una niña sacada de los escombros cuatro días después de que dos sismos azotaran La Guaira, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[Haeran Ryu wins the Women's PGA Championship for her first major title]]></title><link>https://www.local10.com/sports/2026/06/28/haeran-ryu-wins-the-womens-pga-championship-for-her-first-major-title/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/haeran-ryu-wins-the-womens-pga-championship-for-her-first-major-title/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description><![CDATA[CHASKA, Minn. (AP) — Haeran Ryu recovered from a rough start to secure her first career major title, winning the Women's PGA Championship by two strokes over Ina Yoon on a windy Sunday at Hazeltine National Golf Club.]]></description><pubDate>Mon, 29 Jun 2026 00:10:13 +0000</pubDate><content:encoded><![CDATA[<p>CHASKA, Minn. (AP) — Haeran Ryu recovered from a rough start to secure her first career major title, winning the Women's PGA Championship by two strokes over Ina Yoon on a windy Sunday at Hazeltine National Golf Club.</p><p>Ryu shot a 2-under 70 to finish at 13-under 275 and become the sixth South Korean to win the event over the last 12 editions, flashing a big smile after sinking her last putt as friends ran out to douse her in celebration.</p><p>The 2023 LPGA Tour Rookie of the Year was also the first major champion in at least the last 60 years to rally from a 10-plus-shot deficit after the first round. Ryu opened Thursday with a 73 in a tie for 70th place, as Yoon shot a tournament-record 63.</p><p>Playing her first event in six weeks, Ryu shook off whatever rust she showed and heeded some keen advice from her coach about moving forward.</p><p>“You don’t have another problem so just trust your shot and trust your caddie and trust yourself on the golf course,” Ryu said during the trophy ceremony on the 18th green.</p><p>Brooke Henderson and Dewi Weber tied for third at 10 under. Three Americans — Allisen Corpuz, Auston Kim and Alison Lee — tied for fifth place, six strokes behind Ryu.</p><p>“Haeran played unbelievable today,” Yoon said. “Brooke, I like to play her, play with her all the time. She’s such a nice girl. I learned a lot today, this week.”</p><p>LPGA Tour leader Nelly Korda wrapped up a frustrating weekend on the greens with a 73 to finish in a four-way tie for eighth, failing to become the third player to win the first three majors of the season.</p><p>The course was closed for most of the morning while a thunderstorm moved through the Twin Cities metro area, dropping more than an inch of rain and pushing all of the tee times back by 3 1/2 hours while players tried to stay focused and loose. That left the greens extra soft and the air especially gusty, making many of Hazeltine’s notoriously long fairways even trickier.</p><p>Ryu was five strokes behind Yoon in a four-way tie for second after two rounds and surged to the top on Saturday to take a one-shot lead over Henderson, the third time she’s been ahead or tied for the lead entering the final round of a major.</p><p>The 25-year-old Ryu bogeyed three of her first five holes before settling in and flexing her ball-striking muscle on a particularly tough afternoon for putting.</p><p>Ranking in the top three on the tour in approach, tee to green, and greens in regulation, Ryu went 4 under over the final 12 holes to separate from the pack in a far more relaxing finish than she was on track for. Four different players held a solo lead over the front nine.</p><p>Weber became only the fourth women’s player from the Netherlands to finish in the top 20 at a major tournament, with Anne van Dam the most recent at the 2024 British Women’s Open. Only one player on the men’s side has ever done so.</p><p>The 23-year-old Yoon had her best finish on the LPGA Tour, deftly rebounding from a 75 on Saturday and a double bogey on the third hole on Sunday.</p><p>“Little disappointed yesterday and today, but I think I did pretty good job being under pressure and it’s just part of golf,” Yoon said. “I think it’s going to be a really big lesson in the big picture.”</p><p>Korda turns her focus to the next two majors</p><p>Korda made the turn only three shots back and birdied the 10th hole, but her short game fell short down the stretch in similar fashion to the third round. She three-putted five different times at Hazeltine, after posting no more than three in any other tournament this year.</p><p>Hazeltine's signature lakeside hole dragged her down, too, with a double bogey in the first and fourth rounds on the 16th. Her second shot from the right edge of the fairway splashed in the water for a costly penalty stroke, and she two-putted the par-4 hole.</p><p>With the Evian Championship and Women's British Open next month, Korda can still add a grand slam to what has been a superb season despite some setbacks this week in Minnesota.</p><p>“I was just thinking about the way that I played," Korda said, "not like the realistic big picture that everyone is talking about.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JGKOBUHVDT6LBOUNHSZCGMN7SA.jpg?auth=f26279fe02b7fc53e39b4cef1c0af49766b422840a700820dcd3d99a9fcbe03f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haeran Ryu, of South Korea, celebrates on the 18th green after winning the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 2026, in Chaska, Minn. (AP Photo/Matt York)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt York</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BWN4EZG3VESATVZBVKUQAOFLMM.jpg?auth=379c5a9bedff6ab04be423f8d37e7173107d31d163495896ff588660ef4ea896&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haeran Ryu, of South Korea, poses with the trophy after winning the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 2026, in Chaska, Minn. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W6BQ5SROR7CME3YJHRHNDECKXQ.jpg?auth=f53a1d1fda42f057b9bdd8cc719e9904d4650e553e0659cbd7b653541d38db56&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haeran Ryu, of South Korea, hits on the eighth hole during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 2026, in Chaska, Minn. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJR3WDWTG7TZOB3XJTDU5V3UMQ.jpg?auth=c95f6aabe3f656d9c3728a96983a265cf01ffc28e887270d2c8bbf93480760b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda celebrates a putt on the seventh hole during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 2026, in Chaska, Minn. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IIPPELTQG7YBLK7NBUYVYLXU5I.jpg?auth=860afb4cb259650d8621d6f414e266583dee7e6e9d29e182cab4d9a0210af7bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haeran Ryu, of South Korea, walks to the 18th green during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 2026, in Chaska, Minn. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content></item><item><title><![CDATA[‘The best news’: South Florida woman’s mother rescued from rubble after Venezuela earthquakes]]></title><link>https://www.local10.com/news/local/2026/06/28/the-best-news-south-florida-womans-mother-rescued-from-rubble-after-venezuela-earthquakes/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/the-best-news-south-florida-womans-mother-rescued-from-rubble-after-venezuela-earthquakes/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[A South Florida woman’s mother survived the Venezuela earthquakes after being pulled from the rubble of a collapsed building.]]></description><pubDate>Sun, 28 Jun 2026 22:24:13 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida woman’s mother survived <a href="https://www.local10.com/news/world/2026/06/28/teams-scramble-to-locate-survivors-four-days-after-venezuela-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/28/teams-scramble-to-locate-survivors-four-days-after-venezuela-earthquakes/">the Venezuela earthquakes</a> after being pulled from the rubble of a collapsed building.</p><p>Paola Ramos said her 54-year-old mother, Carla, was beneath the rubble for three days before being rescued.</p><p>“I called my family,” Ramos said. “I couldn’t find my mom.”</p><p>Ramos spent the next 72 hours unsure if her mother was dead or alive.</p><p>“It’s frustrating, but I’m really connected with my people,” she said. “I was trying to do my best. I used my social media platforms to spread the news.”</p><p>She posted videos to Instagram expressing fear that her mother’s building was being overlooked.</p><p>“I thought for two days she was dead because the building was really collapsed,” Ramos said. “It was on the floor.”</p><p>Learning of her mother’s rescue was “the best news,” Ramos said.</p><p>Since the devastating twin earthquakes the United Nations estimates at least 243 people have been pulled from the rubble as the death toll continues to climb.</p><p>Ramos credits her mother’s faith for keeping her alive.</p><p>“She’s really shocked,” Ramos said. “She was there working, taking care of a child.”</p><p>The 6-year-old boy she was taking care of did not survive, Ramos said, dying of dehydration.</p><p>“Right now, we are not thinking. We have no time to process,” Ramos said. “Venezuela was not prepared for this.”</p><p>Humanitarian relief efforts have been well underway since the natural disaster occurred.</p><p>Two highly trained South Florida teams, Florida Task Force One and Two were dispatched to the scene to aid in the search-and-rescue effort.</p><p>Many are stopping by local donation sites.</p><p>“It’s amazing,” Ramos said. “We need help.”</p><p>Ramos had a message for those in Venezuela: “Keep going; have faith.”</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[Rescuers pull survivors from rubble as Venezuela quake deaths top 1,450]]></title><link>https://www.local10.com/news/world/2026/06/28/rescuers-pull-survivors-from-rubble-as-venezuela-quake-deaths-top-1450/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/rescuers-pull-survivors-from-rubble-as-venezuela-quake-deaths-top-1450/</guid><dc:creator><![CDATA[Cody Weddle]]></dc:creator><description><![CDATA[Officials have raised the death toll from Venezuela’s twin earthquakes to more than 1,450 people, National Assembly President Jorge Rodríguez confirmed, as frustrations mounted over traffic choking the only highway connecting Caracas to the hard-hit state of La Guaira.]]></description><pubDate>Sun, 28 Jun 2026 22:59:09 +0000</pubDate><content:encoded><![CDATA[<p>Officials have raised the death toll from Venezuela’s twin earthquakes to more than 1,450 people, National Assembly President Jorge Rodríguez confirmed, as frustrations mounted over traffic choking the only highway connecting Caracas to the hard-hit state of La Guaira.</p><p>Ambulances sat gridlocked on the route after authorities set up access checkpoints — measures meant to control the flow of people into the disaster zone that ended up causing significant delays.</p><p>Deborah Cienfuegos, who was searching for her brother and parents beneath the rubble, pleaded with people not to travel to the coast just to take photos and record video.</p><p>“Here we are, our family, our people — don’t be indifferent. Don’t come to Vargas state just to film,” she said.</p><p>Still, rescuers continued pulling survivors from the wreckage. Colombian teams freed one man — visibly smiling despite hours trapped under debris. </p><p>Crews from Fairfax County, Virginia, pulled a crying infant from a collapsed building, calling out their every move to others still buried before cutting through the rubble.</p><p>The earthquakes left at least 12,000 people homeless, many now sleeping in public parks, with more than 700 buildings either requiring repairs or slated for demolition.</p><p>Journalist Ivanna Laura, who has spoken with many of the displaced, said uncertainty is widespread.</p><p>“There’s a lot of uncertainty about what’s going to happen now, for the people who need help and lost everything,” she said.</p><p>Amid the devastation, Venezuelans mobilized to deliver food, water and supplies to those who lost everything — offering a lifeline as the hard work of recovery gets underway.</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[Miami-Dade deputies arrest Argentinian YouTubers at World Cup match]]></title><link>https://www.local10.com/news/local/2026/06/28/miami-dade-deputies-arrest-argentinian-youtubers-at-world-cup-match/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/miami-dade-deputies-arrest-argentinian-youtubers-at-world-cup-match/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Argentinian YouTubers Beni Marmol and Pato Perrotta are facing felony charges in South Florida after deputies said they arrested them at the Colombia vs. Portugal World Cup match.]]></description><pubDate>Sun, 28 Jun 2026 18:39:47 +0000</pubDate><content:encoded><![CDATA[<p>Argentinian YouTubers <a href="https://www.youtube.com/@Benimarmol" target="_self" rel="" title="https://www.youtube.com/@Benimarmol">Beni Marmol</a> and <a href="https://www.youtube.com/@patoperrotta" target="_self" rel="" title="https://www.youtube.com/@patoperrotta">Pato Perrotta</a> are facing felony charges in South Florida after deputies said they arrested them at the Colombia vs. Portugal World Cup match.</p><p><a href="https://www.local10.com/news/local/2026/06/28/youtubers-argentinos-son-arrestados-por-agentes-de-miami-dade-durante-un-partido-del-mundial/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/youtubers-argentinos-son-arrestados-por-agentes-de-miami-dade-durante-un-partido-del-mundial/">Leer en español</a></p><p>Marmol, 20, and Perrotta, 26, both of Buenos Aires, each have hundreds of thousands of followers on YouTube and other platforms and frequently collaborate in videos. </p><p>The match was held Saturday at Miami Stadium, better known as Hard Rock Stadium.</p><p>Miami-Dade Sheriff’s Office deputies said both Marmol, whose full name is Lautaro B. Marmol, and Perrotta, whose full name is Patricio Rafael Perrotta, “bypass(ed) three layers of security” using credentials of a past game and made it onto “stadium grounds.”</p><p>Marmol “stated that he was a media influencers (sic) trying to get in to stream the game,” a deputy wrote in his arrest report.</p><p>Perrotta, meanwhile, said he was “hired by a media company to review the event and has credentials, but they were from a previous event,” his arrest report states.</p><p>Deputies arrested each on a charge of interference with a sporting or entertainment event.</p><p>Records show a Miami-Dade judge found probable cause for both and ordered them held on a $2,500 bond.</p><p>They were both being held in the Turner Guilford Knight Correctional Center as of Sunday afternoon. </p><p>The two were among 16 people arrested at the match, according to MDSO.</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[Helping Venezuela: Donations continue to flow in Doral]]></title><link>https://www.local10.com/news/local/2026/06/28/helping-venezuela-donations-continue-to-flow-in-doral/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/helping-venezuela-donations-continue-to-flow-in-doral/</guid><dc:creator><![CDATA[Hannah Yechivi, Bridgette Matter]]></dc:creator><description><![CDATA[South Floridians both within and outside the Venezuelan American community are stepping up to support relief efforts after devastating back-to-back earthquakes rocked the South American country.]]></description><pubDate>Sun, 28 Jun 2026 14:34:15 +0000</pubDate><content:encoded><![CDATA[<p>South Floridians both within and outside the Venezuelan American community are stepping up to support relief efforts after <a href="https://www.local10.com/news/world/2026/06/27/frustration-grows-in-venezuela-as-earthquake-death-toll-reaches-1430/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/frustration-grows-in-venezuela-as-earthquake-death-toll-reaches-1430/">devastating back-to-back earthquakes</a> rocked the South American country.</p><p><a href="https://www.local10.com/news/local/2026/06/28/ayudando-a-venezuela-continuan-llegando-donaciones-a-doral/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/ayudando-a-venezuela-continuan-llegando-donaciones-a-doral/">Leer en español</a></p><p>The <a href="https://www.globalempowermentmission.org/mission/venezuela-earthquakes/" target="_self" rel="" title="https://www.globalempowermentmission.org/mission/venezuela-earthquakes/">Global Empowerment Mission</a> in Doral is receiving donations, including canned food, diapers, and medicine, with 40,000 pounds already in Venezuela and 82,000 pounds arriving soon.</p><p>A long line of cars could be seen at GEM’s warehouse on Sunday morning.</p><p>“We also have a warehouse already open in Caracas and we are planning on sending at least two flights over the next few days,” Billy Richardson, GEM’s logistics director, told Local 10 News on Sunday.</p><p>Richardson explained how aid from South Florida reaches Venezuelans in need.</p><p>“We are working with one of the bigger distributors in Venezuela that is going to help us logistically ― the trucks and other vehicles to get aid around ― and they’ll be going out to different distribution points to help allocate as much community as possible," he said.</p><p>Richardson said GEM is asking people to avoid donating water, which is not currently in short supply, as well as “sodas and high fructose juices.”</p><p>Richardson described the response from South Floridians as “absolutely incredible.”</p><p>“South Florida and the Venezuelan community has all come out and really supported this cause,” he said. “I mean, we’ve had well over 2,500 volunteers in the last few days and I don’t see that stopping anytime soon, which is incredible. It’s amazing.”</p><p>For many volunteering their time, helping those in need in Venezuela personal.</p><p>“I have friends, we have family who had to evacuate their buildings,” volunteer Joshua Tovar said. Thankfully we don’t have any lost ones but we know people who have lost ones."</p><p>Volunteer Xenia Marcinko said her loved ones are safe, but she’s devastated for her country.</p><p>“We can’t count how many families need our help,” she said.</p><p>--</p><p><u><b>Related list</b></u>: <a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">Drop-off locations in South Florida</a></p><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/">Meet Miami-Dade Fire Rescue Capt. German Leal</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Pembroke Pines police officers announce collection drive</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb partners with nonprofit CADENA for emergency housing </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi aims to protect vulnerable children</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Officials close La Guaira, require volunteers to register in Caracas </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon donates to Airlink to help charities with logistics</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul><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[Ayuda para Venezuela: continúan llegando donaciones en Doral]]></title><link>https://www.local10.com/news/local/2026/06/28/ayudando-a-venezuela-continuan-llegando-donaciones-a-doral/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/ayudando-a-venezuela-continuan-llegando-donaciones-a-doral/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[Habitantes del sur de Florida, tanto de la comunidad venezolana como de otros sectores de la población, continúan sumándose a los esfuerzos de ayuda tras los devastadores terremotos que sacudieron Venezuela.]]></description><pubDate>Sun, 28 Jun 2026 16:11:48 +0000</pubDate><content:encoded><![CDATA[<p>Habitantes del sur de Florida, tanto de la comunidad venezolana como de otros sectores de la población, están sumándose a los esfuerzos de ayuda tras los devastadores terremotos consecutivos que sacudieron al país sudamericano.</p><p>La organización <a href="https://www.globalempowermentmission.org/es/mission/venezuela-earthquakes/" target="_self" rel="" title="https://www.globalempowermentmission.org/es/mission/venezuela-earthquakes/">Global Empowerment Mission</a> (GEM), con sede en Doral, está recibiendo donaciones de alimentos enlatados, pañales y medicamentos. Hasta el momento, 40,000 libras de ayuda ya fueron enviadas a Venezuela y otras 82,000 libras llegarán próximamente.</p><p>La mañana del domingo se observó una larga fila de vehículos frente al almacén de GEM.</p><p>“También tenemos un almacén ya operativo en Caracas y planeamos enviar al menos dos vuelos durante los próximos días”, dijo Billy Richardson, director de logística de GEM, a Local 10 News.</p><p>Richardson explicó cómo la ayuda recolectada en el sur de Florida llega a los venezolanos afectados.</p><p>“Estamos trabajando con uno de los mayores distribuidores de Venezuela, que nos ayudará con la logística, incluyendo camiones y otros vehículos para transportar la ayuda. Luego, los suministros serán enviados a distintos puntos de distribución para llegar al mayor número posible de comunidades”, explicó.</p><p>Richardson señaló que GEM pide a las personas evitar donar agua, ya que actualmente no escasea, así como refrescos y jugos con alto contenido de fructosa.</p><p>Asimismo, calificó la respuesta de la comunidad del sur de Florida como “absolutamente increíble”.</p><p>“Tanto el sur de Florida como la comunidad venezolana se han unido para apoyar esta causa. Hemos contado con mucho más de 2,500 voluntarios en los últimos días y no veo que eso vaya a detenerse pronto. Es algo increíble. Es extraordinario”, afirmó.</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[Incendio forestal de 70 acres arrasa una zona del oeste del condado de Broward]]></title><link>https://www.local10.com/news/local/2026/06/28/incendio-forestal-de-70-acres-arrasa-una-zona-del-oeste-del-condado-de-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/incendio-forestal-de-70-acres-arrasa-una-zona-del-oeste-del-condado-de-broward/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[De acuerdo con las autoridades, el fuego se ha extendido a unas 70 acres en las inmediaciones de la autopista Sawgrass Expressway y Commercial Boulevard.]]></description><pubDate>Sun, 28 Jun 2026 21:29:31 +0000</pubDate><content:encoded><![CDATA[<p>Un incendio forestal se registra la tarde de este domingo en el oeste del condado de Broward.</p><p>De acuerdo con las autoridades, el fuego se ha extendido a unas 70 acres en las inmediaciones de la autopista Sawgrass Expressway y Commercial Boulevard.</p><p>Las autoridades mantienen bajo vigilancia el incendio mientras continúa propagándose en la zona.</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[From the rubble in Venezuela, an unexpected story of survival cuts through days of tragedy]]></title><link>https://www.local10.com/news/world/2026/06/28/from-the-rubble-in-venezuela-an-unexpected-story-of-survival-cuts-through-days-of-tragedy/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/from-the-rubble-in-venezuela-an-unexpected-story-of-survival-cuts-through-days-of-tragedy/</guid><dc:creator><![CDATA[By JUAN PABLO ARRAEZ, MATIAS DELACROIX and MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — A mix of rescue teams and civilians on Sunday peered at a mountain of rubble almost indistinguishable from the other ruins lining swathes of the northern Venezuelan coast following two devastating earthquakes.]]></description><pubDate>Mon, 29 Jun 2026 00:18:42 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — A mix of rescue teams and civilians on Sunday peered at a mountain of rubble almost indistinguishable from the other ruins lining swathes of the northern Venezuelan coast following two devastating earthquakes.</p><p>In the days since Wednesday's 7.2 and 7.5 quakes, search teams and locals had believed that there were no signs of life under the concrete mass in La Guaira state, one of the hardest-hit areas.</p><p>Then on Sunday came a burst of movement. A pair of dust-coated legs was pulled out of a hole by rescue teams from Virginia, France and Venezuela.</p><p>Teams gently carried the man from the structure where he had been trapped for four days, his body slack but still gripping his phone, onto a black tarp and administered an IV.</p><p>Then came his young son, pulled shirtless and almost unresponsive over a pack of hard-hat clad rescue workers with the words “Fairfax County Urban Search & Rescue” emblazoned on the backs.</p><p>“Slow, slow, gentle, gentle,” chanted rescue teams in a mix of Spanish and English, as they passed the father and son through a crowd of onlookers into a nearby ambulance.</p><p>The teams burst out into applause days into search and rescue efforts, at a time that hope of finding survivors was dimming.</p><p>Associated Press journalists Juan Pablo Arraez and Matías Delacroix were among the throng of people who witnessed the rescue.</p><p>On Sunday, Arraez said they were scouring the La Guaira region “trying to see if we can see any miracles” when they found the U.S. rescue teams and local civilians calmly working to pull the father and son out of the building.</p><p>“At this stage many begin to lose hope. You see that in their faces,” Arraez said, as helicopters flew overhead. “When somebody makes it out alive, this father and son. It’s more than a glimpse, it’s real hope for people.”</p><p>The one-two punch of the earthquakes has been the greatest natural disaster the South American nation has faced in decades.</p><p>Authorities reported 1,450 people were dead on Sunday, with thousands more injured and many more missing.</p><p>The first 48 to 72 hours after a natural disaster are crucial to rescue efforts, though survival can be extended if people have access to food and water.</p><p>But small moments of optimism, solidarity and humanity like this have cut through almost overwhelming grief.</p><p>Venezuelan firefighters poured water into the mouth of a dust-covered dog peeking its head through cracks in the concrete.</p><p>After being trapped for 70 hours, one woman sat up on a stretcher, grinning and waving at cheering crowds as she was loaded on a gurney into an ambulance.</p><p>——</p><p>Associated Press photojournalist Matías Delacroix contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2JRDZFWGVWB7IP72GYL3FC6GYQ.jpg?auth=9521f4c1d4c921c22eccdd25490e4233a73a4beae5bc7062d4f18d7e2728d950&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers carry a man rescued from the rubble of a building that collapsed in the earthquakes that struck La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G6E7MECY5CS4N7KUJTCREXWSZY.jpg?auth=df75e0d6584f7c4dc6d43c62d6712845f841ef571a7686cf3683fd654510e317&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person removed from the rubble by members of the French Civil Security Training and Intervention Regiment (UIISC 7), U.S. rescuers and others is carried on a stretcher to an ambulance along the coast in Caraballeda, La Guaira state, Venezuela, Sunday, June 28, 2026, after earthquakes. (Miguel Medina, Pool photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Medina</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YIAOJUCJGT4YYNLPI57XQ6R3K4.jpg?auth=7226cde5174f68a6f96b2b7ea793aa53f2463027b84105e10c136c4d28a71dbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Relief workers carry a man rescued from a building that collapsed in the earthquakes that struck La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QOJ3J6UAJEI7T46X7IQA7Q5FJ4.jpg?auth=06bff49953a9341c744465897a8ee76d7c581188bf25270df8b14db8ea1cfe23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. firefighters from the Fairfax County search and rescue team pull a boy from the rubble after rescuing him and his father from a building that collapsed in the earthquakes in La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6CM6KGZCP7O7YZ7WFQWMOPDYXU.jpg?auth=7c17fec47d67d3d9c801dbddf2eb1bbef7b76d0640c8fba1f3f50c329e2ed693&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. firefighters from the Fairfax County pull a survivor from the rubble of a building that collapsed in the earthquakes in La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Canada beats South Africa 1-0 in World Cup's first knockout match on Stephen Eustáquio's late goal]]></title><link>https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[INGLEWOOD, Calif. (AP) — Right after Canada finished its first knockout match victory in a World Cup, coach Jesse Marsch huddled his players on the grass of a stadium still in pandemonium and spoke from his heart — shouted, actually.]]></description><pubDate>Sun, 28 Jun 2026 23:27:23 +0000</pubDate><content:encoded><![CDATA[<p>INGLEWOOD, Calif. (AP) — Right after Canada finished its first knockout match victory in a World Cup, coach Jesse Marsch huddled his players on the grass of a stadium still in pandemonium and spoke from his heart — shouted, actually.</p><p>“You guys are Canadian heroes today!" Marsch declared. "Canadian heroes for the future children of this country who play this sport. The sport has a big future because of you guys. You should be so proud of who you are. You should be so proud of this game. You never lost belief. You went after it, point after point, moment after moment. You are Canadian heroes!”</p><p>Stephen Eustáquio's dramatic late goal had inspired Marsch to Ted Lasso levels of earnestness, and he didn't care who knew it.</p><p>Soccer has never been the main event on Canada's busy sports calendar, and Les Rouges are playing in only their third World Cup this summer. But Marsch realized this landmark 1-0 win over South Africa on Sunday is the type of achievement that can seize an entire nation's attention for a generation.</p><p>“We could have made life a little easier on ourselves if we would have made a play earlier when we had some big chances,” Marsch said. “But obviously the timing of the goal means that the win is incredibly dramatic, and I think the effect that it will have in Canada, and the inspiring of people, will be immense.”</p><p>After 90-plus minutes of frustration and failure to break down cagey South Africa at SoFi Stadium, Canada made history in an instant when Alistair Johnston’s long pass into the box was cleared directly into the path of Eustáquio.</p><p>The midfielder who plays professionally at nearby Los Angeles FC coolly chested it down and blasted it off the bounce into the bottom corner of Ronwen Williams' net before sprinting away to celebrate with Canada's bench in the second minute of second-half stoppage time.</p><p>“We worked for it," Eustáquio said. “We have a special group. We feel like we are brothers. When we fight for each other, when we play for each other, special things like this can happen. I am over the moon, but at the same time I don’t want to say that the job is finished.”</p><p>Canada, which sits 30th in the most recent FIFA world rankings, advanced to face the Netherlands or Morocco in Houston on Saturday.</p><p>After playing its first three group matches in Toronto and Vancouver, Canada missed the chance to also make this bit of history at home when it lost 2-1 to Switzerland last Wednesday and got sent on the road for the knockout rounds. But Marsch's plucky team responded by winning this tournament's first round of 32 match and reaching the round of 16 for the first time in its three trips to the World Cup.</p><p>The Canadians were still the clear crowd favorite in the Los Angeles area between their traveling fans and thousands of supportive locals, including several in Eustáquio’s LAFC shirt who couldn't have imagined the day they were about to enjoy.</p><p>“We never stopped believing," Eustáquio said. "And I think the goal is really something that we deserved.”</p><p>After finishing second in their respective groups, both South Africa and Canada were playing for their nations’ first knockout victories at a World Cup when they opened knockout play with the only match of the day.</p><p>Canada got a boost in the 75th minute when star defender Alphonso Davies came on for his first World Cup action. The playmaking Bayern Munich defender missed group play after injuring his hamstring last month for the third time this year, but finally returned in the same stadium where he tore a knee ligament in March 2025 in CONCACAF Nations League play.</p><p>Davies immediately made the best pass of the day to set up Promise David for a golden chance, but the forward hit it wide. The game then bogged down again — but Eustáquio made sure Canada avoided extra time.</p><p>“Steph is one of the people in the team that I think is the most reliable and understands what we’re trying to achieve as a group, and understands how to manage moments in games, and to be a leader, a true leader,” Marsch said. “It was good to see him, in that moment, just being in the moment and thinking about the best way to strike the ball in the way to give it the best chance to go in. Really composed and really well-executed.”</p><p>Williams made five saves for South Africa, which played with remarkable heart while hanging in until the final moments in search of another historic win for the team known as Bafana Bafana. South Africa stayed firm defensively and created a handful of tantalizing chances despite getting only one shot on goal to close a tournament in which it scored two goals in four matches.</p><p>“We lost the game because there was a lack of power and speed in our team when I compare that with our opponent,” South Africa coach Hugo Broos said. “We had a difficult game, certainly. But when we look back, we can be fairly satisfied with what we did.”</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OX6WTHEQPLUEBHNE34CYHQQ5WU.jpg?auth=116cb797529b184e336f6ec423955dab891455fe21baf1ff7aecf979974d647b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada's Stephen Eustaquio (7) celebrates scoring their opening goal against South Africa during the World Cup round of 32 soccer match in Inglewood, Calif., near Los Angeles, Sunday, June 28, 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/3ZJTM73OSGXHY35UYYL6CUYWVY.jpg?auth=76009a0f51e0ba01bd8e2c7c072a5bf5a3fe2aee53c85d100d08402bd0aa408f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada's Stephen Eustaquio (7) scores their opening goal past South Africa goalkeeper Ronwen Williams (1) during the World Cup round of 32 soccer match between South Africa and Canada in Inglewood, Calif., near Los Angeles, Sunday, June 28, 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/RI7TRYWY6O6Y2UT3CTE46E7W4Q.jpg?auth=cd9b0a8aceebc108bfca1e1008af864a0a65278cf66940cd370d5523301f3c2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Players of Canada celebrate after Stephen Eustaquio scored the opening goal during a World Cup round of 32 soccer match between South Africa and Canada in Inglewood, Calif., near Los Angeles, Sunday, June 28, 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/663Q4X266ARQDEMFKVEA76YDBI.jpg?auth=4961162cf9109c97a0c357b56b7bc33627e2a47ccdb7b10be06437be925f06dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Africa's Sphephelo Sithole and Canada's Jonathan David (10) go for a header during a World Cup round of 32 soccer match in Inglewood, Calif., near Los Angeles, Sunday, June 28, 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/OEGVCVKMKTZHC5NQY5EEZLAM2A.jpg?auth=4ae1151749c9be65bb3ff755cb0c873bd6386bcc85e7a02ebb6d050ca6d2296a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada's Stephen Eustaquio (7) celebrates scoring their opening goal against South Africa during the World Cup round of 32 soccer match in Inglewood, Calif., near Los Angeles, Sunday, June 28, 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/TJLNYYWEAOFKM6IUU47UG765IU.jpg?auth=aa78b0ca3d676107f6fa110149752d8db812e3d8bb1c6238b8813ce2bd4f43c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada head coach Jesse Marsch celebrates after Stephen Eustaquio scored their opening goal against South Africa during the World Cup round of 32 soccer match in Inglewood, Calif., near Los Angeles, Sunday, June 28, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content></item><item><title><![CDATA[Swimming world record lasts just nine days as Gretchen Walsh breaks 50 freestyle mark in Rome]]></title><link>https://www.local10.com/sports/2026/06/28/swimming-world-record-lasts-just-nine-days-as-gretchen-walsh-breaks-50-freestyle-mark-in-rome/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/swimming-world-record-lasts-just-nine-days-as-gretchen-walsh-breaks-50-freestyle-mark-in-rome/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ROME (AP) — American swimmer Gretchen Walsh broke the world record in the women's 50 meter freestyle on Sunday, just nine days after her training partner Kate Douglass had set a new mark in the sprint distance.]]></description><pubDate>Sun, 28 Jun 2026 21:22:27 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — American swimmer Gretchen Walsh broke the world record in the women's 50 meter freestyle on Sunday, just nine days after her training partner Kate Douglass had set a new mark in the sprint distance.</p><p>Walsh clocked 23.55 seconds at the Sette Colli meet in Rome to shave 0.04 seconds off the record Douglass set in Indianapolis on June 19.</p><p>Sarah Sjostrom of Sweden, who held the world record before Douglass, finished second on Sunday in 23.86.</p><p>Walsh and Douglass are former teammates at the University of Virginia and still train together. After seeing her mark bested so quickly, Douglass posted a photo of Walsh on Instagram with the text “was fun while it lasted” and a handshake emoji.</p><p>Walsh, who won two relay gold medals at the 2024 Paris Olympics, also holds the short-course world record over 50 meters and the long-course mark in the 100 butterfly.</p><p>___</p><p>AP Summer Olympics: https://apnews.com/hub/2024-paris-olympic-games</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JSLL6WCM5WQBVVHNSVGRCECS4U.jpg?auth=d93d2f29da3c71d26484154f5b5b8dbe788430a860fac64f4cbba82a3946df82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Gretchen Walsh, of the United States, competes in the women's 50-meter freestyle final at the World Aquatics Championships in Singapore, Aug. 3, 2025. (AP Photo/Lee Jin-man, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content></item><item><title><![CDATA[Pakistan says ground operation and strikes along Afghan border killed 29 militants]]></title><link>https://www.local10.com/news/world/2026/06/28/pakistan-says-it-carried-out-ground-operation-strikes-along-afghan-border-killing-29-militants/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/pakistan-says-it-carried-out-ground-operation-strikes-along-afghan-border-killing-29-militants/</guid><dc:creator><![CDATA[By MUNIR AHMED and SUZAN FRASER, Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — Pakistani security forces Sunday carried out a ground operation along the Pakistan-Afghanistan border, followed by “calibrated strikes” against militant hideouts and safe havens, killing 29 fighters, officials said.]]></description><pubDate>Mon, 29 Jun 2026 02:55:02 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — Pakistani security forces Sunday carried out a ground operation along the Pakistan-Afghanistan border, followed by “calibrated strikes” against militant hideouts and safe havens, killing 29 fighters, officials said.</p><p>In a post on X, Information Minister Attaullah Tarar said the operation was launched in response to multiple militant attacks across the country.</p><p>In Afghanistan, government spokesperson Zabihullah Mujahid said Pakistan's attacks resulted in the deaths and injuries of dozens of civilians, including women and children.</p><p>“We strongly condemn this cowardly act of aggression and consider it a crime and an act of brutality,” he said.</p><p>Pakistan has witnessed a surge in militant attacks targeting police and security forces in recent years. Authorities have blamed the Pakistani Taliban, known as Tehrik-e-Taliban Pakistan, or TTP, and allied militant groups for most of the violence.</p><p>The security operation took place a day after militants armed with guns and explosives targeted the regional headquarters of the paramilitary Rangers in the southern port city of Karachi, killing three soldiers. Security forces killed three attackers and arrested another assailant, whom the military identified as an Afghan national in wounded condition.</p><p>Jamaat-ul-Ahrar, a breakaway faction of the Pakistani Taliban, claimed responsibility for the Karachi attack in a statement Saturday night.</p><p>Tarar said Pakistan’s latest operation along the Afghan border targeted hideouts and safe havens of the Pakistani Taliban. The Pakistani Taliban are a separate militant group from the Afghan Taliban, although the two are allies. The Afghan Taliban returned to power in neighboring Afghanistan in 2021.</p><p>The latest operations are likely to further strain already tense relations between Islamabad and Kabul.</p><p>Strikes are the latest in cross-border violence between neighbors</p><p>Sunday’s cross-border strikes and ground operation came less than three weeks after Pakistan's military launched airstrikes on what it said were militant hideouts in Afghanistan. They ended about a month of relative calm following what Islamabad had described as an “open war” between the neighboring countries, despite international efforts to broker a lasting peace.</p><p>The escalation follows months of tit-for-tat military action between the two countries. Hundreds of people have been killed in cross-border fighting since February, when Afghanistan launched retaliatory strikes after Pakistan carried out airstrikes inside Afghan territory.</p><p>Multiple rounds of talks have failed to secure a lasting ceasefire. China also hosted the two sides in April and Beijing later said Pakistan and Afghanistan had agreed not to escalate their conflict and to explore a solution.</p><p>Pakistan since last year has carried out multiple strikes along the border and inside Afghanistan, targeting alleged hideouts of TTP and other militants. Pakistan accuses Afghanistan’s Afghan Taliban government of harboring militants who carry out deadly attacks inside Pakistan, especially the TTP. Kabul denies the charge.</p><p>___</p><p>Fraser reported from Ankara, Turkey. Associated Press writers Abdul Qahar Afghan in Kabul; Riaz Khan in Peshawar, Pakistan, and Ishtiaq Mahsud in Dera Ismail Khan, Pakistan, contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DN7C3BMNCIA3JIGA7HU22NLAI4.jpg?auth=33a15e6404f222ed898129f84add38d0cf9de3607eb60665cebd33d70432081d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This is a locator map for Pakistan with its capital, Islamabad, and the Kashmir region. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Trump says his renovation plans for a golf course will have Washington hosting a 'major' tournament]]></title><link>https://www.local10.com/news/politics/2026/06/28/trump-says-his-renovation-plans-for-a-golf-course-will-have-washington-hosting-a-major-tournament/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/28/trump-says-his-renovation-plans-for-a-golf-course-will-have-washington-hosting-a-major-tournament/</guid><dc:creator><![CDATA[By JOSH BOAK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump on Sunday surveyed several of his construction projects around the nation's capital, suggesting afterward that his redevelopment of the East Potomac Golf Links would enable it to host a premier tournament.]]></description><pubDate>Sun, 28 Jun 2026 21:39:08 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump on Sunday surveyed several of his construction projects around the nation's capital, suggesting afterward that his redevelopment of the East Potomac Golf Links would enable it to host a premier tournament.</p><p>“When completed, this Course will have the ability to host Major Golf Tournaments, including The U.S. Open, The Ryder Cup, The PGA Championship, and other top PGA Tour events,” Trump posted on social media.</p><p>Trump toured the course with Interior Secretary Doug Burgum, various aides and the golf course architect Tom Fazio and his son, Gavin Fazio. The president's redevelopment of the course is subject to a lawsuit in U.S. District Court.</p><p>It's unclear when the course could host any major tournaments, as locations are chosen several years ahead of the events. Locations for the U.S. Open are scheduled through 2051, though there are available spots in 2043, 2046 and 2048. The PGA Championship is set through 2035.</p><p>Trump complained in his post about the condition of the grass and the sprinkler system for the public golf course, but debris from the demolition of the White House East Wing has also been dumped on the grounds. The National Park Service said last month that the debris tested positive for lead, chromium and other toxic metals.</p><p>Trump said in his post that work on the golf course would begin on Sept. 1. The president also toured updates to Lafayette Park on the north side of the White House and had his motorcade drive around where he plans to build a triumphal arch.</p><p>The president also said in a separate post that he would meet with Janeese Lewis George, who won the Democratic primary for Washington's mayor. Trump in his post called Lewis George a “Communist."</p><p>At a news conference Thursday, Lewis George said that as the next likely mayor that she would “work with anyone including the president for the best interest of D.C. residents” but stressed that she would not comply “in advance” to requests from the administration that could compromise the locally elected government.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S5AJK4W57PEXCWRPA4GS3KFV2M.jpg?auth=859f9c4ca34b7b6d03c6347cd27f1c91b596f8ac70accba89e388bb9f09ea890&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, from right, and Interior Secretary Doug Burgum tour the East Potomac Park golf course, Sunday, June 28, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CZYQ7LD4UFFBQ3VWF3X6UVS3RQ.jpg?auth=caeb73d85e32312b8df7a793e15618f0856c10b9701286ffb640e9ef134894d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A motorcade for President Donald Trump arrives to tour East Potomac Park golf course, Sunday, June 28, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/42QVN4UK5IDUUGXR6S3BJWPY5E.jpg?auth=99faada18a83c6d0a51b7d22bdd0d0edccc00ebcaf4c4a080d8648f1061a64d4&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 following a tour of the East Potomac Park golf course, Sunday, June 28, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QNMK2RIF7SJYFJRXLMPXZNUWM4.jpg?auth=915489602160ac24c4d731bcbe04c7eb8628fb1aa3119a2fdf81ece868fd4966&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump's motorcade travels in a loop around Memorial Circle near Arlington National Cemetery, en route to the White House following a tour of the East Potomac Park golf course, Sunday, June 28, 2026, in Arlington, Va. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/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></item><item><title><![CDATA[American Airlines flight aborts takeoff at MIA after business jet enters runway]]></title><link>https://www.local10.com/news/local/2026/06/28/american-airlines-flight-aborts-takeoff-at-mia-after-business-jet-enters-runway/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/american-airlines-flight-aborts-takeoff-at-mia-after-business-jet-enters-runway/</guid><dc:creator><![CDATA[Chris Gothner, Liane Morejon]]></dc:creator><description><![CDATA[An American Airlines flight to Bermuda aborted its takeoff after a business jet entered the same runway at Miami International Airport.]]></description><pubDate>Sun, 28 Jun 2026 17:18:52 +0000</pubDate><content:encoded><![CDATA[<p>An American Airlines flight to Bermuda aborted its takeoff after a business jet entered the same runway at Miami International Airport.</p><p><a href="https://www.local10.com/news/local/2026/06/28/vuelo-de-american-airlines-aborta-el-despegue-en-el-aeropuerto-internacional-de-miami-tras-el-ingreso-de-un-jet-ejecutivo-a-la-pista/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/vuelo-de-american-airlines-aborta-el-despegue-en-el-aeropuerto-internacional-de-miami-tras-el-ingreso-de-un-jet-ejecutivo-a-la-pista/">Leer en español</a></p><p>American Airlines Flight 308 later departed. The incident happened at around 6 p.m. on Friday, according to the Federal Aviation Administration.</p><p>In a statement, an airline official said that after receiving clearance, the crew “discontinued its takeoff when (they) observed another aircraft on the runway.“</p><p>According <a href="https://www.cnn.com/2026/06/27/us/american-airlines-flight-aborted-takeoff-miami" target="_self" rel="" title="https://www.cnn.com/2026/06/27/us/american-airlines-flight-aborted-takeoff-miami">to CNN</a>, there was a tense exchange between an MIA air traffic controller and the pilot of the business jet when the incident happened at around 6 p.m.</p><p>The American Airlines statement concluded, “We appreciate the quick actions of our crew members and thank our customers for their understanding.”</p><p>A spokesperson for the FAA told Local 10 News that the agency is investigating.</p><p>Local 10 News also reached out to NetJets, the company that owns the business jet.</p><p><i>Editor’s note: Based on a report from CNN, Local 10 News initially reported that the incident happened on Saturday. An FAA spokesperson later told Local 10 News that it happened on Friday. The article has since been corrected.</i></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/JR4CMUWJHZG5LF4HQ2RMQOYJGM.png?auth=fd87a878be739e9eb268b151cf96dad0f682ca3c4d51d2161ce067264a69ef0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[American Airlines jets at Miami International Airport.]]></media:description></media:content></item><item><title><![CDATA[Money can't buy success in World Cup for gulf nations like Saudi Arabia and Qatar]]></title><link>https://www.local10.com/sports/2026/06/28/money-cant-buy-success-in-world-cup-for-gulf-nations-like-saudi-arabia-and-qatar/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/money-cant-buy-success-in-world-cup-for-gulf-nations-like-saudi-arabia-and-qatar/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Gulf countries like Saudi Arabia and Qatar that poured a fortune into soccer and infrastructure experienced unceremonious exits from the World Cup, proving that big money doesn’t guarantee success on the sport's biggest stage.]]></description><pubDate>Sun, 28 Jun 2026 19:59:51 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Gulf countries like Saudi Arabia and Qatar that poured a fortune into soccer and infrastructure experienced unceremonious exits from the World Cup, proving that big money doesn’t guarantee success on the sport's biggest stage.</p><p>Saudi Arabia is out at the earliest point. Again. Bottom of a group that included tiny Cape Verde, the third-smallest nation ever to compete on this stage and into the knockouts for the first time.</p><p>By signing the likes of Cristiano Ronaldo, Neymar and Karim Benzema as part of a spectacular recruitment drive in recent years, Saudi Arabia has been a major disruptor of club soccer. But on the international stage it still has a long way to go eight years out from hosting the World Cup in 2034.</p><p>Qatar, the host four years ago, is also on its way home after just three games, so too are the other gulf nations Iran and Iraq. Compared to the success of African teams at this World Cup, with nine out of 10 advancing to the round of 32, gulf nations are struggling mightily to make their mark.</p><p>A goalless draw against Cape Verde ended Saudi Arabia's hopes of advancing from the group phase for the first time since 1994.</p><p>“It was not what we wanted because when playing in such a match against a team that is more or less the same level as us, our performance was not good. So this gives rise to concern,” Saudi coach Georgios Donis said.</p><p>Qatar made history with its first point at a World Cup, scoring a dramatic late equalizer against Switzerland. But it was another disappointingly early exit after it was eliminated just two games into its home tournament in 2022.</p><p>“I think that they show that at least we were able to compete in these kind of matches,” coach Julen Lopetegui said.</p><p>The appointment of Lopetegui — the former Spain and Real Madrid coach — is evidence of the type of investment Qatar has made to try to boost its performance on the global stage. Unlike Saudi Arabia, it has not embarked on such an audacious drive to attract aging stars from Europe to its domestic league.</p><p>Despite a population of 3 million people and only around 300,000 citizens, it has managed to develop enough homegrown players to win back-to-back Asian Cups in recent years and assert its dominance on a region that includes powers like Japan and South Korea.</p><p>But it has not been able to translate those performances to the World Cup, and such an early exit marks a disappointment less than four years after hosting the tournament and spending billions of dollars to create eight state-of-the-art stadiums.</p><p>“You compare with other countries ... for sure we know who we are,” said Lopetegui. "But at the same time I think that this is one little country but with a big passion, a big investment ... we have to improve every day and they did this.</p><p>“We look to the future being optimistic about this for sure.”</p><p>It's all about the future for Saudi Arabia, too, after winning the right to host the World Cup in 2034.</p><p>It has been on a mission to wield influence in sports around the world, from buying Premier League Newcastle to launching LIV Golf and hosting world title boxing matches and Formula 1.</p><p>The World Cup would be its standout achievement as it looks to move away from its heavy reliance on oil and explore other revenue-generating sectors.</p><p>It will want its national team to make a statement at its home tournament and while superstar signings like Ronaldo have raised the profile of its league, the hope is that they will also raise standards.</p><p>Yet after pulling off one of the biggest upsets in World Cup history by beating eventual champion Argentina four years ago, there was no standout moment this time — failing to advance beyond the group phase for the sixth time in a row.</p><p>“When we have these stars in the Arabian League, I think that the more competitive the competition, the better our players will be,” said Donis. “But it’s different when we’re playing for the national team because in the national team, these experiences, there needs to be a certain mentality.”</p><p>Focus on development of homegrown talent is clear as 2034 approaches.</p><p>Star signings from overseas have slowed and some big names, including Neymar, have departed. U.S. Soccer’s sporting director Matt Crocker was lured away to head up talent development in Saudi Arabia and youth investment is said to have doubled over the past three years.</p><p>If Saudi Arabia and Qatar have been disruptors with their sudden mega spending, Iran has been competing in World Cups since 1978.</p><p>It had to contend with difficulties regarding preparation and travel in the wake of war with the United States and only narrowly missed out on advancing as a best third place team after three draws. In seven appearances at the World Cup it has never gone beyond the groups.</p><p>Likewise for Iraq in its two appearances 40 years apart.</p><p>At a time when a supersized 48-team World Cup has opportunities for the likes of Cape Verde and Congo to make history, gulf nations are still waiting for their moment.</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VVJ2YLO3ETXESOL5HUILAC6INY.jpg?auth=a5305f7fafea0514e4b2f02254473eae8f2558bbeb349ee5dc1d7367670388d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Saudi Arabia players react after the World Cup Group H soccer match between Cape Verde and Saudi Arabia in Houston, Friday, June 26, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q5XBNCMO52ZOKNIGA4MTZM4SVM.jpg?auth=19193c483c1b5da8b627c351dc786dee878b78a38322e84fa07ab9336253c1e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Saudi Arabia's Ali Lajami reacts to a 0-0 draw with Cape Verde after the World Cup Group H soccer match in Houston, Friday, June 26, 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/WDAAYJLOSNGXS24CW7IFDPX4LQ.jpg?auth=4470fb48ec324ecede2616f5cba5b240a95cee9f7a5b678b05b4882db4872b8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Qatar's Almoez Ali reacts after his team's loss to Bosnia in the World Cup Group B soccer match in Seattle, Wednesday, June 24, 2026. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T35EVGFVE7PBAU3CFJ57EEYXEM.jpg?auth=f9aca5f9f6538147dbd2d3640fa81808ad53b2dffe54d9cdd0ab306a42cdb814&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Shoja Khalilzadeh (4) reacts at the end of the World Cup Group G soccer match between Egypt and Iran in Seattle, Friday, June 26, 2026. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SRY5EDT6LZDJ46UEYECPL6OZY4.jpg?auth=6bab842b1d1491cbbe67e3b0b5fa89740a70aaa4dbf0d31c7ce4aa54f0e95b90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Portugal's Cristiano Ronaldo (7) applauds the crowd as he warms-up before the World Cup Group K soccer match between Colombia and Portugal in Miami Gardens, Fla., Saturday, June 27, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[This Week in South Florida Full Episode: June 28, 2026]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-full-episode-june-28-2026/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-full-episode-june-28-2026/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[On the latest episode of “This Week in South Florida” host Glenna Milberg welcomed Florida Lt. Gov. Jay Collins, fellow gubernatorial candidate and former Florida House Speaker Paul Renner, Miami-Dade Mayor Daniella Levine Cava and reporter Cody Weddle.]]></description><pubDate>Sun, 28 Jun 2026 16:23:01 +0000</pubDate><content:encoded><![CDATA[<p>On the latest episode of “This Week in South Florida” host Glenna Milberg welcomed Florida Lt. Gov. Jay Collins, fellow gubernatorial candidate and former Florida House Speaker Paul Renner, Miami-Dade Mayor Daniella Levine Cava and reporter Cody Weddle.</p><p><a href="https://www.local10.com/news/local/2026/06/28/this-week-in-south-florida-programa-completo-del-28-de-junio-de-2026/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/this-week-in-south-florida-programa-completo-del-28-de-junio-de-2026/">Leer en español</a></p><p>Watch the video above to see the full episode.</p>]]></content:encoded></item><item><title><![CDATA[This Week in South Florida: programa completo del 28 de junio de 2026]]></title><link>https://www.local10.com/news/local/2026/06/28/this-week-in-south-florida-programa-completo-del-28-de-junio-de-2026/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/this-week-in-south-florida-programa-completo-del-28-de-junio-de-2026/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[La conductora Glenna Milberg recibió al vicegobernador de Florida, Jay Collins; al también aspirante a la gubernatura y expresidente de la Cámara de Representantes de Florida, Paul Renner; a la alcaldesa de Miami-Dade, Daniella Levine Cava; y al periodista Cody Weddle.]]></description><pubDate>Sun, 28 Jun 2026 19:46:54 +0000</pubDate><content:encoded><![CDATA[<p>En la más reciente edición de This Week in South Florida, la conductora Glenna Milberg recibió al vicegobernador de Florida, Jay Collins; al también aspirante a la gubernatura y expresidente de la Cámara de Representantes de Florida, Paul Renner; a la alcaldesa de Miami-Dade, Daniella Levine Cava; y al periodista Cody Weddle.</p><p>Vea el video de arriba para ver el programa completo.</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[Fans line up to catch glimpse of World Cup trophy at Freedom Tower]]></title><link>https://www.local10.com/sports/local/2026/06/28/fans-line-up-to-catch-glimpse-of-world-cup-trophy-at-freedom-tower/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/28/fans-line-up-to-catch-glimpse-of-world-cup-trophy-at-freedom-tower/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[A downtown Miami landmark played host to the FIFA World Cup trophy on Sunday morning.]]></description><pubDate>Sun, 28 Jun 2026 16:10:57 +0000</pubDate><content:encoded><![CDATA[<p>A downtown Miami landmark played host to the FIFA World Cup trophy on Sunday morning.</p><p><a href="https://www.local10.com/news/local/2026/06/28/aficionados-hacen-fila-para-ver-de-cerca-el-trofeo-de-la-copa-del-mundo-en-la-freedom-tower/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/aficionados-hacen-fila-para-ver-de-cerca-el-trofeo-de-la-copa-del-mundo-en-la-freedom-tower/">Leer en español</a></p><p>Fans lined up outside of the Freedom Tower to catch a glimpse of what every team is chasing.</p><p>The trophy, which weighs nearly 14 pounds and is made primarily of 18 karat gold, was on display as the centerpiece of a special exhibition.</p><p>Fans got to take pictures in front of this trophy and walk through the FIFA museum exhibition, see jerseys from all 211 FIFA member associations, and even try out interactive experiences that celebrate the game’s history.</p><p>Fans can see the trophy through 6 p.m. on Sunday.</p>]]></content:encoded></item><item><title><![CDATA[Aficionados hacen fila para ver de cerca el trofeo de la Copa del Mundo en la Freedom Tower]]></title><link>https://www.local10.com/news/local/2026/06/28/aficionados-hacen-fila-para-ver-de-cerca-el-trofeo-de-la-copa-del-mundo-en-la-freedom-tower/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/aficionados-hacen-fila-para-ver-de-cerca-el-trofeo-de-la-copa-del-mundo-en-la-freedom-tower/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[Los aficionados podrán ver el trofeo hasta las 6:00 p.m. de este domingo.]]></description><pubDate>Sun, 28 Jun 2026 19:42:38 +0000</pubDate><content:encoded><![CDATA[<p>Un emblemático edificio del centro de Miami recibió la mañana del domingo el trofeo de la Copa Mundial de la FIFA.</p><p>Los aficionados hicieron fila afuera de la Freedom Tower para ver de cerca el trofeo que todos los equipos buscan conquistar.</p><p>El trofeo, que pesa casi 14 libras y está hecho principalmente de oro de 18 quilates, fue exhibido como la pieza central de una exposición especial.</p><p>Los asistentes pudieron tomarse fotografías frente al trofeo, recorrer la exhibición del museo de la FIFA, ver camisetas de las 211 asociaciones miembro de la organización e incluso probar experiencias interactivas que celebran la historia del fútbol.</p><p>Los aficionados podrán ver el trofeo hasta las 6:00 p.m. de este domingo.</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[Israeli strikes and shelling in Gaza kill at least 4 Palestinians, health workers say]]></title><link>https://www.local10.com/news/world/2026/06/28/israeli-strikes-and-shelling-in-gaza-kill-at-least-4-palestinians-health-workers-say/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/israeli-strikes-and-shelling-in-gaza-kill-at-least-4-palestinians-health-workers-say/</guid><dc:creator><![CDATA[By WAFAA SHURAFA, Associated Press]]></dc:creator><description><![CDATA[DEIR AL-BALAH, Gaza Strip (AP) — Israeli strikes across the Gaza Strip on Sunday killed at least four Palestinians, including a 13-year-old girl, local health officials said.]]></description><pubDate>Sun, 28 Jun 2026 19:40:30 +0000</pubDate><content:encoded><![CDATA[<p>DEIR AL-BALAH, Gaza Strip (AP) — Israeli strikes across the Gaza Strip on Sunday killed at least four Palestinians, including a 13-year-old girl, local health officials said.</p><p>The first strike targeted a group of people in northern Gaza’s Beit Lahiya, killing two and wounding another, according to the Palestinian Red Crescent Society.</p><p>Another Israeli strike in southern Gaza killed a man, according to health officials at Nasser hospital.</p><p>And the 13-year-old girl, Eileen al-Farra, was killed by shrapnel from Israeli tank shelling in southern Gaza, according to Nasser hospital.</p><p>The Israeli military did not immediately respond to a request for comment on the strikes but said one of them targeted a “Hamas terrorist," without elaborating.</p><p>Palestinians on Sunday reported heavy tank shelling across Gaza and quadcopters — a type of unmanned aerial vehicle — buzzing overhead.</p><p>The heaviest fighting in Gaza has eased after a fragile ceasefire deal was reached in October between Israel and the Hamas militant group, but Palestinians continue to report new casualties almost daily. Israel says it targets Hamas and other militants who pose a threat and in response to ceasefire violations.</p><p>Israel has killed more than 1,040 people in Gaza since the ceasefire went into effect, according to Gaza’s Health Ministry, part of the Hamas-led government. The ministry maintains detailed casualty records that are seen as generally reliable by United Nations agencies and independent experts. It does not distinguish between civilians and militants but says women and children make up around half of all deaths.</p><p>Israel has said five soldiers have been killed since the ceasefire.</p><p>The war began on Oct. 7, 2023, with a Hamas-led attack on southern Israel that killed some 1,200 people and saw 251 taken hostage. Israel’s retaliatory offensive in Gaza has killed more than 73,050 Palestinians, including those killed since the ceasefire, Gaza’s Health Ministry said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GDCDLKIBTGPWXCZBT34QIUWQRI.jpg?auth=816628b3abe5203e27905cf40ca72c52fd5ce42ce0f29643cf8fbd2adf497a32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises from an Israeli airstrike in Deir al-Balah, central Gaza Strip, Saturday, June 27, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content></item><item><title><![CDATA[Chocan duelo y optimismo en búsqueda de sobrevivientes 4 días después de sismos en Venezuela]]></title><link>https://www.local10.com/espanol/2026/06/28/cuadrillas-aceleran-ritmo-en-busca-de-sobrevivientes-4-dias-despues-de-sismos-en-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/28/cuadrillas-aceleran-ritmo-en-busca-de-sobrevivientes-4-dias-despues-de-sismos-en-venezuela/</guid><dc:creator><![CDATA[Por REGINA GARCÍA CANO, FERNANDO VERGARA y MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Cuadrillas de rescate locales e internacionales aceleran las tareas en busca de sobrevivientes entre los escombros en Venezuela el domingo, cuatro días después que dos potentes sismos sacudieran el estado norteño de La Guaira.]]></description><pubDate>Mon, 29 Jun 2026 00:44:39 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Cuadrillas de rescate locales e internacionales aceleran las tareas en busca de sobrevivientes entre los escombros en Venezuela el domingo, cuatro días después que dos potentes sismos sacudieran el estado norteño de La Guaira.</p><p>El gobierno informó el domingo por la tarde que 1.450 personas han muerto por los sismos, al tiempo que enfrentaba crecientes críticas de venezolanos que consideran que su respuesta fue insuficiente y quedó opacada por los esfuerzos de civiles para rescatar a personas sepultadas bajo edificios derrumbados. Se ha reportado que miles siguen desaparecidos.</p><p>Aunque la probabilidad de encontrar gente con vida disminuía con cada hora que pasaba, los rescatistas siguieron liberando a sobrevivientes de montañas de escombros, dando a las familias angustiadas motivos para mantener la esperanza. Las agencias de ayuda consideran cruciales las primeras 48 a 72 horas después de un desastre natural para recuperar personas con vida, aunque ese plazo puede ampliarse si tienen acceso a comida y agua.</p><p>La presidenta encargada Delcy Rodríguez declaró el domingo por la noche que, aun cuando ese umbral ya había pasado, la búsqueda de sobrevivientes continuará. Más de 2.600 rescatistas de todo el mundo han llegado a Venezuela con perros de búsqueda entrenados y maquinaria, informó el gobierno.</p><p>“Ha sido un trabjo muy dificil, pero estamos firmes”, dijo Jason Mercano, un civil que pudo comunicarse con familiares sepultados bajo los escombros y estaba trabajando con equipos de rescate para sacarlos.</p><p>“Nunca hemos soltado la fe”, agregó.</p><p>Más de 770 estructuras se derrumbaron total o parcialmente</p><p>Aun así, muchos venezolanos luchan por aferrarse a la esperanza en una situación cada vez más desesperada. El doble impacto de sismos de magnitud 7,2 y 7,5 registrado el miércoles pasado ha dejado un rastro de devastación. La ONU advirtió que hasta 6,8 millones de los casi 30 millones de habitantes de Venezuela podrían verse afectados por los terremotos.</p><p>El polvo cubría comunidades costeras y, a medida que se extendía el hedor de la descomposición, más personas comenzaron a usar mascarillas.</p><p>El gobierno de Venezuela indicó el domingo que más de 770 estructuras se habían derrumbado total o parcialmente por los terremotos, el doble de las que se reportaron destruidas o dañadas el viernes. El riesgo de más daños persiste dado que las réplicas seguían sacudiendo Venezuela; sismos de magnitud 4,2 y 4,5 ocurrieron la mañana del domingo.</p><p>Pero las labores de rescate en La Guaira —la zona más afectada— parecían considerablemente más organizadas el domingo a medida que llegaban en masa misiones internacionales de rescate. En días anteriores, residentes allí habían expresado frustración y enojo por el nivel de respuesta.</p><p>El gobierno declaró en la televisión estatal que más de 14.000 integrantes de las fuerzas armadas y la policía patrullan el estado de La Guaira, donde ahora el acceso está bloqueado y se requieren permisos especiales para entrar.</p><p>Debido al caos y al deficiente servicio de telefonía celular desde los sismos, muchos venezolanos han recurrido a bases de datos digitales no gubernamentales para reportar a sus seres queridos como desaparecidos. Más de 50.000 personas fueron reportadas como desaparecidas en una de esas bases de datos, aunque no está claro cuántas han sido encontradas.</p><p>Optimismo y duelo marcan La Guaira</p><p>Momentos de optimismo contrastaban marcadamente con el duelo el domingo.</p><p>Multitudes se reunieron alrededor de una montaña de escombros para observar cómo cuadrillas de rescate de Estados Unidos, Francia y Venezuela sacaban a un hombre y a su hijo de una grieta en el concreto, cubiertos de polvo y casi sin responder. Equipos con cascos los trasladaron sobre una lona negra y los pasaron con cuidado entre la multitud hasta una ambulancia para hidratarlos por vía intravenosa.</p><p>Equipos de rescate y espectadores estallaron en aplausos en un momento de alivio, y luego continuaron trabajando.</p><p>En otra parte de La Guaira, Helen Guedez y su madre estaban conmocionadas. Habían pasado días intentando salvar a su padre Jesús de su apartamento.</p><p>Helen sintió un aumento de esperanza cuando equipos de rescate de Estados Unidos acudieron a inspeccionar el edificio y les confirmaron que su papá seguía con vida bajo los escombros. Pero le dijeron a la familia que el edificio era demasiado inestable para entrar y rescatarlo, dijo.</p><p>Se fueron del lugar, pero Guedez aseveró que seguirán intentando rescatar a su padre sin su ayuda. Añadió que ahora trabajan con voluntarios civiles y mineros locales para sacarlo con vida.</p><p>“Nosotros no nos vamos a rendir”, sostuvo Guedez. “El resto del equipo esta dispuesto a continuar. Van a hacer lo que pueda. Saben que hay otras formas y van a seguir hasta el final”.</p><p>A pesar de la abrumadora demanda de servicios médicos y la escasez de suministros en el sistema público de salud de Venezuela, el Hospital Domingo Luciani en la capital, Caracas, hizo frente a una afluencia de pacientes gracias a una avalancha de donaciones.</p><p>“Gracias a Dios, (tenemos) muchos pacientes; pero la gente ha respondido, nos ha llevado muchísimos insumos”, señaló Leomery Pérez, anestesiólogo del hospital.</p><p>Las autoridades indicaron que habían atendido a más de 3.100 heridos, incluidos muchos con lesiones por aplastamiento.</p><p>Enorme desafío para la presidenta encargada de Venezuela</p><p>El desastre supone un enorme desafío para Rodríguez, la exvicepresidenta que asumió el cargo en enero tras la captura y expulsión por parte de Estados Unidos del entonces presidente Nicolás Maduro.</p><p>Desde entonces, el gobierno de Estados Unidos ha desempeñado un papel cada vez más poderoso en dictar el futuro de la nación sudamericana. Venezuela enfrenta una crisis económica desde hace más de una década, y muchas personas rechazan la legitimidad del movimiento político que representa Rodríguez.</p><p>El país ahora enfrenta circunstancias aún más difíciles, explicó Ronal Rodríguez, investigador del Observatorio Venezolano de la Universidad del Rosario, con sede en Bogotá.</p><p>“Hay un tutelaje político de Estados Unidos, una incapacidad operativa de un régimen que lleva al país hasta la emergencia humanitaria compleja y una coyuntura tan puntual como un terremoto en el cual no se cuenta con el capital humano ni los recursos en el corto plazo para mejorar esa situación”, detalló.</p><p>Amy Pope, directora general de la Organización Internacional para las Migraciones (OIM), advirtió que el desplazamiento desde Venezuela —donde la crisis ha obligado a 8 millones de personas a migrar durante la última década— probablemente aumentará a medida que la gente busque seguridad.</p><p>Rodríguez dijo el domingo que estaba creando una comisión especial para evaluar los daños a las viviendas y confirmar si es seguro que las personas que duermen en las calles regresen a sus hogares, y agregó que su gobierno también examinará los daños a la infraestructura. La búsqueda de vida en la destrucción, dijo, también continuará.</p><p>“Hoy hemos recuperado personas con vida y por lo tanto las labores no se suspenden”, afirmó. “Nosotros siempre mantenemos la esperanza”.</p><p>___</p><p>Janetsky reportó desde Ciudad de México. Los periodistas de The Associated Press Juan Pablo Arraez, Matías Delacroix en La Guaira, Venezuela; Jorge Rueda en Caracas, Venezuela; Clara Preve y Mayra Pertossi en Buenos Aires, Argentina; y Elliot Spagat en San Diego contribuyeron a este despacho.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TLAFMNKM33ZSGX55ANGBMLDDFY.jpg?auth=cd718e39bafa69630225365e5b41806bb80ee8455aad9184b7be6502d4e95944&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los rescatistas transportan a un hombre rescatado de entre los escombros de un edificio que se derrumbó durante los terremotos que azotaron La Guaira, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K7FTKMXLCG2IKLC3IJYJBHBQO4.jpg?auth=35e51c469896cc8fd8c8ed4bf7ee7d76b20a03c1f9c181146fc3fa0ac3a4fc6e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Socorristas transportan a un hombre rescatado de un edificio que se derrumbó durante los terremotos que azotaron La Guaira, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EDN57O26DX7D44VVQ3EW6E32SY.jpg?auth=8788d9a2e62781dfcc2bb239183b5f20f0aa30fdadcc14cfafa3fc9df4691ce8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bomberos estadounidenses del equipo de búsqueda y rescate del condado de Fairfax sacan a un niño de entre los escombros tras rescatarlo a él y a su padre de un edificio que se derrumbó durante los terremotos en La Guaira, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Silver Alert issued for 87-year-old missing from Kendale Lakes]]></title><link>https://www.local10.com/news/local/2026/06/28/silver-alert-issued-for-87-year-old-missing-from-kendale-lakes/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/silver-alert-issued-for-87-year-old-missing-from-kendale-lakes/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Authorities issued a Silver Alert on Sunday for a senior missing from southwest Miami-Dade.]]></description><pubDate>Sun, 28 Jun 2026 17:42:19 +0000</pubDate><content:encoded><![CDATA[<p>Authorities issued a Silver Alert on Sunday for a senior missing from southwest Miami-Dade.</p><p><a href="https://www.local10.com/news/local/2026/06/28/emiten-una-alerta-plateada-por-la-desaparicion-de-un-hombre-de-87-anos-en-kendale-lakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/emiten-una-alerta-plateada-por-la-desaparicion-de-un-hombre-de-87-anos-en-kendale-lakes/">Leer en español</a></p><p>Deputies with the Miami-Dade Sheriff’s Office said that Rodrigo Portuondo, 87, was last seen Saturday in the 4600 block of Southwest 127th Court, in the county’s unincorporated Kendale Lakes area.</p><p>They described the octogenarian as a “missing endangered adult” and said he may be in a red Honda CR-V with the tag AG61WP.</p><p>MDSO urged the public to use “extreme caution” if they contact Portuondo, who they said “may be in need of services.”</p><p>Anyone with information is asked to call 305-715-3300 or Miami-Dade Crime Stoppers at 305-471-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KNEWMOKA75B3RCM2WDKULXPBZU.png?auth=ec716d065598d2562443daf6aec704c6d2c0de841d4ca7b8fd51f528d995232d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Rodrigo Portuondo]]></media:description></media:content></item><item><title><![CDATA[Emiten una Alerta Plateada por la desaparición de un hombre de 87 años en Kendale Lakes]]></title><link>https://www.local10.com/news/local/2026/06/28/emiten-una-alerta-plateada-por-la-desaparicion-de-un-hombre-de-87-anos-en-kendale-lakes/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/emiten-una-alerta-plateada-por-la-desaparicion-de-un-hombre-de-87-anos-en-kendale-lakes/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Agentes de la Oficina del Alguacil de Miami-Dade informaron que Rodrigo Portuondo, de 87 años, fue visto por última vez el sábado.]]></description><pubDate>Sun, 28 Jun 2026 19:38:45 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades emitieron el domingo una Alerta Plateada por la desaparición de un adulto mayor en el suroeste de Miami-Dade.</p><p>Agentes de la Oficina del Alguacil de Miami-Dade informaron que Rodrigo Portuondo, de 87 años, fue visto por última vez el sábado en la cuadra 4600 de Southwest 127th Court, en la zona no incorporada de Kendale Lakes.</p><p>Las autoridades lo describieron como un “adulto desaparecido en situación de riesgo” e indicaron que podría desplazarse en una camioneta Honda CR-V roja con placas AG61WP.</p><p>La Oficina del Alguacil pidió al público actuar con “extrema precaución” si logra localizar a Portuondo, ya que podría necesitar asistencia.</p><p>Cualquier persona con información puede comunicarse al 305-715-3300 o con Miami-Dade Crime Stoppers al 305-471-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KNEWMOKA75B3RCM2WDKULXPBZU.png?auth=ec716d065598d2562443daf6aec704c6d2c0de841d4ca7b8fd51f528d995232d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Rodrigo Portuondo]]></media:description></media:content></item><item><title><![CDATA[Youtubers argentinos son arrestados por agentes de Miami-Dade durante un partido del Mundial]]></title><link>https://www.local10.com/news/local/2026/06/28/youtubers-argentinos-son-arrestados-por-agentes-de-miami-dade-durante-un-partido-del-mundial/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/youtubers-argentinos-son-arrestados-por-agentes-de-miami-dade-durante-un-partido-del-mundial/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Los youtubers argentinos Beni Marmol y Pato Perrotta enfrentan cargos por delito grave en el sur de Florida, luego de que agentes informaran que los arrestaron durante el partido del Mundial entre Colombia y Portugal.]]></description><pubDate>Sun, 28 Jun 2026 18:53:40 +0000</pubDate><content:encoded><![CDATA[<p>Los youtubers argentinos <a href="https://www.youtube.com/@Benimarmol" target="_self" rel="" title="https://www.youtube.com/@Benimarmol">Beni Marmol</a> y <a href="https://www.youtube.com/@patoperrotta" target="_self" rel="" title="https://www.youtube.com/@patoperrotta">Pato Perrotta </a>enfrentan cargos por delito grave en el sur de Florida, luego de que agentes informaran que los arrestaron durante el partido del Mundial entre Colombia y Portugal.</p><p>Marmol, de 20 años, y Perrotta, de 26, ambos de Buenos Aires, tienen cientos de miles de seguidores en YouTube y otras plataformas, y colaboran con frecuencia en videos.</p><p>El partido se disputó el sábado en el Miami Stadium, más conocido como Hard Rock Stadium.</p><p>Agentes de la Oficina del Alguacil de Miami-Dade dijeron que tanto Marmol, cuyo nombre completo es Lautaro B. Marmol, como Perrotta, cuyo nombre completo es Patricio Rafael Perrotta, “evadieron tres niveles de seguridad” usando credenciales de un partido anterior y lograron ingresar a las instalaciones del estadio.</p><p>Marmol “declaró que era un influencer de medios que intentaba entrar para transmitir el partido en vivo”, escribió un agente en su informe de arresto.</p><p>Perrotta, por su parte, dijo que había sido “contratado por una empresa de medios para cubrir el evento y que tenía credenciales, pero eran de un evento anterior”, señala su informe de arresto.</p><p>Los agentes arrestaron a cada uno bajo el cargo de interferir con un evento deportivo o de entretenimiento.</p><p>Los registros muestran que un juez de Miami-Dade encontró causa probable en ambos casos y ordenó que permanecieran detenidos con una fianza de 2,500 dólares.</p><p>Ambos seguían recluidos en el Centro Correccional Turner Guilford Knight hasta la tarde del domingo.</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/ZF52JQFKTBGA3OYEOD7N4M27GQ.png?auth=1f64020eaf195771989f2a52e57d174a50d9afa9542c13ded75ec21a574ca49f&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Booking photos of Argentinian YouTubers Beni Marmol and Pato Perrotta.]]></media:description></media:content></item><item><title><![CDATA[Vuelo de American Airlines aborta el despegue en el Aeropuerto Internacional de Miami tras el ingreso de un jet ejecutivo a la pista]]></title><link>https://www.local10.com/news/local/2026/06/28/vuelo-de-american-airlines-aborta-el-despegue-en-el-aeropuerto-internacional-de-miami-tras-el-ingreso-de-un-jet-ejecutivo-a-la-pista/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/vuelo-de-american-airlines-aborta-el-despegue-en-el-aeropuerto-internacional-de-miami-tras-el-ingreso-de-un-jet-ejecutivo-a-la-pista/</guid><dc:creator><![CDATA[Chris Gothner, Liane Morejon]]></dc:creator><description><![CDATA[En un comunicado, la aerolínea informó que, tras recibir autorización para despegar, la tripulación interrumpió la maniobra de despegue al observar otra aeronave sobre la pista.]]></description><pubDate>Sun, 28 Jun 2026 18:42:59 +0000</pubDate><content:encoded><![CDATA[<p>Un vuelo de American Airlines con destino a Bermudas abortó su despegue después de que un jet ejecutivo ingresara a la misma pista del Aeropuerto Internacional de Miami la tarde del sábado.</p><p>El vuelo 308 de American Airlines despegó posteriormente sin contratiempos.</p><p>En un comunicado, la aerolínea informó que, tras recibir autorización para despegar, la tripulación “interrumpió la maniobra de despegue al observar otra aeronave sobre la pista”.</p><p>De acuerdo <a href="https://edition.cnn.com/2026/06/27/us/american-airlines-flight-aborted-takeoff-miami" target="_self" rel="" title="https://edition.cnn.com/2026/06/27/us/american-airlines-flight-aborted-takeoff-miami">con CNN</a>, el incidente, ocurrido alrededor de las 6:00 p.m., derivó en un tenso intercambio entre un controlador de tráfico aéreo del Aeropuerto Internacional de Miami y el piloto del jet ejecutivo.</p><p>American Airlines concluyó su comunicado señalando: “Agradecemos la rápida actuación de nuestra tripulación y la comprensión de nuestros clientes”.</p><p>Local 10 News también solicitó comentarios a NetJets, empresa propietaria del jet ejecutivo, así como a la Administración Federal de Aviación (FAA).</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/JR4CMUWJHZG5LF4HQ2RMQOYJGM.png?auth=fd87a878be739e9eb268b151cf96dad0f682ca3c4d51d2161ce067264a69ef0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[American Airlines jets at Miami International Airport.]]></media:description></media:content></item><item><title><![CDATA[Teen dead, another critical after two separate lake incidents in Florida City]]></title><link>https://www.local10.com/news/local/2026/06/27/teen-dead-another-critical-after-two-separate-lake-incidents-in-florida-city/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/teen-dead-another-critical-after-two-separate-lake-incidents-in-florida-city/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[A teenager is dead and another is in critical condition after two separate water incidents in Florida City Monday night, officials said.]]></description><pubDate>Sun, 28 Jun 2026 02:09:33 +0000</pubDate><content:encoded><![CDATA[<p>A teenager is dead and another is in critical condition after two separate water incidents in Florida City Monday night, officials said.</p><p><a href="https://www.local10.com/news/local/2026/06/28/adolescente-muere-y-otro-permanece-en-estado-critico-tras-dos-incidentes-separados-en-un-lago-de-florida-city/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/adolescente-muere-y-otro-permanece-en-estado-critico-tras-dos-incidentes-separados-en-un-lago-de-florida-city/">Leer en español</a></p><p>Officers responded around 7:15 p.m. to Southwest 336th Street and Southwest 192nd Avenue after several teenagers reported that a boy had gone into a lake and didn’t come back up. </p><p>Miami-Dade Fire Rescue joined the search, and a diver later found the teen underwater and unresponsive.</p><p>Rescue crews performed life-saving efforts, and the boy was taken to Homestead Hospital, where he was pronounced dead, officials said.</p><p>While crews were still working that scene, another group of teenagers across the lake also went into the water. A second 14-year-old boy went under and didn’t resurface.</p><p>He was later found by Miami-Dade Fire Rescue divers and airlifted to Kendall Regional Trauma Center in critical condition, officials said.</p><p>Both incidents are currently under investigation by the Miami-Dade Sheriff’s Office.</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[Adolescente muere y otro permanece en estado crítico tras dos incidentes separados en un lago de Florida City]]></title><link>https://www.local10.com/news/local/2026/06/28/adolescente-muere-y-otro-permanece-en-estado-critico-tras-dos-incidentes-separados-en-un-lago-de-florida-city/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/adolescente-muere-y-otro-permanece-en-estado-critico-tras-dos-incidentes-separados-en-un-lago-de-florida-city/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[Ambos incidentes están siendo investigados por la Oficina del Alguacil de Miami-Dade.]]></description><pubDate>Sun, 28 Jun 2026 18:47:36 +0000</pubDate><content:encoded><![CDATA[<p>Un adolescente murió y otro permanece en estado crítico tras dos incidentes separados ocurridos la noche del lunes en un lago de Florida City, informaron las autoridades.</p><p>Los agentes acudieron alrededor de las 7:15 p.m. a la zona de Southwest 336th Street y Southwest 192nd Avenue, luego de que varios adolescentes reportaran que un joven había ingresado al lago y no volvió a salir a la superficie.</p><p>El Departamento de Bomberos y Rescate de Miami-Dade se unió a la búsqueda, y posteriormente un buzo localizó al adolescente bajo el agua, inconsciente.</p><p>Los equipos de emergencia realizaron maniobras de reanimación y el menor fue trasladado al Hospital de Homestead, donde fue declarado muerto, informaron las autoridades.</p><p>Mientras los rescatistas aún trabajaban en esa escena, otro grupo de adolescentes, ubicado al otro lado del lago, también ingresó al agua. Un segundo joven, de 14 años, se hundió y no volvió a salir a la superficie.</p><p>Más tarde fue localizado por buzos del Departamento de Bomberos y Rescate de Miami-Dade y trasladado en helicóptero al Centro de Trauma Kendall Regional, donde permanece en estado crítico, informaron las autoridades.</p><p>Ambos incidentes son investigados por la Oficina del Alguacil de Miami-Dade.</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[Lindsey Vonn has a special understanding of Serena Williams' comeback as a fellow 40-something]]></title><link>https://www.local10.com/sports/2026/06/28/lindsey-vonn-has-a-special-understanding-of-serena-williams-comeback-as-a-fellow-40-something/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/lindsey-vonn-has-a-special-understanding-of-serena-williams-comeback-as-a-fellow-40-something/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — When Serena Williams played her first professional tennis match in nearly four years recently, another elite female athlete in her 40s was on hand for the occasion.]]></description><pubDate>Sun, 28 Jun 2026 21:49:45 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — When Serena Williams played her first professional tennis match in nearly four years recently, another elite female athlete in her 40s was on hand for the occasion.</p><p>Skier Lindsey Vonn has a special understanding of what Williams is going through as she prepares to play both singles and doubles at Wimbledon at age 44.</p><p>After making her own comeback, Vonn was the top World Cup downhiller last season at age 41 until her horrific crash at the Milan Cortina Olympics in February left her with a severely fractured left leg.</p><p>“There is an increasing shift in what women can accomplish at later stages in their careers or life,” Vonn told The Associated Press. “I feel like we are in the same boat, where we don’t need to prove anything to anyone but we still have the ability to compete at an elite level. She (Willliams) also told me that I played a role in inspiring her to come back so that of course was meaningful to me.”</p><p>Vonn talked with Williams after the tennis standout’s doubles victory with partner Victoria Mboko at Queen’s Club in London, having watched the match from one of the VIP balconies.</p><p>“She was in great spirits. She’s having fun which I loved seeing, even more than her tennis,” Vonn said in a written response. “If it’s bringing her joy to play, I say play as long as you want!”</p><p>Vonn has undergone eight surgeries following her Olympic crash — which nearly led to a leg amputation — and needs at least one more to repair a torn ACL in that same knee. But she’s back in the gym and has resumed physical training, while still assessing whether she’ll compete again.</p><p>After nearly six years away from skiing, Vonn returned in December 2024 with a partial titanium replacement in her right knee. She had two victories and seven podium results last season.</p><p>On Centre Court at Wimbledon on Tuesday, Williams will play her first singles match since 2022 against 20-year-old Maya Joint of Australia. Then she’ll play doubles with older sister Venus Williams later in the week.</p><p>So what does Vonn expect from Williams at Wimbledon?</p><p>“It’s her first major singles tournament since retiring so I would expect for her to play well but not show all her cards yet,” Vonn said. “I’m sure she can still win, but I wouldn’t put any expectations on her. She’s the GOAT (greatest of all time) no matter what happens.”</p><p>Indeed, Williams is a 23-time Grand Slam champion in singles and has won 14 more Grand Slams in doubles — all with Venus as her partner. Vonn’s 45 World Cup downhill wins are the most by a male or female skier.</p><p>“It was kind of like riding a bike,” Williams said Sunday of her first practice sessions back at the All England Club. “Obviously when I play, I might have a lot of things come up.”</p><p>No matter the outcome, Williams shares Vonn’s credo of setting the bar high to create new standards.</p><p>“You have to believe in yourself and go for any dream,” Williams said, “no matter how wild it may be.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R7WJ5WHTGE4UXZTUIMRCFU6T24.jpg?auth=ddf672175225f7d7bc48488d3fd799542755f7b5d03e74c609687f172b404238&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Lindsey Vonn concentrates ahead of an alpine ski, women's downhill official training, at the 2026 Winter Olympics, in Cortina d'Ampezzo, Italy, Friday, Feb. 6, 2026. (AP Photo/Marco Trovati, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Trovati</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YGJ2SMWPS6CYYQMED6I2IZ7NDQ.jpg?auth=167e5fd3b2c5ec0a0f25b7a4f9be18f354e66d0802ae4e9c672d8a7ccfbcc7fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States arrives to practice one day ahead of the start of the Wimbledon Tennis Championships in London, Sunday, June 28, 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/Z2UZMDPNVJJZ6OAODMQ7XOJDZA.jpg?auth=043f9f53b007dd53a3f4009e311e923d84a6658f3d5a831003872ed60a810e36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States arrives to practice one day ahead of the start of the Wimbledon Tennis Championships in London, Sunday, June 28, 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/GAIT7TXDE6TM5BL2OFDUIPQ6YA.jpg?auth=0d8df76cbca3ef7e91bb1b8fe51ce8d479bf02c7f908552846164e723db045c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Lindsey Vonn crashes during an alpine ski women's downhill race, at the 2026 Winter Olympics, in Cortina d'Ampezzo, Italy, Sunday, Feb. 8, 2026. (AP Photo/Jacquelyn Martin, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KBI5JT4PRCIC6WIURFEK4B22JA.jpg?auth=ed924bae0f7d9f8f5aff24858399150f0425e0fb7fb2595cecb9a448415f029b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States, left, arrives to practice one day ahead of the start of the Wimbledon Tennis Championships in London, Sunday, June 28, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Hornets send Miles Bridges to Phoenix Suns as offseason shakeup continues, AP source says]]></title><link>https://www.local10.com/sports/2026/06/28/hornets-send-miles-bridges-to-phoenix-suns-as-offseason-shakeup-continues-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/hornets-send-miles-bridges-to-phoenix-suns-as-offseason-shakeup-continues-ap-source-says/</guid><dc:creator><![CDATA[By STEVE REED, Associated Press]]></dc:creator><description><![CDATA[CHARLOTTE, N.C. (AP) — The Charlotte Hornets are continuing their offseason overhaul.]]></description><pubDate>Sun, 28 Jun 2026 18:41:47 +0000</pubDate><content:encoded><![CDATA[<p>CHARLOTTE, N.C. (AP) — The Charlotte Hornets are continuing their offseason overhaul.</p><p>The Hornets have agreed to trade forward Miles Bridges, a 2029 first-round draft pick and a 2027 second-round pick to the Phoenix Suns for guard Grayson Allen, forward Royce O’Neale and a 2033 first-round pick, a person familiar with the situation told The Associated Press.</p><p>The person spoke to the AP on condition of anonymity Sunday because the trade, which was first reported by ESPN, still needs to be approved by the league.</p><p>The trade comes on the heels of the Hornets sending star point guard LaMelo Ball to Minnesota as part of a deal that brought them Naz Reid, draft picks and pick swaps.</p><p>That appears to have set off a major restructuring in Charlotte just months after the team improved its win total by 24 games from last season under second-year head coach Charles Lee.</p><p>The Hornets lost in the play-in game to Orlando.</p><p>The 6-foot-7 Bridges, 28, was the longest-tenured player on the Hornets roster, joining the team as a first-round draft pick in 2018 out of Michigan State.</p><p>In seven seasons, he averaged 15.9 points, 6.1 rebounds and 2.8 assists per game while shooting 46.1% from the field and 33.8% from 3-point range. His best season came in 2023-24 when he averaged 21 points and 7.3 rebounds while shooting 34.9% from beyond the arc.</p><p>He sat out the 2022-23 season following accusations of domestic abuse.</p><p>Bridges was arrested in June 2022 on the eve of free agency on charges including felony child abuse and injuring a child’s parent. The NBA forced him to to sit out while his legal case was pending. He ultimately pleaded no contest to a felony domestic violence charge in November 2022.</p><p>Bridges was suspended for 30 games in April 2023 by the league but received a 20-game credit because he missed the entire 2022-23 season.</p><p>Charlotte never made the playoffs with Bridges' tenure with the team.</p><p>The trade opens the door for Reid, one of the league's top reserves, to potentially start at power forward.</p><p>The 6-foot-3 Allen grew into a solid scorer in his three seasons with the Suns, averaging a career-high 16.5 points and 3.8 assists per game, though injuries limited him to just 51 games.</p><p>He's the third former Duke player to join the Hornets roster.</p><p>The 30-year-old is considered an elite 3-point shooter, though his accuracy dipped to 34.9% from long range last season.</p><p>O’Neale, 33, is a versatile veteran entering his 10th NBA season. The 6-foot-6 forward spent the past 2 1/2 seasons with the Suns and averaged a career-high 9.8 points per game last season while shooting nearly 41% from beyond the arc.</p><p>___</p><p>AP Sports Writer David Brandt in Phoenix contributed to this report.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HRWXXQOE5HJJWCQAK43LBGSTA4.jpg?auth=d52dca075d3253f50c75fb8d144bbcea4d19aee924a96c0d937535f7017c6c80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Charlotte Hornets forward Miles Bridges makes a shot against the Orlando Magic during the second half of an NBA play-in tournament basketball game, Friday, April 17, 2026, in Orlando, Fla. (AP Photo/John Raoux, file)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VLMCOHUTJQLVSFRXCREH5C5U2Q.jpg?auth=3763ae54e22563acdfb6d906897456e2f6e33145b1ac09142a3e0da33698372e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Phoenix Suns guard Grayson Allen dribbles the ball against the Oklahoma City Thunder during the first half of Game 4 in a first-round NBA playoffs basketball series, Monday, April 27, 2026, in Phoenix. (AP Photo/Ross D. Franklin, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[South Korea coach quits after early World Cup exit prompts fierce criticism from president]]></title><link>https://www.local10.com/sports/2026/06/28/south-korea-coach-quits-after-early-world-cup-exit-prompts-fierce-criticism-from-president/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/south-korea-coach-quits-after-early-world-cup-exit-prompts-fierce-criticism-from-president/</guid><dc:creator><![CDATA[By JIM VERTUNO, Associated Press]]></dc:creator><description><![CDATA[South Korea coach Hong Myung-bo resigned Sunday after the team's quick elimination from the World Cup drew a harsh condemnation from the country's president, who called the coach “incapable” and ordered a complete review of the national team program.]]></description><pubDate>Sun, 28 Jun 2026 21:20:32 +0000</pubDate><content:encoded><![CDATA[<p>South Korea coach Hong Myung-bo resigned Sunday after the team's quick elimination from the World Cup drew a harsh condemnation from the country's president, who called the coach “incapable” and ordered a complete review of the national team program.</p><p>South Korea won its opening match against Czech Republic, then lost its next two Group A matches to South Africa and Mexico.</p><p>South Korea hoped it would qualify for the next round as one of the third-place teams to advance in this year's expanded tournament. That ended when Congo defeated Uzbekistan 3-1 on Saturday.</p><p>The quick exit for a team that expected to advance left the national team program in turmoil and drew a sharp rebuke from President Lee Jae Myung. He leveled pointed criticism at the coach..</p><p>“As a former honorary professional football club chairman and, at heart, a member of the Red Devils, I feel not just surprise but deep bewilderment at this unexpected result,” the president said.</p><p>The president criticized the national team structure and oversight, and the coach's appointment in the first place.</p><p>“Once again, it has been proven that personnel decisions determine everything. If loyalty and factionalism are valued over competence and an incapable person is appointed as a leader, the outcome is as predictable as fire,” the president said.</p><p>Hong, 57, announced his resignation with an apology to Korean fans before the team left its base camp in Mexico, where South Korea had played all three of its group matches.</p><p>Hong was in his second stint with the national team. He was the coach at the 2014 World Cup in Brazil when South Korea also failed to advance past the group stage.</p><p>“To all of the Korean people who love and support our national team, I would like to genuinely apologize. Today, I’d like to announce that I will step down as the national team head coach,” Hong said.</p><p>“As the head coach, no explanation can supersede the ultimate result. I could not bring the result that our people had expected. All responsibilities are with me," Hong said. "Today, I step down as the national team head coach. However, my heart for Korean football will remain the same. I will now support Korea national team to regain the trust and love of our people.”</p><p>South Korea is a regular at the World Cup with 11 consecutive appearances, and was a semifinalist when it was co-host of the tournament in 2002.</p><p>Lee called for the national Ministry of Culture, Sports and Tourism to review the national team and its failures.</p><p>"I sincerely apologize to the public for the deep disappointment caused by this absurd situation. We will move swiftly to reform sports administration to ensure this does not happen again,” Lee said.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HJLZ2334J3WWKZPUYULVGICVGU.jpg?auth=d42635174f5712ac6929a2d2a91eb84276caf56e4d08967e68a07a6a3e539c8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korea head coach Hong Myung-bo looks on ahead the World Cup Group A soccer match between South Africa and South Korea in Guadalupe, near Monterrey, Mexico, Wednesday, June 24, 2026. (AP Photo/Moises Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6Q2MA6XZ5QNVS3FXWZF65LQLAU.jpg?auth=f1ec15a9bb8e4da96ded1b2cebf7f80006de04d326fa491c3f3e4b47309367e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korea's Lee Kang-in (19) reacts at the end of the World Cup Group A soccer match between South Africa and South Korea in Guadalupe, near Monterrey, Mexico, Wednesday, June 24, 2026. (AP Photo/Moises Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BT4YPKPIHCAWBJ7ITF7WZXEGCQ.jpg?auth=81dcc256e798bf1a2d59c6c04255d2777543fd99fa25b70aa028c758809f729d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soccer fans react as they watch a live broadcasting of the World Cup Group A soccer match between South Africa and South Korea at a public viewing venue in Seoul, South Korea, Thursday, June 25, 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[Grief and optimism clash in scramble to locate survivors 4 days after Venezuela earthquakes]]></title><link>https://www.local10.com/news/world/2026/06/28/teams-scramble-to-locate-survivors-4-days-after-venezuela-earthquakes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/teams-scramble-to-locate-survivors-4-days-after-venezuela-earthquakes/</guid><dc:creator><![CDATA[By REGINA GARCIA CANO, FERNANDO VERGARA and MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Local and international rescue teams raced against the clock to pull survivors from the rubble in Venezuela on Sunday, four days after two powerful earthquakes shook the northern state of La Guaira.]]></description><pubDate>Sun, 28 Jun 2026 23:16:00 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Local and international rescue teams raced against the clock to pull survivors from the rubble in Venezuela on Sunday, four days after two powerful earthquakes shook the northern state of La Guaira.</p><p>The government reported 1,450 dead from the quakes Sunday afternoon as it faced growing criticism from Venezuelans that its response was inadequate and overshadowed by civilian-led efforts to rescue people buried under collapsed buildings. Thousands more have been reported missing.</p><p>Even as the likelihood of finding people alive diminished with each passing hour, rescuers continued to free some survivors from mountains of debris, offering anguished families a sliver of hope. The first 48 to 72 hours after a natural disaster are crucial to rescue efforts, though survival can be extended if people have access to food and water.</p><p>Venezuela's acting President Delcy Rodríguez said Sunday night that even as the threshold passed, the search for survivors would continue. More than 2,600 rescue workers from around the world had arrived with trained search dogs and machinery, the government said.</p><p>“It’s been incredibly hard work, but we’re going strong,” said Jason Mercano, a civilian who was able to communicate with family buried under the rubble and was working with rescue teams to pull them out.</p><p>“We've never given up hope,” he added.</p><p>More than 770 buildings partially or totally collapsed</p><p>Still, many Venezuelans are struggling to hold onto hope in an increasingly desperate situation. The one-two punch of 7.2 and 7.5 magnitude earthquakes that hit last Wednesday have left a trail of devastation. The U.N. said up to 6.8 million of Venezuela's nearly 30 million residents may be affected by the earthquakes.</p><p>A layer of dust coated coastal communities, and as the stench of decomposing bodies spread, more people began to wear masks.</p><p>Authorities said Sunday that more than 770 buildings had totally or partially collapsed from the earthquakes, twice as many as were reported destroyed or damaged on Friday. The risk of further damage remains as aftershocks continued to shake Venezuela; quakes measuring 4.2 and 4.5 hit Sunday morning.</p><p>But rescue efforts in La Guaira — the hardest-hit area — appeared significantly more organized on Sunday as international rescue missions arrived en masse. In previous days, residents there had expressed frustration and anger about the level of response.</p><p>The government reported on state television that more than 14,000 members of the military and police are now patrolling La Guaira state, where access is blocked and special permits are required to enter.</p><p>Because of the chaos and shoddy cellphone service since the earthquakes, many Venezuelans have turned to non-governmental digital databases to report their loved ones as missing. More than 50,000 people were reported missing on one such database, though it is unclear how many have been found.</p><p>Optimism and grief mark La Guaira</p><p>Moments of optimism contrasted sharply with grief on Sunday.</p><p>Masses of people gathered around a mountain of debris watching as rescue crews from the U.S., France and Venezuela pulled a man and his son from a crack in the concrete, covered in dust and almost unresponsive. Helmet-clad teams pulled them on a black tarp and passed the two carefully through the crowd to an ambulance to hydrate them through an IV.</p><p>Rescue teams and onlookers burst into applause in a moment of relief, then continued working.</p><p>In another part of La Guaira, Helen Guedez and her mother were reeling. They had spent days trying to save her father Jesús from their apartment.</p><p>She felt a swell of hope when rescue teams from the U.S. had come to inspect the building and confirmed to them that her dad was still alive under the rubble. But they told the family that the building was too unstable to enter and rescue him, she said.</p><p>They left the scene, but Guedez said would continue to try and rescue their father without their assistance. She said they were now working with civilian volunteers and local miners to get him out.</p><p>“We're not going to give up," said Guedez. “The rest of the team is willing to continue. They know there's another way to get him out and they said they're going to keep working until the very end.”</p><p>Despite the overwhelming demand for medical services and the shortage of supplies in Venezuela’s public health system, Domingo Luciani Hospital in the capital of Caracas coped with an influx of patients thanks to a flood of donations.</p><p>“We have tons of patients, but thank god, people have responded by bringing us a great deal of supplies,” said Leomery Pérez, an anesthesiologist at the hospital.</p><p>Authorities said they had treated more than 3,100 wounded people, including many with crush injuries.</p><p>A big challenge for Venezuela's acting president</p><p>The disaster poses a significant challenge for acting President Rodríguez, the former vice president who took office in January after the U.S. capture and removal of then-President Nicolás Maduro.</p><p>Since then, the U.S. government has played in increasingly powerful role in dictating the future of the South American nation. Venezuela has faced economic disarray for more than a decade, and many people reject the legitimacy of the political movement Rodríguez represents.</p><p>The country now faces an even more difficult circumstances, said Ronal Rodríguez, researcher for the Bogotá-based Venezuelan Observatory at the University of Rosario.</p><p>“There is political interference by the United States, the operational incompetence of a government that has driven the country into a complex humanitarian crisis and, all of the sudden, an earthquake in a place that lacks human capital and short-term resources to address the situation,” he said.</p><p>Amy Pope, director general from International Organization for Migration, warned that displacement from Venezuela – where crisis has forced 8 million people to migrate over the past decade – was likely to increase as people seek safety.</p><p>Rodríguez on Sunday said she was setting up a special commission to assess the damage to homes to confirm whether it's safe for people sleeping on the streets to return, adding that her government would also examine infrastructure damage. The search for life in the destruction, she said, would also continue.</p><p>“Today we recovered people who are still alive,” she said. “We always maintain hope.”</p><p>___</p><p>Janetsky reported from Mexico City. Associated Press journalists Juan Pablo Arraez, Matías Delacroix in La Guaira, Venezuela; Jorge Rueda in Caracas, Venezuela; Clara Preve and Mayra Pertossi in Buenos Aires, Argentina; and Elliot Spagat in San Diego, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2JRDZFWGVWB7IP72GYL3FC6GYQ.jpg?auth=9521f4c1d4c921c22eccdd25490e4233a73a4beae5bc7062d4f18d7e2728d950&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers carry a man rescued from the rubble of a building that collapsed in the earthquakes that struck La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GSCZO2OUGUXF6IAFTXCJ2PDTXU.jpg?auth=57dcb90cdbd3fbbfae212038b87561cec9876063faa14837514481c7c9efb30c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers and volunteers stand on collapsed buildings during the search for earthquake survivors in La Guaira, Venezuela, Sunday, June 28, 2026. (Photo by Miguel Medina/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Medina</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CQEOZO3N6VWFCFYJD7JBAKZSKY.jpg?auth=6b2396faf1e3d60fc2bacc6d0fe684df910d379d239bce83e4a5da2b6797d1fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexican Army rescue workers search for people trapped in collapsed buildings after earthquakes struck La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QOJ3J6UAJEI7T46X7IQA7Q5FJ4.jpg?auth=06bff49953a9341c744465897a8ee76d7c581188bf25270df8b14db8ea1cfe23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. firefighters from the Fairfax County search and rescue team pull a boy from the rubble after rescuing him and his father from a building that collapsed in the earthquakes in La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KPXWRBD2ZBQF23CKGOJMSXPTFM.jpg?auth=957e9cd40f8917195f020f335604f14c6e5d8c22435881066e7720dffc612384&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damaged buildings are seen three days after earthquakes struck in La Guaira, Venezuela, Saturday, June 27, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[The military is searching for a US Marine missing off the coast of California]]></title><link>https://www.local10.com/news/national/2026/06/28/the-military-is-searching-for-a-us-marine-missing-off-the-coast-of-california/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/28/the-military-is-searching-for-a-us-marine-missing-off-the-coast-of-california/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SAN DIEGO (AP) — Multiple agencies continued to search Sunday for a U.S. Marine who went missing during a training exercise off the coast of southern California, military officials said.]]></description><pubDate>Sun, 28 Jun 2026 17:14:57 +0000</pubDate><content:encoded><![CDATA[<p>SAN DIEGO (AP) — Multiple agencies continued to search Sunday for a U.S. Marine who went missing during a training exercise off the coast of southern California, military officials said.</p><p>Crews began searching for the Marine early Thursday morning, shortly after midnight, according to a Navy news release. The Marine was reported missing from the USS Anchorage during integrated training between the Makin Island Amphibious Ready Group and the 13th Marine Expeditionary Unit.</p><p>It's at least the second time in six weeks that the U.S. military has been forced to look for missing members. The remains of the second of two U.S. Army soldiers who went missing during military exercises in Morocco were recovered in May, the Army said, ending a multinational search operation that deployed air, naval and artificial intelligence assets.</p><p>“Our thoughts and prayers are with the family and all who are affected during this difficult time,” the Navy said in the news release this week about the missing Marine.</p><p>The Navy transitioned from search-and-rescue efforts to a search-and-recovery operation Friday evening. The Marine's name was being withheld pending the notification of family.</p><p>The search has covered about 2,400 square miles (6,200 square kilometers) and involved three surface ships and 12 aircraft from the Navy, Marine Corps, Coast Guard and Air Force, officials said.</p><p>The USS Anchorage is an amphibious transport dock ship based at Naval Base San Diego.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A6G3GSPHPLYLO6IBZNSUFC6FAI.jpg?auth=3f23f5ba0431c24b467269b739e6aa1d1c501f6b820c7d70ceaaff3946edc146&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The USS Anchorage, an amphibious transport dock, makes its way up Alaska's Cook Inlet on Wednesday, May 1, 2013. (AP Photo/Mark Thiessen, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Thiessen</media:credit></media:content></item><item><title><![CDATA[Inside the World Cup knockout stage bracket: Some teams have an easier path than others]]></title><link>https://www.local10.com/sports/2026/06/28/inside-the-world-cup-knockout-stage-bracket-some-teams-have-an-easier-path-than-others/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/inside-the-world-cup-knockout-stage-bracket-some-teams-have-an-easier-path-than-others/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI GARDENS, Fla. (AP) — If the World Cup was the NCAA basketball tournament, then teams like Morocco and the Netherlands would have some serious anger toward the selection and seeding committee right now. England, Mexico, Portugal and Spain might not be all that happy, either.]]></description><pubDate>Sun, 28 Jun 2026 21:18:58 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI GARDENS, Fla. (AP) — If the World Cup was the NCAA basketball tournament, then teams like Morocco and the Netherlands would have some serious anger toward the selection and seeding committee right now. England, Mexico, Portugal and Spain might not be all that happy, either.</p><p>Lionel Messi and Argentina, on the other hand, probably wouldn't complain much about their potential path to the World Cup final four.</p><p>The bracket is set for the knockout stage of the World Cup. There was no selection committee; slots were predetermined — Group A winner on this line, Group D runner-up on this line, etc. — so it wasn't exactly like how the NCAA tournaments go. And FIFA doesn't reseed like some sports, so a couple lower seeds are certain to get into at least the Round of 16.</p><p>So, when taking the 32 qualifiers for the knockout stage and ranking them like it's an NCAA tournament — essentially seeding the field 1 to 32 based on the FIFA live rankings entering Sunday — it's easy to see why some “regions” might be tougher to navigate than others.</p><p>A breakdown of the World Cup bracket:</p><p>Foxborough Region</p><p>— Quarterfinal: July 9 at Foxborough, Massachusetts.</p><p>— Round of 32 matchups: No. 12 Germany vs. No. 27 Paraguay, No. 2 France vs. No. 26 Sweden, No. 29 South Africa vs. No. 25 Canada (won 1-0 by Canada on Sunday), No. 7 Netherlands vs. No. 6 Morocco.</p><p>— Outlook: Netherlands vs. Morocco in the Round of 32 means that at least one of the seven highest-ranked teams left in the tournament won't even get to the Round of 16. France and Germany — perennial European powers — could meet in the Round of 16. And Canada (the first team through to the Round of 16 after winning the knockout stage opener over South Africa on Sunday) might have to change time zones twice on its way to the quarterfinals, while Germany, Paraguay, France and Sweden will all be in either Massachusetts, New Jersey or Pennsylvania in the Rounds of 32 and 16.</p><p>— If the seeds hold: France would play Morocco in the quarterfinal.</p><p>Inglewood Region</p><p>— Quarterfinal: July 10 at Inglewood, California.</p><p>— Round of 32 matchups: No. 8 Portugal vs. No. 13 Croatia, No. 3 Spain vs. No. 18 Austria, No. 14 United States vs. No. 30 Bosnia and Herzegovina, No. 10 Belgium vs. No. 17 Senegal.</p><p>— Outlook: The U.S. gets one of the lowest-ranked teams left in the tournament to open the Round of 32 and would remain in the Pacific time zone until the semifinals. Cristiano Ronaldo and Portugal did not get an easy draw at all, with Croatia right off the bat and then potentially Spain in the Round of 16. (Can't imagine Spain is too thrilled with this, either.) Belgium vs. Senegal is in Seattle, and the winner will stay there to play the U.S. match winner; that's a big break for weary legs.</p><p>— If the seeds hold: Spain would play Belgium in the quarterfinal.</p><p>Miami Gardens Region</p><p>— Quarterfinal: July 11 at Miami Gardens, Florida.</p><p>— Round of 32 matchups: No. 5 Brazil vs. No. 16 Japan, No. 24 Ivory Coast vs. No. 19 Norway, No. 9 Mexico vs. No. 20 Ecuador, No. 4 England vs. No. 28 Congo.</p><p>— Outlook: Mexico and England will be heavily favored in their Round of 32 matches, then would be in line to go head-to-head in the Round of 16 — in what would be a road game at Mexico City for England. And Mexico is one of only two teams not to surrender a goal in the group stage, with Spain being the other. Brazil gets a bit of an easier path to the quarterfinals, opening with Japan and then — if it wins — drawing the Ivory Coast-Norway winner.</p><p>— If the seeds hold: Brazil would play England in the quarterfinal.</p><p>Kansas City Region</p><p>— Quarterfinal: July 11 at Kansas City, Missouri.</p><p>— Round of 32 matchups: No. 1 Argentina vs. No. 31 Cape Verde, No. 22 Australia vs. No. 21 Egypt, No. 15 Switzerland vs. No. 23 Algeria, No. 11 Colombia vs. No. 32 Ghana.</p><p>— Outlook: Again, there is no “selection committee,” but if there was it would have gotten this one right by putting the best goalscorer in Argentina's Lionel Messi against the tournament's best story in Cape Verde in the Round of 32. And Messi gets to be at home in Miami Gardens, a few miles from Inter Miami's stadium for that matchup. Australia or Egypt awaits the Argentina match winner, Switzerland-Algeria has potential for a lot of goals, and Colombia faces a Ghana team with nothing to lose.</p><p>— If the seeds hold: Argentina would play Colombia in the quarterfinal.</p><p>Inside the bracket</p><p>News and notes about the Round of 32 matchups:</p><p>— France, Mexico and Argentina were the only teams to escape group play with 3-0-0 records.</p><p>— There are four Round of 32 matchups between unbeaten teams: Netherlands (2-0-1) vs. Morocco (2-0-1), Belgium (1-0-2) vs. Senegal (1-0-2), Brazil (2-0-1) vs. Japan (1-0-2) and Argentina (3-0-0) vs. Cape Verde (0-0-3).</p><p>— Expect some goals in France vs. Sweden (combined 17 goals in the group stage), Netherlands-Morocco (16), Belgium-Senegal (14), Brazil-Japan (14) and U.S.-Bosnia and Herzegovina (13).</p><p>— On the flip side, the first goal of Mexico-Ecuador might be that match's decider. Mexico wasn't scored on in group play and Ecuador surrendered only two goals in those three matches.</p><p>— The semifinal matchups are the winner of the Foxborough quarterfinal against the winner of the Inglewood quarterfinal (at Arlington, Texas on July 14) and the winner of the Miami Gardens quarterfinal against the winner of the Kansas City quarterfinal (at Atlanta on July 15). The final is at East Rutherford, New Jersey on July 19.</p><p>___</p><p>See more of AP’s World Cup coverage here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AW4RQK6CEMRNQOTZO5UYIDHD3E.jpg?auth=94d50b8bd4570a635b5104d74f58d2876b9757e84cd8874bf1f6fb07e5bacc23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi (10) celebrates scoring his side's 3rd goal during the World Cup Group J soccer match between Jordan and Argentina in Arlington, Texas, near Dallas, Saturday, June 27, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AXXS4DXPZOQOB64OSPOYPTY6KA.jpg?auth=c4662b5491571f8c995dfacb7a881fdbe575639e3d087fb07339c8851e6554d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans hold their cell phones during the World Cup Group J soccer match between Algeria and Austria in Kansas City, Mo., Saturday, June 27, 2026. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ARKW7Z2Y6ANEBHEAVKPI6ZOYVQ.jpg?auth=ad51469a23536833b55bdfa42f9c8ec1f73dad0b6a589c517a6cd74c278000dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Alex Freeman (16), second left, celebrates after scoring his side's second goal during the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KKWTFIYLTCVF7427ULZ4XNNEKY.jpg?auth=a37f7154528bac2f035c102902a816714d58f6b33103cfc734fcdfb2770a44cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[American singer Dan Reynolds of Imagine Dragons performs at the World Cup Fan Zone in Monterrey, Mexico, Sunday, June 21, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[In blow to DC Studios, 'Supergirl' is no match for 'Toy Story 5' at box office]]></title><link>https://www.local10.com/entertainment/2026/06/28/in-blow-to-dc-studios-supergirl-is-no-match-for-toy-story-5-at-box-office/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/28/in-blow-to-dc-studios-supergirl-is-no-match-for-toy-story-5-at-box-office/</guid><dc:creator><![CDATA[By JAKE COYLE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — In a setback for Warner Bros.′ revamped DC movie operations, “Supergirl” was absolutely no match for “Toy Story 5” at the box office, opening a distant second to the Pixar blockbuster.]]></description><pubDate>Sun, 28 Jun 2026 16:28:17 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — In a setback for Warner Bros.′ revamped DC movie operations, “Supergirl” was absolutely no match for “Toy Story 5” at the box office, opening a distant second to the Pixar blockbuster.</p><p>After a near-record debut for an animated movie, “Toy Story 5” remained No. 1 at the box office with $70 million in domestic ticket sales and another $89.1 million overseas, according to studio estimates Sunday. The Walt Disney Co. release has in two weeks quickly amassed $585 million globally, making it one of the biggest hits of the year.</p><p>“Supergirl,” however, failed to lift off. It opened with $38 million in U.S. and Canadian theaters. It added $30 million in overseas markets.</p><p>Craig Gillespie’s superhero spinoff is the second big-screen release from James Gunn and Peter Safran, who were tapped to lead DC Studios in late 2022. Their first release, 2025’s “Superman,” grossed $618 million worldwide, a strong-enough start for Gunn and Safran.</p><p>But “Supergirl” flopped with both critics and moviegoers. Reportedly trimmed significantly after test screenings, Gillespie’s film landed poor reviews (56% fresh on Rotten Tomatoes) and a “B-” CinemaScore from audiences.</p><p>The poor opening weekend for “Supergirl” puts it behind the disappointing debuts of DC busts like “The Flash” ($55 million in 2023) and “The Green Lantern” ($53 million in 2011), and only barely ahead of “Joker: Folie à Deux” ($37.7 million in 2024).</p><p>David A. Gross, who runs the movie consulting firm FranchiseRe, noted superhero movies no longer drive the box office like they did pre-pandemic. There are fewer yearly releases, and the box office in the genre is down approximately $3.5 billion annually from its highs in 2017-2019.</p><p>After huge successes like “Wonder Woman” ($822 million in 2017) and “Captain Marvel” ($1.13 billion in 2019), female-fronted superhero movies have also taken a downturn.</p><p>“You’ll hear general explanations like ‘the audience lost interest.’ Yes, they did,” said Gross. “But no one has been able to explain why it happened so suddenly and so completely. Why female superheroes in particular, after their sensational starts? We don’t understand it either.”</p><p>The stumble for “Supergirl,” which cost $170 million to make, comes as Warner Bros. Discovery, the film studio’s parent company, is preparing to be acquired by Paramount Skydance. David Ellison, Paramount chief executive, recently met with Gunn and Safran.</p><p>The next DC release is “Clayface,” a body horror take on the DC character, to be released in October. Gunn’s “Superman” follow-up, “Man of Tomorrow,” is currently in production. It’s dated for July 2027.</p><p>Gunn, who serves as a producer on “Supergirl,” handed directing duties to Gillespie, the filmmaker of “I, Tonya” and “Cruella.” Milly Alcock, who briefly appeared in “Superman,” stars as Supergirl, or Lara Zor-El, a younger cousin to Superman who’s more of a party girl than a world saver.</p><p>Paramount Pictures’ “Jackass: Best and Last” was the weekend’s other new wide release. The latest stunt compilation from Johnny Knoxville and company opened with a modest $8.4 million from 2,855 North American theaters. While that’s a good result for a movie that cost just $10 million to make, the 2022 installment, “Jackass Forever,” debuted with $23 million before ultimately grossing $80 million worldwide.</p><p>Olivia Wilde’s dinner party comedy “The Invite” notched one of the best per-screen averages of the year. Opening on seven screens in New York and Los Angeles, it debuted with $379,104, good for a per-screen average of $54,158.</p><p>Wilde’s third film as director stars herself, Seth Rogen, Penélope Cruz and Edward Norton as a pair of San Francisco couples who meet for an impromptu night together. A24 acquired the film after its buzzy Sundance Film Festival premiere. The indie distributor is hoping “The Invite,” which will expand next week and go nationwide on July 10, can revive the largely dormant summer comedy.</p><p>The micro-budget horror phenomenon “Obsession” continued to hold unusually strong. It took third place on the weekend with $9.8 million in its seventh weekend of release. Curry Barker’s film, made for less than $1 million, has now collected $233.9 million domestically for Focus Features, plus $108.9 million internationally.</p><p>Such legs, however, haven’t materialized for Steven Spielberg’s sci-fi thriller “Disclosure Day.” In the Universal Pictures’ third weekend of release, it slipped to fifth place with $8.1 million in domestic theaters. Spielberg's UFO tale has grossed $193.7 million globally in three weeks.</p><p>Top 10 movies by domestic box office</p><p>With final domestic figures being released Monday, this list factors in the estimated ticket sales for Friday through Sunday at U.S. and Canadian theaters, according to Rentrak:</p><p>1. “Toy Story 5,” $70 million.</p><p>2. “Supergirl,” $38 million.</p><p>3. “Obsession,” $9.8 million.</p><p>4. “Jackass: Best and Last,” $8.4 million.</p><p>5. “Disclosure Day,” $8.1 million.</p><p>6. “Backrooms,” $4.3 million.</p><p>7. “Scary Movie,” $3 million.</p><p>8. “Masters of the Universe,” $2.2 million.</p><p>9. “Bleach: Thousand-Year Blood War - The Calamity," $2 million.</p><p>10. “Star Wars: The Mandalorian and Grogu,” $1.6 million.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M3QLXZKRMCGHWENHJBOVNMZUGE.jpg?auth=378bdcd4c279f7ccba54ce59e47f7b05fafd56a941f0bee94ea93b6ab833fa47&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 Warner Bros. Pictures shows Milly Alcock in a scene from "Supergirl." (Warner Bros. Pictures via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/GQSHWICGQOLT6HZSEFBSU7COLI.jpg?auth=4dc473a77c889ea7ece2dce4d9d4e032a021655407ffda6bcd9abd3eea5ea3b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Director Craig Gillespie, from left, Peter Safran, Milly Alcock, and James Gunn attend the DC Studios' world premiere of "Supergirl" at The Plaza at 300 Ashland on Monday, June 22, 2026, in New York. (Photo by Evan Agostini/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X5LMXNJ76R2I2YPSVLFUFPVCCM.jpg?auth=674fadffb6d7ba6a6be3becfc0ff880b709ab5e4341e07eb003932696fe07085&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 Disney shows characters Bullseye, left, and Jessie, voiced by Joan Cusack, in a scene from Disney and Pixar's "Toy Story 5." (Disney/Pixar via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Pixar</media:credit></media:content></item><item><title><![CDATA[This Week in South Florida: Jay Collins]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-jay-collins/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-jay-collins/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Florida Lt. Gov. Jay Collins joined “This Week in South Florida” on Sunday as he seeks to become the state’s next governor.]]></description><pubDate>Sun, 28 Jun 2026 15:26:57 +0000</pubDate><content:encoded><![CDATA[<p>Florida Lt. Gov. Jay Collins joined “This Week in South Florida” on Sunday as he seeks to become the state’s next governor.</p><p>He discussed how he’d tackle a range of issues if elected to the state’s highest office.</p><p>Watch his interview with host Glenna Milberg in the video above.</p>]]></content:encoded></item><item><title><![CDATA[This Week in South Florida: Earthquake relief efforts in Venezuela]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-earthquake-relief-efforts-in-venezuela/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-earthquake-relief-efforts-in-venezuela/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Reporter Cody Weddle joined “This Week in South Florida” on Sunday as earthquake relief efforts continued in Venezuela.]]></description><pubDate>Sun, 28 Jun 2026 16:07:56 +0000</pubDate><content:encoded><![CDATA[<p>Reporter Cody Weddle joined “This Week in South Florida” on Sunday as earthquake relief efforts continued in Venezuela.</p><p>Weddle joined the program from the Colombian capital of Bogota, where help is being marshaled in to help the country’s neighbors. </p><p>Watch the video above to see his latest report.</p>]]></content:encoded></item><item><title><![CDATA[This Week in South Florida: Daniella Levine Cava]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-daniella-levine-cava/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-daniella-levine-cava/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Miami-Dade Mayor Daniella Levine Cava joined “This Week in South Florida” on Sunday.]]></description><pubDate>Sun, 28 Jun 2026 16:02:43 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Mayor Daniella Levine Cava joined “This Week in South Florida” on Sunday.</p><p>She discussed several issues facing the county, including her plan to transfer control of the site of the soon-to-be-decommissioned state-run “Alligator Alcatraz” migrant detention facility to the National Park Service and a plan to take the Fisher Island fuel depot by eminent domain.</p><p>Watch her interview with host Glenna Milberg in the video above.</p>]]></content:encoded></item><item><title><![CDATA[Khadijah Farrakhan, 'first lady of Nation of Islam' as wife of famous pastor, dies at 90]]></title><link>https://www.local10.com/news/national/2026/06/28/khadijah-farrakhan-first-lady-of-nation-of-islam-as-wife-of-famous-pastor-dies-at-90/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/28/khadijah-farrakhan-first-lady-of-nation-of-islam-as-wife-of-famous-pastor-dies-at-90/</guid><dc:creator><![CDATA[By JULIE CARR SMYTH, Associated Press]]></dc:creator><description><![CDATA[Khadijah Farrakhan, longtime wife of Nation of Islam leader Louis Farrakhan, died Saturday, the Nation of Islam has announced. She was 90.]]></description><pubDate>Mon, 29 Jun 2026 01:48:23 +0000</pubDate><content:encoded><![CDATA[<p>Khadijah Farrakhan, longtime wife of Nation of Islam leader Louis Farrakhan, died Saturday, the Nation of Islam has announced. She was 90.</p><p>“Mother Khadijah” worked alongside her provocative and charismatic husband for decades, helping lead their religious and sociopolitical movement, which espouses Black self-reliance. Its home base was Mosque Maryam on the south side of Chicago, where the pair lived.</p><p>“The Honorable Minister @LouisFarrakhan with deep sadness yet with profound gratitude to Allah informs you that his beloved wife of 72 years, the first lady of the Nation of Islam, Mother Khadijah has returned to Allah (may Allah be pleased),” a statement by the Shura Executive Council said.</p><p>Her death came only seven months after devotees had marked Khadijah's 90th birthday. The statement said funeral services are to be announced.</p><p>Mosque Maryam remembered Farrakhan as “a devoted follower” with “a precious soul, a sweet heart.”</p><p>In a post on Facebook, R&B artist ZaRio Son Rise recalled her as “a true queen, a righteous woman, and one of the greatest examples of dignity, faith, loyalty, and grace our generation has ever witnessed.”</p><p>Born Betsy Ross, Khadijah Farrakhan married her husband, then named Louis Walcott, in Boston on Sept. 12, 1953. The two had nine children. Their eldest son, Louis Farrakhan Jr., died in 2018, and son Joshua Farrakhan died in 2023.</p><p>Khadijah Farrakhan converted to Islam in 1955, the same year that her husband joined the Chicago-based movement after being heavily influenced by Malcolm X, his friend from Boston. The pair changed their names around that time.</p><p>Louis Farrakhan stepped into the organization's leadership vacuum shortly after Malcolm X was assassinated in 1965. Among his most significant accomplishments was the Million Man March on Washington in 1995.</p><p>Two years later, Khadijah Farrakhan spoke before a gathering of America's Black women in Philadelphia dubbed the Million Woman March.</p><p>“A nation can rise no higher than its women,” she told the crowd. “We focus on women but cannot lose sight that we must rise as a family -- men, women and children.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XJ72XA374ABGWER26HMWOQZIHE.jpg?auth=616eae73553f2ada50c4b0fb5ebb52d149b6898df06b1dd1e889b9c71a5ae375&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Khadijah Farrakhan, wife of Nation of Islam leader Louis Farrakhan, stands before members of the 20th Navajo Nation Council Wednesday, July 19, 2006 in Window Rock, Ariz. (AP Photo/Matt York, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt York</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QQVSXI4M7DFJYXPRIFYA7FW7QA.jpg?auth=c05f890e4a664eeae44d49fa981a4f1be78a23ea9b540f8e11f02a3c9497f4d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Nation of Islam Minister Louis Farrakhan and his wife, Khadijah, watch as their grandson, Virginia senior Mustapha Farrakhan, is honored with other seniors before Virginia's NCAA college basketball game against North Carolina State in Charlottesville, Va., Tuesday, March 1, 2011. (AP Photo/Steve Helber, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Helber</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NHY5TR74IWR2IY2DR2TTYGGEMQ.jpg?auth=568de03cbca791e2f58ab7afe5ec136c7db666a31969499fdb7e7d695eeb4eca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Nation of Islam leader Louis Farrakhan, center from Chicago, Il., walks down the steps of the Capital Building with his wife, Mother Khadijah Farrakhan, left, as they arrive at the Millions More Movement on the National Mall, Saturday, Oct. 15, 2005 in Washington. (AP Photo/Pablo Martinez Monsivais, File)]]></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/XU5DA6SLJS4SINF4RXOTKFTXWU.jpg?auth=4cbccb4faa8892e270d5fc7c44f71b3033f69ada65a4b5b4540e3b1d484ebb29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Nation of Islam leader Louis Farrakhan, his wife Khadijah Farrakhan, and their daughter, Maria Farrakhan Mohammad, pose for photographers in front of the Window Rock Navajo Monument, Wednesday, July 19, 2006, in Window Rock, Ariz. (AP Photo/Matt York, File)]]></media:description><media:credit role="author" scheme="urn:ebu">MATT YORK</media:credit></media:content></item><item><title><![CDATA[At least 117 dead dogs found in 'horrific scene' at California 'no-kill' shelter]]></title><link>https://www.local10.com/news/national/2026/06/28/at-least-117-dead-dogs-found-in-horrific-scene-at-california-no-kill-shelter/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/28/at-least-117-dead-dogs-found-in-horrific-scene-at-california-no-kill-shelter/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[FORTUNA, Calif. (AP) — The remains of at least 117 dogs were found on the grounds of a California “no-kill“ animal shelter, many of them with gunshot wounds, authorities said.]]></description><pubDate>Sun, 28 Jun 2026 19:31:14 +0000</pubDate><content:encoded><![CDATA[<p>FORTUNA, Calif. (AP) — The remains of at least 117 dogs were found on the grounds of a California “no-kill“ animal shelter, many of them with gunshot wounds, authorities said.</p><p>The Humboldt County Sheriff’s Office said Friday that it also discovered 21 canine skulls, hundreds of bones and other remains during searches at Miranda’s Rescue Animal Sanctuary, a 50-acre (20-hectare) facility in Fortuna, California.</p><p>Investigators combing the site on Thursday located an area in a barn where they believe dogs were likely killed, the sheriff’s office said. More than 600 dog collars were found nearby, the office said.</p><p>Sheriff William Honsal called it a “horrific scene.” No charges have been filed.</p><p>A message seeking comment was left for the shelter’s founder, Shannon Miranda.</p><p>In a statement posted to the shelter’s website on June 18, Miranda said that recent media coverage and online commentary “have presented an incomplete and, in some cases, inaccurate picture of our work.”</p><p>“At Miranda’s Rescue, our mission is to save as many animals as we safely can—always balancing compassion for animals with our responsibility to protect families, children, other pets, and the public,” Miranda wrote.</p><p>The sheriff’s office said it started investigating the shelter after receiving “credible information” in April “regarding allegations of felony animal abuse, animal cruelty, fraud, and conspiracy.”</p><p>Miranda’s Rescue collects fees from shelter transfers, as well as donations that it says helps cover the costs of food, housing, veterinary care, medications, facility expenses and staffing.</p><p>An affidavit from an earlier search of the property said that the sheriff’s office was tipped off by a pair of animal advocates, one of whom owns property adjoining the shelter and used trail cameras to monitor activity near an alleged burial site.</p><p>The advocates later went onto shelter property and dug up dog remains, the affidavit said.</p><p>“This investigation is just getting started,” Honsal said in a statement. “There is a tremendous amount of data to process, witnesses to interview, and evidence to examine.”</p><p>Investigators using ground-penetrating radar found 117 intact remains in various stages of decomposition buried in an open field, the sheriff’s office said.</p><p>They X-rayed 70 of the remains on site and found evidence of bullet fragments in many of them. The cause of death for many of those animals appeared to be gunshot wounds, the sheriff’s office said.</p><p>Investigators also found additional remains in advanced stages of decomposition, the sheriff’s office said.</p><p>The sheriff’s office said hundreds of dogs were transferred or turned over to Miranda’s Rescue by private citizens and animal shelters.</p><p>In his statement, Miranda said, “Miranda’s Rescue is a no-kill rescue. We do not euthanize animals simply to make space.”</p><p>However, Miranda wrote, ”there are rare circumstances in which euthanasia may be necessary — when an animal is suffering from a terminal condition or when it poses a serious, ongoing danger to people or other animals.”</p><p>“In those situations, we make the most humane and responsible decision we can, always with public safety and animal welfare in mind.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T6S4OA2AHY2ITXHOJNJW2U4DTU.jpg?auth=72ca6451eee467cd7c3fc0bdf16a3ad77457666fa7312d183086a4904ebbc185&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Investigators from the Humboldt County Sheriff's Office search the grounds of Miranda's Rescue Animal Sanctuary in Fortuna, Calif., June 24, 2026, where the remains of at least 117 dogs were found. (Ryan Burns/Lost Coast Outpost via P)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Burns</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SDFNR33VN2J7YWCDGKQKUYPY2Y.jpg?auth=8898d1355be483667a1ddd4bab34db2d52f5f3599caa369ef762d82688a6559b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Investigators from the Humboldt County Sheriff's Office search the grounds of Miranda's Rescue Animal Sanctuary in Fortuna, Calif., June 24, 2026, where the remains of at least 117 dogs were found. (Ryan Burns/Lost Coast Outpost via P)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Burns</media:credit></media:content></item><item><title><![CDATA[LO ÚLTIMO: Llega brigada de Cuba para apoyar las labores de rescates tras sismos en Venezuela]]></title><link>https://www.local10.com/espanol/2026/06/28/lo-ultimo-rodriguez-anuncia-evaluacion-de-viviendas-afectadas-campamentos-y-suspension-de-clases/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/28/lo-ultimo-rodriguez-anuncia-evaluacion-de-viviendas-afectadas-campamentos-y-suspension-de-clases/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Cuatro días después de dos devastadores terremotos consecutivos en Venezuela, centenares de rescatistas de ese país y de otras naciones trabajan a contrarreloj para encontrar sobrevivientes bajo los escombros.]]></description><pubDate>Mon, 29 Jun 2026 00:30:14 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Cuatro días después de dos devastadores terremotos consecutivos en Venezuela, centenares de rescatistas de ese país y de otras naciones trabajan a contrarreloj para encontrar sobrevivientes bajo los escombros.</p><p>Hasta ahora, los sismos de 7,2 y 7,5 de magnitud han dejado un saldo de al menos 1.450 muertos y unos 3.150 heridos. Más de 50.000 son buscadas por sus familiares.</p><p>Aquí los últimos acontecimientos registrados en Venezuela:</p><p>Llega brigada de Cuba para apoyar rescates</p><p>Una brigada de Cuba llegó a Venezuela para apoyar las labores de rescate, informó la agencia estatal Prensa Latina. Agregó que el grupo —de más de una decena de integrantes— arribó con tres canes y expertos para sumarse a los equipos de una veintena de países que ya están en funciones.</p><p>Además Cuba tiene equipos de cooperantes desde antes de los terremotos que se desempeñaban como parte de las brigadas médicas en zonas rurales, un convenio que permitió a su vez a la isla obtener combustible venezolano durante décadas.</p><p>Muchos de los especialistas en salud regresaron a Cuba tras la captura de Nicolás Maduro en enero por parte de militares estadounidenses, por lo que se desconoce cuántos permaneecen en el país sudamericano.</p><p>Presidenta anuncia evaluación de viviendas y campamentos</p><p>La presidenta encargada Delcy Rodríguez anuncia la creación de una comisión —integrada por ministerios, universidades y especialistas— que evaluará si las edificaciones afectadas por los sismos son habitables, así como las condiciones de infraestructura vial, como puentes y caminos elevados.</p><p>“Esta comisión presidencial está ya trabajando para verificar las condiciones de habitabilidad, si las personas pueden ya regresar a sus hogares”, dijo en un mensaje difundido por la televisión estatal.</p><p>También anuncia la creación de “campamentos transitorios para quienes perdieron sus viviendas y la elaboración y planificación de proyectos que permitan la construcción de viviendas en un lapso muy corto” y la suspensión de las clases escolares por toda la semana.</p><p>En cuanto a la situación en La Guaira, indica que ya se ha recuperado el servicio de electricidad en un 75% y el de aguaen un 68%.</p><p>Finalmente sostiene que “las labores de rescate y salvamento continúan. Hoy hemos recuperado personas con vida y por lo tanto, las labores no se suspenden”.</p><p>NASA aporta imágenes sobre daños causados por sismos</p><p>La NASA dice que sus satélites están proporcionando imágenes y datos para ayudar a los equipos en tierra a evaluar los daños causados por los terremotos de la semana pasada en Venezuela. La agencia indica que un mapa creado con datos de la misión NISAR muestra cómo los sismos desplazaron la superficie terrestre, ofreciendo información clave para los equipos de emergencias y los científicos.</p><p>Machado dice que regresará “pronto”</p><p>La líder opositora María Corina Machado anuncia que regresará a Venezuela “muy pronto” para estar con el pueblo venezolano tras los devastadores terremotos.</p><p>“Ha llegado el momento. Es mi deber acompañar a mi pueblo. Necesitamos estar juntos para abrazarnos, para llorar y lamentarnos juntos, pero también para darnos fuerza mutuamente”, declaró Machado en una entrevista con Fox News.</p><p>Machado vive en el exilio desde diciembre, cuando reapareció tras 11 meses oculta y viajó a Noruega para recibir el Premio Nobel de la Paz.</p><p>Mayor organización en las labores de rescate en La Guaira</p><p>Las labores de rescate en el estado de La Guaira parecían mucho más organizadas el domingo, a medida que seguían llegando a Venezuela numerosas misiones de rescate internacionales. En la actualidad más de 2.600 rescatistas de otros países están colaborando en las labores de salvamento.</p><p>Los días anteriores se caracterizaron por la frustración y la ira de muchos ciudadanos que se quejaron de la inoperancia del gobierno.</p><p>El gobierno ha informado a través de la televisión estatal de que más de 14.000 miembros del ejército y la policía patrullan actualmente La Guaira, donde el acceso está bloqueado y se requieren permisos especiales para entrar.</p><p>ONU advierte que 6,8 millones de personas en Venezuela podrían resultar afectadas</p><p>La agencia de la ONU para la migración ha señalado que hasta 6,8 millones de personas podrían verse afectadas por los terremotos. La Organización Internacional para las Migraciones indicó que está colaborando con el gobierno venezolano y las organizaciones humanitarias para dar una respuesta coordinada.</p><p>"Ya está claro que el desplazamiento aumentará, ya que la gente busca un lugar seguro", dijo Amy Pope, la directora general.</p><p>Muertos ascienden a 1.450 y hay unos 3.150 heridos</p><p>El presidente de la Asamblea Nacional, Jorge Rodríguez, informó que la cifra de fallecidos asciende a 1.450 y los heridos son 3.150. En tanto, hay 12.721 personas damnificadas.</p><p>Por otro lado, 774 edificios sufrieron daños —189 colapsaron totalmente— y 38 hospitales están afectados. Más de 1.600 estructuras de otra índole, como puentes y carreteras, han sufrido distintos daños.</p><p>“Estamos en horas críticas, horas cruciales para seguir rescatando vidas”, sostuvo Rodríguez. Agregó que “cada vida salvada es también la respuesta al esfuerzo de miles y miles de personas donde incluimos y agradecemos para siempre a los 2.624 rescatistas y delegaciones internacionales que nos acompañan”.</p><p>El funcionario no precisó la cifra de personas rescatadas ni la de las desaparecidas. Al respecto, en la madrugada del domingo la presidenta encargada Delcy Rodríguez dijo que el día anterior habían sido salvadas 33 personas.</p><p>Las agencias de identificación consideran que las primeras 72 horas tras un desastre natural son cruciales para rescatar a personas con vida, aunque ese plazo puede ampliarse si estas tienen acceso a comida y agua.</p><p>Bomberos estadounidenses rescatan a un padre y a su hijo en La Guaira</p><p>Bomberos estadounidenses del equipo de búsqueda y rescate del condado de Fairfax sacaron a un hombre y a su hijo de entre los escombros de un edificio que fue construido por el gobierno en el marco de su programa de viviendas en Playa los Cocos, en el estado de La Guaira, la zona más devastada por los sismos.</p><p>Después de que voluntarios llevaran un buen número de horas trabajando en la búsqueda de personas atrapadas, el sábado comenzaron a llegar equipos de rescate internacionales. Tanto unos como otros decían que habían percibido señales de vida en el lugar donde se derrumbaron varios de esos edificios.</p><p>El equipo de rescate estadounidense se adentró entre los escombros hasta que oyó gritos. Una vez que lograron sacar al padre y al chico, los rescatistas los transportaron con sumo cuidado para que recibieran asistencia médica.</p><p>Mientras las tareas de salvamento prosiguen, el ejército y la policía están a cargo de los controles en las autopistas para comprobar que las personas cuenten con una autorización, mediante un código QR, para acceder a La Guaira. También han despejado algunos carriles de las autopistas para que sean utilizados exclusivamente por camiones de ayuda humanitaria, algunos de los cuales transportan centrales eléctricas.</p><p>Convocatoria para donar sangre</p><p>Las autoridades venezolanas convocaron a una jornada de emergencia para la donación de sangre lo que permitirá aumentar las reservas y “garantizar una respuesta médica inmediata” para los miles de heridos por los sismos.</p><p>Entre las instituciones de salud pública que receptarán las donaciones de sangre de los voluntarios están el Hospital Domingo Luciano y el Hospital de Chacao.</p><p>Edmundo González: “La prioridad no es demostrar control. Es proteger vidas”</p><p>El opositor venezolano y excandidato presidencial Edmundo González reprochó el domingo la supuesta confiscación de asistencia humanitaria que denunció la víspera un organismo de defensa de los derechos de los presos por motivos políticos en el Estado Yaracuy, en el noroeste de Venezuela.</p><p>“Un Estado demuestra su fortaleza cuando protege a su población en el momento de mayor vulnerabilidad”, señaló González en X, y enfatizó que la prioridad debe ser salvar vidas.</p><p>González se exilió en España en 2024 tras los comicios en los que se midió con el hoy defenestrado presidente Nicolás Maduro y que la oposición calificó de fraudulentos.</p><p>El Metro de Caracas reanudará su servicio</p><p>El Metro de Caracas reanudará su servicio “con total normalidad” a partir de este domingo, según informó la empresa en un comunicado.</p><p>Metro de Caracas señaló que la reanudación se produce tras revisar la infraestructura, las vías férreas y los sistemas electromecánicos de la red.</p><p>Bukele dice que equipo logra rescatar a mujer de 60 años tras 11 horas de intenso trabajo</p><p>El presidente de El Salvador, Nayib Bukele, dijo que los equipos de rescate sacaron con vida a Belkys Josefina Barreto García, de 60 años, de entre los escombros tras 11 horas de intenso trabajo.</p><p>La mujer había permanecido atrapada bajo el edificio Breogan, derrumbado en Caraballeda, La Guaira, durante 86 horas, señaló el mandatario en su cuenta de X.</p><p>Indicó que su estado es delicado y que fue trasladada en helicóptero a una clínica privada en Caracas.</p><p>“Este logro fue posible gracias al esfuerzo y la perseverancia de nuestros rescatistas, quienes trabajaron sin descanso durante toda la noche y la madrugada, con el apoyo de rescatistas USAR peruanos”, señaló.</p><p>Perú se suma con ayuda humanitaria</p><p>Perú se sumó a las tareas de apoyo internacional a Venezuela con el envío de 14 toneladas de alimentos, carpas, vestimenta y otros artículos necesarios para los afectados por los devastadores sismos.</p><p>Un avión Hércules de la Fuerza Aérea de Perú despegó el domingo con el contingente humanitario rumbo a Caracas, informó el Ministerio de Defensa.</p><p>El papa León XIV vuelve a ofrecer oraciones por el pueblo venezolano</p><p>El Papa León XIV volvió a orar por el pueblo venezolano, un día después de cerrar su reunión de dos días de cardenales del mundo expresando su solidaridad con el país sudamericano.</p><p>El pontífice habló en español al final de su bendición del domingo al mediodía ante miles de personas en la Plaza de San Pedro.</p><p>“Deseo expresar mi cercanía a las hermanas y hermanos venezolanos afectados por los recientes terremotos que provocaron numerosas víctimas y heridos, así como ingentes daños materiales. Mientras ruego al Señor por el eterno descanso de los fallecidos, renuevo mi cercanía espiritual a sus familiares, a los lesionados y a quienes han sido golpeados por esta tragedia. Al mismo tiempo, manifiesto mi gratitud y aliento a cuantos trabajan con generosidad en las labores de búsqueda y de asistencia”.</p><p>España informa que nueve de sus ciudadanos murieron en los sismos y 131 están desaparecidos</p><p>El Ministerio de Asuntos Exteriores de España informó el domingo por la mañana que nueve españoles murieron en el terremoto y 131 están desaparecidos, mientras que los equipos de emergencia han localizado a 14 españoles y están intentando rescatarlos de entre los escombros.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EDN57O26DX7D44VVQ3EW6E32SY.jpg?auth=8788d9a2e62781dfcc2bb239183b5f20f0aa30fdadcc14cfafa3fc9df4691ce8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bomberos estadounidenses del equipo de búsqueda y rescate del condado de Fairfax sacan a un niño de entre los escombros tras rescatarlo a él y a su padre de un edificio que se derrumbó durante los terremotos en La Guaira, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K7FTKMXLCG2IKLC3IJYJBHBQO4.jpg?auth=35e51c469896cc8fd8c8ed4bf7ee7d76b20a03c1f9c181146fc3fa0ac3a4fc6e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Socorristas transportan a un hombre rescatado de un edificio que se derrumbó durante los terremotos que azotaron La Guaira, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DWWSVPNSQQIPUORHY3DC2U7LWY.jpg?auth=7501e33db4716975663eb323a0853adb12335bc2987ca690d88e942d9b6b3a37&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas cuyas casas resultaron dañadas por los terremotos duermen a la intemperie frente a un estadio de béisbol en Catia La Mar, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GTJECTEHAGOGFSIWHXROPX5S5U.jpg?auth=56a84d36f3abf4cea1150fa15454aac8098ec332d0a408b8ac513b5de8013c95&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre duerme al aire libre, a la intemperie, bajo un mural del difunto presidente venezolano Hugo Chávez, en Catia La Mar, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PLTXC6A2XVZKLXM7QHNAY62WK4.jpg?auth=7b7732a6f115b85b7715bc47d1c89c58aa076e0683324b411936780bfd40a842&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personal estadounidense de búsqueda y rescate realiza ejercicios durante la búsqueda de supervivientes del terremoto en La Guaira, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Israel moves to formally recognize Armenian WWI deaths as a genocide]]></title><link>https://www.local10.com/news/world/2026/06/28/israel-moves-to-formally-recognize-armenian-wwi-deaths-as-a-genocide/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/israel-moves-to-formally-recognize-armenian-wwi-deaths-as-a-genocide/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[TEL AVIV, Israel (AP) — Israel’s Cabinet unanimously approved a proposal on Sunday to designate violence against Armenians by the Ottoman Empire during World War I as a genocide.]]></description><pubDate>Mon, 29 Jun 2026 00:21:41 +0000</pubDate><content:encoded><![CDATA[<p>TEL AVIV, Israel (AP) — Israel’s Cabinet unanimously approved a proposal on Sunday to designate violence against Armenians by the Ottoman Empire during World War I as a genocide.</p><p>The step, which still needs approval in Parliament, reflects deteriorating ties between Israel and Turkey. Turkey has fiercely lobbied to prevent countries from officially recognizing the mass deaths of Armenians around 1915 as a genocide, even as Armenians have pushed for it.</p><p>Historians estimate that up to 1.5 million Armenians were killed by Ottoman Turks around the time of World War I, an event widely viewed by scholars as the first genocide of the 20th century. Turkey denies that the deaths constituted genocide, saying the toll has been inflated and that those killed were victims of civil war and unrest.</p><p>For years, Israel never officially broached the subject for fear of angering Turkey, but that relationship has soured over the past two decades, especially as the most recent wars in Gaza, Lebanon and Iran have dragged on.</p><p>“Despite the extensive and unambiguous historical documentation, the Armenian Genocide remains to this day the subject of an institutionalized campaign of denial and minimization, including a manipulative rewriting of history, mainly by the Turkish government,” said Israeli Foreign Minister Gideon Saar, who brought the decision to the government.</p><p>He noted that Israeli leaders, including Prime Minister Benjamin Netanyahu, have previously described the violence against Armenians as a genocide. But it has never been formally recognized in a vote by Israel’s Knesset.</p><p>“It is never too late to do the right thing,” Saar said Sunday, calling it a “moral and historical duty.”</p><p>He noted that 32 countries, including the United States, Syria and Lebanon, have also classified the violence as a genocide. It was not immediately known when Sunday's decision, approved unanimously by Israel's Cabinet, would go to the parliament for approval. There was no immediate reaction from Turkey.</p><p>Turkey called Israel’s move a “politically motivated” step meant to distract from the country’s own actions against Palestinians.</p><p>“The Israeli government, which systematically persecutes the Palestinian people in full view of the world and is being tried at the International Court of Justice for genocide against the people of Gaza, aims to cover up its own crimes,” the Turkish Foreign Ministry said in a statement.</p><p>“This malicious attempt, which disregards legal and historical facts, reveals the predicament of Netanyahu and his accomplices, who have arrest warrants against them in connection with the investigation into crimes committed against Palestinians at the International Criminal Court,” the statement added.</p><p>Israel and Turkey were once close allies, but relations soured during the rise of Turkey’s Islamist President Recep Tayyip Erdogan, leading Israel to reconsider its position.</p><p>Israel has faced repeated accusations, including from the United Nations and Turkey, that its offensive in Gaza amounts to genocide. Israel, founded in the wake of the Holocaust, denies the accusations.</p><p>Israel launched the war in response to Hamas' Oct. 7, 2023, attack. Gaza's Health Ministry, part of the Hamas government, says over 73,000 people have been killed, roughly half of them women and children. Israel says it does not target civilians and accuses Hamas of using civilians as human shields.</p><p>Last week, a team of independent experts commissioned by the United Nations accused Israel of deliberately shooting children in Gaza and repeated accusations that Israel has carried out a genocide. Israel called the report a “libelous sham.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AZITEZAUZRY7W5DPWZPIWTI35Y.jpg?auth=2078fea64150d14b02ce92a5fe37211688e4b9a0e2fc09473eb15c7907e2fe3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Armenians hold their national flag during a ceremony to commemorate the mass killings of Armenians by the Ottoman Empire, in Jerusalem, Israel, Friday, April 24, 2015. (AP Photo/Oded Balilty, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Oded Balilty</media:credit></media:content></item><item><title><![CDATA[June 28: Typical South Florida summer forecast]]></title><link>https://www.local10.com/weather/2026/06/28/june-28-typical-south-florida-summer-forecast/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/28/june-28-typical-south-florida-summer-forecast/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description></description><pubDate>Sun, 28 Jun 2026 13:37:33 +0000</pubDate><content:encoded><![CDATA[<p>It’s a typical South Florida summertime forecast with lots of humidity, daytime heating, and the seabreeze activating scattered storms over parts of the area today and through midweek. </p><p>The storms will come earlier than usual today sometime late morning through midday before clearing settles in for the afternoon. </p><p>Highs will make it into the lower 90s before that cooling seabreeze kicks in but it’ll feel like it’s over 100 degrees with the humidity factored in so jump in the air conditioning or the backyard swimming pool every so often. </p><p>Storm chances might increase as we head into the holiday later this week, something to keep an eye on. </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[Aramco oil company helicopter crashes in Saudi Arabia, killing all 14 on board]]></title><link>https://www.local10.com/business/2026/06/28/aramco-oil-company-helicopter-crashes-in-saudi-arabia-killing-all-14-on-board/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/28/aramco-oil-company-helicopter-crashes-in-saudi-arabia-killing-all-14-on-board/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — All 14 people on board were killed in Saudi Arabia when a helicopter belonging to the world's largest oil company crashed on Sunday morning, according to the Saudi Ministry of Energy.]]></description><pubDate>Mon, 29 Jun 2026 00:27:25 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — All 14 people on board were killed in Saudi Arabia when a helicopter belonging to the world's largest oil company crashed on Sunday morning, according to the Saudi Ministry of Energy.</p><p>The accident occurred around 6 a.m. in Ras Tanura, and everyone killed was a Saudi national, the statement said. An investigation was opened into the cause of the crash.</p><p>The helicopter belonged to Aramco, which is majority-owned by Saudi Arabia.</p><p>Aramco recently has had to scramble as the Iran war disrupted oil supplies and raised prices. The company has said it successfully shifted some oil exports to a pipeline to avoid the Strait of Hormuz, which has been disrupted as Iran asserted control over the waterway.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4VTSUNZDZMQN6MFNLHH5G42OSU.jpg?auth=816c271894ef53176d5125f07781837144f954163e3e8ac5e6fc9c8e3ae999ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This is a locator map for Saudi Arabia with its capital, Riyadh. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[NASA races to save Swift telescope from falling back to Earth with daring rescue mission]]></title><link>https://www.local10.com/news/world/2026/06/28/nasa-races-to-save-swift-telescope-from-falling-back-to-earth-with-daring-rescue-mission/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/nasa-races-to-save-swift-telescope-from-falling-back-to-earth-with-daring-rescue-mission/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description><![CDATA[CAPE CANAVERAL, Fla. (AP) — NASA is racing to save an aging telescope from falling back to Earth with a daring rescue mission.]]></description><pubDate>Sun, 28 Jun 2026 13:01:53 +0000</pubDate><content:encoded><![CDATA[<p>CAPE CANAVERAL, Fla. (AP) — NASA is racing to save an aging telescope from falling back to Earth with a daring rescue mission.</p><p>The $30 million salvage operation gets underway as soon as this week with the planned launch of a robotic lifesaver.</p><p>NASA hired startup Katalyst Space Technologies to boost the Swift Observatory to a higher orbit where it can continue hunting for some of the universe’s biggest explosions. A three-armed spacecraft built by Katalyst will chase after Swift once it takes off from an atoll in the Pacific's Marshall Islands aboard an airplane-launched Pegasus rocket. Liftoff could occur as early as Tuesday.</p><p>Scanning the cosmos since its launch in 2004, Swift has been sinking faster and faster because of recent intense solar activity. It needs to get to a higher, more stable orbit as soon as possible to survive.</p><p>NASA's Hubble Space Telescope — also at risk — could be next.</p><p>Like Swift, Hubble is losing altitude as the sun erupts with one flare after another. Katalyst Space CEO Ghonhee Lee said his company's next-generation robot, still in development, could save the day for the much bigger Hubble in a couple years.</p><p>Only China has attempted a mission like the upcoming one, successfully boosting a satellite into a higher graveyard orbit four years ago.</p><p>“This is the first American space robot to go up and do anything like this,” Lee told The Associated Press. “NASA has all these big senior observatories … all of them can benefit from a service like this. So what we're proving with this mission is this is a new play in the playbook that's available.”</p><p>It will take Katalyst's autonomous spacecraft, named Link, about a month to rendezvous with Swift and catch it, and another couple months to raise its orbit from the current 224 miles (360 kilometers) to the desired 373 miles (600 kilometers).</p><p>The 1.6-ton (1.4-metric ton) gamma ray observatory must be above 185 miles (300 kilometers) for the rescue to work. It's expected to reach that point of no return in October, according to the latest estimates.</p><p>Roughly the size of a small kitchen refrigerator with a 40-foot (12-meter) solar wingspan, Link sports three arms with a reach of just over 3 feet (1 meter). Each arm has two finger-like pinching grippers that resemble the hands of a Lego mini figure.</p><p>If all goes well, Swift could be back in business by September, according to Lee.</p><p>Worth hundreds of millions of dollars, Swift was never designed to be repaired, let alone retrieved by hands — human or otherwise. That's what makes this so challenging, according to company officials, who stress there is no guarantee it will work.</p><p>NASA signed a contract with Katalyst last September with only two requests: It has to be a rush job, but please don't make things worse. Nine months later, the company is ready to rumble.</p><p>“I have to be honest. No one thought it was going to be possible. No one thought we would get as far as we’ve already gotten today,” said Shawn Domagal-Goldman, NASA's astrophysics director.</p><p>NASA has bought a little more time for Swift, turning off all scientific instruments to slow its descent. Observations ceased in February.</p><p>NASA's science mission chief Nicky Fox said it's worth the effort.</p><p>“If we let Swift reenter, we would lose that telescope. We would lose a lot of capability,” she said. “We don’t currently have the budget to build another one to replace that.”</p><p>While everything cannot be saved in space, Swift is special, said Domagal-Goldman.</p><p>True to its name, Swift is designed to pivot quickly to capture late-breaking astronomical events such as gamma ray bursts and exploding stars. With more discoveries expected by the Webb Space Telescope and soon-to-launch Roman Space Telescope, Swift, if saved, would be busier than ever as “NASA's first responder.”</p><p>Katalyst sees Swift as the jumping-off point for a new repair business in space. The company's next-generation robotic rescuer, scheduled to fly next year, will tackle satellites as high as 22,300 miles (35,800 kilometers) up. Lee envisions hundreds of robots in orbit one day, not only fixing and hoisting satellites but also refueling them and building solar farms, data centers and other platforms.</p><p>Thirty-six-year-old Hubble, which received repeat servicing by spacewalking astronauts during the shuttle era, could follow in 2028 with a life-extending Katalyst boost.</p><p>“It's a national treasure,” Fox said. “People love Hubble.”</p><p>___</p><p>This story corrects spacecraft name to Link.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ITG6WAB6UZ3S7OFAQVG2OKRIYQ.jpg?auth=b3c0f1493476c984b414787a8e1a4196d9c060e91331c36014793f73763cf530&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by NASA shows Kieran Wilson, LINK’s principal investigator, and Hunter Robertson, a space systems engineer, both at Katalyst Space, standing next to their spacecraft inside the SES (Space Environment Simulator) at NASA’s Goddard Space Flight Center in Greenbelt, Md., April 17, 2026, ahead of thermal vacuum testing. (Sophia Roberts/NASA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Sophia Roberts</media:credit></media:content></item><item><title><![CDATA[Democrats wrestle with race, populism and ideology in clashes with lawmakers of color]]></title><link>https://www.local10.com/news/politics/2026/06/28/democrats-wrestle-with-race-populism-and-ideology-in-clashes-with-lawmakers-of-color/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/28/democrats-wrestle-with-race-populism-and-ideology-in-clashes-with-lawmakers-of-color/</guid><dc:creator><![CDATA[By MATT BROWN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — After democratic socialist Claire Valdez defeated an establishment-backed candidate in New York's congressional primary last week, her elated supporters quickly turned their attention to a new target.]]></description><pubDate>Sun, 28 Jun 2026 12:13:07 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — After democratic socialist Claire Valdez defeated an establishment-backed candidate in New York's congressional primary last week, her elated supporters quickly turned their attention to a new target.</p><p>“You're next!” they chanted when an image of House Democratic leader Hakeem Jeffries of New York flashed on the television screens at Valdez's victory party in a renovated Brooklyn warehouse.</p><p>The message alarmed Democratic Rep. Gregory Meeks, whose district borders the one that Valdez is poised to represent. Jeffries would likely be the first Black speaker of the House if Democrats regain the majority, Meeks said, and “people died to see something like that opportunity.”</p><p>The episode reflects the party's dilemma in a populist age.</p><p>As left-wing insurgents make inroads in New York and elsewhere, their campaigns are confronting legacy institutions led by people of color. For a party that prides itself on diversity, the clashes have exacerbated fierce debates over identity politics and long-standing rifts between progressives and moderates.</p><p>The outcome will determine who holds power within the Democratic coalition as it battles for control of Congress and prepares for what is expected to be a sprawling and searing presidential primary in 2028.</p><p>Although minority-led organizations have historically been viewed as more radical and antiestablishment, some Democratic leaders now view the left-wing surge as driven by white college graduates. Progressives argue that their agenda remains popular within communities of color.</p><p>“It’s complicated," said Juan Proaño, CEO of the League of United Latin American Citizens. “But these changes are a real opportunity for our communities, and maybe a passing of the baton to a younger generation of leaders.”</p><p>Jeffries brushed off a question about whether he could face his own primary challenge.</p><p>“When you ask me a serious question, I’ll give you a serious answer," he told a reporter from Fox Business.</p><p>A past generation of minority political leaders went from outsiders to insiders</p><p>Once the distant dreams of Black and Latino activists, the political machines in many communities of color have become a central part of the Democratic establishment. They were a key driver of the party’s embrace of civil rights and diversity as core values.</p><p>Some of the party’s most tenured members and influential dynasties now come from communities of color, and politicians such as Jeffries rose through the ranks of such systems to serve as party leaders.</p><p>But such organizations were built in a different era.</p><p>“A lot of our communities are anchored in older, more traditional voters, and those older, more traditional voters carry older, more traditional values,” said Dallas Jones, the former Texas political director for Democrat Joe Biden's presidential campaign in 2020. In Democrats' current debates of “people versus elites," Jones said, “you cannot help but find that the Black community is caught up in the middle of it.”</p><p>Jones said that yearning for generational change helped topple Texas Rep. Al Green, a progressive seeking his 12th term in Congress, in May. A longtime civil rights activist, Green, 78, was defeated by Christian Menefee, a 38-year-old first-term congressman who is also Black, to represent a majority-Black district anchored by Houston.</p><p>The Democratic electorate grew slightly whiter in 2024 as Donald Trump made some gains among Black and Hispanic voters. In addition, white Democrats have become more likely to describe themselves as liberal than are Black and Hispanic Democrats, according to Gallup research from 2022.</p><p>Progressives argue that they are challenging longtime lawmakers based on their establishment ties rather than any shift in the party's demographics. They point to progressives recently winning House Democratic primaries for majority-minority districts in Pennsylvania and New Jersey as signs of deeper appeal.</p><p>“The point of being a senior Democrat is you’re supposed to be able to deliver more and impact the agenda,” said Regina Monge, a strategist who led a political action committee that backed democratic socialist Zohran Mamdani in last year's race for New York mayor. “People are supposed to feel the benefits of their leadership in the district.”</p><p>Senior lawmakers are skeptical that much can be extrapolated nationally from last week's results, where Mamdani successfully pushed a slate of three insurgent candidates.</p><p>“Our path to 218” — the number of seats necessary for a House majority — “wasn’t affected by those races that are getting a lot of news,” said Democratic Rep. Pete Aguilar of California, the highest-ranking Latino in Congress. “The mayor made some endorsements, and those individuals won, and I presume that they’re going to come and vote with the Democratic caucus when they get here.”</p><p>Generational change clashes with legacy in closely watched primaries</p><p>The new style of challenger often rises from outside the traditional civil rights and organizing structures that characterized some communities for decades.</p><p>Valdez, who is Latina and Native American, won the primary to replace retiring Rep. Nydia Velázquez, a former chair of the Congressional Hispanic Caucus who was born in Puerto Rico.</p><p>The current caucus leader, Rep. Adriano Espaillat of New York, lost his primary to Darializa Avila Chevalier, another democratic socialist, in a district that includes parts of Manhattan and the Bronx. Espaillat was born in the Dominican Republic; Chevalier’s parents are Dominican immigrants.</p><p>“We’re really looking at a moment in time where people are anxious about the future of our country," said Katharine Pichardo, who leads Latino Victory.</p><p>Pichardo was a senior adviser to Espaillat's first successful run for Congress, in 2016. She said Espaillat's message “needed to focus more on kitchen table issues” and be “forward looking” if he were to ward off Chevalier.</p><p>For incumbents to defeat populist and more ideological challengers, she said, they must “give people a sense of security against the very real anxiety over what’s going on in Washington, D.C.”</p><p>Basil Smikle, a former executive director of the New York State Democratic Party who now teaches at Columbia University, said insurgent candidates and their voters see institutions as “inherently flawed.” He said party leaders "would do well to turn with the momentum and not against it.”</p><p>“This is an opportunity for Hakeem to turn around and say, ‘Look, I’m with you, I’m not going to stand in your way, let's iron out our differences and make me speaker, get us back to power,'" Smikle said. "That would be the best way to bridge this divide.”</p><p>On Saturday, Jeffries took a step in that direction by congratulating New York City's Democratic nominees, including Valdez and Chevalier. He did not mention his ideological disagreements with them or his support for their opponents, instead stressing that they would help "crush far-right extremism."</p><p>“The path is different but the work is the same," Jeffries said.</p><p>_____</p><p>Associated Press writer Anthony Izaguirre in New York contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UPVJBMBVH2OBWAOPJQS2747GPE.jpg?auth=01473b809022d7cdc2a312cc56ce59df145d59a791c609c2eddb170b60ff6861&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[House Minority Leader Hakeem Jeffries, D-N.Y., arrives ahead of the Obama Presidential Center dedication ceremony Thursday, June 18, 2026, in Chicago. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4LHWVDMURWIPZ74WFZ4VFXSUYQ.jpg?auth=4fe7a353b8274a3edfd24b3651f20e7db0f26cc2fdf824aeb3b4c36d05adfd15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York City Mayor Zohran Mamdani, celebrates with Democratic congressional candidate Darializa Avila Chevalier during an election night watch party Tuesday, June 23, 2026, in New York. (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/2JUSSHYHXHZBAFKSC2RKRXPFNU.jpg?auth=2bed21075da765d903997ea2531428ebec53008215d8abb543cb206ea7235c4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic congressional candidate Claire Valdez speaks during a Get Out The Vote rally ahead of New York's primary election, Thursday, June 18, 2026, in the Brooklyn borough of New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DGSQE22LVUVFKA4IZC4UAAFWM4.jpg?auth=79b03646730054520577f49379ac6eca37753d8b58486799e93f899c55e2daec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Adriano Espaillat, D-N.Y., takes part in the National Puerto Rican Day Parade, Sunday, June 14, 2026 in New York. (AP Photo/Adam Gray)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content></item><item><title><![CDATA[A skydiving plane crashes in northeastern France, killing all 11 people on board]]></title><link>https://www.local10.com/news/world/2026/06/28/a-skydiving-plane-crashes-in-northeastern-france-killing-all-11-people-on-board/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/a-skydiving-plane-crashes-in-northeastern-france-killing-all-11-people-on-board/</guid><dc:creator><![CDATA[By ANTONIN UTZ, JOHN LEICESTER and BARRY HATTON, Associated Press]]></dc:creator><description><![CDATA[TOMBLAINE, France (AP) — Families watched in shock as a skydiving plane carrying their loved ones on what was meant to be a thrilling introduction to parachuting crashed in northeastern France on Sunday, killing all 11 people on board, authorities said.]]></description><pubDate>Sun, 28 Jun 2026 17:24:49 +0000</pubDate><content:encoded><![CDATA[<p>TOMBLAINE, France (AP) — Families watched in shock as a skydiving plane carrying their loved ones on what was meant to be a thrilling introduction to parachuting crashed in northeastern France on Sunday, killing all 11 people on board, authorities said.</p><p>The dead included five parachuting instructors, five novice jumpers and the pilot, Interior Minister Laurent Nunez said. Transport Minister Philippe Tabarot said it was France's biggest aviation accident involving skydiving in about 30 years.</p><p>“Some of the victims’ families witnessed the aircraft falling with their own eyes. So there is tremendous emotion and an even greater psychological trauma," Nunez said.</p><p>He refused to speculate on what caused the crash but said the plane dropped out of the sky suddenly. He said it had just taken off from the Nancy-Essey airfield on the outskirts of the city of Nancy when it came down about 300 meters (yards) from the runway.</p><p>Yves Séguy, prefect of the Meurthe-et-Moselle region, said the plane suffered a malfunction and “fell almost vertically," narrowly missing a built-up area.</p><p>“Had it occurred just a few dozen meters away, the accident could have caused collateral casualties,” he said.</p><p>The plane banked to the left after takeoff and crashed less than a minute later near houses, according to the flight tracking service Flightradar24.</p><p>Police cordoned off the crumpled wreckage.</p><p>Flight tracking sites identified the plane as a single-engine Pilatus PC-6, a small transporter of freight, passengers and skydivers.</p><p>The parachutists were to have jumped as tandems, Nancy Mayor Mathieu Klein told public broadcaster France Info. Tandem jumps are skydiving experiences where two people, often an instructor and a novice jumper, are attached together for the descent.</p><p>Emergency services responded immediately and were providing psychological support to victims' relatives, officials said. The Paris prosecutor's office is leading the crash probe, Nunez said.</p><p>A resident, identified as John Curaku by BFM-TV, told the broadcaster that he was in his yard when he heard what sounded like a plane's engine stopping, immediately followed by a bang.</p><p>He said he went to the crash site and “there were no signs of life,” with two of the bodies thrown a few meters (yards) from the plane.</p><p>___</p><p>Leicester reported from Paris and Hatton from Lisbon, Portugal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SIIVF2WQHQP5XHN62423PBSY4M.jpg?auth=29bc88de3b162b1cdc3c0e25149d54b01ec3616b0763949b0cbe3616d575a558&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Forensic technicians examine a skydiving plane that crashed in Tomblaine northeastern France, killing all 11 people on board, Sunday, June 28, 2026. (AP Photo/Antonin Utz)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonin Utz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BHDIIU5F4CARO5DLOBRABDNVIY.jpg?auth=0ed49dd18e06b7e6918213639cea9ac1e45c7f253775920f4692a346dcdb083b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Forensic technicians examine a skydiving plane that crashed in Tomblaine northeastern France, killing all 11 people on board, Sunday, June 28, 2026. (AP Photo/Antonin Utz)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonin Utz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VWC3JY5EYAIBWNLC6YZ6BW62KA.jpg?auth=2d934c4c2ef3895e45ffe708ede5c9aaa2f8fbda295eaaf427f80c231217ec0a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officer stands near the site where a skydiving plane crashed in Tomblaine northeastern France, killing all 11 people on board, Sunday, June 28, 2026. (AP Photo/Antonin Utz)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonin Utz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VF3W6GJZGYGHF4SJ6TXVY4DQVA.jpg?auth=578e2c6fcc97887f6eb36cd33b185205adb9b881da1a9e63d51c119e1e86f1fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Forensic technicians examine a skydiving plane that crashed in Tomblaine northeastern France, killing all 11 people on board, Sunday, June 28, 2026. (AP Photo/Antonin Utz)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonin Utz</media:credit></media:content></item><item><title><![CDATA[Comedian Bill Maher wins Twain humor prize as the Kennedy Center navigates Trump-era upheaval]]></title><link>https://www.local10.com/news/2026/06/28/comedian-bill-maher-wins-twain-humor-prize-as-the-kennedy-center-navigates-trump-era-upheaval/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/28/comedian-bill-maher-wins-twain-humor-prize-as-the-kennedy-center-navigates-trump-era-upheaval/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Comedian Bill Maher was the guest of honor at the Kennedy Center on Sunday night. But President Donald Trump's presence wasn't far away.]]></description><pubDate>Mon, 29 Jun 2026 02:35:46 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Comedian Bill Maher was the guest of honor at the Kennedy Center on Sunday night. But President Donald Trump's presence wasn't far away.</p><p>Just moments after Maher began to accept the prestigious Mark Twain Prize for American Humor, Matt Friend, a leading impersonator of the president, took to the stage and, in Trump's voice, joked that he would accept the award himself. Trump was the punchline for other comedians and entertainers, including Whitney Cummings, Jay Leno and Woody Harrelson.</p><p>The barbs were notable for unfolding in an iconic performing arts venue that has become a metaphor for Trump's second-term effort to remake Washington in his image. But they were also paired with knocks at extremes in both political parties as Maher called out "groupthink.”</p><p>“If you hang around long enough and create something important enough, everyone hates you at some point,” Maher said.</p><p>Trump didn't attend the ceremony. Commerce Secretary Howard Lutnick was the most prominent member of the administration in attendance. Other political guests included Paul Dans, who helped shape the Republican Project 2025 agenda. Some Democrats were in attendance, including Sen. John Fetterman of Pennsylvania.</p><p>The future of the Kennedy Center hung over the event. Shortly after Trump returned to the White House in January 2025, the Republican president fired much of the center's leadership and installed a board largely composed of allies. It named Trump as chairman and his name was added to the building's iconic facade, prompting a legal battle that became a proxy fight over the extent of the president's power.</p><p>Trump later said the Kennedy Center would close in July for a two-year renovation. But U.S. District Judge Christopher Cooper upended those plans in May by ruling that Trump's name was illegally added to the building, ordering it removed. The judge also has blocked the closure.</p><p>A legal saga that became fodder for jokes</p><p>Trump's name has come down from the building, in compliance with the judge's order. But the part of the building once covered with letters spelling the president's name is now shrouded in a tarp. The full closure is on hold. Lawyers for the Kennedy Center have said they are not planning for now to build out programming.</p><p>Cooper has asked for an update next month on how long the tarp will remain on the building. For now, the final event scheduled for the Kennedy Center's well-known Concert Hall is “The Freedom Gathering: A Musical Celebration” on July 3.</p><p>The legal fight has turned into a saga that at points became fodder for jokes at the Twain gala.</p><p>At one point, Harrelson joked “we fixed that" in a nod to the court order calling for Trump's name to be removed from the building.</p><p>Ahead of the ceremony, Lutnick said Trump “wants to make this building sensational.”</p><p>But others were more skeptical. As he walked the red carpet ahead of the ceremony, Leno said Trump’s moves at the Kennedy Center were both “hilarious” and about “vanity.”</p><p>“It's not a war,” he said. “It's not people getting killed. It's not anti Semitism. It's a silly thing covering a name. I mean what's funnier than that? I mean it's just like, you know it's high school with money.”</p><p>Friend said he felt there was a “hunger games vibe” as he entered the building.</p><p>“It's crazy,” he said of the changes Trump has pushed for.</p><p>Maher and Trump have a fraught relationship</p><p>Given Trump's sway over the Kennedy Center, Maher's selection for the award was notable because the two men have long had a fraught relationship.</p><p>Before he entered politics, Trump filed a $5 million lawsuit against Maher in 2013 for breach of contract. Appearing on Leno’s “The Tonight Show,” Maher said he would give $5 million to the charity of Trump’s choice if Trump could prove he was not “the spawn of his mother having sex with an orangutan.”</p><p>Trump claimed that when he provided his birth certificate, Maher did not pay up, prompting the lawsuit. Trump ended up dropping it.</p><p>The Trump-Maher relationship exploded again earlier this year, when the president claimed on social media that he wasted time sitting down for a meal with the comedian last year.</p><p>Maher hosted Vice President JD Vance on his show heading into the weekend. Vance, who is promoting a book, said he watches the show and laughed at Maher's monologue “even though you were making fun of me.” During the interview, Maher pressed Vance on the Iran war, immigration enforcement and election conspiracy theories.</p><p>“You guys have two outcomes that an election can be,” Maher told Vance. “Either we win or they cheated. That s—- has to stop.”</p><p>The Twain prize ceremony will air on Netflix on July 21.</p><p>___</p><p>Associated Press videojournalist John Carucci contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BKTC25HXMYJKKXFD2OIXNGJWG4.jpg?auth=a43447425322aa73c242038897182cf5e14dc469c4cc5d51b91ff33fb8b83771&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Comedian and political satirist Bill Maher motions to the audience at the start of the 27th Annual Mark Twain Prize for American Humor Celebrating Bill Maher, Sunday, June 29, 2026, in Washington. (AP Photo/Kevin Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PJD7EG5WOQTLHAGZNEKJD33SJY.jpg?auth=7ec2fbfcd98bc5d72c012ac6a45aaaddbe01b810341f6cf84ea0a14ab336b762&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bill Maher arrives at the Vanity Fair Oscar Party, March 15, 2026, in Los Angeles. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3C2POY367D6LNWWCIP7PYBUQTU.jpg?auth=9c242756009beef68d18b3adfdd438bea5d7d796bfabfe4e534c26b3a8c320d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The John F. Kennedy Center for the Performing Arts is seen, as its sign remains covered by a tarp, Friday, June 19, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KLTAGIBVS4I5JR2NPYC3RTO4AA.jpg?auth=cd691e41e2be72a1a084d63ba06e298676a58c984cd44c4ba7439b6097465407&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Louis C.K., Jay Leno, Arianna Huffington, and Stephen A. Smith, wait for the start of the 27th Annual Mark Twain Prize for American Humor Celebrating Bill Maher, Sunday, June 29, 2026, in Washington. (AP Photo/Kevin Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7NY5MKC3HSOFSRPOQV4IGOZPVE.jpg?auth=e834550335521aece145f7f115c3d700e02a40a6166d6de3a10be6457cf46b3c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Comedian Jay Leno, right, and Comedian and political satirist Bill Maher pose on the red carpet for the 27th Annual Mark Twain Prize for American Humor Celebrating Bill Maher, Sunday, June 29, 2026, in Washington. (AP Photo/Kevin Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Wolf</media:credit></media:content></item><item><title><![CDATA[America split from monarchy 250 years ago. Trump's presidency is testing how far it's come]]></title><link>https://www.local10.com/news/politics/2026/06/28/america-split-from-monarchy-250-years-ago-trumps-presidency-is-testing-how-far-its-come/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/28/america-split-from-monarchy-250-years-ago-trumps-presidency-is-testing-how-far-its-come/</guid><dc:creator><![CDATA[By NICHOLAS RICCARDI, Associated Press]]></dc:creator><description><![CDATA[The 250th anniversary of America's liberation from a king kicked off with a campaign-style rally on the National Mall by President Donald Trump, whose face already stares down from banners fluttering from federal buildings across the nation's capital.]]></description><pubDate>Sun, 28 Jun 2026 21:27:08 +0000</pubDate><content:encoded><![CDATA[<p>The 250th anniversary of America's liberation from a king kicked off with a campaign-style rally on the National Mall by President Donald Trump, whose face already stares down from banners fluttering from federal buildings across the nation's capital.</p><p>The images illustrate how the Republican president has dominated daily life since returning to power and, to some, evoke more the style of a monarch than the leader of the world's oldest democracy. But it's also how he has wielded that power that has led to comparisons of an imperial reign.</p><p>Since returning to office in January 2025, Trump has nominated one of his personal lawyers to serve as attorney general, ordered the Department of Justice to pursue his political enemies, deployed the U.S. Marines to the nation's second largest city and leveraged the presidency to enrich himself and his family.</p><p>He has demanded that comedians who mock him be fired, has slapped his name on the Kennedy Center, has pushed to seize control of elections, has filed lawsuits against news organizations whose coverage he disliked and has sued his own government seeking $10 billion in taxpayer money.</p><p>With the 250th anniversary of the nation's founding fast approaching, Trump’s own  celebrations have overshadowed the bipartisan, congressionally authorized commission that was supposed to coordinate events commemorating the moment. He plans to return to the National Mall on July Fourth for what he calls a “Trump rally.”</p><p>The president's actions have led to comparisons with King George III, the British monarch whose rule inspired the American Revolution. It is a parallel Trump himself rejects.</p><p>“I’m not a king,” he told CBS' “60 Minutes” earlier this year. “If I was a king, I wouldn’t be dealing with you.”</p><p>Past presidents have been branded as imperial, but Trump stands out</p><p>There is a long American political tradition of opponents reviling presidents as kings. But Julian Zelizer, a Princeton University historian, said the label fits differently on Trump.</p><p>“It’s more about how he imagines who is he and what the presidency is,” Zelizer said. “We're celebrating founding principles, and that was a driving issue — fears of how a centralized power can be corrupted. And here we are again.”</p><p>When King Charles III visited Trump this year, the official White House X account posted an image of the two men with the caption “TWO KINGS.” At the start of his second term, Trump declared he had ended a New York City transportation program and posted: “LONG LIVE THE KING.” The posts also seemed to indicate a willingness to leverage the label and the reaction it provokes in his critics.</p><p>It is no coincidence that the main resistance movement in Trump's second term adopted the slogan “No Kings.” Ezra Levin of Indivisible said activists were thinking ahead to 2026 and the America 250 celebration when they chose the label.</p><p>“It looks like the same kind of tyranny we were rebelling against 250 years ago, the type of domination of Americans by a secret police force that's murdering people in the streets like in Minneapolis this year and in Boston in 1770,” Levin said, referring to demonstrations against the administration's immigration crackdown that led to the fatal shootings of two protesters this year by federal officers.</p><p>When asked for comment, the White House referred to Trump's own statements about his use of executive power. The president has weighed in multiple times about his maximalist approach.</p><p>During his first term, he referred to Article II of the Constitution when he told participants in a youth summit, “I have the right to do whatever I want as president," while declaring that it "gives me all of these rights at a level nobody has ever seen before.” He told The New York Times in an interview this year that the only check on his global power was “my own morality. My own mind. It’s the only thing that can stop me.”</p><p>Yet he also has said that portrayals of his approach as authoritarian were wrong: “I'm not a dictator,” he told reporters last year. In response to a question about whether he was concentrating power in the presidency, Trump told Time in an interview last year, “I don’t think so. I think I’m using it properly, and I’m also using it as per my election.”</p><p>Supreme Court's conservative majority has enabled Trump's approach</p><p>With a deferential Republican-controlled Congress, courts have become the last check on Trump. The president has harshly criticized judges who have ruled against him, and his administration has sometimes defied their orders.</p><p>Yet his quest to expand presidential power has been aided by the conservative majority on the U.S. Supreme Court, which has sided with Trump numerous times after lower court rulings hampered him.</p><p>In the middle of his 2024 campaign, the high court ruled that presidents have broad immunity from prosecution. The decision derailed multiple investigations stemming from Trump's first term, including one focused on his attempts to overturn the results of the 2020 election.</p><p>Trump has argued the courts cannot constrain the president on key issues, including his claims that he has the ability to fire members of independent agencies. The most notorious example was in 2024, when a judge asked during the immunity case whether a president could be prosecuted for ordering the assassination of a political rival. Trump's lawyer, D. John Sauer, answered with a “qualified yes.”</p><p>Sauer is now solicitor general, the administration official who oversees arguments before the high court. He has continued to insist that courts cannot review presidential acts.</p><p>“Once the President has made a determination … at that point, there’s no work for the reviewing court to do,” Sauer said during Supreme Court arguments in a case over whether Trump could fire Lisa Cook, a Federal Reserve governor.</p><p>But the Supreme Court has allowed Cook to remain on the board while it considers the case. The majority also slapped down his global tariffs, finding that only Congress had that authority.</p><p>Such rulings demonstrate that presidential power does have its limits, said John Yoo, a law professor at the University of California, Berkeley.</p><p>“The presidency today, even when colored by President Trump's worst excesses, is not a monarchy,” he said.</p><p>Trump uses the presidency to enrich himself and his family</p><p>Trump was the richest man to ever become president. During his first term, he was criticized for owning properties where foreign dignitaries and others hoping to curry his favor spent lavishly. The conflicts of interest have escalated in his second term.</p><p>Trump launched cryptocurrencies before and after returning to office. By conservative estimates, one has pulled in $320 million this year alone, while another sold $550 million worth of tokens. A third received a $2 billion investment from a foreign wealth fund.</p><p>Trump took a new step earlier this year, filing a private $10 billion lawsuit against the IRS for the leak of his tax returns during his first term. His Department of Justice directed the IRS to settle the litigation to create a $1.776 billion fund to pay damages to people who claimed the federal government unfairly prosecuted them.</p><p>The administration pulled back the settlement amid an outcry from congressional Democrats and Republicans. But Todd Blanche, a former personal lawyer for Trump who is now acting attorney general, said at least one provision remains — a ban on the IRS auditing Trump.</p><p>Zelizer said Trump’s financial entanglements might be the most monarchical part of his administration.</p><p>“We have not seen a person who has a business operation of this scale and scope benefiting directly from the decisions he makes,” Zelizer said.</p><p>Trump has used the government to pursue his enemies</p><p>The Justice Department's role in the IRS lawsuit is one example of how Trump has decreed that executive branch employees should act as agents of his will.</p><p>In breaching what is supposed to be a firewall between the White House and Justice Department, Trump has demanded that federal prosecutors target his foes. In one social media post last year, he called out by name Pam Bondi, who was attorney general at the time, in pushing her to prosecute several of his political opponents: “JUSTICE MUST BE SERVED, NOW!!!” Trump wrote.</p><p>Indictments followed shortly after, including against former FBI Director James Comey and New York Attorney General Letitia James, a Democrat. The charges against both eventually were dismissed, but the department under Blanche filed new charges against Comey.</p><p>The pursuit is not limited to Trump enemies of the past.</p><p>For his 80th birthday this month, the president hosted a fight held by UFC — a company he invested in — on the White House lawn. The event was broadcast on a network owned by the son of one of the president’s major donors. The spectacle drew a rebuke from California Gov. Gavin Newsom, a persistent critic and potential 2028 Democratic presidential contender.</p><p>“The White House was built to serve the American people. Tonight it was used to promote a company the President owns stock in, sell subscriptions, promote corporate sponsors, push Trump crypto, and enrich the President and his family,” Newsom wrote on X. “The founders warned us about kings enriching themselves from public office.”</p><p>Days later, Newsom disclosed that Trump’s Department of Justice was investigating him and his wife.</p><p>___</p><p>Associated Press writers Lindsay Whitehurst and Fatima Hussein in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6QN32XPB3YXQGPUE6VREXMJ7G4.jpg?auth=b038f58001924fce1b38a6f5b523e8be1ff637d5540e672c534251b67928c133&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Banners, one of President George Washington that reads "America's First," left, and another of President Donald Trump that reads, "America First," are pictured at the Department of the Interior, Thursday, June 25, 2026, in Washington. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7VKXABOYXLCRLBHQN3BN4VCFBY.jpg?auth=041d4129b8142489d5ca9484ffa78f7438b153afbc7eea13fe301a3cf71a7504&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump wraps up his speech at the opening of the Great American State Fair, Wednesday, June 24, 2026, on the National Mall 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/GBWCDXKGRDCYNFSAGNTZCPL2VM.jpg?auth=d37d7759a6dcc61531ed27945b7f28c6903a631157703b5424922eb19a1564bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The John F. Kennedy Center for the Performing Arts is seen, Monday, June 1, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2EYSTOGAH4URZFZH6FTLSYPVLM.jpg?auth=360e2cadc5d586200c99a60e665cdd97e2e37a150a09c8eb2fab206d1632f9a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A U.S. Marine patrols outside of a federal building, June 13, 2025, 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/CXWE7YTQ5HIAHBDB6ITQHLIUII.jpg?auth=30f40a192ad3444c4cb8a900cbbfb61cf286d9ff6534ae9ecc885333cc1eb1ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A giant portrait of President Donald Trump looks down from the Justice Department in Washington, June 2, 2026. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[France records around 1,000 additional deaths as extreme heat breaks European records]]></title><link>https://www.local10.com/news/world/2026/06/28/france-records-around-1000-additional-deaths-as-extreme-heat-breaks-european-records/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/france-records-around-1000-additional-deaths-as-extreme-heat-breaks-european-records/</guid><dc:creator><![CDATA[By KIRSTEN GRIESHABER and JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — France saw around 1,000 additional deaths last week at the height of its record-smashing heat wave, the country's public health agency said Sunday, as the head of the World Health Organization warned that Europe is now the fastest-warming continent and needs to do more to protect its citizens.]]></description><pubDate>Mon, 29 Jun 2026 01:30:04 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — France saw around 1,000 additional deaths last week at the height of its record-smashing heat wave, the country's public health agency said Sunday, as the head of the World Health Organization warned that Europe is now the fastest-warming continent and needs to do more to protect its citizens.</p><p>Temperature records were toppled in several countries on the weekend, wildfires were sparked in Germany and Berlin police used water cannons to cool down the crowds.</p><p>Meanwhile, the heat wave slowly moved toward eastern parts of the continent.</p><p>Germany marked a new record for the third day in a row with 41.7 degrees Celsius (107 degrees Fahrenheit) in Neißemünde, near the border with Poland, which baked under its new all-time high of 40.5 C (104.9 F). The Czech Republic also experienced its hottest day ever with 41.9 C (107.4 F), up from the previous record of 40.9 degrees Celsius (105.6 F) on Saturday.</p><p>A new study from the World Weather Attribution, a Europe-based collaboration of scientists, reported Friday that the record-breaking heat and humidity in Europe this past week would not have been possible without climate change.</p><p>The rapid study found that the heat would have been virtually impossible just five decades ago, and is 200 times more likely today than it would have been 20 years ago.</p><p>France records surge in deaths during heat wave</p><p>France reported a surge in deaths last week, including a sharp increase at private homes, especially in the Paris region, the national public health agency said Sunday.</p><p>There were more than 1,200 deaths on Wednesday, when France was sweltering under its hottest temperatures, increasing to more than 1,400 deaths on each of the two following days, Public Health France said. In April and May, before the heat wave, France’s rate of deaths was about 900 to 1,000 per day.</p><p>The agency concluded that France experienced a total of at least 1,000 additional deaths during those three days alone, an estimate it cautioned is likely to increase as more data is collected, including for deaths at home.</p><p>The increase was sharpest in areas under red warnings of extreme heat, it said. Those warnings blanketed about three-quarters of the country at the peak of the heat wave. The agency said that 85% of the deaths involved people aged 65 and above.</p><p>Europe is the fastest-warming continent, WHO warns</p><p>“Europe is the fastest-warming continent on Earth, heating at twice the global average,” WHO Director-General Tedros Adhanom Ghebreyesus said Sunday on X. “Right now 150 million people are living under extreme heat, hundreds have died, schools are shut, grids are buckling.”</p><p>Driven by climate change and global warming, the “once-in-a-generation” heat wave is now occurring nearly every year, Tedros said, adding that more than 1,300 excess deaths have been recorded since June 21 linked to high temperatures in Europe.</p><p>“Heat stress is often called the ‘silent killer’ — and European homes, workplaces and schools were not built for these temperatures,” Tedros warned as he called on European countries to implement action plans. He said they should focus on preparedness, prevention and stronger health system responses.</p><p>Lightning strikes Swedish theme park</p><p>In Sweden, several people were injured when they were hit by lightning at an amusement park, the country's TT news agency reported.</p><p>Three adults were taken to the hospital, among them a woman with serious injuries, after the lightning struck the Tosselilla Sommarland park in Tomelilla in the south of the country.</p><p>Across Europe, the extreme heat has been followed by severe thunderstorms.</p><p>Denmark, which marked new temperature records on Saturday, recorded 1,156 lighting strikes by Sunday morning, according to public broadcaster DR.</p><p>Heat sparks wildfires in forests contaminated with WWII ammunition</p><p>In Gohrischheide, in eastern Germany, a fire broke out in a large forest that's still contaminated with ammunition from World War II, complicating efforts by firefighters.</p><p>Similarly, a major firefighting operation was underway in southwest Germany near the village of Traisen, where the heat sparked a forest fire in an area that also contained unexploded ordnance. Firefighters had to stop work temporarily after explosions took place and an ordnance disposal unit was brought in to continuously assess the situation, German news agency dpa reported. Some 650 people in Traisen had to leave their homes Sunday afternoon because the fire continued to spread.</p><p>Fire departments in the big cities were busy sending out ambulances to people suffering from heat-related illnesses. In Berlin, an additional 500 ambulance dispatches were reported on Saturday, most of them heat-related.</p><p>Berlin police use water cannons to cool down locals and tourists</p><p>The German capital's police found a way to help suffering Berliners and tourists alike. They put up two huge water cannons — usually used to disperse unruly protesters — in front of the iconic Brandenburg Gate and sprayed the cool water across the cheering crowd.</p><p>The heat also worsened damage to infrastructure, with the concrete surface on countless highways breaking up, and a weekend warning by national rail operator Deutsche Bahn to avoid all unnecessary train travel.</p><p>More than 600 passengers had to be evacuated from an overheated train in Brandenburg after a tree fell onto an overhead power line during a storm on Saturday evening. The train, which was on its way from Hamburg to Prague, lost power. The air conditioners stopped working and the doors were locked until emergency responders forced them open. Two people were hospitalized with heat-related problems, dpa reported.</p><p>In the eastern city of Leipzig, no trams will be running until early Monday morning due to heat damage to tracks and switches. The Leipzig Public Transportation Authority said that the high temperatures had caused the joint sealant for asphalt and concrete in switches and tracks to run and clump together in many places throughout the city's network.</p><p>——</p><p>Leicester reported from Paris. Associated Press writer Karel Janicek in Prague contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5O6SWEDU57MDVLNOH44LERARVE.jpg?auth=eb6ce81950332419cfe9fdbe1ee4ba084a1c03b290f655b390b4bf88cde5ed62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People refresh in a fountain after the Angelus noon prayer celebrated by Pope Leo XIV from the window of his studio overlooking St.Peter's Square, at the Vatican, Sunday, June 28, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7OD7ZQSLHPORDKM5YIDNZO5TBE.jpg?auth=40954ec5de544ea5915fbc20359ac7b5abba2aa25eb063336b7a9f8b935fd1f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People shelter from sun with umbrellas as they wait for the Angelus noon prayer celebrated by Pope Leo XIV from the window of his studio overlooking St.Peter's Square, at the Vatican, Sunday, June 28, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HMD5K7FFJOE4QYAGPTDICPHUK4.jpg?auth=8d40bd2f6dc68bbd5b897f41598b8b70b66289d7ecd3e3a727981da1057a482b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People jump into the Bosphorus with the Maiden's Tower in the background during sunset in Istanbul, Turkey, Sunday, June 28, 2026.(AP Photo/Emrah Gurel)]]></media:description><media:credit role="author" scheme="urn:ebu">Emrah Gurel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DWGPBQRV4Q65JJE7SU7G6Q45YQ.jpg?auth=856dd31706684e15ff091a6fad47e9a32f2c6e837d55f195bb63ebc5f8553693&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People take shelter with umbrellas as they wait for the Angelus noon prayer celebrated by Pope Leo XIV from the window of his studio overlooking St.Peter's Square, at the Vatican, Sunday, June 28, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[Serena Williams gave herself a pep talk to play singles at Wimbledon at age 44]]></title><link>https://www.local10.com/sports/2026/06/28/serena-williams-gave-herself-a-pep-talk-to-play-singles-at-wimbledon-at-age-44/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/serena-williams-gave-herself-a-pep-talk-to-play-singles-at-wimbledon-at-age-44/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Serena Williams had to talk herself into accepting Wimbledon's offer to play singles.]]></description><pubDate>Sun, 28 Jun 2026 17:08:24 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Serena Williams had to talk herself into accepting Wimbledon's offer to play singles.</p><p>The All England club was holding one last wild card entry and the 23-time Grand Slam singles champion — who had already announced she'd play doubles with her sister Venus — had a decision to make.</p><p>“I thought I should really take this opportunity. Who knows if I’ll ever make it here again. This could be it,” the 44-year-old Williams said Sunday at a press conference.</p><p>“I was like, ‘What’s wrong with me, Serena? What are you thinking? Are you nuts? Like you really should do this,’” she added. “People live to be an athlete. I have this great opportunity to showcase what I do, what I do best, I suppose. Yeah, I think ultimately I was like that is pretty cool, so I should do it.”</p><p>Williams’ first match at the grass-court Grand Slam since 2022 will take place on Centre Court on Tuesday evening when she faces 20-year-old Maya Joint of Australia as part of her evolving tennis comeback.</p><p>Williams had been away from the sport since her farewell at the 2022 U.S. Open.</p><p>Her most-recent appearance at Wimbledon was in 2022 when she lost in the opening round to Harmony Tan, who was then-ranked 115th. The American great walked away from tennis — she described it as “evolving” away — after losing in the third round to Ajla Tomljanovic at Flushing Meadows.</p><p>After earlier accepting a wild card in doubles, Williams described the process of making her decision for singles.</p><p>“So I think it was on, I had until Monday to decide. I think it was like Sunday. I just wasn’t sure up until then,” she said. “Honestly, I’m still not even sure, but we’ll see.”</p><p>Williams is a seven-time Wimbledon singles champion but said Sunday that “in general my expectations are definitely different for the first time in my career.”</p><p>Defending champion Iga Swiatek opens play on Centre Court on Tuesday (1:30 p.m. local time), in keeping with tradition, against Taylor Townsend. That's to be followed by Taylor Fritz vs. home favorite Jack Draper — in what is one of the most intriguing men's first-round matchups.</p><p>And then Williams-Joint.</p><p>“Yeah, actually I know her. I’ve watched some of her videos,” said Williams, who paused for a moment before adding, “I’m sure she knows my game.”</p><p>Michigan-born Joint slipped from No. 53 to No. 87 in the WTA rankings updated on Sunday.</p><p>Serena gets nervous?</p><p>Even GOATs get butterflies, apparently.</p><p>“I expect to be nervous. I was also nervous every single match I ever played in my life,” Williams said. “I think that showed the passion and the love and the care, that I cared about my job, whether it was the first round or the second round or the finals. I’ve always had some nerves. But then I just dust ’em off, then I move on.”</p><p>Williams has a Wimbledon singles first-round record of 19-2 — the losses coming in her last two appearances: 2021 and 2022.</p><p>The most-recent of her seven singles titles at the All England Club was 2016. She reached the 2018 final — 10 months after giving birth — and lost to Angelique Kerber. A year later, she lost in the final to Simona Halep.</p><p>Williams officially returned to tennis earlier this month in a doubles match with 19-year-old Canadian Victoria Mboko at the Queen’s Club grass-court tournament. She then played doubles in Berlin with Karolina Muchova — losing in the first round.</p><p>What can we expect from Serena?</p><p>Newly crowned French Open champion Mirra Andreeva probably spoke for lots of top players when she mentioned on Saturday that she was relieved to see the draw didn't match her up with Williams in the first round.</p><p>“Respectfully,” Williams said, “it’s not surprising simply because I think anyone that’s done — it’s like the big four coming back, I mean, Novak (Djokovic) is still here, but no one would want to play them in their first round. I can’t think of anyone that would want to do that.”</p><p>She added: “No one knows how my game may or may not have evolved, what to expect, don’t know much. Those type of opponents are always very difficult to play.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L7LATYHJ2VZIZR65XVOJ32XGVQ.jpg?auth=43ab52171b3a3e743b02d5c9c771a416afdb2ea5dbf3f4576fee2f6e76fcfb2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States arrives to practice one day ahead of the start of the Wimbledon Tennis Championships in London, Sunday, June 28, 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/YGJ2SMWPS6CYYQMED6I2IZ7NDQ.jpg?auth=167e5fd3b2c5ec0a0f25b7a4f9be18f354e66d0802ae4e9c672d8a7ccfbcc7fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States arrives to practice one day ahead of the start of the Wimbledon Tennis Championships in London, Sunday, June 28, 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/VV6UMGIPICBUDQ3RAACOU2PGVI.jpg?auth=022c69c99f9d15c2745c37d1f6a173b468f5145c15d3aeaaf47e13c7a25a568a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Maya Joint, of Australia, serves to Amanda Anisimova, of the United States, during the second round of the U.S. Open tennis championships, Aug. 28, 2025, in New York. (AP Photo/Adam Hunger, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GBMHJXHTQ6QCY3CW7VLNYAK2AY.jpg?auth=d59440b14747283fd93e3029d00772194fc0b750e1e3ae8cdfe1c9e6f8344a66&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A general view of Centre Court as final preparations are made ahead of the Wimbledon tennis championships in London, Wednesday, June 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/Z2UZMDPNVJJZ6OAODMQ7XOJDZA.jpg?auth=043f9f53b007dd53a3f4009e311e923d84a6658f3d5a831003872ed60a810e36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States arrives to practice one day ahead of the start of the Wimbledon Tennis Championships in London, Sunday, June 28, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Ukrainian drones set another Russian oil refinery ablaze as Putin admits fuel shortages]]></title><link>https://www.local10.com/news/world/2026/06/28/ukrainian-drones-set-another-russian-oil-refinery-ablaze-as-putin-admits-fuel-shortages/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/ukrainian-drones-set-another-russian-oil-refinery-ablaze-as-putin-admits-fuel-shortages/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Ukraine kept up its heavy drone assault on Russia, setting fire to a major oil refinery in the south, as President Vladimir Putin acknowledged for the first time on Sunday that the country was facing a “certain deficit” of fuel and vowed to strengthen protection of oil facilities and boost fuel output.]]></description><pubDate>Mon, 29 Jun 2026 01:26:39 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Ukraine kept up its heavy drone assault on Russia, setting fire to a major oil refinery in the south, as President Vladimir Putin acknowledged for the first time on Sunday that the country was facing a “certain deficit” of fuel and vowed to strengthen protection of oil facilities and boost fuel output.</p><p>Ukraine has markedly stepped up its long-range attacks on Russian military industries and energy facilities in recent months, aiming to cut Moscow’s revenue for its invasion — now in its fifth year — and make Russians feel the consequences.</p><p>“Our ‘long-range sanctions’ reached two oil refineries in Russia,” Ukrainian President Volodymyr Zelenskyy wrote on the Telegram messaging app on Sunday. “Each (strike) means a reduction in the resources that fuel the Russian war machine, and another step toward peace.”</p><p>The campaign has choked Russian fuel supplies, causing widespread shortages and long lines at gas stations across the country and prompting authorities in many regions to introduce fuel rationing. According to Western analysts, it has also slowed Moscow’s efforts on the battlefield, heaping pressure on the Kremlin to come to the negotiating table.</p><p>Putin says Ukrainian attacks aim to split Russian society</p><p>Speaking to a Russian state TV reporter, Putin described the Ukrainian attacks on oil refineries as an attempt to “cause a split in Russian society and force Russia to halt, even if only briefly, the advance of our troops along the line of contact, and create conditions for launching a negotiation process on terms advantageous to our adversary."</p><p>“We will not give them that chance,” Putin said, adding that “strikes on our infrastructure, wherever they are directed, have absolutely no effect on the situation at the front, on the line of contact.”</p><p>He said for the first time that Ukraine has proposed a halt on deep strikes, arguing that Kyiv made the offer because Russian strikes deep into Ukrainian territory are more powerful and devastating.</p><p>The Russian leader added that Kyiv also offered to limit the fighting to the four regions that Russia annexed but never fully captured — Donetsk, Luhansk, Kherson and Zaporizhzhia. He rejected the proposal, arguing it would allow Ukraine to relocate its forces that are fighting Russian troops in other areas to let them focus on fending off the Russian attacks in the four southeastern regions.</p><p>Ukrainian drones set major Russian refinery on fire</p><p>Meanwhile, debris from downed Ukrainian drones sparked a blaze at the refinery in Slavyansk-na-Kubani, a town in Russia's Krasnodar region, east of occupied Crimea, according to regional Gov. Veniamin Kondratyev. The falling debris killed one person in Slavyansk and wounded another in a nearby village, local authorities said.</p><p>The facility is one of southern Russia’s major refineries, processing close to 4 million tons of crude per year, according to its operator’s website. It is also a key source of petroleum products intended for export through Russia’s Black Sea ports, including fuel oil, naphtha and marine fuel.</p><p>Zelenskyy also claimed that another Russian refinery, in the Yaroslavl region around 700 kilometers (435 miles) from the Ukrainian border, was hit during the nighttime strikes.</p><p>There were no immediate reports from Russian authorities about the strike on the Yaroslavl refinery. Local Gov. Mikhail Evraev reported on Sunday morning that some roads between Moscow and the region's capital, Yaroslavl, were temporarily closed due to “an enemy attack by Ukrainian drones.”</p><p>Fuel shortages in Russia as Putin says plans will be ‘adjusted’</p><p>For months, Ukraine has been stepping up attacks on energy facilities deep inside Russia. Despite a raft of Western sanctions, Moscow remains among the world's top exporters of oil and natural gas.</p><p>More recently, Ukraine has attempted to choke off fuel deliveries to Crimea, the Black Sea peninsula illegally annexed by Moscow in early 2014. Last weekend, Kremlin-installed officials in Crimea suspended gasoline sales to civilians, after Kyiv's targeting of supply routes triggered the worst energy crisis there since the annexation.</p><p>Speaking at a meeting with officials that focused on the fuel situation, Putin admitted that the country was “going through a difficult period,” but insisted that Moscow would “honor all its social obligations.”</p><p>Shortly after, he told state TV that the country's arms industries will quickly ramp up production of air defense systems to fend off Ukrainian attacks.</p><p>Putin also said that Russia will import more fuel and speed up repair works at oil facilities to end the “temporary deficit.”</p><p>“All damaged facilities are being restored quite quickly, and the issues that arise are not critical,” he said.</p><p>Putin specifically pledged to quickly deal with fuel shortages in Crimea, saying that fuel deliveries to the Black Sea peninsula by land and sea will rise and voicing confidence that “this task will be accomplished.”</p><p>As fuel shortages spread across Russia, the governor of the Irkutsk region in Siberia, thousands of kilometers (miles) from the Ukrainian border, Igor Kobzev announced that drivers will only be allowed to buy no more than 50 liters (13 gallons) of fuel per vehicle per day at state-run Rosneft gas stations in the province. Other gas stations may set lower limits.</p><p>Russia's Deputy Prime Minister Alexander Novak said that Moscow was actively reviewing fuel export agreements to avoid compromising domestic needs.</p><p>Drones, bombs and missiles target more regions</p><p>Also on Sunday, a Russian aerial bomb killed two people in Zaporizhzhia — a city in southern Ukraine — and injured 16 others, including two children, said regional administration head Ivan Fedorov.</p><p>In Russia's border region of Belgorod, Ukrainian drone strikes killed one person and injured another earlier on Sunday, according to acting local Gov. Alexander Shuvayev.</p><p>Russia’s Defense Ministry said its forces shot down 213 Ukrainian drones during the night, including over Russia, occupied Crimea and the Black and Azov seas.</p><p>Meanwhile, Russia attacked Ukraine with 142 long-range strike drones and eight missiles overnight, according to the Ukrainian air force. Of those, 125 drones and seven missiles were struck down, the air force said.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4HZTG6X37GHBBAPSUTJY2TX4MU.jpg?auth=c5dfd7d1400f73210f1b9b698569a54f62fa5cd5597f7b06d4cdb3f8bbec701e&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 the Ukrainian Emergency Service, a sapper examines a fragment of the Russian missile in a residential neighbourhood following an air attack in Kyiv, Ukraine, Sunday, June 28, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/QNPHHYS5NDUFWWATSLZOXTAPDY.jpg?auth=cc7043a0fe196f03cbe8fd071cc0ed7e9abda4816e55a5c32bcc6eefc016b530&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 the Ukrainian Emergency Service, sappers remove a fragment of the Russian missile in a residential neighbourhood following an air attack in Kyiv, Ukraine, Sunday, June 28, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/HJ24A4JOUXNUSZEKWDXUMXB2HU.jpg?auth=8dc7d8c8efad61fffb62e86566f4b0ba217e0d0f1f18afe068dcc384298321f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian President Vladimir Putin, center, chairs a meeting on domestic fuel supplies at the Kremlin in Moscow, Sunday, June 28, 2026. (Gavriil Grigorov/Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Gavriil Grigorov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GGA373LQAFZIM3JIUMGM4A5QEU.jpg?auth=7137aba2fe0fe7fdb66c4f296be2bd1c365082d4902a48f899fd5b3596329148&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian President Vladimir Putin chairs a meeting on domestic fuel supplies at the Kremlin in Moscow, Sunday, June 28, 2026. (Gavriil Grigorov/Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Gavriil Grigorov</media:credit></media:content></item><item><title><![CDATA[Ugandan army chief orders the closure of a major news platform]]></title><link>https://www.local10.com/news/2026/06/28/ugandan-army-chief-orders-the-closure-of-a-major-news-platform/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/28/ugandan-army-chief-orders-the-closure-of-a-major-news-platform/</guid><dc:creator><![CDATA[By RODNEY MUHUMUZA, Associated Press]]></dc:creator><description><![CDATA[KAMPALA, Uganda (AP) — The offices of a major news organization in Uganda were shut down on the orders of the military chief, who warned Sunday that all media “will follow the rules" while asserting his authority as the East African country's de facto ruler.]]></description><pubDate>Sun, 28 Jun 2026 10:05:25 +0000</pubDate><content:encoded><![CDATA[<p>KAMPALA, Uganda (AP) — The offices of a major news organization in Uganda were shut down on the orders of the military chief, who warned Sunday that all media “will follow the rules" while asserting his authority as the East African country's de facto ruler.</p><p>Gen. Muhoozi Kainerugaba, the eldest son of President Yoweri Museveni, has served as the top military commander since 2024. In recent days, after Museveni was sworn in for a seventh consecutive term, Kainerugaba has strengthened his grip with a series of directives and orders usually reserved for the head of state.</p><p>Soldiers were deployed outside the Kampala offices of the Daily Monitor newspaper early Sunday. The paper is part of the Nation Media Group of companies whose headquarters is in Nairobi, the Kenyan capital.</p><p>“I have the power in Uganda to shut down ANY media house I want to,” Kainerugaba wrote on X, his preferred channel of communication. "I have had this power since 2017. This power was given to me by my great father.”</p><p>He added: “From now on ALL media in Uganda will follow the rules!”</p><p>The army chief said that in addition to Daily Monitor, his closure directive also targeted local broadcaster NTV, part of Nation Media Group.</p><p>The National Association of Broadcasters said in a statement that at least six publishing and broadcasting outlets — all under Nation Media Group — were closed. “We are deeply concerned about this action and its impact on the media ecosystem,” the statement said.</p><p>Kainerugaba asserts that he will succeed his father in the presidency, an increasingly likely possibility as the 81-year-old leader now relies heavily on his son’s military authority.</p><p>Earlier this month, Kainerugaba retaliated against a prominent attorney who sought to hold him accountable for his alleged role in the violation of the rights of opposition leader Kizza Besigye. He was seized in Nairobi in 2024, and has since been imprisoned on treason charges he says are politically motivated. Besigye's attorney, Erias Lukwago, was taken from his house and later charged with an offense related to the concealment of treason.</p><p>Museveni, who has ruled Uganda since 1986, has not said when he will retire. He has no rivals within the ruling party, the reason many believe the military will have a say in choosing his successor.</p><p>Kainerugaba’s associates describe him as a dedicated military officer who often eschews ostentatious displays of wealth. They say he opposes official corruption and would punish it heavily as president.</p><p>He attended military schools in the U.S. and Britain before taking charge of a presidential guard unit that has since been expanded into an elite group of special forces. In addition to his military duties, he is the founder of a political activist group known as the Patriotic League of Uganda. Its members and well-wishers range from the parliamentary speaker to government ministers.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NR5OZ6B3DTKVFPLLSMXMVCL3OM.jpg?auth=6488beb3614c74bf88d0308fc7e5bb72f6a08bf34eb72794046353c1fb299d24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Lt. Gen. Muhoozi Kainerugaba, son of Uganda's President Yoweri Museveni, attends a "thanksgiving" ceremony in Entebbe, Uganda late Saturday, May 7, 2022. (AP Photo/Hajarah Nalwadda, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Hajarah Nalwadda</media:credit></media:content></item><item><title><![CDATA[Mueren 3 bomberos en Colorado durante incendios forestales avivados por el calor y el viento]]></title><link>https://www.local10.com/espanol/2026/06/28/mueren-3-bomberos-y-2-resultan-heridos-en-incendios-cerca-de-frontera-entre-colorado-y-utah/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/28/mueren-3-bomberos-y-2-resultan-heridos-en-incendios-cerca-de-frontera-entre-colorado-y-utah/</guid><dc:creator><![CDATA[Por TY ONEIL, MICHAEL R. SISAK y JULIE CARR SMYTH, Associated Press]]></dc:creator><description><![CDATA[BEAVER, Utah, EE.UU. (AP) — El calor abrasador y los fuertes vientos del domingo avivaron los incendios forestales en todo el oeste de Estados Unidos luego que tres bomberos murieran un día antes en Colorado cuando combatían un incendio a lo largo de la frontera del estado con Utah.]]></description><pubDate>Mon, 29 Jun 2026 01:14:01 +0000</pubDate><content:encoded><![CDATA[<p>BEAVER, Utah, EE.UU. (AP) — El calor abrasador y los fuertes vientos del domingo avivaron los incendios forestales en todo el oeste de Estados Unidos luego que tres bomberos murieran un día antes en Colorado cuando combatían un incendio a lo largo de la frontera del estado con Utah.</p><p>El Servicio Meteorológico Nacional indicó que las condiciones para incendios forestales “siguen siendo críticas” en todo el suroeste del país, con alto riesgo en la región de Four Corners, donde se unen Arizona, Colorado, Nuevo México y Utah. La agencia advirtió sobre un “comportamiento extremo del fuego” a lo largo de la frontera entre Utah y Colorado, donde “es probable un rápido crecimiento del incendio”.</p><p>Tres bomberos murieron y dos sufrieron quemaduras al ser alcanzados por las llamas de incendios forestales de rápido avance. Los bomberos desplegaron refugios de emergencia para sí mismos durante el llamado “burnover” —que ocurre cuando un incendio se propaga y cierra todas las rutas de escape— el sábado en el condado Mesa, Colorado, informó el Departamento del Interior de Estados Unidos.</p><p>Trabajaban para el Servicio contra Incendios Forestales de Estados Unidos y el Servicio Forestal de Estados Unidos y formaban parte de una respuesta interinstitucional a los incendios Knowles y Gore, que se fusionaron con otros para formar el incendio Snyder. Hasta ahora, se han quemado unos 114 kilómetros cuadrados (44 millas cuadradas).</p><p>La agencia —creada a principios de este año para agilizar la extinción de incendios y la reducción del riesgo de fuego en tierras públicas— indicó en un comunicado que “se mantiene unida” con el Servicio Forestal en el duelo y “en nuestro apoyo inquebrantable a los seres queridos que dejan”.</p><p>Los nombres de los bomberos se mantenían en reserva a la espera de notificar primero a sus seres queridos, informó el Departamento del Interior.</p><p>Las temperaturas en Grand Junction —al este del incendio— alcanzaron un máximo de 34 grados Celsius (93 grados Fahrenheit) el sábado, con vientos con ráfagas de 71 km/h (44 mph), según el Servicio Meteorológico Nacional.</p><p>La policía del condado Mesa instó a la población evacuar la posible trayectoria del incendio y abrir el agua de riego para saturar la tierra. La Oficina de Administración de Tierras cerró el acceso público a las áreas que administra en las cercanías el sábado.</p><p>El domingo, los fuertes vientos empujaron oleadas de humo espeso y gris del incendio que ardía a través de una desolada extensión de matorrales y mesetas rojas.</p><p>Condiciones calurosas, secas y ventosas</p><p>Días consecutivos de clima caluroso, seco y ventoso avivaron incendios en Colorado, Utah, Arizona y otros lugares. Surgían nuevos incendios en toda la región.</p><p>El incendio más grande, el de Cottonwood, ardía fuera de control en un terreno escabroso en el suroeste de Utah. El domingo se expandió hasta superar los 378 kilómetros cuadrados (146 millas cuadradas) tras avanzar por cañones y laderas, destruyendo a su paso parte de una estación de esquí. La causa está bajo investigación.</p><p>Los bomberos trabajaban en múltiples frentes para frenar el incendio, incluido el uso de topadoras para despejar matorrales y árboles y privar al fuego del combustible que necesita para arder.</p><p>De momento no se han dado estimaciones de daños. El gobernador, Spencer Cox, en una publicación en redes sociales agradeció a las cuadrillas por lo que describió como “varias detenciones y rescates milagrosos”.</p><p>El peligro es aún mayor este año porque la cobertura de nieve está en mínimos récord en Utah tras su invierno más cálido del que se tenga registro. Gran parte del oeste del país enfrenta condiciones similares, según el Centro Nacional Interinstitucional de Incendios. Unos 12 incendios ardían en Utah. Ninguno estaba contenido hasta última hora de la tarde del domingo.</p><p>Incendios en EEUU han consumido miles de millas cuadradas este año</p><p>A nivel nacional, casi 12.142 kilómetros cuadrados (4.688 millas cuadradas) se han quemado desde el inicio del año. Eso supera el promedio de 10 años.</p><p>Según datos del Servicio Forestal, el domingo ardían en el suroeste desértico alrededor de una docena de incendios forestales totalmente o en gran medida no contenidos, incluidos en Nevada y Arizona. Su superficie totalizaba casi 1.214 kilómetros cuadrados (469 millas cuadradas).</p><p>Declaran emergencias en Utah y Colorado</p><p>Citando las condiciones de incendio, Cox declaró una emergencia la semana pasada y prohibió el uso de fuegos artificiales antes del feriado del 4 de julio. Autoridades estatales indicaron que Utah ha registrado un aumento en nuevos incendios forestales, y que cada fuego ha mostrado un comportamiento sin precedentes y ha puesto al límite las capacidades para combatir incendios forestales.</p><p>El gobernador de Colorado, Jared Polis, también declaró una emergencia el sábado y autorizó el uso de la Guardia Nacional para combatir los incendios.</p><p>Las autoridades informaron que al sur del Parque Nacional del Gran Cañón las llamas de un nuevo incendio forestal se alejaban el sábado de Grand Canyon Village. Pero a unos 80 kilómetros (50 millas) de distancia, otro incendio llevó a las autoridades del condado Coconino a emitir órdenes de evacuación para los residentes cerca de Kendrick Mountain.</p><p>Partes del norte de Arizona se quedaron sin electricidad el sábado luego que la empresa de servicios públicos que atiende la zona realizara un corte preventivo con la esperanza de reducir el riesgo de incendios forestales. El domingo, las autoridades informaron que se había restablecido el suministro eléctrico en gran parte del Parque Nacional del Gran Cañón.</p><p>Los cortes de energía se han vuelto más comunes en el oeste de Estados Unidos a medida que el riesgo de incendios forestales se ha ampliado. Por lo general, es un último recurso después que los meteorólogos de las empresas eléctricas sopesan factores como la velocidad del viento sostenido y de las ráfagas, los combustibles disponibles y la topografía.</p><p>___</p><p>Smyth reportó desde Columbus, Ohio. Sisak desde Nueva York. El periodista de The Associated Press Michael R. Blood contribuyó a este despacho desde Los Ángeles.</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/P7NJF3IU6WWLZTIH4M6JAHIYQ4.jpg?auth=b48797dca378b5ea37b7426e900b9c111e7a62771f63d14911302582ba2e9814&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El incendio Snyder arde cerca de Thompson Springs, Utah, el domingo 28 de junio de 2026. (Foto AP/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[Iraqi officials, including lawmakers, arrested on corruption charges in overnight raid]]></title><link>https://www.local10.com/news/world/2026/06/28/iraqi-officials-including-lawmakers-arrested-on-corruption-charges-in-overnight-raid/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/iraqi-officials-including-lawmakers-arrested-on-corruption-charges-in-overnight-raid/</guid><dc:creator><![CDATA[By QASSIM ABDUL-ZAHRA, Associated Press]]></dc:creator><description><![CDATA[BAGHDAD (AP) — Dozens of Iraqi political officials have been arrested on corruption charges, Iraq’s state-run Iraqi News Agency reported Sunday.]]></description><pubDate>Sun, 28 Jun 2026 20:06:26 +0000</pubDate><content:encoded><![CDATA[<p>BAGHDAD (AP) — Dozens of Iraqi political officials have been arrested on corruption charges, Iraq’s state-run Iraqi News Agency reported Sunday.</p><p>It said the arrests were based on a statement made by former Deputy Minister of Oil Adnan al-Jumaili, who was arrested last month, and “included members of Parliament whose immunity had been lifted.”</p><p>Iraqi security forces sealed off all entrances to the capital’s heavily fortified Green Zone early Sunday and carried out raids inside the compound that houses key government institutions and foreign embassies.</p><p>The state news agency later reported that 47 people had been arrested in the corruption probe, but it was not clear if all of them were detained Sunday or if some of them had been arrested earlier.</p><p>It released the names of 15 arrestees, including 12 current lawmakers, one former legislator, a former adviser to former Prime Minister Mohammed Shia al-Sudani, and another high-ranking oil ministry official. Some of the arrested lawmakers came from al-Sudani's Shiite political bloc and others from the Azm Alliance, an influential Sunni party.</p><p>The specific accusations against them were not immediately clear.</p><p>Al-Sudani’s bloc won the largest share of seats in November’s parliamentary elections, but he ultimately stepped aside amid a deadlock in the Coordination Framework — a coalition of Shiite parties allied with Iran that brought him to power — over their preferred candidate for premier.</p><p>Al-Sudani was replaced by Ali al-Zaidi, a businessman and political newcomer, who emerged as a consensus candidate and received the blessing of the United States.</p><p>The arrests are likely to have ripple effects across Iraq’s fractured political landscape, where accusations of corruption frequently intersect with rivalries over power and influence.</p><p>Diaa Jaafar, the investigative judge of Iraq’s central anti-corruption court, said in a statement that the investigation into al-Jumaili began in October “following the court’s receipt of a number of reports alleging that several candidates had spent exorbitant sums of money to support their election campaigns, exploiting state resources and with the support of influential figures in the previous government.”</p><p>He said the investigation uncovered the involvement of a group of legislators in “exploiting state resources for electioneering and benefiting from government contracts, directly or indirectly, to obtain commissions and personal advantages for themselves and others.”</p><p>Jaafar said Parliament Speaker Haibet Al-Halbousi lifted the immunity of the members of parliament implemented in the case and the arrest warrants against them were then executed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J2KKAYY7EG2XFOFYJEUBJECRGA.jpg?auth=518b1f8c84a41af5a5acb8fca1fdf0247345379e570f92d5bae8aef4a74020ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This is a locator map for Iraq with its capital, Baghdad. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Pakistan's military says 3 soldiers were killed in militant attack in Karachi and vows retaliation]]></title><link>https://www.local10.com/news/world/2026/06/28/pakistans-military-says-3-soldiers-were-killed-in-militant-attack-in-karachi-and-vows-retaliation/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/pakistans-military-says-3-soldiers-were-killed-in-militant-attack-in-karachi-and-vows-retaliation/</guid><dc:creator><![CDATA[By MUHAMMAD FAROOQ, Associated Press]]></dc:creator><description><![CDATA[KARACHI, Pakistan (AP) — Pakistan’s military said Sunday that three members of its paramilitary Rangers force were killed and four others wounded in fighting after militants launched an attack the previous night on a regional headquarters in the southern port city of Karachi.]]></description><pubDate>Sun, 28 Jun 2026 06:31:20 +0000</pubDate><content:encoded><![CDATA[<p>KARACHI, Pakistan (AP) — Pakistan’s military said Sunday that three members of its paramilitary Rangers force were killed and four others wounded in fighting after militants launched an attack the previous night on a regional headquarters in the southern port city of Karachi.</p><p>A militant rammed an explosives-laden vehicle into the provincial headquarters of the paramilitary Pakistan Rangers in Karachi on Saturday night, triggering an intense exchange of gunfire with security forces, according to police and witnesses.</p><p>In a statement, the military said security forces had killed three attackers and captured a fourth, who was wounded. It identified the captured suspect as an Afghan national.</p><p>The military said operations were continuing in the area and warned that Pakistan would retaliate against those responsible for the assault. Pakistan has carried out airstrikes inside Afghanistan in recent years, saying they targeted militants responsible for attacks inside Pakistan. Kabul has repeatedly denied allowing militant groups to use Afghan territory to launch cross-border attacks.</p><p>The militant group Jamaat-ul-Ahrar, a breakaway faction of the Pakistani Taliban, claimed the attack shortly after it occurred.</p><p>The military described the group as an Indian proxy, but provided no evidence to support the allegation. There was no immediate comment from India, and New Delhi has denied similar allegations in recent years.</p><p>President Asif Ali Zardari paid tribute to the three Rangers personnel “martyred” in the assault, expressed condolences to their families and wished the wounded a speedy recovery in a statement issued by his office. He also praised the sacrifices of Pakistan’s security forces in the fight against militancy and reaffirmed the nation’s resolve to eliminate terrorism.</p><p>Prime Minister Shehbaz Sharif also condemned the attack and praised security forces for repelling the assault.</p><p>Pakistan has witnessed a surge in militant attacks targeting police and security forces in recent years.</p><p>The military said operations were still underway to eliminate any remaining accomplices of the attackers.</p><p>____</p><p>Associated Press writer in Islamabad Munir Ahmed contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PYEIIWDCFYZBQZZXYI3CHDTA5I.jpg?auth=dbf34060fa8b5ec9645f577d2e42b2bd3cdbecbee0716bca5f7cbd1a306ba85d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paramilitary soldiers and police officers stand guard on a road cordoned off near the site of a militant attack at the provincial headquarters of the paramilitary Pakistan Rangers in Karachi, Pakistan, Sunday, June 28, 2026. (AP Photo/Ali Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Ali Raza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GOTKNBWRINM54CSUQSPFP6LIWE.jpg?auth=6b6530be747f9370d96360c178270cb8a545f73643046bc91e10d7a385fda109&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paramilitary soldiers stand guard on a road cordoned off near the site of a militant attack at the provincial headquarters of the paramilitary Pakistan Rangers in Karachi, Pakistan, Sunday, June 28, 2026. (AP Photo/Ali Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Ali Raza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KFGLL5AG2UFGR4RCGIQS3XTHAU.jpg?auth=25b2286cb97c976bb564fa27ef23ec6214f4c687de1303f6347b67188869d056&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paramilitary soldiers examine a damaged area after a militant attack at the provincial headquarters of the paramilitary Pakistan Rangers in Karachi, Pakistan, Sunday, June 28, 2026. (AP Photo/Ali Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Ali Raza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4UW2HLPWOX7CSU433HIXDFWBZ4.jpg?auth=0f64bab663b0e3eb0893d87cd441aa3cb5c6faedf8295a0aa7ba0c7a32a1bde0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers remove a body in Karachi, Pakistan, Sunday, June 28, 2026. (AP Photo/Ali Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Ali Raza</media:credit></media:content></item><item><title><![CDATA[George Russell beats Verstappen and the heat to win Austrian Grand Prix and boost F1 title chances]]></title><link>https://www.local10.com/sports/2026/06/28/george-russell-beats-verstappen-and-the-heat-to-win-austrian-grand-prix-and-boost-f1-title-chances/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/george-russell-beats-verstappen-and-the-heat-to-win-austrian-grand-prix-and-boost-f1-title-chances/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SPIELBERG, Austria (AP) — George Russell showed he can stand the heat in more ways than one as he won the Austrian Grand Prix to revive his Formula 1 title chances.]]></description><pubDate>Sun, 28 Jun 2026 17:37:59 +0000</pubDate><content:encoded><![CDATA[<p>SPIELBERG, Austria (AP) — George Russell showed he can stand the heat in more ways than one as he won the Austrian Grand Prix to revive his Formula 1 title chances.</p><p>Racing in a heatwave with a broken drinks system, Russell held off Max Verstappen and his own teammate Kimi Antonelli to turn his controversial pole position into a dominant win.</p><p>It's the first win for Russell, excluding sprint races, since the season-opening Australian Grand Prix. Russell said it was “incredible" to win again after struggling to compete with Antonelli when his teammate racked up five straight victories earlier in the season.</p><p>“It’s been a tough couple of months with some really tricky races, with races that felt like everything was going against me, then some races with some tough performances,” he said.</p><p>Verstappen took the fight to Mercedes with his upgraded Red Bull car at the team's home race, but couldn't get close enough for a shot at Russell and finished on the defensive against Antonelli. The top three were separated by just two seconds at the finish.</p><p>Lewis Hamilton and Ferrari failed to build on his breakthrough win at the Barcelona-Catalunya Grand Prix last time out, fading badly in the race despite qualifying well, with the seven-time champion fifth and teammate Charles Leclerc eighth.</p><p>Russell takes back second in the standings from Hamilton with his seventh career win and cuts Antonelli’s lead to 40 points.</p><p>“I have a lot of confidence in myself, knowing I can do it. I have less confidence in being able to get everything aligned with the car, the set-up and the tires, because it’s just been so up and down for me,” Russell said.</p><p>Antonelli was left to rue mistakes he said cost him valuable seconds early in the race.</p><p>“It was a shame that I joined the party a bit too late,” the 19-year-old driver said.</p><p>Russell's smart win</p><p>Russell took pole Saturday with a lap time set as a yellow flag was displayed for a crash by Verstappen. Russell argued he’d lifted off enough to be safe and the stewards agreed.</p><p>Sunday’s win showed off Russell’s smart approach to racing in a different way as he managed his pace and stayed out of trouble, even as those behind him lost time battling each other for position.</p><p>Leclerc had started second, with Hamilton third, but they gradually dropped back through the field on a track where they lacked power compared to Mercedes and also had difficulties with tire wear.</p><p>Hamilton didn’t give up without a fight, bringing back memories of his fierce battles with Verstappen in 2021. Hamilton and the Dutch driver fought side by side in the early part of the race and Verstappen complained Hamilton had forced him wide into a gravel trap.</p><p>Fourth place for Oscar Piastri was a positive sign for McLaren, with defending champion Lando Norris seventh, but it came with a warning from team principal Andrea Stella.</p><p>It was an example of “excellent strategy” but “we are not in a position to fight for victories and podiums on pure pace at the moment,” Stella said.</p><p>Cadillac feels the heat</p><p>The heatwave sweeping Europe made this the first race of the year to be run under F1’s “heat hazard” rules, with drivers required to use cooling vests or carry an equivalent weight in ballast. They lined up for the pre-race Austrian anthem in cooling gear and carrying umbrellas.</p><p>Overheating brakes were a hot topic, with Antonelli among those struggling to stop the car. Both Cadillac drivers retired early, with the team’s crew rushing to put out a small fire on Valtteri Bottas’ car before Sergio Perez reported smoke.</p><p>F1's newest team is launching an investigation into the issues.</p><p>“We have made progress in terms of pace and the gap from the rear of the field is growing, but we need to ensure we have the reliability to demonstrate it,” team principal Graeme Lowdon said.</p><p>___</p><p>AP auto racing: https://apnews.com/hub/auto-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BRZK5F47G2CMW4MY75T3VUE75U.jpg?auth=240f8b1d0ca85b7c01caaf0045435789662c2e05cb465de734a7388160cb9107&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Race winner Mercedes driver George Russell of Britain refreshes himself after the Austrian F1 Grand Prix, in Spielberg, Austria, Sunday, June 28, 2026. (AP Photo/Denes Erdos)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F5KZY4AMH6NMJPFDJZOIZ5CQFA.jpg?auth=7f417c1f7a95732fe0c65bbd62b3c37d87fad9d7875e03615544c65bbfc9b61c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver George Russell of Britain celebrates after winning the Austrian F1 Grand Prix, in Spielberg, Austria, Sunday, June 28, 2026. (AP Photo/Denes Erdos)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZEHSRW7K5IIJBQTAN6DVM4ASQY.jpg?auth=4a58bb38cfda0b8d4c4a5db147008787e2cbd865b42d8c24441912b4061f8f12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver George Russell of Britain crosses the finish line to win the Austrian F1 Grand Prix, in Spielberg, Austria, Sunday, June 28, 2026. (AP Photo/Denes Erdos,Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FKBTMA4BDZMETYLDA4OS7AY6AU.jpg?auth=2987ef43b9da39a9be6a57157f84095c659e78715a0db167ca35708578c497b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver George Russell of Britain steers his car during the Austrian F1 Grand Prix, in Spielberg, Austria, Sunday, June 28, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QP3DRXLE6BVD5SCEI4EK7PNOPI.jpg?auth=c3117bbe91b9a959406ca3896b9eb3edb25b4784684a218ae66e9c0ca078169b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Race winner Mercedes driver George Russell of Britain, center, stands on the podium with second placed Red Bull driver Max Verstappen of the Netherlands, left, and third placed Mercedes driver Andrea Kimi Antonelli of Italy after the Austrian F1 Grand Prix, in Spielberg, Austria, Sunday, June 28, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content></item><item><title><![CDATA[Inside country legend Alan Jackson's triumphant finale concert]]></title><link>https://www.local10.com/entertainment/2026/06/28/inside-country-legend-alan-jacksons-triumphant-finale-concert/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/28/inside-country-legend-alan-jacksons-triumphant-finale-concert/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NASHVILLE, Tenn. (AP) — The time has come for country music superstar Alan Jackson to hang up his signature Stetson hat.]]></description><pubDate>Sun, 28 Jun 2026 05:49:43 +0000</pubDate><content:encoded><![CDATA[<p>NASHVILLE, Tenn. (AP) — The time has come for country music superstar Alan Jackson to hang up his signature Stetson hat.</p><p>The genre traditionalist from Newnan, Georgia, whose career kicked off in the 1980s and exploded shortly thereafter in the oft-cited '90s country wave with heartfelt songs for the working man who'd rather be drinking, or fishing, or ideally both, has sold over 60 million records across his storied career. And on Saturday night at Nissan Stadium in Nashville, he brought his touring career to an end.</p><p>The event titled “Last Call: One More for the Road — The Finale" was a triumphant swan song for the performer, a celebration of his life and career with some help from the artists he directly inspired.</p><p>Nashville's all-stars came out in droves</p><p>It was a concert in two movements.</p><p>The first two hours were made up of a marathon run of Jackson covers from some of the biggest names in contemporary country. And each performer had a personal story to share. Carrie Underwood sang “Everything I Love” after revealing that Jackson was her first ever concert, in 1994 at the Tulsa State Fair. Thomas Rhett warmed up the crowd with “Small Town Southern Man,” an appropriate choice for a singer currently living the song's lyrics — he's a father to four girls.</p><p>The Texas-born and bred Miranda Lambert performed “Dallas.” Lainey Wilson got the crowd moving with “Tall, Tall Trees.”</p><p>“It's almost impossible to pick a favorite Alan Jackson song ... but I had to try,” said Luke Combs before launching into “Hard Hat and a Hammer.”</p><p>Each performer played with Jackson's backing band, save for Eric Church, who opted to cover “Someday” with just his voice and an acoustic guitar.</p><p>It was an All-Star night for one of country music's most colossal voices. Other guest performers included Luke Bryan, Riley Green, Cody Johnson, Little Big Town, Jake Owen, Jon Pardi, Lee Ann Womack and a slew of super talented members of Jackson's own family: Adam Wright, Big City Brian Wright and Carlisle Wright.</p><p>Five years ago, the 67-year-old music giant Jackson shared that he has a degenerative nerve condition that affects his balance called Charcot-Marie-Tooth disease, which he was first diagnosed with a decade prior. He said it was a genetic condition, and its effects on his ability to walk and perform had become more noticeable. One dollar of every ticket sold on Saturday night the CMT Research Foundation, an organization that funds research to find a cure for Charcot-Marie-Tooth.</p><p>When it was time for Jackson to hit the stage after 9:35 p.m. — after a storm delay of about an hour — he was met with ear-piercing cheers. The singer appeared stiff as he walked to his microphone, but once he picked up his guitar for the opener “Gone Country,” he was immediately back in action with that smoky baritone and timeless songs, though strumming was kept to a minimum.</p><p>“It's overwhelming,” he addressed the crowd before assuring them he would not spend too much time on “that last show stuff … I'm not dead!”</p><p>A night to remember</p><p>The Country Music Hall of Famer ran through his best-known hits with real ferocity: “I Don’t Even Know Your Name” arrived quickly, as did “Livin' on Love,” “Summertime Blues" and the moody “Midnight in Montgomery,” as the music videos for each played on a giant screen behind them.</p><p>He made it a point to walk from side to side of the stage, greeting each section while championing his band and the power of “real country music.”</p><p>“If anyone has lived the American dream,” he said later, while seated on a stool, “It's me.”</p><p>Anecdotes flowed from there. He talked about writing “I'd Love You All Over Again” for his wife on their 10th wedding anniversary and how the radio from “Chasin' that Neon Rainbow” is currently in the Country Music Hall of Fame museum. And he mentioned that “Drive (For Daddy Gene” was written after his father died.</p><p>An hour into his set, Jackson teased the audience by saying he needed some help for the next song. Out emerged George Strait for their collaborations “Designated Drink” and “Murder on Music Row.”</p><p>Then came an incredible run of hits: “Little Bitty,” “Country Boy,” “Good Time” and “Where Were You (When the World Stopped Turning)” among them, the latter written and recorded following the Sept. 11 terror attacks.</p><p>Blockbuster singles followed: “Don't Rock the Jukebox,” “Remember When,” and “It’s Five O’Clock Somewhere,” the latter recording famously featuring the late “Margaritaville” singer Jimmy Buffett.</p><p>Fireworks were launched into the sky for “Chattahoochee.”</p><p>Alan Jackson's story continues</p><p>Just because this is the end of Jackson's touring career doesn't mean it is the end of his music career. On Thursday, two days before the final concert blowout, Jackson released a country cover of Orleans' “Still the One,” to celebrate his 50-year relationship with wife and high school sweetheart Denise Jackson. She was a cheerleader practicing a dance routine to the soft rock classic; he was instantly smitten.</p><p>For those who missed Jackson's final bow, the show will be released later in the year as an NBC concert special. But for those who were in the stadium — in the middle of a huge storm — it was an unrepeatable and unmistakable night.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S7NF4WSUYPRYG3UZ5HVB4UNFJU.jpg?auth=8b3ccdefa5c88ad4690c31d00631112f2892718d2ffcca199dea0e9a0a76b543&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alan Jackson performs during his final farewell concert called, "Last Call: One More for the Road - The Finale," at Nissan Stadium, Saturday, June 27, 2026, in Nashville, Tenn. (AP Photo/John Amis)]]></media:description><media:credit role="author" scheme="urn:ebu">John Amis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DUWVKB4X6RWMHWN7OKFOCM3O4M.jpg?auth=9d0243931dc339b802884fef018d3a0d12cff6b6e640a9f02bbdcb49bbafedfa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alan Jackson performs during his final farewell concert called, "Last Call: One More for the Road - The Finale," at Nissan Stadium, Saturday, June 27, 2026, in Nashville, Tenn. (AP Photo/John Amis)]]></media:description><media:credit role="author" scheme="urn:ebu">John Amis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LXXPTQQNML3NSD453XUUFTZOLM.jpg?auth=74f21aa4fe497fbd8309946231dc0b5c55b17a133bef2aca00e8ed2007a5ad4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carrie Underwood arrives on the red carpet for Alan Jackson's final farewell concert called, "Last Call: One More for the Road - The Finale," at Nissan Stadium, Saturday, June 27, 2026, in Nashville, Tenn. (AP Photo/John Amis)]]></media:description><media:credit role="author" scheme="urn:ebu">John Amis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TPVIIYGYQ5JANLDPPL2BFO4ZAM.jpg?auth=f5e1b209a380a039cf4eca6227eaa0d6e24c6d18650fb8d19b8d2a2e5a41792a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Riley Green arrives on the carpet for Alan Jackson's final farewell concert called, "Last Call: One More for the Road - The Finale," at Nissan Stadium, Saturday, June 27, 2026, in Nashville, Tenn. (AP Photo/John Amis)]]></media:description><media:credit role="author" scheme="urn:ebu">John Amis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z6X6DQO4F3WEFA256R5H3SDQ64.jpg?auth=fbf66393806248f758570bce546666fe7209b83fd7b7b32dee6087bb887202d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Luke Combs arrives on the red carpet for Alan Jackson's final farewell concert called, "Last Call: One More for the Road - The Finale," at Nissan Stadium, Saturday, June 27, 2026, in Nashville, Tenn. (AP Photo/John Amis)]]></media:description><media:credit role="author" scheme="urn:ebu">John Amis</media:credit></media:content></item><item><title><![CDATA[Iran attacks Bahrain and Kuwait following US strikes and threatens to halt talks]]></title><link>https://www.local10.com/news/2026/06/28/iran-attacks-bahrain-and-kuwait-following-us-strikes-and-threatens-to-halt-talks/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/28/iran-attacks-bahrain-and-kuwait-following-us-strikes-and-threatens-to-halt-talks/</guid><dc:creator><![CDATA[By JON GAMBRELL and MELANIE LIDMAN, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — Iran again launched drone and missile attacks targeting Bahrain and Kuwait on Sunday following new U.S. airstrikes against the Islamic Republic, and threatened a “complete halt” in negotiations to end the war if Washington continues its attacks.]]></description><pubDate>Sun, 28 Jun 2026 21:32:03 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — Iran again launched drone and missile attacks targeting Bahrain and Kuwait on Sunday following new U.S. airstrikes against the Islamic Republic, and threatened a “complete halt” in negotiations to end the war if Washington continues its attacks.</p><p>Efforts to reopen the Strait of Hormuz without Iran's oversight has sparked days of crossfire. A multinational maritime body overseen by the U.S. Navy said Saturday it would expand a route near Oman for inbound and outbound traffic.</p><p>Iranian Foreign Minister Abbas Araghchi on Sunday reiterated the claim that Tehran must govern the strait to the Persian Gulf that once carried a fifth of the world’s oil and natural gas.</p><p>“Any attempt to establish new or separate arrangements from those currently being carried out by the Islamic Republic of Iran will only lead to further complications, delay the reopening of the Strait of Hormuz and increase the level of tension,” Araghchi said.</p><p>The strait has long been considered an international waterway despite its location in Iran and Oman's territorial waters. In recent days, Iran has twice attacked vessels going through a route near the Omani side.</p><p>Pakistan, a key mediator, has said talks would resume Tuesday between the U.S. and Iran on the terms of their interim deal. The Trump administration on Sunday said nothing has been canceled and technical talks are on track for the coming days.</p><p>Talks include arrangements around the strait, the removal of a U.S. blockade on Iranian ports and sanctions on Iran, and the future of Iran’s stockpile of highly enriched uranium. The two sides have 60 days from their signing of the memorandum of understanding earlier this month to work out details.</p><p>Continued conflict in Lebanon threatens the agreement, which says fighting must end on all fronts before certain issues can be discussed.</p><p>Strikes target Gulf states hosting US military</p><p>Iran’s paramilitary Revolutionary Guard claimed responsibility for the attacks in Bahrain and Kuwait.</p><p>Kuwait, which hosts a major U.S. military base, said air defenses intercepted Iranian drones and two missiles just after the U.S. strikes in Iran. There were no reports of injuries or damage.</p><p>Bahrain said the Iranian strikes damaged a residential building near the international airport and no one was killed. Bahrain is home to the U.S. Navy’s 5th Fleet. The damaged building was not near its headquarters.</p><p>Bahrain’s Foreign Ministry denounced what it called “a dangerous escalation that reveals that what Tehran is doing is not a passing act, nor an isolated incident, but rather a deliberate approach and a systematic pattern of repeated aggression."</p><p>Later on Sunday, Qatar said a civilian had been killed, and another person was hurt, by shrapnel related to “military operations in the area" after a vessel didn't return at its scheduled time on Saturday. It did not give details.</p><p>Trump accuses Iran of violating ceasefire</p><p>The U.S. military said it struck Iranian military “surveillance infrastructure, communication systems, air defense sites, drone storage facilities and minelayer capabilities” following an attack on a ship on Saturday. The Panamanian-flagged tanker Kiku carried crude oil for the state-run energy company of Qatar, another key mediator.</p><p>U.S. President Donald Trump on social media accused Iran of violating the deal and warned of a point where the U.S. may "be forced to militarily complete the job.”</p><p>“If that happens, the Islamic Republic of Iran will no longer exist!” Trump wrote.</p><p>The exchanges of fire began when an Iranian drone struck a merchant vessel off Oman on Thursday and the U.S. military retaliated.</p><p>Ship traffic on the strait had increased over the past 72 hours, “despite the elevated threat environment,” the multinational maritime body overseen by the U.S. Navy said Sunday, adding that “U.S.-assisted commercial transits continued uninterrupted."</p><p>It said 89 such transits had been made, below the historical average of 138 vessels a day.</p><p>Iran calls for new ‘conflict control unit’ in Lebanon</p><p>Last week, Israel and Lebanon signed a framework agreement to end the latest fighting between Israel and the Iranian-backed Hezbollah militant group, which began two days after the Iran war started when Hezbollah fired at Israel. Israel has responded with an invasion of southern Lebanon and it has said it will not withdraw until Hezbollah is disarmed.</p><p>The agreement did not include Iran or Hezbollah, which has criticized it and rejected calls to disarm.</p><p>On Sunday, Iran's foreign minister again said the U.S. must force Israel to halt attacks and withdraw. Israel occupies around 600 square kilometers (231 square miles) in southern Lebanon, which it says it needs as a security buffer.</p><p>Sporadic clashes have continued, and Hezbollah's leader said Saturday that the group would continue fighting until Israel withdraws from Lebanon.</p><p>Key Iranian negotiator and parliament Speaker Mohammad Bagher Qalibaf said Sunday that a meeting of a new “conflict control unit” formed among Iran, the United States and Lebanon should meet as soon as possible, Iran's state broadcaster reported.</p><p>Two strikes hit southern Lebanon on Sunday morning — one in Taybeh town and the other in the Nabatiyeh area, according to Lebanon’s National News Agency. There was no immediate word on casualties.</p><p>Overnight, Hezbollah militants killed an Israeli soldier in Deir Siryan village in southern Lebanon, according to Israel's military. Hezbollah did not comment.</p><p>Israel targets a village in Syria</p><p>Israel's military targeted Abdin village in southern Syria’s Daraa province with artillery shelling Sunday evening, Syrian state media reported. There was no immediate report of casualties.</p><p>The provincial government of Daraa said in a statement that residents of the village had thrown rocks at an Israeli convoy when it advanced on the village, and that the troops withdrew after U.N. peacekeepers intervened. It said the Israeli artillery shelling drove Abdin's residents to flee the village.</p><p>Earlier on Sunday, Israel's military said it had killed several armed men in southern Syria but gave no details. There was no statement from Syrian officials.</p><p>Israel seized control of a U.N.-patrolled buffer zone in southern Syria in December 2024 following the ouster of former Syrian President Bashar Assad in an insurgent offensive. Israeli officials initially called the move temporary, but more recently they have said they plan to occupy the zone indefinitely.</p><p>___</p><p>Lidman reported from Tel Aviv, Israel. Associated Press writers Sally Abou AlJoud and Abby Sewell in Beirut and Josh Boak in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NID5CMH5N72PWBWITBVLHLPSUU.jpg?auth=e57652f88e41ea9673708970c89045377fb91cf4548a7fee593048682e8cf489&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iranian Foreign Minister Abbas Araghchi listens to his Iraqi counterpart Fouad Hussein during a news conference after a meeting at the foreign ministry in Baghdad, Iraq, Sunday, June 28, 2026. (AP Photo/Hadi Mizban)]]></media:description><media:credit role="author" scheme="urn:ebu">Hadi Mizban</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FK5L42RTXI7QMXV67RPGSZDCUU.jpg?auth=fc8b8463d7328599fa85e1cb938c3f29c6a5f6e1b15024016d7987ed4a76dbfa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Israeli flag tops a destroyed building in southern Lebanon, as seen from northern Israel, Sunday, June 28, 2026. (AP Photo/Ohad Zwigenberg)]]></media:description><media:credit role="author" scheme="urn:ebu">Ohad Zwigenberg</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HPR6PQF7WXVNZIGM5DU4GCKJAY.jpg?auth=679599b29c6ca933de20546715014982d3afbdc0c2344d5584dffac247f62976&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iranian Foreign Minister Abbas Araghchi, center, arrives to meet his Iraqi counterpart Fouad Hussein in Baghdad, Iraq, Sunday, June 28, 2026. (AP Photo/Hadi Mizban)]]></media:description><media:credit role="author" scheme="urn:ebu">Hadi Mizban</media:credit></media:content></item><item><title><![CDATA[Austria, Algeria trade goals in stoppage time, both advance at World Cup with stunning 3-3 draw]]></title><link>https://www.local10.com/sports/2026/06/28/austria-algeria-trade-goals-in-stoppage-time-both-advance-at-world-cup-with-stunning-3-3-draw/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/austria-algeria-trade-goals-in-stoppage-time-both-advance-at-world-cup-with-stunning-3-3-draw/</guid><dc:creator><![CDATA[By DAVE SKRETTA, Associated Press]]></dc:creator><description><![CDATA[KANSAS CITY, Mo. (AP) — Algeria and Austria knew that a pedestrian draw Saturday night would have sent both to the knockout round of the World Cup.]]></description><pubDate>Sun, 28 Jun 2026 05:07:53 +0000</pubDate><content:encoded><![CDATA[<p>KANSAS CITY, Mo. (AP) — Algeria and Austria knew that a pedestrian draw Saturday night would have sent both to the knockout round of the World Cup.</p><p>They delivered a thrilling 3-3 draw instead.</p><p>In the wildest finish of the group stage, Algeria took the lead in stoppage time only for Austria to answer on the final play of the game, making it a win-win result for those teams and a heartbreaking loss for Iran, which was eliminated from the tournament.</p><p>“I've been a coach for about 40 years. I don't remember a game that had such a dramatic course, and such an unexpected trajectory,” Austria coach Ralf Rangnick said, shaking his head. “Even at the beginning of the match, if someone would have said it would be 3-3, nobody would have believed it. Somebody would have won an incredible bet, I guess.”</p><p>The game was tied 2-all in the closing minutes, and Algeria looked as if it was content to run out the clock and allow both teams to advance, when Riyad Mahrez scored his second goal of the game. That put Austria on the verge of elimination, only for Sasa Kalajdzic to head in the equalizer a couple of minutes later, rescuing Das Team’s World Cup hopes.</p><p>“The locker room is madness,” Rangnick said with a smile. “If Alfred Hitchcock — who had nothing to do with soccer, didn't really like soccer — if he had written such a drama, I would have said he was completely mad.”</p><p>Marko Arnautovic and Marcel Sabitzer also had goals for Austria, which finished second behind Argentina in Group J to advance for the first time since 1982. Its reward is a matchup with European champion Spain on Thursday in Los Angeles.</p><p>Rafik Belghali also scored for Les Fennecs, who became the ninth of 10 teams from Africa to advance. They finished third in the group but get a potentially easier Round of 32 matchup with Switzerland on Thursday night in Vancouver, British Columbia.</p><p>“It’s a feeling of being extremely happy,” Mahrez said. “We’re obviously happy, and it was the objective when we arrived — it was to go beyond the first round. That's what we did, and we're all very happy.”</p><p>Iran would've advanced as one of the eight best third-place teams had Austria or Algeria won. But when Kalajdzic scored in stoppage time to tie the game one last time, it meant Team Melli was eliminated in heartbreaking fashion.</p><p>“When you have 3-3,” Rangnick said, “nobody can assume that it was an agreement (to tie) or anything like that.”</p><p>The first three World Cup matches at Arrowhead Stadium had seen the home of the Kansas City Chiefs flooded in the light blue of Argentina, yellow of Ecuador and highlighter orange of the Netherlands. But in the city's group finale, the Algeria green and red of the Austrians were complemented by thousands of locals just happy to score a less expensive World Cup ticket.</p><p>Many of those locals appeared to be rooting for Algeria, though, which has made its training base in nearby Lawrence, Kansas, and has struck up a unique friendship with the small college town home to the University of Kansas.</p><p>Few of those new fans of Les Fennecs probably knew about the “Disgrace of Gijón.”</p><p>Yet longtime Algeria supporters had been waiting 44 years for some World Cup revenge against Austria. At the 1982 tournament, Austria and West Germany seemingly quit playing after the latter took a 1-0 lead, because that outcome ensured both would advance at the expense of Algeria, which protested to FIFA to no avail and was eliminated from the World Cup.</p><p>Some were curious whether the expanded 48-team field would result in a “Disgrace of Kansas City,” since both teams knew by kickoff that a draw would send them through. Instead, a crowd of 69,045 on Saturday night was treated to a dramatic 90-plus minutes.</p><p>Austria struck first when Arnautovic perfectly timed a run between two Algerian defenders, found himself one-on-one with goalkeeper Oussama Benbot, and overcame a stumble to score his record-extending 49th career goal for his nation.</p><p>Algeria answered just before halftime, when Belghali’s left-footed shot easily beat Austrian goalkeeper Alexander Schlager.</p><p>The frenetic pace continued early in the second half on a hot night in Kansas City.</p><p>Not content with a 1-1 draw, Austria’s Konrad Laimer sent a sharp pass across the field that Sabitzer finished to regain the lead — and give Iran some hope — only for Algeria to answer minutes later, when Mahrez scored off a perfect cross from Houssem Aouar.</p><p>It remained 2-2 down the stretch, and Algeria began to play keep-away as an antsy crowd began to hoot and whistle. But just when it seemed that would be it, Mahrez and Kalajdzic ended the group stage of the World Cup in memorable fashion.</p><p>“I think the match was a little crazy. It sort of went beyond the limits of everyone’s endurance,” said Algeria coach Vladimir Petkovic. “Let’s celebrate our promotion, so to speak, let's rest and then we will begin again for the next round.”</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HKHFYWFZENU5IOYJCGSUW26NM4.jpg?auth=074e720918d1af836e79a9db8a707153dd09edf91c2732767db293aafe0f30c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Austria's players celebrates after Austria's Sasa Kalajdzic (14) scored to tie the match during the World Cup Group J soccer match between Algeria and Austria in Kansas City, Mo., Saturday, June 27, 2026. (AP Photo/Reed Hoffmann)]]></media:description><media:credit role="author" scheme="urn:ebu">Reed Hoffmann</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5A6IPILH7UMS42SSRSBYV5GGQ4.jpg?auth=0d667ed7098d5d497aac9e95372325d0d00bc4ae49c372fad4ca41c62360a68d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Algeria's Riyad Mahrez (7) scores their second goal past Austria goalkeeper Alexander Schlager (1) during the World Cup Group J soccer match between Algeria and Austria in Kansas City, Mo., Saturday, June 27, 2026. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YZFLTB2HNRGM35V2CSJJ7WGR5A.jpg?auth=faaaf803df8a17dc878d6bee1259b9bbcedbf298cd07283eab5ce7c3e582d124&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Austria goalkeeper Alexander Schlager (1) celebrates after the World Cup Group J soccer match between Algeria and Austria in Kansas City, Mo., Saturday, June 27, 2026. (AP Photo/Reed Hoffmann)]]></media:description><media:credit role="author" scheme="urn:ebu">Reed Hoffmann</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H3RLFDBK2FHELN4YD2NEO2JGO4.jpg?auth=688d936ebb97c9dbc7ff146bf3ecf3e570e6e12107c54755d0b91a3901b3fece&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Austria's Marko Arnautovic (7) celebrates his team's first goal during the World Cup Group J soccer match between Algeria and Austria in Kansas City, Mo., Saturday, June 27, 2026. (AP Photo/Reed Hoffmann)]]></media:description><media:credit role="author" scheme="urn:ebu">Reed Hoffmann</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NJVI4XGLWGMGY3QSDTMTB2RXYQ.jpg?auth=c7384b657f1895a77b0a74e210beb612ddbc6e649907168899f2c903abfbc831&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans cheer after the World Cup Group J soccer match between Algeria and Austria in Kansas City, Mo., Saturday, June 27, 2026. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Iran narrowly knocked out of tumultuous World Cup on Austria's last-second goal]]></title><link>https://www.local10.com/sports/2026/06/28/iran-narrowly-knocked-out-of-tumultuous-world-cup-on-austrias-last-second-goal/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/iran-narrowly-knocked-out-of-tumultuous-world-cup-on-austrias-last-second-goal/</guid><dc:creator><![CDATA[By JIM VERTUNO, Associated Press]]></dc:creator><description><![CDATA[Iran has been eliminated from the World Cup, narrowly failing to advance past the group stage in a politically charged tournament where the team played its matches amid tight restrictions imposed by the United States.]]></description><pubDate>Sun, 28 Jun 2026 04:27:49 +0000</pubDate><content:encoded><![CDATA[<p>Iran has been eliminated from the World Cup, narrowly failing to advance past the group stage in a politically charged tournament where the team played its matches amid tight restrictions imposed by the United States.</p><p>Iran missed the round of 32 by one spot in heartbreaking fashion.</p><p>It finished third in Group G with three points earned with draws against Belgium, New Zealand and Egypt. Iran appeared to have advanced via tiebreakers when Algeria scored a stunning stoppage-time goal to go ahead of Austria 3-2 Saturday night, but Austria tied it back up seconds later on the game's final play. Their draw ensured Iran's elimination.</p><p>It was one last painful moment for Iran in a World Cup that's been tumultuous, on and off the pitch.</p><p>The Iranians have been playing while Tehran negotiates with Washington on terms of a deal meant to permanently end the war that began earlier this year. Tensions continued Saturday when Iran launched a drone assault targeting Bahrain, home to the U.S. Navy’s 5th Fleet, in a likely response to overnight airstrikes by the U.S. Hours later, the U.S. said it struck multiple Iranian military targets after it said Iran attacked a ship near the Straight of Hormuz.</p><p>During the World Cup, Iran coach Amir Ghalenoei and players complained about numerous complications, including travel restrictions, visa denials for support staff and quick departures from the U.S. after matches.</p><p>U.S. officials have said all restrictions were known before the tournament.</p><p>The U.S. and Israel began the war on Feb. 28 by attacking Iran, which retaliated with attacks in the region and by asserting control over the Strait of Hormuz.</p><p>In March, Iran sought to move its group-stage matches to Mexico, with which it has diplomatic ties. Its request to move its base camp from Tucson, Arizona, to Tijuana was granted two weeks before the team’s arrival.</p><p>After Iran was eliminated Saturday night, the team sent a statement expressing “heartfelt appreciation to the wonderful people of Mexico, especially the beautiful city of Tijuana.”</p><p>“Leaving Tijuana is truly difficult for all of us,” the statement said.</p><p>At its first match, several hundred Iranian Americans protested outside the stadium, calling for change in Tehran and waving the pre-revolutionary lion-and-sun flag. Thousands more poured into the stadium to watch them play, and the pre-game national anthem was met with a mix of cheers and boos.</p><p>For the first two matches, near Los Angeles, the team was not permitted to travel until the day before and had to return to Mexico immediately after each game. The U.S. then eased its restrictions, allowing the squad to travel to Seattle two days before Friday’s match against Egypt. If Iran had advanced, it would have played its next match in Vancouver, British Columbia.</p><p>“We were treated very, very badly,” Ghalenoei said after Friday’s draw with Egypt left the Iranians clinging to hope they would get to the next round. “I hope the world becomes aware of these issues.”</p><p>“What these young Iranian national team players have done should be recorded in history,” Ghalenoei said. “Why? Because the host treated us in the worst possible way.”</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MKDQ5LUHDJURIZSJ74LWLFLDQE.jpg?auth=6701aaa58458053076b3aa0b1ec162a624647dd49f8dd59e0f2dd5424c8dd2ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's team stands for their national anthem during the World Cup Group G soccer match between Egypt and Iran in Seattle, Friday, June 26, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content></item><item><title><![CDATA[Parades in NYC and San Francisco wrap up LGBTQ+ Pride Month]]></title><link>https://www.local10.com/news/national/2026/06/28/parades-in-nyc-and-san-francisco-wrap-up-lgbtq-pride-month/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/28/parades-in-nyc-and-san-francisco-wrap-up-lgbtq-pride-month/</guid><dc:creator><![CDATA[By JENNIFER PELTZ and DAVID FISCHER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Pride Month celebrations peaked Sunday with big parades in New York, San Francisco and some other cities on the anniversary of the 1969 Stonewall uprising, which accelerated and transformed the modern LGBTQ+ rights movement.]]></description><pubDate>Sun, 28 Jun 2026 21:19:44 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Pride Month celebrations peaked Sunday with big parades in New York, San Francisco and some other cities on the anniversary of the 1969 Stonewall uprising, which accelerated and transformed the modern LGBTQ+ rights movement.</p><p>Pride events often mix celebration and calls to action, reflecting the political winds, cultural climate and news around LGBTQ+ rights.</p><p>This month's parades and festivals around the U.S. have unfolded as President Donald Trump works to roll back transgender rights and diversity, equity and inclusion initiatives. Among other moves, the Republican's administration removed a rainbow Pride flag from the Stonewall National Monument earlier this year, then ultimately relented amid a lawsuit.</p><p>“As LGBTQIA+ events and symbols are being erased, it’s vital that our community have safe spaces to show up and march to make clear: We are here,” Chris Piedmont, a spokesperson for New York parade organizers Heritage of Pride, said in a statement Friday. “We will not be erased.”</p><p>Carlos Duarte came in from Long Island to attend New York's parade.</p><p>“It’s very important for us to be here … to be all together for love, peace and to show the world who we are,” Duarte said.</p><p>Meanwhile, multiple Republican governors have promulgated conservative-friendly designations for June, such as “Nuclear Family Month,” sometimes openly describing them as a counter to Pride. Other prominent Republican politicians, including Vice President JD Vance, criticized Major League Baseball 's response to some San Francisco Giants players who added Bible verses to the rainbow-themed Pride Night caps they were issued.</p><p>Against that backdrop, the NYC Pride March and the San Francisco Pride Parade set out to further their legacies as some of the world's largest and oldest such celebrations.</p><p>Both trace their roots to events held in 1970 to commemorate the Stonewall rebellion on June 28, 1969, when patrons of a New York gay bar called the Stonewall Inn resisted a police raid and ended up kindling a wave of activism.</p><p>The Stonewall Inn still is a bar; the Stonewall monument centers on a small park across the street, about half a mile (about 0.8 km) from the Pride March route at its closest point.</p><p>The newer Queer Liberation March, founded by activists who saw the Pride March as too corporate and official, also was held in Manhattan on Sunday.</p><p>This year, some transgender rights activists pressured Pride organizers to bar some New York City hospitals' contingents from marching because the institutions announced in recent months that they would stop providing transgender youth treatments.</p><p>Christen Clifford, a mother of two trans children, said during a news conference before the parade that New York City needs to enforce state laws that protect gender-affirming care.</p><p>“How can you let institutions that are actively harming queer kids march in Pride?” Clifford said. “I hope that New York City Pride will ban these hospitals from any future Pride parades until they restart care and so that families like mine know that you are listening to our concerns.”</p><p>The cutoff came amid funding threats from the Trump administration, and at least some of the hospitals also got federal Justice Department subpoenas for transgender patients' medical records. A judge has temporarily blocked the document demand.</p><p>Heritage of Pride said it has been talking with the hospitals about the issue. The group also noted the parade contingents are organized by LGBTQ+ employee groups, not by the top administrators responsible for decisions about care.</p><p>A message was sent to San Francisco Pride organizers about whether they faced similar questions.</p><p>Other cities with Pride parades Sunday include Seattle, where a World Cup soccer match Friday took on a Pride dimension after the countries whose teams involved — Iran and Egypt — triedunsuccessfully to get the celebrations canceled.</p><p>___</p><p>Fischer reported from Fort Lauderdale, Florida.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YOISDILDVYJ33COAVG3E7BEZ5Q.jpg?auth=47936cb1256d1c10ad23beec9b539a43f3172983e7b4a723a03a07e96eaa2b82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Parade-goers attend the NYC Pride March near the Stonewall Inn, Sunday, June 28, 2026 in New York. (AP Photo/Pamela Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Pamela Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3D6DSSGQ3DAVQOQGZDWELQ7TUA.jpg?auth=9d5920f66c37dde0f47e7fc25947a67e86807ae1ce8141f8aefdfbca1ab32b32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Peppermint, one of the official Grand Marshals for the 2026 NYC Pride March, salutes to parade-goers, Sunday, June 28, 2026 in New York. (AP Photo/Pamela Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Pamela Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IJ6ID3D264CXTF2T6KQYT5IV2I.jpg?auth=acc4c48616bac7c73d69d23e0d316856e117d1d73956443d674a96cd8b29a3ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Revelers attend the annual Pride Parade in San Francisco, Sunday, June 28, 2026. (AP Photo/Nic Coury)]]></media:description><media:credit role="author" scheme="urn:ebu">Nic Coury</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X65B3US3MGCYSCD4NY3CQTBSHI.jpg?auth=91315335a7ec650f5a58c29852cff563ecf85bf4bc384f9aa1db2460b851d546&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Parade-goers attend the NYC Pride March near the Stonewall Inn, Sunday, June 28, 2026 in New York. (AP Photo/Pamela Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Pamela Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H5OJ6IJ6T5NWIXHNPD2PWLKV2E.jpg?auth=7dab3f93d091cf0cab976c8e2f51405c38e65d6b3dd278e62409c8337dc0a795&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Revelers attend the annual Pride Parade in San Francisco, Sunday, June 28, 2026. (AP Photo/Nic Coury)]]></media:description><media:credit role="author" scheme="urn:ebu">Nic Coury</media:credit></media:content></item><item><title><![CDATA[A new law could create a list of immigrants illegally living in Mississippi. Advocates are alarmed]]></title><link>https://www.local10.com/news/florida/2026/06/27/a-new-law-could-create-a-list-of-immigrants-illegally-living-in-mississippi-advocates-are-alarmed/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/27/a-new-law-could-create-a-list-of-immigrants-illegally-living-in-mississippi-advocates-are-alarmed/</guid><dc:creator><![CDATA[By DAVID A. LIEB, Associated Press]]></dc:creator><description><![CDATA[A new Mississippi law will authorize the state's top law enforcement agency to compile a list of all immigrants illegally living in the state.]]></description><pubDate>Sun, 28 Jun 2026 03:58:45 +0000</pubDate><content:encoded><![CDATA[<p>A new Mississippi law will authorize the state's top law enforcement agency to compile a list of all immigrants illegally living in the state.</p><p>What's to be done with that information is a bit open-ended. But the law set to take effect Wednesday is sparking alarm among immigrant advocates, who fear it could become a new tactic to target immigrants in conjunction with President Donald Trump's plan to deport millions of people lacking legal approval to live in the U.S.</p><p>The law says the state Department of Public Safety “may use all reasonable lawful investigative means available” to determine the number and identities of all “illegal aliens” in Mississippi. That includes collecting their names, addresses, country of origin and whether they are an adult or minor. It also includes noting any criminal history and the date, location and status of deportation proceedings.</p><p>The department is directed to share information on those suspected of violating laws with state and local authorities. The measure neither requires nor prohibits the database from being shared with U.S. Immigration and Customs Enforcement.</p><p>Republican state Sen. Angela Hill, who sponsored the measure, said states have a right and obligation to assist the U.S. government in discouraging illegal immigration, which she said facilitates crimes such as human and drug trafficking.</p><p>The new law “seems like commonsense to me,” Hill said. “In order to address the problems caused by illegal immigration, we need to understand the magnitude of the problem. Identifying the number and identity of illegal aliens in Mississippi is a concrete way to better understand the problem.”</p><p>Immigration laws are proliferating in states</p><p>Nationwide, states already have enacted more than 100 immigration-related laws this year, according to an Associated Press tally.</p><p>In Republican-led states, those measures generally have aligned with Trump's agenda by requiring local sheriffs to sign cooperative agreements with ICE, reinforcing eligibility restrictions for public benefits and directing election clerks to check voter rolls against the federal Systematic Alien Verification for Entitlements system in an attempt to flag noncitizens.</p><p>Democratic-led states generally have pushed back against Trump with new laws banning cooperative pacts with ICE, forbidding ICE tactics like wearing masks and restricting immigration enforcement actions in schools, hospitals and other sensitive locations without judicial warrants.</p><p>The closest thing to Mississippi's new law appears to be a 2021 executive order by Republican Florida Gov. Ron DeSantis. That measure directed the Florida Department of Law Enforcement to “use all lawful investigative means available” to determine the number and identities of all “illegal aliens” who had been transported from the nation's southwest border to Florida.</p><p>The Florida agency did not respond to an AP request for information about the results of the executive order.</p><p>Trump's administration, meanwhile, has stepped up enforcement of a decades-old federal law that requires noncitizens to register with the U.S. government.</p><p>Some question how the Mississippi law will work</p><p>The Mississippi law envisions more than a one-time count. It prescribes an ongoing effort to keep track of immigrants illegally in the state for the next two years. That could get complicated as people overstay visas, apply for new forms of legal status and move into and out the state.</p><p>"You can be undocumented today, and then have status tomorrow, and then lose it again next month, and then regain it three months from now,” said Efrén Olivares, vice president of litigation and legal strategy at the National Immigration Law Center, a nonprofit that advocates for low-income immigrants.</p><p>“It’s practically unworkable, but it’s also very worrisome, because it’s eerily reminiscent of other countries that have created lists of certain groups of people,” Olivares said.</p><p>State officials will need to come up with “a credible and fairly foolproof way of correctly determining someone's immigration status,” said Jessica Vaughan, director of policy studies at the Center for Immigration Studies, a nonprofit think tank that supports restrictions on immigration.</p><p>But Vaughan said the law “makes a lot of sense," adding that it "raises the likelihood that someone’s illegal presence is going to come to the attention of federal authorities.”</p><p>Advocates say the law could break trust with police</p><p>Mississippi has one of the country's smallest percentages of immigrants illegally residing in the state — fewer than 28,000 people, amounting to less than 1% of its population — according to a report by the American Immigration Council, which used 2023 Census Bureau data.</p><p>The new law “is very concerning for a bunch of different reasons,” including the potential to redirect law enforcement resources away from protecting the public to investigating people from foreign countries who may be contributing to the economy, said Victoria Francis, deputy director of state and local initiatives for the American Immigration Council, a nonprofit that advocates on behalf of immigrants.</p><p>“A mandate like this invites profiling and turning entire communities into targets,” Francis said.</p><p>The law could undermine trust between police and residents, said Lydia Grizzell, policy and advocacy manager for the American Civil Liberties Union of Mississippi.</p><p>“That increases the likelihood of individuals not reaching out to law enforcement when it’s needed – and that is opposite of the mission,” she said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SGYLJ3TKZV3DCXNA6TWHAK3GGE.jpg?auth=b3cd3fc6043d7e4a027d155c2973d3c27e8689c0dc8a0f6b7f95bd39d5328055&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Yaritza Herrera, left, a young mother in central Mississippi, speaks about her concerns regarding legislative proposals affecting immigrants and migrants, as Loida Ventura Paz of the Mississippi Immigrants' Rights Alliance translates from Spanish to English, during a news briefing before entering the Mississippi Capitol and lobbying lawmakers about those proposals, in Jackson, Wednesday, Jan. 25, 2023. (AP Photo/Rogelio V. Solis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rogelio V. Solis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5HP55G2H2FZ3VUCIW7YXGNAHGE.jpg?auth=2014ff220a51ad33f18213e2fadef1402a131964758f6f9170cafb1cacf8679f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Mississippi Capitol is seen in Jackson, Miss., on July 6, 2020. (AP Photo/Rogelio V. Solis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rogelio V. Solis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H3HDMVCMSTNR3UKAP3NHUQZLSM.jpg?auth=230e8241219196507d6a9d0015e13b9b70d1871cccfd171570ba599b0eac0107&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A group of immigrants attend a news conference held by the Mississippi Immigrants Rights Alliance regarding legislative proposals affecting immigrants and migrants in Mississippi, Wednesday, Jan. 25, 2023, at the Capitol in Jackson, Miss. (AP Photo/Rogelio V. Solis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rogelio V. Solis</media:credit></media:content></item><item><title><![CDATA[3 firefighters killed in Colorado as wildfires stoked by heat, wind rage across the West]]></title><link>https://www.local10.com/news/2026/06/28/3-firefighters-killed-2-injured-while-tackling-wildfires-on-the-colorado-utah-border/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/28/3-firefighters-killed-2-injured-while-tackling-wildfires-on-the-colorado-utah-border/</guid><dc:creator><![CDATA[By TY ONEIL, MICHAEL R. SISAK and JULIE CARR SMYTH, Associated Press]]></dc:creator><description><![CDATA[BEAVER, Utah (AP) — Blistering heat and strong winds Sunday stoked wildfires across the West after three firefighters were killed a day earlier in Colorado while battling a blaze along the state's border with Utah.]]></description><pubDate>Mon, 29 Jun 2026 00:15:43 +0000</pubDate><content:encoded><![CDATA[<p>BEAVER, Utah (AP) — Blistering heat and strong winds Sunday stoked wildfires across the West after three firefighters were killed a day earlier in Colorado while battling a blaze along the state's border with Utah.</p><p>The National Weather Service said wildfire conditions “remain critical” across the Southwest, with risk high in the Four Corners region where Arizona, Colorado, New Mexico and Utah intersect. The agency warned of “extreme fire behavior” along the Utah-Colorado border, where “rapid fire growth is likely.”</p><p>The firefighters were killed and two sustained burn injuries when they were overcome Saturday by flames from fast-moving fires. They deployed emergency protective shelters during the so-called burnover — which occurs when a fire spreads and closes off all escape routes — in Mesa County, the U.S. Interior Department said.</p><p>They worked for the U.S. Wildland Fire Service and U.S. Forest Service and were part of an interagency response to the Knowles and Gore fires, which merged with other fires to form the Snyder Fire. So far, about 44 square miles (114 square kilometers) have burned.</p><p>The Wildland Fire Service, created earlier this year to streamline firefighting on public lands, said in a statement that it “stands united” with the Forest Service in grief and “in our unwavering support for the loved ones left behind.”</p><p>The names of the firefighters were withheld pending notification to their loved ones, the Interior Department said.</p><p>Temperatures in Grand Junction — east of the fire — hit a high of 93 degrees Fahrenheit (34 degrees Celsius) Saturday, with winds gusting to 44 mph (71 kph), according to the National Weather Service.</p><p>The Mesa County Sheriff's Office asked people to evacuate the potential path of the fire and to turn on irrigation water to saturate the land. The federal Bureau of Land Management on Saturday closed public access to lands it manages nearby.</p><p>On Sunday, strong winds pushed waves of thick, gray smoke from the fire as it burned through a desolate stretch of scrub and red mesa.</p><p>Hot, dry and windy conditions</p><p>Consecutive days of hot, dry and windy weather fueled fires in Colorado, Utah, Arizona and elsewhere. New fires popped up across the region.</p><p>The largest blaze, the Cottonwood Fire, burned out of control in rugged terrain in southwest Utah. It ballooned Sunday to more than 146 square miles (378 square kilometers) after marching through canyons and mountainsides, destroying part of a ski resort. The cause is under investigation.</p><p>Firefighters worked on multiple fronts, using bulldozers to scrape away brush and trees to starve the fire of fuel.</p><p>No estimates of damage were immediately available. Gov. Spencer Cox in a post on social media thanked crews for what he called “several miraculous stops and saves.”</p><p>The danger is even higher this year because of Utah's record-low snowpack and its warmest winter on record. Much of the West is grappling with similar conditions, according to the National Interagency Fire Center. Some 12 fires were burning in Utah. None were contained by late afternoon Sunday.</p><p>Fires across the U.S. burn thousands of square miles this year</p><p>Nationally, nearly 4,688 square miles (12,142 square kilometers) have burned since Jan. 1. That is more than the 10-year average.</p><p>Fully or largely uncontained wildfires burned across the desert Southwest on Sunday, according to Forest Service data, including in Nevada and Arizona. Their area totaled nearly 469 square miles (1,214 square kilometers).</p><p>Emergencies declared in Utah and Colorado</p><p>Citing fire conditions, Cox declared an emergency last week and banned fireworks ahead of the July Fourth holiday. State officials said Utah has seen an increase in wildfire starts, with each fire showing unprecedented behavior and stretching wildland firefighting capabilities.</p><p>Colorado Gov. Jared Polis also declared an emergency on Saturday, authorizing the use of the National Guard to tackle the fires.</p><p>South of Grand Canyon National Park, authorities said a new wildfire was moving away from Grand Canyon Village on Saturday. But about 50 miles (80 kilometers) away, another fire prompted Coconino County officials to issue evacuation orders for those near Kendrick Mountain.</p><p>Parts of northern Arizona were without power Saturday as the utility serving the area initiated a safety shut-off in hopes of lessening the wildfire risk. On Sunday, officials said power had been restored to much of Grand Canyon National Park.</p><p>Power shutoffs have become more common in the West as wildfire risk has expanded. It is usually a last resort after utility forecasters weigh factors like sustained wind and gust speeds, available fuels and topography.</p><p>___</p><p>Smyth contributed from Columbus, Ohio. Sisak reported from New York. Associated Press writer Michael R. Blood in Los Angeles contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OJODD7TRBYM7VJPN7T4YYX4UKQ.jpg?auth=092b80b271dbbabfa3adef0f6733d541bb6f6d927e07c260302e686483a0989f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Snyder Fire burns near Thompson Springs, Utah, on Sunday, June 28, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SQDSC3OB7VOEETIDHSPRK7Z3XU.jpg?auth=0b06854df03f226928453085f27540af9495a39f233e55456c2a7efaa57877b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Snyder Fire burns near Thompson Springs, Utah, on Sunday, June 28, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M4NTVK7LT55YOAZELYGFDCDA6Y.jpg?auth=f182bf4f7390b170cbbed6572f91ae2d5356c4e878ade486787258cbe429dc2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Law enforcement officers staff a roadblock as the Snyder Fire burns near Mack, Colo., on Sunday, June 28, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M66J23BIF4PZ4ULWIXZI4GUT2A.jpg?auth=63886c0f7df7404ff3fcacf6199b62c5e1b16c8d2970db593f1b2fbbbd954d92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises from the Snyder Fire burning near Thompson Springs, Utah, on Sunday, June 28, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/74IL74UKCSJVAV45YPJGASVS6M.jpg?auth=f1e519522d218c3ead1eb0635e623bae8d4a6e25acb460091cea14e71ce2faba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A burned section of the Snyder Fire seen from across the Colorado river in Mack, Colorado, on Sunday, June 28, 2026. (AP Photo/Ty O'Neil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content></item><item><title><![CDATA[Florida Republicans gather at Hard Rock Casino for annual Sunshine State Showdown]]></title><link>https://www.local10.com/news/politics/2026/06/27/florida-republicans-gather-at-hard-rock-casino-for-annual-sunshine-state-showdown/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/27/florida-republicans-gather-at-hard-rock-casino-for-annual-sunshine-state-showdown/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[It’s the Florida Republicans’ biggest event of the year — the annual Sunshine State Showdown inside the Hard Rock Casino.]]></description><pubDate>Sun, 28 Jun 2026 02:53:15 +0000</pubDate><content:encoded><![CDATA[<p>It’s the Florida Republicans’ biggest event of the year — the annual Sunshine State Showdown inside the Hard Rock Casino.</p><p>From supporters to candidates, the message throughout the gathering was confidence heading into this year’s elections.</p><p>“Obviously we can’t be too complacent, but I think our prospects are great,” said Jad with the Florida Young Republicans.</p><p>“I feel really good. You talk about stuff happening in other states, in Florida things just get better and better every year as Republicans and as proud Floridians in America,” said John Carroll, a District 53 State House candidate.</p><p>Several high-profile Republican figures took the stage, including Attorney General James Uthmeier and U.S. Senators Ashley Moody and Rick Scott.</p><p>11 Republicans are running for governor, including Congressman Byron Donalds, who has been endorsed by President Donald Trump.</p><p>“We are the best state in America, that’s not going to change, and this November we will tell the Florida Democratic Party once again. Because when you win in Florida, it’s the best state, and that’s not going to change anytime soon,” Donalds said.</p><p>Lieutenant Governor Jay Collins also spoke, while his competitor delivered sharp criticism.</p><p>“If we do not test our nominee now, the left-wing machine will test him when it’s too late to choose somebody else. And I’m telling you plainly Byron Donalds is not ready for the fight ahead,” the competitor said.</p><p>Donalds, meanwhile, focused his criticism on Democratic frontrunner David Jolly, a former Republican.</p><p>“I don’t know about you but we have worked too long in this state to make it the number one conservative state in America just to let some milquetoast Democrat wannabe think he is gonna transform Florida,” Donalds said.</p><p>Former Florida House Speaker Paul Renner also took the stage, pitching himself as a steady hand in the race.</p><p>“You also want a governor who’s gonna get there and deliver results and I’m a no nonsense, less talk, more action leader,” Renner said.</p><p>The event also featured a debate among four congressional candidates competing for the GOP nomination in the newly redistricted District 25, stretching from Miami Beach to Delray Beach.</p><p>Candidates including former state Rep. George Moraitis, Boca Raton Mayor Scott Singer, business owner Raven Harrison, and businessman Dan Franzese traded sharp exchanges over qualifications, experience, and vision for the district.</p><p>Singer and Franzese in particular went after each other’s records and backgrounds in a heated back-and-forth.</p><p>“These are the failed efforts by a repeat failed candidate,” one candidate said.</p><p>“I’ll tell you what else I hear when I go door to door, you could not get elected dog catcher in that district if you ran in your town again,” another said.</p><p>On the Democratic side, Rep. Jared Moskowitz is set to face progressive challenger Oliver Larkin in the primary.</p><p>Primary elections are scheduled for August 18th, with the general election set for November 3rd.</p>]]></content:encoded></item><item><title><![CDATA[June 27: Hot & humid conditions will persist this weekend]]></title><link>https://www.local10.com/weather/2026/06/27/june-27-hot-humid-conditions-will-persist-this-weekend/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/27/june-27-hot-humid-conditions-will-persist-this-weekend/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description><![CDATA[Afternoon showers and storms over the Everglades will continue to track westward. This evening will be mostly dry, with feels-like temperatures ranging from 85 to 90 degrees.]]></description><pubDate>Sun, 28 Jun 2026 02:22:30 +0000</pubDate><content:encoded><![CDATA[<p>Afternoon showers and storms over the Everglades will continue to track westward. This evening will be mostly dry, with feels-like temperatures ranging from 85 to 90 degrees.</p><p>Watch for showers to move onshore overnight, with rain lingering into Sunday morning. Most of the day will be dry, with showers and storms developing inland by the afternoon.</p><p>Temperatures will be hot again, with highs reaching the lower 90s. Stay hydrated. Heat index values could climb to around 105 degrees. </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[Thousands of Colombia fans pack Bayfront Park for final group stage match]]></title><link>https://www.local10.com/sports/local/2026/06/27/thousands-of-colombia-fans-pack-bayfront-park-ahead-of-portugal-match/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/27/thousands-of-colombia-fans-pack-bayfront-park-ahead-of-portugal-match/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[Thousands of soccer fans packed Bayfront Park on Saturday ahead of Colombia’s Group K finale against Portugal, turning downtown Miami into a sea of yellow jerseys.]]></description><pubDate>Sat, 27 Jun 2026 22:15:25 +0000</pubDate><content:encoded><![CDATA[<p>Thousands of soccer fans packed Bayfront Park on Saturday ahead of Colombia’s Group K finale against Portugal, turning downtown Miami into a sea of yellow jerseys.</p><p><a href="https://www.local10.com/news/local/2026/06/27/miles-de-aficionados-de-colombia-llenan-bayfront-park-antes-del-partido-contra-portugal/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/miles-de-aficionados-de-colombia-llenan-bayfront-park-antes-del-partido-contra-portugal/">Leer en español</a></p><p>Fans began pouring through the gates throughout the afternoon for the FIFA Fan Fest, with long lines stretching for blocks as supporters waited to get inside. Many waved Colombian flags, chanted and cheered while preparing for the highly anticipated match at Miami Stadium.</p><p>For fans who were unable to get tickets to the game, the free watch party at Bayfront Park offered an alternative place to catch the action. The fan fest featured giant video screens showing the match, along with live entertainment, food, games and soccer-themed activities throughout the park.</p><p>Saturday marks the final day of group-stage play. Colombia had already secured a spot in the Round of 32 entering the match, while Portugal could advance with either a win or a draw.</p><p>The match was scheduled to kick off at 7:30 p.m. at Miami Stadium.</p><p>Officials expected the fan fest to remain packed well into the night. Bayfront Park can hold about 30,000 people at full capacity, and the crowd appeared to be approaching that number as fans continued arriving ahead of kickoff.</p>]]></content:encoded></item><item><title><![CDATA[Congo rallies to a 3-1 win against Uzbekistan to seal place in the World Cup knockouts]]></title><link>https://www.local10.com/sports/2026/06/28/congo-rallies-to-a-3-1-win-against-uzbekistan-to-seal-place-in-the-world-cup-knockouts/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/congo-rallies-to-a-3-1-win-against-uzbekistan-to-seal-place-in-the-world-cup-knockouts/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — For 52 years, Congo's standout World Cup memory was a humiliating 9-0 rout at the hands of Yugoslavia in its only other appearance on soccer's biggest stage.]]></description><pubDate>Sun, 28 Jun 2026 05:30:53 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — For 52 years, Congo's standout World Cup memory was a humiliating 9-0 rout at the hands of Yugoslavia in its only other appearance on soccer's biggest stage.</p><p>Not anymore. Not after a new generation of players made history by advancing to the knockout stage of the World Cup for the first time and set up a clash with England.</p><p>“The weight on our shoulders was hard to bear,” said striker Yoane Wissa, whose two goals helped Congo rally to a 3-1 win against Uzbekistan on Saturday night</p><p>Fiston Mayele was also on target in a dramatic second-half comeback as Congo joined Cape Verde as another unexpected qualifier for the round of 32.</p><p>“We told ourselves we can’t give up,” Mayele said.</p><p>Congo has been one of the surprise stories of this World Cup, with few expecting it to emerge from a group that included Cristiano Ronaldo's Portugal and Colombia. And history was hardly on its side.</p><p>Congo's previous appearance was when it competed as Zaire in 1974 and lost all three games, including the rout by Yugoslavia.</p><p>It's a completely different story now.</p><p>After holding Portugal to a 1-1 draw earlier in the tournament, Congo needed a win in its final Group K game to advance as one of the best third-place teams.</p><p>It did just that with a breathless fight back after trailing to Eldor Shomurodov's lobbed goal in the 10th minute.</p><p>“We’re a team that knows how to respond when we concede a goal; we keep fighting with determination,” coach Sébastien Desabre said.</p><p>If the weight of the occasion was evident in Congo's first-half performance, the resilience of its players proved irresistible after the break.</p><p>The game was level in the 68th when Wissa was brought down by Abdukodir Khusanov for a penalty.</p><p>Wissa picked himself up and sent Uzbekistan goalkeeper Abduvohid Nematov the wrong way, rolling the ball into the bottom corner for the first of a late flurry of goals.</p><p>Mayele put Congo ahead 10 minutes later when flicking past Nematov at the near post and was mobbed by teammates and even substitutes, who raced off the bench and across the field to join in the wild celebrations.</p><p>There were even more joyous scenes when Wissa put the result beyond doubt in added time with a curling shot into the bottom corner.</p><p>Fans continued celebrating long after the final whistle, singing and dancing in the stadium concourses. The memories of 1974 fading fast.</p><p>“We’re going to savor this moment because it’s been tough,” said Wissa. “All the guys — the substitutes, those who’ve worn the jersey before, and those who’ll wear it tomorrow — we should be proud. Thank you to all the Congolese people; it’s for moments like these that we do what we do. We did it!”</p><p>Congo is one of nine African nations to advance from the group stage at this tournament.</p><p>“It’s quite an achievement. We showed a good image of Congo,” said Desabre.</p><p>Uzbekistan's debut at the World Cup ended in three straight defeats.</p><p>“I hope this tournament will give us big experience. I hope this experience will give us more motivation for the future,” said coach Fabio Cannavaro.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KSDBQA3P5YVMGKWXBEWMMCHAG4.jpg?auth=03b543746a69ae0dbecd98d9495e32bf7e0f78037bde260dc02bd139b1d83e06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congo's Cedric Bakambu (17), Yoane Wissa (20) and Gedeon Kalulu (24) celebrate a win during the World Cup Group K soccer match between DR Congo and Uzbekistan in Atlanta, Saturday, June 27, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ARS7LNC55BTMAOWPLE7UON3L64.jpg?auth=f492884a70f860c6216676ca8da2a9c3b4385d5ef4b390128af6a4ca2354bc24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congo's Yoane Wissa (20) celebrates their first goal on a penalty kick during the World Cup Group K soccer match between DR Congo and Uzbekistan in Atlanta, Saturday, June 27, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KCKC56A7ERRS3YGTHCWOMYV42Y.jpg?auth=1287682e3f6f689cc2ed1a402335cede7c1b29e03996210f5f7eb47f081964f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congo's Yoane Wissa (20) kicks for a penalty kick goal during the World Cup Group K soccer match between DR Congo and Uzbekistan in Atlanta, Saturday, June 27, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VCJBSBAN3CY7AZ5FTQE5HCTMUQ.jpg?auth=2f1424a5e5487575da9a8bf74b5ae092768aac8a1c98e54a22f3aa13ef878f3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Uzbekistan's Eldor Shomurodov (14) celebrates after scoring their first goal during the World Cup Group K soccer match between DR Congo and Uzbekistan in Atlanta, Saturday, June 27, 2026. (AP Photo/Erik S.Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S.Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VWVZN6GVKDJGTHJOEU3UFNRASU.jpg?auth=03456481355b99777270723656754f1652658d9c642d2e5e6f6ee1cc72b2e779&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Uzbekistan's Sherzod Nasrullaev (13) reacts to a loss during the World Cup Group K soccer match between DR Congo and Uzbekistan in Atlanta, Saturday, June 27, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content></item><item><title><![CDATA[Janet Jackson surprises Teyana Taylor with BET Awards honor as Druski makes history]]></title><link>https://www.local10.com/entertainment/2026/06/28/janet-jackson-surprises-teyana-taylor-with-bet-awards-honor-as-druski-makes-history/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/28/janet-jackson-surprises-teyana-taylor-with-bet-awards-honor-as-druski-makes-history/</guid><dc:creator><![CDATA[By JONATHAN LANDRUM Jr., Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Teyana Taylor fought back tears Sunday after an emotional surprise at the BET Awards:Janet Jackson walked onto the stage to present Taylor with the Icon of the Year Award.]]></description><pubDate>Mon, 29 Jun 2026 03:10:10 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Teyana Taylor fought back tears Sunday after an emotional surprise at the BET Awards:Janet Jackson walked onto the stage to present Taylor with the Icon of the Year Award.</p><p>Taylor, visibly stunned as Jackson received a standing ovation at Los Angeles' Peacock Theater, embraced the music legend before thanking one of her biggest inspirations.</p><p>“They did not tell me Janet was coming,” Taylor said through tears. “There will be no me without you.”</p><p>Presenting the award, Jackson praised Taylor’s relentless work ethic and artistic range, highlighting her Golden Globe win for best supporting actress in “One Battle After Another” and calling her gifts “God-given.”</p><p>The Icon of the Year Award recognizes a creative force whose influence is shaping culture. Taylor has evolved from a multiplatinum recording artist into an award-winning actor, director, producer and choreographer.</p><p>Accepting the honor, Taylor reflected on her two-decade career.</p><p>“I worked my (expletives) off 20 years,” she said. “So I’m not accepting what I’ve earned with arrogance. I’m accepting what I’ve earned with gratitude.”</p><p>BET Awards remembers Clive Davis, Richard Smallwood and other trailblazers</p><p>The BET Awards paused to honor influential figures from music and entertainment who died over the past year during an emotional in memoriam tribute.</p><p>Erica Campbell of Mary Mary introduced the segment by reflecting on the enduring legacies left behind by those who died, paying special tribute to the late gospel composer Richard Smallwood, whose music she said strengthened her faith. She also remembered the late music executive Clive Davis, who died earlier this week at 94, before performing Whitney Houston’s “I Love the Lord” with Le’Andria Johnson.</p><p>The tribute remembered Smallwood, Davis, Malcolm-Jamal Warner and others whose contributions left a lasting mark on music, television and culture.</p><p>D’Angelo honored with all-star tribute</p><p>The show also celebrated the late D’Angelo’s legacy with a star-studded tribute that opened with appearances by his three children.</p><p>Ari Lennox, BJ the Chicago Kid, Durand Bernarr, George Clinton and RAYE were among the artists who honored the singer with performances of his music, celebrating the enduring influence of one of R&B’s most acclaimed voices.</p><p>Sylvia Rhone honored for shaping generations of artists</p><p>Music executive Sylvia Rhone received the BET Ultimate Icon Award in recognition of her groundbreaking leadership and lasting impact on the music industry.</p><p>Presented by Kelly Rowland, the honor celebrated Rhone’s trailblazing career as the first Black woman to lead a major record company owned by a Fortune 500 corporation. A video tribute featured messages from artists including Missy Elliott and Busta Rhymes, highlighting her role in helping develop the careers of performers such as Tracy Chapman, Brandy, Erykah Badu, Lil Wayne, Kid Cudi, Future, Travis Scott and Tyler, the Creator.</p><p>While accepting the award, Rhone dedicated the honor to the artists and creative teams she has worked alongside throughout her career.</p><p>“Tonight’s honor bears my name, but it really belongs to all of us who create culture,” she said.</p><p>Rhone also used the moment to urge the music industry to protect artists as artificial intelligence reshapes the business.</p><p>“We make the algorithm. The algorithm doesn’t make us,” she said. “We must honor the musician. We must compensate the creator.”</p><p>She concluded by calling on the industry to ensure the next generation of artists has the opportunity to create “the songs that will change the world.”</p><p>Druski opens BET Awards with dramatic entrance</p><p>Druski made a grand entrance to kick off the BET Awards on Sunday, descending from the rafters in a harness as a choir filled the theater with a rendition of Kirk Franklin’s “Revolution,” setting the tone for a night celebrating music, comedy and culture.</p><p>The comedian and digital creator made history by becoming the youngest host of the ceremony.The show's opening performances featured Kehlani, who sang “Folded” with Jamie Foxx and his daughter, Anelise Estelle Foxx, on guitar. Don Toliver also performed his hits “E85” and “Body.”</p><p>Accepting the award for best female R&B/pop artist, Kehlani admitted she hadn’t prepared a speech, instead marveling that “Janet Jackson is here,” before telling the icon she was “really honored to be here” among the night’s talent.</p><p>Druski, 31, surpassed Kevin Hart, who previously held the distinction as the BET Award’s youngest host when he emceed in 2011.</p><p>Throughout the night, Druski leaned into his comedic persona with appearances alongside Martin Lawrence and Latto. Lawrence jokingly shut down Druski’s pitch to appear in the next “Bad Boys” film before teasing his upcoming Paramount+ series, while Latto playfully poked fun at the host during one of the show’s transitions. Druski also spoofed Jay-Z's Roots Picnic freestyle.</p><p>Druski became one of entertainment’s fastest-rising stars through his viral sketches before expanding into sold-out comedy tours and collaborations with artists including Drake and Snoop Dogg, as well as appearances alongside figures like Tom Brady and Timothée Chalamet.</p><p>Hip-hop pioneer MC Lyte returned as the show’s announcer.</p><p>Who else will receive special honors?</p><p>Hill will receive the Living Legend Icon Award, which recognizes pioneers whose work has remained culturally essential across generations. She first emerged as a member of the Fugees before releasing her landmark solo debut, “The Miseducation of Lauryn Hill,” a genre-defying album that became one of the most influential recordings in hip-hop and R&B history.</p><p>BET called Hill “the very definition of a living legend,” crediting her with reshaping music while inspiring generations of artists.</p><p>Are there any other standout nominees?</p><p>The awards will feature the Pulse Award for creator and content series and the Fashion Vanguard Award for cultural impact in fashion.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WNCU43FRSN4P7DMQHJ6IKXSSUI.jpg?auth=6b5aecf524f1ac1cad1b08fbccd9e0b8422f1a4eb0e1c55ead99a7044be4c499&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Teyana Taylor accepts the Icon of the Year award during the BET Awards on Sunday, June 28, 2026, at the Peacock Theater in Los Angeles. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P5PHORT2ZZO36HL7A76ADTFBWU.jpg?auth=11e5f38e8ab50ab2c81ad0499e7a6de7fd891c2f6d8b4d39ae65ddbb24a49ebf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Teyana Taylor, left, accepts the Icon of the Year award from presenter Janet Jackson during the BET Awards on Sunday, June 28, 2026, at the Peacock Theater in Los Angeles. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T2645MMO5QO5RWWYCXKPDWSCTM.jpg?auth=0ed2913e86e5a6c758839632c9d88cd808468ff9d694126d3d09c70dcb9e2d41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Host Druski appears during the opening of the BET Awards on Sunday, June 28, 2026, at the Peacock Theater in Los Angeles. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VCO6X7JIFKA4MG7I7RIRB5XVVE.jpg?auth=ca688645cee8863a7c34ba13b6d6bc9daf8027d467c37a74db1096fafbd04314&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Teyana Taylor appears onstage to accept the Icon of the Year award during the BET Awards on Sunday, June 28, 2026, at the Peacock Theater in Los Angeles. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JOKBJAARN2DNSNYPEA54OEE6KY.jpg?auth=e274ee65370835d1b2655424e0c97e80706c49841eed147fd177f3b402b18a04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sylvia Rhone accepts the ultimate icon award during the BET Awards on Sunday, June 28, 2026, at the Peacock Theater in Los Angeles. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content></item><item><title><![CDATA[Fotos muestran labores de rescate en Venezuela tras devastación causada por terremotos]]></title><link>https://www.local10.com/espanol/2026/06/27/fotos-muestran-labores-de-rescate-en-venezuela-tras-devastacion-causada-por-terremoto/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/27/fotos-muestran-labores-de-rescate-en-venezuela-tras-devastacion-causada-por-terremoto/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Las labores de búsqueda y rescate se llevaron a cabo en toda Venezuela mientras comenzaba a llegar ayuda humanitaria tras dos potentes terremotos que causaron la muerte de al menos 1.430 personas, dejaron miles de heridos y a muchas más desaparecidas.]]></description><pubDate>Sun, 28 Jun 2026 01:57:57 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Las labores de búsqueda y rescate se llevaron a cabo en toda Venezuela mientras comenzaba a llegar ayuda humanitaria tras dos potentes terremotos que causaron la muerte de al menos 1.430 personas, dejaron miles de heridos y a muchas más desaparecidas.</p><p>___</p><p>Esta es una galería de fotos seleccionada por editores de fotografía de AP.</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/ZOGNPUYVNXDB6CKDOQ24ZNGKQM.jpg?auth=5106540fc38818bd6829b67d61f140458ac13f9caff32e4f719a15d3293f62c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Familiares que buscan información en Catia La Mar, Venezuela, dejan tarjetas de identificación y fotografías de personas desaparecidas en la ventanilla de un auto cubierto de tierra el sábado 27 de junio de 2026, tres días después de que dos terremotos sacudieran el país. (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/QAQ6ZQQD4QWGVK6QR5HE7S3KSY.jpg?auth=ff6fc6334412d61540d0756085d385780b23fb4d6fdf5d32397d4db4dec63f59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los equipos de rescate sacan a Moisés Calzadilla, de 11 años, de entre los escombros tres días después de que los terremotos azotaran La Guaira, Venezuela, el sábado 27 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/YUDVSUULM5SGDXKM623U5I67A4.jpg?auth=0998dc9fc355ce1aa00f8ca5094ef4a71f1713f28e722818d0e3299ed4b5fd17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una mujer llora junto a edificios dañados tres días después del terremoto que sacudió La Guaira, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XYFG2VGJMS4DHWQ6VINE3MR4HY.jpg?auth=737e2a0051207f477c352d4d3eac419453a81ee9474f54a6cf173d9dd8d8ca00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los equipos de rescate buscan entre los escombros tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 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/4RYJAZ3ZMM7IW476PRDM47KJIQ.jpg?auth=eb80d14e5a33cdc2b2c438fc592c4dfafd8e349891132927935117d1fb6ac6b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arkelis Izaguirre, a la derecha, busca a su hermano, Manuel, el sábado 27 de junio de 2026 entre los escombros de un edificio derrumbado por los terremotos que sacudieron La Guaira, Venezuela, hace tres días. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/426INYYI2F32W4IONYNML36COQ.jpg?auth=6b738c7e59678c6b55c8164981521370db3e818f2d4c52800b8fdc4f35bcab10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Edificios el sábado 27 de junio de 2026 que fueron dañados por los terremotos que sacudieron La Guaira, Venezuela, tres días antes. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4NDWA2QTIVBHXKGTLQ42SQDOYA.jpg?auth=e062a6779776592f1041f6fd2ff3b8e5e3fc908099fc6b965bc678511c5d9402&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Unos vecinos transportan a un hombre rescatado de entre los escombros tres días después de los terremotos, en La Guaira (Venezuela), el sábado 27 de junio de 2026. (Foto AP/FMatias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KXKFE4BGAWOVNA743DSTDASBBQ.jpg?auth=751fcb970fc4e95ae2581f1174c071963633b7da0a805236044efd743b7f4785&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tres días después de que los terremotos dañaran sus hogares varias personas acampan frente a su edificio de apartamentos en La Guiara, Venezuela, el sábado 27 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/6RLYMKHTAVC5AIBPTL2D67KMDU.jpg?auth=11274a680d1a18029e501196fcb0d6667cedf4d2e5fe5f4ab5c766d472d2c1e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ezequiel Frontado observa los cuerpos cubiertos mientras busca a sus familiares desaparecidos tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 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/3RYLDCVDOMG2O3OW63SQEEGF2A.jpg?auth=d58c6f93d640c9d41e01afefbd3e33ffa8c060a123c3d44399bc426e159000c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un helicóptero militar estadounidense despega el sábado 27 de junio de 2026 tras aterrizar en La Guaira, Venezuela, tres días después de que se produjeran los terremotos. (AP Foto/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I32VO3JLLKCSTL6FWPTU2DR2CU.jpg?auth=4a917d0986dcfb1012c803bef223340c4a01fd3ce4df53457731192f31a9b311&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre de pie sobre una montaña de escombros el sábado 27 de junio de 2026, tres días después de que se produjeran dos terremotos consecutivos, en La Guaira, Venezuela. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PR7YLFW5SYT46TOEUDVQT5SOXA.jpg?auth=9e2a601d133114d5b6fccf660b93fe50f605bf2fc497274e418bdcf2113132bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un joven rescatado de entre los escombros es trasladado en motocicleta el viernes 26 de junio de 2026, dos días después de que dos terremotos azotaran La Guaira, Venezuela. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VOG637FK3CE2J3DFBKARA6AE2U.jpg?auth=7927bb4da01955cc5b985491d0366748e48aaf9dae98398898f59071cd97c388&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescatistas transportan a Patrick Vargas tras sacarlo de los escombros el viernes 26 de junio de 2026, dos días después de que un terremoto sacudiera Catia la Mar, Venezuela. (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/RPEOPEAOVW3STYMDUZZMJYF4TA.jpg?auth=e47644d7dbb9ce28f06ba8ab8df697b5249d1c00fa69040d41880f9e86d3a933&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas caminan entre escombros dos días después de dos terremotos, el viernes 26 de junio de 2026, en Catia La Mar, Venezuela. (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/MFLUH6JT34L3V35O7V4NT6BXWY.jpg?auth=1de2bb643ab8dc1f0be8b42f78a887607dfd3f4106231814ca0dec22c644daac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescatistas colocan a Daniel Cordero en una camilla tras sacarlo de entre los escombros dos días después de un sismo que sacudió Catia la Mar, Venezuela, el 26 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/N6QMN3FNZVDSE4QRQSWSUE2ICA.jpg?auth=9fb07ffee2bc4894b82b788b60b5afed437f0bbf53599e2e8ca50aa64a7b1f9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residentes y rescatistas buscan entre los escombros dos días después de un sismo que remeció La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Juan Pablo Arraez)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Pablo Arraez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I4SNHPDKAXXXRAER2NCS5OJ5KE.jpg?auth=046eb858cd40aaa77b49886cc62c57c30db0fd5c74ef9c4b1810effec2f4fd83&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Franklin Fuentes busca a familiares desaparecidos en el edificio derrumbado donde vivían dos días después de que los terremotos azotaran La Guaira, Venezuela, el viernes 26 de junio de 2026. (AP Foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OKHYPCWMIEFTKBJVXHL2PE3JYE.jpg?auth=1e17bb3cbd5c3d23f2dbcaafbd620336e2cc11e63f0063a9b0ce6caf4f73ce4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Policías venezolanos buscan sobrevivientes entre los escombros en La Guaira, Venezuela, el 26 de junio de 2026, dos días después del doble sismo que remeció el país. (AP Foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/667HCWHYP2YH53F2O722DELHQM.jpg?auth=8e023cb4c90e5523f570f79e73e354c2e836b9defba498a1c5ab493651f27a72&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miembros de una organización religiosa distribuyen alimentos a las personas afectadas dos días después del terremoto que azotó La Guaira, Venezuela, el viernes 26 de junio de 2026. (AP Foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B2FAZXO6LCMNQNPASJPZZ2BPKA.jpg?auth=9147b091f68e692d833153b240be6b99e599f3ab52f6638c7e5ca8c494212347&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los equipos de rescate buscan entre los escombros de un edificio derrumbado dos días después de que los terremotos azotaran Caracas, Venezuela, el viernes 26 de junio de 2026. (AP Foto/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[Messi becomes first to score in 7 straight World Cup games while extending goals record]]></title><link>https://www.local10.com/sports/2026/06/28/messi-becomes-first-to-score-in-7-straight-world-cup-games-while-extending-goals-record/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/messi-becomes-first-to-score-in-7-straight-world-cup-games-while-extending-goals-record/</guid><dc:creator><![CDATA[By SCHUYLER DIXON, Associated Press]]></dc:creator><description><![CDATA[ARLINGTON, Texas (AP) — Lionel Messi didn't have much time to try to become the first to score in seven consecutive World Cup games.]]></description><pubDate>Sun, 28 Jun 2026 05:16:29 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Texas (AP) — Lionel Messi didn't have much time to try to become the first to score in seven consecutive World Cup games.</p><p>Argentina's superstar did it anyway as a second-half substitute.</p><p>Messi made it seven straight while extending the all-time men's World Cup scoring record with his 19th goal in Argentina's 3-1 victory over Jordan in a group stage finale on Saturday night.</p><p>In his first match since turning 39 three days earlier, Messi scored on a free kick in the 80th minute after being taken down just outside the penalty area. The low kick barely above the grass surface split two Jordan defenders into the left corner of the net.</p><p>It was his 72nd career goal on a free kick, including his 12th for Argentina. Messi now has 123 international goals — second all-time to Cristiano Ronaldo’s 145 — in 202 appearances.</p><p>Messi had been one of only three players to score in six consecutive World Cup games along with France striker Just Fontaine and Brazil great Jairzinho.</p><p>“What you’re seeing, I’m seeing the same thing,” coach Lionel Scaloni said through a translator. "It’s a little bit of an uncomfortable situation every single time people ask because I no longer know what to say."</p><p>Messi also scored on a free kick against Nigeria in the 2014 World Cup and is among six players since records are available dating to 1966 who scored two free kick goals in the World Cup. He joined Pelé, Rivellino, Téofilo Cubillas, Bernard Genghini and David Beckham.</p><p>“I am very happy for him, for the moment he is having,” Giovani Lo Celso said in translated remarks after becoming the first Argentine other than Messi to score in this tournament, also on a free kick in the 19th minute. “The truth is that seeing him every day excites, excites and infects a lot. So obviously seeing him like that for us is very important.”</p><p>Messi didn't start because Argentina had already clinched first place in Group J, and the game was further meaningless because Jordan was already eliminated from the knockout stage.</p><p>Nevertheless, the decidedly pro-Argentina crowd of 70,649 at the home of the NFL's Dallas Cowboys was eager to see him.</p><p>Fans started chanting Messi's name as soon as the second half started, and cheered loudly when he came off the bench merely to go through warmups.</p><p>The roar was louder when he stepped onto the field in the 60th minute, replacing Lautaro Martinez, who scored on a penalty kick in the first half.</p><p>For all the accomplishments of the eight-time winner of the Ballon d’Or as the best player in Europe, Messi has never won the golden boot as the top scorer in each World Cup. This is his sixth.</p><p>Messi now has six goals in this tournament, two clear of Kylian Mbappé, Vinicius Júnior and Erling Haaland.</p><p>Messi had been dealing with a minor hamstring injury with Inter Miami that slowed him in the lead-up to the World Cup.</p><p>The knockout round for Argentina begins Friday in South Florida, and in this expanded 48-team tournament that would be the first of five matches in 17 days if La Albiceleste makes it to the final on July 19.</p><p>“Today he could have played 90 minutes,” Scaloni said. “He wanted his teammates to have time on the pitch and to save himself also for what’s coming up now. He doesn’t think so much about the numbers that people are talking about.”</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZCQHAWG4FLQIRPSADMUTAXRBFM.jpg?auth=53474e3044e91cc9b032251674fbfc1de4195f8b2841a139fc1e9b943afbeae9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi (10) celebrates scoring his side's 3rd goal during the World Cup Group J soccer match between Jordan and Argentina in Arlington, Texas, near Dallas, Saturday, June 27, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OTWQZ2MB625RGDCT4KNHGC2KFA.jpg?auth=bb2522b5d8f2c0c9d37c6e01fce6a838ae47a95346d9c8664de5d897b905f5e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi (10) celebrates scoring his side's 3rd goal during the World Cup Group J soccer match between Jordan and Argentina in Arlington, Texas, near Dallas, Saturday, June 27, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M33FQ5NZCWQJEZRKB4BUAKEHX4.jpg?auth=d641ace4064b56bdf22f82fdb30d0c89d305d200357af590bef94bd0265b6611&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lautaro Martinez (22) is substituted by Argentina's Lionel Messi (10) during the World Cup Group J soccer match between Jordan and Argentina in Arlington, Texas, near Dallas, Saturday, June 27, 2026. (AP Photo/Jessica Tobias)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Tobias</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3ABCF7DPDCXRDQ53UAKGNUQYLE.jpg?auth=05710e586c088b7292778e81ac9f253e55e2e86ad7f144baf4b1496de55ba512&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi (10) warms up on the sidelines during the World Cup Group J soccer match between Jordan and Argentina in Arlington, Texas, near Dallas, Saturday, June 27, 2026. (AP Photo/Jessica Tobias)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Tobias</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RYFAXUH4JF6JQG463PR3R7Q3ME.jpg?auth=f4d47098eb9e2ed43b569edaaa877121b108e90eb45fdd8afd8fe6142afc16a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Leandro Paredes, left, Lionel Messi, center, and Alexis Mac Allister train for the World Cup soccer tournament Wednesday, June 24, 2026, in Kansas City, Kan. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Mueren 4 personas por inundaciones tras fuertes lluvias: gobernador de Kentucky]]></title><link>https://www.local10.com/espanol/2026/06/27/mueren-4-personas-por-inundaciones-tras-fuertes-lluvias-gobernador-de-kentucky/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/27/mueren-4-personas-por-inundaciones-tras-fuertes-lluvias-gobernador-de-kentucky/</guid><dc:creator><![CDATA[Por THE ASSOCIATED PRESS, Associated Press]]></dc:creator><description><![CDATA[FRANKFORT, Kentucky, EE.UU. (AP) — Cuatro personas murieron por las inundaciones provocadas por tormentas eléctricas en Kentucky, informó el sábado el gobernador Andy Beshear, declarando el estado de emergencia ante la previsión de más lluvias.]]></description><pubDate>Sat, 27 Jun 2026 23:02:28 +0000</pubDate><content:encoded><![CDATA[<p>FRANKFORT, Kentucky, EE.UU. (AP) — Cuatro personas murieron por las inundaciones provocadas por tormentas eléctricas en Kentucky, informó el sábado el gobernador Andy Beshear, declarando el estado de emergencia ante la previsión de más lluvias.</p><p>El sábado estaban vigentes advertencias de inundaciones repentinas para distintas partes de Kentucky e Indiana en medio de fuertes precipitaciones, informó el Servicio Meteorológico Nacional.</p><p>La agencia señaló la tarde del sábado que en algunas zonas del suroeste de Indiana ya habían caído entre 10,6 y 25,4 centímetros (4 y 10 pulgadas) de lluvia, con posibilidad de más precipitaciones.</p><p>La oficina de Beshear indicó que se esperaban hasta 17,7 centímetros (7 pulgadas) de lluvia en diferentes partes de su estado hasta avanzada la noche.</p><p>El gobernador escribió en redes sociales que tres personas murieron en el condado de Madison y una en el condado de Jackson debido a las inundaciones.</p><p>“Se trata de un grave episodio de inundaciones, en el que los equipos ya han tenido que realizar múltiples rescates acuáticos de vehículos y viviendas en toda la mancomunidad”, afirmó Beshear en un comunicado. “A medida que continúe la lluvia intensa hasta avanzada la noche, necesitamos que la gente se mantenga alerta y evite conducir, especialmente después del anochecer, cuando la visibilidad es limitada”.</p><p>En el noroeste de Kentucky, a las afueras de Louisville, autoridades de manejo de emergencias del condado de Bullitt pidieron a los residentes de un camino rural que evacuaran como medida de precaución tras un deslizamiento de tierra en el terraplén de una presa. Indicaron que la presa se mantenía firme y que no había señales de un fallo inminente.</p><p>Según el Servicio Meteorológico Nacional, en la zona cayeron alrededor de 7,6 centímetros (3 pulgadas) de lluvia en los últimos dos días.</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/HB6ZORA4ZLAJ63SQ76NXRZEZXA.jpg?auth=15ced48cad263da326213188c9ee7948ef6622880f3d58ba6a6b5c5ddcf71aa2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varios conductores maniobran a través de una inundación en West Parrish Avenue tras una fuerte lluvia, el sábado 27 de junio de 2026, in Owensboro, Kentucky. (Greg Eans/The Messenger-Inquirer vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Eans</media:credit></media:content></item><item><title><![CDATA[Hovland flips the script on Scheffler and takes the lead at Travelers Championship]]></title><link>https://www.local10.com/sports/2026/06/27/hovland-flips-the-script-on-scheffler-and-takes-the-lead-at-travelers-championship/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/27/hovland-flips-the-script-on-scheffler-and-takes-the-lead-at-travelers-championship/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[CROMWELL, Conn. (AP) — Viktor Hovland feels he is headed in the right direction, and Saturday at the Travelers Championship was a big test. He played alongside Scottie Scheffler on a course that features plenty of water and shots that can cause some stress.]]></description><pubDate>Sat, 27 Jun 2026 23:42:45 +0000</pubDate><content:encoded><![CDATA[<p>CROMWELL, Conn. (AP) — Viktor Hovland feels he is headed in the right direction, and Saturday at the Travelers Championship was a big test. He played alongside Scottie Scheffler on a course that features plenty of water and shots that can cause some stress.</p><p>A two-shot swing on the 18th hole — Hovland made a 6-foot birdie, Scheffler three-putted from 25 feet on the fringe for bogey — gave the Norwegian star a 6-under 64 and a one-shot lead over the world's No. 1 player.</p><p>“Just had a great time,” Hovland said. “It’s been a while since I’ve been in this position. To go head-to-head against the best player in the world and pull off some great shots, it was just a lot of fun.”</p><p>The pleasant surprise was the support he had in the crowd.</p><p>Scheffler is enormously popular and the TPC Highlands had a vocal gallery. Hovland had plenty of support from a Norway contingent that drove over from Boston following a World Cup loss to France. Hovland gave them plenty of opportunity to do the “row” that has become so popular in the stadium and subway stations and wherever they gather.</p><p>Hovland knows it well. Oddly enough, it was the first time he had seen it live.</p><p>“I mean, we’re Vikings, so it’s kind of in our DNA,” Hovland said. “It’s kind of funny, that’s the first time I’ve ever seen it. I think that’s the first time we’ve ever done it, especially in the World Cup. So yeah, it took us 1,000 years to figure it out. I think it’s pretty cool.”</p><p>“Ro, ro, ro!” they chanted as Hovland approached the 18th green. “USA! USA!” came the American chants. It was good banter on a Saturday afternoon in New England, an example why partisan cheering in a World Cup year is far more palatable than a Ryder Cup year.</p><p>It was the second straight year Scheffler, whose bogey gave him a 67, fell from the top of the leaderboard going into the weekend at the TPC River Highlands, though this was no cause for alarm. A year ago, he opened with a triple bogey, shot 72 and fell nine shots behind.</p><p>This was one hole, and he was only one shot behind as Scheffler tries to win for the first time since the start to his season in the California desert.</p><p>Hovland was at 20-under 190 and gets another afternoon with Scheffler on Sunday. The next closest players were Patrick Cantlay (64) and Akshay Bhatia (67), who were five shots behind.</p><p>“This is a golf course where you can see some numbers be shot. You know, guys can shoot pretty low,” Scheffler said. “Going into tomorrow just try to execute, have a good round, and see where that puts me.”</p><p>Hovland started two shots behind and it took him four holes — three birdies — to catch Scheffler. From there, it was a bit of a pillow fight as they matched mostly pars, two birdies and one bogey to remain tied.</p><p>Scheffler regained the lead with a lob wedge to 2 feet on the 14th. Both got up-and-down from the front of the green on the reachable par-4 15th — Scheffler with a nifty chip that floated up the slope and trickled down to the pin — and exchanged pars going to the 18th.</p><p>That's where it flipped, giving Hovland the lead.</p><p>“The score is nice ... but I'm very process-driven,” Hovland said. "As soon as I find a certain feel that I can trust and it produces a pretty reliable shot shape, I know that I’m going to be able to score pretty well from there. So if I happen to shoot 2 under or 6 under or 9 under, that’s not the most important thing. As soon as I see the shots that I’m trying to hit and execute, that’s what gives me the confidence.</p><p>“Then it’s all a bonus on top being able to do it at this stage and in front of that many people.”</p><p>There was separation, but this is not a duel given the nature of this course that allows for low scoring and dynamic finishes because of the closing hole.</p><p>“The beauty of this golf course is that I think Scottie and I have separated ourselves from the rest of the field, but at the same time, 14 or 15 under is still very much in this thing if they go and shoot a very low score tomorrow,” Hovland said.</p><p>“So we still have to go out there and play very similar to what we did today,” he said. “Otherwise, we’re bringing in a lot more guys.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UJ6OENVAJFQQPNWSWK7TLH5VEM.jpg?auth=81ce60e8dcf7683c06d805e8c8789728ecc819dfdd298a5b5290c1d111c10a23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Viktor Hovland, of Norway, watches his shot land near the pin on the 15th green during the third round of the Travelers Championship golf tournament at TPC River Highlands, Saturday, June 27, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ETYDUTU2OJHCD5HF7JKKMI6Y5E.jpg?auth=80e232dd7f6237ef08aabda46bdcb4b91e236056c89867e52eb3c849aa12d3f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler, left, shakes hands with Viktor Hovland, right, of Norway, on the 18th green after finishing the third round of the Travelers Championship golf tournament at TPC River Highlands, Saturday, June 27, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G7IEA7WKG7X2CDSWIGZBNYAIZY.jpg?auth=b47e27cc3d0d4ebebfbe600f9e3a161631c14bf85008e7cc319442e9560e1e59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler hits at the 15th hole during the third round of the Travelers Championship golf tournament at TPC River Highlands, Saturday, June 27, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DST53M662WTUL6UMQ4MD2L7O2Q.jpg?auth=f6aac3dc6005cf40b45df50e1a9cd3735dda3e9ae067fbe1db499beb6a3dd4de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Akshay Bhatia smiles as his caddie Joe Greiner talks to him at the first hole during the third round of the Travelers Championship golf tournament at TPC River Highlands, Saturday, June 27, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2ZUTLIRMVTXXYMH5OT55CAI4RA.jpg?auth=1510c17714718c8487dfeeed4244349dc77f960fdf577ede2fb2aab41c9ad31c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler, right, tees off the eighth hole during the third round of the Travelers Championship golf tournament at TPC River Highlands, Saturday, June 27, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content></item><item><title><![CDATA[England beats Panama 2-0 on goals by Bellingham and Kane to win its World Cup group]]></title><link>https://www.local10.com/sports/2026/06/28/england-beats-panama-2-0-on-goals-by-bellingham-and-kane-to-win-its-world-cup-group/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/england-beats-panama-2-0-on-goals-by-bellingham-and-kane-to-win-its-world-cup-group/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description><![CDATA[EAST RUTHERFORD, N,.J. (AP) — Jude Bellingham, Harry Kane and England's fervid fans made MetLife Stadium feel like Wembley. They hope for a repeat at next month's World Cup final.]]></description><pubDate>Sun, 28 Jun 2026 16:05:13 +0000</pubDate><content:encoded><![CDATA[<p>EAST RUTHERFORD, N,.J. (AP) — Jude Bellingham, Harry Kane and England's fervid fans made MetLife Stadium feel like Wembley. They hope for a repeat at next month's World Cup final.</p><p>With supporters' red-and-white St. George's Cross signs circling the field on an afternoon of sporadic rain, Bellingham and Kane scored early in the second half for a 2-0 win over Panama on Saturday. England earned first place in its group and a more favorable knockout phase bracket.</p><p>The Three Lions even wore the red jerseys made famous when England beat Germany for its only title in 1966, a sartorial similarity connecting North Jersey and that famous day in north London.</p><p>“Amazing support. Crazy white wall behind the goal. Perfect weather to play football for us — warm rain," England coach Thomas Tuchel said.</p><p>England finished Group L with two wins and a draw for seven points and plays its round of 32 match Wednesday at Atlanta against Congo. The team that advances faces Mexico or Ecuador in Mexico City.</p><p>If the Three Lions had dropped to second, they would have encountered Portugal, with the winner meeting Spain or Austria.</p><p>“I know some people have already made plans,” Bellingham said, “so it was nice they don’t have to cancel anything.”</p><p>Fans filled the field walls with flags displaying club names that included Tottenham, Watford and Wolves plus less-celebrated clubs such as Crawley Town, Bristol Rovers and Faversham Town.</p><p>Panama held the England scoreless through a first half in which Kane had 10 touches, the fewest of any player. Croatia added pressure by taking the lead in the 31st minute against Ghana in simultaneous match in Philadelphia.</p><p>“All the lads were ready to go after halftime,” Bellingham said. "We realized we had a couple of more gears to go.”</p><p>Bellingham put the Three Lions ahead in the 62nd minute from Bukayo Saka's corner kick. Held in bear hug by Jorge Gutiérrez at the top of the 6-yard box, Bellingham stuck out his left leg and stabbed the ball past goalkeeper Orlando Mosquera for his third World Cup goal, his second this year.</p><p>Five minutes later, Bellingham crossed from the left flank and Kane outjumped Andrés Andrade to head in the ball for his 82nd international goal. Kane became England's record World Cup scorer with his 11th goal, one more than Gary Lineker.</p><p>Bellingham injured his left hamstring playing for Real Madrid on Feb. 1, didn't return until March 22 and scored just two more goals during the rest of the La Liga season.</p><p>“Jude looks fit, looks sharp," Kane said. "It looks like he's got the bit between his teeth to really go out there and prove to the world what type of player he is.”</p><p>England reached the knockout rounds for the seventh time in eight World Cups.</p><p>“They have great players. They are worth millions and millions," Panama defender José Córdoba said. "We’re talking about English football, which is much more developed than in our country and there’s a huge distance.”</p><p>Panama went 0-3 for the second time and was outscored 4-0. It joined Iraq, Haiti, El Salvador, Canada and Mexico — all but one from the CONCACAF region — as teams that lost their first six World Cup matches. José Fajardo put the ball in the net for the Los Canaleros in second-half stoppage time, but was called for offside.</p><p>“We can be proud — not of the results, as no one can be proud of a defeat, but all in all I think they gave their everything." Panama coach Thomas Christiansen said. “For the outside world, the image of Panama has been really good.”</p><p>Goalkeeper Jordan Pickford played his 15th World Cup match, second among English players to Peter Shilton’s 17.</p><p>England's Jarell Quansah, usually a central defender, replaced right back Reece James, sidelined by a hamstring. Quansah twisted his right ankle during a 59th-minute challenge by José Luis Rodríguez and was replaced in the 63rd. England is short on right backs after Trent Alexander-Arnold was not picked for the roster.</p><p>“It will be now a very tight race for Quansah, so I’m worried about these two," Tuchel said.</p><p>In the glow of victory, supporters celebrated Bellingham by singing the Beatles' “Hey Jude” when he stood on the field for postgame interviews.</p><p>“This evening is for sure to take in the energy and take in the atmosphere,” Tuchel said. “From tomorrow we will think about round of 32.”</p><p>___</p><p>AP Sports Writer Stephen Whyno contributed to this report.</p><p>___</p><p>See more of AP’s World Cup coverage here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IIYU7UAG366D4P7QHAFMNQUX44.jpg?auth=5bafa8c41a7e079e7036a6efe467add2496a72b5a7d770665a71e677c2a84d57&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Harry Kane (9) celebrates with England's Jude Bellingham (10) after scoring their second goal during the World Cup Group L soccer match between Panama and England in East Rutherford, N.J., near New York, Saturday, June 27, 2026. (AP Photo/Steve Luciano)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Luciano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KMGRAN5RSAMRPYMGTHJOHBZS4I.jpg?auth=46fe6cd53b93b3cb178461f41706e498409643a07c1ee410ae80ebf0f9e7c2f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans look on during the World Cup Group L soccer match between Panama and England in East Rutherford, N.J., near New York, Saturday, June 27, 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/OJO73ZRCITGFDJOVH7EKPPFGPI.jpg?auth=de79e3c3d17649054907bf234a20c4374221348a8932689308e61cb3febbab93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Jude Bellingham (10) celebrates after scoring their first goal during the World Cup Group L soccer match between Panama and England in East Rutherford, N.J., near New York, Saturday, June 27, 2026. (AP Photo/Steve Luciano)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Luciano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TUSA6AH7HRNJ7TREHO54E4FAUQ.jpg?auth=d2753d62f918215da430f2cd4640cb154e1d33c7dfd8355d558a378daeb3060b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Harry Kane (9) celebrates after scoring their second goal during the World Cup Group L soccer match between Panama and England in East Rutherford, N.J., near New York, Saturday, June 27, 2026. (AP Photo/Steve Luciano)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Luciano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KG2EVIU6JSMS4J4EGVBKKKL4O4.jpg?auth=76f7dc2902cd4c2a9cc825cd9194ff07270dd8ff37b522a7d3cfb3564f7a00ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England’s Harry Kane (9) celebrates with England's Jude Bellingham (10) after scoring their second goal during the World Cup Group L soccer match between Panama and England in East Rutherford, N.J., near New York, Saturday, June 27, 2026. (AP Photo/Steve Luciano)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Luciano</media:credit></media:content></item><item><title><![CDATA[Renuncia a gabinete aliado de Milei tras una investigación que golpeó su discurso anticorrupción]]></title><link>https://www.local10.com/espanol/2026/06/27/renuncia-a-gabinete-aliado-de-milei-tras-una-investigacion-que-golpeo-su-discurso-anticorrupcion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/27/renuncia-a-gabinete-aliado-de-milei-tras-una-investigacion-que-golpeo-su-discurso-anticorrupcion/</guid><dc:creator><![CDATA[Por CLARA PREVE, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — En un caso que durante meses golpeó al gobierno del presidente Javier Milei, uno de sus principales aliados anunció el sábado su renuncia tras varios meses de una investigación judicial por presunto enriquecimiento ilícito.]]></description><pubDate>Sat, 27 Jun 2026 23:46:46 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — En un caso que durante meses golpeó al gobierno del presidente Javier Milei, uno de sus principales aliados anunció el sábado su renuncia tras varios meses de una investigación judicial por presunto enriquecimiento ilícito.</p><p>El jefe de Gabinete, Manuel Adorni, anunció su renuncia el sábado a través de una carta dirigida a Milei publicada en sus redes sociales, en la que admitió haber sufrido durante los últimos meses por los “interminables ataques mediáticos” en su contra.</p><p>“Las mentiras que se han dicho fueron de lo más variadas”, escribió Adorni a Milei, quien durante meses defendió al funcionario a pesar de las acusaciones. “Me han tratado de delincuente y corrupto sin un solo hecho de corrupción sobre mis espaldas”.</p><p>La justicia federal investigó a Adorni por presunto enriquecimiento ilícito. La causa examinó viajes al exterior, adquisiciones inmobiliarias y costosas reformas en propiedades a su nombre. Los investigadores buscaban determinar si existía correlación entre esos gastos y los ingresos declarados.</p><p>Adorni quedó aún más expuesto cuando reconoció que había omitido declarar alrededor de medio millón de dólares en sus declaraciones juradas. Explicó que él y su esposa invirtieron 200.000 dólares y obtuvieron otros 300.000 dólares en ganancias con Bitcoin entre 2014 y 2018, una inversión que años después criticó públicamente.</p><p>La investigación puso en aprietos a Milei, quien llegó al poder a fines de 2023 con la promesa de erradicar la corrupción y otros vicios de la denominada “casta” política. Pese a las denuncias, el presidente respaldó públicamente a Adorni y durante meses se negó a soltarle la mano.</p><p>“Manuel es inocente. Con lo cual yo soy superoptimista de que no va a tener ningún tipo de problema”, dijo Milei esta semana en una entrevista con El Observador España durante la ultima visita a ese país. “A mis ministros los banco hasta las últimas consecuencias”.</p><p>Un vocero de Milei no respondió de momento a una solicitud de comentario. Su hermana y secretaria general de la Presidencia, Karina Milei, le agradeció a Adorni por su “incansable trabajo” y lo describió como una persona “íntegra, valiosa y muy querida” dentro del partido libertario tras la noticia de su renuncia.</p><p>Adorni se desempeñó primero como vocero presidencial y el año pasado asumió como jefe de Gabinete.</p><p>“Por primera vez desde aquel 10 de diciembre de 2023 estoy yendo contra sus deseos”, le escribió Adorni a Milei en la carta. “Gracias por haber confiado en mí desde siempre y gracias por haberme acompañado en este proceso tan injusto, doloroso y desgastante para mí y mi familia”.</p><p>Antes de incorporarse al gobierno, Adorni se desempeñó como analista económico en medios de comunicación y era considerado una de las figuras más cercanas tanto al presidente como a la secretaria general de la Presidencia, Karina Milei.</p><p>Ambos defendieron públicamente a Adorni durante el avance de la investigación y cuestionaron las acusaciones impulsadas por la oposición, que promovía un pedido de interpelación del jefe de Gabinete en el Congreso.</p><p>En un gesto sin precedentes en la política argentina, Milei y Karina Milei acompañaron a Adorni cuando presentó un informe de gestión ante el Congreso en medio del escándalo. El presidente lo aplaudió de pie desde uno de los palcos del recinto, desde donde además intercambió insultos con legisladores de izquierda que exhibían carteles con la leyenda “Fuera los corruptos”.</p><p>“El gobierno de Milei quedó muy impregnado de sospechas y dudas”, dijo a The Associated Press el analista político Sergio Berensztein, de la consultora Berensztein.</p><p>Según Berensztein, el escándalo privó al gobierno de una de sus principales fortalezas políticas: diferenciarse del kirchnerismo con un discurso anticorrupción, en contraste con los supuestos casos de corrupción que involucraron a ese movimiento político en los últimos años.</p><p>“Milei es un presidente que en principio parecía intolerante y riguroso frente a cualquier cuestión que implicara una sospecha de corrupción. En el caso de Adorni, dijo que, hasta que la justicia dijera lo contrario, lo iba a sostener”, afirmó el analista.</p><p>El gobierno no anunció por el momento quién reemplazará a Adorni en el cargo. Una de las alternativas que circulan en medios nacionales es que Diego Santilli, ministro del Interior, podría asumir la jefatura de Gabinete.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TPG23ZDBN3LZWH73KJSCQRVLQA.jpg?auth=a7c84f80cc8bc5a19f4db34637cba6eb4730be590adbf2a91223552fcb4f6949&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente argentino Javier Milei llega a la catedral para asistir a un Te Deum con motivo del aniversario de la Revolución de Mayo mientras detrás a la izquierda sobresale la figura de su jefe de Ganinete, Manuel Adorni, en Buenos Aires, Argentina, el lunes 25 de mayo de 2026. (Foto AP/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Miles de aficionados de Colombia llenan Bayfront Park antes del partido contra Portugal  ]]></title><link>https://www.local10.com/news/local/2026/06/27/miles-de-aficionados-de-colombia-llenan-bayfront-park-antes-del-partido-contra-portugal/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/miles-de-aficionados-de-colombia-llenan-bayfront-park-antes-del-partido-contra-portugal/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[Miles de aficionados al fútbol llenaron Bayfront Park el sábado antes del último partido de Colombia en el Grupo K contra Portugal, convirtiendo el centro de Miami en un mar de camisetas amarillas.  ]]></description><pubDate>Sat, 27 Jun 2026 22:20:17 +0000</pubDate><content:encoded><![CDATA[<p>Miles de aficionados al fútbol llenaron Bayfront Park el sábado antes del último partido de Colombia en el Grupo K contra Portugal, convirtiendo el centro de Miami en un mar de camisetas amarillas.</p><p>Los aficionados comenzaron a ingresar por las puertas durante toda la tarde para el FIFA Fan Fest, con largas filas que se extendían por varias cuadras mientras esperaban para entrar. Muchos ondeaban banderas de Colombia, cantaban y celebraban mientras se preparaban para el esperado partido en el Miami Stadium.</p><p>Para los aficionados que no pudieron conseguir boletos para el partido, la fiesta gratuita para ver el encuentro en Bayfront Park ofreció una alternativa para seguir la acción. El Fan Fest contó con pantallas gigantes que transmitían el partido, además de entretenimiento en vivo, comida, juegos y actividades relacionadas con el fútbol en todo el parque.</p><p>El sábado marcó el último día de la fase de grupos. Colombia ya había asegurado un lugar en los dieciseisavos de final antes del partido, mientras que Portugal podía avanzar con una victoria o un empate.</p><p>El partido estaba programado para comenzar a las 7:30 p.m. en el Miami Stadium.</p><p>Las autoridades esperaban que el Fan Fest permaneciera lleno hasta bien entrada la noche. Bayfront Park tiene capacidad para unas 30,000 personas cuando está lleno, y la multitud parecía acercarse a esa cifra mientras los aficionados continuaban llegando antes del inicio del partido. </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[Ayudan a Venezuela: Médicos de Miami-Dade recolectan donaciones de suministros médicos cerca de Doral  ]]></title><link>https://www.local10.com/news/local/2026/06/27/ayudan-a-venezuela-medicos-de-miami-dade-recolectan-donaciones-de-suministros-medicos-cerca-de-doral/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/ayudan-a-venezuela-medicos-de-miami-dade-recolectan-donaciones-de-suministros-medicos-cerca-de-doral/</guid><dc:creator><![CDATA[Andrea Torres, Aaron Maybin]]></dc:creator><description><![CDATA[Médicos de la Asociación Médica Venezolano Americana pidieron al público el sábado que entregue donaciones de suministros médicos en un almacén ubicado en el noroeste del condado Miami-Dade.  ]]></description><pubDate>Sat, 27 Jun 2026 21:56:53 +0000</pubDate><content:encoded><![CDATA[<p>Los médicos de la <a href="https://www.vamainfo.com/index.html" rel="" title="https://www.vamainfo.com/index.html">Asociación Médica Venezolano-Estadounidense</a> pidieron el sábado al público que depositara donaciones de suministros médicos en un almacén en el noroeste del condado de Miami-Dade.</p><p>Los médicos que han estado tratando a los sobrevivientes del terremoto en Venezuela necesitaban urgentemente dispositivos médicos como férulas, collarines cervicales, vendajes triangulares para cabestrillos y vendas de yeso <i>.</i></p><p>Necesitaban gasas estériles, torniquetes, cinta médica, vendas adhesivas, apósitos hemostáticos, pomada antibiótica de amplio espectro y guantes de exploración sin látex.</p><p>“También estamos recibiendo antibióticos de amplio espectro”, dijo en español el Dr. Pedro Fuenmayor, cirujano plástico del condado de Miami-Dade, según <a href="https://www.instagram.com/reel/DaGVYxXiWnN/?igsh=MTJncXg2bjFtejE1cA==" rel="" title="https://www.instagram.com/reel/DaGVYxXiWnN/?igsh=MTJncXg2bjFtejE1cA==">un video</a> que la organización publicó <a href="https://www.instagram.com/reel/DaGVYxXiWnN/?igsh=MTJncXg2bjFtejE1cA==" rel="" title="https://www.instagram.com/reel/DaGVYxXiWnN/?igsh=MTJncXg2bjFtejE1cA==">en Instagram</a> .</p><p>El grupo también solicitó pomada antibiótica de amplio espectro, analgésicos, soluciones de rehidratación oral, antihistamínicos, medicamentos antidiarreicos y otros medicamentos con precintos de seguridad intactos.</p><p>“Es muy importante que los medicamentos estén sellados y no caducados”, dijo la Dra. Zoe Pujadas en español.</p><p>El doctor Jesús Guarecuco dijo que las donaciones serán entregadas en Valencia, Venezuela, para ser distribuidas por las organizaciones sin fines de lucro <a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-catholic-relief-services-works-with-caritas/" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-catholic-relief-services-works-with-caritas/">Cáritas Venezuela</a> y <a href="https://www.instagram.com/medicosunidosve/?hl=en" rel="" title="https://www.instagram.com/medicosunidosve/?hl=en">Médicos Unidos Venezuela</a> en las zonas donde los médicos están atendiendo a los heridos.</p><p>“Todo esto se está enviando por vía aérea”, dijo Guarecuco en español.</p><p>Los doctores Leadro Feo y Guarecuco afirmaron que la mayoría de las organizaciones sin fines de lucro tienen limitaciones en cuanto a los suministros médicos que pueden aceptar y entregar en Venezuela.</p><p>“Todo lo que es para niños va a la <a href="https://www.globalempowermentmission.org/wp-content/uploads/2026/06/GEM-VENEZUELA-EARTHQUAKE-v3.pdf" rel="" title="https://www.globalempowermentmission.org/wp-content/uploads/2026/06/GEM-VENEZUELA-EARTHQUAKE-v3.pdf">Misión de Empoderamiento Global</a> , todo lo que es material médico viene aquí”, dijo Feo, un oncólogo quirúrgico, refiriéndose al lugar de entrega en el almacén.</p><p><b>El punto de entrega para médicos está abierto de 9:00 a 17:00, de lunes a viernes, y de 10:00 a 16:00 los sábados, en el almacén situado en 8080 NW 71 St., justo al sur de Medley y al norte de Doral.</b></p><p><u><b>Lista relacionada</b></u> :<a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/"> Puntos de entrega en el sur de Florida</a></p><p><b>Más cobertura </b><a href="https://www.local10.com/topic/Helping_Venezuela/" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>de HELPING VENEZUELA</b></a></p><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/">Les presentamos al capitán German Leal del Departamento de Bomberos y Rescate de Miami-Dade.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="Los equipos de rescate buscan entre los escombros tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Los equipos de rescate buscan entre los escombros tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Agentes de policía de Pembroke Pines anuncian una campaña de recolección de donaciones.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb se asocia con la organización sin fines de lucro CADENA para proporcionar alojamiento de emergencia.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi tiene como objetivo proteger a los niños vulnerables.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">El equipo de la Fundación Grey Bull Rescue llega a Caracas.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Las autoridades clausuran La Guaira y exigen que los voluntarios se registren en Caracas.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon realiza donaciones a Airlink para ayudar a organizaciones benéficas con la logística.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">El equipo de búsqueda y rescate de Miami se prepara para desplegarse.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE organiza campaña de recolección en Miami-Dade</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Una organización benéfica con sede en Weston se asocia con una farmacia local.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">El proyecto DYNAMO, liderado por veteranos, entrega 20.000 libras de ayuda en las primeras 48 horas.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">El altruismo en El Arepazo alimenta el esfuerzo del equipo de Global Empowerment Mission.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Rescatistas salvadoreños trabajan para liberar a un sobreviviente de 15 años en Caraballeda.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Un coche de juguete yace entre los escombros dos días después de dos terremotos, el viernes 26 de junio de 2026, en Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Un coche de juguete yace entre los escombros dos días después de dos terremotos, el viernes 26 de junio de 2026, en Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor incluye en sus kits de ayuda humanitaria notas escritas a mano con mensajes de esperanza.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">El Comando Sur de Estados Unidos se centra en los daños en los aeropuertos.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">El Departamento de Estado despliega un equipo de búsqueda y rescate en Miami-Dade.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach abre 4 nuevos puntos de entrega de ayuda.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar mantendrá abiertos 6 puntos de entrega de ayuda las 24 horas del día, los 7 días de la semana.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">El recaudador de impuestos de Miami-Dade abre 11 puntos de entrega.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral abre 4 puntos de entrega de ayuda.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Se abre un punto de entrega de ayuda en Homestead.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink ofrece servicio gratuito hasta el 25 de julio, pero un kit cuesta 470 dólares.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps despliega personal y necesita donaciones.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children solicita donaciones para su fondo de emergencia.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse se centra en los “hospitales de campaña de emergencia”.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">La Cruz Roja solicita donaciones para su Fondo de Emergencia para la Respuesta ante Desastres.</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">La ONU solicita donaciones para un programa infantil que carece de fondos suficientes.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision solicita donaciones para su “fondo de ayuda en casos de desastre”.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen solicita donaciones para comidas frescas.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami lanza la ‘Operación Manos Amigas’.</a></li></ul><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: Muere niño de cinco años tras ser atropellado por camioneta pickup en Krome Motorcross Park]]></title><link>https://www.local10.com/news/local/2026/06/27/mdso-muere-nino-de-cinco-anos-tras-ser-atropellado-por-camioneta-pickup-en-krome-motorcross-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/mdso-muere-nino-de-cinco-anos-tras-ser-atropellado-por-camioneta-pickup-en-krome-motorcross-park/</guid><dc:creator><![CDATA[Ryan Mackey, Linnie Supall]]></dc:creator><description><![CDATA[Un niño de cinco años murió la noche del viernes tras ser atropellado por el conductor de una camioneta pickup mientras montaba una bicicleta en el noroeste de Miami-Dade, según la Oficina del Sheriff de Miami-Dade (MDSO).  ]]></description><pubDate>Sat, 27 Jun 2026 14:24:51 +0000</pubDate><content:encoded><![CDATA[<p>Un niño de cinco años murió la noche del viernes tras ser atropellado por el conductor de una camioneta pickup mientras montaba una bicicleta en el noroeste de Miami-Dade, según la Oficina del Sheriff de Miami-Dade (MDSO).</p><p>Los agentes informaron que el accidente ocurrió alrededor de las 9:13 p.m. en Krome Motocross Park, ubicado en la cuadra 16000 de Northwest 177th Avenue, cerca de Krome Avenue.</p><p>Según los investigadores, los agentes respondieron a reportes de un accidente de tránsito que involucraba a un niño en bicicleta. Miami-Dade Fire Rescue declaró al menor muerto en el lugar.</p><p>La investigación preliminar determinó que el niño montaba su bicicleta entre vehículos estacionados y cruzó hacia la trayectoria de una camioneta Chevrolet Silverado que salía de la propiedad antes de ser atropellado, indicaron las autoridades.</p><p>La identidad del niño y del conductor no ha sido divulgada por el momento.</p><p>Las autoridades informaron que la Unidad de Homicidios de Tránsito de la MDSO investiga el accidente.</p><p>Krome Motocross Park confirmó en redes sociales que una carrera programada para este fin de semana fue cancelada.</p><p>“El fin de semana de carreras queda cancelado debido a circunstancias extremadamente lamentables. Hemos tomado la decisión de cancelar la carrera de este fin de semana”, señala el comunicado. “Ofrecemos nuestras más sinceras disculpas por los inconvenientes y agradecemos su comprensión durante este momento. Mantendremos a todos informados a medida que tengamos más información. Gracias por su continuo apoyo y esperamos verlos muy pronto”. </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: Balean a padre y a su hija de 11 años frente a McDonald’s de Hallandale Beach; sospechoso sigue prófugo    ]]></title><link>https://www.local10.com/news/local/2026/06/27/bso-balean-a-nina-de-11-anos-y-a-hombre-frente-a-mcdonalds-de-hallandale-beach-sospechoso-sigue-profugo/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/bso-balean-a-nina-de-11-anos-y-a-hombre-frente-a-mcdonalds-de-hallandale-beach-sospechoso-sigue-profugo/</guid><dc:creator><![CDATA[Ryan Mackey, Pablo Hernandez, Samiar Nefzi]]></dc:creator><description><![CDATA[Una niña de 11 años y un hombre fueron baleados frente a un McDonald’s en Hallandale Beach la tarde de este sábado, confirmaron agentes de la Oficina del Sheriff de Broward (BSO) a Local 10 News.  ]]></description><pubDate>Sat, 27 Jun 2026 18:47:24 +0000</pubDate><content:encoded><![CDATA[<p>Una niña de 11 años y un hombre fueron baleados frente a un McDonald’s en Hallandale Beach la tarde del sábado, confirmaron agentes de la Oficina del Sheriff de Broward (BSO) a Local 10 News.</p><p>Las autoridades informaron que la balacera ocurrió en la cuadra 800 de West Hallandale Beach Boulevard.</p><p>Los agentes dijeron a Local 10 News que la niña sufrió una herida de bala en la cabeza y que un hombre también fue baleado. Indicaron que ambos fueron trasladados al Memorial Regional Hospital. Sus identidades y su estado de salud no fueron divulgados de inmediato.</p><p>Los agentes informaron que respondieron al lugar, donde se colocó cinta amarilla para acordonar la escena del crimen y la vía fue cerrada mientras los investigadores trabajaban.</p><p>También indicaron que el sospechoso seguía prófugo y que los agentes continuaban buscándolo.</p><p>No se divulgaron de inmediato más detalles sobre la balacera.</p><p><i>Esta es una noticia en desarrollo. Vea Local 10 News o actualice la página para conocer los detalles más recientes. </i></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[Helping Venezuela: Physicians in Miami-Dade collect donations of medical supplies near Doral ]]></title><link>https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/</guid><dc:creator><![CDATA[Andrea Torres, Aaron Maybin]]></dc:creator><description><![CDATA[Physicians with the Venezuelan American Medical Association asked the public on Saturday to drop off donations of medical supplies at a warehouse in northwestern Miami-Dade County.]]></description><pubDate>Sat, 27 Jun 2026 21:47:30 +0000</pubDate><content:encoded><![CDATA[<p>Physicians with the <a href="https://www.vamainfo.com/index.html" target="_self" rel="" title="https://www.vamainfo.com/index.html">Venezuelan American Medical Association</a> asked the public on Saturday to drop off donations of medical supplies at a warehouse in northwestern Miami-Dade County.</p><p><a href="https://www.local10.com/news/local/2026/06/27/ayudan-a-venezuela-medicos-de-miami-dade-recolectan-donaciones-de-suministros-medicos-cerca-de-doral/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/ayudan-a-venezuela-medicos-de-miami-dade-recolectan-donaciones-de-suministros-medicos-cerca-de-doral/">Leer en español</a></p><p>The physicians who have been treating earthquake survivors in Venezuela were in dire need of medical devices such as splints, cervical neck braces, triangular bandages for slings, and plaster bandage<i>s.</i></p><p>They needed sterile gauze pads, tourniquets, medical tape, adhesive bandages, hemostatic dressings, broad-spectrum antibiotic ointment, and non-latex examination gloves. </p><p>“We are also receiving broad-spectrum antibiotics,” Dr. Pedro Fuenmayor, a plastic surgeon based in Miami-Dade County, said in Spanish, according to <a href="https://www.instagram.com/reel/DaGVYxXiWnN/?igsh=MTJncXg2bjFtejE1cA==" target="_self" rel="" title="https://www.instagram.com/reel/DaGVYxXiWnN/?igsh=MTJncXg2bjFtejE1cA==">a video</a> that the organization released <a href="https://www.instagram.com/reel/DaGVYxXiWnN/?igsh=MTJncXg2bjFtejE1cA==" target="_self" rel="" title="https://www.instagram.com/reel/DaGVYxXiWnN/?igsh=MTJncXg2bjFtejE1cA==">on Instagram</a>. </p><p>The group also asked for broad-spectrum antibiotic ointment, analgesics, oral rehydration solutions, antihistamines, anti-diarrhea medication, and other medications with intact tamper-evident seals. </p><p>“It is very important that the medicines be sealed and not expired,“ Dr. Zoe Pujadas said in Spanish.</p><p>Dr. Jesus Guarecuco said the donations will be delivered to Valencia, Venezuela, to be distributed by nonprofits <a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-catholic-relief-services-works-with-caritas/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-catholic-relief-services-works-with-caritas/">Caritas Venezuela</a> and<a href="https://www.instagram.com/medicosunidosve/?hl=en" target="_self" rel="" title="https://www.instagram.com/medicosunidosve/?hl=en"> Médicos Unidos Venezuela</a> to areas where physicians are treating the injured.</p><p>“All of this is being sent by air,” Guarecuco said in Spanish. </p><p>Dr. Leadro Feo and Guarecuco said most nonprofit organizations, have limits on what medical supplies they are able to accept and deliver to Venezuela. </p><p>“Everything that is for children goes to the <a href="https://www.globalempowermentmission.org/wp-content/uploads/2026/06/GEM-VENEZUELA-EARTHQUAKE-v3.pdf" target="_self" rel="" title="https://www.globalempowermentmission.org/wp-content/uploads/2026/06/GEM-VENEZUELA-EARTHQUAKE-v3.pdf"> Global Empowerment Mission</a>, everything that is a medical supply comes here,“ said Feo, a surgical oncologist, about the drop-off location at the warehouse. </p><p><b>The physicians’ drop-off location is open from 9 a.m. to 5 p.m., from Monday to Friday, and from 10 a.m. to 4 p.m. on Saturday at the warehouse at 8080 NW 71 St., just south of Medley and north of Doral.</b></p><p><u><b>Related list</b></u>: <a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">Drop-off locations in South Florida</a></p><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/">Meet Miami-Dade Fire Rescue Capt. German Leal</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Pembroke Pines police officers announce collection drive</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb partners with nonprofit CADENA for emergency housing </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi aims to protect vulnerable children</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Officials close La Guaira, require volunteers to register in Caracas </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon donates to Airlink to help charities with logistics</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded></item><item><title><![CDATA[MDSO: Boy, 5, killed after being struck by pickup truck at Krome Motorcross Park ]]></title><link>https://www.local10.com/news/local/2026/06/27/mdso-boy-5-killed-after-being-struck-by-pickup-truck-at-krome-motorcross-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/mdso-boy-5-killed-after-being-struck-by-pickup-truck-at-krome-motorcross-park/</guid><dc:creator><![CDATA[Ryan Mackey, Linnie Supall]]></dc:creator><description><![CDATA[A 5-year-old boy was killed Friday night after he was struck by a driver in a pickup truck while riding a motorbike in northwest Miami-Dade, according to the Miami-Dade Sheriff’s Office.]]></description><pubDate>Sat, 27 Jun 2026 10:29:36 +0000</pubDate><content:encoded><![CDATA[<p>A 5-year-old boy was killed Friday night after he was struck by a driver in a pickup truck while riding a motorbike in northwest Miami-Dade, according to the Miami-Dade Sheriff’s Office.</p><p><a href="https://www.local10.com/news/local/2026/06/27/mdso-muere-nino-de-cinco-anos-tras-ser-atropellado-por-camioneta-pickup-en-krome-motorcross-park/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/mdso-muere-nino-de-cinco-anos-tras-ser-atropellado-por-camioneta-pickup-en-krome-motorcross-park/">Leer en español</a></p><p>Deputies said the crash happened around 9:13 p.m. at Krome Motocross Park, located in the 16000 block of Northwest 177th Avenue, just off Krome Avenue.</p><p>According to investigators, deputies responded to reports of a traffic crash involving a child on a motorbike. Miami-Dade Fire Rescue pronounced the boy dead at the scene.</p><p>The preliminary investigation found the boy was riding his motorbike between parked vehicles and crossed into the path of a Chevrolet Silverado that was exiting the property before he was struck, authorities said.</p><p>The boy and driver’s identity have not been released at this time. </p><p>Authorities said MDSO’s Traffic Homicide Unit is investigating the crash. </p><p>Krome Motorcross Park confirmed on social media that a race scheduled at the park for this weekend has been canceled. </p><p>“Race weekend canceled due to extremely unfortunate circumstances. We have made the decision to cancel this weekend’s race,” the statement read. “We sincerely apologize for the inconvenience and appreciate your understanding during this time. We will keep everyone updated as we have more information. Thank you for your continued support, and we hope to see you all very soon.”</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[Helping Venezuela: Meet Miami-Dade Fire Rescue Capt. German Leal ]]></title><link>https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[German Leal, a 46-year-old father of three who enjoys fishing and golfing in South Florida, returned to his native Venezuela on Saturday. He had not visited in about 15 years.  ]]></description><pubDate>Sat, 27 Jun 2026 19:56:41 +0000</pubDate><content:encoded><![CDATA[<p>German Leal, a 46-year-old father of three who enjoys fishing and golfing in South Florida, returned to his native Venezuela on Saturday. He had not visited in about 15 years. </p><p>The U.S. Air Force flew Leal, a Miami-Dade Fire Rescue captain since 2017, aboard the McDonnell Douglas/Boeing C-17 Globemaster III from the Homestead Air Reserve Base to northern Venezuela.</p><p>Leal’s return to the Venezuelan state of La Guaira, where he was born when the oil-rich country was a stable democracy, is as a member of the Florida Urban Search and Rescue Task Force 1. </p><p>U.S. President Donald Trump and U.S. Secretary of State Marco Rubio are counting on him, and the rest of MDFR Chief Ray Jadallah’s team to save lives after two 7.2- and 7.5-magnitude earthquakes struck on Wednesday. </p><p>Leal is trained to face the devastation in his native coastal town of Caraballeda. He recently marked the anniversary of his response to the Champlain Towers South collapse that killed 98 people in 2021 in Surfside. </p><p>Leal graduated from the Miami Dade College Fire Academy in 2003 and returned to his alma mater as <a href="https://www.instagram.com/p/DGDsUuTxJx7/" target="_self" rel="" title="https://www.instagram.com/p/DGDsUuTxJx7/">an instructor</a> about 13 years later. </p><p>MDFR had hired him in 2004, and he had risen to the rank of lieutenant in 2010. As captain, his long list of certifications includes technical rescue, Hazmat, marine firefighting, and rescue diving. </p><p>Leal is in good company. The State Department also deployed Miami Fire Rescue Chief Robert Hevia’s Florida Urban Search and Rescue Task Force 1 and two more teams from California and Virginia.</p><p><blockquote class="twitter-tweet" data-media-max-width="560"><p lang="en" dir="ltr">Earlier today, the men and women of Miami-Dade Fire Rescue’s Florida Task Force 1 (<a href="https://x.com/hashtag/FLTF1?src=hash&amp;ref_src=twsrc%5Etfw">#FLTF1</a>) boarded a plane and began their mission to Venezuela.<br><br>Departing from Homestead Air Reserve Base with the support of <a href="https://x.com/Southcom?ref_src=twsrc%5Etfw">@Southcom</a>, they carry with them far more than specialized training and… <a href="https://t.co/CmoWilsYyG">pic.twitter.com/CmoWilsYyG</a></p>&mdash; Miami-Dade Fire Rescue (@MiamiDadeFire) <a href="https://x.com/MiamiDadeFire/status/2070946447424434180?ref_src=twsrc%5Etfw">June 27, 2026</a></blockquote> <script async src="https://platform.x.com/widgets.js" charset="utf-8"></script></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Deploying four-legged heroes to help save lives in Venezuela:<br><br>Watch as <a href="https://x.com/MiamiDadeFire?ref_src=twsrc%5Etfw">@MiamiDadeFire</a> specialized urban search-and-rescue dogs board a <a href="https://x.com/usairforce?ref_src=twsrc%5Etfw">@usairforce</a> C-17 Globemaster en route to Venezuela. These elite canines and their handlers are supporting <a href="https://x.com/StateDept?ref_src=twsrc%5Etfw">@StateDept</a>-led U.S. government… <a href="https://t.co/5sCRkxpQ89">pic.twitter.com/5sCRkxpQ89</a></p>&mdash; U.S. Southern Command (@Southcom) <a href="https://x.com/Southcom/status/2070937708726235526?ref_src=twsrc%5Etfw">June 27, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Delivering life-saving capabilities to Venezuela.<br><br>Today, <a href="https://x.com/usairforce?ref_src=twsrc%5Etfw">@usairforce</a> C-17 Globemaster aircraft are transporting two <a href="https://x.com/MiamiDadeFire?ref_src=twsrc%5Etfw">@MiamiDadeFire</a> search and rescue teams to Venezuela. These skilled responders will join <a href="https://x.com/StateDept?ref_src=twsrc%5Etfw">@StateDept</a>-led U.S. government earthquake relief efforts. <a href="https://x.com/hashtag/SOUTHCOM?src=hash&amp;ref_src=twsrc%5Etfw">#SOUTHCOM</a>… <a href="https://t.co/4eWcaCxYCZ">pic.twitter.com/4eWcaCxYCZ</a></p>&mdash; U.S. Southern Command (@Southcom) <a href="https://x.com/Southcom/status/2070904580116812251?ref_src=twsrc%5Etfw">June 27, 2026</a></blockquote><p><u><b>Related list</b></u>: <a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">Drop-off locations in South Florida</a></p><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Pembroke Pines police officers announce collection drive</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb partners with nonprofit CADENA for emergency housing </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi aims to protect vulnerable children</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Officials close La Guaira, require volunteers to register in Caracas </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon donates to Airlink to help charities with logistics</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MTODPHX6FFF7DEAMV5GIILL3B4.jpg?auth=56fa183e0ee3a8be9857425f0b2224e3750aac727897c384c6a7095bcc21116e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Miami Dade College Fire Academy is proud of Miami-Dade Fire Rescue Capt. German Leal, who traveled to Venezuela on Saturday to join the search-and-rescue efforts.]]></media:description></media:content></item><item><title><![CDATA[Labores de rescate mantienen esperanza entre familiares de desaparecidos en sismos de Venezuela]]></title><link>https://www.local10.com/espanol/2026/06/27/labores-de-rescate-mantienen-esperanza-entre-familiares-de-desaparecidos-en-sismos-de-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/27/labores-de-rescate-mantienen-esperanza-entre-familiares-de-desaparecidos-en-sismos-de-venezuela/</guid><dc:creator><![CDATA[Por JUAN ARRAEZ, ANDRY RINCON y ANNA-CATHERINE BRIGIDA, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Daniel Cordero, con el rostro ensangrentado, salió de entre los escombros de un edificio derrumbado en Catia La Mar, Venezuela, rodeado de rescatistas que lo ayudaron a subir a una camilla mientras transeúntes filmaban la escena.]]></description><pubDate>Sat, 27 Jun 2026 22:21:39 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Daniel Cordero, con el rostro ensangrentado, salió de entre los escombros de un edificio derrumbado en Catia La Mar, Venezuela, rodeado de rescatistas que lo ayudaron a subir a una camilla mientras transeúntes filmaban la escena.</p><p>Han pasado tres días desde que dos terremotos sacudieron Venezuela, y el rescate de Cordero, que ocurrió el viernes, así como el de otras personas, da un impulso de optimismo a quienes aún esperan encontrar a sus seres queridos entre las ruinas.</p><p>Esto ocurre mientras aumenta el número de muertos por los terremotos de magnitud 7,2 y 7,5 del miércoles y mientras muchas familias confirman que madres, padres, hermanos y niños no sobrevivieron. Al menos 1.430 personas han muerto, informaron el sábado funcionarios gubernamentales, una cifra que se prevé que siga creciendo. Miles están heridas y se ha reportado la desaparición de decenas de miles.</p><p>La frenética búsqueda continuaba el sábado, en su mayoría a cargo de civiles, con un número creciente de equipos internacionales de rescate que se suman a los esfuerzos. Las agencias de ayuda consideran que las primeras 48 a 72 horas son cruciales para recuperar con vida a las personas, aunque ese plazo puede ampliarse si tienen acceso a comida y agua.</p><p>“Hemos visto demasiado”</p><p>Mientras vecinos, amigos y familiares trabajaban bajo el sol abrasador, algunos de sus esfuerzos fueron recibidos con aplausos. Se salvó a un niño de 4 años. Un hombre mayor con un ojo morado fue recibido con aplausos tras su rescate.</p><p>Pero no todos tuvieron la misma suerte.</p><p>Daritza Polo, en La Guaira, recibió el viernes la confirmación de que su madre murió en el sismo.</p><p>“No tengo palabras”, expresó.</p><p>El sufrimiento ha sido abundante en toda La Guaira, una de las zonas más afectadas por los devastadores terremotos.</p><p>Los hermanos Leyder y Leymar Rojas, de 3 y 10 años, fueron sacados de los escombros envueltos en una sábana. Su madre gritaba de angustia. Mientras otras dos mujeres intentaban sostenerla, se desmayó. El rescate continuó mientras ella yacía en el suelo.</p><p>“Es horrible, hemos visto demasiado”, dijo Ramón Eduardo, el tío de los niños, conteniendo las lágrimas. “Sacamos a uno, que salió vivo, gracias a Dios”, añadió, refiriéndose a Adrián, de 4 años, hermano de los menores fallecidos.</p><p>“Pero a ellos no, a ellos no llegamos”.</p><p>Mantener la esperanza mientras continúa la búsqueda</p><p>Para muchos, no tener noticias es una buena noticia.</p><p>El edificio en La Guaira donde Noribel Mendoza vivía con sus dos hijos, Andrés David Molina Mendoza, de 21 años, y Ángel Eduardo Molina Mendoza, de 19, se derrumbó el miércoles, y desde entonces la familia no ha sabido nada de ellos.</p><p>La tía de los jóvenes, Ángela Molina Castro, de 30 años, dijo por teléfono desde Puerto Píritu, en el estado Anzoátegui, que no saben si sus familiares estaban en el edificio o si están vivos en el hospital o en alguna clínica.</p><p>Otra de sus tías ha estado afuera del edificio esperando noticias, pero indicó que no ha llegado ningún equipo de rescate. Vecinos y amigos han intentado levantar los escombros, pero a veces son demasiado pesados.</p><p>El viernes se confirmó la muerte de un amigo y de su esposa embarazada. Ella espera que la noticia sobre sus sobrinos no sea la misma.</p><p>Durante dos días, cuando Ninoska Jarrin llamó a su suegro, Fernando Segundo Martínez Hernández, no recibió respuesta.</p><p>Jarrin vive en Ciudad de México; su suegro estaba en La Guaira, una de las áreas más afectadas.</p><p>Finalmente, el viernes recibió noticias: su esposa supo de él. Ella aún estaba preocupada hasta que su esposo logró hablar directamente con él el sábado en la mañana.</p><p>El hombre se encontraba bien, dijo.</p><p>Desde el miércoles, Flor María González ha esperado noticias sobre su hija, Dilinyer Caroley Rada González, de 33 años, y sus tres nietos: Jonas, de 10, Ashley, de 8, y Angely, de 6, cuyo edificio de apartamentos en La Guaira se derrumbó.</p><p>González acababa de regresar a la ciudad occidental de Maracaibo después de visitar a sus dos hijas cerca de Caracas cuando se enteró del terremoto.</p><p>Ha observado desde lejos cómo vecinos y equipos de rescate buscan sobrevivientes.</p><p>Su otra hija espera afuera del edificio de Rada González con la esperanza de que ella y los niños estén entre quienes sean rescatados de los escombros. No ha perdido la fe.</p><p>___</p><p>Brigida informó desde Ciudad de México. Clara Preve en Buenos Aires contribuyó a este reportaje.</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/K2JCNWU4TAWTQHTKQ2U44BU74M.jpg?auth=262152dc71b1b9e1f4e05167dbb72a9486605a68ac189c8f54dc95ee79c9623b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescatistas sacan a Daniel Cordero de entre los escombros de su casa en Catia la Mar, Venezuela, el viernes 26 de junio de 2026, dos días después de los sismos ocurridos en el país. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[White Sox chairman Reinsdorf officiates wedding of former Rookie of Year Kittle during game]]></title><link>https://www.local10.com/sports/2026/06/27/white-sox-chairman-reinsdorf-officiates-wedding-of-former-rookie-of-year-kittle-during-game/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/27/white-sox-chairman-reinsdorf-officiates-wedding-of-former-rookie-of-year-kittle-during-game/</guid><dc:creator><![CDATA[By SARAH TROTTO, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — As the White Sox were slugging their way to a 22-1 victory over the Royals on Friday night, former player Ron Kittle was getting married in a ballpark suite with Chicago chairman Jerry Reinsdorf officiating.]]></description><pubDate>Sat, 27 Jun 2026 21:29:35 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — As the White Sox were slugging their way to a 22-1 victory over the Royals on Friday night, former player Ron Kittle was getting married in a ballpark suite with Chicago chairman Jerry Reinsdorf officiating.</p><p>Kittle tied the knot with his girlfriend, Barbara, in Reinsdorf’s suite during Chicago’s 10-run third inning. The White Sox went on to score their most runs since a 22-13 victory at Boston on May 31, 1970.</p><p>“He’s so superstitious he might marry somebody today in the bottom of the third,” Kittle, the 1983 AL Rookie of the Year, said Saturday about Reinsdorf.</p><p>Harold Baines and Greg Walker, Kittle’s teammates on the 1983 White Sox squad, and their spouses also attended the quick ceremony.</p><p>“My better half doesn’t want any notoriety, recognition. She wants to keep it to herself,” Kittle said. “But I invited Harold Baines and his wife and Greg Walker and his wife, and we did it and I was pretty excited. I think Jerry is excited. We’ve become a family over the years.”</p><p>The 1983 White Sox, who won the AL West, were honored before Saturday’s game between Chicago and Kansas City.</p><p>Kittle said he also is ordained and that he officiated a wedding in the outfield last season on Bill Veeck Day.</p><p>“Now I’m the only player to marry someone at the park and get married at the park," Kittle said. “And I’m good.”</p><p>Other members of the 1983 team who attended the pregame reunion at Rate Field were Hall of Famer Tony La Russa, who serves as a White Sox special adviser, Richard Dotson and Greg Luzinski.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KJUYRL74NSOENDUKUHGOM5AFHY.jpg?auth=ffa844ee10293259b879bcde871559cfa8e4f6779849cab610d1ba8337d467bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Chicago White Sox player Ron Kittle is honored with the 1983 White sox team before a baseball game between the Chicago White Sox and the Kansas City Royals Saturday, June 27, 2026, in Chicago. (AP Photo/David Banks)]]></media:description><media:credit role="author" scheme="urn:ebu">David Banks</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Centro Comunitario AFE hosts collection drive in Miami-Dade ]]></title><link>https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The Centro Comunitario Amor, Fe y Esperanza plans to host a collection drive on Saturday in northwestern Miami-Dade County to benefit the victims of the two earthquakes in Venezuela.]]></description><pubDate>Sat, 27 Jun 2026 02:28:51 +0000</pubDate><content:encoded><![CDATA[<p>The Centro Comunitario Amor, Fe y Esperanza plans to host a collection drive on Saturday in northwestern Miami-Dade County to benefit the victims of the two earthquakes in Venezuela.</p><p>The nonprofit organization, founded in 2009, plans to welcome the public’s drop-off donations from 9:30 a.m. to 3 p.m. on Saturday at 6090 NW 84th Ave., north of Doral and south of Medley. </p><p>The nonprofit plans to hand the donations to the Doral-based Global Empowerment Mission, a nonprofit organization committed to delivering disaster relief to those in need in northern Venezuela. </p><p>The volunteers will not be accepting clothing, shoes, or linens. They welcome nonperishable food, bottled water, emergency supplies such as batteries and first aid kits, personal hygiene products, diapers, protective gear such as gloves and KN95 masks, tarps, industrial trash bags, and shovels. </p><p>For more information about how to volunteer or donate, <a href="https://www.centroafe.org/en/ayudemos-a-venezuela" target="_self" rel="" title="https://www.centroafe.org/en/ayudemos-a-venezuela">visit this page</a> or call 305-602-4466. </p><p><u><b>Related list</b></u>: <a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">Drop-off locations in South Florida</a></p><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/276KWOYUTHSOZQGYF75TFLJH5U.jpg?auth=6630e5f002bdaab42c21ea06370c5c210c712271878ab05ec2a259da9da72518&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents walks through the rubble two days after earthquakes struck Catia La Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Trump says he is nominating former Oklahoma state trooper Lance Schroyer as ICE director]]></title><link>https://www.local10.com/news/politics/2026/06/27/trump-says-he-is-nominating-former-oklahoma-state-trooper-lance-schroyer-as-ice-director/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/27/trump-says-he-is-nominating-former-oklahoma-state-trooper-lance-schroyer-as-ice-director/</guid><dc:creator><![CDATA[By ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — President Donald Trump on Saturday said he is nominating Lance Schroyer, a former Oklahoma state trooper, as the next director of Immigration and Customs and Enforcement.]]></description><pubDate>Sat, 27 Jun 2026 21:54:00 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — President Donald Trump on Saturday said he is nominating Lance Schroyer, a former Oklahoma state trooper, as the next director of Immigration and Customs and Enforcement.</p><p>Trump said on his Truth Social platform that his new pick for the immigration enforcement agency is a former U.S. Marine and a “PATRIOT with real operational experience." He called Schroyer a "proven leader with DECADES of experience locking up the worst of the worst.”</p><p>Schroyer hails from the same home state as the new Department of Homeland Security Secretary Markwayne Mullin, a former congressman. Earlier this month, Mullin brought Schroyer onstage at a National Sheriffs' Association event, calling him a “good friend of mine" and noting DHS had recently hired him.</p><p>On Saturday, Mullin quickly praised Schroyer in a statement highlighting the former trooper's 29-year career and his work with federal and state partners on a U.S. immigration enforcement program.</p><p>“President Trump made a great pick, and I’m confident Lance’s strong leadership and firsthand experience will empower the men and women of ICE to deport criminal illegal aliens, secure the homeland, and protect the American people,” Mullin said.</p><p>If confirmed, Schroyer will lead ICE at a time when the public mood has soured on Trump’s immigration crackdown, which sent surges of federal immigration officers into American cities to round up immigrants. Those raids sent tensions soaring and prompted clashes between protesters and law enforcement, leading to the fatal shootings of two U.S. citizens in Minneapolis earlier this year.</p><p>Trump returned to the White House on a promise of mass deportations, and ICE has been a central executor of that vision. The agency is undergoing massive growth from a one-time injection of $75 billion last year, which has allowed for the hiring of 12,000 officers and increased detention capacity.</p><p>Mullin, who started in his role in March, has promised to keep his department out of the headlines and has indicated a softer tone on immigration, although he is expected to align with the president’s priorities on mass deportations.</p><p>Claire Trickler-McNulty, a former senior ICE official, said prior confirmed ICE directors have often been attorneys, though some state and local law enforcement officials have also been nominated. She said his background in Oklahoma suggests Mullin likely had influence over the pick.</p><p>“I think probably given the attention on ICE, he wants to feel like he has somebody he can trust in there,” she said in an interview.</p><p>John Torres, another senior ICE official, said Schroyer faces an uphill climb toward Senate confirmation but his experience being at the state and local level instead of the federal level might help.</p><p>“He won't have any of that baggage, where they're going to turn around and say, oh, well, he worked for this administration or that,” Torres said.</p><p>Schroyer's nomination comes after former ICE director Todd Lyons resigned at the end of May. David Venturella, a former executive at a private prison operator, has been serving as the acting head of the agency. Venturella is expected to stay on as the acting director until Schroyer is Senate confirmed, according to a DHS official speaking on condition of anonymity.</p><p>ICE has not had a Senate-confirmed director since the Obama administration, a result of polarizing politics around the agency and immigration policy.</p><p>___</p><p>Associated Press writers Elliot Spagat and Rebecca Santana contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3JOUMZSUY5SLUIBPKZY6F37SB4.jpg?auth=b7de40cfde281cfd9f6f3f1e260c7c1ec991261fd151ad84ba3ba569503be5c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A U.S. Immigration and Customs Enforcement agent is seen in Park Ridge, Ill., Sept. 19, 2025. (AP Photo/Erin Hooley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L6XAVKJ7QXODK5SWTANVSKI5UE.jpg?auth=891a41a24d6901f8bf84453bf0007e5e58bf5790f6ff5a3ff8098c7966d59abd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A protester supporting Immigration and Customs Enforcement agents walks on the road outside the Delaney Hall detention center on Saturday, May 30, 2026, in Newark, N.J. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AO3T7J5M7ZGX32VBFQSPEVWNVM.jpg?auth=6142f97233cdf0f4bccf2a3ea9d9260061ade967a56a0bb0d80bd11ae6252b34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Homeland Security Secretary Markwayne Mullin testifies before the House Committee on Appropriations subcommittee on Homeland Security on Capitol Hill, Thursday, June 25, 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/OTPTEHOY6BVX4ZKYRKMGWIP3HA.jpg?auth=e4b3ba797e85e0aa7b1665d63b6f108ae27d33c0c8317480399b807459f61a90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A group of immigrants attend a news conference held by the Mississippi Immigrants Rights Alliance regarding legislative proposals affecting immigrants and migrants in Mississippi, Wednesday, Jan. 25, 2023, at the Capitol in Jackson, Miss. (AP Photo/Rogelio V. Solis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rogelio V. Solis</media:credit></media:content></item><item><title><![CDATA[Pittsburgh is twin city after Penguins draft Markus Ruck in 2nd round after Liam in 1st]]></title><link>https://www.local10.com/sports/2026/06/27/pittsburgh-is-twin-city-after-penguins-draft-markus-ruck-in-2nd-round-after-liam-in-1st/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/27/pittsburgh-is-twin-city-after-penguins-draft-markus-ruck-in-2nd-round-after-liam-in-1st/</guid><dc:creator><![CDATA[By JOHN WAWROW, Associated Press]]></dc:creator><description><![CDATA[BUFFALO, N.Y. (AP) — Born eight minutes earlier than his twin brother Liam, Marcus Ruck is fine with ceding NHL draft bragging rights.]]></description><pubDate>Sat, 27 Jun 2026 19:16:27 +0000</pubDate><content:encoded><![CDATA[<p>BUFFALO, N.Y. (AP) — Born eight minutes earlier than his twin brother Liam, Marcus Ruck is fine with ceding NHL draft bragging rights.</p><p>All that mattered to Ruck on Saturday was being selected with the 39th pick in the second round by Pittsburgh in following his brother, who was drafted 22nd overall by the Penguins a day earlier.</p><p>“He can brag to me all he wants. I’m just so happy to be with him. I know he won’t brag, but if he wanted to, he could,” Ruck said. “To be with him, it’s so special.”</p><p>The twins are from Osoyoos, British Columbia, and spent the past two-plus seasons as one of the Western Hockey League’s most productive tandems in Medicine Hat. Marcus led the WHL with 108 points last season, while Liam, a right wing, finished second with 104 points.</p><p>Liam was projected to go first, and when the Penguins chose him, Markus began looking ahead to No. 39, Pittsburgh’s next turn to pick.</p><p>“I didn’t have a preference of when, I just knew where I wanted to go and who I wanted be with,” he said, noting his brother kept his spirits up overnight. “He kept me calm and told me it was going to happen. So for it to happen it’s awesome.”</p><p>The Ruck’s reunion was part of a family theme in a draft that had Caleb Malhotra going third to Vancouver, where his dad was just hired as the Canucks head coach.</p><p>The Calgary Flames opened the third round by selecting WHL Vancouver forward Joe Iginla. He’s the youngest son of Hall of Famer and longtime Flames star Jarome Iginla, and his selection came after older brother Tij went No. 6 to Utah in the 2024 draft.</p><p>Rogowski picks hockey over baseball</p><p>Whatever doubts Brooks Rogowski had in choosing hockey over baseball quickly evaporated following the first pick in the second round of the NHL draft.</p><p>The 18-year-old from Livonia, Michigan, had taken his seat with his family on the draft floor, when NHL deputy commissioner Bill Daly announced Rogowski had been selected at No. 33 by the Vancouver Canucks.</p><p>“You sit down for five minutes and you’re standing back up. So that was nice not having to sit a while,” Rogowski said. “But the relief was immediate. You hear your name called and all the stresses just kind of fall off you. It’s great, it’s been awesome.”</p><p>And the selection validates the choice the 6-foot-7, 235-pound Rogowski made two years ago. In picking hockey, after being drafted by the OHL Oshawa Generals, he put baseball behind him — and to the regret of his father and uncle, who both enjoyed minor-league baseball careers.</p><p>His father, Casey, was drafted by the Chicago White Sox and his uncle, Ryan, drafted by the Dodgers.</p><p>“Obviously they’re still sad about baseball, but I think this was the right decision,” Rogowski said. “You know, get to wear a nice jersey, so I think that they’re more than happy with that.”</p><p>Rogowski has made a commitment to play at Michigan State in two years, and appreciates he still has plenty of room to develop after focusing more on baseball than hockey growing up.</p><p>“I have a lot more to improve,” he said. “You have a lot of these guys who have been doing this for a long time. I’m still relatively new to it, and I think there’s a lot more to me that needs to come out.”</p><p>His trajectory is pointing up. As a rookie, Rogowski had 11 goals and 23 points in 66 games with Oshawa, and built on that with 42 points (15 goals) in 46 games last season.</p><p>Not bad for the former first baseman.</p><p>“Exactly. It’s very different,” Rogowski said comparing the two sports. “I have always been a decent hockey player, but I think the rapid growth, I can attribute to athletic ability.”</p><p>A day after pop icon Justin Bieber took the stage to announce the Toronto Maple Leafs taking Penn State forward Gavin McKenna with the No. 1 pick, there were several notable highlights over the final six rounds on Saturday.</p><p>Golden Knights 2nd-round pick forfeited</p><p>The second round featured just 31 selections with the Vegas Golden Knights forfeiting their 63rd pick after being sanctioned by the league for violating media regulations. Former Vegas coach John Tortorella was also fined $100,000 for refusing to speak to reporters following a second-round-series-clinching Game 6 victory at Anaheim.</p><p>Another notable selection came at No. 40, when the Florida Panthers used their first pick of the draft on right winger Simas Ignatavicius. Though born in Memphis, he relocated with his family to their native Lithuania, a nation that by his count has four hockey rinks.</p><p>Though his father played basketball, Ignatavicius was drawn to hockey at age 3 while watching a practice at a rink inside a shopping mall. Six years ago, the 18-year-old moved to Switzerland to develop his skills.</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZYMUVA7JZFXLOVQ363M4SWPHKM.jpg?auth=7a030d2db4eeb8af730f3211ef62427d1d2573ee87cc50a2a33d688b1caf8028&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Liam Ruck, right, stands with NHL Commissioner Gary Bettman after being drafted by the Pittsburgh Penguins during the NHL hockey draft Friday, June 26, 2026, in Buffalo, N.Y. (AP Photo/Adrian Kraus)]]></media:description><media:credit role="author" scheme="urn:ebu">Adrian Kraus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W4TRI7EII6U2BZUHCSJQ3FEMP4.jpg?auth=48dff90ab3e5e4a85a78cb09142387285cffb4bcae30796300e82b05c75a4253&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Medicine Hat center Markus Ruck addresses reporters after being selected by the Pittsburgh Penguins with the 39th pick at the NHL draft at the KeyBank Center in Buffalo, N.Y., on Saturday, June 27, 2026. (AP Photo/John Wawrow)]]></media:description><media:credit role="author" scheme="urn:ebu">John Wawrow</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YTKSHZSIBAZRM5QT3HGWMDHGW4.jpg?auth=48f6395903837edb584a748a42df37a14f1ea620e86f9a6030843c38682fc941&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brooks Rogowski addresses reporters after being selected by the Vancouver Canucks with the first pick in the second round of the NHL draft at the KeyBank Center in Buffalo, N.Y., on Saturday, June 27, 2026. (AP Photo/John Wawrow)]]></media:description><media:credit role="author" scheme="urn:ebu">John Wawrow</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JAXO4KEC7AUDIXRDIVJ4FSDJ3M.jpg?auth=d315fe6c6b3011b5e9b1d797b2a468e32b315a035a3e164c990da1d7366b0d63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Eleven-year-old Pierce Switzer, center, shoots pucks outside Key Bank Center before the NHL hockey draft Friday, June 26, 2026, in Buffalo, N.Y. (AP Photo/Adrian Kraus)]]></media:description><media:credit role="author" scheme="urn:ebu">Adrian Kraus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KAZCG32TLEH5LDNZHEF73VCXAM.jpg?auth=ca0c7cf9850289d034d151e433ea3db16ced059b95100295abff79ddc572f271&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gavin McKenna arrives on the red carpet before the NHL hockey draft Friday, June 26, 2026, in Buffalo, N.Y. (AP Photo/Adrian Kraus)]]></media:description><media:credit role="author" scheme="urn:ebu">Adrian Kraus</media:credit></media:content></item><item><title><![CDATA[Vancouver turns its Science World museum into a giant 17-story soccer ball for the World Cup]]></title><link>https://www.local10.com/news/weird-news/2026/06/27/vancouver-turns-its-science-world-museum-into-a-giant-17-story-soccer-ball-for-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/06/27/vancouver-turns-its-science-world-museum-into-a-giant-17-story-soccer-ball-for-the-world-cup/</guid><dc:creator><![CDATA[By ANNE M. PETERSON, Associated Press]]></dc:creator><description><![CDATA[VANCOUVER, British Columbia (AP) — It started with a whimsical idea. Why not transform the landmark Science World museum in downtown Vancouver, the geodesic dome-topped building not far from BC Place stadium, into a gigantic 17-story soccer ball for the World Cup?]]></description><pubDate>Sat, 27 Jun 2026 18:56:32 +0000</pubDate><content:encoded><![CDATA[<p>VANCOUVER, British Columbia (AP) — It started with a whimsical idea. Why not transform the landmark Science World museum in downtown Vancouver, the geodesic dome-topped building not far from BC Place stadium, into a gigantic 17-story soccer ball for the World Cup?</p><p>Easier said than done, actually. But now the larger-than-life replica match ball has become the iconic symbol for Vancouver during the World Cup, a favored shot by both broadcasters and social media posts.</p><p>Some two years ago, Science World, stadium and host city officials were discussing the best ways to capitalize on the World Cup coming to their city.</p><p>“We were kind of saying, well, we should definitely wrap the dome as a soccer ball, right? And it was kind of a joke, because then it was like, well, who’s going to pay for it and how do we do it? So many questions,” said Rob Hollingsworth, senior director for commercial Sales and partnerships at Science World. “But I think in this instance the idea was actually the easy bit, because you know we’ve got a massive ball on our roof.”</p><p>Adidas, which designed the World Cup's official match ball, agreed to allow the replica. Local businesses, organizations and government agencies pitched in to help pay for the project. The only question left was how to pull it off.</p><p>The normally silver dome has been a fixture of the Vancouver skyline since it was built for the 1986 World's Fair. At the 2010 Winter Games, it served as the Sochi House to preview the 2014 Olympics. And it has long housed Science World, a museum that includes an IMAX theater.</p><p>But when the decision was made to transform it into an enormous soccer ball there were some complications. The only schematics for the building were the original hand-drawn blueprints by local architect Bruno Freschi.</p><p>So a drone was dispatched to take detailed laser measurements of each of the geodesic dome's many panels. To everyone's dismay, all of the panels were slightly different.</p><p>Yet, pliable panels were manufactured and numbered for their precise locations, then installed and connected with special ties to give slightly in windy conditions.</p><p>“We’d orientated it really with broadcast in mind, so you’ll notice that the logo on the ball, that the trophy faces kind of southeast, so that if you’re getting the shot, that iconic Vancouver shot, that lines up Science World, with the stadium, with downtown, with the water and the mountains, you get everything in one," Hollingsworth said.</p><p>Turns out, however, that Science World isn't just a soccer ball during the World Cup, it's still a museum and it's hosting a special exhibit, Soccer and Technology, from the FIFA Museum.</p><p>It's the first time the immersive exhibit has been displayed outside of Zurich. Science World tweaked it to add a bit of Canadian flavor, like national star Christine Sinclair's jersey worn during the gold medal match at the Tokyo Olympics, and the match ball from the 2022 men's World Cup in Qatar when Alphonso Davies scored Canada's first-ever goal in the tournament.</p><p>The museum has seen a rise in visitors during the tournament, but nothing prepared Science World for the visual explosion on social media, which is filled with photos of the dome, Hollingsworth said.</p><p>“We hoped that this would be what happened, but we had no idea, really. In the context of the World Cup, we were one of 16 host cities, so we didn’t know what everyone else was doing, we just knew what we were doing. But we hoped above all it would be a shot that broadcasters would pick up as being kind of the iconic Vancouver shot, and that it would travel around the world in that way during the tournament, and I believe it has,” he said. "What we didn’t know or necessarily foresee is just the organic earned media and the organic social media that’s happening every single day."</p><p>___</p><p>See more of AP’s World Cup coverage here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UGMC6ANQ4R7UJOQ4TT7EIL6YJM.jpg?auth=7faa9ffd920df6e15e76a8bdae38660afb1bea1da75936ba1b3539cefbe8d8e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Science World, which has been transformed into a World Cup Trionda soccer ball is seen near BC Place Stadium in Vancouver, British Columbia, Thursday, June 11, 2026, ahead of the World Cup soccer tournament. (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/EKM7LOXYEHDW5OOTHQO3RE5KF4.jpg?auth=dd28b98b54ef2e380572d262baf2c3656248c93ead557fd46a63bbb013ef65d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A giant FIFA World Cup match ball is displayed at Science World, Thursday, June 25, 2026 in Vancouver, British Columbia. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Pembroke Pines police officers announce collection drive]]></title><link>https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The Pembroke Pines Police Department announced on Saturday that they are preparing for a collection drive on Tuesday to help victims of the recent earthquake in northern Venezuela. ]]></description><pubDate>Sat, 27 Jun 2026 18:03:09 +0000</pubDate><content:encoded><![CDATA[<p>The Pembroke Pines Police Department <a href="https://x.com/PPinesPD/status/2070895744022614035/photo/2" target="_self" rel="" title="https://x.com/PPinesPD/status/2070895744022614035/photo/2">announced</a> on Saturday that they are preparing for a collection drive to help victims of the recent earthquake in northern Venezuela. </p><p>The police officers will join a team collecting disaster relief donations from 6 a.m. to 10 p.m. at The Shops at Pembroke Gardens at 527 SW 145th Terrace, in Pembroke Pines.</p><p>The team will not be accepting clothes or linens. The <a href="https://www.globalempowermentmission.org/wp-content/uploads/2026/06/GEM-VENEZUELA-EARTHQUAKE-v4.pdf" target="_self" rel="" title="https://www.globalempowermentmission.org/wp-content/uploads/2026/06/GEM-VENEZUELA-EARTHQUAKE-v4.pdf">items the team hopes to receive</a> include nonperishable food, tents, cots, air mattresses, emergency supplies, cleaning and repair supplies, and protective gear. </p><p>The donations will be delivered to the local nonprofit Global Empowerment Mission’s warehouse in Doral. </p><figure><img src="https://www.local10.com/resizer/v2/3H7BHQPSN5BXNMQMC7PVZJBDAU.jpg?auth=330db185cabab00712461b97bc0893a84ebb95387a8263049ffc0175dde7b35e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><p><u><b>Related list</b></u>: <a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">Drop-off locations in South Florida</a></p><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb partners with nonprofit CADENA for emergency housing </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi aims to protect vulnerable children</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Officials close La Guaira, require volunteers to register in Caracas </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon donates to Airlink to help charities with logistics</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Miami-Dade rescue teams set to deploy for earthquake relief]]></title><link>https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-dade-rescue-teams-set-to-deploy-for-earthquake-relief/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-dade-rescue-teams-set-to-deploy-for-earthquake-relief/</guid><dc:creator><![CDATA[Gabrielle Arzola, Ryan Mackey]]></dc:creator><description><![CDATA[The U.S. Southern Command announced Saturday that it is sending additional military resources to Venezuela as part of the U.S. government’s ongoing earthquake relief mission, which was requested by the Venezuelan government and is being led by the U.S. State Department.]]></description><pubDate>Sat, 27 Jun 2026 17:24:15 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. Southern Command announced Saturday that it is sending <a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/">additional military resources</a> to Venezuela as part of the U.S. government’s ongoing earthquake relief mission, which was requested by the <a href="https://www.local10.com/news/world/2026/06/27/desperate-race-for-survivors-in-venezuela-enters-day-3-after-deadly-twin-quakes/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/desperate-race-for-survivors-in-venezuela-enters-day-3-after-deadly-twin-quakes/">Venezuelan government</a> and is being led by the U.S. State Department.</p><p><a href="https://www.local10.com/news/local/2026/06/27/ayudan-a-venezuela-equipos-de-rescate-de-miami-dade-se-preparan-para-desplegarse-tras-los-terremotos/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/ayudan-a-venezuela-equipos-de-rescate-de-miami-dade-se-preparan-para-desplegarse-tras-los-terremotos/">Leer en español</a></p><p>Officials said a Contingency Response Element is being deployed to help Venezuelan officials assess airports, manage airfields and safely restore air traffic in areas impacted by the earthquake. </p><p>They said five U.S. Air Force C-17 Globemaster aircraft are expected to begin transporting the team to Venezuela starting Saturday. The deployment builds on the work already being done by a U.S. military Airfield Assessment Team alongside Venezuelan officials and the U.S. interagency response team.</p><p>Another C-17 aircraft will fly <a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">two Miami-Dade County urban search and rescue teams to Venezuela</a> to assist with search-and-rescue operations in the hardest-hit areas, according to Steven McCloud, a spokesperson with the U.S. Southern Command. </p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Delivering life-saving capabilities to Venezuela.<br><br>Today, <a href="https://x.com/usairforce?ref_src=twsrc%5Etfw">@usairforce</a> C-17 Globemaster aircraft are transporting two <a href="https://x.com/MiamiDadeFire?ref_src=twsrc%5Etfw">@MiamiDadeFire</a> search and rescue teams to Venezuela. These skilled responders will join <a href="https://x.com/StateDept?ref_src=twsrc%5Etfw">@StateDept</a>-led U.S. government earthquake relief efforts. <a href="https://x.com/hashtag/SOUTHCOM?src=hash&amp;ref_src=twsrc%5Etfw">#SOUTHCOM</a>… <a href="https://t.co/4eWcaCxYCZ">pic.twitter.com/4eWcaCxYCZ</a></p>&mdash; U.S. Southern Command (@Southcom) <a href="https://x.com/Southcom/status/2070904580116812251?ref_src=twsrc%5Etfw">June 27, 2026</a></blockquote><p>McCloud said U.S. Marine Corps MV-22 Osprey aircraft will continue moving personnel and supplies in support of the international relief effort. A Marine Corps UH-1Y Super Huey helicopter aboard the USS Fort Lauderdale will also provide air support for relief operations.</p><p>Meanwhile, U.S. Army CH-47 Chinook helicopters and their crews from Joint Task Force-Bravo are being positioned in Curaçao and will be ready to provide additional airlift support if needed, according to McCloud.</p><p>McCloud said the U.S. Space Force is also supporting the mission by providing satellite imagery to help disaster planners identify the areas with the greatest need and prioritize life-saving assistance.</p><p>SOUTHCOM officials said planning for additional military support is continuing in coordination with the State Department, the Venezuelan government and international partners.</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[Millions drop Obamacare health coverage after subsidies expire and costs rise]]></title><link>https://www.local10.com/news/national/2026/06/27/millions-drop-obamacare-health-coverage-after-subsidies-expire-and-costs-rise/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/27/millions-drop-obamacare-health-coverage-after-subsidies-expire-and-costs-rise/</guid><dc:creator><![CDATA[By ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — About 3 million fewer people in the United States had Affordable Care Act health insurance plans in February compared with the same time last year, according to new federal data.]]></description><pubDate>Sat, 27 Jun 2026 17:51:18 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — About 3 million fewer people in the United States had Affordable Care Act health insurance plans in February compared with the same time last year, according to new federal data.</p><p>In the report released Friday, the U.S. Department of Health and Human Services suggested the 13% drop in enrollment from 22.1 million people in 2025 to 19.2 million this year could be attributed to a federal crackdown on fraudulent or “phantom” enrollment. But health analysts said it was more likely related to the Jan. 1 expiration of federal subsidies, which caused a surge in plan costs that resulted in many people being unable to pay their premiums.</p><p>“We know that real people lost their health insurance coverage,” said Cynthia Cox, a vice president and director of the ACA program at the healthcare research nonprofit KFF, citing survey findings on people who had left their plans. “This coverage loss happened at the same time millions of people faced double or even triple digit increases in their premium payments.”</p><p>The new data, compiled in April but showing coverage in February, represents the government's first official look at how people's inability to pay their first bills this year affected total enrollment. That is because the figures capture the marketplace after a nonpayment grace period expired.</p><p>A federal estimate in January showed that about 800,000 fewer people had signed up for ACA plans compared with the same time last year, marking the first time in the past four years that enrollment had been down from the previous year at that point in the shopping window.</p><p>Cox said KFF expects the total number of people in the government healthcare program to continue to decline throughout the year, potentially to a low of about 17.5 million. That would be a significant drop for the government’s flagship subsidized health insurance program for working-age people who do not qualify for Medicaid. In recent years, ACA plans have become a popular choice for gig workers, farmers, ranchers, hairstylists and others without health coverage through an employer.</p><p>The ACA subsidies that expired this year were at the center of a bitter fight in Congress last fall, with Democrats and some Republicans calling for their renewal. Sharp increases in health costs across ACA and other health insurance programs come as voters in the approaching November elections say affordability is among their top concerns.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6IAGUUFEXA4GZG7KGLCHIL7XAQ.jpg?auth=7035aed2b7e22a3265b9451c13505978c72e13824c6a1418d5b1e02fb1c32b74&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man walks by an healthcare insurance office in Hialeah, Fla., July 27, 2017, (AP Photo/Alan Diaz, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alan Diaz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CMRIGHQ5QGMA3LM43JKMN24JPI.jpg?auth=1cfeef4673d9892157311de98363d3550328f48a2665f9c2e411140245503249&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The HealthCare.gov website, where people can buy health insurance, is displayed on a laptop screen in Washington, Oct. 6, 2015. (AP Photo/Andrew Harnik, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Harnik</media:credit></media:content></item><item><title><![CDATA[Ayudan a Venezuela: Equipos de rescate de Miami-Dade se preparan para desplegarse tras los terremotos  ]]></title><link>https://www.local10.com/news/local/2026/06/27/ayudan-a-venezuela-equipos-de-rescate-de-miami-dade-se-preparan-para-desplegarse-tras-los-terremotos/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/ayudan-a-venezuela-equipos-de-rescate-de-miami-dade-se-preparan-para-desplegarse-tras-los-terremotos/</guid><dc:creator><![CDATA[Gabrielle Arzola, Ryan Mackey]]></dc:creator><description><![CDATA[El Comando Sur de Estados Unidos anunció el sábado que está enviando recursos militares adicionales a Venezuela como parte de la misión continua de ayuda tras los terremotos del gobierno de Estados Unidos, solicitada por el gobierno de Venezuela y liderada por el Departamento de Estado de Estados Unidos.  ]]></description><pubDate>Sat, 27 Jun 2026 17:50:42 +0000</pubDate><content:encoded><![CDATA[<p>El Comando Sur de Estados Unidos anunció el sábado que está enviando <a href="https://www.local10.com/topic/Helping_Venezuela/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Helping_Venezuela/">recursos militares adicionales</a> a Venezuela como parte de la misión continua de ayuda tras los terremotos del gobierno de Estados Unidos, solicitada por el gobierno de Venezuela y liderada por el Departamento de Estado de Estados Unidos.</p><p>Las autoridades informaron que un Elemento de Respuesta de Contingencia será desplegado para ayudar a las autoridades venezolanas a evaluar los aeropuertos, administrar los aeródromos y restablecer de forma segura el tráfico aéreo en las zonas afectadas por el terremoto.</p><p>Indicaron que cinco aeronaves C-17 Globemaster de la Fuerza Aérea de Estados Unidos comenzarán a transportar al equipo hacia Venezuela a partir del sábado. El despliegue amplía el trabajo que ya realiza un Equipo de Evaluación de Aeródromos del Ejército de Estados Unidos junto con autoridades venezolanas y el equipo de respuesta interinstitucional de Estados Unidos.</p><p>Otra aeronave C-17 trasladará a <a href="https://www.local10.com/news/local/2026/06/26/ayuda-a-venezuela-departamento-de-estado-despliega-equipo-de-busqueda-y-rescate-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/26/ayuda-a-venezuela-departamento-de-estado-despliega-equipo-de-busqueda-y-rescate-de-miami-dade/">dos equipos de búsqueda y rescate urbano del condado Miami-Dade a Venezuela</a> para ayudar en las operaciones de búsqueda y rescate en las zonas más afectadas, según Steven McCloud, portavoz del Comando Sur de Estados Unidos. </p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Delivering life-saving capabilities to Venezuela.<br><br>Today, <a href="https://x.com/usairforce?ref_src=twsrc%5Etfw">@usairforce</a> C-17 Globemaster aircraft are transporting two <a href="https://x.com/MiamiDadeFire?ref_src=twsrc%5Etfw">@MiamiDadeFire</a> search and rescue teams to Venezuela. These skilled responders will join <a href="https://x.com/StateDept?ref_src=twsrc%5Etfw">@StateDept</a>-led U.S. government earthquake relief efforts. <a href="https://x.com/hashtag/SOUTHCOM?src=hash&amp;ref_src=twsrc%5Etfw">#SOUTHCOM</a>… <a href="https://t.co/4eWcaCxYCZ">pic.twitter.com/4eWcaCxYCZ</a></p>&mdash; U.S. Southern Command (@Southcom) <a href="https://x.com/Southcom/status/2070904580116812251?ref_src=twsrc%5Etfw">June 27, 2026</a></blockquote><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Calor extremo agobia a Europa central: Suiza, Dinamarca y República Checa baten récords]]></title><link>https://www.local10.com/espanol/2026/06/27/calor-extremo-agobia-a-europa-central-alemania-suiza-dinamarca-y-republica-checa-baten-records/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/27/calor-extremo-agobia-a-europa-central-alemania-suiza-dinamarca-y-republica-checa-baten-records/</guid><dc:creator><![CDATA[Por KIRSTEN GRIESHABER, SYLVIA HUI y JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[BERLÍN (AP) — Las temperaturas alcanzaron máximos históricos el sábado desde Suiza hasta República Checa y Dinamarca, mientras la ola de calor que afectó a países de Europa occidental esta semana se desplaza hacia las zonas central y oriental del continente.]]></description><pubDate>Sat, 27 Jun 2026 19:20:03 +0000</pubDate><content:encoded><![CDATA[<p>BERLÍN (AP) — Las temperaturas alcanzaron máximos históricos el sábado desde Suiza hasta República Checa y Dinamarca, mientras la ola de calor que afectó a países de Europa occidental esta semana se desplaza hacia las zonas central y oriental del continente.</p><p>Se registraron temperaturas inusualmente altas incluso en los países nórdicos, que no son conocidos por tener veranos sofocantes. El Instituto Meteorológico Danés reportó un nuevo récord de 37 grados Celsius (98,6 grados Fahrenheit) en Ødum, al norte de Aarhus, el día más cálido desde que comenzaron los registros en 1874.</p><p>En Suiza, se estableció un récord de 38,8 °C (101,8 °F) en la ciudad de Basilea.</p><p>La famosa Autobahn alemana también se vio desbordada, ya que se esperaba que las temperaturas alcanzaran los 40 °C (104 °F). En dos puntos a las afueras de Berlín, el concreto de la A2 reventó debido a las altas temperaturas y la autopista tuvo que ser cerrada. También se reportaron otros daños en carreteras en todo el país, según el diario alemán Bild.</p><p>El operador ferroviario Deutsche Bahn y otras compañías de trenes desaconsejaron todos los viajes no esenciales en tren este fin de semana.</p><p>“La infraestructura de transporte de Alemania se ve gravemente afectada por el calor récord este fin de semana”, señaló Deutsche Bahn en un comunicado.</p><p>República Checa también vivió el día más caluroso del que se tiene registro, con 40,8 °C (105,4 °F) en la localidad norteña de Doksany. Los meteorólogos indicaron que la temperatura aún podría subir.</p><p>Evacuan a residentes de un asilo en Alemania</p><p>En la ciudad de Dormagen, en el oeste de Alemania, decenas de residentes de un asilo de ancianos fueron evacuados para recibir atención médica debido a las peligrosas condiciones de calor dentro del edificio.</p><p>El cuerpo de bomberos local informó que las temperaturas en el interior de la institución habían alcanzado los 35 °C (95 °F). El uso de aire acondicionado no es algo tan común en Alemania y en muchos otros países de Europa dado que la mayor parte del continente no está acostumbrado a un calor tan agobiante.</p><p>Un residente del asilo murió durante la noche, pero aún no se sabe si el calor fue la causa, indicó un portavoz de la ciudad a la agencia de noticias alemana dpa.</p><p>Hospitales bajo intensa presión en Francia</p><p>En Francia, varias localidades del este del país registraron el sábado sus temperaturas más altas de la historia, algunas incluso por encima de los 40 °C (104 °F), aunque lo peor de la ola de calor empezaba a pasar en algunas regiones.</p><p>París y otras 36 regiones, que se extienden desde el centro hacia el este y el noreste, permanecían el sábado en la zona roja por calor extremo, frente a un pico el jueves de 72 regiones bajo esas advertencias. La capital seguía bajo una presión incesante en sus hospitales, con un segundo día consecutivo de casi 3.000 personas buscando atención en las salas de urgencias de los hospitales públicos, alrededor de un tercio más de lo normal.</p><p>La autoridad de hospitales públicos de París informó que activó su plan de respuesta de emergencia en los 38 hospitales para hacer frente a un aumento continuo de la actividad. Las llamadas a sus centros de despacho médico aumentaron casi un 80% en comparación con el mismo periodo de 2025, añadió.</p><p>La preocupación de que los hospitales pudieran verse desbordados llevó a posponer el sábado la marcha del Orgullo de París por los derechos LGBTQ+ y a cancelar un festival de música de tres días.</p><p>Las temperaturas de esta semana han sido más altas que las de la histórica ola de calor de 2003, a la que se atribuyeron 15.000 muertes relacionadas con las altas temperaturas, muchas de ellas de personas mayores. El director de AP-HP, Nicolas Revel, afirmó que no espera tantas muertes esta vez, al menos en los hospitales de París, en parte porque desde entonces ha mejorado el tratamiento de los trastornos provocados por el calor excesivo.</p><p>El año pasado, durante otro verano excepcionalmente caluroso, se atribuyeron al calor más de 5.700 muertes, según la autoridad de salud pública de Francia.</p><p>“Creo que nos situaremos, claramente, entre 2025 y sin alcanzar necesariamente el nivel catastrófico de 2003”, señaló Revel. “Pero tenemos que prever que, aun así, habrá muchas muertes”.</p><p>Bajan temperaturas en el Reino Unido tras 3 días de calor récord</p><p>En el Reino Unido, se espera que las condiciones sofocantes disminuyan gradualmente este fin de semana, aunque una advertencia ámbar —un nivel por debajo de la roja— se mantenía vigente hasta la noche del sábado.</p><p>Los británicos tuvieron dificultades para sobrellevar la semana, ya que el récord de temperatura de junio fue superado tres días seguidos. Se confirmó que el viernes fue el día de junio más caluroso registrado en el país, con una temperatura provisional de 37,3 °C (99 °F) en el este de Inglaterra.</p><p>La temperatura fue más de 1 °C más alta que el récord de calor de junio en el Reino Unido, establecido en el verano de 1976.</p><p>El sábado, la policía informó que se recuperaron los cuerpos de un joven de 22 años y un adolescente de 15 años de un lago y un río. Las muertes elevan a cuatro el total de fallecimientos relacionados con el calor en el Reino Unido esta semana.</p><p>Las autoridades han advertido a la población que extreme las precauciones al nadar en zonas sin supervisión, como ríos o lagos, tras la muerte de alrededor de 40 personas en Francia durante la última semana.</p><p>Turistas se calcinan en Roma en medio de alerta roja por calor</p><p>En la capital de Italia, que permanece bajo alerta roja por calor, los turistas intentaban refrescarse buscando la sombra cerca de los edificios y metiendo la cabeza bajo las fuentes públicas. Los vendedores ambulantes hacían un buen negocio vendiendo agua embotellada, sombreros y sombrillas.</p><p>Algunos recurrieron a los clásicos italianos para aliviarse.</p><p>“Helado, pasta, porque es tradición, pero también fruta fresca y bebidas heladas; eso es lo mejor para esta temperatura”, aseguró Isabella Dold, una turista de Kempten, Alemania.</p><p>El Ministerio de Salud de Italia informó el sábado que 18 ciudades —incluidos los destinos turísticos más populares como Venecia, Florencia, Bolonia y Milán— estaban en alerta roja debido al peligro que representan las altas temperaturas.</p><p>Calor récord centra la atención en el cambio climático</p><p>En un nuevo estudio publicado el viernes por la World Weather Attribution, una colaboración de científicos con sede en Europa, se informó que el calor y la humedad récord registrados en Europa esta semana no habrían sido posibles sin el cambio climático.</p><p>En el estudio rápido se llegó a la conclusión de que el calor habría sido prácticamente imposible hace apenas cinco décadas, y que hoy es 200 veces más probable que hace 20 años.</p><p>André Corrêa do Lago, presidente de las conversaciones climáticas de la ONU conocidas como COP30, afirmó que la ola de calor ha “ayudado a reforzar la percepción de la urgencia de combatir el cambio climático”.</p><p>“Tenemos que estar de acuerdo en que el hecho de que estemos viviendo este calor increíble en Londres es un argumento contundente de que debemos actuar lo antes posible”, declaró Do Lago a The Associated Press.</p><p>___</p><p>Hui reportó desde Londres y Leicester desde París. Las periodistas de The Associated Press Trisha Thomas en Roma, Suman Naishadham en Madrid y Karel Janicek en Praga contribuyeron a este despacho.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A3IP55OO37K5P5E6ZSTSHLBQ34.jpg?auth=230d8537204e497653a7037e2696d60373841b39d450fda09ac9e3258d04d0a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas forman una fila para rellenar botellas de agua en un caluroso día de verano en el centro de la ciudad de Viena, Austria, el sábado 27 de junio de 2026. (AP Foto/Heinz-Peter Bader)]]></media:description><media:credit role="author" scheme="urn:ebu">Heinz-Peter Bader</media:credit></media:content></item></channel></rss>