<?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 21:42:56 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Police: McDonald’s employee arrested after girl, father shot outside Hallandale Beach fast food restaurant ]]></title><link>https://www.local10.com/news/local/2026/06/29/police-mcdonalds-employee-arrested-after-girl-father-shot-outside-hallandale-beach-fast-food-restaurant/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/police-mcdonalds-employee-arrested-after-girl-father-shot-outside-hallandale-beach-fast-food-restaurant/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A McDonald’s employee has been arrested after an 11-year-old girl and her father were shot outside a McDonald’s in Hallandale Beach, authorities announced Monday morning.]]></description><pubDate>Mon, 29 Jun 2026 12:39:52 +0000</pubDate><content:encoded><![CDATA[<p>A McDonald’s employee has been arrested after an 11-year-old girl and her father were <a href="https://www.local10.com/news/local/2026/06/27/bso-11-year-old-girl-man-shot-outside-hallandale-beach-mcdonalds-suspect-at-large/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/27/bso-11-year-old-girl-man-shot-outside-hallandale-beach-mcdonalds-suspect-at-large/">shot outside a McDonald’s in Hallandale Beach</a>, authorities announced Monday morning.</p><p>According to police, Ralph N-Kosi Blue III, 18, was arrested on two counts of aggravated battery and two counts of aggravated assault.</p><p>According to Hallandale Beach police, the shooting happened Saturday afternoon as the victims were waiting inside their SUV as the girl’s mother went inside the McDonald’s to pick up food. </p><p>“The investigation determined this was a targeted incident that originated outside the City of Hallandale Beach and culminated in the parking lot of 835 W. Hallandale Beach Blvd., where the suspect, who was reporting to work at McDonald’s, appears to have been the only individual who fired,” HBPD confirmed Monday in a press release. “The girl and her father, who had no connection to the dispute, were struck and transported to a nearby hospital. The father has since been released, and the child remains in stable condition.”</p><p>Detectives said they learned that two other children, ages 2 and 5, were also in the SUV at the time, but neither was injured. </p><p>While police confirmed that an incident leading to the shooting occurred outside of the city, detectives have not released a motive.</p><p>As of Monday morning, Blue was being held at the Broward County Main Jail as he awaited a bond court hearing.</p><p>“This arrest is the result of the relentless work of our detectives and the strong partnership we share with the Broward Sheriff’s Office,” Hallandale Beach police Chief Michel Michel said in statement. “A family was hurt by a reckless act of violence that had nothing to do with them. Today’s arrest is a significant step, but our investigation is far from over. We remain committed to identifying everyone involved and holding them fully accountable.”</p><p>This investigation remains ongoing and police confirmed that detectives are still “pursuing additional leads and working to identify and apprehend any other individuals involved.”</p><p>Anyone with information about the shooting is asked to call the Hallandale Beach Police Department Detective Bureau at 954-457-1400. Anonymous tips can be made by calling Broward Crime Stoppers at 954-493-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Director Carl Rinsch is sentenced to prison in $11M fraud case over unfinished Netflix show]]></title><link>https://www.local10.com/entertainment/2026/06/29/director-carl-rinsch-is-sentenced-to-prison-in-11m-fraud-case-over-unfinished-netflix-show/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/29/director-carl-rinsch-is-sentenced-to-prison-in-11m-fraud-case-over-unfinished-netflix-show/</guid><dc:creator><![CDATA[By JENNIFER PELTZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Hollywood writer-director Carl Rinsch was sentenced Monday to 2 1/2 years in prison after being convicted of defrauding Netflix out of $11 million for a never-finished sci-fi series. Supporters including Keanu Reeves had asked the court to show him leniency.]]></description><pubDate>Mon, 29 Jun 2026 21:26:10 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Hollywood writer-director Carl Rinsch was sentenced Monday to 2 1/2 years in prison after being convicted of defrauding Netflix out of $11 million for a never-finished sci-fi series. Supporters including Keanu Reeves had asked the court to show him leniency.</p><p>Rinsch, best known for the 2013 samurai fantasy film “47 Ronin,” was convicted in December of federal wire fraud and other charges. According to prosecutors and trial testimony, he told Netflix he needed $11 million to finish a show called “White Horse” but diverted the money into a personal account and ultimately spent whopping sums on luxury cars, watches, clothes and household goods, including $638,000 on two mattresses.</p><p>Rinsch, 48, and his lawyers told the court Monday that his behavior was fueled by mental health struggles and medication problems, which they said he is now addressing with a new care provider.</p><p>“This process has forced me to confront things about my health, my judgment and my life,” Rinsch said. He apologized for his behavior, acknowledged that “real harm was caused,” and explained: “I failed to recognize the danger of the state I was in.”</p><p>His psychological troubles weren't described in court, and he and his lawyers declined to detail them afterward.</p><p>Prosecutors argued that Rinsch —- who also owes about $11 million in restitution — should serve five years in prison.</p><p>“Mr. Rinsch had every possible advantage,” including family money, an elite education, famous friends and a high-flying career, prosecutor David Markewitz told the court. Rinsch's motive, the prosecutor said, “was naked greed.”</p><p>Rinsch, who also has used the name Carl Erik Rinsch professionally, hails from the Los Angeles area and began making short films as a teenager. He later directed commercials, then got attention for “47 Ronin,” which stars Reeves. His character leads outcast samurai seeking to avenge their master's killing.</p><p>Rinsch “bring exceptional joy and warmth to the people around him” and “creative inspiration to others through his creativity and vision,” Reeves told the court in a letter ahead of Rinsch's sentencing.</p><p>The “Matrix” star acknowledged that Rinsch “can self-sabotage by amplifying the scale, scope and landscape of what had been negotiated.” But he said he hoped the director’s sentence “might be tempered with measures of leniency and mercy as well as justice.”</p><p>Prosecutors said Netflix initially paid Rinsch about $44 million for “White Horse” in 2018 and 2019, then provided another $11 million in 2020 after he said he needed more money to wrap up production.</p><p>But instead of putting that money toward the show, Rinsch steered the cash to a personal account and made a series of failed investments, losing around half the $11 million in a couple of months, according to prosecutors and witnesses' testimony.</p><p>They said he put the remaining funds into the cryptocurrency market, netting some profit, which Rinsch deposited into his own bank account.</p><p>Then came the lavish purchases, prosecutors said, with Rinsch buying five Rolls-Royces, a red Ferrari, $652,000 worth of watches and clothes, and the pricey mattresses, plus another $295,000 on luxury bedding and linens. In addition, he used some of the money to pay off about $1.8 million in credit card bills, prosecutors said.</p><p>U.S. District Judge Jed S. Rakoff said Rinsch's mental health difficulties “may explain some of the excesses” but don't “detract from the court's conclusion that he was determined to lie to get substantial monies from Netflix, lie to cover it up.”</p><p>As Rakoff announced the prison term, Rinsch wrote on a piece of paper on a table in front of him. One of his lawyers, Benjamin Zeman, patted the director's back.</p><p>After court, Rinsch — who's due to report to prison in September — hugged several people who had come to support him. He and his lawyers declined to comment as they left, except that attorney Daniel McGuinness said they looked forward to appealing the case.</p><p>Netflix declined to comment on his sentence.</p><p>___</p><p>Associated Press writer Michael R. Sisak contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5EGKJNCO6RBWZUTX5CCNFHZWNM.jpg?auth=4240cc6c2013e2b787ed5201934f8d550d91d61194384b0a5737eb38e1298e27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Director Carl Rinsch poses for photographers during a news conference to promote his 3-D film "47 RONIN" in Tokyo, Japan, Nov. 18, 2013. (AP Photo/Shuji Kajiyama, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Shuji Kajiyama</media:credit></media:content></item><item><title><![CDATA[World Cup fans enjoy festive watch party during match between Brazil, Japan]]></title><link>https://www.local10.com/sports/2026/06/29/world-cup-fans-enjoy-festive-watch-party-during-match-between-brazil-japan/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/world-cup-fans-enjoy-festive-watch-party-during-match-between-brazil-japan/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[Futbol fans flocked to Downtown Miami on Monday for what turned out to be an epic World Cup watch party. ]]></description><pubDate>Mon, 29 Jun 2026 21:22:16 +0000</pubDate><content:encoded><![CDATA[<p>Futbol fans flocked to Downtown Miami on Monday for what turned out to be an epic World Cup watch party. </p><p>It took place at Bayfront Park during the match between Brazil and Japan. </p><p>The Round of 32 knockout stage game was a great one. </p><p>It remained tied until the final moments, when Brazil pulled out a thrilling 2-1 victory. </p><p>Local 10 News’ Liane Morejon was there for all the fun, and her report can be seen at the top of this page. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[FIFA World Cup 2026: Track Round of 32 eliminations]]></title><link>https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[As of Saturday night, three out of the 48 teams in the FIFA World Cup 2026 had advanced into the Round of 32: Mexico, the United States, and Germany. ]]></description><pubDate>Mon, 29 Jun 2026 21:17:48 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup Round of 32 started on June 28, after the qualification of <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">12 group winners, 12 runners-up, and the 8 best third-place teams</a>.</p><p>After 16 single direct-knockout matches, the winning teams will advance to the <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">tournament’s Round of 16</a>, which begins on the Fourth of July. </p><p>Here is the list of the losing teams:</p><ol><li>South Africa (54), the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> runner-up with 4 points, was eliminated on June 28 after Canada won 1-0. </li><li>Japan (17), the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> runner-up with 5 points, was eliminated on June 29 after Brazil won 2-1. </li></ol><p>Here is the list of teams that are still in the Round of 32:</p><ol><li>Argentina (1) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> with 9 points </li><li>France (2) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> with 9 points </li><li>Mexico (14) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> with 9 points.</li><li>Spain (3) <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a> with 7 points </li><li>England (4) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> with 7 points</li><li>Belgium (9) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> with 7 points</li><li>Colombia (11) wins <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> with 7 points </li><li>Switzerland (17) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 7 points</li><li>Germany (10) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 6 points</li><li>United States (15) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> with 6 points </li><li>Morocco (7) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> runner-up with 7 points. </li><li>Ivory Coast (30) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> runner-up with 6 points.</li><li>Norway (31) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> runner-up with 6 points.</li><li>Portugal (5) is the <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> runner-up with 5 points. </li><li>Japan (17) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> runner-up with 5 points</li><li>Egypt (26) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> runner-up with 5 points</li><li>Australia (27) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> runner-up with 4 points. </li><li>Cape Verde (64) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a> runner-up with 3 points. </li><li>Austria (22) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> runner-up with 4 points.</li><li>Croatia (11) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> runner-up with 6 points. </li><li>Senegal (18) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> with 4 points.</li><li>Algeria (29) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> with 4 points and a minus two goal difference. </li><li>Ecuador (32) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 4 points. </li><li>Paraguay (37) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> with 4 points and a minus two goal difference. </li><li>Sweden (38) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 4 points. </li><li>Congo (46) classifies after placing third in <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> with 4 points plus one goal difference. </li><li>Bosnia and Herzegovina (64) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 4 points and a minus one goal difference. </li><li>Ghana (65) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> with 4 points.</li></ol><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><h3><b>Track group-stage</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YOWVVUH4KHJK6UUK7KRGFFFT3E.jpg?auth=a8e740278794178cda44b727e13161fa1f38e685fa098621462b70c596ab1dfb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Kaishu Sano (24) celebrates after scoring the opening goal of his team during the World Cup round of 32 soccer match between Brazil and Japan in Houston, Monday, June 29, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Track Round of 16 qualifications]]></title><link>https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[As of Saturday night, three out of the 48 teams in the FIFA World Cup 2026 had advanced into the Round of 32: Mexico, the United States, and Germany. ]]></description><pubDate>Mon, 29 Jun 2026 21:16:15 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup Round of 32 started on June 28, after the qualification of <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">12 group winners, 12 runners-up, and the 8 best third-place teams</a>.</p><p>After 16 single direct-knockout matches, the winning teams will advance to the tournament’s Round of 16, which begins on the Fourth of July. </p><p><b>Here is the list of the teams that have advanced to the Round of 16:</b></p><ol><li>Canada (32), the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> runner-up with 4 points, qualified after a 1-0 victory on June 28 against Canada. </li><li>Brazil (6), the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> winner with 7 points, qualified after a 2-0 victory on June 29 against Japan. </li></ol><p><b>Here is the list of teams that are still in the Round of 32:</b></p><ol><li>Argentina (1) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> with 9 points </li><li>France (2) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> with 9 points </li><li>Mexico (14) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> with 9 points.</li><li>Spain (3) <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a> with 7 points </li><li>England (4) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> with 7 points</li><li>Belgium (9) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> with 7 points</li><li>Colombia (11) wins <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> with 7 points </li><li>Switzerland (17) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 7 points</li><li>Japan (18) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 7 points</li><li>Germany (10) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 6 points</li><li>United States (15) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> with 6 points </li><li>Morocco (7) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> runner-up with 7 points. </li><li>Ivory Coast (30) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> runner-up with 6 points.</li><li>Norway (31) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> runner-up with 6 points.</li><li>Portugal (5) is the <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> runner-up with 5 points. </li><li>Egypt (26) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> runner-up with 5 points</li><li>Australia (27) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> runner-up with 4 points. </li><li>South Africa (54) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> runner-up with 4 points. It was eliminated on June 28. </li><li>Cape Verde (64) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a> runner-up with 3 points. </li><li>Austria (22) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> runner-up with 4 points.</li><li>Croatia (11) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> runner-up with 6 points. </li><li>Senegal (18) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> with 4 points.</li><li>Algeria (29) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> with 4 points and a minus two goal difference. </li><li>Ecuador (32) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 4 points. </li><li>Paraguay (37) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> with 4 points and a minus two goal difference. </li><li>Sweden (38) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 4 points. </li><li>Congo (46) classifies after placing third in <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> with 4 points plus one goal difference. </li><li>Bosnia and Herzegovina (64) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 4 points and a minus one goal difference. </li><li>Ghana (65) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> with 4 points.</li></ol><p><b>TOURNAMENT’S SCHEDULE</b></p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><h3><b>Track group-stage</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OCFMXKIP5TFDT2CW5JYZJ5EUOI.jpg?auth=7756956e6d002830b515a60924b3020da24ea4b99746af40668047b9154aa50a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Casemiro (5) celebrates after scoring his side's first goal during the World Cup round of 32 soccer match between Brazil and Japan in Houston, Monday, June 29, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[San Francisco Archdiocese agrees to pay $395 million to settle child sex abuse lawsuits]]></title><link>https://www.local10.com/news/national/2026/06/29/san-francisco-archdiocese-agrees-to-pay-395-million-to-settle-child-sex-abuse-lawsuits/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/29/san-francisco-archdiocese-agrees-to-pay-395-million-to-settle-child-sex-abuse-lawsuits/</guid><dc:creator><![CDATA[By OLGA R. RODRIGUEZ, Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — The San Francisco Catholic Archdiocese has agreed to pay $395 million to settle more than 500 lawsuits alleging child sexual abuse by church officials, plaintiffs' attorneys said Monday.]]></description><pubDate>Mon, 29 Jun 2026 21:35:30 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — The San Francisco Catholic Archdiocese has agreed to pay $395 million to settle more than 500 lawsuits alleging child sexual abuse by church officials, plaintiffs' attorneys said Monday.</p><p>San Francisco Archbishop Salvatore Cordileone will have to write an apology letter to each survivor as part of the settlement.</p><p>The settlement also requires the archdiocese to implement a series of child protection and transparency reforms, including creating a list of clergy accused of abuse, said Jeff Anderson, an attorney representing dozens of child sexual abuse victims.</p><p>The settlement comes three years after the archdiocese filed for bankruptcy and will cover approximately 530 survivors of child sexual abuse, Anderson said. It is the latest agreement over clergy sexual abuse claims. In 2024, the Archdiocese of Los Angeles agreed to a record $880 million settlement.</p><p>Several archdioceses in California filed for bankruptcy after facing hundreds of lawsuits brought under a California law approved in 2019 that allowed decades-old claims to be filed by Dec. 31, 2022.</p><p>Cordileone, the archbishop, said in a statement that he believes the settlement provides “a path toward fair compensation for survivors who have borne the weight of this abuse for a lifetime.”</p><p>“The hope is that this proposal will allow us collectively to move forward,” he said,</p><p>“We accept full responsibility for what happened, and I sincerely apologize to all those who have been harmed,” Cordileone added.</p><p>Margie O’Driscoll sued the archdiocese alleging she was sexually abused almost 50 years ago by a priest while she was a student at Marin Catholic High School in Kentfield, a community north of the Golden Gate Bridge. She said the settlement was hard-fought and puts the responsibility on church officials, not survivors.</p><p>“I, like every survivor, have carried this pain and shame along like a ball and chain for a very, very long time,” O'Driscoll said during a news conference. “Ashamed and confused about what happened, scorned by the archdiocese, and sometimes not even believed by family and friends, and I think today shame is gonna change sides.”</p><p>Anderson said a committee of survivors who spent thousands of hours over the last three years negotiating with Cordileone is empowered with establishing protocols on how to distribute the funds. He said every survivor will be given an opportunity to submit their story of abuse to an allocator hired by the committee to receive what Anderson said would be “an equitable distribution based on the unique circumstances of that survival.”</p><p>Besides the funds, the archdiocese will be required to follow 14 child protection and transparency demands that include maintaining and making public a comprehensive, up-to-date list of all accused clergy that details allegations and the outcomes of investigations. The archdiocese will also be banned from imposing confidentiality agreements that silence survivors.</p><p>“I’ve been working with survivors for decades and I’ve never heard of anything quite as significant, as rigorous, as robust as what is being required of the Archdiocese of San Francisco," Anderson said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZX25D2GVACZ4VMMAW4GSFKNJVQ.jpg?auth=f73abba2c67ee1e3b444bca7eac413a98d2c5334e5b1e91e9ddf7fcd002e07b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Parishioners attend a service at St. Mary's Cathedral, the mother church of the archdiocese in San Francisco, on April 2, 2010. (AP Photo/Eric Risberg, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Risberg</media:credit></media:content></item><item><title><![CDATA[Portland is acquiring 2-time All-Star Ja Morant in a trade with Memphis, AP source says]]></title><link>https://www.local10.com/sports/2026/06/29/portland-is-acquiring-2-time-all-star-ja-morant-in-a-trade-with-memphis-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/portland-is-acquiring-2-time-all-star-ja-morant-in-a-trade-with-memphis-ap-source-says/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[Ja Morant is headed to Portland, after the Trail Blazers and Memphis agreed on a trade Monday that sees the Grizzlies starting anew and gives the two-time All-Star a chance to revive his career, a person with knowledge of the agreement told The Associated Press.]]></description><pubDate>Mon, 29 Jun 2026 21:27:11 +0000</pubDate><content:encoded><![CDATA[<p>Ja Morant is headed to Portland, after the Trail Blazers and Memphis agreed on a trade Monday that sees the Grizzlies starting anew and gives the two-time All-Star a chance to revive his career, a person with knowledge of the agreement told The Associated Press.</p><p>Portland is sending Jerami Grant and Kris Murray to the Grizzlies as part of the deal, said the person who spoke to the AP on condition of anonymity because the trade has not gotten the required league approvals.</p><p>ESPN first reported the agreement.</p><p>It’s a big swing by the Trail Blazers and could suggest Portland — with new owner Tom Dundon, whose Carolina Hurricanes just won the Stanley Cup — might not be done making moves. Morant adds to a logjam at point guard right now for Portland, with Jrue Holiday, Damian Lillard and Scoot Henderson also on the current roster.</p><p>Morant has averaged 22.4 points for his career but has played only 79 games over the last three seasons because of injuries and suspensions — including a 25-game banishment after he was seen on a livestream holding a gun while he was in the passenger seat of a vehicle. That came not long after an eight-game suspension for flashing a gun in a Denver-area nightclub, also captured on social media.</p><p>Grant averaged 18.6 points last season for Portland and will be joining his sixth team by going to Memphis. Murray averaged 5.8 points per game this past season for the Trail Blazers.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ADNR3UPOTO5YAURQEJNULN6HX4.jpg?auth=3f3c1256e8157619c3e50e1c6318509cdeed2140474a1ff9ad2ea54a9a26bdad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Memphis Grizzlies guard Ja Morant (12) plays in the second half of an NBA basketball game against the Atlanta Hawks Jan. 21, 2026, in Memphis, Tenn. (AP Photo/Brandon Dill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brandon Dill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5RMEBXLCUZOFXWV5MXZDN57K6U.jpg?auth=64bd324b7173b330b9082ebd87c099a2087c4fec251ceb820c0d0ba350100af5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Portland Trail Blazers forward Jerami Grant (9) drives against San Antonio Spurs guard De'aaron Fox (4) during the second half in Game 3 of a first-round NBA playoffs basketball series in Portland, Ore, April 24, 2026. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ULMRCC3UIIO2VJYZWNFQKEGYTE.jpg?auth=56d1d9cec9a34273c9ab6423d85e93231726f9552a97418efb94943a237d5d14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Portland Trail Blazers forward Kris Murray (24) dribbles down the court during the second half of an NBA basketball game against the New Orleans Pelicans, April 2, 2026, in Portland, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[More than 100 Venezuelans who were deported from the US hours before the earthquakes are missing]]></title><link>https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/</guid><dc:creator><![CDATA[By GISELA SALOMON, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — More than 100 people just deported from the United States were being held in a hotel when earthquakes struck Venezuela, setting off a scramble to find survivors and bodies buried in the rubble, according to survivors.]]></description><pubDate>Mon, 29 Jun 2026 21:28:51 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — More than 100 people just deported from the United States were being held in a hotel when earthquakes struck Venezuela, setting off a scramble to find survivors and bodies buried in the rubble, according to survivors.</p><p>A deportation flight from Miami arrived in Venezuela hours before Wednesday's earthquakes. On board were 146 Venezuelans, including 19 women and seven children, according to ICE Flight Monitor, an initiative of Human Rights First, which tracks deportation flights. They were transported to a hotel in La Guaira.</p><p>Lisbeth Portillo, 58, said she escaped the rubble from the hotel with about 20 other deportees who walked the streets looking for help. They saw people running, some naked and others barefoot as they emerged from the rubble of the building in La Guaira, one of the areas that was hardest hit in Wednesday’s 7.2 and 7.5 earthquakes.</p><p>“We walked about five kilometers, and I cried and cried … there was no communication,” Portillo said in a phone interview from her home in Maracaibo, Venezuela.</p><p>They reached a National Guard building, where they had a chance to call relatives.</p><p>“I was born again; God gave me a second chance,” said Portillo. “I am traumatized,” she said after a pause, weeping.</p><p>The Venezuelan government says more than 1,700 people were killed.</p><p>They survived the earthquake the same day that were deported from the U.S.</p><p>Portillo was caught up in the Trump administration's drive for mass deportations. In May, ICE Flight Monitor tracked 288 deportation flights to 38 countries, including Burkina Faso, Cambodia, Cameroon, Chile and the Ivory Coast.</p><p>The U.S. ran 12 deportation flights to Venezuela in May, operating three days a week, according to ICE Flight Monitor. Deportation flights to Venezuela resumed in February 2025 after a 13-month pause.</p><p>Portillo said the government took them to the Hotel Santuario La Llanada, where they underwent medical exams and got identification documents. They were told they would go home the next day.</p><p>Portillo was staying in a second floor room with 16 other women. She stepped onto a balcony to look at the sea and saw that the sky was black; it was very hot. She returned to the room, laid on a bed, and began to feel herself being shaken.</p><p>“I started hearing ‘papa, papa papapa,’, and I saw the women next to me start to fall,” she said, describing the sounds from the earthquake. “They were all screaming for help.”</p><p>And almost immediately, the second earthquake.</p><p>"I fall and end up buried and covered by a beam, but the shaking shifted everything where I was buried and I was able to get out,” said Portillo, who has bruises all over her body.</p><p>U.S. Immigration and Customs Enforcement did not immediately respond to a request for information from the AP.</p><p>A video from the Venezuelan government posted on social media showed images of the deportees being received by Venezuelan authorities upon their arrival at the Caracas airport on Wednesday.</p><p>Jenny Rodriguez, 24, told the Telemundo network that she was on the flight and taken to the hotel.</p><p>“I was trapped under the rubble. A colleague who had been on the same flight came by; I managed to free my hand from the debris, grabbed him by the trousers, and begged for help”, she said. “Thanks to God — and to him — I was able to get out of there.”</p><p>Liliana Rojas told Telemundo that she has been trying to locate her 33-year-old partner. The detention center where he was held in El Paso, Texas, says only told that he was deported.</p><p>“No one is giving an answer about anything,” Rojas said.</p><p>Woman says she feels ‘born again’ after surviving</p><p>Portillo, who crossed the U.S. border with Mexico in November 2021 and said had an pending asylum claim, couldn't remember her children's phone number. She called her husband in the United States.</p><p>“I said to him, ‘Cesar, I’m alive. Help me.’ And my husband kept saying, ‘It can’t be,’” she said. “‘I’m alive, I made it out of the rubble, I’m alive,’ I told him.”</p><p>Her husband called their children, who picked her up and were able to reunite with their mother the following night.</p><p>“I was born that day; on the 24th, I was born again,” said Portillo, who lived in South Florida for more than four years.</p><p>___</p><p>This version corrects the headline to say the hotel was in La Guaira.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GK5LRUWB444GW3N5BORQENR7RA.jpg?auth=c7ad7b472b787a87388625f8e0c0551d903074f11af2f20b5415cd0a0fe3bcc5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A helicopter takes off from a U.S. Navy ship docked at the seaport to support earthquake relief efforts in La Guaira, Venezuela, Monday, June 29, 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/OQWAZ3LJKZXM4L4YXAR7YACHFY.jpg?auth=9abb79f15a3ca10baf3516333c71c7c70ae6173eae73fec19c0caad20d38e1f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 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/BNOIONQ3H26ZUHIGL4WXFZC26E.jpg?auth=3898a66bc453c39e2a08c247cf0c3691af7f94f2160b1736e33812f9fb0a60c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Men searching for survivors stand atop a mountain of rubble three days after twin 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[Echoes of deadly Arizona wildfire with 3 firefighters killed in Colorado-Utah blaze]]></title><link>https://www.local10.com/news/national/2026/06/29/echoes-of-deadly-arizona-wildfire-with-3-firefighters-killed-in-colorado-utah-blaze/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/29/echoes-of-deadly-arizona-wildfire-with-3-firefighters-killed-in-colorado-utah-blaze/</guid><dc:creator><![CDATA[By MEAD GRUVER, Associated Press]]></dc:creator><description><![CDATA[FORT COLLINS, Colo. (AP) — A wildfire that killed three firefighters along the Colorado-Utah border is one of the deadliest for firefighters since an Arizona wildfire 13 years ago.]]></description><pubDate>Mon, 29 Jun 2026 21:05:30 +0000</pubDate><content:encoded><![CDATA[<p>FORT COLLINS, Colo. (AP) — A wildfire that killed three firefighters along the Colorado-Utah border is one of the deadliest for firefighters since an Arizona wildfire 13 years ago.</p><p>The Yarnell Hill Fire that killed 19 firefighters on June 30, 2013, remains the deadliest event on record for U.S. firefighters since the Sept. 11, 2001, attacks and the deadliest for U.S. wildland firefighters in over a century.</p><p>The firefighters died 30 miles (48 kilometers) southwest of Prescott, Arizona, after trying to escape flames fanned by shifting winds. They were deploying fire shelters — small, heat-resistant tents that can offer a chance at survival — when flames reached them in a brushy box canyon.</p><p>Temperatures reached 2,000 degrees (1,100 Celsius).</p><p>On Saturday, a wildfire west of Grand Junction, Colorado, killed three firefighters and injured two others. That fire has burned 44 square miles (114 square kilometers). The five firefighters were members of a Helitack crew who are dropped by helicopter into remote areas to saw and dig away vegetation and create fire-resistant barriers ahead of advancing flames.</p><p>As at the Yarnell Hill Fire, the firefighters decided to stop fleeing and use fire shelters to try to survive.</p><p>A complete investigation could take several months. Full knowledge of what happened could be elusive.</p><p>Investigators of the Yarnell Hill Fire could not verify radio communications from the firefighters for a half-hour period that may have shed light on their decision-making process.</p><p>The final investigation report ultimately did not fault the firefighters, saying they were fully qualified, staffed and trained and “followed all standards and guidelines.” Their commanders likewise made reasonable judgments and decisions in rapidly worsening conditions, according to the report.</p><p>“Complexity can outpace organizational attempts to respond,” the report concluded.</p><p>Fire shelters are a last resort, offering roll-of-the-dice odds under otherwise impossible circumstances. In a 2015 wildfire in Washington state, two firefighters who used such tents survived, while three who were in a truck died.</p><p>How much the protection the tents provide depends on the conditions in which they are deployed. They are not designed to withstand direct flame, Riva Duncan, president of Grassroots Wildland Firefighters, a firefighter advocacy group, said Monday.</p><p>“It’s your last-ditch effort to try to survive,” Duncan said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ND27BEGPHVSS5WQBEFMEYJZRME.jpg?auth=4a2d7f20162c8fe95bd5588971f94a40db1f0247edff6552994e6046299cc4ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[File - This July 3, 2013 aerial file photo shows Yarnell, Ariz. in the aftermath of the Yarnell Hill Fire. (AP Photo/Tom Tingle, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom Tingle</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4LNWCAFWM2SH7WLOBBHE3QVIAI.jpg?auth=45f06a4d16af1ff2780069f718af11af3843e3c432dd32b39c49822332000b0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[File - This July 3, 2013 aerial file photo shows part of Yarnell, Ariz. in the aftermath of the Yarnell Hill Fire. (AP Photo/Tom Tingle, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom Tingle</media:credit></media:content></item><item><title><![CDATA[US riding wave of confidence to World Cup knockout rounds after strong start to home tournament]]></title><link>https://www.local10.com/sports/2026/06/29/us-riding-wave-of-confidence-to-world-cup-knockout-rounds-after-strong-start-to-home-tournament/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/us-riding-wave-of-confidence-to-world-cup-knockout-rounds-after-strong-start-to-home-tournament/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[IRVINE, Calif. (AP) — U.S. captain Tim Ream says his teammates all recognize the golden opportunity in front of them to make their nation's best World Cup run in their home tournament over the following days — and hopefully weeks.]]></description><pubDate>Mon, 29 Jun 2026 21:01:22 +0000</pubDate><content:encoded><![CDATA[<p>IRVINE, Calif. (AP) — U.S. captain Tim Ream says his teammates all recognize the golden opportunity in front of them to make their nation's best World Cup run in their home tournament over the following days — and hopefully weeks.</p><p>Yet instead of feeling amplified pressure under the raised expectations created by their strong group round and a groundswell of national support, these Americans appeared to be energized by the opportunity to make history as they broke camp Monday at their training base in Orange County.</p><p>“Would it be weird if I told you I don't really feel too much pressure at this minute?” Ream said with a grin.</p><p>“I think we felt more pressure for that first game against Paraguay than anything, and that's coming from ourselves, not from anything on the outside," Ream added, referring to the Americans' impressive 4-1 win in their World Cup opener on June 12. "We just have to put in a performance the way we have in the group stage, and then we see where that takes us.”</p><p>The U.S. faces Bosnia-Herzegovina in the round of 32 in Santa Clara, California, on Wednesday night. The Americans are significantly favored — which is sort of an achievement in itself, given that this team has won exactly one knockout-round match in its entire World Cup history.</p><p>But these Americans are on the international stage with more optimism and likely more talent than nearly all previous editions of this team. Whether that translates into a deep run is still to be decided, but the Americans' confidence and excitement is undeniable.</p><p>“The game is going to be about us and what we're prepared to do, and what we have to do to advance,” U.S. striker Folarin Balogun said. “It’s crunch time. This is the business end, and this is the stage where, in my opinion, the big players step forward and the big players carry the pressure and make things happen.”</p><p>Although the Americans reached the semifinals at the inaugural World Cup in 1930 by winning their group, their only knockout victory came at the 2002 tournament when they beat Mexico in the round of 16.</p><p>Tim Ream says the US team felt more pressure at the last World Cup in Qatar</p><p>The 38-year-old Ream believes the Americans felt more pressure four years ago in Qatar, when they muddled through group play before getting blasted 3-1 by the Netherlands in the first knockout round.</p><p>Those Americans weren't led by accomplished Argentine coach Mauricio Pochettino, who has made strong tactical advancements and clearly instilled many of his players with a new kind of confidence after previous U.S. cycles were spent under more parochial coaching.</p><p>They also didn't have Balogun, the elite goal-scorer who made a major impact on the Americans' victories over Paraguay and Australia by a combined 6-1, clinching their group in style and rendering their third match meaningless.</p><p>Folarin Balogun taking in American culture during the World Cup</p><p>Balogun's impact is undeniable on the field, but the Brooklyn-born, London-raised forward is also a focal point away from the field. This World Cup cycle has been his first significant exposure to U.S. culture, and that's an endless source of amusement and insight for his teammates.</p><p>“He says America is a simulation quite often,” defender Mark McKenzie said with a laugh. “We’ll be driving down the road and he’ll see something and be like, ‘What is that? Why is an individual dressed like that, or why are they throwing a sign up in the air on the corner? What is Bojangles?’ It’s stuff like that, where he’s like, ‘Bro! America! What is going on?’”</p><p>Many of the top Americans now play their club soccer internationally — another obvious factor in this team's improved competitiveness in this World Cup. Defender Chris Richards, an Alabama native who plays in London for Crystal Palace, says his team is more mature and more tested than most previous editions of the U.S. roster because of its experience at all levels of the sport.</p><p>And count Richards among those who find Balogun's culture shock to be a hilarious distraction during the down time on international breaks and this World Cup cycle.</p><p>“I think (Balogun) still has this notion that he says Americans aren’t real,” Richards said. “There’s some stuff that we do that doesn’t fly back in London. It's a lot to learn and especially when you’re only here for a few weeks at a time. It’s been cool (for Balogun) being able to see different pockets of America.”</p><p>Cristian Roldan and Auston Trusty do modified training ahead of round of 32</p><p>NOTES: Injured players Cristian Roldan (quadriceps strain) and Auston Trusty (ankle) did modified training while their teammates went through a full workout Monday, but McKenzie (foot irritation) remained sidelined for a second straight day. Roldan hasn't played at this World Cup, while Trusty scored in the Americans' 3-2 loss to Turkey before he rolled his ankle late in the match. Roldan was on the field doing drills for the second straight day. McKenzie is getting treatment away from practice. None of the three injured Americans was expected to play a major role in the knockout rounds.</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/3LOGLZ6LWK7UBUBYEMXALJQ34I.jpg?auth=4aeea78e31b4406875789657b1ea95ffef513bf0bf0e41edd6d7d37ea5c158f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Giovanni Reyna, center left, Antonee Robinson, center, and Tyler Adams practice during a training session ahead of their FIFA World Cup match against Bosnia in Irvine, Calif., Monday, June 29, 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/BQ4D57NFWXKHFYSH7D5DL7SI3Y.jpg?auth=a30b092f65f97767e1c50d1f77a8a242ba57e911998f24ff4ac4c8723cc8545d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Tyler Adams attends a training session ahead of a FIFA World Cup match against Bosnia in Irvine, Calif., Monday, June 29, 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/EBW7JRT3AV32BI4ZRY2GWBYX6M.jpg?auth=006b9cfb288aa79550c92da4dfdf396c92762bf5abc91ba7fa303e097a6c4c19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Tim Ream speaks with the media before a training session ahead of a FIFA World Cup match against Bosnia in Irvine, Calif., Monday, June 29, 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/G2SPL747LLIJ77DALEUOK7SYSA.jpg?auth=501869d084360e8aee9f89f61d93b340c443efe3d335f4d2cb85f1259d631238&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Chris Richards, left, and Antonee Robinson exercise during a training session ahead of their FIFA World Cup match against Bosnia in Irvine, Calif., Monday, June 29, 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/U5656YQLGROTGAPGBVXVUQAB5I.jpg?auth=b9afd067628828448decbc0500eab98a12bf4e5bde75946a4bcd30d103256d55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States players attend a training session ahead of their FIFA World Cup match against Bosnia in Irvine, Calif., Monday, June 29, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: List of Round of 32 teams]]></title><link>https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.]]></description><pubDate>Sun, 21 Jun 2026 02:43:17 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.</p><p>The World Cup’s daily group-stage matches ended on June 27 after 16 teams were eliminated. </p><p>The 48 qualifying teams started the tournament with matches within 12 groups of four on June 11. </p><p>As the tournament continues, the single direct-knockout matches to advance into the Round of 16 are set to end on July 3.</p><h3><b>The list of 32 </b></h3><p><b>Here is the list of the teams in order of group-stage placement, points earned, and FIFA ranking: </b></p><ol><li>Argentina (1) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> with 9 points </li><li>France (2) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> with 9 points </li><li>Mexico (14) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> with 9 points.</li><li>Spain (3) <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a> with 7 points </li><li>England (4) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> with 7 points</li><li>Brazil (6) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> with 7 points </li><li>Belgium (9) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> with 7 points</li><li>Colombia (11) wins <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> with 7 points </li><li>Switzerland (17) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 7 points</li><li>Japan (18) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 7 points</li><li>Germany (10) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 6 points</li><li>United States (15) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> with 6 points </li><li>Morocco (7) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> runner-up with 7 points. </li><li>Ivory Coast (30) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> runner-up with 6 points.</li><li>Norway (31) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> runner-up with 6 points.</li><li>Portugal (5) is the <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> runner-up with 5 points. </li><li>Japan (17) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> runner-up with 5 points</li><li>Egypt (26) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> runner-up with 5 points</li><li>Australia (27) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> runner-up with 4 points. </li><li>Canada (32) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> runner-up with 4 points. </li><li>South Africa (54) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> runner-up with 4 points. It was eliminated on June 28. </li><li>Cape Verde (64) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a> runner-up with 3 points. </li><li>Austria (22) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> runner-up with 4 points.</li><li>Croatia (11) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> runner-up with 6 points. </li><li>Senegal (18) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> with 4 points.</li><li>Algeria (29) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> with 4 points and a minus two goal difference. </li><li>Ecuador (32) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 4 points. </li><li>Paraguay (37) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> with 4 points and a minus two goal difference. </li><li>Sweden (38) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 4 points. </li><li>Congo (46) classifies after placing third in <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> with 4 points plus one goal difference. </li><li>Bosnia and Herzegovina (64) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 4 points and a minus one goal difference. </li><li>Ghana (65) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> with 4 points.</li></ol><h3><b>Tournament’s schedule </b></h3><p><b>June 30</b>: Three matches. </p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> runner-up vs. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> runner-up at 1 p.m., at the AT&amp;T Stadium, in Arlington, Texas. </p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> winner vs. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> third place at 5 p.m., at the MetLife Stadium, in East Rutherford.</p><p>Mexico (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a> winner) vs. third place team at 9 p.m. at the Estadio Azteca, in Mexico City.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: Three matches.</p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> winner vs. <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a> third-place winner at noon at the Mercedes-Benz Stadium in Atlanta.</p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> winner plays at 4 p.m. at the Lumen Field in Seattle.</p><p>United States (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> winner) vs. Bosnia and Herzegovina (<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> third place) at 9 p.m. at the Levi’s Stadium in Santa Clara.</p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches. </p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a> winner vs. Group J runner-up at 3 p.m. at the SoFi Stadium, om Inglewood.</p><p>Group B winner vs. Group G third-place at 7 p.m. at the Vancouver Stadium in Canada</p><p>Group K runner-up vs. Group L runner-up at 11 p.m. at the Toronto Stadium in Canada.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches.</p><p>2 p.m., at the AT&amp;T Stadium in Arlington, Texas. </p><p>6 p.m., at the Miami Stadium, better known as the Hard Rock Stadium in Miami Gardens. </p><p>9:30 p.m. at the GEHA Field at Arrowhead Stadium in Kansas City. </p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>Round of 16 begins</b></h3><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><h3><b>Track group-stage</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EGMZ7CSOSNIZPGWFPZW4NHVQLA.jpg?auth=cadf66ba28e8fb81d61f3b14842252ccd4de9682f38950698370264660ed7a3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Netherlands' Brian Brobbey (19) celebrates their second goal with Virgil van Dijk (4) and teammates during the World Cup Group F soccer match between Tunisia and the Netherlands in Kansas City, Mo., Thursday, June 25, 2026. (AP Photo/Reed Hoffmann)]]></media:description><media:credit role="author" scheme="urn:ebu">Reed Hoffmann</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Food for the Poor welcomes investments in reconstruction ]]></title><link>https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/</link><guid isPermaLink="true">https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/</guid><dc:creator><![CDATA[Michaila Hightower, Andrea Torres]]></dc:creator><description></description><pubDate>Mon, 29 Jun 2026 20:04:20 +0000</pubDate><content:encoded><![CDATA[<p>His Christian faith and the experience of rebuilding homes and schools in Jamaica after Hurricane Melissa fuel Cesar Guevara’s dreams of reconstruction in northern Venezuela. </p><p>Since the 7.2- and 7.5-magnitude earthquakes struck on June 24 — amid an already existing humanitarian crisis — Guevara has seen the images of pancaked buildings and held on to a hopeful vision. </p><p>“I was born in the area that was affected,” said Guevara, who works for Food For the Poor. </p><p>The team behind the Christian relief and development nonprofit organization headquartered in Coconut Creek also has a network of believers who support the vision, but the needs are great. </p><p>“I have many family members and friends in these areas, so this is personal,” said Guevara, the director of partnerships for Food for the Poor.</p><p>As the search and rescue efforts continued and the death toll was increasing in Venezuela’s state of La Guaira, a 4.6 magnitude aftershock struck on Monday morning. Work towards that vision continued. </p><p>“Today we are sending about $20,000 to one of our partners to purchase some items in Venezuela,” Guevara said, as volunteers near him packed care packages with hand-written notes. </p><p>The nonprofit was already counting on the goodwill of churches, corporations, nongovernmental organizations, and schools, but Guevara welcomed more partners. Each aid shipment costs between $5,000 to $7,000. </p><p>“One of the most important things is cash donations,” Guevara said. “Cash donations allow us to mobilize a large number of containers.” </p><p>With hundreds of apartment buildings collapsed or partially collapsed in coastal towns like Caraballeda and Catia La Mar, Guevara asked the public to believe in the vision and join the team.</p><p>“We will do the rehabilitation and development,” Guevara said. </p><p>While the nonprofit was accepting drop-off donations of nonperishable food and hygiene products from 8 a.m. to 5:30 p.m., from Monday to Friday, at 6401 Lyons Road, in Coconut Creek, <a href="https://foodforthepoor.org/about-us/" target="_self" rel="" title="https://foodforthepoor.org/about-us/">the nonprofit’s site was accepting cash donations 24/7</a>. </p><p>Food For The Poor’s site has <a href="https://foodforthepoor.org/gift-catalog/shop-by-category/" target="_self" rel="" title="https://foodforthepoor.org/gift-catalog/shop-by-category/">an online catalog</a> with categories that include home assistance, access to running water, and investments in education and micro-enterprises. </p><p>The site also has a <a href="https://foodforthepoor.org/about-us/donor-pledge/" target="_self" rel="" title="https://foodforthepoor.org/about-us/donor-pledge/">page for pledge donors</a>, a page to contribute to the <a href="https://foodforthepoor.org/angels-of-hope-program/#What-is-Aoh" target="_self" rel="" title="https://foodforthepoor.org/angels-of-hope-program/#What-is-Aoh">Angels of Hope program</a>, a section for the 1982 <a href="https://foodforthepoor.org/participate/events/legacy-society-2022/" target="_self" rel="" title="https://foodforthepoor.org/participate/events/legacy-society-2022/">Legacy Society program</a>, and <a href="https://foodforthepoor.org/our-work/problems-we-solve/extreme-poverty/" target="_self" rel="" title="https://foodforthepoor.org/our-work/problems-we-solve/extreme-poverty/">a monthly donation program</a>. </p><p><b>For more information on how to make a one-time donation or to contribute to the nonprofit’s efforts in Venezuela, </b><a href="https://foodforthepoor.org/" target="_self" rel="" title="https://foodforthepoor.org/"><b>visit this page</b></a><b>. </b></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/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/">NFL star joins Global Empowerment Mission’s team; his message to South Floridians, ‘Do what you can’</a><b> </b></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/">Physicians in Miami-Dade collect donations of medical supplies near Doral </a></li><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[Incendio en edificio de North Miami Beach deja dos heridos]]></title><link>https://www.local10.com/news/local/2026/06/29/incendio-en-edificio-de-north-miami-beach-deja-dos-heridos/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/incendio-en-edificio-de-north-miami-beach-deja-dos-heridos/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Dos personas resultaron heridas el lunes cuando un incendio afectó los pisos sexto y séptimo de un edificio de apartamentos en 16850 South Glades Drive, en North Miami Beach.]]></description><pubDate>Mon, 29 Jun 2026 19:11:43 +0000</pubDate><content:encoded><![CDATA[<p>Dos personas resultaron heridas el lunes durante un incendio en un edificio de apartamentos en North Miami Beach.</p><p>Personal de Miami-Dade Fire Rescue respondió a las 1:30 p.m. en 16850 South Glades Drive.</p><p>Los rescatistas concentraron sus esfuerzos en los pisos sexto y séptimo del edificio y trasladaron a uno de los heridos a un hospital cercano, según MDFR.</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/IPTPJ3YFWZB6JJNCYIL77Q2PCY.jpg?auth=f164bb66c5fc910808071e2d7eee2cf54bcec11958ef668d6f7018150ad2c511&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters respond to an apartment fire on Monday in North Miami Beach.]]></media:description></media:content></item><item><title><![CDATA[Conservadora Keiko Fujimori lidera balotaje presidencial de Perú, según conteo total de votos]]></title><link>https://www.local10.com/espanol/2026/06/29/conservadora-keiko-fujimori-lidera-balotaje-presidencial-de-peru-segun-conteo-total-de-votos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/29/conservadora-keiko-fujimori-lidera-balotaje-presidencial-de-peru-segun-conteo-total-de-votos/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — La candidata conservadora Keiko Fujimori lidera el lunes el conteo al 100% de los votos del balotaje presidencial de Perú por encima del progresista Roberto Sánchez, según la Oficina Nacional de Procesos Electorales, la organizadora de la segunda vuelta registrada el 7 de junio.]]></description><pubDate>Mon, 29 Jun 2026 20:35:48 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — La candidata conservadora Keiko Fujimori lidera el lunes el conteo al 100% de los votos del balotaje presidencial de Perú por encima del progresista Roberto Sánchez, según la Oficina Nacional de Procesos Electorales, la organizadora de la segunda vuelta registrada el 7 de junio.</p><p>Fujimori, candidata de Fuerza Popular, suma 50,135%, al contabilizarse el 100% de las actas. Sánchez, de Juntos por el Perú, alcanzó 49,865%. La diferencia entre ambos es de más de 49.000 votos.</p><p>Sin embargo, el Tribunal Electoral de Perú anunció la semana pasada que recién el viernes 3 de julio proclamará de forma oficial al ganador de la segunda vuelta. El triunfador gobernará desde el 28 de julio por cinco años, según la ley.</p><p>Fujimori, primera dama e hija del fallecido exmandatario Alberto Fujimori (1990-2000), llega por cuarta vez a un balotaje presidencial en Perú. Se presenta como la mejor opción para imponer orden en un país agobiado por la creciente delincuencia.</p><p>Sánchez, quien fue ministro de Comercio Exterior del sentenciado expresidente Pedro Castillo (2021-2022), afirma que en Perú se ha producido un fraude, pero no ha mostrado pruebas y ha marchado por las calles de Lima en dos ocasiones. El progresista ha indicado que no reconocerá el triunfo de Fujimori si no se anulan los votos de peruanos en el exterior que provocaron el ajustado triunfo de la conservadora.</p><p>Más del 70% de los electores no votaron ni por Fujimori ni por Sánchez en la primera vuelta.</p><p>Perú sufre una larga crisis política que vio pasar a ocho presidentes en casi una década de enfrentamientos entre el Parlamento y el Ejecutivo y protestas sociales que dejaron 50 manifestantes muertos entre 2022 y 2023.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H4JSEJRLDNUXSVXXYZJ5VZWOU4.jpg?auth=eb9c26af6759ce00f051661e04e65824ae87fccff194fd2608717676f8db406e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La candidata presidencial Keiko Fujimori, del partido Fuerza Popular, saluda tras el cierre de las urnas después de la segunda vuelta de las elecciones presidenciales en Lima, Perú, el domingo 7 de junio de 2026. (AP Foto/Guadalupe Pardo)]]></media:description><media:credit role="author" scheme="urn:ebu">Guadalupe Pardo</media:credit></media:content></item><item><title><![CDATA[Ola de calor extremo cancela o retrasa actividades al aire libre en el centro-norte de EEUU]]></title><link>https://www.local10.com/espanol/2026/06/29/ola-de-calor-extremo-cancela-o-retrasa-actividades-al-aire-libre-en-el-centro-norte-de-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/29/ola-de-calor-extremo-cancela-o-retrasa-actividades-al-aire-libre-en-el-centro-norte-de-eeuu/</guid><dc:creator><![CDATA[Por HANNAH FINGERHUT y KATHY McCORMACK, Associated Press]]></dc:creator><description><![CDATA[DES MOINES, Iowa, EE.UU. (AP) — Los campamentos de verano y otras actividades al aire libre se cancelaron o retrasaron el lunes, mientras una ola de calor mantenía su dominio sobre la zona centro-norte de Estados Unidos y se extendía hacia el este. Las comunidades abrieron centros de enfriamiento e instaron a la gente a tomárselo con calma y mantenerse hidratada.]]></description><pubDate>Mon, 29 Jun 2026 20:05:18 +0000</pubDate><content:encoded><![CDATA[<p>DES MOINES, Iowa, EE.UU. (AP) — Los campamentos de verano y otras actividades al aire libre se cancelaron o retrasaron el lunes, mientras una ola de calor mantenía su dominio sobre la zona centro-norte de Estados Unidos y se extendía hacia el este. Las comunidades abrieron centros de enfriamiento e instaron a la gente a tomárselo con calma y mantenerse hidratada.</p><p>“En general, vemos un patrón realmente caluroso y húmedo. Va a acompañarnos durante la mayor parte de la semana”, aseguró Andrew Ansorge, meteorólogo en Des Moines, Iowa, refiriéndose al primer periodo prolongado de calor de este verano.</p><p>Gran parte de Iowa y amplias zonas de la región centro-norte estaban bajo una advertencia de calor extremo al menos hasta el martes. Se pronosticaba que las temperaturas alcanzarían los 32,2 grados Celsius (90 grados Fahrenheit), y que los valores del índice de calor, o sensación térmica, superarían los 37,8 °C (100 °F) en la región, indicó Ansorge.</p><p>Rachel Washburn, que está de visita en Des Moines con su familia, buscaba cosas que hacer con los niños durante una ola de calor. Terminaron en un parque de fuentes brotantes antes del almuerzo, donde sus hijos jugaron a la pinta en el agua fresca para escapar de un índice de calor que se pronosticaba que llegaría a 43 °C (109 °F).</p><p>“Mis hijos se sorprendieron bastante por el calor y la humedad”, dijo Washburn, madre de siete hijos de entre 18 meses y 17 años, ya que están acostumbrados a un clima más templado en Bemidji, Minnesota. “Esperábamos que hiciera buen tiempo, pero nos las arreglaremos”.</p><p>Scott Kleebauer, meteorólogo del Centro de Predicción Meteorológica en College Park, Maryland, explicó que se esperan algunas de las peores condiciones el jueves y el viernes, a medida que el calor avance por el valle de Ohio, el Atlántico medio y hacia el noreste, con la posibilidad de alcanzar algunas temperaturas récord.</p><p>La mañana del lunes, Tom y Cindy Youngblood caminaron por un parque de esculturas al aire libre en Des Moines, disfrutando breves momentos de sombra y de una brisa oportuna. La pareja, ambos de 67 años y originarios de Rogers, Arkansas, regresaba de un viaje de campamento en Wisconsin y el domingo eligió un hotel en lugar de su furgoneta camper.</p><p>“No queríamos acampar anoche porque sabíamos que haría demasiado calor”, señaló Cindy Youngblood.</p><p>Kleebauer indicó que una de las principales recomendaciones del centro es mantenerse hidratado y tener acceso a zonas con sombra y aire acondicionado.</p><p>“Da la casualidad de que coincide con un periodo en el que mucha gente está fuera y mucha gente se va de vacaciones” durante la semana festiva del 4 de julio, agregó.</p><p>El calor extremo también ha pasado factura en Europa, donde se establecieron récords de temperatura y se reportaron muchas muertes relacionadas con el calor en Francia.</p><p>La gente podría verse tomada por sorpresa por la primera ola de calor del año, afirmó el doctor Roy Elrod, jefe de personal del DMC Detroit Receiving Hospital.</p><p>“Estás feliz de que el invierno se haya ido, estás listo para disfrutar el verano, lo has estado deseando”, manifestó Elrod. “Y entonces, creo que caemos en una especie de postura en la que pensamos que todo va a estar bien”.</p><p>Pero las lesiones relacionadas con el calor pueden ocurrir en cuestión de minutos, especialmente en quienes no se preparan para el clima hidratándose, usando ropa ligera, evitando las horas más calurosas del día y minimizando la exposición al sol, explicó.</p><p>“No siempre estamos preparados, y basta un incidente que te sacuda y te altere para que entiendas que puede agravarse muy rápido”, añadió.</p><p>En la región centro-norte, algunos programas de campamento reorganizaron sus horarios el lunes. Otras actividades al aire libre, como un mercado de agricultores en Michigan y un autocine en Minnesota, cerraron el lunes debido al calor.</p><p>En Flint, Michigan, la ciudad activó cuatro centros de enfriamiento hasta el miércoles, con la posibilidad de extender las operaciones si el calor persiste.</p><p>La Universidad de Wisconsin-Madison informó que cerraría 23 edificios al público a partir del martes, permitiendo solo acceso limitado a otros 11. Reubicó algunas clases de verano después de que, a principios de mes, una tubería de agua rota en su planta de enfriamiento redujera drásticamente la capacidad de proporcionar aire acondicionado en todo el campus.</p><p>Las temperaturas cercanas a los 32,2 °C (90 °F) y la alta humedad no impidieron que Toni Kreutzer, de 28 años, saliera a caminar por la orilla del lago Mendota en Madison, Wisconsin, con su perro Chester, de 13 años.</p><p>“Me gusta el calor”, afirmó Kreutzer. “Solo que no me gusta la humedad”.</p><p>___</p><p>McCormack informó desde Concord, Nueva Hampshire. Los periodistas de The Associated Press Scott Bauer en Madison, Wisconsin, y Haya Panjwani en Washington, D.C., 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/FS7QYU4IOH7INNTS7M3TFJJBD4.jpg?auth=d197dd72915142bfdbb1478a7415471ef36b3cecdced0c63e0441d322c30c47e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varios niños juegan en un parque de fuentes brotantes en Des Moines, Iowa, el lunes 29 de junio de 2026. (AP Foto/Hannah Fingerhut)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Fingerhut</media:credit></media:content></item><item><title><![CDATA[FDA panel on peptides will include experts who promote the unproven chemicals favored by RFK Jr.]]></title><link>https://www.local10.com/news/florida/2026/06/29/fda-panel-on-peptides-will-include-experts-who-promote-the-unproven-chemicals-favored-by-rfk-jr/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/29/fda-panel-on-peptides-will-include-experts-who-promote-the-unproven-chemicals-favored-by-rfk-jr/</guid><dc:creator><![CDATA[By MATTHEW PERRONE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — When U.S. health officials meet next month to reconsider a list of controversial peptide drugs, they will hear from a new set of voices: doctors and pharmacists with deep financial ties to the burgeoning industry of unproven chemicals.]]></description><pubDate>Mon, 29 Jun 2026 21:11:41 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — When U.S. health officials meet next month to reconsider a list of controversial peptide drugs, they will hear from a new set of voices: doctors and pharmacists with deep financial ties to the burgeoning industry of unproven chemicals.</p><p>The Food and Drug Administration on Monday released its list of participants for an upcoming meeting to reconsider the safety and effectiveness of several popular peptide injections, including some that have been praised by Health Secretary Robert F. Kennedy Jr.</p><p>Previous FDA panels on the topic have been composed of academics and researchers. The agency’s new group mainly includes health professionals who prescribe, produce or promote peptides, which have become a wellness trend among athletes, influencers and celebrities.</p><p>The two-day meeting is the latest example of how Kennedy and his deputies are trying to reshape U.S. health policy in the mold of the Make America Healthy Again movement. Some of the biggest supporters of the movement sell peptide formulas, though many pharmaceutical industry experts consider them illegal, unapproved drugs.</p><p>The substances are sold online and promoted by wellness clinics as a means to build muscle, heal injuries and look younger, though there’s little evidence behind those claims. Peptide sellers often skirt U.S. regulations by labeling their products as "for research use only,” since the FDA doesn’t regulate research chemicals.</p><p>FDA has raised safety concerns about peptides</p><p>Many of the injectable peptides sold in the U.S. are produced by compounding pharmacies, which mix custom medications that aren’t available from traditional drug manufacturers.</p><p>For several years, the FDA has warned Americans about the risks of injecting chemicals with names like BPC-157 and TB-500, which have not been extensively studied in humans. Both drugs are considered doping substances by international sports authorities. They are among seven peptides set for review in July.</p><p>Previous versions of the FDA’s panel on drug compounding — the group that will meet next month — have voted against a string of peptide ingredients brought forward by compounding pharmacies, declaring all of them too risky to be offered to patients. Those panels were mostly composed of experts from universities including Duke, Harvard and Johns Hopkins.</p><p>New FDA panel includes peptide proponents</p><p>The FDA's new group includes more than a half-dozen panelists who run clinics, online businesses or pharmacies specializing in peptides, which are often given alongside other unapproved therapies, including vitamin infusions.</p><p>For example, panel member Dr. Haleem Mohammed runs clinics in Florida that sell injections of peptides, vitamins, testosterone and weight loss medications. The business is part of a national chain of clinics dubbed Gameday Men's Health. The company's website states, "compounded medications offered through our services are not FDA-approved, and the FDA does not verify their safety."</p><p>Another panelist, Dr. Gabriel Alizaidy, charges $500 for “peptide and hormone” consultations, including advice on “where to safely get each peptide or compound.” Alizaidy promotes BPC-157, GHK-Cu and other peptides to thousands of followers through his accounts on Instagram and TikTok.</p><p>His website contains the disclaimer that each consultation “is educational in nature and does not constitute medical care, diagnosis, or treatment.”</p><p>Another member is Bobby Harshbarger, a Tennessee state senator who has multiple connections to the industry. Harshbarger is a pharmacist at his family's business, Premiere Pharmacy, which sells compounded medications for weight loss, longevity, pain and other conditions.</p><p>His mother, Rep. Diana Harshbarger, is also a pharmacist and a Republican member of U.S. Congress from Tennessee. Last year she sent a letter to Kennedy calling on him to relax FDA restrictions on a half-dozen peptides.</p><p>President Donald Trump has repeatedly praised Harshbarger's support of his “Make America Great Again” agenda. Last year, the president pardoned her husband, Robert Harshbarger Jr., who pleaded guilty more than a decade ago to substituting an unapproved drug from China for one used by patients on kidney dialysis. He was stripped of his pharmacy license and sentenced to four years in prison, which he served.</p><p>Mohammed and Alizaidy did not immediately respond to messages from The Associated Press Monday afternoon. A spokesperson for Harshbarger could not immediately provide comment when reached by phone.</p><p>Kennedy and his allies previously criticized government panels</p><p>The FDA has more than 30 panels of experts who advise the agency on various drugs, vaccines, food ingredients and other products.</p><p>Advisory meetings are subject to strict government transparency rules in terms of panel composition and financial disclosures. Experts who have a financial stake in a company or industry are permitted to serve on the panels, but the relationship must be disclosed and regulators are supposed to explain why the person's expertise outweighs their potential conflict of interest.</p><p>Kennedy and his allies have been highly critical of federal expert panels, often alleging that they are riven with conflicts of interest, despite federal data showing otherwise.</p><p>Last year, Kennedy fired the Centers for Disease Control and Prevention's entire 17-member vaccine panel and replaced it with a group that includes several anti-vaccine voices. A federal judge later said that action likely violated federal rules.</p><p>Kennedy told podcast host Joe Rogan earlier this year that he is “a big fan of peptides,” and described using them to recover from injuries.</p><p>Former FDA Commissioner Marty Makary — who resigned in May — was also highly critical of FDA advisory panels, complaining that they were expensive, time-consuming and subject to too many financial conflicts.</p><p>The number of such meetings plummeted during Makary's tenure. Instead, the FDA held a number of ad hoc meetings with handpicked experts on topics favored by Kennedy, including the risks of talc powder and antidepressants.</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/GOOJTIVPT4CMFR36CGPTVKXHMU.jpg?auth=128e903eddacf566dc75168f955563936fcc0e51048e0496c52432a4862cb483&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Secretary of Health and Human Services Robert F. Kennedy Jr., listens during a Cabinet meeting at the White House, May 27, 2026, in Washington. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[A marriage proposal and Bad Bunny steal attention from Novak Djokovic's opening Wimbledon match]]></title><link>https://www.local10.com/sports/2026/06/29/a-marriage-proposal-and-bad-bunny-steal-attention-from-novak-djokovics-opening-wimbledon-match/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/a-marriage-proposal-and-bad-bunny-steal-attention-from-novak-djokovics-opening-wimbledon-match/</guid><dc:creator><![CDATA[By MATTIAS KARÉN, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Novak Djokovic witnessed a marriage proposal in the crowd at Centre Court during his Wimbledon first-round match Monday and was quick to ask for an invitation to the wedding.]]></description><pubDate>Mon, 29 Jun 2026 19:54:51 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Novak Djokovic witnessed a marriage proposal in the crowd at Centre Court during his Wimbledon first-round match Monday and was quick to ask for an invitation to the wedding.</p><p>After Djokovic won the first set against Wu Yibing of China, one man in the crowd took the opportunity to pop the question to his girlfriend.</p><p>The seven-time Wimbledon champion clearly took notice, coming back out on court and making a heart gesture and then two thumbs up toward the couple before shouting out: “I want an invitation to the wedding.”</p><p>If he gets one, he could bring a pretty decent wedding singer along.</p><p>Puerto Rican rapper Bad Bunny was in the player's box on Centre Court, two days after Djokovic appeared on stage during the artist's concert in London.</p><p>Bad Bunny has experience with weddings — there was a real one performed during his Super Bowl halftime show this year.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T6CLQY36X5BESDXQLJYOS2NOIM.jpg?auth=939666f83d6026b1bce84dbcdae3d08efaaffcc73ab33f67fa72e2d57b9c1b6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Novak Djokovic of Serbia changes his shirt during the men's singles match against Yibing Wu of China at the Wimbledon Tennis Championships in London, Monday, June 29, 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/CZX4PF3VXI635R5FE6NGLXM37Q.jpg?auth=1965b331da246d3be03c17323c009a2d91a20be9dcd13446c91d9a9e61c4497b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Novak Djokovic of Serbia plays a return to Yibing Wu of China during the men's singles at the Wimbledon Tennis Championships in London, Monday, June 29, 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/NRP7LQ4I44HV6C4UR73XVUJ25M.jpg?auth=fc30d6cdc0009cec32fc7a7df4a9f9a31e57f3d48b210ec82eb36f7c40fcaff5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Puerto Rican singer Bad Bunny watches Novak Djokovic of Serbia playing against Yibing Wu of China during the men's singles at the Wimbledon Tennis Championships in London, Monday, June 29, 2026.(AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Democrats in half of states sue Trump administration over Medicaid work rules]]></title><link>https://www.local10.com/health/2026/06/29/democrats-in-half-of-states-sue-trump-administration-over-medicaid-work-rules/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/29/democrats-in-half-of-states-sue-trump-administration-over-medicaid-work-rules/</guid><dc:creator><![CDATA[By ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Democrats in 25 states and the District of Columbia on Monday sued the Trump administration over its recent guidance on new Medicaid work requirements, arguing the strict rules will prevent eligible Americans from accessing the care they need.]]></description><pubDate>Mon, 29 Jun 2026 21:10:48 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Democrats in 25 states and the District of Columbia on Monday sued the Trump administration over its recent guidance on new Medicaid work requirements, arguing the strict rules will prevent eligible Americans from accessing the care they need.</p><p>The attorneys general and governors who filed the lawsuit allege that an interim final rule released earlier this month by the Centers for Medicare and Medicaid Services oversteps the text of the law last summer that set in motion the changes to Medicaid.</p><p>They claim the Republican administration’s narrow interpretation of parts of the statute, including new limits to a medical frailty exemption, will create harmful coverage barriers and chaos in states that have been rushing to implement new systems by the January deadline.</p><p>“Added administrative burdens will cause individuals who are eligible for Medicaid to lose or be denied coverage,” the plaintiffs write. “People with disabilities, patients in the middle of cancer treatment, or those struggling with another serious or complex health condition, shouldn’t be at risk of losing the care that helps maintain their health.”</p><p>Spokespeople for the U.S. Department of Health and Human Services and CMS, the agencies named in the lawsuit, didn’t immediately respond to a request for comment. The Trump administration has promoted the new rules as commonsense measures to eliminate government freeloading and preserve benefits for those who need them most.</p><p>The new Medicaid restrictions, which Democrats have criticized, were part of Trump’s big tax and policy law in 2025. The change affects those covered through an expansion in most states that gave more lower-income people access to the government’s safety net healthcare program.</p><p>Starting Jan. 1, expansion enrollees age 19 to 64 will have to show that they work or do community service at least 80 hours a month or are in school at least half the time. There are exceptions for those considered medically frail or in addiction treatment programs, among others.</p><p>This month’s announcement from CMS caught states off guard with a new definition of medical frailty. The law had said medically frail people include those who have substance use disorders, disabilities or serious medical conditions. But the CMS rule went further, saying someone’s condition must “significantly impair” their ability to work, volunteer or attend school at the rates required in the law for them to be granted an exemption.</p><p>In 2027 and once in 2028, the patient can attest that they meet this definition. But when they try to renew coverage in 2028, they’ll need to prove it. Health analysts and state Medicaid directors have said they aren’t clear on what existing documentation could prove that point.</p><p>In the lawsuit, states allege that this change came “contrary to months of regular communications with CMS and preliminary guidance materials upon which Plaintiff States based their implementation plans.” They say CMS has still not provided states with enough clarity on how they can update their systems appropriately.</p><p>Kinda Serafi, a partner at the legal and consulting firm Manatt Health who is working with states to make the changes, said the administration “moved the goalposts” with its rule on medical frailty.</p><p>“By going beyond the clear language of the statute, CMS opened the door to this court challenge,” she said.</p><p>New York Attorney General Letitia James, one of the Democrats suing the administration, said the new rule puts thousands of her state's residents at risk.</p><p>“New Yorkers who are battling cancer, living with a disability, managing a serious mental health condition, or recovering from addiction should be able to get the health care they need without being buried in paperwork,” she said in a statement.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MOHOKNLYSXHYW74CX5R7GSLV6E.jpg?auth=c8eaabc073d697a3932b044a7d84c5d52b4c849e9177592a5bf9b31964877ce0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Centers for Medicare & Medicaid Services administrator Dr. Mehmet Oz speaks to the Faith & Freedom Coalition, a gathering of conservative Christian activists and leaders, Friday, June 26, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[Panthers acquire rights to former defenseman Radko Gudas]]></title><link>https://www.local10.com/sports/local/2026/06/29/panthers-acquire-rights-to-former-defenseman-radko-gudas/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/29/panthers-acquire-rights-to-former-defenseman-radko-gudas/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[The Florida Panthers made a trade on Monday to bring a former fan favorite back to the franchise.]]></description><pubDate>Mon, 29 Jun 2026 19:36:28 +0000</pubDate><content:encoded><![CDATA[<p>The Florida Panthers made a trade on Monday to bring a former fan favorite back to the franchise.</p><p>In a trade with the Anaheim Ducks, Florida acquired the rights to pending-unrestricted free agent defenseman Radko Gudas.</p><p>Going back to Anaheim in the deal are the rights to another pending-UFA, forward A.J. Greer. </p><p>Gudas patrolled the Panthers’ blue line from 2020 to 2023, playing 203 games in a Florida sweater and accumulating seven goals and 44 points while racking up 224 penalty minutes. </p><p>If he ends up signing with the Panthers, Gudas will join a defensive group that includes Aaron Ekblad, Gustav Forsling, Seth Jones, Niko Mikkola, Dmitry Kulikov and Uvis Balinskis. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BOS3QPH3TQYAM42M33GB534L3A.png?auth=6eb433e6a20b226d0522a7da497019fe520860576311d685fb173946317eb48e&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Radko Gudas speaks to the media during Florida Panthers exit interviews on May 28, 2021.]]></media:description></media:content></item><item><title><![CDATA[New Mexico governor says state could seek billions after DEA let fentanyl hit streets]]></title><link>https://www.local10.com/health/2026/06/29/new-mexico-governor-says-state-could-seek-billions-after-dea-let-fentanyl-hit-streets/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/29/new-mexico-governor-says-state-could-seek-billions-after-dea-let-fentanyl-hit-streets/</guid><dc:creator><![CDATA[By SUSAN MONTOYA BRYAN, JIM MUSTIAN and JOSHUA GOODMAN, Associated Press]]></dc:creator><description><![CDATA[ALBUQUERQUE, N.M. (AP) — New Mexico's governor said Monday that state officials could pursue billions of dollars in civil damages after revelations that U.S. Drug Enforcement Administration agents repeatedly allowed shipments of fentanyl to flow into drug-plagued communities as investigators sought to build bigger cases.]]></description><pubDate>Mon, 29 Jun 2026 19:32:56 +0000</pubDate><content:encoded><![CDATA[<p>ALBUQUERQUE, N.M. (AP) — New Mexico's governor said Monday that state officials could pursue billions of dollars in civil damages after revelations that U.S. Drug Enforcement Administration agents repeatedly allowed shipments of fentanyl to flow into drug-plagued communities as investigators sought to build bigger cases.</p><p>Democratic Gov. Michelle Lujan Grisham vowed to take her outrage “right to the White House and Congress” to seek assurances the DEA is no longer using the risky law enforcement strategy in New Mexico — and that it is not being replicated elsewhere. Overdoses have surged in New Mexico, even as fentanyl deaths declined in other states.</p><p>“This is a stunning failure by the federal government,” the governor told reporters at a news conference in the state medical examiner's office in Albuquerque, joining a host of state and local law enforcers and officials demanding answers. “It’s disgusting and despicable.”</p><p>The White House and DEA did not immediately respond to requests for comment.</p><p>Lujan Grisham's remarks came a week after The Associated Press reported that DEA agents repeatedly monitored — but did not seize — shipments of fentanyl as part of an effort to build bigger criminal cases between 2023 and 2025.</p><p>Current and former DEA agents, including whistleblower David Howell, told AP the strategy amounted to a gamble with public safety and may have violated U.S. Justice Department rules intended to safeguard the public.</p><p>The DEA initially denied Howell’s allegations in a statement to AP. But the agency later called upon the Justice Department’s independent watchdog to conduct its own investigation.</p><p>The fentanyl went unseized amid the deadliest drug epidemic in U.S. history and as the DEA led a public awareness campaign — “One Pill Can Kill” — emphasizing that even a few milligrams of the substance can be lethal.</p><p>New Mexico has responded swiftly to the revelations. Last week, the state's attorney general announced a criminal investigation to determine whether any federal officials broke state law by knowingly exposing New Mexico residents to the synthetic opioid.</p><p>“We’re going to protect the rest of the United States from this kind of foul, ‘I need a big case' effort no matter what the consequences,” Lujan Grisham said. “We’re angry because it’s immoral."</p><p>Albuquerque Mayor Tim Keller said fentanyl represents his city's “No. 1 challenge," driving crime and homelessness and straining health care resources.</p><p>“Using us in some sort of uninformed, undisciplined experiment that’s literally killing our people — that’s what this is,” he said. “This should outrage every single New Mexican.”</p><p>Trump last week shared a link on his Truth Social page to an article attributing the scandal to the “Biden-run Justice Department.” In a statement to AP last week, the Justice Department similarly said “the alleged conduct occurred under the Biden Administration’s disastrous open border policies.”</p><p>Howell first came forward during the Biden administration in 2023 — and was sidelined for doing so — but he continued to flag unseized fentanyl shipments as recently as last year, and the largest he documented happened two months into Trump's second term, a 1.8-million pill haul DEA learned about but did not intercept in March 2025.</p><p>Lujan Grisham has criticized both administrations as not doing enough to stem the tide of fentanyl in New Mexico, and pointed to the death last year of a 15-month-old girl who reportedly swallowed some of her mother's drugs in Española, a town ravaged by grinding poverty and addiction.</p><p>It is not clear whether any fatal overdoses in the state can be directly attributed to the DEA strategy. While overdose deaths nationwide fell 14% last year, government data show New Mexico tallied a 21% spike.</p><p>“Somebody must pay for the damage to the state, the public safety risks that will be shared by everyone here for a decade or more, and pay to try to right the wrongs and put people’s lives back together,” she said.</p><p>Lujan Grisham, who will leave office at year's end after two terms as governor, said the worst part of being an elected leader is having to face the victims of what she called “senseless” devastation and loss.</p><p>“There are no words that can take away that pain,” she said, adding their experiences cannot be dismissed by politics as usual. “Whatever we can do to prevent the next loss for the next family, is the work that we’re all collectively doing."</p><p>__</p><p>Mustian and Goodman reported from Miami.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CVCHPJ5QNCDXPDT3VX22AFLUYY.jpg?auth=05c6d4d6edb898f5768ee4f175f0c587424a6ac8a75bc8a450e7629eb2a3126c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New Mexico Gov. Michelle Lujan Grisham speaks about holding federal authorities accountable for policies that allowed fentanyl pills to reach the streets, during a news conference in Albuquerque, on Monday, June 29, 2026. (AP Photo/Susan Montoya Bryan)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EPAONGVYGO3XOMLTC3UOH5KCXI.jpg?auth=d2eb0087671d444dbdccbeae278b34b46ca9e353f4eae2f26052c9db0fda1557&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New Mexico Gov. Michelle Lujan Grisham listens to reporters' questions during a news conference in Albuquerque, on Monday, June 29, 2026. (AP Photo/Susan Montoya Bryan)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VD7TGHS7JKFDGS3DI6BKONDCDE.jpg?auth=492c32b10632d589e9fb61a17797d173daf4d2655fcaaa7aeeb11267a62b0bc3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New Mexico Gov. Michelle Lujan Grisham speaks during a news conference in Albuquerque, on Monday, June 29, 2026. (AP Photo/Susan Montoya Bryan)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TEGLEQJDNPX52GGNE5XMW3WQQ4.jpg?auth=5548dc48f9cd8382677f9642010ba65fca6f67225ce12c4bd4ffadc327ff7055&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Española Mayor Dennis Tim Salazar speaks during a news conference in Albuquerque, on Monday, June 29, 2026. (AP Photo/Susan Montoya Bryan)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BGXLPZ7SZVGKTNH2YSUDLNPKWU.jpg?auth=d819c921dc4ef55c18a1bf63134553675bee404c82a859c497b32e2bc9b7b81e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Raul Bujanda, Albuquerque's executive director of public safety, talks about the fentanyl epidemic in New Mexico and federal investigative policies during a news conference in Albuquerque, on Monday, June 29, 2026. (AP Photo/Susan Montoya Bryan)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content></item><item><title><![CDATA[Serena Williams' return at Wimbledon is "the ticket to have" for the grass-court Grand Slam]]></title><link>https://www.local10.com/sports/2026/06/29/serena-williams-return-at-wimbledon-is-the-ticket-to-have-for-the-grass-court-grand-slam/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/serena-williams-return-at-wimbledon-is-the-ticket-to-have-for-the-grass-court-grand-slam/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Anticipation is building at Wimbledon for Serena Williams’ first singles match in nearly four years.]]></description><pubDate>Mon, 29 Jun 2026 19:24:27 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Anticipation is building at Wimbledon for Serena Williams’ first singles match in nearly four years.</p><p>The 44-year-old Williams is scheduled to play an opponent less than half her age, 20-year-old Maya Joint of Australia, in the third match Tuesday on Centre Court — the patch of grass where the American standout won seven of her 23 Grand Slam singles titles.</p><p>“I think everyone’s feeling the same way: Cannot wait to be watching Serena back on Centre Court again,” Sally Bolton, the chief executive of the All England Club, said Monday.</p><p>Wimbledon organizers took the unusual step of holding up an eighth and final wild card spot for Williams until she accepted the invitation at almost the last possible moment the weekend before qualifying began.</p><p>“We were all sitting there sort of quietly keeping our fingers crossed that that’s what would happen,” Bolton said when asked by The Associated Press how anxious the club was while Williams pondered her decision.</p><p>“She is such an icon of the sport and particularly here at the championship she’s one of our most special champions,” Bolton added. “So it really will be the ticket to have tomorrow when she walks back on Centre Court.”</p><p>Whether it was related to Williams or not, the queue (line) of would-be-spectators camping out overnight for the daily batches of Wimbledon tickets on offer had reached 10,000 people by Monday morning.</p><p>“We are advising people if they haven’t already set off to travel, not to travel because the queue is effectively full,” Bolton said. “By comparison to last year, it is really busy.”</p><p>Williams will also play doubles with older sister Venus Williams later in the week.</p><p>Since Serena last won Wimbledon a decade ago, eight different women have won the title.</p><p>“It was needed a wee bit to kind of reinvent the women’s game,” said Lauren Byrne, a 26-year-old spectator at Wimbledon from near Dublin. “She’s definitely going to bring a bit more excitement back.”</p><p>Added Byrne’s father, Anthony: “It’s just great to see her. She still has the appetite, hasn’t she, to play at this level? … Age isn’t a barrier.”</p><p>Gibran Chenia, a London resident who described himself as “50-plus,” called Williams “a legend.</p><p>“And if she’s half as good as she was, she is going to be great for tennis,” Chenia said. “It’s great to have legends back.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/66MQOFLJS3S5IOQIDK2NNR52VY.jpg?auth=4b019ba9e6b8bef6de91f56103f719743a31f03dd5e1d7091021e2975f429783&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 plays a return during a practice session 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/H2JF2K6NYCY4EL2BOZLAHO3M5I.jpg?auth=63f9a1e56833dbda92322977d17c3fa8a592b41399dd66ae1fc594573599dbab&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 attends a practice session 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/MIQIBMB6V2K4D5GF44XB6E4BGQ.jpg?auth=2d4977037cd2ef7c0af3a470a0003755c40591147f47d85ec6245eaad51e9c8c&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 at a training session at the All England Lawn Tennis and Croquet Club, ahead of the Wimbledon Championships in London, Thursday, June 25, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DKUFIVE72WCEBGX4RS47KCQP7U.jpg?auth=cfafb896ab7e963de1176581006c5504c54c7e02dd5851e7ba07d2d58aa23502&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 U.S. reacts during a practice session, ahead of the Wimbledon Tennis Championships, at the All England Lawn Tennis and Croquet Club, in London, Saturday June 27, 2026. (John Walton/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RHKF2OZ3QJNUK7ZQL5AVTDEBSI.jpg?auth=861d097a3b630e821fdd8266f4cc1b74e25c26fb1720bc7df20ffc7bf97cf86a&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 U.S. returns a shot during a practice session, ahead of the Wimbledon Tennis Championships, at the All England Lawn Tennis and Croquet Club, in London, Saturday June 27, 2026. (John Walton/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John Walton</media:credit></media:content></item><item><title><![CDATA[A rare dinosaur fossil from Antarctica is found tucked away in a drawer]]></title><link>https://www.local10.com/news/weird-news/2026/06/29/a-rare-dinosaur-fossil-from-antarctica-is-found-tucked-away-in-a-drawer/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/06/29/a-rare-dinosaur-fossil-from-antarctica-is-found-tucked-away-in-a-drawer/</guid><dc:creator><![CDATA[By ADITHI RAMAKRISHNAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Scientists have stumbled on a rare dinosaur fossil from Antarctica, tucked away for decades in a drawer.]]></description><pubDate>Mon, 29 Jun 2026 19:51:50 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Scientists have stumbled on a rare dinosaur fossil from Antarctica, tucked away for decades in a drawer.</p><p>The bone comes from the tail of a long-necked, plant-eating dinosaur called a titanosaur. Scientists haven't yet identified the species it belongs to.</p><p>It was discovered in 1985 during an expedition to Antarctica's James Ross Island and collected by geologist Mike Thomson. Working with the British Antarctic Survey, Thomson was mapping the area's rock layers and collected marine reptile fossils to help with future dating efforts. He recorded the find as a large reptile.</p><p>Decades later, paleontologist Mark Evans spotted the bone in the British Antarctic Survey's collections and wondered whether it might be a dinosaur. He and other researchers analyzed the shape of the bone and compared it to other more complete dinosaur remains, confirming their discovery. The findings were published on Monday in the journal Acta Palaeontologica Polonica.</p><p>Dinosaur fossils are rare to find in Antarctica because of the unforgiving ice caps. But millions of years ago, when this dinosaur lived, the region was populated by lush forests — a “rather different and much more hospitable place than we think of today,” said study co-author Paul Barrett with the Natural History Museum in London.</p><p>At about 23 feet (7 meters) long, the dinosaur was small for its group and may have been young when it died. Scientists don't know how the creature met its end, but they think its body floated away from the coast and sank to the sea floor, becoming fossilized in marine rock.</p><p>Technology has come a long way since the dinosaur tail bone was first found, allowing researchers to peer inside bones and gain even more detailed information about ancient creatures. Thomson died in 2020 before the fossil was identified as belonging to a dinosaur.</p><p>“If he were still with us, he would be delighted to know what this was,” Evans, a study co-author, said.</p><p>___</p><p>An earlier version of this story incorrectly identified paleontologist Mark Evans as Mike Evans in one reference.</p><p>___</p><p>AP video producer Havovi Todd in London contributed to this report.</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/VXLFHHC55XYIJALUCARCXPR3AU.jpg?auth=35198a3c20846092192c49d7b1879e12c3c7ae16a0b2d339f16cef651cf7e1f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by the Natural History Museum shows a fossil found in Antarctica that belongs to a group of dinosaurs called titanosaurs. (Natural History Museum via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lucie Goodayle</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4OV3PFN7AFRJR22OSML3MTP3AQ.jpg?auth=8c6da2bb2152894152ce180ddf2088e020eda626be6b35c2326f03e02dc8a6ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by the Natural History Museum shows a fossil found in Antarctica that belongs to a group of dinosaurs called titanosaurs. (Natural History Museum via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lucie Goodayle</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/57CPY2QRH33PVM6CGKZUDLUP6A.jpg?auth=16db8b4a1268c904ccac7687ec52d99369987be6125e334222bb4e21f7d9a1d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by the Natural History Museum shows a fossil found in Antarctica that belongs to a group of dinosaurs called titanosaurs. (Natural History Museum via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lucie Goodayle</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QW6W3DNU3NCGJ7UBJ3FFWNRZAU.jpg?auth=2bde937557efca2043065064ae2f541ca54f75eb60e52c2100e64f573db9bcde&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by the Natural History Museum shows a fossil found in Antarctica that belongs to a group of dinosaurs called titanosaurs. (Natural History Museum via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lucie Goodayle</media:credit></media:content></item><item><title><![CDATA[Presidente de Asamblea Nacional dice que cifra de muertos por sismos asciende a 1.719]]></title><link>https://www.local10.com/espanol/2026/06/29/lo-ultimo-presidente-de-asamblea-nacional-dice-que-cifra-de-muertos-por-sismos-asciende-a-1719/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/29/lo-ultimo-presidente-de-asamblea-nacional-dice-que-cifra-de-muertos-por-sismos-asciende-a-1719/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Un nuevo sismo de una serie de réplicas de los devastadores terremotos de la semana pasada sacudió Venezuela el lunes e hizo temblar edificios mientras los equipos de rescate continúan buscando sobrevivientes entre los escombros.]]></description><pubDate>Mon, 29 Jun 2026 18:55:33 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Un nuevo sismo de una serie de réplicas de los devastadores terremotos de la semana pasada sacudió Venezuela el lunes e hizo temblar edificios mientras los equipos de rescate continúan buscando sobrevivientes entre los escombros.</p><p>El nuevo sismo se produjo a unos 30 kilómetros de La Guaira, en la costa norte de Venezuela, a las 7.01 hora local (11.01 GMT) con una magnitud de 4,6 y una profundidad de 10 kilómetros, informó el Servicio Geológico de Estados Unidos (USGS).</p><p>Aquí los últimos acontecimientos registrados en Venezuela:</p><p>Cruz Roja estima que su labor se extienda por 24 meses</p><p>La Cruz Roja Venezolana proyecta que la operación de respuesta desplegada tras los terremotos del 24 de junio se extienda por 24 meses, con la expectativa de atender a 300.000 personas afectadas por la emergencia nacional. La Sociedad Nacional mantiene acciones humanitarias sostenidas entre La Guaira y el Distrito Capital, dos de las zonas más afectadas por la actividad sísmica.</p><p>Presidente de Asamblea Nacional informa nueva cifra de muertos</p><p>El presidente de la Asamblea Nacional, Jorge Rodríguez, informa que la cifra de fallecidos asciende a 1.719 y que los heridos suman 5.034. Indica a su vez que en total hay 15.866 personas damnificadas.</p><p>Agrega que en el sismo de la mañana del lunes “no hubo absolutamente ninguna afectación de ninguna estructura ni sobre ninguna persona, afortunadamente”.</p><p>En cuanto a los daños materiales causados por los sismos de la semana pasada, se han contabilizado 855 edificios afectados de los cuales 189 sufrieron un colapso total. También sufrieron daños 38 hospitales y más de 1.600 estructuras como puentes y carreteras.</p><p>Nuevos reportes sobre extranjeros</p><p>Tres ciudadanos estadounidenses murieron en los terremotos, confirmó el lunes un alto funcionario del Departamento de Estado, y 12 siguen desaparecidos. El Departamento estima que hay alrededor de 5.000 ciudadanos estadounidenses en Venezuela.</p><p>Por su parte, la Cancillería cubana confirmó el fallecimiento de un ciudadano cubano e indicó que buscan información con las autoridades venezolanas para dar con otras personas hasta ahora desaparecidas, cuya cifra no detalló.</p><p>En tanto, la cancillería peruana informó que se ha concretado el retorno de dos peruanos residentes en La Guaira que pidieron ser evacuados y que ha recibido reportes de cuatro peruanos desaparecidos.</p><p>México enviará más ayuda</p><p>La presidenta Claudia Sheinbaum dice que las autoridades venezolanas hicieron una nueva solicitud a México para el envío de plantas potabilizadoras de agua y energía eléctrica y alimentos no perecederos, que serán enviados por vía aérea y marítima. “En la medida que podamos vamos a enviar todo lo que se requiera”, añadió.</p><p>Sheinbaum expresó en su conferencia matutina que México está disputo a apoyar a Venezuela cuando se inicie la fase de reconstrucción de las áreas devastadas por los terremotos con normas de construcción y sistemas de alerta sísmico que no existen actualmente en el país sudamericano.</p><p>Actividades se reanudan lentamente en Caracas</p><p>En Caracas los comercios abren sus puertas más tarde de lo habitual y el transporte colectivo se mantiene activo, aunque con pocos pasajeros.</p><p>“Voy tarde al trabajo, pero a pesar del susto no nos podemos quedar en casa, hay que producir”, dijo Johny González, un empleado de un automercado de 22 años, momentos antes de abordar un autobús.</p><p>“Nos toca tener mucha fortaleza mental para salir a trabajar, en mi caso ayuda que todos estamos sanos (en la familia) y tenemos un techo que nos abrigue”, agregó.</p><p>Sismos tuvieron impacto geológico en Trinidad y Tobago</p><p>En la vecina Trinidad y Tobago, geólogos confirman que los dos terremotos elevaron la costa suroeste de Trinidad hasta seis metros.</p><p>El geólogo Xavier Moonan, quien visitó Galfa Point durante el fin de semana, indicó que la línea costera también se desplazó hacia el sur aproximadamente 30 metros.</p><p>Se encontraron peces, cangrejos y rayas muertos en la playa de Trinidad tras los dos terremotos de la semana pasada.</p><p>Moonan explicó que, cuando se produce un gran terremoto en la región, la transferencia de energía tiende a reflejarse en la falla a lo largo de la costa sur de Trinidad.</p><p>Nuevo temblor en Venezuela mientras continúan los rescates</p><p>Un nuevo sismo sacude la región centro costera de Venezuela, el más reciente de una serie de réplicas luego de los dos terremotos del 24 de junio.</p><p>“Aquí estamos otra vez en la calle, no sé cuándo vamos a tener un momento de verdadera tranquilidad”, dijo a The Associated Press Concepción Hernández, un ama de casa de 51 años, que evacuó junto a su esposo un edificio en la barriada Los Palos Grandes de Caracas.</p><p>“Somos bendecidos, nuestro edificio resistió otra vez, salimos sin problema. La mayoría de los vecinos ya regresó a su casa”, agregó Hernández.</p><p>De momento no ha habido reportes de daños o víctimas.</p><p>EEUU amplía ayuda a Venezuela</p><p>El Departamento de Estado estadounidense informa que “en respuesta a las necesidades urgentes identificadas por los equipos de primera intervención estadounidenses sobre el terreno, Estados Unidos ha incrementado su compromiso financiero para esta respuesta vital a más de 300 millones de dólares”.</p><p>Los fondos están destinados a organizaciones asociadas, financiación bilateral y al fondo común para los países de la Oficina de las Naciones Unidas para la Coordinación de Asuntos Humanitarios.</p><p>China promete 14,7 millones de dólares en ayuda humanitaria</p><p>China anuncia que proporcionará 100 millones de yuanes (14,7 millones de dólares) en ayuda humanitaria para las víctimas de los terremotos en Venezuela. Esta ayuda se suma a una cantidad no especificada de asistencia en efectivo enviada previamente a Venezuela, declara Guo Jiakun, portavoz del Ministerio de Relaciones Exteriores chino. Ocho ciudadanos chinos han fallecido a causa de los terremotos, según informaron medios de comunicación chinos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WY2GVRKKDHB7ANMZ3ACN6RKRI4.jpg?auth=3e14c687e0e5b77af65c49f8f2028bb6d1eceddf8e67f4d17cd6e92286dcf7a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Franklin Rodríguez hace una pausa para fumar mientras busca a sus familiares desaparecidos entre los escombros de su edificio de apartamentos que se derrumbó durante los terremotos consecutivos que azotaron La Guaira, Venezuela, el lunes 29 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/73SCVIPSPQ6JM4MXPBVF7ZCGUU.jpg?auth=b71eee3c0e7af8bed2c5f0e8481ecc3079f9a4430feacf611b3cd5ff5fba79b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un niño duerme a la intemperie, frente a casas dañadas por el terremoto en Catia La Mar, Venezuela, el domingo 28 de junio de 2026. (AP Foto/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/ARRBCNB3K5FFNMAIZBXNPPVMS4.jpg?auth=1650ec360667be7be2d406b44c622ce47ee654bb5553c5e9017389a277dbdfc6&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 derrumbados tras los terremotos que azotaron La Guaira, Venezuela, el domingo 28 de junio de 2026. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Estrella de la NFL carga cajas en Doral para ayudar a Venezuela]]></title><link>https://www.local10.com/espanol/2026/06/29/estrella-de-la-nfl-carga-cajas-en-doral-para-ayudar-a-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/29/estrella-de-la-nfl-carga-cajas-en-doral-para-ayudar-a-venezuela/</guid><dc:creator><![CDATA[Christina Vazquez, Andrea Torres]]></dc:creator><description><![CDATA[El pateador venezolano de los New England Patriots Andrés Borregales trabajó el lunes como voluntario en el almacén de Global Empowerment Mission en Doral para enviar ayuda a las víctimas de los terremotos que azotaron Venezuela la semana pasada.]]></description><pubDate>Mon, 29 Jun 2026 19:14:45 +0000</pubDate><content:encoded><![CDATA[<p>Andrés Borregales, pateador de los New England Patriots y primer jugador venezolano en la historia en llegar al Super Bowl, se unió al equipo de Global Empowerment Mission para ayudar a enviar ayuda al norte de Venezuela tras los devastadores terremotos de la semana pasada.</p><p>El jugador de 23 años, nacido en Caracas y residente del sur de Florida desde 2004, no se limitó a donar dinero. Se presentó personalmente a mover cajas en el almacén de GEM en Doral, ubicado en 1850 NW 84th Ave.</p><p>“Físicamente no podemos estar allá ahora mismo... lo cual es una mierda... pero seguimos ayudando de todas las formas que podemos. Por eso estamos aquí”, dijo mientras trabajaba como voluntario.</p><p>Borregales, conocido como “Automatic Andy” y exestrella de la Universidad de Miami, llegó al almacén junto a su esposa Stephanie, graduada de Florida State University. Ambos portaron con orgullo el chaleco verde neón de GEM.</p><p>“Tengo a mi hermana allá”, dijo el pateador. “Gracias a Dios está bien, pero muchas familias no tienen esa suerte.”</p><p>La urgencia del esfuerzo aumentó tras un sismo de magnitud 4.6 que sacudió la zona el lunes, en medio de la devastación causada por los terremotos de magnitud 7.2 y 7.5 que golpearon el estado venezolano de La Guaira el miércoles pasado.</p><p>“Mucha gente no tiene un refugio ni un hogar al que regresar porque todo es escombros”, dijo Borregales.</p><p>Mientras el número de víctimas seguía aumentando, la ONU estimó el lunes que unos 680,000 niños se encuentran entre los 1.8 millones de venezolanos que necesitan asistencia tras los sismos.</p><p>Borregales no es el único atleta venezolano que siente el dolor desde lejos. William Contreras, receptor de los Milwaukee Brewers nacido en Puerto Cabello, rompió en llanto tras una victoria el viernes y se disculpó por no poder sumarse a las labores de búsqueda y rescate.</p><p>Borregales, quien se graduó del Champagnat Catholic School en Hialeah en 2021 y también jugó fútbol americano en el Booker T. Washington High School en Overtown y en el Chaminade-Madonna College Preparatory School en Hollywood, encontró en el almacén de Doral una forma concreta de actuar.</p><p>“Es realmente increíble ver cómo todos se unen”, dijo Stephanie Borregales, cubanoamericana que se casó con el jugador el año pasado en Boca Raton.</p><p>GEM también cuenta con un almacén en Valencia, Venezuela, desde donde comienza la distribución. La organización no acepta ropa ni ropa de cama, pero sí recibe tiendas de campaña, colchones inflables, alimentos no perecederos, productos de higiene, baterías, pañales y kits de emergencia.</p><p>“Si todo lo que puedes donar es una caja de jabón, eso es suficiente”, dijo Borregales. “Haz lo que puedas.”</p><p>Para más información sobre cómo ser voluntario de GEM, visita <a href="https://www.local10.com" rel="">esta página</a>.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Supreme Court ruling gives a reprieve to states with grace periods for receiving mail ballots]]></title><link>https://www.local10.com/news/national/2026/06/29/supreme-court-ruling-gives-a-reprieve-to-states-with-grace-periods-for-receiving-mail-ballots/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/29/supreme-court-ruling-gives-a-reprieve-to-states-with-grace-periods-for-receiving-mail-ballots/</guid><dc:creator><![CDATA[By JULIE CARR SMYTH, Associated Press]]></dc:creator><description><![CDATA[States that allow mail ballots to be counted after Election Day reacted with relief Monday after the U.S. Supreme Court rejected a Republican effort to outlaw the practice.]]></description><pubDate>Mon, 29 Jun 2026 19:50:32 +0000</pubDate><content:encoded><![CDATA[<p>States that allow mail ballots to be counted after Election Day reacted with relief Monday after the U.S. Supreme Court rejected a Republican effort to outlaw the practice.</p><p>A decision favoring the state of Mississippi over the Republican National Committee delivered an immediate reprieve to the 14 states with grace periods for regular mail ballots, as well as heading off what was expected to be a scramble to alter the practice and inform voters just months ahead of the midterm elections.</p><p>At least one state, Ohio, had preemptively changed its law in anticipation of a different result from the high court, and 15 other states have such grace periods specifically for military and overseas voters.</p><p>Washington Secretary of State Steve Hobbs said the ruling means "the thousands of voters whose ballots are postmarked on time but received after Election Day still have their voices heard.”</p><p>Mail ballots, also called absentee ballots, have been the source of conspiracy theories from President Donald Trump, who groundlessly blames them for his loss in the 2020 election. The RNC and Libertarian Party had sued to overturn a Mississippi law that permits the counting of mail ballots that are postmarked by Election Day and arrive up to five days later, on grounds that it violated federal law.</p><p>Justice Amy Coney Barrett, a Trump appointee, wrote for the majority that the practice is legal.</p><p>"Nothing in the federal election-day statutes requires ballots to be received by Election Day,” she wrote, adding that the court considered that very narrow question without wading into more sweeping declarations about absentee voting in general or the authority of Congress versus states over election law.</p><p>In Illinois, where mail-in ballots accounted for up to a quarter of this year's primary vote, the state elections board had budgeted $300,000 for a television and radio ad campaign to educate voters about potential changes to the mail ballot deadline. Spokesman Matt Dietrich said that campaign will be called off after the court's ruling. Illinois allows mail ballots to be counted if they are postmarked by Election Day and received within 14 days.</p><p>“Anytime you have a change in the administration of elections that affects voters, it is a big challenge to us to make sure that voters understand what that change is,” he said.</p><p>California, which has a seven-day grace period, has been a regular target of Trump and other Republicans who criticize the state's slow-counting of late-arriving ballots and have used the gap to spread conspiracy theories about voter fraud.</p><p>California Secretary of State Shirley Weber called Monday's ruling "a win for voters, for the rule of law, and for the future of our democracy.”</p><p>Mississippi Secretary of State Michael Watson called the decision a victory for states' rights, including the ability to set election rules as long as they don't conflict with federal law.</p><p>In addition to California, Illinois and Mississippi, the other states that count regular mail ballots received after Election Day are Alaska, Maryland, Massachusetts, Nevada, New Jersey, New York, Oregon, Texas, Virginia, Washington and West Virginia.</p><p>Data shows that mail ballots are popular options across all 50 states for both Republican and Democratic voters.</p><p>Although the RNC was party to the case and not the Trump administration itself, national party committees of a sitting president’s party typically operate in concert with the president’s political strategies. Trump also has effectively taken over operations of the RNC, the GOP's main fundraising and political operation.</p><p>Calling Monday's ruling “a tremendous loss,” Trump used it as a way to push his sweeping election law bill that has stalled on Capitol Hill despite Republican control in both chambers of Congress.</p><p>In a Truth Social post, the president declared it “more important than ever to pass THE SAVE AMERICA ACT,” his name for legislation that would require voters nationally to document their U.S. citizenship to register to vote, show certain photo identification to cast ballots and limit who can vote with a mail ballot. RNC Chairman Joe Gruters issued a statement aligning with Trump, saying Monday's ruling was justification to pass the congressional proposal.</p><p>Lower federal courts have issued rulings blocking the Trump administration’s efforts to impose new restrictions on mail ballots and to create a national voter list, among other proposed changes. Judges in those cases have consistently said the Constitution vests authority for setting election rules with Congress and the states, not the president.</p><p>While Barrett framed Monday’s opinion on the narrower question of the mail ballot deadline, the decision could bolster hopes among Democrats that the high court will look skeptically on the president’s assertion of power over elections if other cases land before it.</p><p>Massachusetts Secretary of State Bill Galvin said he was relieved because the ruling was a potential sign that other cases could go Democrats' way. But he accused the president and RNC of trying to disenfranchise voters and said he was alarmed by the narrow 5-4 decision in the case.</p><p>“What’s troubling was that so many of the other justices were willing to sacrifice the rights of voters,” said Galvin, a Democrat.</p><p>Perhaps nowhere was the case being watched more closely than Alaska, where Native and rural communities dotted across a vast landscape rely on the state's grace period to ensure their ballots get counted. Planes are often the only way ballots can get from polling locations to counting locations.</p><p>Jacqueline De León, a senior staff attorney with the Native American Rights Fund, was among the attorneys who filed a brief with the Supreme Court on behalf of Alaska Native and Native American groups. The brief highlighted the challenges they face, in particular where many communities are accessible only by air or water and rely on air service for mail.</p><p>“For many Native communities, voting by mail is shaped by long distances to election offices, no home mail delivery, unreliable postal service, lack of access to transportation, and the realities of living in rural and remote areas,” she said. “Ballots cast by election deadlines should not be discarded simply because substandard service or weather delays cause them to arrive after Election Day.”</p><p>___</p><p>Associated Press writers Bill Barrow and Sudhin Thanawala in Atlanta, Becky Bohrer in Juneau, Alaska, John Hanna in Topeka, Kansas, Josh Kelety in Phoenix, Ali Swenson in New York and graphic artist Kevin Vineys in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5MSSPIBXYLXIXE2BY5C4HOZG6E.jpg?auth=254ea25cdab407f3aa8eefdff2f25c11a962360c23aed8a2e8af7426bfa9f004&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ballots are counted at the L.A. County Ballot Processing Center during the California primary election, June 2, 2026, in City of Industry, Calif. (AP Photo/William Liang, File)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/27XI62355AI7QIS2HRNY6C54V4.jpg?auth=4912f66da8b79bb0ca8deec5b3cda8e2803e04f93911b095aea19d25c40959e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ballots are sorted the day after California's primary election at the LA County Ballot Processing Center, June 3, 2026, in City of Industry, Calif. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Se cagó encima de otro hombre durante el sexo, lo amenazó con un arma y le dio una paliza, según la policía de West Miami]]></title><link>https://www.local10.com/espanol/2026/06/29/se-cago-encima-de-otro-hombre-durante-el-sexo-lo-amenazo-con-un-arma-y-le-dio-una-paliza-segun-la-policia-de-west-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/29/se-cago-encima-de-otro-hombre-durante-el-sexo-lo-amenazo-con-un-arma-y-le-dio-una-paliza-segun-la-policia-de-west-miami/</guid><description><![CDATA[Luis Alberto Negrin, de 38 años, fue arrestado en West Miami tras apuntarle con una pistola, estrangular y golpear a su pareja sexual el domingo, luego de que esta se enfureciera por un acto con heces que él realizó sin su consentimiento.]]></description><pubDate>Mon, 29 Jun 2026 19:08:53 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de West Miami enfrenta tres cargos por delito grave tras apuntarle con un arma, estrangular y golpear a otro hombre que estaba furioso con él por un acto repugnante ocurrido durante un encuentro sexual, según la policía.</p><p>La policía de West Miami indicó que el crimen ocurrió alrededor de las 6 a.m. del domingo en el hogar del sospechoso Luis Alberto Negrin, de 38 años, en la cuadra 6100 de Southwest 14th Street.</p><p>Las autoridades respondieron tras recibir una llamada sobre la víctima “llorando y sangrando en medio de la calle”.</p><p>Un informe de arresto indica que la víctima y Negrin habían estado bebiendo y fumando cigarrillos durante las primeras horas de la madrugada, lo que eventualmente derivó en un encuentro sexual.</p><p>Durante el encuentro, según la policía, Negrin cometió un acto que involucró “materia fecal” sin el consentimiento de la víctima, dejándola “enojada y asqueada” y desencadenando una “discusión verbal”.</p><p>El informe señala que la situación “escaló rápidamente a una confrontación física” cuando Negrin sacó una pequeña pistola plateada y la apuntó a la cabeza de la víctima “mientras hacía gestos amenazantes”.</p><p>“Temiendo por su seguridad y creyendo que (Negrin) era capaz de dispararle, (la víctima) indicó que retrocedió lentamente hacia el interior de la residencia en un intento de desescalar la situación”, escribió la policía. “(La víctima) informó que (Negrin) continuó siguiéndolo mientras mantenía el arma apuntada a su cabeza”.</p><p>Ya en la cocina, la policía dijo que Negrin “lo tomó en una llave de cabeza” y “aplicó presión extrema alrededor de su cuello, dificultándole la respiración”.</p><p>La víctima creyó haber perdido el conocimiento dos veces. Tras ser liberada de la llave, intentó llamar al 911, pero Negrin le arrebató el teléfono para impedirle contactar a la policía.</p><p>Según el informe, Negrin golpeó a la víctima “múltiples veces”, causándole cortes, enrojecimiento e hinchazón en el rostro.</p><p>“(La víctima) indicó que continuó buscando una oportunidad para escapar porque creía que (Negrin) seguiría agrediéndolo o posiblemente le dispararía”, señala el informe.</p><p>Finalmente, la víctima logró “liberarse” y corrió a la casa de un vecino en busca de ayuda. Los oficiales que respondieron confirmaron que el hombre presentaba lesiones consistentes con su relato.</p><p>Cuando las autoridades fueron al hogar de Negrin para hablar con él, se atrincheró adentro durante dos horas antes de abrir la puerta.</p><p>Negrin fue detenido bajo cargos de agresión agravada con arma de fuego, agresión por estrangulamiento, obstrucción a testigo o víctima y agresión. Al lunes por la tarde permanecía recluido en el Centro Correccional Turner Guilford Knight con una fianza de $8,500.</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/65FADF2OONCCPD76QVOC5YAWEI.jpg?auth=b5cf5e073c64d796846c216a6a3dd408874797065df0f209854c25e25e391f64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Luis Negrin]]></media:description></media:content></item><item><title><![CDATA[Iran says this. The U.S. says that. A look at the trickiest issues in the unresolved conflict]]></title><link>https://www.local10.com/news/world/2026/06/29/iran-says-this-the-us-says-that-a-look-at-the-trickiest-issues-in-the-unresolved-conflict/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/29/iran-says-this-the-us-says-that-a-look-at-the-trickiest-issues-in-the-unresolved-conflict/</guid><dc:creator><![CDATA[By CARA ANNA, Associated Press]]></dc:creator><description><![CDATA[The United States and Iran have less than 60 days to negotiate a permanent end to the war, but they still seem to be at odds over the interim deal they reached this month.]]></description><pubDate>Mon, 29 Jun 2026 19:07:30 +0000</pubDate><content:encoded><![CDATA[<p>The United States and Iran have less than 60 days to negotiate a permanent end to the war, but they still seem to be at odds over the interim deal they reached this month.</p><p>It's not even clear when the two sides will meet again. “The situation is sensitive and complex,” a senior Iranian negotiator, Kazem Gharibabadi, posted Monday on X.</p><p>Talks are just one of the pressing questions. Others include the Strait of Hormuz, which the U.S. says is open while Iran insists on a measure of control. The issue led both sides to carry out days of military strikes that appeared on Monday to have ended.</p><p>Here’s a look at what both sides have said about key sticking points, including the ongoing fighting in Lebanon, and why the conflict is still far from resolved.</p><p>More talks are expected, at some point</p><p>WHAT THE U.S. SAYS:</p><p>“IRAN HAS REQUESTED A MEETING. IT WILL TAKE PLACE TOMORROW IN DOHA!” U.S. President Donald Trump posted on social media Monday.</p><p>WHAT IRAN SAYS:</p><p>“There are no negotiation meetings with the U.S. side at any level scheduled in the coming days,” Iranian Foreign Ministry spokesperson Esmail Baghaei said Monday.</p><p>WHAT’S GOING ON:</p><p>The U.S. and Iran have a roughly mid-August deadline to reach a permanent peace deal including an agreement on Iran's disputed nuclear program.</p><p>What’s ahead are technical talks involving lower-level diplomats before any return to the table by top negotiators. Mediators are eager to get going. Pakistan, a key mediator along with Qatar, has said talks would resume Tuesday.</p><p>White House press secretary Karoline Leavitt told Fox News on Monday that envoys Steve Witkoff and Jared Kushner, Trump’s son-in-law, were flying to Qatar to meet with the Iranians and that technical negotiations would occur on the sidelines.</p><p>Later, Iranian state media cited Baghaei as saying an expert delegation will travel to Qatar this week but with no planned U.S. meetings.</p><p>There’s plenty to discuss, including arrangements around the Strait of Hormuz, sanctions waivers on Iran and the future of Iran’s stockpile of highly enriched uranium.</p><p>But the deal says fighting must stop before further negotiations. After the exchange of fire over the weekend, Iran on Sunday threatened a “complete halt” in talks. On Monday, both sides appeared to pause their attacks. Tehran may be waiting to see if that holds.</p><p>The Strait of Hormuz is open for shipping, in theory</p><p>WHAT THE U.S. SAYS:</p><p>The Strait of Hormuz is open, according to the interim deal.</p><p>WHAT IRAN SAYS:</p><p>Iran insists it must govern the strait. “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,” Iranian Foreign Minister Abbas Araghchi said Sunday.</p><p>WHAT’S GOING ON:</p><p>This AP explainer is a good start. But in short, Iran during the war discovered a powerful new source of leverage in the waterway that carried a fifth of the world's oil and gas before the conflict.</p><p>The interim deal says Iran should immediately facilitate commercial shipping through the strait that lies between it and Oman. It says Iran can work with Oman and other Persian Gulf countries to administer the waterway in line with international laws ensuring freedom of navigation.</p><p>Iran says shippers must use its designated routes and coordinate with its authorities. It has objected to a new route overseen by the U.S. that runs along Oman. That sparked the fighting over the weekend.</p><p>The Trump administration is operating on the understanding that the U.S. and Iran are standing down and vessels can move freely through the strait, a U.S. official said Monday on condition of anonymity to discuss the closed-door negotiations.</p><p>Ships have begun transiting again, but traffic is still below prewar levels.</p><p>Fighting has stopped on all fronts, in a way</p><p>WHAT IRAN SAYS:</p><p>Fighting must stop everywhere and Israel must withdraw from Lebanon before moving ahead on other issues.</p><p>WHAT HEZBOLLAH SAYS:</p><p>The Iranian-backed militant group will resist Israel's occupation of large parts of southern Lebanon, and linking Israel’s withdrawal to Hezbollah’s disarmament is a “very dangerous suggestion,” Hezbollah leader Naim Kassem said Saturday.</p><p>WHAT ISRAEL SAYS:</p><p>Israeli forces will remain in southern Lebanon “until Hezbollah and the rest of the terrorist organizations are disarmed, and until no further threat to Israel is posed from Lebanon,” Israeli Prime Minister Benjamin Netanyahu said.</p><p>WHAT’S GOING ON:</p><p>A separate set of U.S.-brokered talks have been held between Israel and Lebanon's government.</p><p>Iran says its interim deal with the U.S., which calls for a complete ceasefire in Lebanon, requires Israel to withdraw. But a separate U.S.-brokered agreement between Lebanon and Israel allows Israeli forces to stay in southern Lebanon until Hezbollah has been disarmed. Hezbollah was not part of those talks and has rejected that deal.</p><p>Hezbollah attacked Israel two days after it and the United States attacked Iran on Feb. 28. Israel responded with aerial bombardment and a ground invasion.</p><p>Israel has vowed to keep forces in southern Lebanon until Hezbollah's threat is eliminated. Lebanon's government does not have the capacity to disarm Hezbollah by force.</p><p>Sporadic clashes continued in Lebanon over the weekend. That could delay Iran's return to the negotiating table.</p><p>___</p><p>Associated Press writer Josh Boak in Washington contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6ZPLZSQ7LYIQ35QT6GEIWXBVY4.jpg?auth=071aaefd5b821ac586fc7c100d880df251131d522951e1475e90f141434c8bbb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Motorbikes drive past a banner showing a portrait of the Iranian Supreme Leader Ayatollah Mojtaba Khamenei in downtown Tehran, Iran, Monday, June 29, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XMVEV73MHZNYO3EUQNHUUTFIHE.jpg?auth=396ef6c4174ef629fa91d0b6973f867e64ed480efe7a3e1c36d906e34c6f32c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past banners showing portraits of the Iranian Supreme Leader Ayatollah Mojtaba Khamenei in downtown Tehran, Iran, Monday, June 29, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[Gabriel Martinelli scores late in injury time to help Brazil beat Japan 2-1 at World Cup]]></title><link>https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/</guid><dc:creator><![CDATA[By KRISTIE RIEKEN, Associated Press]]></dc:creator><description><![CDATA[HOUSTON (AP) — With Brazil trailing for much of the game and with extra time looming, Gabriel Martinelli came through in a big, big way at the World Cup.]]></description><pubDate>Mon, 29 Jun 2026 21:22:26 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — With Brazil trailing for much of the game and with extra time looming, Gabriel Martinelli came through in a big, big way at the World Cup.</p><p>Martinelli entered the game as a second-half substitute and put an end to Japan’s near-upset on Monday, scoring the winning goal late in injury time to give five-time champion Brazil a 2-1 victory and a spot in the round of 16.</p><p>The result was a showcase of Brazil’s Italian connections. Martinelli holds dual citizenship in Italy and Brazil, and the man who made the decision to change the team’s makeup was Carlo Ancelotti, an Italian who is the first European to coach the South American country’s national team.</p><p>“Above all else we wanted to freshen up the field because Martinelli has a lot of intensity as a player,” Ancelotti said through a translator. “When he goes in the match he’s always on his top game.”</p><p>Brazil will next face either the Ivory Coast or Norway on Sunday in East Rutherford, New Jersey, in the round of 16.</p><p>“We can never be content with what we’re doing,” Ancelotti said. “We’re doing a good job. We are performing. But you can never be content because we want to play better. We want to play at the highest level.”</p><p>Casemiro had earlier equalized for Brazil on a header in the 56th minute off an assist from Gabriel Magalhães after just missing another chance two minutes earlier. The shot sailed just out of the reach of the outstretched hand of Japan goalkeeper Zion Suzuki and into the net.</p><p>Kaishu Sano stole a misplaced pass at midfield and took it down the field before a right-footed shot from above the half circle put Japan ahead in the 29th minute.</p><p>“There is not not making mistakes because nobody is perfect,” Ancelotti said. “But you have to overcome it and you have to push it forward. The team did a good job of that in the second half.”</p><p>Vinícius Júnior, who has scored four goals so far in this year's tournament, had a chance to put Brazil on top in the 58th minute but his shot from the left box was deflected by Suzuki and went off the far post.</p><p>Casemiro left in the first minute of second-half stoppage time with what appeared to be a leg injury.</p><p>Brazil had two chances to even the score early in the second half before breaking through. On the first one, Suzuki blocked a header from Bruno Guimarães in the 52nd minute. Soon after, Casemiro’s header bounced off a defender’s head and Suzuki’s face. Suzuki finished with four saves.</p><p>Brazil great Neymar didn’t play Monday after making his first appearance for the team since 2023 in the last game against Scotland. He played only 14 minutes in that 3-0 win after missing the first two group matches at the World Cup with a right calf injury.</p><p>“I was seriously considering putting him on the pitch,” Ancelotti said. “In the end, we did not need him.”</p><p>Japan has never won a knockout match at the World Cup, going 0-4 in the round of 16 — including also taking the lead the last two times in 2018 and 2022 before losing.</p><p>The win was Brazil’s 12th in 15 games against Japan. The teams have also played to two draws while Japan got its first win in the series in a friendly in Tokyo in October.</p><p>“The gap between us is closing now,” Japan coach Hajime Moriyasu said through a translator. “Brazil is a top-tier team and we’re definitely approaching that level.”</p><p>Then he mentioned the loss in Qatar four years ago before adding: “We have to up our game.”</p><p>This was a matchup between two countries with deep ties, with Brazil being home to about 2.7 million Japanese descendants, which is the largest Japanese population outside of Japan.</p><p>Those ties extend to soccer where Brazil superstar Zico moved to Japan in 1991 to play for Kashima Antlers and help build Japan’s professional soccer network. He coached the Japan national team from 2002-06, leading the team to the World Cup in 2006.</p><p>That team lost to Brazil 4-1 in the only previous meeting between the teams at the World Cup.</p><p>Brazil won Group C after a draw with Morocco and victories over Haiti and Scotland. Monday’s victory came on the anniversary of their first World Cup championship in Sweden in 1958, when a 17-year-old Pele scored two goals in the final against the host country.</p><p>Japan reached the round of 32 as runner-up in Group F after a draws with the Netherlands and Sweden and a win over Tunisia. The loss snaps a 10-game unbeaten streak dating back to a 2-0 loss to the United States in September.</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/YZTSO44FN6CZEFQQLOXAJ2LDAM.jpg?auth=27ab659fbbcc34368bb02142f22e4adf6da057afdce86b2e77dd4d09b366efb4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Gabriel Martinelli (22) celebrates after scoring his side's second goal during the World Cup round of 32 soccer match between Brazil and Japan in Houston, Monday, June 29, 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/OCFMXKIP5TFDT2CW5JYZJ5EUOI.jpg?auth=7756956e6d002830b515a60924b3020da24ea4b99746af40668047b9154aa50a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Casemiro (5) celebrates after scoring his side's first goal during the World Cup round of 32 soccer match between Brazil and Japan in Houston, Monday, June 29, 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/YOWVVUH4KHJK6UUK7KRGFFFT3E.jpg?auth=a8e740278794178cda44b727e13161fa1f38e685fa098621462b70c596ab1dfb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Kaishu Sano (24) celebrates after scoring the opening goal of his team during the World Cup round of 32 soccer match between Brazil and Japan in Houston, Monday, June 29, 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/RKWLTLDP4CAFKVTB4IPSBVLGDM.jpg?auth=9252267a6e50a5fb5dd2ef43867f6558788a2dc6efb1345b1602b736c68455ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan goalkeeper Zion Suzuki (1) is beaten by a header from Brazil's Casemiro (5) for their first goal during the World Cup round of 32 soccer match between Brazil and Japan in Houston, Monday, June 29, 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/NHGPJPSMDTHYTZ3GHMHHWPVS7E.jpg?auth=0f350b750e6c0ab4dd47d52282ba460eaba72db999aa677c305cd3c4e07465d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Takehiro Tomiyasu (22) battles for the ball with Brazil's Endrick (19) during the World Cup round of 32 soccer match between Brazil and Japan in Houston, on Monday, June 29, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Choque múltiple en Deerfield Beach deja seis heridos, uno de ellos niño]]></title><link>https://www.local10.com/news/local/2026/06/29/choque-multiple-en-deerfield-beach-deja-seis-heridos-uno-de-ellos-nino/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/choque-multiple-en-deerfield-beach-deja-seis-heridos-uno-de-ellos-nino/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[
Cuatro vehículos colisionaron en Southwest 10th Street y los heridos fueron distribuidos entre dos hospitales del condado]]></description><pubDate>Mon, 29 Jun 2026 18:42:12 +0000</pubDate><content:encoded><![CDATA[<p>Seis personas resultaron heridas, entre ellas un niño, en un choque múltiple ocurrido el lunes en Deerfield Beach, confirmaron socorristas a Local 10 News.</p><p>Según funcionarios de Broward Sheriff Fire Rescue, el accidente ocurrió en la cuadra 800 de Southwest 10th Street.</p><p>Las autoridades indicaron que cuatro vehículos estuvieron involucrados en la colisión.</p><p>Dos de los heridos fueron trasladados a Broward Health Medical Center y cuatro más al Broward Health North.</p><p>Dos de las víctimas fueron clasificadas como alertas de trauma, incluido el niño, informaron las autoridades.</p><p>No se divulgaron otros detalles sobre la colisión de manera inmediata.</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/6SJR24DUWNFAHNW2RM26P4VW54.png?auth=49b648b05d3b3d73f7d5e25a90b379fa377bc709a396e0ca3b1a96595fd36392&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[2 injured during apartment building fire in North Miami Beach]]></title><link>https://www.local10.com/news/local/2026/06/29/2-injured-during-apartment-building-fire-in-north-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/2-injured-during-apartment-building-fire-in-north-miami-beach/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Two people were injured during a fire on Monday at an apartment building in North Miami Beach. ]]></description><pubDate>Mon, 29 Jun 2026 18:55:30 +0000</pubDate><content:encoded><![CDATA[<p>Two people were injured during a fire on Monday at an apartment building in North Miami Beach. </p><p>Miami-Dade Fire Rescue personnel responded at 1:30 p.m. to 16850 South Glades Drive. </p><p>Fire rescue personnel focused on the building’s sixth and seventh floors and took one of the injured to a nearby hospital, according to MDFR. </p><p><i>Local 10 News Assignment Desk Editor Carson Merlo contributed to this report. </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/IPTPJ3YFWZB6JJNCYIL77Q2PCY.jpg?auth=f164bb66c5fc910808071e2d7eee2cf54bcec11958ef668d6f7018150ad2c511&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters respond to an apartment fire on Monday in North Miami Beach.]]></media:description></media:content></item><item><title><![CDATA[Interceptaba repartidores en Doral para robar joyas y barras de oro]]></title><link>https://www.local10.com/news/local/2026/06/29/interceptaba-repartidores-en-doral-para-robar-joyas-y-barras-de-oro/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/interceptaba-repartidores-en-doral-para-robar-joyas-y-barras-de-oro/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Veronika Nikolaevna Mitina, de 34 años, fue arrestada por la policía de Doral y acusada de robar un reloj Cartier, monedas y barras de oro entre agosto de 2025 y abril de 2026 para un grupo de fraude coordinado por Telegram.]]></description><pubDate>Mon, 29 Jun 2026 18:51:52 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer enfrenta una docena de cargos por delito grave tras ser acusada por la policía de Doral de interceptar paquetes de alto valor de FedEx y UPS en nombre de un grupo de fraude en línea.</p><p>El Departamento de Policía de Doral arrestó inicialmente a Veronika Nikolaevna Mitina, de 34 años y residente de Hallandale Beach, el martes. La agencia la volvió a arrestar formalmente el miércoles y el viernes mientras permanecía recluida en el Centro Correccional Turner Guilford Knight.</p><p>Mitina enfrenta cargos por tres robos ocurridos entre agosto de 2025 y este abril, que tuvieron como víctimas a tres residentes de Doral, según la policía. Las autoridades indicaron que una víctima había ordenado un reloj Cartier valorado en $8,000, otra había ordenado dos monedas de oro por casi $9,500 y la tercera había pedido barras de oro valuadas en $70,000.</p><p>Según el DPD, Mitina cometió los robos mientras participaba en “un grupo de chat en Telegram donde recibía trabajos que incluían interceptar paquetes de repartidores”.</p><p>Esas acusaciones son similares a las formuladas contra otro ciudadano ruso <a href="https://www.local10.com/news/local/2026/05/21/man-accused-of-stealing-high-dollar-fedex-parcels-for-russian-fraud-group/" rel="">arrestado por la policía de Doral en mayo</a>. La policía dijo que Vladimir Kudyakov, de 43 años y residente de Hollywood, admitió haber usado identificaciones falsas para robar paquetes de alto valor de FedEx como parte de un “trabajo de reparto” en un grupo de chat de Telegram para “rusos en América”.</p><p>Los informes de arresto no indican ninguna conexión personal conocida entre Mitina y Kudyakov.</p><p>La policía señaló que en cada uno de los tres robos conocidos, Mitina se acercaba a los repartidores en distintas comunidades residenciales de Doral a bordo de una camioneta SUV Lexus con placas de Illinois y les mostraba una identificación en su teléfono con las direcciones a donde debían entregarse los paquetes.</p><p>Los robos quedaron registrados en cámaras de CCTV, según los informes de arresto.</p><p>Las autoridades indicaron que la policía le pidió a Mitina que se presentara el martes en la sede del DPD, donde ofreció una “confesión completa” e informó a los investigadores sobre el grupo de chat.</p><p>Los doce cargos contra Mitina incluyen robo mayor, esquema organizado para defraudar, uso ilegal de un dispositivo de comunicaciones y comercialización de bienes robados.</p><p>Los registros muestran que al lunes permanecía detenida en el TGK con una fianza de $47,500.</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/67WYI6J2JFDONEEPR6OWKBQOPE.jpg?auth=e5645636c35879b277f2a7a9f5a4bd4af208af45f07a59311722a2695bbdbe16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Veronika Mitina]]></media:description></media:content></item><item><title><![CDATA[Arrestan a maestra de primaria en Broward por llevar pistola eléctrica a la escuela]]></title><link>https://www.local10.com/news/local/2026/06/29/arrestan-a-maestra-de-primaria-en-broward-por-llevar-pistola-electrica-a-la-escuela/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/arrestan-a-maestra-de-primaria-en-broward-por-llevar-pistola-electrica-a-la-escuela/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[El arma fue confiscada ese mismo día, pero la fiscalía tardó meses en determinar que había causa para arrestarla.]]></description><pubDate>Mon, 29 Jun 2026 14:48:03 +0000</pubDate><content:encoded><![CDATA[<p>Una maestra de primaria del Condado de Broward fue arrestada el domingo, meses después de haber llevado presuntamente una pistola eléctrica al plantel escolar, según informaron las autoridades.</p><p>De acuerdo con el reporte de arresto del Departamento de Policía de Margate, Nia Natalie Robinson, de 27 años, es maestra en Liberty Elementary School, ubicada en 2450 Banks Road.</p><p>La policía indicó que Robinson llevó la pistola eléctrica al campus el 17 de abril y se la mostró a otros dos empleados.</p><p>Según el reporte, Robinson presentó una declaración escrita al personal de la escuela en la que afirmó que “se olvidó por completo” de que tenía la pistola eléctrica en el plantel, y que se la mostró a los dos empleados durante una conversación sobre cómo protegerse.</p><p>La policía señaló que Robinson aseguró no haber usado la pistola eléctrica en el campus y que estaba “muy arrepentida.”</p><p>Ambos empleados también presentaron declaraciones escritas que corroboran la versión de Robinson.</p><p>Según el reporte, la pistola eléctrica fue confiscada por un oficial de seguridad escolar. Posteriormente, se presentó una declaración de causa probable ante la Fiscalía del Condado de Broward para determinar si Robinson enfrentaría cargos.</p><p>Como resultado, fue arrestada el domingo por cargos de posesión de un arma en terrenos escolares.</p><p>Para el lunes por la mañana, Robinson se encontraba detenida en el North Broward Bureau, a la espera de comparecer ante un juez para la audiencia de fianza.</p><p>Local 10 News se comunicó con las Escuelas Públicas del Condado de Broward para solicitar comentarios y aguarda una respuesta.</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/CM2I3GJNR5CHLHS3PDZ2VDARTI.jpg?auth=6a53a903840067bf831c91b5b1f1b29e5c4afe0d4bb668795010f50d7238d3ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Familias entierran en Guatemala a 68 víctimas del conflicto armado 44 años después de ser asesinadas]]></title><link>https://www.local10.com/espanol/2026/06/29/familias-entierran-en-guatemala-a-68-victimas-del-conflicto-armado-44-anos-despues-de-ser-asesinadas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/29/familias-entierran-en-guatemala-a-68-victimas-del-conflicto-armado-44-anos-despues-de-ser-asesinadas/</guid><dc:creator><![CDATA[Por SONIA PÉREZ D., Associated Press]]></dc:creator><description><![CDATA[SAN MARTÍN JILOTEPEQUE, Guatemala (AP) — En un alejado cementerio de una comunidad rural en Guatemala las familias y amigos de 68 personas que fueron víctimas del conflicto armado les dieron sepultura el lunes, 44 años después de haber sido asesinadas por el ejército.]]></description><pubDate>Mon, 29 Jun 2026 18:53:29 +0000</pubDate><content:encoded><![CDATA[<p>SAN MARTÍN JILOTEPEQUE, Guatemala (AP) — En un alejado cementerio de una comunidad rural en Guatemala las familias y amigos de 68 personas que fueron víctimas del conflicto armado les dieron sepultura el lunes, 44 años después de haber sido asesinadas por el ejército.</p><p>El cementerio, ubicado en lo alto de un cerro en el municipio de San Martín Jilotepeque y rodeado de árboles, será el lugar de descanso para la víctimas de varios hechos de violencia ocurridos durante 1982. Con flores, oraciones, incienso y discursos para recordar a sus muertos, las familias empezaron a enterrarlos.</p><p>Entre 1960 y 1996 hubo un conflicto armado entre el ejército y guerrilleros en Guatemala que se saldó con unos 200.000 muertos y 45.000 desaparecidos según informes que dieron cuenta de lo ocurrido en el país. En 1996 se firmaron los Acuerdos de Paz que pusieron fin al conflicto.</p><p>Durante cinco años los restos de las víctimas permanecieron resguardados en una pequeña bodega en el cementerio de Pacoj Chicojon, en San Martín Jilotepeque, mientras eran identificados.</p><p>Concluida la construcción de un mausoleo, esa comunidad situada en el departamento de Chimaltenango, al occidente de la capital de Guatemala, celebró una ceremonia para enterrar a las víctimas en una sepultura digna.</p><p>De las 68 víctimas, 20 no pudieron ser identificadas. Los restos fueron exhumados del destacamento militar de Choatalum, en Chimaltenango, dijo José Silvino Tay, de la Asociación por la Justicia y Reconciliación, que está a cargo de organizar la inhumación.</p><p>Entre las víctimas están las dos pequeñas hijas de Teodoro Atz Sutuj —un campesino maya kaqchikel de 71 años—, quienes fueron asesinadas junto a su tía y sus dos primas en una incursión del ejército en su comunidad.</p><p>Fue en marzo de 1982 cuando María y Horacia, de 4 y 6 años, buscaron refugio en la casa de su tía en momentos en que el ejército llegó a la comunidad buscando grupos guerrilleros. La madre huyó cuando vio llegar a los militares y su padre había salido a trabajar al campo.</p><p>Cuando Teodoro Atz Sutuj escuchó los disparos intentó regresar a su casa, pero los soldados seguían en la zona. Se acercó a la casa de su hermano y vio a sus hijas fallecidas, tras lo cual fue a buscar a su esposa. Cuando la encontró en el camino, recuerda que ella le preguntó por las niñas. “Yo solo le dije, ya no pensés en las niñas, ya no tenemos familia, ya el ejército las mató”, contó el hombre a The Associated Press.</p><p>“Cuando ya se había ido el ejército regresé, pero ya no había nada, ya les había disparado, ya estaban tendidas en el suelo en la casa de mi hermano, mis dos hijas, su esposa y sus dos hijas, fueron cuatro niñas las que mataron. Todas tenían disparos en la cabeza”, narró Atz Sutuj.</p><p>“Hoy podemos tener un lugar a donde venir a verlas, todos somos humanos y tenemos derechos, hasta el derecho de un lugar para ser enterrados”, destacó el hombre.</p><p>Simón Atz Sutuj, de 76 años y hermano de Teodoro, dijo por su lado que cuando el ejército empezó a disparar él huyó y no pudo hacer nada por su familia. Vio que su esposa tenía una herida “que le destruyó la cabeza”.</p><p>Soldados lo persiguieron por un kilómetro y pasaron cerca de los matorrales donde se escondió, pero no lo atraparon. Tras el hecho, no tuvo más hijos.</p><p>La semana pasada el gobierno del presidente Bernardo Arévalo anunció que su gobierno impulsa un plan de reparación y dignificación de las víctimas del conflicto armado que incluye también un mecanismo de búsqueda de los desaparecidos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W3CJL2FPHEJ4ZWRYFRBKPYGGSM.jpg?auth=2b73f733cd95916acb71df2d02dae15ba48db32ea2c2a91f639ff32279477c63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Agentes de policía consuelan a un familiar de uno de los policías asesinados mientras retomaban el control de tres prisiones, durante el velorio de los oficiales en el Ministerio del Interior en la Ciudad de Guatemala, el lunes 19 de enero de 2026. (Foto AP/Moisés Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content></item><item><title><![CDATA[6 injured in multi-vehicle crash in Deerfield Beach]]></title><link>https://www.local10.com/news/local/2026/06/29/6-injured-in-multi-vehicle-crash-in-deerfield-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/6-injured-in-multi-vehicle-crash-in-deerfield-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Six people were injured, including a child, in a multi-vehicle crash Monday in Deerfield Beach, first responders confirmed to Local 10 News.]]></description><pubDate>Mon, 29 Jun 2026 17:02:00 +0000</pubDate><content:encoded><![CDATA[<p>Six people were injured, including a child, in a multi-vehicle crash Monday in Deerfield Beach, first responders confirmed to Local 10 News.</p><p>According to Broward Sheriff Fire Rescue officials, the crash occurred in the 800 block of Southwest 10<sup>th</sup> Street.</p><p>Officials said four vehicles were involved in the collision.</p><p>They said two people were transported to Broward Health Medical Center and four were taken to Broward Health North.</p><p>Two of the injured victims were listed as trauma alerts, including a child, authorities said.</p><p>No other details about the collision were immediately released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6SJR24DUWNFAHNW2RM26P4VW54.png?auth=49b648b05d3b3d73f7d5e25a90b379fa377bc709a396e0ca3b1a96595fd36392&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Royalties. Teaching gigs. A concert in Puerto Rico. Financial forms offer view inside Supreme Court]]></title><link>https://www.local10.com/news/national/2026/06/29/royalties-teaching-gigs-a-concert-in-puerto-rico-financial-forms-offer-view-inside-supreme-court/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/29/royalties-teaching-gigs-a-concert-in-puerto-rico-financial-forms-offer-view-inside-supreme-court/</guid><dc:creator><![CDATA[By ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[Supreme Court Justice Sonia Sotomayor was gifted concert tickets in Puerto Rico last year as members of the high court continued to accept international teaching gigs and receive royalties for books they have written, according to financial disclosure forms released Monday that provide insight into how the justices spend time off the bench.]]></description><pubDate>Mon, 29 Jun 2026 18:52:06 +0000</pubDate><content:encoded><![CDATA[<p>Supreme Court Justice Sonia Sotomayor was gifted concert tickets in Puerto Rico last year as members of the high court continued to accept international teaching gigs and receive royalties for books they have written, according to financial disclosure forms released Monday that provide insight into how the justices spend time off the bench.</p><p>Sotomayor’s disclosure form says she and unidentified guests attended the concert last August while she was on a personal trip to Puerto Rico. The paperwork does not identify the performer, but Puerto Rican star Bad Bunny is known to have performed a series of shows on the island that month and the $4,333 gift she disclosed was provided by Rimas Entertainment, Bad Bunny's record label.</p><p>The justices' ethical practices away from the court have received additional scrutiny in recent years because of media coverage, including by The Associated Press, that has highlighted their lucrative book deals, gifts they have received and travel they have taken. Among the revelations was a series of stories by ProPublica that revealed that Justice Clarence Thomas had failed to report luxury travel paid for by Republican megadonor Harlan Crow.</p><p>The forms underscore the extent to which book-writing remains a lucrative source of income for members of the court.</p><p>Justice Ketanji Brown Jackson, who in 2024 released a memoir titled “Lovely One,” disclosed nearly $1.2 million in book advances, and Justice Amy Coney Barrett reported more than $849,000 in royalties. They both reported more than a dozen book events or discussions at which a combination of food, travel or lodging was provided. Justice Neil Gorsuch also received $300,000 in royalty payments.</p><p>Several justices also disclosed paid teaching assignments. Chief Justice John Roberts, for instance, reported $25,000 in teaching income for a brief course at New England Law School, while Justice Brett Kavanaugh received $33,285 for teaching at Notre Dame.</p><p>Kavanaugh also delivered a speech last September — his meals, transportation and lodging were provided — at McLennan Community College in Waco, Texas, which the AP earlier reported had invited Thomas to headline a 2017 event.</p><p>The court released disclosure forms for eight of the nine current justices. Justice Samuel Alito, as he has previously done, requested a 90-day extension, the court said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MY3I65ZGJPLLIIMC4ABISEG27Y.jpg?auth=0bd022d53e498991fe270747986f4ab496fa41d09761f383ae12a87b25fb7d0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Supreme Court is seen Monday, June 29, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: NFL star joins Global Empowerment Mission’s team; his message to South Floridians, ‘Do what you can’ ]]></title><link>https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/</link><guid isPermaLink="true">https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/</guid><dc:creator><![CDATA[Christina Vazquez, Andrea Torres]]></dc:creator><description></description><pubDate>Mon, 29 Jun 2026 17:48:52 +0000</pubDate><content:encoded><![CDATA[<p>NFL star Andrés Borregales, who was born in Caracas and moved to South Florida in 2004, joined the Global Empowerment Mission’s team to help send aid to northern Venezuela.</p><p>The 23-year-old New England Patriots player — who made NFL history on Feb. 8 as the first Venezuelan-born player to make it to a Super Bowl — didn’t just hand over money and donations. </p><p>“We physically can’t be there right now ... which sucks ... but we are still helping out in any way that we can. That’s why we are here helping out,” he said while volunteering at GEM’s warehouse in Doral. </p><p>The former University of Miami standout, known as “Automatic Andy,” and his wife, Stephanie Borregales, a Florida State University graduate, wore the GEM neon green vest with pride. </p><p>“I have my sister over there,” the NFL football kicker said. “Thank God, she is OK, but a lot of families aren’t.” </p><p>There was urgency after a 4.6-magnitude aftershock struck on Monday amid the devastation of Wednesday’s 7.2- and 7.5-magnitude earthquakes in the Venezuelan state of La Guaira.</p><p>“Not many people have a shelter to go back to or a home to go back to because it’s all rubble,” Andy Borregales said. </p><p>As the death toll continued to increase, the United Nations <a href="https://news.un.org/en/story/2026/06/1167826" target="_self" rel="" title="https://news.un.org/en/story/2026/06/1167826">estimated</a> on Monday that there were some 680,000 children among the 1.8 million Venezuelans who need assistance after the quakes.</p><p>There are other Venezuelan professional athletes in pain in the U.S. MLB catcher William Contreras, who was born in Puerto Cabello and plays for the Milwaukee Brewers, was<a href="https://www.mlb.com/news/william-contreras-honors-venezuela-with-world-baseball-classic-gear" target="_self" rel="" title="https://www.mlb.com/news/william-contreras-honors-venezuela-with-world-baseball-classic-gear"> in tears after a victory on Friday</a> and apologized for not being able to join the search and rescue effort. </p><p>Andy Borregales, who graduated from Champagnat Catholic School in Hialeah in 2021, felt the same pain, but as a Venezuelan American from South Florida, he had a massive effort to join. </p><p>Moving boxes at the warehouse, at 1850 NW 84th Ave, was helping Andy Borregales, who also played football as a student at Booker T. Washington High School in Miami’s Overtown and Chaminade-Madonna College Preparatory School in Hollywood. </p><p>“It’s really just amazing to see just everyone come together,” said Stephanie Borregales, a Cuban American who wed the NFL player last year in Boca Raton and who believes in the healing power of giving.</p><p>GEM also has a warehouse in Valencia, Venezuela, where the distribution effort begins. GEM is not accepting clothes or linens, but the list of items they are accepting includes tents, inflatable mattresses, nonperishable food, hygiene products, batteries, diapers, and emergency kits. </p><p>“If all you can donate is a box of soap. That is enough,” Andy Borregales said. “Do what you can.” </p><p><b>For more information about how to become a GEM volunteer, </b><a href="https://www.globalempowermentmission.org/volunteer/" target="_self" rel="" title="https://www.globalempowermentmission.org/volunteer/"><b>visit this page</b></a><b>. </b></p><p><b>Related list</b>: <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-physicians-ask-for-donations-of-medical-supplies-near-doral/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/">Physicians in Miami-Dade collect donations of medical supplies near Doral </a></li><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[Doral police accuse second Russian national of stealing high-value parcels for fraud group]]></title><link>https://www.local10.com/news/local/2026/06/29/doral-police-accuse-second-russian-national-of-stealing-high-value-parcels-for-fraud-group/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/doral-police-accuse-second-russian-national-of-stealing-high-value-parcels-for-fraud-group/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A woman is facing a dozen felony charges after Doral police accused her of intercepting high-value FedEx and UPS packages on behalf of an online fraud group.]]></description><pubDate>Mon, 29 Jun 2026 18:26:50 +0000</pubDate><content:encoded><![CDATA[<p>A woman is facing a dozen felony charges after Doral police accused her of intercepting high-value FedEx and UPS packages on behalf of an online fraud group.</p><p>The Doral Police Department initially arrested Veronika Nikolaevna Mitina, 34, of Hallandale Beach, on Tuesday. The agency formally re-arrested her on Wednesday and Friday while she was already jailed at the Turner Guilford Knight Correctional Center.</p><p>Mitina is facing charges for three thefts spanning from August 2025 to this April targeting three different Doral residents, according to police. Authorities said one victim had ordered a Cartier watch worth $8,000, another had ordered two gold coins worth nearly $9,500 and the other victim had ordered gold bars worth $70,000.</p><p>According to DPD, Mitina committed the thefts while participating in “a Telegram group chat where she received jobs that included intercepting package(s) from delivery drivers.”</p><p>Those allegations mirror those made against a fellow Russian national <a href="https://www.local10.com/news/local/2026/05/21/man-accused-of-stealing-high-dollar-fedex-parcels-for-russian-fraud-group/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/21/man-accused-of-stealing-high-dollar-fedex-parcels-for-russian-fraud-group/">arrested by Doral police in May</a>. Police said Vladimir Kudyakov, 43, of Hollywood, admitted to using fake identifications to steal high-value FedEx packages as part of a “delivery job” in a Telegram group chat for “Russians in America.”</p><p>Arrest reports don’t indicate any known personal connection between Mitina and Kudyakov.</p><p>Police said in each of Mitina’s three known thefts, she pulled up to delivery drivers at various residential communities in Doral while in a Lexus SUV with Illinois plates and showed an identification on her phone with the addresses where the packages were supposed to be delivered.</p><p>The thefts were captured on CCTV footage, arrest reports state.</p><p>Authorities said police asked Mitina to come to the DPD headquarters on Tuesday, where she provided a “full confession” and told investigators about the group chat.</p><p>Mitina’s dozen charges include counts of grand theft, organized scheme to defraud, unlawful use of a communications device and dealing in stolen property.</p><p>Records show she remained at TGK on a $47,500 bond as of Monday.</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/67WYI6J2JFDONEEPR6OWKBQOPE.jpg?auth=e5645636c35879b277f2a7a9f5a4bd4af208af45f07a59311722a2695bbdbe16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Veronika Mitina]]></media:description></media:content></item><item><title><![CDATA[West Miami man commits gunpoint assault on sex partner angered by ‘fecal matter’ act in bed: Cops]]></title><link>https://www.local10.com/news/local/2026/06/29/west-miami-man-commits-gunpoint-assault-on-sex-partner-angered-by-fecal-matter-act-in-bed-cops/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/west-miami-man-commits-gunpoint-assault-on-sex-partner-angered-by-fecal-matter-act-in-bed-cops/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A West Miami man is facing three felony charges after he pulled a gun on, beat and choked another man who was upset at him over a revolting act during a sexual encounter, according to police.]]></description><pubDate>Mon, 29 Jun 2026 17:40:01 +0000</pubDate><content:encoded><![CDATA[<p>A West Miami man is facing three felony charges after he pulled a gun on, choked and beat another man who was upset at him over a revolting act during a sexual encounter, according to police.</p><p>West Miami police said the crime happened at around 6 a.m. Sunday at the home of suspect Luis Alberto Negrin, 38, in the 6100 block of Southwest 14th Street.</p><p>Police said they responded after getting a call about the victim “crying and bleeding in the middle of the roadway.”</p><p>An arrest report states that the victim and Negrin had been drinking and smoking cigarettes throughout the early morning hours, which eventually led to sex.</p><p>Police said during the encounter, Negrin committed an act involving “fecal matter” without the victim’s consent, leaving the victim “angry and disgusted” and leading to a “verbal argument.”</p><p>The report states that it “quickly escalated into a physical confrontation” when Negrin pulled a small silver gun out and pointed it at the victim’s head “while making threatening gestures.”</p><p>“Fearing for his safety and believing (Negrin) was capable of shooting him, (the victim) stated that he slowly backed away further into the residence in an attempt to de-escalate the situation,” police wrote. “(The victim) advised that (Negrin) continued to follow him while keeping the firearm aimed at his head.”</p><p>Once in the kitchen, police said Negrin “placed him into a headlock” and “applied extreme pressure around his neck, making it difficult for him to breathe.”</p><p>Police said the victim believed he lost consciousness twice. Authorities said after being released from the headlock the man tried to call 911, but Negrin grabbed his cellphone to keep him from calling the police.</p><p>According to the report, Negrin punched the victim “multiple times,” causing cuts, redness and swelling to his face. </p><p>“(The victim) stated that he continued looking for an opportunity to escape because he believed (Negrin) would continue to assault him or possibly shoot him,” the report states.</p><p>Police said the victim eventually managed to “break free” and run to a neighbor’s home to seek help. Responding officers said the man had injuries consistent with his account of the incident.</p><p>Authorities said when they went to Negrin’s home to speak with him, he barricaded himself inside for two hours before finally opening the door. </p><p>Police took Negrin into custody on charges of aggravated assault with a firearm, battery by strangulation, tampering with a witness or victim and battery.</p><p>As of Monday afternoon, he was being held in the Turner Guilford Knight Correctional Center on an $8,500 bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/65FADF2OONCCPD76QVOC5YAWEI.jpg?auth=b5cf5e073c64d796846c216a6a3dd408874797065df0f209854c25e25e391f64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Luis Negrin]]></media:description></media:content></item><item><title><![CDATA[Luigi Mangione gets stuck in an elevator as judge delays his federal trial until January]]></title><link>https://www.local10.com/news/national/2026/06/29/luigi-mangiones-federal-trial-in-unitedhealthcare-ceos-killing-postponed-until-january/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/29/luigi-mangiones-federal-trial-in-unitedhealthcare-ceos-killing-postponed-until-january/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK, LARRY NEUMEISTER and JENNIFER PELTZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Luigi Mangione’s federal trial in the killing of UnitedHealthcare CEO Brian Thompson will now begin in January instead of the fall, a judge said Monday at a hearing that started late because Mangione got stuck in a courthouse elevator.]]></description><pubDate>Mon, 29 Jun 2026 20:23:46 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Luigi Mangione’s federal trial in the killing of UnitedHealthcare CEO Brian Thompson will now begin in January instead of the fall, a judge said Monday at a hearing that started late because Mangione got stuck in a courthouse elevator.</p><p>U.S. District Judge Margaret Garnett said she was postponing the federal trial so Mangione’s lawyers can focus on his state murder trial, which is scheduled to begin on Sept. 8.</p><p>Jury selection in the federal case will begin on Jan. 5, instead of Oct. 13, followed by opening statements and testimony on Jan. 25, instead of Nov. 4, Garnett said at a hearing in Manhattan.</p><p>Garnett said she will not release the questionnaire that prospective jurors will be required to fill out until after the panel is chosen. Having it circulating online for months before jury selection “would only make what promises to be a difficult task more difficult,” she said.</p><p>Wearing a beige jail suit, Mangione looked bemused as a pair of deputy U.S. Marshals led him into the courtroom about 20 minutes after the hearing was supposed to start. He briefly gazed at the courtroom gallery, where about two dozen of his supporters were sitting.</p><p>“Mangione was late due to elevator problems,” the court said in a statement.</p><p>It was the second mishap involving Mangione’s arrival to a court hearing in recent weeks.</p><p>A June 16 hearing in the state case was delayed a day after prosecutors failed to inform his jail that he was needed in court.</p><p>Garnett said she had hoped “with perhaps undue optimism” to hold the federal trial in the fall but that “we can no longer wait to see what happens” in the state case.</p><p>“In my view it’s simply impossible to be moving through the jury selection process in this case while the defendant and his counsel are fully occupied by conducting the state trial,” Garnett said.</p><p>Mangione’s lawyers declined to comment to reporters afterward.</p><p>Mangione has pleaded not guilty to state and federal charges in the Dec. 4, 2024, killing. He could spend his life in prison if convicted in either case.</p><p>The 28-year-old Ivy League graduate appeared energetic and engaged during Monday's brief hearing. He watched intently at times, knitting his fingers and resting his chin on them.</p><p>He spoke animatedly with his lawyers, Karen Friedman Agnifilo and Marc Agnifilo, before the proceeding began, gesturing with his hands as he sat between them at the defense table.</p><p>Mangione’s federal charges allege that he traveled across state lines by bus to stalk and kill Thompson. He's accused of using a cellphone, the internet and interstate highways, among other means, while planning and carrying out the attack, as well as staying at a hostel that serves out-of-state customers.</p><p>At a hearing in the state case in February, Mangione spoke out against the prospect of two trials, telling the judge: “It’s the same trial twice. One plus one is two. Double jeopardy by any commonsense definition.”</p><p>Mangione’s lawyers had argued that back-to-back trials on a compressed timeline would violate his constitutional rights.</p><p>Thompson, 50, was killed as he walked to a Manhattan hotel for UnitedHealth Group’s annual investor conference.</p><p>Surveillance video showed a masked gunman shooting him from behind. Police say “delay,” “deny” and “depose” were written on the ammunition, mimicking a phrase used to describe how insurers avoid paying claims.</p><p>Mangione was arrested five days later at a McDonald’s in Altoona, Pennsylvania, about 230 miles (370 kilometers) west of Manhattan.</p><p>In January, Garnett took the death penalty off the table but ruled that prosecutors could use items collected from Mangione’s backpack during his arrest as evidence against him.</p><p>They included a 3D-printed pistol that investigators said matched the one used to kill Thompson and a notebook in which authorities say Mangione described his intent to “wack” an insurance executive.</p><p>Earlier this month, Mangione’s lawyers said they would pursue a psychiatric defense in the state case, but reversed course a day later. The defense, involving claims that he was suffering from extreme emotional disturbance at the time of the killing, isn’t allowed in federal court.</p><p>Mangione has become a cause célèbre for people upset with the health insurance industry.</p><p>An online fundraiser for his legal defense fund has raised more than $1.5 million and his court appearances have attracted a cadre of supporters, some of whom have worn “FREE LUIGI” T-shirts and green clothing — the color worn by the Mario Bros. video game character Luigi.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6SAQ67ZTOGN24DUESCY37SYMEI.jpg?auth=9683ef744e9ab0eb2c11185a52a1c7bd65f7d160bcdc84c5a2af6d6e1c6032e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Luigi Mangione appears for a pre-trial hearing at Manhattan Criminal Court in New York, on June 17, 2026. (AP Photo/Angelina Katsanis, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5ARNAXRAMR3E4ZVNRKX5ZPDMWI.jpg?auth=ff0bdbb4a14f5e0f560c9e5b14623b5f49d5efb982830676e6d215874bda1138&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Reporters and others wait outside of a federal courthouse during a hearing for Luigi Mangione in New York, Monday, June 29, 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/DLNEI6HCPN6SWR5AMEUKNZ3F7U.jpg?auth=f18d054538d82f4eae4a73a6f067d237d6be70d45e315090bba750cf43dac0bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Karen Friedman Agnifilo, center, and Jacob Kaplan, left, lawyers for Luigi Mangione, are surrounded by media as they leave a federal courthouse in New York, Monday, June 29, 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/GMVXGCLD6SJYXEIIDJDDOYHMIQ.jpg?auth=a9005468e7a8d7addd73796ec0717bf4d9f0f262a89dd65e175154d36fa0ab0a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marc Agnifilo, center right, and Karen Friedman Agnifilo, center left, lawyers for Luigi Mangione, are surrounded by media as they leave a federal courthouse in New York, Monday, June 29, 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/NIVVW72JJRB5N4EDJYRDPQBLMA.jpg?auth=8b96e77c76d0e0d51ed81ff5d8223412063e79680306142dc248f35921d2dc1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman wearing a "Free Luigi" pin talks to reporters outside a federal courthouse in New York, Monday, June 29, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[¿Qué hace que se forme un “domo de calor” y qué significa?]]></title><link>https://www.local10.com/espanol/2026/06/29/que-es-un-domo-de-calor-y-como-nos-afecta-ap-explica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/29/que-es-un-domo-de-calor-y-como-nos-afecta-ap-explica/</guid><dc:creator><![CDATA[Por ALEXA ST. JOHN, Associated Press]]></dc:creator><description><![CDATA[Estos meses de verano insoportablemente calurosos y húmedos, que ponen en riesgo a millones de personas en todo el mundo, suelen ser posibles debido a fenómenos conocidos como domos de calor.]]></description><pubDate>Mon, 29 Jun 2026 19:37:33 +0000</pubDate><content:encoded><![CDATA[<p>Estos meses de verano insoportablemente calurosos y húmedos, que ponen en riesgo a millones de personas en todo el mundo, suelen ser posibles debido a fenómenos conocidos como domos de calor.</p><p>Los domos de calor pueden hacer que temperaturas ya elevadas sean aún más extremas y prolongadas; su intensidad es cada vez peor y su frecuencia aumenta a medida que el planeta se calienta.</p><p>Esto es lo que hay que saber.</p><p>¿Qué compone un domo de calor y qué hace?</p><p>Los domos de calor son, esencialmente, sistemas de alta presión que se ciernen sobre una región y atrapan el calor y la humedad, según expertos.</p><p>Se originan por el flujo hacia el norte de aire cálido. Ese sistema hace que el aire descienda, aumente la presión y suban las temperaturas.</p><p>“El concepto de un domo de calor realmente significa que el aire en esta región es muy cálido, y sabemos que el aire cálido se expande”, explicó Jennifer Francis, climatóloga del Woodwell Climate Research Center. “Básicamente, esto significa que las capas de la atmósfera también se abomban hacia arriba”.</p><p>En pocas palabras, los domos de calor provocan olas de calor, señalan los expertos. Se asocian con condiciones muy secas y soleadas que duran varios días seguidos, atrapan el calor en la superficie y ayudan a amplificarlo, explicó Zachary Labe, climatólogo de Climate Central, un colectivo independiente de científicos.</p><p>¿Cómo ha afectado el calor al mundo este año?</p><p>El calor afectó a diversas regiones del mundo a comienzos de 2026.</p><p>El área continental de Estados Unidos registró en marzo su mes más anormalmente caluroso en 132 años de registros, con extremos que batieron récords primero en el suroeste y luego en el resto del país. El calor afectó el Abierto de Francia y castigó partes de India en mayo. Desde entonces, el calor extremo ha sido una preocupación central para el Mundial de fútbol que tiene lugar en Estados Unidos, Canadá y México.</p><p>Europa se ha calcinado desde mediados de junio bajo temperaturas máximas inusuales de alrededor de 40 grados Celsius (104 Fahrenheit) en muchos lugares debido a un domo de calor.</p><p>Ahora, se espera que gran parte del este de Estados Unidos experimente una larga ola de calor en los próximos días y, ya esta semana, gran parte del Suroeste registra temperaturas de alrededor de 38 °C (100 °F), y esas temperaturas podrían extenderse a otros lugares para el feriado del 4 de julio.</p><p>¿Qué función desempeña el cambio climático?</p><p>La ciencia muestra que, a medida que el planeta se calienta —como resultado de que los seres humanos queman carbón, petróleo y gas—, las olas de calor empeoran, duran más y se vuelven más frecuentes.</p><p>“Olas de calor como esta se vinculan directamente con la crisis climática y el cambio climático”, afirmó Francis, “y es por la manera en que hemos quemado combustibles fósiles y hemos talado bosques durante tanto tiempo, aumentando la concentración de gases que atrapan el calor en la atmósfera.</p><p>“Este tipo de olas de calor y sequías, y los incendios asociados a ellas, aumentan tal como esperaríamos que lo hicieran en un mundo que se calienta”, agregó.</p><p>¿Cómo puedo mantenerme a salvo?</p><p>Los expertos indican que las personas necesitan mantenerse hidratadas cuando llega un calor sofocante y húmedo.</p><p>Asegúrese de evitar hacer ejercicio al aire libre durante el calor del día —y busque sombra o, si puede, acceso a aire acondicionado. Algunas ciudades ofrecen recursos y centros de enfriamiento para brindar alivio.</p><p>Refrescarse en piscinas cercanas o en cuerpos de agua también puede ayudar.</p><p>Los domos de calor pueden dificultar la recuperación completa de las altas temperaturas por la noche, por lo que es importante encontrar maneras de mantenerse fresco durante el día y en las horas de la tarde.</p><p>“Son esas horas nocturnas —especialmente, los lugares y las personas que no tienen acceso a un enfriamiento adecuado— las que realmente necesitan estar conscientes de los impactos que tendrá ese estrés térmico adicional y de la capacidad del cuerpo de no poder enfriarse”, detalló Labe, “porque la humedad va a ser un factor realmente clave para intensificar esos impactos del calor”.</p><p>___</p><p>Alexa St. John es reportera de clima de The Associated Press. Sígala en X: @alexa_stjohn. Puede contactarla en ast.john@ap.org.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de las fundaciones y las áreas de cobertura que financian en AP.org.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GEM3OABJNSF43S3UEG7CEOYSAQ.jpg?auth=d741aa10bf5d86d3493122f311627b2bd05ff7d873bf92474597746286f30ce9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – Una persona usa una sombrilla para protegerse del sol durante una advertencia de calor en Central Park, el 19 de mayo de 2026, en Nueva York. (AP Foto/Adam Gray, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content></item><item><title><![CDATA[ICE releases a Texas nun intercepted walking to church dressed in her habit]]></title><link>https://www.local10.com/news/national/2026/06/29/ice-releases-a-texas-nun-intercepted-walking-to-church-dressed-in-her-habit/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/29/ice-releases-a-texas-nun-intercepted-walking-to-church-dressed-in-her-habit/</guid><dc:creator><![CDATA[By VALERIE GONZALEZ, Associated Press]]></dc:creator><description><![CDATA[McALLEN, Texas (AP) — A nun was released from immigration custody after she was arrested walking to Mass in her habit in South Texas.]]></description><pubDate>Mon, 29 Jun 2026 18:20:34 +0000</pubDate><content:encoded><![CDATA[<p>McALLEN, Texas (AP) — A nun was released from immigration custody after she was arrested walking to Mass in her habit in South Texas.</p><p>Sister Leticia Ugboaja was walking to Our Lady of Sorrows Church in McAllen, Texas, just a few miles from the U.S.-Mexico border on Sunday when she was detained by U.S. Immigration and Customs Enforcement officers.</p><p>The Department of Homeland Security and ICE have not responded to a request for comment since Sunday.</p><p>Parish officials posted a message on social media shortly after the arrest that gained traction in the news and led to Congress members including U.S. Rep. Monica de la Cruz intervening on Ugboaja's behalf.</p><p>The nun is part of the Daughters of Mary Mother of Mercy and volunteered as an Extraordinary Minister of Holy Communion at Our Lady of Sorrows Church, according to Brenda Riojas, a spokesperson for the Diocese of Brownsville.</p><p>Ugboaja is also a registered nurse at South Texas Health System and worked previously for 10 years as a certified nursing assistant at DHR Health in Edinburg, Riojas confirmed.</p><p>Members of congress representing south Texas intervened with federal officials. As of Monday, Ugboaja was back in her home.</p><p>“We are grateful for the quick response of local representatives who reached out to the Department of Homeland Security to get her released from custody,” Riojas added in her statement.</p><p>President Donald Trump's immigration crackdown — including at sensitive sites such as houses of worship — has prompted faith leaders to adjust their response to church members who have become too afraid to attend. Some have encouraged online attendance, while others have offered help doing errands such as grocery shopping for people too fearful to leave their homes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YZAPL23NBCGI4QFHUSRXQJS4QU.jpg?auth=167c8aa059f0642f88104ce29df1d8c0ab12fafddc91e922bb228e60cd8541d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The sun beams over the Our Lady of Sorrows Church in McAllen, Texas, Monday, June 29, 2026. (AP Photo/Valerie Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Valerie Gonzalez</media:credit></media:content></item><item><title><![CDATA[DC will pay $50,000 to man detained while protesting guard patrol with 'Star Wars' song, record says]]></title><link>https://www.local10.com/entertainment/2026/06/29/dc-will-pay-50000-to-man-detained-while-protesting-guard-patrol-with-star-wars-song-record-says/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/29/dc-will-pay-50000-to-man-detained-while-protesting-guard-patrol-with-star-wars-song-record-says/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The District of Columbia has agreed to pay $50,000 to settle a lawsuit filed by a resident who accused police officers of illegally detaining him for following an Ohio National Guard patrol while playing Darth Vader’s theme song from “Star Wars” on his cellphone, according to a document released Monday.]]></description><pubDate>Mon, 29 Jun 2026 20:13:21 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The District of Columbia has agreed to pay $50,000 to settle a lawsuit filed by a resident who accused police officers of illegally detaining him for following an Ohio National Guard patrol while playing Darth Vader’s theme song from “Star Wars” on his cellphone, according to a document released Monday.</p><p>The plaintiff, Sam O’Hara, sued the district, four Metropolitan Police Department officers and a guard member from Ohio over what he says was his act of protest against President Donald Trump's federal law enforcement surge in Washington, D.C.</p><p>A court filing on Thursday disclosed the settlement but didn't specify any monetary terms. The amount is included in a copy of the settlement agreement that D.C. Attorney General Brian L. Schwalb's office provided to The Associated Press.</p><p>The $50,000 settlement includes attorney's fees and costs. O'Hara is represented by the American Civil Liberties Union of the District of Columbia. In an email on Friday, an ACLU spokesperson referred to the settlement’s financial terms as “a significant amount” that O’Hara “is pleased with” but said they weren't disclosing the dollar figure to protect his privacy.</p><p>O’Hara, an artist who works in the hospitality industry, agreed to drop his claims against the district and the MPD officers within three business days of receiving the settlement payment. The settlement isn't an admission of wrongdoing by the district, the agreement says.</p><p>O'Hara's settlement with the district doesn’t resolve his related claims against an Ohio National Guard member, Sgt. Devon Beck, who has asked a judge to dismiss O’Hara’s claims against him.</p><p>O’Hara said in a statement that he is satisfied with the settlement but conflicted that taxpayers are footing the bill.</p><p>“Those who actually violated my constitutional rights should be the ones paying the price, like taking the money from their pensions. That’s what real accountability looks like,” he said. “This settlement is a reminder that our freedoms are worth fighting for, especially when the powerful would rather we suffer in silence.”</p><p>O’Hara sued the district in October, claiming police officers violated his First Amendment rights to free speech and his Fourth Amendment rights against unreasonable seizures and excessive force.</p><p>O’Hara played “The Imperial March” theme from “Star Wars” on his phone as he followed several National Guard troops down a public street on Sept. 11, 2025. One of the troops summoned police officers, who stopped O’Hara and kept him handcuffed for 15 to 20 minutes before releasing him without charges, according to the lawsuit.</p><p>Trump’s ongoing deployment of guard members in Washington began last August after the Republican president issued an executive order declaring a crime emergency in the nation's capital. The surge inflamed tensions with residents of the heavily Democratic district. Hundreds of guard members remain deployed in the district nearly a year later, with no clear end in sight.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UM6D6PDQ23R6QJUGMGUO247A3Q.jpg?auth=8dc5741e2e7c08ccc5e357a8eab64a3496e17117236dfe7dc801de0947ba36e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the National Guard stands guard the streets near the White House complex Saturday, June 13, 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/65I4HPU44SMD6B5XXE5R534N6M.jpg?auth=ce8f7cc7ed23013745a238224bae5aba22f9ca55c5f9cb6550e079fc2c0e69c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[National Guard soldiers patrol at the base of the Washington Monument, on Friday, June 5, 2026, in Washington, looking toward the Lincoln Memorial. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z5CR2HSYQ7XYG6K4EPTDK6INGA.jpg?auth=6396ed0505a180db5d33fe22297ee18cf1abf27a677c0f4860e2cd44d42169f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[National Guard members stand near the Lincoln Memorial on Tuesday, June 2, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Professor known for 'torture memos' will advise conspiracy probe focused on perceived Trump foes]]></title><link>https://www.local10.com/news/politics/2026/06/29/professor-known-for-torture-memos-will-advise-conspiracy-probe-focused-on-perceived-trump-foes/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/29/professor-known-for-torture-memos-will-advise-conspiracy-probe-focused-on-perceived-trump-foes/</guid><dc:creator><![CDATA[By ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A law professor known for his expansive views of presidential power and for decades-old memos that justified harsh interrogation techniques after the Sept. 11, 2001 terror attacks says he will be advising a team of prosecutors investigating whether former law enforcement and intelligence officials conspired against President Donald Trump.]]></description><pubDate>Mon, 29 Jun 2026 21:13:35 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A law professor known for his expansive views of presidential power and for decades-old memos that justified harsh interrogation techniques after the Sept. 11, 2001 terror attacks says he will be advising a team of prosecutors investigating whether former law enforcement and intelligence officials conspired against President Donald Trump.</p><p>John Yoo confirmed in an email to The Associated Press on Monday that he would be assisting Joe diGenova in an ongoing investigation into whether officials who over the last decade scrutinized Trump participated in a criminal conspiracy against the Republican president.</p><p>“He’s a lawyer. He's going to be helping us,” diGenova said in a brief telephone interview about Yoo. diGenova served as the U.S. attorney for the District of Columbia between 1983 and 1988 and was enlisted in April to return to government as a counselor to the attorney general.</p><p>A law professor at the University of California, Berkeley, Yoo was a senior Justice Department official in the George W. Bush administration who served as an author of the so-called “torture memos” that government officials used to justify using “enhanced interrogation” techniques on potential terror suspects. The Justice Department later rescinded the memos.</p><p>In the years since, he's remained a prominent proponent of broad executive authority, telling the AP in 2020 that he had told Trump administration officials that a Supreme Court ruling that rejected Trump’s effort to end the Deferred Action for Childhood Arrivals program, or DACA, opened the door to enormous new presidential power.</p><p>The conspiracy investigation is being conducted in Florida, but the scope is unclear, as is whether any criminal charges will be brought.</p><p>Prosecutors have centered at least part of the probe on the long-concluded investigation into Russian interference in the 2016 U.S. presidential election. Investigators have issued a broad swath of subpoenas to former officials for records and conducted interviews related to the creation of an intelligence community assessment, released in January 2017, that found that Russia engaged in wide-ranging election interference to boost Trump over his Democratic opponent Hillary Clinton.</p><p>A 2019 report by special counsel Robert Mueller affirmed that Russia interfered on Trump's behalf and that the Trump campaign repeatedly welcomed the assistance, but it did not find sufficient evidence to establish a criminal conspiracy between Moscow and the campaign.</p><p>Several subsequent investigations into the Russia probe have identified multiple errors into how it was conducted, and a former FBI lawyer pleaded guilty in 2020 to doctoring an email during the course of the inquiry. But none of the reviews have identified criminal misconduct by any senior law enforcement or intelligence official involved in the investigation.</p><p>Trump has nonetheless continued to demand retribution and has sought to punish top officials from that time at the FBI and CIA.</p><p>Asked in a Fox News Channel interview in May what the Justice Department had done to address claims of a long-running conspiracy to bring down Trump, acting Attorney General Todd Blanche said, “That's exactly what we're investigating right now.”</p><p>Yoo's involvement in the investigation was earlier reported by Politico and CNN.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HBRV365NRQG52QGSJJIVBKTEKE.jpg?auth=e8e10ede88e51d491ddbd38e32f852c573765a96dda5f5ea53525de3ef534995&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - John Yoo, a law professor at the University of California at Berkeley, testifies on Capitol Hill in Washington, June 26, 2008. (AP Photo/Susan Walsh, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Walsh</media:credit></media:content></item><item><title><![CDATA[Supreme Court rules constitutional privacy protections apply to cellphone users location history]]></title><link>https://www.local10.com/news/national/2026/06/29/supreme-court-rules-constitutional-privacy-protections-apply-to-cellphone-users-location-history/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/29/supreme-court-rules-constitutional-privacy-protections-apply-to-cellphone-users-location-history/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court held Monday that constitutional privacy protections extend to cellphone location information, ruling in the case of a bank robber whose identity was discovered through a geofence warrant.]]></description><pubDate>Mon, 29 Jun 2026 17:37:12 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court held Monday that constitutional privacy protections extend to cellphone location information, ruling in the case of a bank robber whose identity was discovered through a geofence warrant.</p><p>Justice Elena Kagan wrote for the 6-3 court that people don’t forfeit expectations of privacy even when they opt into Google’s location history.</p><p>“A cellphone user is not to be viewed as sharing private information with third parties—which then can be freely passed on to the government—just by doing the ordinary things cellphone users do,” Kagan wrote.</p><p>Justice Samuel Alito wrote in dissent that Okello Chatrie had no expectation of privacy in information he voluntarily turned over to Google.</p><p>The decision is the court’s latest effort to apply a constitutional provision ratified in 1791 to technology the nation’s founders could not have envisioned.</p><p>Police obtained a geofence warrant after a bank robbery in a suburb of Richmond, Virginia, and used it to locate cellphones that were near the bank around the time it was robbed in May 2019.</p><p>One of those phones belonged to Chatrie, who had eluded the police until they turned to the powerful technological tool.</p><p>The warrant kick-started the investigation. After determining that Chatrie was among those near the Call Federal Credit Union in Midlothian at the time, police obtained a search warrant for his home. They found nearly $100,000 in cash, including bills wrapped in bands signed by the bank teller.</p><p>Chatrie pleaded guilty to robbing the bank and was sentenced to nearly 12 years in prison. His lawyers argued on appeal that none of the evidence should have been used against him.</p><p>They challenged the warrant as a violation of his privacy because it allowed authorities to gather the location history of people near the bank without having any evidence they had anything to do with the robbery. Prosecutors argued that Chatrie had no expectation of privacy because he voluntarily opted into Google’s location history.</p><p>The Supreme Court did not decide Monday whether the search complied with the Fourth Amendment, which bans unreasonable searches and seizures. It sent the case back to a lower court for more work.</p><p>A federal judge had ruled that the search violated Chatrie’s rights, but allowed the evidence to be used because the officer who applied for the warrant reasonably believed he was acting properly.</p><p>The federal appeals court in Richmond upheld the conviction in a fractured ruling. In a separate case, the federal appeals court in New Orleans ruled that geofence warrants “are general warrants categorically prohibited by the Fourth Amendment.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YCVZXYLVW4KUSGPGEUADQQPVC4.jpg?auth=b78ca6e3cd79341e7728190c1823eb1896aa02e6e70c13c92edb0986e9616f94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Activists and demonstrators wait outside the Supreme Court for the Justices to release opinions, in Washington, Monday, June 29, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Free agency starts Tuesday in NBA, and LeBron James has all eyes on him once again]]></title><link>https://www.local10.com/sports/2026/06/29/free-agency-starts-tuesday-in-nba-and-lebron-james-has-all-eyes-on-him-once-again/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/free-agency-starts-tuesday-in-nba-and-lebron-james-has-all-eyes-on-him-once-again/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[NBA free agency in 2010: Everyone waited for LeBron James to make a decision.]]></description><pubDate>Mon, 29 Jun 2026 17:36:21 +0000</pubDate><content:encoded><![CDATA[<p>NBA free agency in 2010: Everyone waited for LeBron James to make a decision.</p><p>NBA free agency in 2026: Everyone is waiting again for James to make a decision.</p><p>James was the biggest domino to fall in the NBA's offseason player movement period 16 years ago when he decided to join Miami, and he may be the biggest domino to fall — at least in free agency — this summer as well. Free agency opens in the NBA on Tuesday evening, with James' future atop the list of most intriguing storylines that will be solved over the coming days and weeks.</p><p>It seems like retirement isn't happening yet, which would mean the NBA's all-time leader in points scored, minutes played and games played coming back for a record-extending 24th season and potentially — when including playoff contests — appearing in the 2,000th game of his career.</p><p>His options would figure to include staying with the Los Angeles Lakers, returning to Miami or Cleveland (both would have interest for obvious reasons) or even thinking about moving elsewhere like Golden State and teaming up with longtime friends Stephen Curry and Draymond Green to chase one more title.</p><p>Green — who is not expected to leave Golden State — on Monday declined his $27.6 million option for next season, doing so to give the Warriors more maneuverability to add players in the coming days, a person with knowledge of the situation told The Associated Press. The person spoke to the AP on condition of anonymity because that detail was not revealed publicly by the team, and it raises the possibility that the Warriors might now have more of a selling point to pitch to James.</p><p>“When the time comes, you guys will know what I decide to do,” James said when the Lakers were eliminated this spring by Oklahoma City in a 4-0 sweep.</p><p>The time is coming.</p><p>The window when teams can begin officially talking with free agents — other than the ones on their own team, those talks could begin when the NBA Finals ended — opens at 6 p.m. Eastern on Tuesday, and deals could be flying not long afterward.</p><p>In most cases, any new deals cannot be executed until at least the end of the NBA's offseason moratorium on July 6.</p><p>“This period we’re in right now, kind of from mid-May to mid-July, it’s a two-month sprint through the draft, combine, free agency, Summer League, all that,” Warriors general manager Mike Dunleavy Jr. said earlier this month. “We’re super busy right now. But it’s a fun time of year. This is where we get to make decisions, shape the roster, do all that stuff.”</p><p>The NBA finalists — champion New York and runner-up San Antonio — both will have moves to make in the coming days, though they are expected to keep their cores largely intact.</p><p>Plenty of decisions and roster-shaping already has happened around the league, either by trades (such as the Giannis Antetokounmpo blockbuster) or teams re-signing or extending their own players (such as Trae Young's $212 million deal with Washington and Austin Reaves' $185 million deal with the Lakers).</p><p>Miami will land Antetokounmpo and Bobby Portis in a trade that sends Tyler Herro, other players and draft capital to Milwaukee, but that won't be finalized until that moratorium date passes. But in the interim, the Heat will be looking to add shooters — Tim Hardaway Jr., whose father's number is retired in Miami, and longtime Antetokounmpo favorite Khris Middleton make a lot of sense.</p><p>The Heat will be keeping Andrew Wiggins, who on Monday exercised his $30 million option for this coming season and, according to a person familiar with the talks between the sides, has agreed in principle on a $34 million deal for the following two seasons — with 2028-29 at his option.</p><p>More trades could be coming, with a person familiar with the negotiations confirming to the AP that Toronto has spoken with the Los Angeles Clippers on the possibility of Kawhi Leonard — who led the Raptors to the 2019 NBA title — returning to Ontario next season. And Boston is still believed to be holding talks about the possibility of trading 2024 NBA Finals MVP Jaylen Brown, who was the centerpiece of the Celtics' ultimately futile offer to land Antetokounmpo in trade discussions with Milwaukee.</p><p>“Nobody has won more combined regular-season and playoff games since I entered the league 10 years ago,” Brown posted on social media over the weekend. He's right: The Celtics have won 523 games with Brown in the lineup, including playoff contests, which is six more than Denver has won with Nikola Jokic over that span.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DMMGIX75B2BR4X2ZLKMONEF64U.jpg?auth=3810d9d670dfc55cbea79fc0284e77e944e1459f9002d295465687e1ca153343&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Lakers forward LeBron James salutes public address announcer Lawrence Tanter prior to an NBA basketball game against the Denver Nuggets Saturday, March 2, 2024, in Los Angeles. (AP Photo/Mark J. Terrill,File)]]></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/DETXQSVHTRZTMUEAWQKPC5ADCI.jpg?auth=8cae62caea7c654851401fc4f0de2f639cd5200c2229a40237e110829abd5d17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Boston Celtics' Jaylen Brown plays during Game 6 in a first-round NBA basketball playoff series Thursday, April 30, 2026, in Philadelphia. (AP Photo/Matt Slocum,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Report: Heat forward Andrew Wiggins to sign 3-year contract to stay with Miami]]></title><link>https://www.local10.com/sports/local/2026/06/29/report-heat-forward-andrew-wiggins-to-sign-3-year-contract-to-stay-with-miami/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/29/report-heat-forward-andrew-wiggins-to-sign-3-year-contract-to-stay-with-miami/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Miami Heat forward Andrew Wiggins will sign a three-year contract to stay in the Magic City in a whopping $64 million deal, ESPN’s Shams Charania reported Monday.]]></description><pubDate>Mon, 29 Jun 2026 17:15:34 +0000</pubDate><content:encoded><![CDATA[<p>Miami Heat forward Andrew Wiggins will sign a three-year contract to stay in the Magic City in a whopping $64 million deal, <a href="https://x.com/ShamsCharania/status/2071636097675719043?s=20" target="_self" rel="" title="https://x.com/ShamsCharania/status/2071636097675719043?s=20">ESPN’s Shams Charania</a> reported Monday.</p><p>According to Charania, the deal comes with a player option in the third season.</p><p>Citing sources, Charania said that as part of the deal, Wiggins opts in for $30 million for the 2026-2027 season.</p><p>The move comes after it was revealed last week that the Heat landed NBA superstar <a href="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/">Giannis Antetokounmpo</a> — a two-time NBA MVP and 10-time All-Star — from the Milwaukee Bucks.</p><p>The terms, according to a person who spoke to The Associated Press on condition of anonymity because the move had yet to receive the required league approval: Antetokounmpo and Bobby Portis are heading to Miami for Wisconsin native Tyler Herro, Jaime Jaquez Jr., Kel’el Ware and Kasparas Jakucionis.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R3C5LDZIDBFNHM24APULGNN2VY.jpg?auth=69471161dccd9b1f813b2ef82788a22641387dcf5190e3db414922cf31b41405&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Pistons forward Duncan Robinson (55) dribbles the ball as Miami Heat forward Andrew Wiggins (22) defends during the first half of an NBA basketball game Saturday, Nov. 29, 2025, in Miami. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[Sweltering Midwest heat cancels outdoor plans as cooling centers open and the East braces]]></title><link>https://www.local10.com/health/2026/06/29/sweltering-midwest-heat-cancels-outdoor-plans-as-cooling-centers-open-and-the-east-braces/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/29/sweltering-midwest-heat-cancels-outdoor-plans-as-cooling-centers-open-and-the-east-braces/</guid><dc:creator><![CDATA[By HANNAH FINGERHUT and KATHY McCORMACK, Associated Press]]></dc:creator><description><![CDATA[DES MOINES, Iowa (AP) — Summer camp and other outdoor activities were canceled or delayed Monday as a heat wave held its grip on the Midwest and spread eastward. Communities opened cooling centers and urged people to take it easy and stay hydrated.]]></description><pubDate>Mon, 29 Jun 2026 19:57:08 +0000</pubDate><content:encoded><![CDATA[<p>DES MOINES, Iowa (AP) — Summer camp and other outdoor activities were canceled or delayed Monday as a heat wave held its grip on the Midwest and spread eastward. Communities opened cooling centers and urged people to take it easy and stay hydrated.</p><p>“Overall, we’re looking at just a really hot and humid pattern. It’s going to be with us through most of the week," Andrew Ansorge, a meteorologist in Des Moines, Iowa, said of the first prolonged period of heat this summer.</p><p>Much of Iowa and big chunks of the Midwest were under an extreme heat warning through at least Tuesday. Temperatures were forecast to reach the 90s, with heat index values, or “feels-like” temperatures, expected to top 100 degrees (37.8 degrees Celsius) in the region, Ansorge said.</p><p>Visiting Des Moines with family, Rachel Washburn searched for things to do with kids during a heat wave. They landed at a water sprayground before lunch, where her children played tag in the cool water to escape a heat index forecast to reach 109 degrees Fahrenheit (43 degrees Celsius).</p><p>“My kids were quite shocked at the heat and humidity,” said Washburn of her seven children ages 18 months to 17 who are used to more temperate weather in Bemidji, Minnesota. “We were hoping for some good weather, but we'll make do.”</p><p>Some of the worst conditions are expected by Thursday and Friday as the heat moves through the Ohio Valley, the Mid-Atlantic and into the Northeast, with the potential for some record-high temperatures, said Scott Kleebauer, a meteorologist with the Weather Prediction Center in College Park, Maryland.</p><p>On Monday morning, Tom and Cindy Youngblood walked around an outdoor sculpture park in Des Moines, enjoying brief moments of shade and a helpful breeze. The couple, both 67 and from Rogers, Arkansas, returned from a camping trip in Wisconsin and chose a hotel over their camper van Sunday.</p><p>“We did not want to camp last night because we knew it would be too hot,” Cindy Youngblood said.</p><p>Kleebauer said one of the center’s biggest recommendations is to stay hydrated and have access to shady areas and air conditioning.</p><p>“It just so happens to be coinciding with a time frame where a lot of people are away and a lot of people are going away for vacation” during the Fourth of July holiday week, he said.</p><p>Extreme heat has also taken its toll in Europe, where temperature records were set and many heat-related deaths were reported in France.</p><p>People can be caught off guard by the first heat wave of the year, said Dr. Roy Elrod, chief of staff at DMC Detroit Receiving Hospital.</p><p>“You’re happy winter’s gone, you’re ready to enjoy the summer, you’ve just been aching for it,” Elrod said. “And so, I think we slip into kind of a position where we think it’s got to be OK.”</p><p>But heat-related injuries can happen in a matter of minutes, especially to those who don’t prepare for the weather by hydrating, wearing light clothing, avoiding the hottest times of the day and minimizing exposure to the sun, he said.</p><p>“We’re just not always prepared for it and it just takes an incident that rattles you and shakes you up that you understand that it can get serious very quick,” he said.</p><p>In the Midwest, some camp programs on Monday rearranged their schedules. Other outdoor activities, like a farmers market in Michigan and a drive-in theater in Minnesota, were canceled on Monday because of the heat.</p><p>In Flint, Michigan, the city activated four cooling centers through Wednesday, with the potential to extend operations if the heat persists.</p><p>The University of Wisconsin-Madison said it was closing 23 buildings to the public starting Tuesday, allowing only limited access to 11 others. It was relocating some summer classes after a broken water line at its cooling plant earlier this month severely reduced the ability to provide air conditioning across campus.</p><p>Temperatures approaching 90 degrees and high humidity didn’t stop Toni Kreutzer, 28, from taking a walk along the shores of Lake Mendota in Madison, Wisconsin, with her 13-year-old dog Chester.</p><p>“I like it hot,” Kreutzer said. "I just don’t like the humidity."</p><p>___</p><p>McCormack reported from Concord, New Hampshire. Associated Press reporters Scott Bauer in Madison, Wisconsin, and Haya Panjwani in Washington, D.C., contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZKRHTZH53B65DVKIDQON7DT5WI.jpg?auth=c9de62002265909487c879e124291432a4234a3752d3259e17c3f25f16062a6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children play at a water sprayground in Des Moines, Iowa, Monday, June 29, 2026. (AP Photo/Hannah Fingerhut)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Fingerhut</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HUOCODISK7U2URZPGAIVWCCFKM.jpg?auth=95707c0f4f92b7f3296d4ee906ee83843e384ef00db80635c2bcf536f200c50a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A jogger runs on the street during a hot weather day in Mount Prospect, Ill., Monday, June 29, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VMB3JT7VRWGD5UYVJEQOLLOTMU.jpg?auth=e01e394d475f2f9978bc9c7a13255a66e19e603559e03d6c9f25f48fb1825d0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children play at a water sprayground in Des Moines, Iowa, Monday, June 29, 2026. (AP Photo/Hannah Fingerhut)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Fingerhut</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DYURNFMF5JWXLZSD52EHKDI7UM.jpg?auth=938d21111a7c423d00c8d4fed8174f70782f0f71f2aa7fa1e0e887b3a805d235&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toni Kreutzer gives her 13-year-old dog Chester a drink of water during a break in a walk as temperatures approach 90 degrees on Monday, June 29, 2026, in Madison, Wis. (AP Photo/Scott Bauer)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Bauer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/744E5FCHIXUROPYU6RBA2IMHHY.jpg?auth=b0dbefaa754f1dc40f131b48dbd18aff19b9db09026ed1e4e9802042cf4c1346&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children play at a water sprayground in Des Moines, Iowa, Monday, June 29, 2026. (AP Photo/Hannah Fingerhut)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Fingerhut</media:credit></media:content></item><item><title><![CDATA[Suspect caught on camera breaking into Local 10 photojournalist’s car outside Hollywood restaurant]]></title><link>https://www.local10.com/news/local/2026/06/29/suspect-caught-on-camera-breaking-into-car-outside-hollywood-restaurant/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/suspect-caught-on-camera-breaking-into-car-outside-hollywood-restaurant/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[Hollywood police are searching for a suspect who was caught on surveillance video breaking into a vehicle outside a popular neighborhood restaurant early Monday morning.]]></description><pubDate>Mon, 29 Jun 2026 11:19:28 +0000</pubDate><content:encoded><![CDATA[<p>Hollywood police are searching for a suspect who was caught on surveillance video breaking into a Local 10 photojournalist’s vehicle outside a popular neighborhood restaurant early Monday morning.</p><p>The break-in happened around 12:45 a.m. in the rear parking lot of Boston Johnny’s, located at 2120 N. Dixie Highway, where surveillance cameras captured a masked individual walking through the lot before targeting a parked vehicle that belongs to Local 10 photojournalist Avi Robledo.</p><p>The video shows the suspect approaching a car, pausing to look around, and pretending to walk away as another vehicle passes by. Moments later, the person returns, pulls on door handles and then smashes Robledo’s vehicle’s window to gain access inside.</p><p>Robledo said his vehicle was burglarized while he was inside the restaurant for less than an hour.</p><p>“At first we thought it was hail because we saw the glass on the roof and didn’t see the passenger window smashed in yet,” Robledo said.</p><p>His backpack was stolen during the break-in.</p><p>Restaurant owner Jason said this is the first time the business has experienced a vehicle burglary in its parking lot.</p><p>“Yeah, it’s concerning. This is our neighborhood, so we want to be good neighbors. We want them to be good neighbors to us,” he said.</p><p>Police also investigated a second vehicle that was damaged in the driveway of a home across the street, photographing evidence as they searched for clues.</p><p>A man at the scene told Local 10 News that the car targeted belongs to his daughter-in-law, and said this is the second time a vehicle has been burglarized outside his home in a matter of months.</p><p>Although Boston Johnny’s surveillance system captured the suspect’s actions, the business owner said identifying the person may be difficult.</p><p>“Luckily I have good cameras. It doesn’t do much good—you know, hoodie, black clothes, dark clothes, mask,” he said.</p><p>Hollywood police are continuing their investigation and are working to identify the suspect seen on the surveillance footage. </p><p>“We know of two exactly and then there was evidence of a third one because there’s stuff that doesn’t belong to them – it’s right by their car … including a laptop,“ Jason said.</p><p>Anyone with information is urged to contact Hollywood police or Broward Crime Stoppers at 954-493-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Authorities end a takeover at a North Carolina jail hours after inmates overpowered the guards]]></title><link>https://www.local10.com/news/national/2026/06/29/authorities-end-a-takeover-at-a-north-carolina-jail-hours-after-inmates-overpowered-the-guards/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/29/authorities-end-a-takeover-at-a-north-carolina-jail-hours-after-inmates-overpowered-the-guards/</guid><dc:creator><![CDATA[By JOHN RABY, Associated Press]]></dc:creator><description><![CDATA[Inmates overpowered correctional staff and took over parts of a jail in eastern North Carolina early Monday, but the siege ended hours later when law enforcement officers entered the facility and seized control.]]></description><pubDate>Mon, 29 Jun 2026 21:03:52 +0000</pubDate><content:encoded><![CDATA[<p>Inmates overpowered correctional staff and took over parts of a jail in eastern North Carolina early Monday, but the siege ended hours later when law enforcement officers entered the facility and seized control.</p><p>Three guards and 88 inmates were inside the Bertie-Martin Regional Detention Center in Windsor when the takeover began at about 5 a.m., prompting an immediate response from local, state and federal authorities, the North Carolina State Bureau of Investigation said in a statement posted on social media.</p><p>By early afternoon, the Bureau of Investigation and the FBI had “cleared the facility,” the state bureau said in a statement. ”All inmates and staff are safe and accounted for, and those who sustained injuries have received treatment.”</p><p>Inmates have been transferred to other facilities and the jail will remain secured while the damage is assessed, the Bureau of Investigation said. The 90-bed jail located about 120 miles (190 kilometers) east of Raleigh houses pretrial detainees and short-term inmates for Bertie and Martin counties.</p><p>Inmates took two guards captive and the third guard escaped. Negotiations led to the release of the two guards along with 80 inmates, leaving only eight inmates inside, Bertie County Sheriff Tyrone Ruffin said at a news conference.</p><p>Ruffin said the two guards who were released were undergoing medical treatment but he had no details about their injuries.</p><p>Most of the remaining inmates “complied and exited the facility as soon as entry was made,” said Chad Flowers, a spokesperson for the State Bureau of Investigation.</p><p>It wasn’t immediately known whether officers fired any lethal or non-lethal rounds upon entering the jail. In a telephone interview, Flowers said law enforcement officials were in a meeting about the incident and unavailable late Monday afternoon.</p><p>Flowers also referred questions about the facility's security to a jail administrator, who did not immediately return a telephone message. Authorities have not addressed why there were three guards overseeing the jail at the time of the takeover.</p><p>“The perpetrators must be held accountable for this horrifying action," Gov. Josh Stein, a Democrat, said on the social platform X. "We also must do everything in our power to ensure this doesn’t happen again — and that includes doing more to recruit, retain, and compensate the county and state officials who are charged with keeping our jails and prisons safe.”</p><p>Ruffin did not indicate what caused the takeover.</p><p>“Right now we have a lot going on that we're trying to get under control," he said. "I will release that information to the public as soon as I can.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C2H7B3HXX3XMC5JAQEOQH4LMTU.jpg?auth=63b5098499bf79b2e4c89f13058020042c04ceac1f03ed533c912417578ad892&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 North Carolina State Bureau of Investigation, law enforcement officers load an inmate for transport Monday, June 29, 2026, at the Bertie-Martin Regional Detention Center Windsor, Bertie County, N.C. (North Carolina Bureau State Bureau of Investigation via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/H7GLRFL5IQF5B24KOC7Y5A67HU.jpg?auth=24cc00f26adbfcc6e62e4be11347550f831462b187c8124a3d1b88d8600dae97&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 North Carolina State Bureau of Investigation, law enforcement officers loads inmates for transport Monday, June 29, 2026, at the Bertie-Martin Regional Detention Center in Windsor, N.C. (North Carolina Bureau State Bureau of Investigation via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/OIQUKMOI45FX7YQWM4R63B6CRQ.jpg?auth=2533c0ca433cb913959b58e6d116ae4303a6668cb568985d5a1bbddf081c2f57&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 North Carolina State Bureau of Investigation, law enforcement officers wait outside the Bertie-Martin Regional Detention Center on Monday, June 29, 2026, in Windsor, N.C. (North Carolina Bureau State Bureau of Investigation via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/R2RBDBFOPLBVIESXPQB3MQ6LLI.jpg?auth=99efef566e8716e763e3503241f50da3398c7e49a44859310dd0e3938fa4e031&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Law enforcement vehicles gather near the Bertie-Martin Regional Detention Center that was partly taken over on Monday, June 29, 2026, Windsor, Bertie County, N.C. (WITN via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/MEW4GA4RV3DR77WCOVBSTRT4HM.jpg?auth=597bd0c0400c8d2c2ff4fbfb8f5543386bb619e2d2c541047958265fd7e2199f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An inmate transport bus is seen near the Bertie-Martin Regional Detention Center that was partly taken over on Monday, June 29, 2026, Windsor, Bertie County, N.C. (WITN via AP)]]></media:description></media:content></item><item><title><![CDATA[Deion Sanders says he feels like his old self a year after surgery: 'I consider myself cancer-free']]></title><link>https://www.local10.com/sports/2026/06/29/deion-sanders-says-he-feels-like-his-old-self-a-year-after-surgery-i-consider-myself-cancer-free/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/deion-sanders-says-he-feels-like-his-old-self-a-year-after-surgery-i-consider-myself-cancer-free/</guid><dc:creator><![CDATA[By ARNIE STAPLETON, Associated Press]]></dc:creator><description><![CDATA[BOULDER, Colo. (AP) — Deion “Coach Prime” Sanders says he feels like his old — and younger — self again a year after undergoing surgery to remove his cancerous bladder.]]></description><pubDate>Mon, 29 Jun 2026 19:58:08 +0000</pubDate><content:encoded><![CDATA[<p>BOULDER, Colo. (AP) — Deion “Coach Prime” Sanders says he feels like his old — and younger — self again a year after undergoing surgery to remove his cancerous bladder.</p><p>“I consider myself cancer-free," thanks to robotic surgery that also reconstructed his bladder using part of his intestine, Sanders told The Associated Press after getting a tutorial in the surgical system that was used in his operation.</p><p>This being Men's Health Awareness Month, the University of Colorado football coach wanted to get a first-hand look at the Intuitive Da Vinci System, which is less invasive than open surgeries and cuts down on hospital stays and speeds recoveries.</p><p>“I was fighting” last year at this time, Sanders recalled. "I was walking out on the property with a bag of blood and also urine and trying to get back. But this expedited the process. Last year at this time I was in a whole different place, and I'm just thankful.”</p><p>Sanders missed football camps last summer in Boulder as he went through cancer treatments. The Buffaloes finished with a 3-9 mark a year after making a bowl game behind Shedeur Sanders and Heisman Trophy winner Travis Hunter.</p><p>This summer he appears much fitter and energetic as he oversees offseason training.</p><p>"If I pull my shirt up, I'm not scarred, it's not flawed. I'm not embarrassed by anything that transpired. I'm elated by everything that transpired,” Sanders said.</p><p>At a routine checkup last spring, a CT scan showed a mass on Sanders' bladder. He was referred to the University of Colorado Anschutz, where he met Dr. Janet Kukreja, director of urologic oncology at the CU Cancer Center and UCHealth University of Colorado Hospital.</p><p>Sanders, who turns 59 later this summer, was diagnosed with a malignant tumor in his bladder. Although the tumor hadn't reached the muscle layer in his bladder, it was considered “very high risk,” with a 50-50 chance of recurring or progressing after treatments.</p><p>Kukreja is among the small group of surgeons in the U.S. who perform robotic removal of the entire cancerous bladder — called a radical cystectomy — and robotic reconstruction of the organ, which involves having a section of intestine function as a bladder.</p><p>“It got me back in the game, got me back on my feet and got me out of the darn hospital and back into the normalcy of my life," Sanders said. “I'm here to let people know there's another option if you need surgery."</p><p>He called the robotic system his time machine.</p><p>”I'd be a fool to be blessed the way I was blessed and not sound alarms," Sanders said. “When I opened up a club years ago I went to the mountaintop and told all the stations come on to the nightclub. So, why wouldn't I do this? Saved me time so I could get back on the field, get back on my game instead of sitting up there in the hospital having a pity party. It saves you time. That’s what we’re all fighting for is time. We never know how much we get.”</p><p>Football past and present</p><p>Sanders has spent time recently with his son Shedeur, who's entering his second year with the Cleveland Browns and who will compete for the starting job with Deshaun Watson in training camp.</p><p>“He's on vacation, but he's going to the hills in St. Croix right now doing gassers," Sanders said.</p><p>Asked what he thought about Hunter, entering his second season in Jacksonville, possibly focusing on playing defensive back after pulling double duty as a DB and wide receiver in college, Sanders said: “I just want him to be happy. I can't tell those coaches how to coach and Travis what he's gifted to do. I just want him happy; that's all I want.”</p><p>As for Julian “JuJu” Lewis, the Buffs' starting quarterback and former five-star recruit out of Carrollton, Georgia, who took over the starting role as a freshman late last season, Sanders said those cameos will pay dividends in 2026.</p><p>“I think the entire team is benefiting" from lessons learned last year and new faces arriving this spring, Sanders said. “I have the best coaching staff I've ever featured. Everybody's unified. I just walked out of the weight room. They're lifting their butts off and they can't wait to go to camp. It's going to be phenomenal.”</p><p>___</p><p>AP college football: https://apnews.com/hub/ap-top-25-college-football-poll and https://apnews.com/hub/college-football</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X334DUEIPUCQZIRBRRSXXCDFTE.jpg?auth=099f35bc772e85560fa27d104d778c81bd93a3a723c7297163c7c5a4fdf6b457&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado head football coach Deion Sanders talks about working the Da Vinci robotic surgical machine used to remove his cancerous bladder last year during a demonstration of the device Tuesday, June 23, 2026, in Boulder, Colo. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BAFU3BPTGFKBSHUZCH5KPGBAVE.jpg?auth=20b0bf7ca3791e2ff732eaed145dcbf33a68eb2580d8e261106250ced1813692&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado head football coach Deion Sanders talks after working the Da Vinci robotic surgical machine used to remove his cancerous bladder last year during a demonstration of the device Tuesday, June 23, 2026, in Boulder, Colo. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QQYZ66Z2NEKV4CYJ4LSTEXLVDE.jpg?auth=91c306b9f3199c0da8d31da4c9b078ed564facaf99a2eb82c02b18a8de69d130&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado head football coach Deion Sanders talks after working the Da Vinci robotic surgical machine used to remove his cancerous bladder last year after a demonstration of the device Tuesday, June 23, 2026, in Boulder, Colo. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TNCZRFCTAFVXLCHNPS6FP536FI.jpg?auth=667cfcbd8927b13f25945b1565433a2893ff87b587798c8f4186499f4febe645&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado head football coach Deion Sanders, front, reacts after working the Da Vinci robotic surgical machine used to remove his cancerous bladder last year during a demonstration of the device by Jason Hart, senior vice president of global marketing for Intuitive, Tuesday, June 23, 2026, in Boulder, Colo. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Deputies identify teen who drowned in Florida City lake]]></title><link>https://www.local10.com/news/local/2026/06/29/deputies-identify-teen-who-drowned-in-florida-city-lake/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/deputies-identify-teen-who-drowned-in-florida-city-lake/</guid><dc:creator><![CDATA[Amanda Batchelor, Aaron Maybin]]></dc:creator><description><![CDATA[The Miami-Dade Sheriff’s Office on Monday identified a 14-year-old boy who drowned over the weekend in a Florida City lake as Marcus L. Sanders. ]]></description><pubDate>Mon, 29 Jun 2026 16:49:08 +0000</pubDate><content:encoded><![CDATA[<p>The Miami-Dade Sheriff’s Office on Monday identified a 14-year-old boy who drowned over the weekend in a Florida City lake as Marcus L. Sanders. </p><p>According to authorities, deputies responded to a<a href="https://www.local10.com/news/local/2026/06/27/teen-dead-another-critical-after-two-separate-lake-incidents-in-florida-city/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/27/teen-dead-another-critical-after-two-separate-lake-incidents-in-florida-city/"> lake in the area of Southwest 336th Street and Southwest 192nd Avenue </a>at about 7:15 p.m. Saturday after several teenagers reported that a teenage boy had gone into the lake and didn’t come back up. </p><p>Miami-Dade Fire Rescue crews joined the search, and a diver later found Sanders underwater and unresponsive.</p><p>Rescue crews performed life-saving efforts before 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, first responders said. </p><p>Deputies said a second 14-year-old boy went underwater and didn’t resurface.</p><p>He was later found by MDFR divers and was airlifted to the trauma center at HCA Florida Kendall Hospital, where he was listed in critical condition, officials said.</p><p>Deputies confirmed that the boy remained in critical condition on Monday. His name has not been released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EFMWTQMIGVBOBL3VL7PHWVL3ME.jpeg?auth=0fcf1f5564aa61914e71d3c8152e6109b508d519d05f994456cc452bc7b9fb99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Fundraisers aim to help grieving parents of 5-year-old boy who died at park in Miami-Dade  ]]></title><link>https://www.local10.com/community/2026/06/29/fundraiser-aims-to-help-grieving-parents-of-5-year-old-boy-who-died-at-park-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/community/2026/06/29/fundraiser-aims-to-help-grieving-parents-of-5-year-old-boy-who-died-at-park-in-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Two fundraisers were ongoing on Monday to help support the grieving parents of a boy who died on Friday at the Krome Motocross Park in Miami-Dade County. ]]></description><pubDate>Mon, 29 Jun 2026 16:32:31 +0000</pubDate><content:encoded><![CDATA[<p>Two fundraisers were ongoing on Monday to help support the grieving parents of a boy who died on Friday at the Krome Motocross Park in Miami-Dade County. </p><p>Five-year-old Garret “Gary” Leonard was riding a little motorbike as he often did with his family when the driver of a Chevrolet Silverado truck struck him at the motocross park, according to deputies. </p><p>Miami-Dade Fire Rescue personnel pronounced Garret dead on Friday night at the park at <a href="https://maps.app.goo.gl/uacSJZWMcWfUbQNu8" target="_self" rel="" title="https://maps.app.goo.gl/uacSJZWMcWfUbQNu8">16665 Krome Ave.</a>, and MDSO’s traffic homicide deputies were investigating the cause of the crash. </p><p>“We are coming together to support Garret’s family with funeral expenses and to help them navigate the days ahead,” Alejandro Acevedo wrote in a statement published on <a href="https://www.gofundme.com/f/support-for-garret-leonards-memorial" target="_self" rel="" title="https://www.gofundme.com/f/support-for-garret-leonards-memorial">a GoFundMe page</a>. </p><p>Acevedo remembered Gary as a boy “who brought joy to everyone around him, especially within the moto community,” so he also wanted to create “a memorial race in his name” to honor him. </p><p>Andrew Stelloh was also fundraising, and his hope was to help Gary’s parents to be able to afford to take time off from work to grieve.</p><p>“Garrett was such a sweet young man who loved motocross and was well on his way to becoming a great athlete,” Stelloh wrote in a statement on <a href="https://www.gofundme.com/f/in-memory-of-garrett-support-for-his-grieving-parents" target="_self" rel="" title="https://www.gofundme.com/f/in-memory-of-garrett-support-for-his-grieving-parents">a GoFundMe page</a>. “He loved to show you how well he could ride his track in the yard at their house. He was such a sweet boy who gave the best little kid hugs with the biggest smile.”</p><p><b>Here are the fundraisers:</b></p><p><div class="gfm-embed" data-url="https://www.gofundme.com/f/support-for-garret-leonards-memorial/widget/large?attribution_id=sl%3A1c3a210f-5f32-4218-9e25-b2da22dba316"></div><script defer src="https://www.gofundme.com/static/js/embed.js"></script></p><p><div class="gfm-embed" data-url="https://www.gofundme.com/f/in-memory-of-garrett-support-for-his-grieving-parents/widget/large?attribution_id=sl%3A65c4d0dd-c521-4e98-a0b8-513f8fcb480c"></div><script defer src="https://www.gofundme.com/static/js/embed.js"></script></p><p><b>Related story</b>:<b> </b><a href="https://www.local10.com/news/local/2026/06/27/mdso-boy-5-killed-after-being-struck-by-pickup-truck-at-krome-motorcross-park/" rel=""><b>MDSO: Boy, 5, killed after being struck by pickup truck at Krome Motorcross Park</b></a></p><p><b>Related social media</b></p><p><iframe src="https://www.facebook.com/plugins/video.php?height=476&href=https%3A%2F%2Fwww.facebook.com%2Freel%2F946200378469327%2F&show_text=true&width=267&t=0" width="267" height="591" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" allowFullScreen="true"></iframe></p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </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/U5PH3MXBXBCDLAMTFHDB7ZWNUE.jpg?auth=ce1763885ee6d61df6ae1e1970b5c8f54f118ce85c8885e786721ea004a80307&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Two GoFundMe users are fundraising to help support the grieving parents of Garret "Gary" Leonard, who died on Friday in Miami-Dade County.]]></media:description></media:content></item><item><title><![CDATA[Incendio forestal sin control arrasa 180 acres en el oeste 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[Las llamas visibles desde millas de distancia recuerdan que la temporada de incendios en el sur de Florida está lejos de terminar.]]></description><pubDate>Sun, 28 Jun 2026 21:29:31 +0000</pubDate><content:encoded><![CDATA[<p>Un incendio forestal continúa activo en el oeste del Condado de Broward.</p><p>Para el lunes por la mañana, el fuego había crecido a unas 180 acres cerca de la Sawgrass Expressway y Commercial Boulevard, según las autoridades.</p><p>“Es una locura, hombre”, dijo Troy Budoski, quien observaba el incendio desde lejos. “Se ven las llamas rojas desde aquí. Está ardiendo fuerte. ¡Arde caliente!”</p><p>El incendio se desató el domingo por la tarde, cuando quemó unas 100 acres de inmediato y continuó extendiéndose hacia el oeste.</p><p>Las cámaras de tráfico ubicadas a millas de distancia captaron las densas nubes de humo en el horizonte.</p><p>“Nunca imaginé que esto podría incendiarse, y está aquí mismo, no tan lejos”, dijo un hombre llamado Connor. “Iba hacia el norte por la autopista y lo vi, así que pensé: voy a curiosear y ver qué pasa. Y efectivamente, todavía se ven las llamas. Es una locura.”</p><p>Las autoridades monitorean el incendio mientras continúa activo en la zona.</p><p>“Lo que más me preocupa es: ¿cómo va a contener esto el departamento de bomberos?”, se preguntó Connor.</p><p>Para el lunes por la mañana, el fuego no tenía ningún porcentaje de contención.</p><p>Este incendio se suma a una temporada de fuegos que ha sido especialmente intensa. Solo en los últimos meses, decenas de miles de acres han quedado arrasados por las llamas.</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[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-related incidents in Florida City Saturday 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-related incidents in Florida City Saturday 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 was airlifted to the trauma center at HCA Florida Kendall Hospital, where he was listed 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[Penelope Keith, star of classic British sitcom 'The Good Life,' dies at 86]]></title><link>https://www.local10.com/entertainment/2026/06/29/penelope-keith-star-of-classic-british-sitcom-the-good-life-dies-at-86/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/29/penelope-keith-star-of-classic-british-sitcom-the-good-life-dies-at-86/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Penelope Keith, a comic performer who shone as flinty but loveable upper-crust characters in British sitcoms “The Good Life” and “To the Manor Born,” has died aged 86.]]></description><pubDate>Mon, 29 Jun 2026 16:49:14 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Penelope Keith, a comic performer who shone as flinty but loveable upper-crust characters in British sitcoms “The Good Life” and “To the Manor Born,” has died aged 86.</p><p>Keith’s family said Monday that she had been diagnosed with cancer and died at her home in Surrey, near London.</p><p>Keith began her acting career onstage and joined the Royal Shakespeare Company in 1963. But she found her greatest fame on television.</p><p>She won a BAFTA award in 1977 for “The Good Life,” playing Margo Leadbetter, a snobbish suburbanite appalled by her back-to-the-land neighbors Tom and Barbara Good, played by Richard Briers and Felicity Kendal.</p><p>Kendal called Keith a “comic genius.”</p><p>“She was a joy to know and work with, and she will be much missed,” Kendal said.</p><p>Keith displayed a similar mix of imperiousness and deadpan wit in “To the Manor Born,” broadcast between 1979 and 1981 and brought back for a 2007 Christmas special. Keith played cash-strapped aristocratic widow Audrey fforbes-Hamilton, forced to sell her country estate to a nouveau millionaire, played by Peter Bowles, with whom she has a love-hate relationship.</p><p>Keith's velvet tones featured on children’s show “Teletubbies” and in ads for everything from Pimm’s to Parker Pens. She also presented cozy documentary TV series, including “Penelope Keith’s Hidden Villages.”</p><p>Keith continued to perform in stage roles into her 80s. Theaters in London’s West End will dim their lights on Wednesday evening in tribute to her.</p><p>In 2014 she was made a dame, the female equivalent of a knight, for services to the arts and to charity.</p><p>She is survived by her husband, Rodney Timson, and their two adopted sons.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UOYKIDYYJ26EKPRHKOTIUVXAGA.jpg?auth=c5bac5293917a4e48cba2b8b1252f91ed8ab99e67e3ffb0eb18946fc5250fd58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dame Penelope Keith after she was made a Dame Commander for services to the Arts and to charity during an Investiture ceremony at Windsor Castle, England, July 3, 2014. (Andrew Matthews/PA via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Matthews</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5ZWE7JXQLMMDUGF4QAW7K5PHJU.jpg?auth=324d9e69798eaa7f428d0ea049899bf06fdac657f32257d46567b04f262adf12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Camilla, the then-Duchess of Cornwall, right, with Penelope Keith, left, in London, England, July 12, 2022. (Chris Jackson/PA via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Jackson</media:credit></media:content></item><item><title><![CDATA[Keeping an eye off the Carolina coast this week]]></title><link>https://www.local10.com/weather/hurricane/2026/06/29/keeping-an-eye-off-the-carolina-coast-this-week/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/29/keeping-an-eye-off-the-carolina-coast-this-week/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Over the weekend the National Hurricane Center added to its tropical outlook the system off the southeast U.S. we began discussing in this newsletter last Thursday.]]></description><pubDate>Mon, 29 Jun 2026 13:44:15 +0000</pubDate><content:encoded><![CDATA[<p>Over the weekend the National Hurricane Center added to its tropical outlook the system off the southeast U.S. we began discussing in this newsletter last Thursday.</p><p><a href="https://www.local10.com/news/local/2026/06/29/sistema-frente-a-las-carolinas-tiene-solo-10-de-probabilidad-de-desarrollo/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/29/sistema-frente-a-las-carolinas-tiene-solo-10-de-probabilidad-de-desarrollo/"><b>Leer en español</b></a></p><p>As we detailed last week, the system is associated with the remnants of a large clustering of thunderstorms that pushed southeastward through the Carolinas late yesterday and is now mixed up with a stalled front over the waters off the southeast U.S.</p><p>As we discussed in previous newsletters, models suggest only low development odds, and they’ve only trended downward with the already-low-odds over the past 24 hours.</p><p>As of Monday morning, NHC was maintaining a 10% chance of development this week, down slightly from 20% on Sunday.</p><h3><b>Marginal conditions ahead</b></h3><p>Though stalled fronts like this can be common trigger for early-season development – especially north of the deep tropics in what we call the subtropics – the bar is typically higher to churn out significant development compared to traditional tropical disturbances that roll westward off Africa and can develop later in the season.</p><p>Fronts are a natural source of wind shear, which is anathema to would-be tropical systems. So the first thing that would need to happen to promote development is to scour away at the shear. This is a gradual process that often results from the low-pressure system firing off repeated rounds of strong thunderstorms. This mostly commonly happens where water temperatures are warmest.</p><p>As we mentioned last week, this is partly why we’re keeping an eye on the area despite the low odds, as waters east of Florida are at near-record or record warmth for the time of year and the Gulf Stream – the deep ribbon of warm waters that runs along the shorelines of the southeastern U.S. – often serves as a fuel source to tap for these type of initially non-tropical low-pressure systems.</p><p>In general, however, the farther offshore and north of Florida you go right now, the cooler the waters are. That’s been the directional trend over the past few days, which is partly why the already low development odds have trended down even further. Additionally, the initial overland thunderstorm system that moved off the Carolina coast overnight wasn’t as strong as it could’ve otherwise been, so its starting place is weaker.</p><p>Development odds from Google’s DeepMind 1000-member machine learning-based ensemble system fell below 5 percent in its latest run.</p><figure><img src="https://www.local10.com/resizer/v2/KWBIUTPPKRD2LHR4JJUWCIW7DI.png?auth=eb78f54a35126f58137e0e1878308c5b76a2448c6981de72c4da254b324ae3e0&smart=true&width=1200&height=900" alt="Cumulative tropical development odds through Saturday, July 4th, from Google DeepMind’s 1,000-member machine learning-based ensemble system. Development odds have trended downward since the weekend, and the modeling system shows only a 4 percent chance of development Wednesday through Friday off the Carolina coast. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Cumulative tropical development odds through Saturday, July 4th, from Google DeepMind’s 1,000-member machine learning-based ensemble system. Development odds have trended downward since the weekend, and the modeling system shows only a 4 percent chance of development Wednesday through Friday off the Carolina coast. Credit: Deelan Jariwala.</figcaption></figure><h3><b>A slow loop back toward the Carolinas</b></h3><p>The system will get trapped underneath a powerful ridge of high pressure centered over the Ohio Valley – the same high-pressure heat dome that’ll cause dangerous heat across much of the central and eastern U.S. this week.</p><p>The high-pressure heat dome to its north will steer the low-pressure system toward the west or west-northwest and back toward the coast of southeast Georgia or the Carolinas for Friday into Saturday.</p><p>It’s unlikely given the marginal conditions we’ll see much of anything. If it manages to overcome the odds, it’ll likely stay a tropical depression or low-end tropical storm at the high side, with the main development window from this Wednesday (July 1<sup>st</sup>) through Friday (July 3<sup>rd</sup>).</p><p>It’s unclear if the system will reach the coast or drift just offshore for the weekend, but with so much dry, sinking air inland over the eastern U.S., this will not pose a flood threat regardless of development, unlike Arthur and its remnants along the Gulf Coast a few weeks back.</p><p>Otherwise things look to stay quiet for the opening weeks of July for the remainder of the tropical Atlantic.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PSTUMKUDIVBO3CI5DN23LWBJLM.PNG?auth=a36c8037b471c678fe99b3f347ce48919a468882f7418b4f7c4f675265dc7940&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[‘It’s burning pretty good’: Crews work to keep brush fire near Sawgrass Expressway from spreading]]></title><link>https://www.local10.com/news/local/2026/06/29/its-burning-pretty-good-crews-work-to-keep-brush-fire-near-sawgrass-expressway-from-spreading/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/its-burning-pretty-good-crews-work-to-keep-brush-fire-near-sawgrass-expressway-from-spreading/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Broward residents awoke to flames sweeping across the Everglades Monday morning as a massive plume of smoke rose from the horizon off the Sawgrass Expressway, near Atlantic Boulevard. ]]></description><pubDate>Mon, 29 Jun 2026 16:33:53 +0000</pubDate><content:encoded><![CDATA[<p>Broward residents awoke to flames sweeping across the Everglades Monday morning as a massive plume of smoke rose from the horizon off the Sawgrass Expressway, near Atlantic Boulevard. </p><p>Kaitlyn Perricone said she’s seen flames like this before but it’s been years.</p><p>“We came here for sunrise just to see the fire,” she said. “I (saw) it last night when I woke up. We woke up a little early.”</p><p>The fire <a href="https://www.local10.com/news/local/2026/06/28/70-acre-brush-fire-burns-in-west-broward-county/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/70-acre-brush-fire-burns-in-west-broward-county/">sparked on Sunday afternoon</a> and quickly spread to nearly 200 acres. As of around noon on Monday, it hadn’t been contained.</p><p>“It’s pretty crazy, man,” resident Troy Budoski said. “You see the red fire from all the way over here. It’s burning pretty good. Burning hot.”</p><p>While neither the blaze nor the smoke seemed to be affecting drivers, traffic cameras captured the thick smoke off in the distance, with the wind pushing the fire west.</p><p>Crews with the Florida Forest Service were working to keep it from spreading on Monday.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Broward elementary school teacher arrested; accused of bringing stun gun on campus]]></title><link>https://www.local10.com/news/local/2026/06/29/broward-elementary-school-teacher-arrested-accused-of-bringing-stun-gun-on-campus/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/broward-elementary-school-teacher-arrested-accused-of-bringing-stun-gun-on-campus/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A Broward County elementary school teacher was arrested Sunday, months after she allegedly brought a stun gun to school, authorities said.]]></description><pubDate>Mon, 29 Jun 2026 14:36:01 +0000</pubDate><content:encoded><![CDATA[<p>A Broward County elementary school teacher was arrested Sunday, months after she allegedly brought a stun gun to school, authorities said.</p><p><a href="https://www.local10.com/news/local/2026/06/29/arrestan-a-maestra-de-primaria-en-broward-por-llevar-pistola-electrica-a-la-escuela/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/29/arrestan-a-maestra-de-primaria-en-broward-por-llevar-pistola-electrica-a-la-escuela/"><b>Leer en español</b></a></p><p>According to an arrest report from the Margate Police Department, Nia Natalie Robinson, 27, is a teacher at Liberty Elementary School, located at 2450 Banks Road.</p><p>Police said Robinson brought the stun gun on campus on April 17 and showed it to two other employees.</p><p>According to the report, Robinson provided a written statement to school staff, stating that she “totally forgot” that she had her stun gun on school grounds and showed it to the two employees when having a conversation with them about protecting herself.</p><p>Police said Robinson claimed that she did not use the stun gun on campus and was “very apologetic.”</p><p>They said both employees also provided written statements, corroborating Robinson’s explanation.</p><p>According to the report, the stun gun was confiscated by a school resource officer.</p><p>The report states that a probable cause affidavit was then submitted to the Broward County State Attorney’s Office to determine whether Robinson would face charges.</p><p>She was consequently arrested Sunday on a charge of possession of a weapon on school grounds.</p><p>As of Monday morning, Robinson was being held at the North Broward Bureau. She was expected to appear in bond court later in the morning or afternoon.</p><p>A spokesperson for Broward County Public Schools told Local 10 News in an email that Robinson no longer works for the district. </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/CM2I3GJNR5CHLHS3PDZ2VDARTI.jpg?auth=6a53a903840067bf831c91b5b1f1b29e5c4afe0d4bb668795010f50d7238d3ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Fugitive caught in Chicago appears in court accused of injuring Hollywood police officer]]></title><link>https://www.local10.com/news/local/2026/06/29/fugitive-caught-in-chicago-appears-in-court-accused-of-injuring-hollywood-officer/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/fugitive-caught-in-chicago-appears-in-court-accused-of-injuring-hollywood-officer/</guid><description></description><pubDate>Mon, 29 Jun 2026 14:34:43 +0000</pubDate><content:encoded><![CDATA[<p>As a police officer continues to recover after a hit-and-run crash in Hollywood, the 20-year-old man accused of causing his suffering was at the Broward County Main Jail on Monday in Fort Lauderdale.</p><p><a href="https://www.local10.com/news/local/2026/06/29/fugitivo-ruso-capturado-en-chicago-comparece-ante-tribunal-por-atropellar-a-policia-en-hollywood/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/29/fugitivo-ruso-capturado-en-chicago-comparece-ante-tribunal-por-atropellar-a-policia-en-hollywood/"><b>Leer en español</b></a></p><p>The Broward Sheriff’s Office Department of Detention’s correctional officers booked Artiom Echiusciu on Sunday in Fort Lauderdale, and he appeared in county bond court on Monday morning. </p><p>“Echiusciu was residing in the United States illegally from Russia,” Deanna Bettineschi, a spokeswoman for the Hollywood Police Department, wrote in a statement. </p><p>At 12:25 a.m., on May 20, Echiusciu was driving a BMW at more than 100 miles per hour when he crossed a center median at Hollywood Boulevard and North Ocean Drive and struck the officer’s patrol car, according to Bettineschi.</p><p>“The impact of the crash sent the officer to the hospital with serious but non-life-threatening injuries,” Bettineschi wrote in the statement. </p><p>Echiusciu got out of the BMW, ran away, a Lyft driver gave him a ride, and he fled to Chicago, where the U.S. Marshals Service Great Lakes Regional Fugitive Task Force arrested him on June 10, according to </p><p>“The officer is continuing to recover, and we appreciate the outpouring of support seen from our community,” Bettineschi wrote.</p><p>Echiusciu faces charges of leaving the scene of a crash involving serious bodily injury, driving with a suspended license, leaving the scene of a crash involving property damage, and failing to register a vehicle. </p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/11/suspect-in-hit-and-run-that-injured-hollywood-police-officer-captured-in-chicago/" rel="">Suspect in hit-and-run that injured Hollywood police officer captured in Chicago</a></li><li><a href="https://www.local10.com/news/local/2026/05/20/bmw-collides-with-hollywood-police-vehicle-on-ocean-drive/" rel="">Police: Driver takes off after BMW crosses median, strikes Hollywood police vehicle</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><media:content url="https://www.local10.com/resizer/v2/ISMNCXVPVNHURECDX2YGQWJR6I.jpg?auth=02a3700260377ca4ee48ae78c9b264206c29dabcc852067c0f384266b19618d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Correctional officers booked Artiom Echiusciu on Sunday in Fort Lauderdale and he appeared in court on Monday morning.]]></media:description></media:content></item><item><title><![CDATA[Dos hombres avientan a adolescente en pleito por cargador Tesla en Aventura]]></title><link>https://www.local10.com/espanol/2026/06/29/dos-hombres-avientan-a-adolescente-en-pleito-por-cargador-tesla-en-aventura/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/29/dos-hombres-avientan-a-adolescente-en-pleito-por-cargador-tesla-en-aventura/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Múltiples testigos desmintieron la versión de los acusados; ambos fueron arrestados por abuso infantil.]]></description><pubDate>Mon, 29 Jun 2026 16:31:34 +0000</pubDate><content:encoded><![CDATA[<p>Dos hombres atacaron a un adolescente durante una disputa por un espacio de estacionamiento en una estación de carga Tesla Supercharger en Aventura el fin de semana, según informaron las autoridades. Uno de los hombres es acusado de empujar al joven de 17 años, mientras que el otro es acusado de embestirlo intencionalmente con su vehículo en reversa.</p><p>El incidente ocurrió poco antes de las 2:30 p.m. del domingo en las estaciones de carga de vehículos eléctricos del centro comercial Aventura Commons, ubicado en 21265 Biscayne Blvd., según el departamento de policía de la ciudad.</p><p>De acuerdo con los reportes policiales, el joven intentaba estacionar su Tesla cuando se enredó en una discusión con los dos hombres en otro vehículo por un espacio de estacionamiento.</p><p>La policía indicó que el muchacho declaró a los agentes que el pasajero del otro vehículo, identificado posteriormente como Ahmed Mohamed, de 34 años y residente de Sunny Isles Beach, “lo empujó intencionalmente antes de agarrarlo en un intento de alejarlo físicamente del espacio de estacionamiento.”</p><p>Según los reportes, el joven “logró recuperar el equilibrio y se paró nuevamente frente al espacio de estacionamiento para evitar que el otro vehículo lo ocupara”, pero “segundos después”, el conductor del otro vehículo, identificado como Serguey Artigas, de 47 años y residente de Miami Beach, “puso el vehículo en reversa intencionalmente y retrocedió contra él, golpeándolo en la pierna.”</p><p>Tras el incidente, los dos hombres procedieron a estacionar. El joven logró fotografiarlos mientras caminaban hacia el área de Whole Foods del centro comercial.</p><p>Los agentes encontraron a los dos hombres en el centro comercial y los interrogaron. Ambos negaron cualquier irregularidad y afirmaron que la disputa había sido únicamente verbal.</p><p>Sin embargo, las autoridades señalaron que “múltiples testigos independientes” corroboraron la versión del adolescente, incluido el embestimiento con el vehículo.</p><p>Los agentes arrestaron a ambos hombres por cargos de abuso infantil. Además, Artigas enfrenta un cargo adicional de agresión agravada con arma mortal, y Mohamed enfrenta un cargo adicional de agresión.</p><p>Para el lunes por la mañana, la fianza de ambos aparecía como “por determinar” en los registros de la cárcel 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><media:content url="https://www.local10.com/resizer/v2/OTYRTV23A5ETLB5ADEGBANQWJI.png?auth=85b26bfb156fb16d7b28d53e8a5cc17a803845f038dc180693a88ffae8f0ca29&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Serguey Artigas (left), Ahmed Mohammed (right)]]></media:description></media:content></item><item><title><![CDATA[Rapper Twista pleads guilty to not paying taxes and faces potential prison time]]></title><link>https://www.local10.com/entertainment/2026/06/29/rapper-twista-pleads-guilty-to-not-paying-taxes-and-faces-potential-prison-time/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/29/rapper-twista-pleads-guilty-to-not-paying-taxes-and-faces-potential-prison-time/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Chicago rapper known as Twista has pleaded guilty to five counts of willfully failing to pay his income taxes and faces up to five years in prison.]]></description><pubDate>Mon, 29 Jun 2026 16:31:17 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Chicago rapper known as Twista has pleaded guilty to five counts of willfully failing to pay his income taxes and faces up to five years in prison.</p><p>The IRS Criminal Investigations division, the crime-fighting arm of the IRS, says Twista, whose legal name is Carl Mitchell, failed to pay income tax from 2019 to 2023 and owes more than $440,000 in back taxes.</p><p>Last week, Mitchell pleaded guilty to five counts of willfully failing to pay income tax. He is scheduled for sentencing on Oct. 22.</p><p>Best known for his 2004 album ’Kamikaze,” Mitchell has collaborated with musicians including Ye, the rapper formerly known as Kanye West, and Jamie Foxx on the song “Slow Jamz." He has received two Grammy nominations.</p><p>His income stemmed from performances, album sales, streaming and royalties, according to IRS-CI.</p><p>Despite warnings from both the IRS and his own accountants of his tax debts, “instead, Mitchell entered into agreements with a third-party company to pay him advances on future royalties, knowing that the IRS would not be able to levy these funds,” the IRS said in a statement.</p><p>Mitchell also has unpaid tax liabilities dating back to 2011, and the government alleges Mitchell made large purchases to support his lifestyle, including buying at least four luxury vehicles.</p><p>Representatives for Mitchell did not immediately respond to an Associated Press request for comment.</p><p>“IRS Criminal Investigation doesn’t care how famous you are or what you’ve accomplished,” Adam Jobes, with IRS-CI's Chicago field office, said in a statement. "If you willfully refuse to pay your taxes, we’ll follow the money and bring you to justice.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CPKIYWU2VSTUCPSL4EB23U5KZY.jpg?auth=9bc385aed7c5afee1203ada8262a023caa35dbad7da34dcf4288ca2f20c5f38a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rapper Carl "Twista" Mitchell attends the ARTPOP album release and artRave event the Brooklyn Navy Yard on Sunday, Nov. 10, 2013 in New York City. (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/BJ42VPUYADJQBDO5KVIM53XWVE.jpg?auth=37a6246cd0562f357b00efe0e952189ea1ff53643806b7d3c403ecf7a370b2d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Twista arrives for the 49th Annual Grammy Awards, Feb. 11, 2007, in Los Angeles. (AP Photo/Matt Sayles, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Sayles</media:credit></media:content></item><item><title><![CDATA[3 firefighters killed in Western wildfire were trying to shield themselves from flames]]></title><link>https://www.local10.com/news/2026/06/29/3-firefighters-killed-in-western-wildfire-were-trying-to-shield-themselves-from-flames/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/29/3-firefighters-killed-in-western-wildfire-were-trying-to-shield-themselves-from-flames/</guid><dc:creator><![CDATA[By TY ONEIL, MATTHEW BROWN and JOHN SEEWER, Associated Press]]></dc:creator><description><![CDATA[BEAVER, Utah (AP) — Three firefighters killed over the weekend in a wildfire along the Colorado-Utah border were trying to shield themselves from flames by deploying tent-like shelters when they were overcome, authorities said.]]></description><pubDate>Mon, 29 Jun 2026 20:50:37 +0000</pubDate><content:encoded><![CDATA[<p>BEAVER, Utah (AP) — Three firefighters killed over the weekend in a wildfire along the Colorado-Utah border were trying to shield themselves from flames by deploying tent-like shelters when they were overcome, authorities said.</p><p>They were part of a specialized crew that goes into remote areas to quickly put out new and rapidly escalating wildfires, federal officials said Monday.</p><p>Their deaths on Saturday came almost 13 years to the day since an elite crew of 19 wildland firefighters died when they were trapped in a steep canyon in Yarnell, Arizona.</p><p>Like this weekend's victims, the men in Arizona had tried to deploy emergency shelters that are a “last resort” for firefighters when there's no other way out. Investigators didn't blame anyone in the deaths but did cite radio communication problems that contributed to the Granite Mountain Hotshots becoming trapped. Arizona's workplace safety commission also fined the state's forestry division for not pulling them out.</p><p>Wildfires have erupted over the past week all across the West, fueled by months of dry weather and a record lack of snow this past winter in some places. Wildfire experts have been warning for months that extreme fire dangers are likely this summer.</p><p>With more than two dozen large fires burning, almost 8,000 wildland firefighters and dozens of firefighting helicopters have been deployed. About half the largest blazes are in Alaska while the rest are mostly in Western states.</p><p>Evacuations were ordered near seven fires, including in Arizona, Washington state, New Mexico, Colorado and Utah.</p><p>Firefighters were part of a specialized crew</p><p>The U.S. Forest Service identified the firefighters killed as Emily Barker, 38, of Clinton Township, Michigan; Nick Hutcherson, 27, of Glendale, Arizona; and Sydney Watson, 26, of Warrior, Alabama.</p><p>Two others who were with them sustained burn injuries. Federal authorities would not release any information about their conditions.</p><p>The three victims were assigned to a Helitack crew that can be dropped into remote areas by helicopters and whose mission is to prevent new fires from growing into out-of-control blazes. But it can be extremely dangerous, often taking place in areas where fires are rapidly expanding.</p><p>One of the crew members worked for the U.S. Wildland Fire Service while two were assigned to the U.S. Forest Service and all were part of an interagency response to fires just west of Grand Junction, Colorado.</p><p>The Snyder Fire in the area has burned about 44 square miles (114 square kilometers), authorities said.</p><p>The Wildland Fire Service, created by the Department of Interior this year to coordinate 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 deaths will trigger an investigation by the Forest and Wildland Fire services that typically results in recommendations for how to prevent or reduce the risk of a similar accident. Agencies can also convene an accident review board to suggest any further actions.</p><p>High wildfire threat for much of this week</p><p>More hot, dry and windy weather across the Southwest will elevate the fire threat at least until the weekend, according to the national Storm Prediction Center.</p><p>Among the concerns were high winds in the mountains of Colorado and Wyoming, in the Black Hills of South Dakota and across portions of the High Plains.</p><p>Utah already has restricted firework usage going into the July Fourth holiday.</p><p>The National Interagency Fire Center on Monday increased the national “preparedness level” for wildfires to a 4, on a scale of 1 to 5. That’s a sign resources are beginning to be strained, and officials warned of a high potential for new, large fires in multiple parts of the country in coming days.</p><p>So far this year, the fires have burned more than 4,800 square miles (12,400 square kilometers) — the most by this point in the year since 2022 and significantly above the 10-year average.</p><p>___</p><p>Brown reported from Billings, Montana and Seewer from Toledo, Ohio.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VMU4HZOIENQJ5CSZ4VPWJJYIGA.jpg?auth=49f05fc1f26d42c31b89c91b65bd6d4afe3a66e8ee26cda1c263d7d11c22e5da&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/DLATRY4S2EJS5BBGDNFFXR2MUE.jpg?auth=233c67c3549a5176f913685cccbb64987bc2dd59573c120aecae8d68398d38fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A helicopter drops water on the Cottonwood Fire burning near Beaver, Utah, on Saturday, June 27, 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/65NODFMOP7XNBHKAKXPUZNRNU4.jpg?auth=42fdfd49a52c3c7f7ccf48e8540010f61f86ee839e76e128d6d98d04870e0874&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firefighting aircraft rests on the tarmac at Grand Junction Regional Airport in Grand Junction, Colo., as the Snyder Fire burns nearby 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/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/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></item><item><title><![CDATA[After an earthquake, how long can trapped victims survive?]]></title><link>https://www.local10.com/news/world/2026/06/29/after-an-earthquake-how-long-can-trapped-victims-survive/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/29/after-an-earthquake-how-long-can-trapped-victims-survive/</guid><dc:creator><![CDATA[By ADITHI RAMAKRISHNAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — For those trapped in rubble after an earthquake, survival depends on many factors, including weather and access to water and air.]]></description><pubDate>Mon, 29 Jun 2026 20:05:39 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — For those trapped in rubble after an earthquake, survival depends on many factors, including weather and access to water and air.</p><p>If their injuries aren't too severe, victims can survive for a week or more, assuming the weather isn't too hot or cold, experts say.</p><p>In Venezuela, rescue teams have been racing against the clock to pull survivors from the rubble after two powerful earthquakes shook the northern state of La Guaira last Wednesday. More than 770 buildings were totally or partially collapsed from the earthquakes, and aftershocks continued to shake the region.</p><p>Most rescues happen in the 24 hours after a disaster. The chances of survival drop with each day after that, experts say. Most victims are badly injured or buried by falling stones or other debris.</p><p>What factors affect earthquake survival?</p><p>Trapped victims are more likely to survive if they are in a debris-free pocket that prevents major injury while they await rescue, like under a sturdy desk, said geophysicist Victor Tsai from Brown University. Experts call this a survivable void space.</p><p>If fire, smoke or hazardous chemicals were released as a result of the building collapse, they may decrease a person's survival odds, said emergency response expert Dr. Joseph Barbera, an associate professor at George Washington University.</p><p>Beyond that, having air to breathe and water to drink are crucial as the days go on.</p><p>“You could survive a while without food,” Barbera said. “You could survive less without water.”</p><p>Temperatures where someone is trapped may affect survival, and temperatures outside the rubble can affect rescue missions.</p><p>More than 2,600 rescue workers from around the world arrived in Venezuela with trained search dogs and machinery, the government said. And rescue efforts in La Guaira, the hardest-hit area, appeared significantly more organized on Sunday, after residents expressed frustration and anger about the level of response in the days before.</p><p>It can be important for survivors to receive vital medical care before they are removed from the rubble, Barbera said. If not, the buildup of toxins from crushed muscles could make them go into shock after they are rescued.</p><p>After the 2011 earthquake and tsunami in Japan, a teenager and his 80-year-old grandmother were found alive after nine days trapped in their flattened home. And the year before, a 16-year-old Haitian girl was rescued from earthquake rubble in Port-au-Prince after 15 days.</p><p>What to do during an earthquake</p><p>The best practices for survival during an earthquake depend on where you are in the world. Building codes in regions with active fault lines are often designed to withstand earthquakes, but that doesn't hold true everywhere.</p><p>In many countries, including the United States, the best practices are to drop, seek cover and hang on unless you are close to a building exit. Seek shelter under a heavy table or near sturdy furniture that may yield a survivable pocket if the roof collapses. Cover your face with cloth or a mask to protect from dust and debris.</p><p>If you are trapped in the rubble after an earthquake, save your energy and don't overexert. Ration food and water, listen for rescue calls and search for something near you to make noise. If you have a phone with you, conserve its battery and try for help in short spurts each day.</p><p>—-</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Science and Educational Media Group and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/42B3XQNCZP47UZD4SAWVD3ESS4.jpg?auth=0139e969ed77c44a9874783ec7bfd391335b15a08f00c8ca9eaf0fe447acb6f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Franklin Rodriguez searches for missing relatives in the rubble of his apartment building, which collapsed in the back-to-back earthquakes that struck La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/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/CMRIPRPETRTEZJZHZDNFDBBMLE.jpg?auth=745390d6860d212ee71fc2e36394d6ca802ff00ddfcc0d4cb18570e82b39d317&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A rescuer carries a girl pulled from the rubble four days after twin earthquakes struck La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/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/FCAQGJH2YTR5DMGUQIG3XABOAI.jpg?auth=5ba85cc209e30ca820a6ec89018463e5ecf1543388a87e56c1bf788ec1dec1d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buildings are collapsed and damaged along the coast in Caraballeda, La Guaira state, Venezuela, Sunday, June 28, 2026, following 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/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><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></item><item><title><![CDATA[Naomi Osaka wows Wimbledon crowd with kimono inspired by Lucy Liu’s character in ‘Kill Bill']]></title><link>https://www.local10.com/sports/2026/06/29/naomi-osaka-wows-wimbledon-crowd-with-kimono-inspired-by-lucy-lius-character-in-kill-bill/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/naomi-osaka-wows-wimbledon-crowd-with-kimono-inspired-by-lucy-lius-character-in-kill-bill/</guid><dc:creator><![CDATA[By MATTIAS KARÉN, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Wimbledon's strict rules about all-white clothing didn't prevent Naomi Osaka from making another fashion statement as she walked onto the grass at the All England Club on Monday.]]></description><pubDate>Mon, 29 Jun 2026 19:00:06 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Wimbledon's strict rules about all-white clothing didn't prevent Naomi Osaka from making another fashion statement as she walked onto the grass at the All England Club on Monday.</p><p>Osaka, who has made a habit of creating a buzz with her creative outfits at recent Grand Slam tournaments, wore a flowing kimono with swinging sleeves and elaborate embroidery as she walked onto No. 3 Court for her first-round match against Elsa Jacquemot.</p><p>After winning 6-1, 7-5, Osaka said she got the inspiration for the outfit from a Quentin Tarantino movie.</p><p>“For me, my Japanese heritage means a lot. They say all white at Wimbledon and I thought it would be really cool to come out in a kimono," Osaka said in an on-court interview. "I just get inspired by a lot of different things, and for me, one of my favorite movies is ‘Kill Bill.' So I really love Lucy Liu's character, O-Ren Ishii, and she comes out in this really iconic white kimono. I always tell people I like to be like a video game character sometimes, I don't want to be myself when I'm playing on the court. And I kind of try to embody her a little.”</p><p>The Japanese player's latest creation drew a rave reaction from the crowd, many of whom were eagerly waiting with their phones aloft to record her entrance. One female fan shouted “C'mon queen!” as Osaka walked out.</p><p>“It’s something that we’ve been waiting for all day, right, what Naomi Osaka is going to appear in at Wimbledon," said Alicia Molik, the former top-10 ranked player who is doing commentary for the BBC.</p><p>Osaka kept her robe on as she bounced on her toes at the net while listening to instructions from the chair umpire. She then removed it and placed it on her chair to begin warmups before the match started.</p><p>Osaka is far from the first player to make a fashion statement at Wimbledon, and wasn’t the only one to do so on Monday. Seven-time men’s champion Novak Djokovic, for instance, walked out for his match on Centre Court in a white blazer with green details.</p><p>But the four-time Grand Slam champion’s fashion creations and walk-ons are becoming an eagerly anticipated ritual at both Grand Slam tournaments and other events.</p><p>At the Australian Open this year, Osaka walked onto court wearing a wide-brim hat, a veil and holding a white parasol. At the French Open, she came out for her opening match in a ceremonial black skirt and sleeveless beaded bodice, which she removed to reveal a sequined gold playing dress.</p><p>And at the Met Gala in New York, Osaka stunned in a edgy Robert Wun white sculptural fitted dress featuring exaggerated shoulders and adorned with red feathers and a matching headpiece. To complete her look, she wore two-toned red gloves.</p><p>The latest ensemble turned plenty of heads even before she stepped onto the grass.</p><p>Playing on No. 3 Court meant Osaka had to walk through part of the Wimbledon grounds to get to the stadium, giving some fans a sneak peak of her outfit.</p><p>“I could feel, when I walked by someone, they would physically turn their whole body,” Osaka said. “I thought that was really fun.”</p><p>Fellow players, meanwhile, have been full of questions about the kimono.</p><p>“I got asked if I only have one, because it’s all white, and what happens if I stain it,” Osaka said.</p><p>At her post-match news conference, Osaka sported a lot more color to show off the Haitian side of her heritage. She wore a red-and-blue Haiti soccer jersey after the country played at a World Cup for the first time since 1974.</p><p>“I felt really proud of them,” she said.</p><p>___</p><p>AP Sports Writer Ken Maguire contributed to this report.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XJWUKBYKVST7FJ7YWHQVRBI3IA.jpg?auth=801f90495650a7b7e59ace1ae14c9baad8bf22fe5d7401c474f00ffccf3cca0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naomi Osaka of Japan walks into the court to play against Elsa Jacquemot of France in their first round women's singles match at the Wimbledon Tennis Championships in London, Monday, June 29, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WVAFA4WNN75AHTRDLMWJTG4QWM.jpg?auth=63a8c85c034aaf352861b31c3482afeda3b78eaf29ea2525afe6dd3037313171&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naomi Osaka of Japan walks into the court to play against Elsa Jacquemot of France in their first round women's singles match at the Wimbledon Tennis Championships in London, Monday, June 29, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LOTILC3FZOMKM4Q6VRGVSMLRRM.jpg?auth=885b457e614034e4a8c20fafaf53d7b6307b50ee565e42beb30800cf357b45dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naomi Osaka of Japan walks into the court to play against Elsa Jacquemot of France in their first round women's singles match at the Wimbledon Tennis Championships in London, Monday, June 29, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S225ZLWBB3QVXL3BQM3546TS7Y.jpg?auth=4cd812371c4393c0b13fc9beae2522159ee1fb79b7d8e0b89125ad9d34abf2f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naomi Osaka of Japan walks into the court to play against Elsa Jacquemot of France in their first round women's singles match at the Wimbledon Tennis Championships in London, Monday, June 29, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content></item><item><title><![CDATA[America 250 celebrations bring extraordinary security challenge to Washington]]></title><link>https://www.local10.com/news/national/2026/06/29/america-250-celebrations-bring-extraordinary-security-challenge-to-washington/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/29/america-250-celebrations-bring-extraordinary-security-challenge-to-washington/</guid><dc:creator><![CDATA[By GARY FIELDS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Federal law enforcement authorities are preparing for one of Washington, D.C.'s, largest and most complex security operations as the nation’s capital gears up to celebrate the 250th anniversary of the nation’s freedom.]]></description><pubDate>Mon, 29 Jun 2026 16:33:39 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Federal law enforcement authorities are preparing for one of Washington, D.C.'s, largest and most complex security operations as the nation’s capital gears up to celebrate the 250th anniversary of the nation’s freedom.</p><p>With rising political violence, including recent incidents near the White House, and a president who enjoys being at the center of public pomp yet has repeatedly faced attempts on his life, a major security challenge awaits.</p><p>“It comes as no surprise to you that D.C. on a normal day is a target-rich environment,” said Darren B. Cox assistant director in charge of the FBI’s Washington Field Office at a recent press conference detailing the security preparations. “We are prepared for any threats.”</p><p>Hundreds of thousands of people are expected to visit Washington in the coming weeks for the festivities.</p><p>The throngs will be joined by thousands of law enforcement officers and agents and 5,000 National Guard troops, along with military-style vehicles and other hardware they don’t often see on the streets of America.</p><p>Authorities are preparing for a major security operation</p><p>The largest crowds are expected July 4, with multiple events happening simultaneously, including the Great American State Fair, a showcase for each state and a signature attraction of the celebrations that stretches across the National Mall.</p><p>The annual fireworks display that night is designated a National Security Special Event for the first time by the Department of Homeland Security, granting it the highest classification for federal security coordination.</p><p>For visitors, that means strict ID requirements, long lines and magnetometers, similar to air travel security. Snipers are also expected to be deployed at some events.</p><p>Flights at Ronald Reagan Washington National Airport, which is across the Potomac River from Washington, will be suspended longer than in other years because of the scope of the celebrations — from noon on July 4 until the next day. Other America 250 events that include flyovers or parachute jumps could prompt more flight disruptions.</p><p>The FBI, Secret Service, U.S. Capitol Police, U.S. Park Police and D.C. National Guard have all been involved in security coordination for the events. At the press conference earlier this month, equipment that could be deployed to guard the city was on display, including BearCat armored SWAT vehicles, Mine-Resistant Ambush Protected, known as MRAPs, as well as communication vans and FBI diving boats.</p><p>“Our protective model is meant to adjust to any type of direct or indirect threats that we come across,” said Tara McLeese, special agent in charge of the Secret Service Washington Field Office. “I can assure you that we have no lack of imagination as to the potential threats out there."</p><p>Brig. Gen. Leland Blanchard II, interim commander of the D.C. National Guard, said the planning had been underway for months and included rehearsals.</p><p>Blanchard said the guard members would continue the roles they have served the last 10 months as part of a deployment to the city President Donald Trump says is meant to fight crime. Blanchard highlighted that guard members, including military police officers, would be helping with duties like traffic and crowd control as well as responding to emergencies around the events.</p><p>President Trump, who has already attended several events leading up to July 4, including the kickoff rally last week launching the Great American State Fair, has said on Truth Social that he would hold a rally on the National Mall.</p><p>Speaking at a press conference Monday updating the upcoming security preparations, Cox reiterated that “at this time we are not tracking any credible threats related to the July 4th event, but we always remain vigilant.”</p><p>Recent violence has shaped the threat picture</p><p>The festivities come at a fraught moment, with recent political violence creating a complex threat environment for authorities. One man, Cole Tomas Allen, has been charged with attempting to assassinate the president after he sprinted past security at the White House Correspondents’ Association dinner in April. Allen has pleaded not guilty.</p><p>In the following weeks, two men on two separate occasions opened fired at Secret Service officers, the service said. Each incident happened in the vicinity of the White House.</p><p>More recently, the FBI announced it had thwarted a planned attack targeting Trump’s UFC cage-fighting show at the White House. Several suspects have been arrested in that case.</p><p>Security was already enhanced on the National Mall ahead of the launch of festivities, as Trump claimed without providing evidence that vandals had damaged the Reflecting Pool that he had recently renovated.</p><p>Matt Dallek, a political scientist at George Washington University who studies extremism, said Trump posed a unique security challenge because he is “both an accelerant and a target of political violence.”</p><p>The nation’s bicentennial offers a historical parallel</p><p>Observers draw some parallels to the 1976 bicentennial. The nation was coming off Watergate and Vietnam and 10 months before the celebration there were two assassination attempts against then-President Gerald Ford.</p><p>“There was a lot of sourness in the country in ’76, a lot of cynicism about the direction of the country,” Dallek said. But both Ford and his democratic opponent Jimmy Carter understood the threat political divisions posed and “were looking to bring down the level of vitriol.”</p><p>Angelyn Spaulding Flowers, Professor of Homeland Security & Administration of Justice at the University of the District of Columbia, said the amount of security was unparalleled for the city, citing the ongoing and open-ended National Guard presence that has flooded Washington with additional security patrols for months.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GD3EA6L7NPLYUDMJTYCUCMOOE4.jpg?auth=117e16ab314b08ed90f65a1d8f05aa5e4894d6286f0b431fe51c8c07a5eba2a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[National Guard members stand at the entrance of the Great American State Fair on the National Mall, Saturday June 27, 2026, in Washington. (AP Photo/Jen Golbeck)]]></media:description><media:credit role="author" scheme="urn:ebu">Jen Golbeck</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZRQRBQJPOPOTNSFG7J7XKWE6XE.jpg?auth=353a636e8b56c40634cfa584cd264c51899a0d70f9f18f32a6ef4d79e5de66f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People dance with a U.S. Army robotic dog at the Great American State Fair on the National Mall, Sunday June 28, 2026, in Washington. (AP Photo/Jen Golbeck)]]></media:description><media:credit role="author" scheme="urn:ebu">Jen Golbeck</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4PKAL5ZCETOAE4BOXQK2DADDCQ.jpg?auth=422bc6e4d797bbbb98ec23c5703cc152db6450a21300c4d95d9b648520a6e8df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People attend the Great American State Fair on the National Mall, Saturday June 27, 2026, in Washington. (AP Photo/Jen Golbeck)]]></media:description><media:credit role="author" scheme="urn:ebu">Jen Golbeck</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JJEKOURYWSJU3HARV5ZQCR6RRQ.jpg?auth=202ccee9ff84d7a2c22dabd8b7dc261fec2221cb1343a1945a8c2f4a5d7197f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past members of the National Guard stationed outside the Great American State Fair on the National Mall, Saturday June 27, 2026, in Washington. (AP Photo/Jen Golbeck)]]></media:description><media:credit role="author" scheme="urn:ebu">Jen Golbeck</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NEISOTHQFLBO52QRPDFVPEJ32E.jpg?auth=63a383aeab363d6bb211e1c83f967235d5c1aa007502405fc1297b27909ba942&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Capitol and a mock-up of President Donald Trump's proposed triumphal arch are seen from the ferris wheel at the Great American State Fair on the National Mall, Thursday, June 25, 2026, in Washington. (AP Photo/Jen Golbeck)]]></media:description><media:credit role="author" scheme="urn:ebu">Jen Golbeck</media:credit></media:content></item><item><title><![CDATA[Duo accused of pushing, ramming teen during Tesla Supercharger spat in Aventura]]></title><link>https://www.local10.com/news/local/2026/06/29/duo-accused-of-pushing-ramming-teen-during-tesla-supercharger-spat-in-aventura/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/duo-accused-of-pushing-ramming-teen-during-tesla-supercharger-spat-in-aventura/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Two men attacked a teenager during a parking dispute at a Tesla Supercharger station in Aventura over the weekend, authorities said. One of the men is accused of pushing the 17-year-old boy while the other is accused of purposely backing into him.]]></description><pubDate>Mon, 29 Jun 2026 15:09:17 +0000</pubDate><content:encoded><![CDATA[<p>Two men attacked a teenager during a parking dispute at a Tesla Supercharger station in Aventura over the weekend, authorities said. One of the men is accused of pushing the 17-year-old boy while the other is accused of purposely backing into him.</p><p>It happened just before 2:30 p.m. Sunday at the electric vehicle charging stations at the Aventura Commons shopping center, located at 21265 Biscayne Blvd., according to the city’s police department.</p><p>According to police reports, the boy was “attempting to park his Tesla” when he got into an argument with the two men in another car “over a parking space.”</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3281.3846966843753!2d-80.14437810589287!3d25.97161578988671!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9ad9330be6e3f%3A0x9fa01c99d2bc9e6!2sTesla%20Supercharger!5e1!3m2!1sen!2sus!4v1782744186781!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p>Police said the boy told officers that the passenger of the other vehicle, later identified as Ahmed Mohamed, 34, of Sunny Isles Beach, “intentionally pushed him before grabbing him in an attempt to physically move him away from the parking space.”</p><p>According to the reports, the boy “stated he was able to regain his balance and again stood in front of the parking space in an effort to prevent the other vehicle from taking it,” but “seconds later,” the driver of the other vehicle, later identified as Serguey Artigas, 47, of Miami Beach, “intentionally placed the vehicle in reverse and backed into (him), striking him in the leg.”</p><p>Police said they then proceeded to park. The boy, authorities said, was able to snap a picture of them as they walked to the Whole Foods area of the plaza.</p><p>Officers saw the two men in the shopping plaza and questioned them, according to the reports. The two men denied any wrongdoing, claiming the dispute was only verbal.</p><p>But authorities said that “multiple independent witnesses” corroborated the teen’s account of the incident, including the vehicle ramming.</p><p>Officers arrested both men on child abuse charges, while Artigas faces an additional felony count of aggravated battery with a deadly weapon and Mohammed faces an additional charge of battery.</p><p>Bond for both men was listed as “to be set” in Miami-Dade jail records as of Monday morning.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OTYRTV23A5ETLB5ADEGBANQWJI.png?auth=85b26bfb156fb16d7b28d53e8a5cc17a803845f038dc180693a88ffae8f0ca29&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Serguey Artigas (left), Ahmed Mohammed (right)]]></media:description></media:content></item><item><title><![CDATA[Arrestan al empleado de McDonald’s que atacó a balazos a niña y su padre en Hallandale Beach]]></title><link>https://www.local10.com/news/local/2026/06/29/arrestan-a-empleado-de-mcdonalds-por-disparar-a-nina-y-su-padre-en-hallandale-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/arrestan-a-empleado-de-mcdonalds-por-disparar-a-nina-y-su-padre-en-hallandale-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Dos niños pequeños que también estaban en el vehículo resultaron ilesos; el padre ya fue dado de alta, pero la menor permanece hospitalizada en condición estable.]]></description><pubDate>Mon, 29 Jun 2026 14:04:41 +0000</pubDate><content:encoded><![CDATA[<p>Un empleado de McDonald’s fue arrestado tras el <a href="https://www.local10.com/news/local/2026/06/27/bso-11-year-old-girl-man-shot-outside-hallandale-beach-mcdonalds-suspect-at-large/" rel="">tiroteo ocurrido afuera de un McDonald’s en Hallandale Beach</a> en el que resultaron heridos una niña de 11 años y su padre, informaron las autoridades el lunes por la mañana.</p><p>Según la policía, Ralph N-Kosi Blue III, de 18 años, fue arrestado por dos cargos de agresión agravada con arma y dos cargos de agresión agravada.</p><p>De acuerdo con la policía de Hallandale Beach, el tiroteo ocurrió el sábado por la tarde mientras las víctimas esperaban dentro de su SUV. La madre de la niña había entrado al McDonald’s a recoger un pedido cuando se desató la balacera.</p><p>“La investigación determinó que se trató de un incidente dirigido que se originó fuera de la ciudad de Hallandale Beach y culminó en el estacionamiento de 835 W. Hallandale Beach Blvd., donde el sospechoso, que se presentaba a trabajar en McDonald’s, parece haber sido el único que disparó”, confirmó el Departamento de Policía de Hallandale Beach en un comunicado de prensa. “La niña y su padre, quienes no tenían ninguna relación con la disputa, fueron alcanzados por los disparos y trasladados a un hospital cercano. El padre ya fue dado de alta, y la menor permanece en condición estable.”</p><p>Los detectives también determinaron que otros dos niños, de 2 y 5 años, se encontraban en el vehículo en el momento del tiroteo, pero ninguno resultó herido.</p><p>Aunque la policía confirmó que el incidente que desencadenó el tiroteo ocurrió fuera de la ciudad, los detectives no han revelado el móvil.</p><p>El lunes por la mañana, Blue se encontraba detenido en la cárcel principal del Condado de Broward a la espera de una audiencia para fijar fianza.</p><p>“Este arresto es el resultado del trabajo incansable de nuestros detectives y la sólida colaboración que mantenemos con la Oficina del Sheriff de Broward”, declaró el jefe de policía de Hallandale Beach, Michel Michel. “Una familia fue lastimada por un acto de violencia imprudente que no tenía nada que ver con ellos. El arresto de hoy es un paso significativo, pero nuestra investigación está lejos de concluir. Seguimos comprometidos a identificar a todos los involucrados y a hacerlos plenamente responsables.”</p><p>La investigación continúa activa y la policía confirmó que los detectives siguen “persiguiendo pistas adicionales y trabajando para identificar y capturar a otros individuos involucrados.”</p><p>Quienes tengan información sobre el tiroteo pueden llamar a la División de Detectives del Departamento de Policía de Hallandale Beach al 954-457-1400. Las pistas anónimas pueden enviarse llamando a Broward Crime Stoppers al 954-493-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YY3ZAFNXQBF7DEEWF7WUI6Z4IM.jpg?auth=437d396e5112970cdb51ea25d408601be0c05808ca85e3ec9ac85d75fb8d2bd0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Enmascarado rompe ventana de auto y roba a fotógrafo frente a restaurante]]></title><link>https://www.local10.com/news/local/2026/06/29/enmascarado-rompe-ventana-de-auto-y-roba-a-fotografo-frente-a-restaurante/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/enmascarado-rompe-ventana-de-auto-y-roba-a-fotografo-frente-a-restaurante/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[Un hombre enmascarado aprovechó la madrugada para romper ventanas y robar en el estacionamiento de Boston Johnny’s, en Hollywood, donde entre las víctimas quedó un fotógrafo de noticias que solo fue a cenar.]]></description><pubDate>Mon, 29 Jun 2026 14:09:55 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Hollywood busca a un sospechoso captado en video de vigilancia mientras rompía la ventana de un vehículo en el estacionamiento trasero de un popular restaurante del vecindario, en las primeras horas del lunes.</p><p>El robo ocurrió alrededor de las 12:45 a.m. en el estacionamiento trasero de Boston Johnny’s, ubicado en 2120 N. Dixie Highway. Las cámaras de seguridad grabaron a un individuo enmascarado que recorría el área antes de atacar un vehículo estacionado.</p><p>El video muestra al sospechoso acercándose a un auto, mirando a su alrededor y fingiendo alejarse cuando otro vehículo pasa por el lugar. Momentos después, la persona regresa, jala las manijas de las puertas y rompe la ventana del vehículo para entrar.</p><p>Entre las víctimas se encuentra el fotógrafo de Local 10, Avi Robledo, cuyo vehículo estaba estacionado en el lugar mientras él se encontraba dentro del restaurante por menos de una hora.</p><p>“Al principio creímos que era granizo porque vimos el vidrio sobre el techo y todavía no habíamos notado la ventana del pasajero rota”, dijo Robledo.</p><p>Su mochila fue robada durante el incidente.</p><p>El dueño del restaurante, Jason, afirmó que es la primera vez que el negocio enfrenta un robo de vehículo en su estacionamiento.</p><p>“Sí, es preocupante. Este es nuestro vecindario, así que queremos ser buenos vecinos. Y queremos que ellos también lo sean con nosotros”, expresó.</p><p>La policía también investigó un segundo vehículo dañado al otro lado de la calle, donde recolectó evidencia en busca de pistas.</p><p>Aunque el sistema de vigilancia de Boston Johnny’s captó las acciones del sospechoso, el dueño del negocio reconoció que identificarlo podría ser difícil.</p><p>“Por suerte tengo buenas cámaras. Pero de poco sirve —ya saben, capucha, ropa negra, ropa oscura, máscara”, dijo.</p><p>La policía de Hollywood continúa la investigación y trabaja para identificar al sospechoso que aparece en las imágenes.</p><p>Quienes tengan información pueden comunicarse con la policía de Hollywood o con Broward Crime Stoppers al 954-493-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Sistema frente a las Carolinas tiene solo 10% de probabilidad de desarrollo]]></title><link>https://www.local10.com/news/local/2026/06/29/sistema-frente-a-las-carolinas-tiene-solo-10-de-probabilidad-de-desarrollo/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/sistema-frente-a-las-carolinas-tiene-solo-10-de-probabilidad-de-desarrollo/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Las aguas cálidas récord al este de Florida mantienen la zona bajo vigilancia, aunque los modelos apuntan a que el sistema se disipará sin mayor impacto.]]></description><pubDate>Mon, 29 Jun 2026 14:38:30 +0000</pubDate><content:encoded><![CDATA[<p>Durante el fin de semana, el Centro Nacional de Huracanes incorporó a su pronóstico tropical el sistema frente a la costa sureste de Estados Unidos, del que comenzamos a hablar en este boletín el jueves pasado.</p><p>Como detallamos la semana pasada, el sistema está asociado con los remanentes de una gran agrupación de tormentas eléctricas que se desplazó hacia el sureste a través de las Carolinas y ahora se mezcla con un frente estacionario sobre las aguas frente al sureste del país.</p><p>Según los modelos, las probabilidades de desarrollo son bajas y han seguido disminuyendo en las últimas 24 horas. Para el lunes por la mañana, el NHC mantenía una probabilidad de desarrollo del 10% para esta semana, ligeramente por debajo del 20% del domingo.</p><h4>Condiciones marginales por delante</h4><p>Aunque los frentes estacionarios como este pueden ser un detonante común para el desarrollo temprano de la temporada —especialmente al norte de los trópicos profundos, en lo que llamamos los subtrópicos— la barra es típicamente más alta para generar un desarrollo significativo en comparación con las perturbaciones tropicales tradicionales que avanzan hacia el oeste desde África.</p><figure><img src="https://www.local10.com/resizer/v2/KWBIUTPPKRD2LHR4JJUWCIW7DI.png?auth=eb78f54a35126f58137e0e1878308c5b76a2448c6981de72c4da254b324ae3e0&smart=true&width=1200&height=900" alt="Cumulative tropical development odds through Saturday, July 4th, from Google DeepMind’s 1,000-member machine learning-based ensemble system. Development odds have trended downward since the weekend, and the modeling system shows only a 4 percent chance of development Wednesday through Friday off the Carolina coast. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Cumulative tropical development odds through Saturday, July 4th, from Google DeepMind’s 1,000-member machine learning-based ensemble system. Development odds have trended downward since the weekend, and the modeling system shows only a 4 percent chance of development Wednesday through Friday off the Carolina coast. Credit: Deelan Jariwala.</figcaption></figure><p>Los frentes son una fuente natural de cizalladura del viento, lo cual es perjudicial para los posibles sistemas tropicales. Por eso, lo primero que tendría que ocurrir para favorecer el desarrollo es disipar esa cizalladura, un proceso gradual que generalmente resulta de rondas repetidas de fuertes tormentas. Esto ocurre con mayor frecuencia donde las temperaturas del agua son más cálidas.</p><p>Como mencionamos la semana pasada, esto es en parte por lo que seguimos vigilando la zona a pesar de las bajas probabilidades: las aguas al este de Florida están cerca de temperaturas récord para esta época del año, y la Corriente del Golfo —la profunda franja de aguas cálidas que corre a lo largo de las costas del sureste del país— suele servir de fuente de energía para este tipo de sistemas de baja presión inicialmente no tropicales.</p><p>En general, sin embargo, cuanto más al norte y lejos de la costa de Florida, más frías son las aguas. Esa ha sido la tendencia en los últimos días, lo que en parte explica la caída adicional en las probabilidades de desarrollo. Además, el sistema de tormentas que se desplazó sobre tierra y salió por la costa de las Carolinas durante la noche no fue tan intenso como podría haber sido, por lo que su punto de partida es más débil.</p><p>Las probabilidades de desarrollo del sistema de conjunto basado en aprendizaje automático de 1,000 miembros de Google DeepMind cayeron por debajo del 5% en su última corrida.</p><h4>Un lento giro de regreso hacia las Carolinas</h4><p>El sistema quedará atrapado bajo una poderosa cresta de alta presión centrada sobre el valle de Ohio, la misma cúpula de calor que provocará temperaturas peligrosas en gran parte del centro y este del país esta semana.</p><p>La cúpula de calor al norte dirigirá el sistema de baja presión hacia el oeste o el noroeste, de regreso hacia la costa del sureste de Georgia o las Carolinas entre el viernes y el sábado.</p><p>Es poco probable que, dadas las condiciones marginales, veamos algo significativo. Si el sistema logra superar las probabilidades, lo más probable es que se mantenga como una depresión tropical o, en el mejor de los casos, una tormenta tropical de baja intensidad, con la ventana principal de desarrollo entre este miércoles 1 de julio y el viernes 3 de julio.</p><p>No está claro si el sistema alcanzará la costa o se mantendrá cerca de ella durante el fin de semana, pero con tanta masa de aire seco y en descenso sobre el este del país, no representará una amenaza de inundaciones independientemente de si se desarrolla o no, a diferencia de lo que ocurrió con Arthur y sus remanentes en la Costa del Golfo hace unas semanas.</p><p>Por lo demás, el Atlántico tropical se mantiene en calma para las primeras semanas de julio.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PSTUMKUDIVBO3CI5DN23LWBJLM.PNG?auth=a36c8037b471c678fe99b3f347ce48919a468882f7418b4f7c4f675265dc7940&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Fugitivo ruso capturado en Chicago comparece ante tribunal por atropellar a policía en Hollywood]]></title><link>https://www.local10.com/news/local/2026/06/29/fugitivo-ruso-capturado-en-chicago-comparece-ante-tribunal-por-atropellar-a-policia-en-hollywood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/29/fugitivo-ruso-capturado-en-chicago-comparece-ante-tribunal-por-atropellar-a-policia-en-hollywood/</guid><description><![CDATA[Semanas después de escapar en un Lyft, los Alguaciles Federales lo atraparon en Chicago; ahora enfrenta múltiples cargos en Broward.]]></description><pubDate>Mon, 29 Jun 2026 14:53:26 +0000</pubDate><content:encoded><![CDATA[<p>Mientras un oficial de policía continúa recuperándose tras un accidente de fuga en Hollywood, el joven de 20 años acusado de causarle ese sufrimiento se encontraba el lunes en la cárcel principal del Condado de Broward, en Fort Lauderdale.</p><p>Los oficiales de correccionales del Departamento de Detención de la Oficina del Sheriff de Broward registraron a Artiom Echiusciu el domingo en Fort Lauderdale, y compareció ante el tribunal de fianzas del condado el lunes por la mañana.</p><p>“Echiusciu residía ilegalmente en los Estados Unidos, proveniente de Rusia”, indicó Deanna Bettineschi, portavoz del Departamento de Policía de Hollywood, en un comunicado.</p><p>Según Bettineschi, a la 1:25 a.m. del 20 de mayo, Echiusciu conducía un BMW a más de 100 millas por hora cuando cruzó la mediana central en Hollywood Boulevard y North Ocean Drive e impactó el patrullero del oficial.</p><p>“El impacto del choque envió al oficial al hospital con heridas graves, aunque sin riesgo de vida”, escribió Bettineschi.</p><p>Tras el accidente, Echiusciu salió del BMW, huyó a pie, tomó un Lyft y escapó a Chicago, donde el Grupo de Trabajo Regional de Fugitivos de los Grandes Lagos del Servicio de Alguaciles de los Estados Unidos lo arrestó el 10 de junio.</p><p>“El oficial continúa recuperándose y agradecemos el apoyo que hemos recibido de nuestra comunidad”, expresó Bettineschi.</p><p>Echiusciu enfrenta cargos de fuga de un accidente con lesiones corporales graves, conducir con licencia suspendida, fuga de un accidente con daños materiales y no registrar un vehículo.</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/ISMNCXVPVNHURECDX2YGQWJR6I.jpg?auth=02a3700260377ca4ee48ae78c9b264206c29dabcc852067c0f384266b19618d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Correctional officers booked Artiom Echiusciu on Sunday in Fort Lauderdale and he appeared in court on Monday morning.]]></media:description></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, former 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><p><i>*Correction: An earlier version of this story stated that Scott Singer is the current mayor of Boca Raton. Singer is the former mayor of Boca Raton, completing his term in March.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TKHR7TU5WVCMZHCPJ66XG23GSU.jpg?auth=74e0359fc5441c9de723b6dab8775774c71a1a5f815b32df83b4731f50653fa5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Former NBA players Malik Beasley, Ed Davis are latest to be charged in gambling scandal]]></title><link>https://www.local10.com/sports/2026/06/29/former-nba-players-malik-beasley-ed-davis-are-latest-to-be-charged-in-gambling-scandal/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/former-nba-players-malik-beasley-ed-davis-are-latest-to-be-charged-in-gambling-scandal/</guid><dc:creator><![CDATA[By ED WHITE, Associated Press]]></dc:creator><description><![CDATA[Former NBA player Malik Beasley has been indicted in the government’s sprawling investigation of illicit gambling on basketball games, accused of tailoring his 2024 performance with the Milwaukee Bucks to reward bettors and chip away at his own financial problems, authorities said Monday.]]></description><pubDate>Mon, 29 Jun 2026 21:26:31 +0000</pubDate><content:encoded><![CDATA[<p>Former NBA player Malik Beasley has been indicted in the government’s sprawling investigation of illicit gambling on basketball games, accused of tailoring his 2024 performance with the Milwaukee Bucks to reward bettors and chip away at his own financial problems, authorities said Monday.</p><p>Beasley has been out of the NBA since playing with the Detroit Pistons in 2024-25. Another former NBA player, Ed Davis, was also charged in the indictment unsealed in Brooklyn federal court against six people.</p><p>U.S. Attorney Joseph Nocella Jr. said they “turned professional basketball into a criminal betting operation.”</p><p>The schemes, he added, “erode the integrity of American sports and victimize the sports-watching public.”</p><p>Nocella said hundreds of thousands of dollars were wagered through popular gambling sites. The indictment says Beasley had financial woes, including millions of dollars in gambling losses, and had relied on Davis, a former teammate, for help.</p><p>“Malik maintains his presumption of innocence throughout this two-year investigation,” Beasley’s attorney, Steve Haney, said. “We ask that people reserve judgment until all the facts are known.”</p><p>Feds say Beasley tipped others about his play</p><p>In return for fixing his performance, Beasley got paid by his money-winning co-conspirators and his debts to Davis were reduced or eliminated, the indictment alleges.</p><p>In one example, according to the court filing, Beasley informed Davis that he would try to outperform the 3.5 prop line bet for rebounds in Milwaukee's game against the Los Angeles Clippers on March 10, 2024.</p><p>With a second left, and the Bucks ahead by seven points, any shot by the Clippers would not have affected the outcome. But Beasley challenged the shot and then dashed past four players to grab the rebound as the horn sounded.</p><p>Beasley finished with four rebounds that night — an overperformance and a winning prop bet, the indictment states.</p><p>“What's funny is after he got it he had a big sigh of relief,” a co-conspirator said in a text message, according to the indictment.</p><p>In other games, Beasley told Davis that he would underperform certain statistics, the government alleges.</p><p>The NBA said it would continue to cooperate with authorities.</p><p>“We take these allegations with the utmost seriousness, and the integrity of our game remains our top priority,” spokesperson Mike Bass said.</p><p>Investigation has kept Beasley on sidelines</p><p>Beasley last played in the NBA for the Pistons in 2025, averaging 16 points per game. He is one of five players in NBA history with more than 300 3-pointers in a season, but he did not play in the league last season because of the investigation.</p><p>Beasley's financial problems have been widely reported, including disputes with a Detroit landlord, a Milwaukee barber and a Minnesota dentist. In 2025, when the Pistons were in New York for a playoff game, he was served with a lawsuit from a local sports marketing agency, which subsequently got a $1 million default judgment against Beasley.</p><p>Davis' attorney did not immediately respond to messages seeking comment. He was an NBA journeyman who was primarily a backup in a 12-year career that got him roughly $48 million in gross salary. Davis and Beasley were teammates in Minnesota in 2020-21.</p><p>Paolo Zamorano, a sports agent who formerly represented Davis, was also charged with placing bets based on Beasley's information. Defense attorney Ken Breen said Zamorano denies wrongdoing and “looks forward to his day in court.”</p><p>Other NBA figures arrested in 2025</p><p>Authorities last fall announced a gambling sweep that led to the arrests of more than 30 people, including reputed mobsters and well-known basketball figures such as Chauncey Billups, a member of the Basketball Hall of Fame and coach of the Portland Trail Blazers at the time.</p><p>Billups is accused of conspiring to fix high-stakes card games tied to La Cosa Nostra organized crime families that cheated unsuspecting gamblers out of at least $7 million. He has pleaded not guilty.</p><p>In April, former NBA player Damon Jones, 49, became the first person to plead guilty. He was accused of defrauding major sportsbooks, including DraftKings and FanDuel, and filching millions of dollars from unwitting poker players.</p><p>Jones was charged with selling or attempting to sell insider information to bettors based on his relationships in the NBA.</p><p>Terry Rozier is accused of conspiring with friends to help them win bets on his performance during a 2023 game when he played for the Charlotte Hornets. He, too, has pleaded not guilty. He was on the Miami Heat when he was charged in 2025.</p><p>In 2024, former Toronto Raptors player Jontay Porter pleaded guilty in a separate gambling case. Porter, who had gambling debts, said he took himself out of games early so co-conspirators could win bets on his performance.</p><p>___</p><p>Associated Press writers Tim Reynolds in Miami and Michael R. Sisak in New York contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/INJI4C2KHT6RZUSGPONKGKIU7Y.jpg?auth=14fcdae8737fea6208dd2a70b50d3aff3dfc27c315ddcc97a9765840c962f5ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Milwaukee Bucks' Malik Beasley dribbles during the first half of Game 4 of the first round NBA playoff basketball series against the Indiana Pacers, April 28, 2024, in Indianapolis. (AP Photo/Michael Conroy, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WFLSW26U4MFOBTUQ6JS46R2QKU.jpg?auth=1b6948a4827fe2dc867ef89d1cde061504f709b91f421c4c56a2c00186745506&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Minnesota Timberwolves center Ed Davis plays against the Denver Nuggets during an NBA basketball game, Jan. 3, 2021, in Minneapolis. (AP Photo/Andy Clayton-King, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Clayton-King</media:credit></media:content></item><item><title><![CDATA[WhatsApp will allow users to go by usernames instead of phone numbers, closing a privacy blind spot]]></title><link>https://www.local10.com/tech/2026/06/29/whatsapp-will-allow-users-to-go-by-usernames-instead-of-phone-numbers-closing-a-privacy-blind-spot/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/29/whatsapp-will-allow-users-to-go-by-usernames-instead-of-phone-numbers-closing-a-privacy-blind-spot/</guid><dc:creator><![CDATA[By KELVIN CHAN, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — WhatsApp users will soon get the option of going by usernames instead of phone numbers, the company said Monday, announcing plans to address a privacy blind spot.]]></description><pubDate>Mon, 29 Jun 2026 16:00:06 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — WhatsApp users will soon get the option of going by usernames instead of phone numbers, the company said Monday, announcing plans to address a privacy blind spot.</p><p>The app said it has started allowing users to reserve unique usernames, which can be used to contact WhatsApp users when the feature is launched later this year.</p><p>WhatsApp, which says it has more than 3 billion users globally, has until now allowed users to be contacted by anyone who has their phone number.</p><p>The app, owned by Meta Platforms, said in a blog post that over the “coming months” users will get the option to be found and contacted only by their username, and not their number. It wasn't more specific about the timeline.</p><p>“We have designed this as a core privacy feature,” Alice Newton-Rex, WhatsApp's vice president of product, told reporters.</p><p>There won't be a directory of usernames on the app, and the app won't suggest names as you type.</p><p>“People will need to know your exact username to contact you for the first time,” she said.</p><p>WhatsApp's current privacy settings are limited to blocking individual users and silencing unknown callers. The app also allows users to add a profile name, but that's only displayed in chat groups for other people who don't have the user's contact info saved.</p><p>While Americans still prefer text messaging to WhatsApp, the app is widely used in Europe, Asia and much of the rest of the world.</p><p>Catchy online handles are highly coveted and users will likely scramble to claim a desirable one.</p><p>“I think a lot of people will go and get usernames and that’s why we decided to open reservations early,” Newton-Rex said.</p><p>Companies, organizations and creators with existing accounts on Meta's social media platforms, Instagram and Facebook, will get the chance to claim their usernames on WhatsApp.</p><p>Usernames need to be between three and 35 characters. To prevent impersonation, WhatsApp will hold back usernames for high-profile people or groups such as celebrities, public figures and government entities.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4J6RMSNKIDNMCEANYTSDMRRQ4A.jpg?auth=82e0773233eadfec4acb00fba7cbc6f581182649f8de6a73f9f86e85873d29a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A WhatsApp icon is displayed on an iPhone, Nov. 15, 2018, in Gelsenkirchen, Germany. (AP Photo/Martin Meissner, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[Supreme Court says Fed’s Cook can keep her job for now, but it upholds other Trump firings]]></title><link>https://www.local10.com/business/2026/06/29/supreme-court-says-feds-cook-can-keep-her-job-for-now-but-it-upholds-other-trump-firings/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/29/supreme-court-says-feds-cook-can-keep-her-job-for-now-but-it-upholds-other-trump-firings/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court on Monday dramatically expanded presidential power, upholding President Donald Trump’s firings of the heads of independent federal agencies with one important exception: the Federal Reserve.]]></description><pubDate>Mon, 29 Jun 2026 18:23:01 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Monday dramatically expanded presidential power, upholding President Donald Trump’s firings of the heads of independent federal agencies with one important exception: the Federal Reserve.</p><p>The justices allowed Fed governor Lisa Cook to stay in her job while she fights the Republican president’s effort to fire her over allegations of mortgage fraud, which she has denied.</p><p>But other than at the nation’s central bank, with its role of setting interest rates, the court held that presidents have free rein to fire agency heads at will, despite federal laws that require a cause for such dismissals and a 91-year-old decision that had limited executive authority.</p><p>With the six conservative justices in the majority, the nine-member court jettisoned its unanimous decision in Humphrey’s Executor that had limited when presidents can fire agencies’ board members — in part to try to ensure decision-making free of political influence.</p><p>“We hold that such protection from removal is contrary to the separation of powers enshrined in the Constitution,” Chief Justice John Roberts wrote for the court.</p><p>Support for Trump’s position</p><p>The justices ruled in the case of former Federal Trade Commission member Rebecca Slaughter, whom Trump fired without cause despite a provision of federal law that requires a reason. The logic of the decision extends to other agencies, including the National Labor Relations Board, the Merit Systems Protection Board and the Consumer Product Safety Commission, where Trump also has fired board members.</p><p>Trump voiced his approval in a Truth Social post. “It is such an Honor to be the sitting President who won this Historic and Unprecedented Ruling, one of the most important ever given with respect to Presidential Powers,” he wrote.</p><p>The court already had signaled its support for the Trump administration’s position, over the liberals’ objection, by allowing Slaughter and the board members of other agencies to be removed from their jobs even as their legal challenges continued.</p><p>No president before Trump had sought to wrest control of the agencies that regulate wide swaths of American life, including nuclear energy, product safety and labor relations. But at arguments in Slaughter's case in December, the six conservatives, including three appointed by Trump, seemed more concerned about issuing a ruling that would endure than handing too much power to Trump.</p><p>Their rhetoric was reminiscent of the presidential immunity case in 2024 that allowed Trump to avoid prosecution for his efforts to undo his 2020 presidential election loss to Democrat Joe Biden. The court is writing a decision “for the ages,” Justice Neil Gorsuch said then.</p><p>Justice Sonia Sotomayor, in a dissent she summarized aloud in the courtroom, said the ruling could lead to “submission, instability, and even oppression.”</p><p>“The president, to be sure, emerges with more power than ever before. That power was given to him by six justices on this court, not the people or the Constitution,” Sotomayor said.</p><p>Fed governor Cook's case</p><p>In Cook’s case, the court voted 5-4 to reject the Trump administration’s effort to get Cook out of her job now. Roberts, Justice Brett Kavanaugh and the three liberal justices were in the majority.</p><p>Allowing Cook to be ousted now, Roberts wrote, “would allow the President to remove a member of the Federal Reserve at any time, for any reason, without any notice before, and without any judicial check after. That would turn for-cause protection into little more than at-will employment.”</p><p>Roberts did include a footnote in his opinion noting that nothing forbids Trump from “trying again” to fire her, provided she is given proper notice and a chance to contest it.</p><p>Trump suggested he would take Roberts up on the offer, saying on Truth Social that “we will take appropriate action immediately to make sure that someone who has committed wrongdoing will not be making vital decisions concerning the Welfare of the United States of America!”</p><p>Cook, who was nominated to the Fed’s Board of Governors by Biden, can continue in her post at least as long as her lawsuit challenging her firing goes on, the court said. The Trump administration is appealing a lower-court ruling in her favor.</p><p>Besides trying to fire Cook, Trump had threatened to fire former Federal Reserve chairman Jerome Powell if he didn’t leave the board when his term as chairman ended in mid-May. Powell has remained as a governor, even as Kevin Warsh has replaced him as chairman.</p><p>Judges on lower courts have allowed Cook to remain in her post as one of seven central bank governors.</p><p>The true motivation for trying to fire Cook, Trump’s critics say, is the Republican president’s desire to exert control over U.S. interest rate policy. If Trump succeeds in removing Cook, the first Black woman to be a Federal Reserve governor, he could replace her with his own appointee and gain a majority on the Fed’s board. The case is being closely watched by Wall Street investors and could have broad impacts on the financial markets and the U.S. economy.</p><p>Cook said her case was “never about mortgage documents signed years before I became a Federal Reserve governor.”</p><p>"It was an attempt to remove me on a manufactured pretext because I refused to bow to political pressure and continued to set interest rates based only on what would best serve the American people. That is the most fundamental obligation of a Federal Reserve governor,” Cook said in a statement.</p><p>Trump's confrontation with the Fed</p><p>Trump has been dismissive of worries that cutting rates too quickly could trigger higher inflation. He wants dramatic reductions so the government can borrow more cheaply and Americans can pay lower borrowing costs for new homes, cars or other large purchases, as worries about high costs have soured some voters on his economic management.</p><p>The Fed has left its key rate unchanged this year, but a growing chorus of policymakers is expressing concern about persistently high inflation and suggesting the central bank could raise its benchmark rate by the end of this year or leave it unchanged.</p><p>While Cook’s case was under review at the high court, Trump dramatically escalated his confrontation with the Fed. The Justice Department opened a criminal investigation of Powell and served the central bank with subpoenas.</p><p>The investigation ended in late April, the department said. The announcement cleared a major roadblock to the confirmation of Warsh as Powell’s successor.</p><p>The case against Cook stems from allegations she claimed two properties, in Michigan and Georgia, as “primary residences” in June and July 2021, before she joined the Fed board. Such claims can lead to a lower mortgage rate and smaller down payment than if one of them was declared as a rental property or second home.</p><p>Those applications, Solicitor General D. John Sauer said in January, are evidence of “gross negligence at best” and give Trump reason to fire her. In any event, he argued, courts shouldn’t be reviewing his decision and Cook has no right to a hearing.</p><p>Cook has denied any wrongdoing and has not been charged with a crime.</p><p>___</p><p>Follow the AP's coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PVX3X2S2GC2Q4PLE333PJ7FAAY.jpg?auth=96ead3e30a1897ba844d54ef66fed1bb20fd0e2d264b09cb8c9524dc0dc58e69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Federal Reserve Board of Governors member Lisa Cook leaves the Supreme Court in Washington, Jan. 21, 2026. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2KFDVKMSP2GIXAQYFQ7ECM6EHQ.jpg?auth=0af1c079629aa3c70a7014475d8c7f7f321330afa5fe0e314ebb470050cff5b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors sit on the steps of the U.S. Supreme Court, Monday, June 8, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Former NFL RB Chris Johnson, known as CJ2K for his 2,000 yards for Titans in '09, reveals he has ALS]]></title><link>https://www.local10.com/sports/2026/06/29/former-nfl-rb-chris-johnson-known-as-cj2k-for-his-2000-yards-for-titans-in-09-reveals-he-has-als/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/former-nfl-rb-chris-johnson-known-as-cj2k-for-his-2000-yards-for-titans-in-09-reveals-he-has-als/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Chris Johnson, one of nine players in NFL history to rush for more than 2,000 yards in a season who made the Pro Bowl in each of his first three years with the Tennessee Titans, revealed in a television interview aired Monday that he has ALS.]]></description><pubDate>Mon, 29 Jun 2026 16:03:21 +0000</pubDate><content:encoded><![CDATA[<p>Chris Johnson, one of nine players in NFL history to rush for more than 2,000 yards in a season who made the Pro Bowl in each of his first three years with the Tennessee Titans, revealed in a television interview aired Monday that he has ALS.</p><p>Johnson, 40, spent 10 seasons in the league and last played in 2017 for the Arizona Cardinals. He said on ABC's “ Good Morning America ” that he was diagnosed with the fatal nervous system disease last year.</p><p>“Honestly, I don’t know if you really fully process it,” he said, using his eyes to communicate through a computerized speech-generating device during the interview with Michael Strahan. “At first you’re in shock. Then you realize you have two choices: You can give up or you can fight. I chose to fight.”</p><p>Johnson, a first-round draft pick out of East Carolina in 2008, rushed for 7,965 yards over six seasons with the Titans. The native of Orlando, Florida, had 2,006 yards in 2009 to earn the nickname “CJ2K” and ingratiate himself with the Tennessee fan base.</p><p>Titans owner Amy Adams Strunk, in a statement released Monday, said the organization is holding Johnson, his wife and four children close.</p><p>“Some people leave a mark on an organization that you just can’t put into words. Chris Johnson is one of those people for us. His leadership on the field, in addition to his impact in the locker room and Nashville community have written him permanently into the story of this franchise," Adams Strunk said. “Learning this news is extremely difficult, and we will support Chris every step of the way throughout his journey."</p><p>ALS, which is an acronym for amyotrophic lateral sclerosis and is commonly known as Lou Gehrig’s disease, is a neurodegenerative condition that affects nerve cell communication with muscles throughout the body. The disease leads to muscle weakness and can cause deterioration of the ability to move, speak and breathe.</p><p>Tim Shaw, who had a six-year career as a linebacker in the NFL and was a teammate of Johnson's with the Titans from 2010-12, was diagnosed in 2014 at age 30 with ALS and is still alive.</p><p>Johnson, who also played one season for the New York Jets, first noticed weakness in his right hand and trouble with his grip. He was still working out daily a year ago. Now he can't hold a cup or speak on his own.</p><p>“Your mind stays sharp. People sometimes look at a person with a physical disability and assume you’re not still the same person inside,” Johnson said. “I still think the same. I still dream. I still love my family. My body just doesn’t cooperate.”</p><p>Johnson was joined for the interview by his wife, Brittany, who has become his primary caregiver.</p><p>“She hasn’t left my side through any of this. My kids are also a huge part of why I keep going,” Johnson said. “Every day I wake up wanting more time with them to make more memories and just be their dad. They give me a reason to keep fighting.”</p><p>Johnson has been participating in experimental treatments with the goal of extending his life and helping the medical field move closer to a cure for the disease.</p><p>“If it helps even one person get diagnosed sooner, inspires more research or gives another family hope,” he said, “then it's worth it.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LCADYTN7J7FN4ZLSWI6S2LQENA.jpg?auth=ce1d19b9a36fdc085264eb87663a80ee8cbc06b9adfa5ae473715ea869daa8b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Tennessee Titans running back Chris Johnson visits the field during the second half of an NFL football game against the New York Jets, Sept. 15, 2024, in Nashville, Tenn. (AP Photo/George Walker IV, file)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[Supreme Court rules states can count late-arriving mailed ballots, rejecting Trump-led challenge]]></title><link>https://www.local10.com/news/politics/2026/06/29/supreme-court-rules-states-can-count-late-arriving-mailed-ballots-rejecting-trump-led-challenge/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/29/supreme-court-rules-states-can-count-late-arriving-mailed-ballots-rejecting-trump-led-challenge/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court on Monday ruled that states can count ballots that arrive after Election Day, a persistent target of President Donald Trump.]]></description><pubDate>Mon, 29 Jun 2026 17:46:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Monday ruled that states can count ballots that arrive after Election Day, a persistent target of President Donald Trump.</p><p>The 5-4 decision rejected a Republican-led attack on laws in more than half the states and the District of Columbia that permit mailed ballots to arrive and be counted some number of days after the election, provided they are postmarked by Election Day. The outcome spares officials the headache of changing their ballot rules just a few months before the 2026 midterm congressional elections.</p><p>In just over half those states, the more forgiving deadlines apply only to ballots cast by military and overseas voters.</p><p>Justice Amy Coney Barrett wrote the court's majority opinion, joined by Chief Justice John Roberts and the three liberal justices.</p><p>Federal laws setting a single Election Day “leave open when those votes must be received,” Barrett wrote.</p><p>Congress could change the law, she said. “If varied deadlines for ballot receipt similarly call for a national solution, the American people must choose it through their elected representatives,” Barrett wrote.</p><p>Justice Samuel Alito wrote the dissent for four justices. “Not only is today’s decision inconsistent with statutory text, legal context, historical practice, and precedent; it also threatens to produce lamentable consequences," Alito wrote. “The majority’s holding spawns a slurry of troubling election-law questions and risks further undermining Americans’ confidence in election integrity.”</p><p>The legal challenge was part of Trump’s broader attack on most mail balloting, which he has said breeds fraud despite strong evidence to the contrary and years of experience in numerous states. Trump has repeatedly claimed that his loss to Joe Biden in 2020 resulted from fraud even though more than 60 court decisions and his own attorney general said that argument had no merit.</p><p>Trump called the court ruling a “tremendous loss” and renewed his call for Congress to pass the SAVE America Act, which has made it through the House of Representatives but not the Senate.</p><p>“There is only one reason to oppose — CHEATING!” Trump wrote on Truth Social.</p><p>Among other changes, the legislation would limit who is able to receive a mail ballot and impose a documentary proof-of-citizenship requirement for registering to vote.</p><p>“If we want fair and secure elections, Election Day should mean exactly what it says, which is why this decision makes it even more imperative that Congress pass the SAVE America Act,” RNC Chairman Joe Gruters said in a statement.</p><p>The court heard arguments in March in a case from Mississippi pitting the state against Trump’s Republican administration and the Republican and Libertarian parties. At issue was whether federal law sets a single Election Day that requires ballots to be both cast by voters and received by state officials.</p><p>The federal appeals court in New Orleans struck down a Mississippi law allowing ballots to be counted if they arrive within five business days of the election and are postmarked by Election Day.</p><p>The outcome is a “sigh of relief” for a lot of election administrators, said Stephen Richer, a Republican and the former top election administrator in Arizona’s Maricopa County, which includes Phoenix.</p><p>A ruling in favor of the Republican National Committee "would have created a whole host of administrative challenges for the affected states,” said Richer, who is now a legal fellow at the Cato Institute.</p><p>RNC officials did not immediately respond Monday to email and telephone requests for comment.</p><p>___</p><p>Follow the AP’s coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2N3CFXY23R3PDOUY5G6X5OOWJU.jpg?auth=6a9196391a1e7e7c3eca8c3df2665997845fef57d0dd4653df26030205c8edbf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Department of Elections workers sort mail-in ballots for the California primary election at City Hall on Tuesday, June 2, 2026, in San Francisco. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OSONCWH64PG5UFHAOLNVW7GKHU.jpg?auth=603acb9a7ab17196828c46afb1fd3cfb6da96df98c68d0e7e7cc706d35eeef3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Supreme Court is seen Tuesday, June 2, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Gotham signs Australian striker Sam Kerr through the 2030 season]]></title><link>https://www.local10.com/sports/2026/06/29/gotham-signs-australian-striker-sam-kerr-through-the-2030-season/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/gotham-signs-australian-striker-sam-kerr-through-the-2030-season/</guid><dc:creator><![CDATA[By ANNE M. PETERSON, Associated Press]]></dc:creator><description><![CDATA[Australian striker Sam Kerr is joining Gotham FC in the National Women's Soccer league after spending the past six-plus seasons with Chelsea.]]></description><pubDate>Mon, 29 Jun 2026 16:09:30 +0000</pubDate><content:encoded><![CDATA[<p>Australian striker Sam Kerr is joining Gotham FC in the National Women's Soccer league after spending the past six-plus seasons with Chelsea.</p><p>Gotham announced signing Kerr on Monday to a deal that will keep her with the team through 2030. The move marks a return to the NWSL for Kerr, who previously played for Sky Blue — which later became Gotham — from 2015-17.</p><p>She also played for the Chicago Red Stars before moving to Chelsea in November 2019. Kerr remains the NWSL's top regular-season scorer with 77 career goals and led the league in scoring for three straight seasons from 2017-19. She won league MVP awards in 2017 and 2019.</p><p>Kerr, 32, also is the all-time leading scorer for the Australia, among men or women, with 75 international goals, surpassing men's leader Tim Cahill with 51. She led the Matildas to the semifinals of the 2023 Women's World Cup, hosted by Australia and New Zealand.</p><p>“I’m incredibly excited to return to Gotham FC and to this city,” Kerr said in a statement released by the team. “This club was an important part of my journey, and to come back at this moment, with everything Gotham has built, is really special. The ambition here is clear, and I’m looking forward to helping this team compete for trophies and create more history.”</p><p>Known for her backflip goal celebrations, Kerr is widely considered one of the best strikers in the world. She's the only player to have won a Golden Boot in three different leagues.</p><p>“Sam is one of the defining players of her generation and a game-changing talent who has consistently delivered at the highest levels of world football,” said Yael Averbuch West, president of soccer operations for Gotham FC. “Her winning mentality, relentless competitiveness and ability to decide matches in an instant make her one of the most impactful players in the game. Bringing Sam back to Gotham is a landmark moment for our club, and we couldn’t be more excited.”</p><p>Gotham won the league title last year and in 2023. The team’s loaded roster already includes such players as Esther González, who won the 2023 World Cup with Spain, German goalkeeper Ann-Katrin Berger, U.S. midfielder Rose Lavelle and England defender Jess Carter.</p><p>Kerr finished with 17 goals last season for Chelsea. She scored 65 goals in the Women’s Super League and won the league’s Golden Boot twice. She scored 116 goals in all competitions, tying Chelsea’s all-time leading scorer Fran Kirby. Chelsea won five WSL titles, three FA Cups and three League Cups during Kerr’s tenure with the club.</p><p>She also played professionally in the W League in Australia.</p><p>Kerr is married to American Kristie Mewis, who also played in the NWSL and the English WSL, as well as for the U.S. national team. The couple have a son, Jagger Mewis-Kerr, who was born in May 2025.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4PGSKZU6HUC3OXMH7OJ7CRDJO4.jpg?auth=605e695b991e86232cff1b4d0e35d8a242bbb3d971f606d8238ba7abf09aead7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Australia's Sam Kerr during the Women's Asian Cup semifinal soccer match between China and Australia in Perth, Australia, Tuesday, March 17, 2026. (AP Photo/Gary Day)]]></media:description><media:credit role="author" scheme="urn:ebu">Gary Day</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O54PWKWUA2OCJ3NPKHWGOJCQNA.jpg?auth=246d6e3054d2acc4fcbc2be573a37f4496414e6492e7029cc7139a1f222f320a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's goalkeeper Esthefanny Torres, left, blocks a shot from Australia's Sam Kerr during their women's soccer friendly international in Sydney, Tuesday, June 9, 2026. (AP Photo/Rick Rycroft)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Rycroft</media:credit></media:content></item><item><title><![CDATA[June 29: Dry and hot today with storms returning over the next couple days]]></title><link>https://www.local10.com/weather/2026/06/29/june-29-dry-and-hot-today-with-storms-returning-over-the-next-couple-days/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/29/june-29-dry-and-hot-today-with-storms-returning-over-the-next-couple-days/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[The focus Monday is more on the heat and less on the rain. ]]></description><pubDate>Mon, 29 Jun 2026 13:54:06 +0000</pubDate><content:encoded><![CDATA[<p>The focus Monday is more on the heat and less on the rain. High temperatures will be in the low-to-middle 90s. Factor in the humidity and it will feel like 100°-105°. That will be our heat index today. Rain chances are very low at 10% with afternoon thunderstorms too far inland to have an effect on the metro.</p><p>Thunderstorms return to the forecast on Tuesday, but more on Wednesday. Some thunderstorms this week will be slow movers, producing heavy rain that leads to minor flooding. High temperatures will consistently be above average in the low-to- middle 90s.</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[Supreme Court won't revive Alan Dershowitz's $300 million suit against CNN]]></title><link>https://www.local10.com/news/politics/2026/06/29/supreme-court-wont-revive-alan-dershowitzs-300-million-suit-against-cnn/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/29/supreme-court-wont-revive-alan-dershowitzs-300-million-suit-against-cnn/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court refused Monday to revive a $300 million defamation lawsuit filed against CNN over its coverage of a prominent attorney's remarks made while defending President Donald Trump during his 2020 impeachment.]]></description><pubDate>Mon, 29 Jun 2026 14:37:40 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court refused Monday to revive a $300 million defamation lawsuit filed against CNN over its coverage of a prominent attorney's remarks made while defending President Donald Trump during his 2020 impeachment.</p><p>The majority declined to take up the case in a brief, unexplained order. Justices Neil Gorsuch and Clarence Thomas dissented, calling on the court to reconsider the legal standards for public figures who claim defamation.</p><p>Alan Dershowitz said the news network aired only a portion of the comment made during his defense of the president, distorting his meaning to make him look like he’d “lost his mind,” according to court documents.</p><p>The network said that multiple outlets had interpreted his remarks in a similar way, and Dershowitz couldn’t show CNN was trying to mischaracterize what he said.</p><p>In his appeal, Dershowitz had urged the court to reconsider New York Times Co. v. Sullivan. The landmark First Amendment case that made it harder for public figures to win libel lawsuits because it requires proof that an outlet knowingly published something false, or showed a reckless disregard for the truth.</p><p>Dershowitz, a retired Harvard Law School professor and legal commentator, was part of Trump's defense team during his impeachment trial over allegations that Trump wanted political favors from Ukraine in return for U.S. military aid. Trump was acquitted by the Senate.</p><p>Dershowitz responded to a question at one point by saying, “the only thing that would make a quid pro quo unlawful is if the quo were somehow illegal." Providing arms to Ukraine, he said, isn't illegal.</p><p>He alleged that CNN only played what he said moments later: “Every public official that I know believes that his election is in the public interest and, mostly, they are right, your election is in the public interest, and if the president does something which he believes will help him get elected in the public interest, that cannot be the kind of quid pro quo that results in impeachment.”</p><p>Dershowitz said the edit made it seem like he was arguing a president could avoid impeachment for illegal acts as long as he was doing it to get reelected – a concept his original suit called “preposterous and foolish on its face.”</p><p>CNN countered by saying it did air his full remarks during its live coverage, and invited him on twice more to expand on his meaning.</p><p>Lower courts tossed out the suit, finding that Dershowitz hadn’t shown CNN acted with “actual malice” in its reporting, making it fall short of the standard set by New York Times Co. v. Sullivan.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7VIBOGAKZTQJUK4YEKZBI4ZQOE.jpg?auth=c6d6632348c1df6caa9818f1e81f7b44c191ca8b17ae21b9d777058d2e1910c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Attorney Alan Dershowitz leaves federal court,in New York, Dec. 2, 2019. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZBJLIQUS3RTIGZPIXAJHHFFPOI.jpg?auth=3a819d11e273d8053b1471e89cf4855ed32799f89ad2cd9d15e04bdcd87a8b31&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Supreme Court is photographed, on Thursday, June 25, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content></item><item><title><![CDATA[Supreme Court will weigh Trump-backed Republican appeal to enforce Arizona voting laws]]></title><link>https://www.local10.com/news/politics/2026/06/29/supreme-court-will-weigh-trump-backed-republican-push-to-enforce-arizona-voting-laws/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/29/supreme-court-will-weigh-trump-backed-republican-push-to-enforce-arizona-voting-laws/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court said Monday it will consider a Republican push to enforce strict Arizona voting laws passed in the swing state after the 2020 election.]]></description><pubDate>Mon, 29 Jun 2026 18:36:49 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court said Monday it will consider a Republican push to enforce strict Arizona voting laws passed in the swing state after the 2020 election.</p><p>The high court has allowed some similar rules to take effect as lawsuits play out, including Arizona's proof-of-citizenship requirement for state and local elections and a Virginia purge of voter rolls that the state said was aimed at keeping noncitizens from voting.</p><p>The appeal was filed by the Republican National Committee after lower courts found the measures violated federal voting laws, and it was joined by GOP President Donald Trump’s administration.</p><p>“The RNC is proud to lead this effort, and we will keep fighting nationwide to defend election integrity and ensure only eligible citizens cast a ballot,” said Chairman Joe Gruters.</p><p>The high court is expected to hear arguments in the fall and likely hand down an opinion after the midterm elections.</p><p>The Republican-controlled legislature passed the laws in 2022, part of a wave of similar proposals around the country after Trump falsely claimed widespread voter fraud was responsible for his narrow defeat there to Democrat Joe Biden. Trump reclaimed the state in 2024, helping secure his return to the White House.</p><p>One measure requires people to show proof of citizenship when registering to vote using a state form. Another calls for regular purges of the voter rolls to remove people if their citizenship could not be confirmed, including within 90 days of an election.</p><p>The case reached the Supreme Court's emergency docket in 2024. The justices gave the GOP a partial victory, allowing Arizona to require proof of citizenship for registration in state and local elections but not federal races.</p><p>Also that year, the high court allowed Virginia to continue a purge of voter rolls shortly before the election.</p><p>Citizenship is required to vote across the country, and people must attest they are citizens under penalty of perjury to register. Arizona is among only a handful of states that require additional proof, like a driver's license or passport. Data indicates that voting by noncitizens is rare.</p><p>Arizona tried to impose proof requirements for national elections in 2013, but the law was struck down by the Supreme Court. Now, people can register as “federal only” voters without providing proof of citizenship, but Arizona requires additional proof for state and local election participation.</p><p>Just over 19,000 people were registered as active federal-only voters in 2023.</p><p>___</p><p>Follow the AP’s coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EFRBEAPJIA6DRX7VCSX3SWA2GI.jpg?auth=c315eaa163986aede1373868e93970731a2107016125a03a8d04f4c014ce5ff2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Members of the Arizona State University Barrett Choir wave Arizona state flags during the celebration of the 100th anniversary of Arizona's statehood, Feb. 14, 2012, in Phoenix.(AP Photo/Ross D. Franklin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VYLDD76OTSBAIJVQUHMNCHM64Q.jpg?auth=70fc97e239c8a3ede4d681841cf1d0e12baba4ef691204fcc674d1e171d74ee5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Supreme Court is seen, June 5, 2026, in Washington. (AP Photo/Mariam Zuhaib, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Viktor Hovland wins Travelers in Monday playoff when Scheffler misses short birdie putt]]></title><link>https://www.local10.com/sports/2026/06/29/viktor-hovland-wins-travelers-in-monday-playoff-when-scheffler-misses-short-birdie-putt/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/viktor-hovland-wins-travelers-in-monday-playoff-when-scheffler-misses-short-birdie-putt/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[CROMWELL, Conn. (AP) — Viktor Hovland got all the validation he needed Monday that his game was on track again, and a whole lot more.]]></description><pubDate>Mon, 29 Jun 2026 16:50:49 +0000</pubDate><content:encoded><![CDATA[<p>CROMWELL, Conn. (AP) — Viktor Hovland got all the validation he needed Monday that his game was on track again, and a whole lot more.</p><p>He beat Scottie Scheffler in a playoff at the Travelers Championship, had both parents from Norway watch him win for the first time and even did the “row” with the Norwegian soccer fans who cheered him all the way to the surprising end.</p><p>Hovland capped off a gritty rally when he made a 7-foot birdie putt on the first playoff hole and won the Travelers when Scheffler missed a 4-foot birdie putt.</p><p>“Winning in the playoff against Scottie — best player in the world — that was pretty satisfying,” said Hovland, who won for the first time since the Valspar Championship in March 2025.</p><p>The surprise was Scheffler going from a big advantage — an 8-iron to 4 feet on the 18th on the first playoff hole — to missing a hard-sliding putt on the high side that made Hovland a winner.</p><p>“Maybe I hit it a little firmer than I intended to,” said Scheffler, whose putt caught the left edge and rolled out some 7 feet by the hole. “It looked like it got pretty far by the hole and I was playing it outside the hole, so I hit it down my line, just maybe the speed was a touch off.”</p><p>It was a big disappointment for Scheffler, who made Monday possible by making an 8-foot par putt on the 72nd hole in near darkness to force the playoff.</p><p>He was first to hit from the 18th fairway and some 3,000 fans on the hillside around the green erupted in cheers. Hovland responded, just like the 28-year-old Norwegian had done on the back nine Sunday when he rallied from a two-shot deficit.</p><p>Hovland's birdie putt was snapping off to the right when it curled in the right side and he let out a big fist pump.</p><p>“It’s one of those putts that if I make mine, his gets significantly tougher, and if I miss, he probably will make his,” Hovland said. “Yeah, it was definitely no gimmies there, so to put the pressure on him was awesome.”</p><p>It was the first Monday finish on the PGA Tour since The Players Championship in 2025, which involved a three-hole aggregate playoff won by Rory McIlroy. This turned out to be one hole and 15 minutes, but it did not lack for drama, or atmosphere.</p><p>There was lively banter for the playoff. A group of Norwegian fans, who had been in Boston for the World Cup, wore their soccer jerseys and chanted, “Hov-land!” as he approached his golf ball in the fairway. The Americans began the “Scot-tie Scheff-ler!” chants to drown them out.</p><p>The Norwegians also brought the “row,” which has gone viral in the stadium and subway stations and wherever they go. They sit shoulder to shoulder, arms out and then forcefully pull them in. Hovland had never seen it in person until Saturday.</p><p>When it was over, he sat with his people and they showed him how it's done.</p><p>“You definitely get adrenaline from it,” he said.</p><p>Hovland had plenty of that Sunday afternoon when he returned from a 90-minute rain delay and made three straight birdies to catch up to Scheffler and eventually get into the playoff. He closed with a 69, while Scheffler had a 68. They finished at 21-under 259.</p><p>Hovland is rarely satisfied with a swing that has given him a reputation for making solid contact. He felt it gaining momentum with a third-place finish in Canada, and even in the U.S. Open despite missing the cut. There was always one bad swing that allowed doubts to creep in.</p><p>Those were gone at the TPC River Highlands, particularly at the end. He was first to hit in the playoff and drilled it down the middle, just as he had done all week.</p><p>“I’ve been playing golf with Viktor for a long time. We’ve had some good battles in college and out here as a pro," Scheffler said. “He’s a guy that has a lot of talent and works really hard. So those are the types of guys you like to see have success.”</p><p>For Scheffler, it was his fourth runner-up finish this year after opening his season with a victory at The American Express in the California desert. But he felt a little momentum, even in a playoff loss, as he gets ready a three-week stretch that includes the British Open, the final major of the year.</p><p>“Ball striking is definitely in a good spot. That was some of the best I hit it all season,” Scheffler said. “Obviously I think just a little disappointed with the results of today. But, yeah, I did a good job of keeping myself in the tournament last night, made the nice putt to close out last night, and so trying to remember that one.”</p><p>Hovland headed home for Norway with his parents. As for his throng of flag-waving, rowing supporters? Norway plays Ivory Coast on Tuesday in Dallas, the hometown of Scheffler.</p><p>“That was probably more coincidental,” Hovland said with a laugh. “That should be a good game.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BLVOGXPMPJCHJD3CTVSD5CXGTU.jpg?auth=c2e9148d0456689863ef730be9b075f0d806e59b53ca581e0a63e35ac93b5e92&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, holds the Travelers Championship golf tournament trophy at TPC River Highlands, Monday, June 29, 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/7SWOPZJ7EXFLOI4WC6PDI3BASM.jpg?auth=f5926b8d985b3d72e04531a09d684fba9e06d184d1120ffbabc2b63b94dea779&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 after winning the Travelers Championship golf tournament at TPC River Highlands, Monday, June 29, 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/N6S3YAFIBGYNKE2RC5DW3JHDYM.jpg?auth=193c9c1d830e89d9fb0206ab9423f7a575146da4d948af8c751cad3251207124&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, right, hugs his caddie Shay Knight as Scottie Scheffler, left, walks off the green on the first playoff hole of the Travelers Championship golf tournament at TPC River Highlands, Monday, June 29, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)r]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/254FSFSNHYJGYMEUVDIT27UMHE.jpg?auth=9165471e7cc14aca41f97c60fe9f0c3261dcedf36ea7840dab45069f5ab6e430&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 after making a birdie on the first playoff hole of the Travelers Championship golf tournament at TPC River Highlands, Monday, June 29, 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[Supreme Court rejects Trump’s push to toss $5 million verdict in E. Jean Carroll sexual abuse case]]></title><link>https://www.local10.com/news/politics/2026/06/29/supreme-court-rejects-trumps-push-to-toss-5-million-verdict-in-e-jean-carroll-sexual-abuse-case/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/29/supreme-court-rejects-trumps-push-to-toss-5-million-verdict-in-e-jean-carroll-sexual-abuse-case/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court on Monday rejected a push by President Donald Trump to throw out a jury’s $5 million finding that he sexually abused the writer E. Jean Carroll at a New York City department store in the mid-1990s and later defamed her.]]></description><pubDate>Mon, 29 Jun 2026 16:52:40 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Monday rejected a push by President Donald Trump to throw out a jury’s $5 million finding that he sexually abused the writer E. Jean Carroll at a New York City department store in the mid-1990s and later defamed her.</p><p>The high court declined to take up the case in a brief, unexplained order, as is typical. There were no noted dissents. Trump also plans to appeal another $83.3 million verdict awarded to Carroll by a different jury after a second defamation trial, his lawyers have said.</p><p>The decision comes as the court hands down its biggest opinions, including a ruling that expands his firing power over the federal bureaucracy with the exception of the Federal Reserve.</p><p>Trump called the decision to pass on the Carroll case “surprising” in a social media post, and he said he would continue to fight the defamation claims. “This Case is really against the United States of America, and all it stands for,” he wrote.</p><p>Trump’s lawyers had argued that allegations leading to the verdict were propped up by “highly inflammatory” evidentiary rulings, including those that allowed the testimony of two other women who accused Trump of sexual abuse decades ago. Trump has denied all three women’s allegations.</p><p>Trump's attorneys argued the judge broke federal evidence rules in the case. They framed it as a distraction from Trump’s unique duties as president, though the verdict came before his return to the White House.</p><p>“This mistreatment of a President cannot be allowed to stand,” Attorney Justin D. Smith wrote in court documents. Trump, a Republican, has since nominated Smith to be an appeals court judge. His lawyers called the case “Liberal Lawfare" in a statement on Monday.</p><p>Carroll's lawyers had urged the justices to pass on the case. They argued that the women's testimony was relevant because the allegations were similar and that Judge Lewis Kaplan’s decisions were in line with others around the country. “This question is not worthy of review,” wrote attorney Roberta Kaplan, who is not related to the judge.</p><p>Monday's decision affirms the jury's verdict will stand, she said in a statement Monday. “His multiple efforts to appeal that verdict have all failed and today’s ruling ends his quest to avoid accountability for his actions,” she said.</p><p>Carroll, a longtime advice columnist and former TV talk show host, testified at a 2023 trial that Trump turned a friendly encounter in spring 1996 into a violent attack in the dressing room at Bergdorf Goodman, a luxury retailer across the street from Trump Tower in Manhattan. The jury also found Trump liable for defaming Carroll when he denied her allegation in 2022.</p><p>The Associated Press does not identify people who say they have been sexually assaulted unless they come forward publicly, as Carroll has done.</p><p>Trump has successfully fended off other hefty court judgments, including a New York civil fraud penalty of over $500 million thrown out by a New York appeals court. The Supreme Court also granted him broad immunity  from criminal prosecution in 2024, though it later narrowly rejected his bid to halt sentencing in his New York hush money case.</p><p>___</p><p>Associated Press writers Jennifer Peltz in New York and Michelle Price in Washington contributed to this report.</p><p>___</p><p>Follow the AP's coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QYRUUCGNMRMZ2OEIKXFHC7ILSU.jpg?auth=8e2967e6d05da27bde16af042723905725b55faebb04ab9e5b57d0f01d1faa24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - E. Jean Carroll arrives at Manhattan federal court, Jan. 17, 2024, in New York. (AP Photo/Eduardo Munoz Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Munoz Alvarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NQ4NNQURBMR5NHVVD3P3VHZBP4.jpg?auth=fa2e7999a520f86b64a09e4643b5ff37ad25f2b248c600475b5dd146105712cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Supreme Court is seen, June 11, 2026, in Washington. (AP Photo/Mariam Zuhaib, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[The recent devastating earthquakes in Venezuela have put on pause any serious conversations between Washington, D.C. and Cuba. However, the question remains: how long can Cuba hold on as their economic situation worsens and social unrest increases each day?]]></description><pubDate>Mon, 01 Jun 2026 13:35:22 +0000</pubDate><content:encoded><![CDATA[<p><b>June 29 update: Venezuela earthquakes put a pause on any serious conversations between US, Cuba</b></p><p>The recent devastating earthquakes in Venezuela have put on pause any serious conversations between Washington, D.C. and Cuba. However, the question remains: how long can Cuba hold on as their economic situation worsens and social unrest increases each day?</p><p>The Cuban government is trying to find ways to implement the recently approved 176 reforms. But even Cuban economists inside the island agree that they might be too late to save Cuba from a total economic collapse.</p><p><b>June 24 update: US Supreme Court allows claim by Exxon Mobil against the government of Cuba to proceed</b></p><p>The U.S. Supreme Court has ruled in a 6-to-3 decision that the claim by Exxon Mobil against the government of Cuba for confiscating their properties in the early 1960’s can proceed under the Helms-Burton law.</p><p>This clearly sets a precedent for the other 5,913 registered American companies to file legal procedures against the Cuban government.</p><p><b>June 22 update: Ramiro Valdes, one of the original Comandantes of the Cuban Revolution, dies</b></p><p>Ramiro Valdes, one of the original Comandantes of the Cuban Revolution, died in Cuba Sunday at the age of 94. He was the founder of the Ministry of the Interior, known for its repressive measures against the Cuban people. Valdes is credited for killing numerous Cubans who opposed the regime from the early days of the revolution. Most recently, he was responsible for training the security police in Venezuela.</p><p><b>June 19 update: Cuba approves 176 new economic measures </b></p><p>The National Assembly of the Cuban government approved 176 new economic measures Thursday to help jumpstart their moribund economy. Similar economic reforms were introduced when Raul Castro took over power from his brother, Fidel, but they failed because the government’s infrastructure could not implement them. Are these measures in time to save Cuba from a total economic disaster? Many economists even inside the island have come out and said that they are a bit too late.</p><p>On Thursday, the European Parliament approved a resolution sanctioning Cuban President Miguel Díaz-Canel and the leaders of the Cuban economic military conglomerate, GAESA. Finally, it suspended the existing agreement between the EU and Cuba.</p><p><b>June 17 update: Can President Trump afford another conflict?</b></p><p>Now that the U.S. and Iran have reached an agreement to stop the war, can President Donald Trump politically afford another conflict? This time it will be with Cuba -- a nation that will offer little military resistance to the U.S., but can also be a political trap for Secretary of State Marco Rubio’s future run for the U.S. presidency.</p><p><b>June 11 update: Rubio announces sanctioning of CUPET:</b></p><p>U.S. Secretary of State Marco Rubio announced Thursday afternoon the sanctioning of Cuba’s oil and gas company, Union Cuba Petroleo (CUPET). This company had been confiscated from American owners at the start of the revolution.</p><p>This is a sign that Cuba’s government has not shown any willingness to negotiate with the U.S. This action further chokes the regime who is running out of options as the socio-economic problems get worse each day that passes.</p><p><b>June 10 update: Defense Secretary Pete Hegseth visits Guantanamo Bay for operational briefings</b></p><p>Defense Secretary Pete Hegseth traveled to Naval Station Guantanamo Bay in Cuba on Wednesday to receive updates and operational briefings on the base’s mission, according to the Pentagon.</p><p>According to <a href="https://www.reuters.com/world/americas/pentagons-hegseth-travels-guantanamo-bay-cuba-2026-06-10/" target="_self" rel="" title="https://www.reuters.com/world/americas/pentagons-hegseth-travels-guantanamo-bay-cuba-2026-06-10/">Reuters</a>, Hegseth flew into the U.S. naval base at Guantanamo Bay, marking the latest visit by a senior American official to the communist-led island as President Donald Trump’s administration continues to increase pressure on the Cuban government.</p><p>His trip comes less than two weeks after General Francis Donovan, the top U.S. military commander for Latin America, visited Guantanamo Bay and held discussions with a senior Cuban military official near the base’s perimeter.</p><p>Hegseth is the third high-ranking U.S. official to visit Cuba in recent months, highlighting Washington’s continued focus on the island amid ongoing tensions between the two countries.</p><p><b>June 8 update: What will be brought up during any future negotiations?</b></p><p>One of the issues that will certainly come up during any future negotiations between the U.S. and Cuba will be the 5,913 American companies, as well as Cuban-American properties, that were confiscated by the Cuban Revolution in the early 1960’s.</p><p>According to Mauricio Tamargo, former chairman of the Foreign Claims Office in the U.S. Department of Justice, the estimated values of these properties are in the billions.</p><p><b>June 3 update: Raúl Castro turns 95</b></p><p>Raúl Castro, the former president of Cuba, turns 95 years old Wednesday under the shadow of a criminal indictment from the U.S. and an uncertain future for Cuba with the legacy of his brother, Fidel Castro, on his shoulders.</p><p><a href="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p><b>June 1 update: Looking to the future: Should Cuban Americans invest in Cuba?</b></p><p>A few months ago, Cuba’s Vice Minister Oscar Pérez-Oliva Fraga, who is the grand-nephew of Raúl Castro, invited Cuban Americans in exile to invest in Cuba. </p><p>In 2019, the Cuban government amended their constitution to allow foreign investment. However, they did not change their laws to protect the investments. </p><p>Therefore, the risks to invest in Cuba remain greater than the opportunities.</p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q7A6IOAPVY6DFEQJXKMMK4PDTI.jpg?auth=7227bd9e6003bcb7c8a393515e36a9c8959fe2f9a3435b88154bc62d43c8d395&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past graffiti in the colors of the Cuban flag in Havana, Cuba, Wednesday, June 17, 2026. (AP Photo/Jorge Luis Banos)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[Gender-bending is now part of menswear. Paris runways show how mainstream it has become]]></title><link>https://www.local10.com/news/world/2026/06/29/gender-bending-is-now-part-of-menswear-paris-runways-show-how-mainstream-it-has-become/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/29/gender-bending-is-now-part-of-menswear-paris-runways-show-how-mainstream-it-has-become/</guid><dc:creator><![CDATA[By THOMAS ADAMSON and EMMA CARMICHAEL, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — This was men’s fashion season. The women were everywhere.]]></description><pubDate>Mon, 29 Jun 2026 14:11:04 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — This was men’s fashion season. The women were everywhere.</p><p>They walked the coed Paris runways at Amiri and Ami. At Vetements, women modeled many of the “menswear” looks, and Sharon Stone closed the show in thigh-high boots.</p><p>Inside fashion, none of this was eyebrow-raising.</p><p>The gender blur was not happening on the margins. It was built into Paris Men’s Fashion Week, which ended Sunday, where a multibillion-dollar luxury industry shows what it thinks men will want next.</p><p>It has reached menswear advertising, too.</p><p>A pregnant Rihanna became the face of Pharrell Williams’ first Louis Vuitton men’s campaign in 2023, appearing on a giant Paris billboard with her baby bump exposed and arms full of Vuitton bags.</p><p>“It’s not something completely new,” said Joseph McBrinn, art historian at Ulster University.</p><p>Women have paraded through menswear collections for so many seasons that it barely registers with fashion insiders anymore — even as a Gen Z mainstream, only now catching up to the gender-bending David Bowie flaunted in the ’70s, treats it as the cutting edge.</p><p>In recent decades, he said, fashion has moved “from very binary understandings of gender and fashion to something which is today very fluid” — reflective, he added, of how younger people now think.</p><p>The deeper confusion: They do not always travel together.</p><p>At Issey Miyake’s IM Men, by the brand’s account, the cast was entirely male — yet the show still read as androgynous.</p><p>The border between his and hers keeps eroding, on the body and on the calendar. It has not vanished, and its erosion owes as much to money as to gender.</p><p>“Androgyny only works because people understand what is being crossed,” said Andrew Groves, menswear systems professor at the University of Westminster.</p><p>The real story is not that menswear has escaped its rules, but that designers are finding new freedom inside one of fashion’s narrowest rule books, Groves added.</p><p>The runways look like they are erasing gender; the categories are exactly what make the gesture legible.</p><p>This season's men's clothes borrowed freely from womenswear</p><p>For Jonathan Anderson, Dior’s first ever designer to oversee both its men’s and women’s lines, models wore pearls, pink and sheer blouses with soft bows at the throat; the collection, he told reporters, was about how he "connects with the feminine.”</p><p>At Saint Laurent, men bared their chests in second-skin tops, wore briefs cut from leather and walked in transparent shoes lifted from the women’s runway.</p><p>The house opened Paris Men’s Week, and its menswear push is not only aesthetic: Saint Laurent has reportedly set a target of doubling men’s sales by 2030.</p><p>Many houses have folded men’s and women’s collections into one coed runway. Once provocations, such shows became a calendar strategy by the late 2010s — part creative, part convenient, mostly commercial.</p><p>When Anthony Vaccarello took over Saint Laurent in 2016, he scrapped its separate menswear show and sent men down the women’s runway, restoring a men’s show only in 2018; Vetements and Balenciaga merged theirs around then too.</p><p>“I don’t think having men and women on the same runway means a greater belief in nonbinary genders,” said Valerie Steele, director of the Museum at the Fashion Institute of Technology. “That’s really more of an economic thing.”</p><p>One show costs less than two</p><p>A mixed approach consolidates the media moment and lets a designer tell a single story. That matters in a luxury market under pressure – it’s been a weaker period for the sector in the last couple of years.</p><p>Women already buy menswear, which helps explain why Ami, founded in 2011 as a men’s brand, added womenswear.</p><p>The blurring of the clothes is the older story. Long before “nonbinary” was common usage, Yves Saint Laurent put women in men’s tailoring in 1966, Bowie smudged the line in the ’70s and Jean Paul Gaultier sent men out in skirts in the ‘80s. Fashion ran years ahead of the language.</p><p>Suzy Menkes, the veteran fashion critic, sees the history stretching even further back. Men once wore “the most dramatic, precious, glamorous and priceless jewels,” she noted, without doubting that they were suitable for men. The 20th century, she said, narrowed that idea of male dress before fashion began reopening it.</p><p>The exchange has never been equal: A woman in a man’s suit is, 60 years on, unremarkable; a man in a skirt or heels still reads as transgression.</p><p>“Women’s bodies are still consumed in ways that men’s bodies are not,” McBrinn said.</p><p>Men, he added, “can still be seen as deviant” when they cross the line.</p><p>Off the runway, the moment is volatile: combative online masculinity, “manosphere" influencers like the Tate brothers, a wave of anti-trans laws.</p><p>Last year, J.Crew set off a conservative uproar by marketing a pink sweater to men — even as Dior, Paul Smith and Willy Chavarria sent pink down their own runways. The fight was cultural, but not only: reports said pink apparel sellouts rose 17% year-on-year in spring-summer 2025.</p><p>Menkes said color is part of the same story. Postwar Europe helped harden the idea that some colors were “suitable” for men, she said, and it took “a surprisingly long time” for shades such as lilac or pale pink to be accepted as male choices.</p><p>Steele said openness to androgyny crested in the 1920s, the ’70s and the ’90s, then receded each time.</p><p>“Everything is moving to the right,” McBrinn said. “Fashion may go back to being much more entrenched within gender binary” — perhaps, he warned, within five to 10 years.</p><p>The stakes run past the runway</p><p>After years of expanding legal protections for LGBTQ+ people, progress is reversing in many countries, with transgender people at the center of the fight.</p><p>“We are seeing tremendous backlash internationally against trans people,” Steele said.</p><p>In the end, Steele said, the runway matters less than the office and the dinner table. People shift when they see androgynous clothes on friends, colleagues or men around them.</p><p>Increasingly, they are just clothes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3YLSZBF6BSRG6JYGX7BUN2KN6U.jpg?auth=2feecbffa79a6a49a113acf1694d29edd2bb0a97203a147d41c60e8284915173&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Issey Miyake Homme Spring Summer 2027 collection presented in Paris, France, Thursday, June 25, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DEEZ4GTJT45S4G7W7U6NWXZMOQ.jpg?auth=61a3a477505f7f79913c84ba27b5f9c84936d9287bd5d076f6cea9c7a42502f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Models wear creations as part of the Issey Miyake Homme Spring Summer 2027 collection presented in Paris, France, Thursday, June 25, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MHBOF62TQ3I66MBINFNFDTVBBM.jpg?auth=9892fa0a53beec96af9d87d45196eee9067c6759c0888502395d87046bf744b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Dries Van Noten Homme Spring Summer 2027 collection presented in Paris, France, Thursday, June 25, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3HEKPUJFIJC5TLXLL4FQMOW4MY.jpg?auth=8c3e1aaa020fcb353c838c7cdbe247fd2aa1ba283183cfe2e17a8d252df1f025&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Models wear creations as part of the Issey Miyake Homme Spring Summer 2027 collection presented in Paris, France, Thursday, June 25, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z6INO5BGWRKRLMKFK7G7MYQD7M.jpg?auth=d754871137ede3b73781cda234822a06db8a401082c148f443c04698501f6c4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Dries Van Noten Homme Spring Summer 2027 collection presented in Paris, France, Thursday, June 25, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content></item><item><title><![CDATA[The Latest: Supreme Court says Fed’s Lisa Cook can keep job for now in series of final week rulings]]></title><link>https://www.local10.com/news/2026/06/29/the-latest-supreme-court-says-feds-lisa-cook-can-keep-job-for-now-in-series-of-final-week-rulings/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/29/the-latest-supreme-court-says-feds-lisa-cook-can-keep-job-for-now-in-series-of-final-week-rulings/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump has won and lost some as the Supreme Court wraps its final week of a term focused on executive power.]]></description><pubDate>Mon, 29 Jun 2026 21:01:26 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump has won and lost some as the Supreme Court wraps its final week of a term focused on executive power.</p><p>The justices said Monday that Trump can fire leaders of independent agencies with one exception, ruling that central banker Lisa Cook can keep her job at the Federal Reserve for now.</p><p>The court said states can count late-arriving mailed ballots, rejecting a Trump-led challenge. It declined to consider Trump’s push to toss a $5 million jury verdict that he sexually abused writer E. Jean Carroll. And it turned away Trump defender Alan Dershowitz ’s effort to rewrite the U.S. libel law standards.</p><p>Here's the Latest:</p><p>Feds to buy back North Carolina offshore wind lease from Duke Energy</p><p>Duke Energy is the latest utility to bow to pressure from the Trump administration to cancel offshore wind leases in return for money.</p><p>The $129 million deal by the Interior Department brings the total amount spent on these agreements to about $2.7 billion. The Trump administration has been buying back the leases as it seeks to discourage the expansion of wind energy in favor of more traditional energy sources such as natural gas, coal and nuclear power.</p><p>Charlotte, N.C.-based Duke said the deal will allow it “refocus” the money in range of ways, including new nuclear or natural gas generation, or grid enhancements to strengthen reliability.</p><p>French energy giant TotalEnergies, which had partnered with Duke on the North Carolina project, took a similar deal in March.</p><p>Mississippi official sued over mail ballots says Supreme Court ruling was win for states’ rights</p><p>Mississippi Secretary of State Michael Watson said the Supreme Court Monday confirmed the right of states to administer elections.</p><p>Watson, a Republican running for lieutenant governor in Mississippi, was sued by the Republican National Committee in 2024 over Mississippi’s policy of counting absentee ballots received after Election Day. The justices in a 5-4 ruling sided with Watson.</p><p>Watson said in a statement after the decision that he opposed the practice of counting ballots received after Election Day, but deeply valued the rights of states to “govern themselves, including the administration of elections.”</p><p>He said the Supreme Court ruling confirms election policy is a “decision to be made by Congress or, in its absence, state legislatures.”</p><p>Trump equivocates on importance of Qatar talks</p><p>He said U.S. delegates had either just left or were getting ready to leave for negotiations to end the war with Iran. But he offered a lukewarm view of the talks.</p><p>“The meeting in Doha is going to be perhaps important, perhaps not — we’re going to find out,” Trump told reporters in the Oval Office on Monday.</p><p>Trump calls bill aimed at addressing housing affordability ‘a yawn’ and says he doesn’t know if he’ll sign it</p><p>Trump last week abruptly canceled a ceremony to sign the bill, saying he would not approve the bipartisan legislation aimed at lowering the cost of housing until Congress acts on legislation to require proof of citizenship to vote.</p><p>House Speaker Mike Johnson said over the weekend he would send Trump the bill on Monday anyway. When asked by reporters about whether he’d sign it, Trump gave an exasperated response and drew out his words, saying, “I don’t knooow.”</p><p>He proclaimed to have more knowledge about housing than anyone in the history of the presidency, but said the bill was “so unimportant” compared to the voting legislation.</p><p>“When I look at that bill, it’s a bill,” Trump said. “But when I look at the Save America Act, it’s about saving America.”</p><p>Rubio meets with son of Libyan military strongman as signs of a potential unification deal emerge</p><p>Secretary of State Marco Rubio has met with the son of a powerful Libyan warlord as signs grow that the U.S. is intensifying efforts to broker a unity agreement between the Libya’s fractured eastern and western factions.</p><p>Rubio met on Monday with Saddam Hifter, the deputy general commander of the self-styled Libyan national army, based in the east of the country. Hifter is the son of Khalifa Hifter, widely seen as the most powerful figure in eastern and southern Libya.</p><p>The two men “discussed ongoing Libyan-led efforts to unify the country’s military, economic, and political institutions” and “possible avenues for cooperation to advance unity and peace in Libya,” the State Department said.</p><p>The U.S. is reportedly pushing an initiative under which Saddam Hifter would head a presidential council in a new unified administration that would also include Abdul Hamid Dbeibah, who runs the government in western Libya.</p><p>Monday’s meeting came after a senior official from Dbeibah’s defense ministry met with U.S. officials in Washington last week.</p><p>Trump signs memo telling EPA that people can fix their autos as they see fit</p><p>The U.S. president said he signed a memo to allow Americans to fix their own vehicles, saying that people had been arrested for trying to do so.</p><p>“It came to my attention because they noticed they were arresting people for fixing their car,” Trump said.</p><p>The president appeared to be referencing a diesel mechanic, Troy Lake, who violated the Clean Air Act by disabling emissions monitoring systems on trucks. Trump pardoned Lake last November.</p><p>The memo also addresses the use of aftermarket auto parts. It would supersede the ability of the California Air Resources Board to evaluate parts that affect vehicle emissions.</p><p>Secretaries of state in mail voting-reliant Washington and Oregon praise Supreme Court mail ballot ruling</p><p>The top election officials in Washington and Oregon — states that conduct elections mostly by mail — commended Monday’s U.S. Supreme Court ruling allowing states to continue counting late arriving mail ballots.</p><p>Oregon allows mail ballots that are postmarked by Election Day and received in the seven days following to be counted. In Washington, mail ballots can be counted if they are postmarked by Election Day and received 21 days after a general election or 14 days after a primary.</p><p>“The decision is a win for voters, particularly for Oregon voters,” Oregon Secretary of State Tobias Read said in a phone interview.</p><p>“The ruling upholds our longstanding ballot return rules, which support accessible and fair elections,” Washington Secretary of State Steve Hobbs said in a news release.</p><p>Schumer blasts Supreme Court decision on independent federal agencies</p><p>Senate Democratic leader Chuck Schumer says the Supreme Court’s decision giving presidents free rein to fire agency heads at will gives Trump a “permission slip to turn independent federal agencies into members-only clubs for his golf buddies and cronies.”</p><p>The justices ruled in the case of former Federal Trade Commission member Rebecca Slaughter, whom Trump fired without cause despite a provision of federal law that requires a reason. The logic of the court’s decision extends to other agencies where Trump has fired board members.</p><p>Slaughter once served as Schumer’s chief counsel. Schumer says she was fired for no other reason than doing a good of a job protecting consumers.</p><p>“Instead of preserving independence intended to keep markets fair and protect consumers, Trump’s instead catering to fraudsters and monopolists. And the Supreme Court is giving him a green light to do it,” Schumer said.</p><p>Top California election official says mail-in ballot ruling is a win for democracy</p><p>California’s Secretary of State hailed Monday’s decision by the U.S. Supreme Court as a win for voters, the rule of law and democracy.</p><p>Shirley Weber, California’s first Black secretary of state, said in a statement the court “protected an important safeguard” that helps make sure voters are not disenfranchised by mail delays.</p><p>“This ruling makes one thing clear,” the Democrat said in a statement. “Our elections belong to the people, not to partisan agendas.”</p><p>Under California law, ballots received within seven days of an election are counted as long as they are postmarked by Election Day.</p><p>FCC’s sole Democrat warns of Supreme Court ruling’s impact</p><p>Anna Gomez is one of the few Democrats who have held onto their seats at federal agencies after Trump fired most of them, partly because her presence allows for a quorum that allows Chairman Brendan Carr to enact his agenda.</p><p>She warned the Supreme Court’s ruling “puts at risk how Congress intended independent agencies to function in American democracy.”</p><p>“Those who argue these agencies are unaccountable misunderstand how they were designed, as the FCC answers to Congress, the democratically elected body that created it, through oversight, appropriations, and legislation,” she said in a statement following the Court’s ruling. “When commissioners can be removed for their policy views rather than for cause, the inevitable result is an agency that pulls its punches and defers to political winds rather than the record before it.”</p><p>She said consumers “will pay the price” in higher costs, fewer choices and slower progress toward connectivity.</p><p>Republican chairman follows Trump’s lead on mail-in ballot ruling</p><p>RNC Chairman Joe Gruters said the court’s decision upholding state practices of accepting all ballots postmarked by Election Day is a reason to pass the president’s proposed elections bill that is stalled on Capitol Hill.</p><p>“If we want fair and secure elections, Election Day should mean exactly what it says, which is why this decision makes it even more imperative that Congress pass the SAVE America Act,” Gruters said.</p><p>RNC aides distributed the statement after Trump made the same argument Monday morning. Trump’s proposal would virtually eliminate absentee voting nationally, require voters to provide citizenship documentation to register and then present certain photo identification at polling places.</p><p>Gruters said Democrats “are inviting chaos at the ballot box by allowing elections to drag on.” He did not offer any examples of such chaos, and it was the original plaintiffs who wanted the court to overturn long-established rules months before November’s elections.</p><p>America 250 celebrations bring extraordinary security challenge to Washington</p><p>Federal law enforcement is preparing for one of the capital’s largest and most complex security operations as hundreds of thousands of people visit Washington for the 250th anniversary of the nation’s freedom.</p><p>The security challenge comes amid rising political violence, including recent incidents near the White House, and a president who enjoys being at the center of public pomp yet has repeatedly faced attempts on his life.</p><p>The nation’s capital “is a target-rich environment” on a normal day, said Darren B. Cox, assistant director in charge of the FBI’s Washington Field Office. “We are prepared for any threats.”</p><p>The throngs will be joined by thousands of law enforcement officers and agents and 5,000 National Guard troops, along with military-style vehicles and other hardware not often seen on American streets.</p><p>▶ Read more</p><p>Trump says he will keep fighting Carroll case after court declines to take it up</p><p>The president said in a social media post that it was “a Fake Case” brought against him by a woman he claims he never met.</p><p>“I will continue the fight against this Weaponization and Lawfare Case against me, including the ridiculous claim of Defamation, with all of my power and strength,” Trump wrote.</p><p>He also said the case, in which a jury found that he sexually abused the writer E. Jean Carroll in New York City in the 1990s and and later defamed her, is “really against the United States of America, and all it stands for.”</p><p>In a statement Monday, Carroll said the decision affirms the jury’s verdict will stand. “His multiple efforts to appeal that verdict have all failed and today’s ruling ends his quest to avoid accountability for his actions,” she said.</p><p>Trump says he'll seek to remove Cook despite court rejection of his initial attempt</p><p>Trump said he lost his effort to remove the Federal Reserve’s Lisa Cook “on a strictly procedural basis” and would still seek to remove the central bank governor.</p><p>The court ruled 5-4 that the Federal Reserve’s Lisa Cook can remain on the Fed board as she challenges the administration’s attempts to fire her over claims of mortgage fraud, which she has denied.</p><p>Trump said in a social media post that “we will take appropriate action immediately to make sure that someone who has committed wrongdoing will not be making vital decisions concerning the Welfare of the United States of America!”</p><p>In light of Supreme Court rejection, Trump renews push for his voter ID bill</p><p>Trump called a Supreme Court ruling that ballots postmarked by Election Day can be counted days after an election a “tremendous loss.”</p><p>Trump posted on social media that the decision makes it more important for his SAVE America Act to pass. The measure would require proof of citizenship and include a ban on mail-in ballots unless that person is sick, disabled, traveling or deployed by the military, Trump noted.</p><p>“There is only one reason to oppose — CHEATING!” Trump said.</p><p>The president then called out Republican senators who have objected to the measure: Lisa Murkowski of Alaska, Susan Collins of Maine, Thom Tillis of North Carolina, Bill Cassidy of Louisiana and Mitch McConnell of Kentucky.</p><p>Cook says her attempted firing was about ‘political pressure’ on the Fed</p><p>The firing attempt “was never about mortgage documents signed years ago” but rather “was an attempt to remove me on a manufactured pretext because I refused to bow to political pressure” from Trump, who has long sought lower interest rates from the central bank, Cook said in a written statement reacting to the court’s ruling.</p><p>Trump fired Cook last August, citing allegations that she had committed fraud in mortgage documents she signed in June and July of 2021. The Biden appointee sued to keep her job, and lower courts ruled she could remain while the case is litigated. The Supreme Court Monday upheld those rulings.</p><p>“Today’s ruling affirms a principle that has underpinned sound economic stewardship for generations: that the Federal Reserve must make all its policy decisions guided by evidence and independent judgment, free from political interference,” Cook’s statement said.</p><p>Trump applauds ruling empowering him to fire independent agency leaders</p><p>A majority of the justices ruled presidents have free rein to fire agency heads at will, despite federal laws that require a cause for such dismissals and a previous court ruling from 91 years ago.</p><p>“It is such an Honor to be the sitting President who won this Historic and Unprecedented Ruling, one of the most important ever given with respect to Presidential Powers,” Trump posted on social media.</p><p>The justices ruled in the case of former Federal Trade Commission member Rebecca Slaughter. The decision’s logic extends to National Labor Relations Board, the Merit Systems Protection Board and the Consumer Product Safety Commission.</p><p>Trump did not acknowledge that the court recognized some limits on his authorities by also ruling 5-4 that Lisa Cook can remain a central bank governor while challenging unproven mortgage fraud allegations, which she has denied.</p><p>Supreme Court says Fed’s Cook can keep her job for now</p><p>The Supreme Court on Monday dramatically expanded presidential power, upholding Trump’s firings of the heads of independent federal agencies with one important exception, the Federal Reserve.</p><p>The justices allowed Fed governor Lisa Cook to stay in her job while she fights the Republican president’s effort to fire her over allegations of mortgage fraud, which she has denied.</p><p>But other than at the nation’s central bank, with its role of setting interest rates, the court held that presidents have free rein to fire agency heads at will, despite federal laws that require a cause for such dismissals and a 91-year-old decision that had limited executive authority. That decision, Humphrey’s Executor, was overturned.</p><p>Witkoff and Kushner going to Qatar for talks with Iran</p><p>White House press secretary Karoline Leavitt said on Monday that Steve Witkoff, who is the special envoy, and Jared Kushner, Trump’s son-in-law, are flying to Qatar to meet with the Iranians.</p><p>Leavitt said in an interview with Fox News’ “Fox & Friends” that those talks would be “high level” and that technical negotiations would occur on the sidelines. Iran has denied that the talks are happening.</p><p>Trump accused Iran of violating the ceasefire by attacking a ship last week in Strait of Hormuz, but so far the interim deal for negotiations to take place appears to have held.</p><p>Court rules states can count late-arriving mailed ballots</p><p>The Court said states can count ballots that arrive after Election Day, a persistent target of Trump.</p><p>The decision Monday rejects a Republican-led attack on laws in more than half the states and the District of Columbia that permit mailed ballots to arrive and be counted some number of days after the election, provided they are postmarked by Election Day. The outcome spares officials the headache of changing their ballot rules just a few months before the 2026 midterm congressional elections.</p><p>In just over half those states, the more forgiving deadlines apply only to ballots cast by military and overseas voters.</p><p>Trump has claimed most mail balloting breeds fraud despite strong evidence to the contrary and years of experience. He keeps repeating that fraud caused his loss to Joe Biden in 2020 even though more than 60 court decisions and his own attorney general said that argument had no merit.</p><p>▶ Read more</p><p>Supreme Court rebuffs Alan Dershowitz’s $300 million suit against CNN</p><p>The Supreme Court refused Monday to revive the prominent attorney’s defamation lawsuit against CNN over its coverage of remarks he made while defending Trump during his 2020 impeachment.</p><p>Justices Neil Gorsuch and Clarence Thomas dissented from the majority decision, saying legal standards for public figures who claim defamation should be reconsidered.</p><p>Alan Dershowitz said the news network aired only part of a comment he made, distorting his meaning to make him look like he’d “lost his mind,” according to court documents.</p><p>The network said that multiple outlets had interpreted his remarks in a similar way, and Dershowitz couldn’t show CNN was trying to mischaracterize what he said.</p><p>Dershowitz had urged the justices to reconsider New York Times Co. v. Sullivan, the landmark First Amendment case that made it harder for public figures to win libel lawsuits by requiring proof that an outlet either knowingly published something false, or showed a reckless disregard for the truth.</p><p>Supreme Court will weigh GOP push to revive Arizona voting laws</p><p>The Supreme Court said Monday it will consider a Republican push to enforce strict Arizona voting laws passed in the swing state after the 2020 election.</p><p>The high court has allowed some similar rules to take effect temporarily before, including Arizona’s proof-of-citizenship requirement for state and local elections and a Virginia purge of voter rolls that the state said was aimed at keeping noncitizens from voting.</p><p>President Donald Trump’s Republican administration joined the appeal after lower courts found the measures violated federal voting laws.</p><p>The high court is expected to hear arguments in the fall and hand down an opinion after the midterm elections.</p><p>▶ Read more</p><p>___</p><p>This story has been corrected to show Trump saying hosing bill was “unimportant.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DAL2JLUUXXMO56LHHQZJECX4HY.jpg?auth=6dd965025141c8516381008c3e90cdf8289321b6d8cb81792f76a78f10200e23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A demonstrator carries an American flag upside-down near the White House during a protest taking place on the day of a military parade commemorating the Army's 250th anniversary, coinciding with President Donald Trump's 79th birthday, June 14, 2025, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NT3BYQT3JCJGS3Q2CXZDYYTZDA.jpg?auth=4205823fa967e9090a8a26fa91bb5d2ac8e1d2129b6c8a9ae61731de2d5b2590&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, White House aide Natalie Harp and Interior Secretary Doug Burgum walk during 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/QYRUUCGNMRMZ2OEIKXFHC7ILSU.jpg?auth=8e2967e6d05da27bde16af042723905725b55faebb04ab9e5b57d0f01d1faa24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - E. Jean Carroll arrives at Manhattan federal court, Jan. 17, 2024, in New York. (AP Photo/Eduardo Munoz Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Munoz Alvarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5RW6KFXIP7JULC6MUAKO6FFWB4.jpg?auth=2073af58594b04b60ea539cf9f519825b9854320bb18c35e8186817e7f2fe3f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hannah Liu, 26, of Washington, holds up a sign in support of birthright citizenship, May 15, 2025, outside of the Supreme Court in Washington. (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/H2466C4NRBVSIFWQAL4YENP2BA.jpg?auth=52f9a287eda47ffc33c46df85d4305e4bcd8af10cf90d7ea6e761666295d19b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A small motorboat passes anchored vessels in the Strait of Hormuz off Bandar Abbas, Iran, Wednesday, June 17, 2026.(Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content></item><item><title><![CDATA[Zelenskyy condemns 'horrific attacks' as Russian strikes kill 12 and wound 40 in Ukraine]]></title><link>https://www.local10.com/news/world/2026/06/29/zelenskyy-condemns-horrific-attacks-as-russian-strikes-kill-11-and-wound-40-in-ukraine/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/29/zelenskyy-condemns-horrific-attacks-as-russian-strikes-kill-11-and-wound-40-in-ukraine/</guid><dc:creator><![CDATA[By HANNA ARHIROVA and BARRY HATTON, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Russian missiles and drones killed at least 12 civilians and injured 40 others in Ukraine on Monday in what President Volodymyr Zelenskyy described as “horrific attacks.”]]></description><pubDate>Mon, 29 Jun 2026 18:50:59 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Russian missiles and drones killed at least 12 civilians and injured 40 others in Ukraine on Monday in what President Volodymyr Zelenskyy described as “horrific attacks.”</p><p>Since Russia launched its all-out invasion of its neighbor more than four years ago, its forces have conducted bombing in an effort to destroy Ukraine’s infrastructure and sap morale. More than 16,000 Ukrainian civilians have been killed, according to the U.N.</p><p>A Russian missile targeting infrastructure struck the central city of Dnipro, killing six people and wounding 29, Dnipropetrovsk regional head Oleksandr Hanzha said. Russian drones also hit a passenger minibus in the southern city of Zaporizhzhia, killing three and wounding six, including a child, Zelenskyy said on social media.</p><p>Russian drones also killed a 69-year-old woman and a 77-year-old man in the northeastern Sumy region, National Police said. Kharkiv Mayor Ihor Terekhov said a daytime Russian strike killed one person and wounded five others in the northeastern city.</p><p>Other deadly attacks occurred in at least six other regions of Ukraine, authorities said. No further details were immediately available.</p><p>Strikes leave some Ukrainians without power</p><p>Some customers in eight Ukrainian regions were left without power Monday after Russian strikes, while hot weather drove up electricity use as people turned on air conditioners, grid operator Ukrenergo said.</p><p>Zelenskyy renewed his plea for Europe to step up its development of air defenses to block Russia’s ballistic missiles.</p><p>“People need greater protection from such horrific attacks,” Zelenskyy said. “Above all, we need anti-ballistic capabilities. It is essential that Europe is as active as possible in developing its own anti-ballistic defense — its own systems and missiles.”</p><p>Putin says expanding Ukrainian drone attacks won't stop the war</p><p>A marked shift has taken place in the war in recent months, Western officials say, as Ukraine’s expanding drone strikes have brought fuel shortages in Russia and Russia-occupied territory. The attacks have weakened the Russian military’s supply lines to the front in eastern and southern Ukraine, slowing their advance, according to analysts.</p><p>Ukraine’s innovative drone engineering has given it an edge and made it a world leader in the technology’s military use. It is now helping partner countries after previously pleading for foreign military support.</p><p>Russian President Vladimir Putin on Sunday acknowledged that Ukrainian long-range drone strikes on Russia’s oil facilities have caused fuel shortages. The scarcity has triggered public anger and frustration as people wait in line for hours at gas stations.</p><p>But Putin ruled out making concessions to end the invasion and insisted that Russia will ultimately prevail in the war despite what he called “temporary” setbacks.</p><p>Kremlin spokesperson Dmitry Peskov said Russia’s position on Ukraine remains unchanged, insisting that Russian troops are continuing their front-line offensive.</p><p>Their effort “makes us confident that our goals will be achieved,” Peskov told reporters.</p><p>Russia's battlefield progress is waning, analysts say</p><p>The Institute for the Study of War, a Washington-based think tank, said the Kremlin's stance is an attempt to push the West and Ukraine to give in to Russia’s demands.</p><p>But, it added, “Russia’s battlefield performance continues to decline in 2026 and Russia’s ability to seize its objectives militarily is in question.”</p><p>Russia’s Defense Ministry said that air defenses downed 209 Ukrainian drones from late Sunday through early Monday.</p><p>Ukraine’s air force said it shot down 82 of the 108 drones that Russia launched overnight.</p><p>___</p><p>Hatton reported from Lisbon.</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/V72OHNUGZZHROF2FLUHKINKW3Q.jpg?auth=ed35d6a2b72911c2786284431b325b4770166109feca993d377b33ac1ba8575a&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 Services on Monday, June 29, 2026, a rescue worker with paramedics move an injured man into an ambulance after a Russian drone strike on passengers minivan in Dnipropetrovsk region, Ukraine. (Ukrainian Emergency Service via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Ukrainian Emergency Service</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LEBWNN4V3EXIBILEFRQMO4AQWE.jpg?auth=ca3d39f27a578b1d76fe2339ef450c93170e0d0462fca76ea2efd51270ff1474&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 Services on Monday, June 29, 2026, a passengers minivan is seen damaged after a Russian drone strike in Dnipropetrovsk region, Ukraine. (Ukrainian Emergency Service via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Ukrainian Emergency Service</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5VK6C4IG2FKPTOGVNBP5R7CPS4.jpg?auth=d408aa0f2faac49126b854a6808aba0372d59b5faab9026543c907dbdde14298&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 Services on Monday, June 29, 2026, a rescue worker puts out a fire of petrol station damaged by a Russian strike on Poltava region, Ukraine. (Ukrainian Emergency Service via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Ukrainian Emergency Service</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NV52ZTQOHIMZHUVRUMWLZ4AUNU.jpg?auth=efecb3f3942264fe5e594f9627515c7d1a9eedf48f17fc20ba17325d8ef352db&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 Services on Monday, June 29, 2026, a rescue worker puts out a fire of a tractor destroyed by a Russian strike on Mykolaiv region, Ukraine. (Ukrainian Emergency Service via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Ukrainian Emergency Service</media:credit></media:content></item><item><title><![CDATA[Venezolanos buscan sobrevivientes entre las ruinas dejadas por los sismos; se registra réplica]]></title><link>https://www.local10.com/espanol/2026/06/29/venezuela-rescatistas-trabajan-contra-reloj-para-hallar-sobrevivientes-tras-sismos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/29/venezuela-rescatistas-trabajan-contra-reloj-para-hallar-sobrevivientes-tras-sismos/</guid><dc:creator><![CDATA[Por JUAN PABLO ARRAEZ e ISABEL DEBRE, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Mientras el tiempo para encontrar sobrevivientes se agota rápidamente, los venezolanos hurgaban con urgencia el lunes entre las ruinas en busca de personas vivas tras los poderosos terremotos consecutivos de la semana pasada, y la atención se centraba en la crisis humanitaria del país que podría persistir durante años.]]></description><pubDate>Mon, 29 Jun 2026 21:07:09 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Mientras el tiempo para encontrar sobrevivientes se agota rápidamente, los venezolanos hurgaban con urgencia el lunes entre las ruinas en busca de personas vivas tras los poderosos terremotos consecutivos de la semana pasada, y la atención se centraba en la crisis humanitaria del país que podría persistir durante años.</p><p>Las organizaciones de ayuda dicen que las primeras 72 horas después de un desastre natural son el periodo más crucial para los rescates, aunque la supervivencia puede prolongarse si las personas tienen acceso a comida y agua. Cinco días después de que los sismos gemelos azotaran el norte de Venezuela, había grandes interrogantes sobre si el atribulado gobierno podrá coordinar las tareas necesarias para atender a miles de personas que se han quedado sin hogar.</p><p>En tanto, una réplica de magnitud 4,6 retumbó en la zona del desastre en el estado norteño de La Guaira.</p><p>La cifra de muertos superaba las 1.700 personas, según el gobierno.</p><p>El gobierno venezolano promueve sus esfuerzos</p><p>Enfrentando críticas de que las autoridades han hecho demasiado poco, demasiado tarde, el gobierno ha promovido sus esfuerzos de recuperación y rescate en redes sociales y medios estatales.</p><p>En un discurso televisado el lunes, Jorge Rodríguez, presidente de la Asamblea Nacional venezolana y hermano de la presidenta encargada Delcy Rodríguez, dijo que la electricidad había sido restablecida en el 90% del estado de La Guaira. Indicó que las autoridades se apresuraban a evaluar edificios dañados que aún representaban un peligro y que habían instalado 15 campamentos temporales para personas desplazadas.</p><p>Delcy Rodríguez, quien llegó al poder en enero después de que el ejército de Estados Unidos capturó al entonces presidente Nicolás Maduro, compartió imágenes de sobrevivientes siendo sacados de entre las ruinas entre aplausos.</p><p>Pero esos destellos de luz son raros en el epicentro del sismo, donde las familias mantienen vigilia en los sitios de búsqueda.</p><p>“Hay que tener fuerza, sin comer, sin dormir”, dijo Ana Rada, mientras observaba a trabajadores de protección civil buscar a su hermano. “Hasta que no vea el cuerpo, tengo fe".</p><p>Réplica sacude a los rescatistas</p><p>Tras un fin de semana de réplicas más pequeñas y lo que el gobierno dijo que fueron más de 600 eventos sísmicos desde los sismos del miércoles, el temblor moderado del lunes se registró cerca del epicentro de los sismos de la semana pasada — unos 27 kilómetros (17 millas) al norte de Caraballeda, en la costa caribeña de Venezuela— y tuvo una magnitud de 4,6, según el Servicio Geológico de Estados Unidos. El servicio geológico de Colombia lo cifró en 5,1.</p><p>Jorge Rodríguez indicó que no había reportes de nuevos daños hasta el momento, pero la réplica hizo que residentes de la capital, Caracas, salieran gritando a las calles.</p><p>“Aquí estamos otra vez en la calle. No sé cuándo vamos a tener un momento de verdadera tranquilidad”, manifestó Concepción Hernández, de 51 años, quien evacuó su edificio de apartamentos en el municipio de Chacao en Caracas.</p><p>El Metro de Caracas anunció la suspensión temporal del servicio el lunes para inspeccionar la infraestructura tras la réplica.</p><p>Dudas sobre la ayuda de EEUU</p><p>Decenas de países han ofrecido asistencia. Pero el desastre ha elevado las expectativas sobre el gobierno estadounidense, considerando que tomó el control de la industria petrolera venezolana a principios de este año.</p><p>En una rueda de prensa, un alto funcionario del Departamento de Estado apuntó que 300 socorristas enviados desde Estados Unidos están trabajando sobre el terreno y que dos docenas de aviones militares de transporte C-17 llegan cada día con suministros. El apoyo financiero de Estados Unidos ahora supera los 300 millones de dólares.</p><p>El ejército estadounidense también está ayudando con algunas reparaciones, incluidos daños al puerto de La Guaira para permitir la llegada de más suministros por mar. Otro equipo está ayudando a gestionar el tráfico aéreo después de que los sismos destruyeran parte de la torre de control del Aeropuerto Internacional Simón Bolívar en Caracas, reveló el funcionario, que habló bajo condición de anonimato porque no estaba autorizado a hablar públicamente.</p><p>Sin embargo, parecía poco probable que Estados Unidos otorgara protecciones legales temporales a los venezolanos como lo han hecho gobiernos anteriores con personas de países golpeados por desastres que ya están en Estados Unidos. Esa medida se tomó después de los terremotos de 2010 en Haití y de 2001 en El Salvador. Los venezolanos han sido un blanco importante de la ofensiva migratoria del gobierno de Donald Trump.</p><p>Entre los rescatistas: un minero deportado por EEUU</p><p>Entre los rescatistas que excavaban entre los escombros el lunes en La Guaira estaba el minero Jean Sosa, de 31 años, quien dijo que fue deportado de Estados Unidos en enero por no presentarse a una audiencia migratoria y regresó a Caracas el mes pasado. Relató una odisea que incluyó trasladarse en autobús por cinco países después de que agentes de inmigración lo dejaran en el sur de México sin su pasaporte, sin teléfono y sin su billetera.</p><p>Había construido una nueva vida en la ciudad de Nueva York durante los últimos cuatro años, trabajando en un puesto de tacos cerca de Penn Station, antes de que funcionarios del Departamento de Seguridad Nacional lo detuvieran y lo trasladaran durante meses entre cárceles para migrantes.</p><p>Desde que llegó el miércoles a La Guaira, Sosa ha ayudado a sacar a personas de entre los escombros ante la ausencia de equipos nacionales de rescate. Durante los primeros días, antes de que llegara más ayuda, los sobrevivientes eran llevados a hospitales en carro particular o motocicleta, señalo.</p><p>Sosa sostuvo que no está involucrado en política, pero cree que muchas personas podrían haberse salvado si hubiera habido equipos y apoyo de las máximas autoridades desde el principio. Habló con The Associated Press, con un casco y una camiseta negra manchada de polvo en la ciudad portuaria donde afirmó que ya había rescatado a 20 personas con vida.</p><p>Esos rescates lo alentaron, dijo, pese a la falta de suministros.</p><p>La magnitud total de los daños seguía sin estar clara</p><p>Expertos y organizaciones de ayuda tienen dificultades para evaluar el alcance de los daños, pero en general coinciden en que las cifras del gobierno probablemente están por debajo de la cifra real. Jorge Rodríguez dijo que hasta el lunes un total de 15.866 personas habían sido afectadas, mientras que el número de edificios dañados o colapsados había llegado a 855.</p><p>Una evaluación preliminar de la NASA estimó que el terremoto dañó o destruyó 58.870 edificios. La evaluación se basó en imágenes de radar de los satélites Sentinel-1 de la Agencia Espacial Europea, que pueden detectar cambios en la infraestructura.</p><p>Las Naciones Unidas han dicho que hasta 6,8 millones de los casi 30 millones de habitantes de Venezuela podrían verse afectados, lo que podría significar ser desplazados o perder acceso a servicios esenciales como electricidad y agua.</p><p>La Cruz Roja Venezolana dijo que esperaba que las tareas de ayuda continuaran durante dos años.</p><p>Debido al caos y al mal servicio de telefonía celular, 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>___</p><p>DeBre reportó desde Buenos Aires, Argentina. Los periodistas de The Associated Press Jorge Rueda y Regina García Cano en Caracas, Venezuela; Dánica Coto en San Juan, Puerto Rico, y Gabriela Aoun Angueira en Tijuana, México, 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/X25RQJSKFKPVLNEJV2UZYDAHAU.jpg?auth=44b2ff285f991a3c4f22d70f7d2f018f464e3b7e1bb9c6c81e720fde7bf83dbe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un niño duerme en la calle ante casas dañadas por los sismos en Catia La Mar, Venezuela, el domingo 28 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[Venezuelans search more earthquake ruins as attention turns to humanitarian crisis]]></title><link>https://www.local10.com/news/world/2026/06/29/venezuelans-search-more-earthquake-ruins-as-aftershock-rattles-rescuers-in-disaster-zone/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/29/venezuelans-search-more-earthquake-ruins-as-aftershock-rattles-rescuers-in-disaster-zone/</guid><dc:creator><![CDATA[By JUAN PABLO ARRAEZ and ISABEL DEBRE, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — With the window for finding survivors shrinking fast, Venezuelans combed Monday through more ruins of buildings toppled by last week’s powerful back-to-back earthquakes, and attention turned to the country's humanitarian crisis that could persist for years.]]></description><pubDate>Mon, 29 Jun 2026 20:10:57 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — With the window for finding survivors shrinking fast, Venezuelans combed Monday through more ruins of buildings toppled by last week’s powerful back-to-back earthquakes, and attention turned to the country's humanitarian crisis that could persist for years.</p><p>Relief organizations say the first 72 hours after a natural disaster is the most crucial time period for rescues, though survival can be extended if people have access to food and water. Five days after the twin quakes, questions loomed about whether the cash-strapped government will be able to coordinate the effort needed to care for thousands of people who have been left homeless.</p><p>In other developments, a 4.6 magnitude aftershock rumbled through the disaster zone in the northern state of La Guaira.</p><p>The death toll stood at more than 1,700 people, according to the government.</p><p>Venezuelan government promotes its efforts</p><p>Facing criticism that authorities have done too little, too slowly, government officials promoted their recovery and rescue efforts on social and state-run media.</p><p>In a televised speech Monday, Jorge Rodríguez, the leader of the Venezuelan National Assembly and brother of acting President Delcy Rodríguez, said electricity had been restored to 90% of the hard-hit state of La Guaira. He said authorities were racing to evaluate damaged buildings that still posed a danger and had set up 15 temporary encampments for displaced people.</p><p>Delcy Rodríguez, who came to power in January after U.S. President Donald Trump's administration seized former President Nicolás Maduro, shared footage of survivors lifted out of the ruins to applause.</p><p>But such bright spots are rare at the quake's epicenter, where families keep vigil at search sites.</p><p>“We have to stay strong, even without food, without sleep,” said Ana Rada, watching as civil defense workers looked for her brother. “Until I see the body, I still have hope.”</p><p>Aftershock rattles rescuers</p><p>Following a weekend of smaller aftershocks and what the government said were more than 600 seismic events since Wednesday's quakes, the moderate temblor on Monday struck 27 kilometers (17 miles) north of Caraballeda on Venezuela’s Caribbean coast and measured 4.6 magnitude, according to the United States Geological Survey. Colombia’s geological survey put the magnitude at 5.1.</p><p>Jorge Rodríguez said there were no reports of additional damage, but the latest aftershock sent residents in the capital of Caracas screaming into the streets.</p><p>“Here we are again, back in the street. I don’t know when we’ll have a moment of true peace,” said Concepción Hernández, 51, who evacuated her apartment building in the Chacao municipality of Caracas.</p><p>The Caracas Metro said it would temporarily suspend service Monday to inspect infrastructure following the aftershock.</p><p>Questions over extent of US help</p><p>Dozens of countries have offered assistance. But the disaster has raised expectations for the Trump administration after its takeover of Venezuela’s oil industry earlier this year.</p><p>In a briefing with reporters, a senior State Department official said 300 first responders sent from the U.S. are working on the ground and two dozen C-17 military transport planes arrive every day with supplies. Financial support from the U.S. now exceeds $300 million.</p><p>The American military is also assisting with some repairs, including damage to the port in La Guaira to enable the arrival of more relief supplies by sea. Another team is helping to manage air traffic after the quakes destroyed part of the control tower at Simón Bolívar International Airport in Caracas, said the official, who spoke on condition of anonymity because he was not authorized to speak publicly.</p><p>It seemed unlikely, however, that the Trump administration would grant temporary humanitarian protections to Venezuelans as previous administrations have done for people from disaster-stricken countries already in the U.S. Such action was taken after earthquakes in 2010 in Haiti and 2001 in El Salvador. Venezuelans have been a major focus of the Trump administration’s immigration crackdown.</p><p>Rescuers included a miner deported from the US</p><p>Among the rescuers digging through the rubble Monday in La Guaira was 31-year-old miner Jean Sosa, who said he was deported from the U.S. in January over a missed immigration court hearing and returned to Caracas last month. He said he was dazed by an odyssey that involved traveling by bus through five countries after immigration agents left him in southern Mexico without his passport, phone or wallet.</p><p>He had built a new life in New York City over the past four years, working at a taco stand near Penn Station, before Department of Homeland Security officials detained him and shuttled him for months between immigration detention centers.</p><p>Since arriving Wednesday in La Guaira, Sosa has scrambled to pull people from the rubble in the absence of national rescue teams. For the first few days before more help arrived, survivors were driven to hospitals by private car or motorcycle, he said.</p><p>“I’m not involved in politics, but I believe many people could have been saved if there had been equipment and support from top authorities from the very beginning,” he told The Associated Press, wearing a helmet and a black T-shirt splotched with dust in the port city where he said he had already rescued 20 people alive.</p><p>Those rescues heartened him, he said, despite the lack of supplies. “We’re working without gloves, without equipment, borrowing supplies, improvising bandages and whatever else we can.”</p><p>The full scale of damage remains unclear</p><p>Experts and aid organizations are struggling to assess the scope of damage, but they generally agree that the government's figures are likely a vast undercount. Jorge Rodríguez said that as of Monday, a total of 15,866 people had been affected, while the number of damaged or collapsed buildings had reached 855.</p><p>A preliminary assessment by NASA estimated that the earthquake damaged or destroyed 58,870 buildings. The assessment relied on radar imagery from the European Space Agency’s Sentinel-1 satellites, which can detect changes to infrastructure.</p><p>The United Nations has said that up to 6.8 million of Venezuela’s nearly 30 million residents may be affected, which could mean being displaced or losing access to essential services such as electricity and water.</p><p>The Venezuelan Red Cross said it expected its relief efforts to continue for two years.</p><p>Because of the chaos and poor cellphone service, 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>Firefighter Kleider Carrillo said nothing prepared him for the destruction in La Guaira.</p><p>“When you study for this profession, you’re trained for situations like this," he said. “But what's in textbooks is one thing. Reality is another.”</p><p>___</p><p>DeBre reported from Buenos Aires, Argentina. Associated Press writers Jorge Rueda and Regina Garcia Cano in Caracas, Venezuela, Dánica Coto in San Juan, Puerto Rico, and Gabriela Aoun Angueira in Tijuana, Mexico, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IWGIRQBDQN2X7ZVMPZCZ3LQBV4.jpg?auth=7165d8f5df9187a325728e7ecd1e13ed7d024bd0dc3f1233a9785e697a62b47d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents watch rescuers' efforts to reach survivors beneath the rubble of a building that collapsed in the earthquakes in La Guaira, Venezuela, early Monday, June 29, 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/KJBASP6SWB7NQNDHLNJKRUY3W4.jpg?auth=6cc440b579041bf5f5369063e11e798fb58a897eadf4dc388caff81d1ae06412&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Volunteer Jean Sosa, who joined rescue teams searching for earthquake survivors, explains what he saw after going under the rubble of a building where rescuers are trying to reach trapped people in La Guaira, Venezuela, Monday, June 29, 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/EQM6VPWOZVHJDRPEDSHMRBTJDQ.jpg?auth=fe982d229a29799c63902ae603482bc31f55b610035df35b14d4607b14fd50c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers search through the rubble of a building that collapsed when 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/KGRAP6IG5JPJWO7UMF7E565I3I.jpg?auth=64ba427404e8aa7018a5a62bcde9bc2f998d8e6fa05ec823c2fd83869bda3894&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents and rescuers searching for survivors run as an aftershock shakes the area five days after back-to-back earthquakes struck La Guaira, Venezuela, Monday, June 29, 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/CMRIPRPETRTEZJZHZDNFDBBMLE.jpg?auth=745390d6860d212ee71fc2e36394d6ca802ff00ddfcc0d4cb18570e82b39d317&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A rescuer carries a girl pulled from the rubble four days after twin earthquakes struck La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></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 other people and the father and daughter were shot while they were inside their 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, authorities said.</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>Hallandale Beach police Capt. Megan Jones told Local 10 News it’s believed one of the people involved in the shooting 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[‘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 alive 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[A look back at 1983 when Florida became launch site that helped shape space race]]></title><link>https://www.local10.com/features/2026/06/29/a-look-back-at-1983-when-florida-became-launch-site-that-helped-shape-space-race/</link><guid isPermaLink="true">https://www.local10.com/features/2026/06/29/a-look-back-at-1983-when-florida-became-launch-site-that-helped-shape-space-race/</guid><description><![CDATA[Take a quick trip back to 1983 for a brief history of how Florida became the launch site that helped shape the space race.]]></description><pubDate>Mon, 29 Jun 2026 12:09:18 +0000</pubDate><content:encoded><![CDATA[<p>Take a quick trip back to 1983 for a brief history of how Florida became the launch site that helped shape the space race.</p>]]></content:encoded></item><item><title><![CDATA[UC Berkeley is establishing the Nancy Pelosi Institute to address democracy's challenges]]></title><link>https://www.local10.com/news/politics/2026/06/29/uc-berkeley-is-establishing-the-nancy-pelosi-institute-to-address-democracys-challenges/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/29/uc-berkeley-is-establishing-the-nancy-pelosi-institute-to-address-democracys-challenges/</guid><dc:creator><![CDATA[By KEVIN FREKING, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Former House Speaker Nancy Pelosi is pointing to a busy retirement next year. She and the University of California, Berkeley, are partnering to form a new nonpartisan academic institute they say will be dedicated to strengthening democracy.]]></description><pubDate>Mon, 29 Jun 2026 12:06:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Former House Speaker Nancy Pelosi is pointing to a busy retirement next year. She and the University of California, Berkeley, are partnering to form a new nonpartisan academic institute they say will be dedicated to strengthening democracy.</p><p>Pelosi, a Democrat who has represented San Francisco for nearly 40 years and is not seeking reelection, will also participate in the organization's academics by co-teaching a course on Congress. The Nancy Pelosi Institute for Representative Democracy will launch in January.</p><p>“I am honored to partner with this exceptional community of scholars and students so we can equip the next generation with the tools they need to strengthen our democratic institutions and forge a future that serves the public good,” Pelosi said.</p><p>The university says the institute will be focused on four pillars: strengthening America's democratic institutions; overcoming challenges to society, the economy and the planet; promoting human and civil rights; and ensuring political leadership that represents the full spectrum of perspectives and backgrounds.</p><p>Examples of the research that will be pursued include how to address climate change and wealth inequality and which electoral changes could be made to reduce voter polarization.</p><p>The Nancy Pelosi Institute has already received more than $35 million in philanthropic commitments. UC Berkeley Chancellor Rich Lyons said the institute aligns with the university's commitment to foster civil discourse and prepare students to lead with integrity on the global stage. The institute will be anchored in the university's political science department.</p><p>“We intend to do more than simply study democracy,” Lyons said. “We are building this institute to strengthen it.”</p><p>The institute will also be home to an exhibit chronicling Pelosi's career, a remarkable arc that included two stints as House speaker. Republican George W. Bush was completing the final two years of his presidency when she became the first female speaker. She continued during Democrat Barack Obama's first two years as president, helping muscle his landmark Affordable Care Act into law.</p><p>The second stint served as a check on President Donald Trump, a Republican who was impeached twice by the House but acquitted in the Senate.</p><p>One of Pelosi's most enduring images will be of her tearing up her copy of Trump's 2020 State of the Union address. She held up what remained of the address to her family in the gallery and explained to reporters that “it was a manifesto of mistruths.” Republicans were harshly critical of her action.</p><p>Trump was no fan of Pelosi. He responded to news of Pelosi's retirement last year by telling reporters he was glad she would be leaving Congress.</p><p>Pelosi, 86, remains a powerful figure in Democratic politics, particularly in her home state of California. Since stepping aside from leadership in 2023, she has served as a rank-and-file member of the House unlike any other, a speaker emerita engaged in the daily business of legislating while providing counsel to the next generation of Democratic leadership.</p><p>___</p><p>Follow the AP's coverage of Nancy Pelosi at https://apnews.com/hub/nancy-pelosi.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CJSNTLWKCDFMLDAVMH3DPK57VY.jpg?auth=0999a3fc498f181ebcdbaad11af43fc202d4b58af500f2c232383c1c03805100&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Nancy Pelosi, D-Calif., speaks at an event at the U.S. Capitol, March 25, 2026, in Washington. (AP Photo/Allison Robbert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[4 dead amid flooding caused by heavy rains, Kentucky governor says]]></title><link>https://www.local10.com/news/national/2026/06/29/4-dead-amid-flooding-caused-by-heavy-rains-kentucky-governor-says/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/29/4-dead-amid-flooding-caused-by-heavy-rains-kentucky-governor-says/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[FRANKFORT, Ky. (AP) — Four people have died due to flooding from thunderstorms in Kentucky, Gov. Andy Beshear said Saturday, and he declared a state of emergency with additional rainfall expected.]]></description><pubDate>Mon, 29 Jun 2026 12:05:37 +0000</pubDate><content:encoded><![CDATA[<p>FRANKFORT, Ky. (AP) — Four people have died due to flooding from thunderstorms in Kentucky, Gov. Andy Beshear said Saturday, and he declared a state of emergency with additional rainfall expected.</p><p>Flash flood warnings were in effect Saturday for parts of Kentucky and Indiana amid heavy rainfall, according to the National Weather Service.</p><p>The agency late Saturday afternoon said between 4 and 10 inches of rain had already fallen in some parts of southwestern Indiana, with more possible. Beshear’s office said up to 7 inches of rain were expected in parts of his state through the late evening.</p><p>He said on social media that three people had died in Madison County and one in Jackson County due to flooding.</p><p>Two of the flood victims, a man and a woman, were found dead inside their house after floodwaters inundated a section of the city of Richmond, Kentucky, and trapped residents inside their homes, according to the Madison County coroner’s office.</p><p>Another victim was extracted from a vehicle trapped in floodwaters on Tates Creek Road near Lexington, the coroner’s office said.</p><p>Carlos Coyle, the deputy Madison County coroner, said search and rescue teams were going door to door searching for victims in hard-hit areas. Some areas still were not accessible, he said.</p><p>Beshear said on social media there were “significant roads underwater” in Madison County. He also said at least 12 state roads were “out of commission” because they were flooded.</p><p>“This is a serious flooding event, where teams have already had to conduct multiple water rescues from vehicles and homes across the commonwealth,” he said in a separate statement. “As more heavy rain continues through late tonight, we need folks to remain alert and to avoid driving, especially after dark when there is limited visibility.”</p><p>In northwest Kentucky, just outside Louisville, Bullitt County emergency management officials asked residents of a rural road to evacuate as a precaution after a landslide at a dam embankment. The dam was holding, and there was no indication of imminent failure, they said.</p><p>The area saw about 3 inches of rain in the past two days, according to the National Weather Service.</p>]]></content:encoded></item><item><title><![CDATA[Shooting in northern Germany leaves 6 people dead. Suspected shooter arrested]]></title><link>https://www.local10.com/news/world/2026/06/29/shooting-in-northern-germany-leaves-6-people-dead-suspected-shooter-arrested/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/29/shooting-in-northern-germany-leaves-6-people-dead-suspected-shooter-arrested/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — A shooting at a youth welfare facility in northern Germany on Monday left six people dead in what officials believe may have stemmed from a custody dispute. The suspected shooter was arrested.]]></description><pubDate>Mon, 29 Jun 2026 19:48:02 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — A shooting at a youth welfare facility in northern Germany on Monday left six people dead in what officials believe may have stemmed from a custody dispute. The suspected shooter was arrested.</p><p>Five people – four women and one man – died at the scene of the shooting in Stade, police said. A sixth, also an adult, died later at a hospital. All six were employees of the youth center or its affiliates, they said.</p><p>"The police are investigating the motive and the exact course of events under high pressure," Daniela Behrens, interior minister for the Lower Saxony region, told a news conference, adding that it was an extremely violent crime in cold blood, “apparently in a custody dispute.”</p><p>Police said several people were wounded, some of them seriously, German news agency dpa reported, but they did not give a specific figure or information on the victims’ identity.</p><p>Police said the shooting took place in the facility on Dankersstrasse, a street south of the town center. The facility includes temporary accommodation for pregnant women or young mothers with children.</p><p>A main suspect was arrested, while another two people were subject to “police measures” on suspicion of involvement, police said in a statement. They didn't elaborate.</p><p>Video footage after the shooting showed a large police presence, along with other emergency service personnel and several ambulances on a residential street.</p><p>Germany’s gun laws are more restrictive than those in the United States, and mass shootings are rare but not unheard of.</p><p>Vitali Mertens, who lives across the street from the scene, said he heard gunshots and “the whole area was cordoned off right away.”</p><p>Stade has about 50,000 inhabitants and is located about 40 kilometers (25 miles) from Hamburg.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SBJY2ZS3XBQFON5MYS5RNOHBYM.jpg?auth=1c8bc9ef5c1298c9f81d248b2c6f0386a3221d7c0685bf328ae0b5d03e06b574&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image taken from a video, emergency responders, residents and police in Stade, Germany, Monday, June 29, 2026 after five people were killed in a shooting on Monday at a youth welfare facility in the northern German town of Stade, police said. (NWM-TV via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/UAPGDQ2UNOC5KGESTGLP32QQK4.jpg?auth=9cb61b8ccaed1b89b896beb6bb6a41207604b90f48f9b3e8290cd666884a1a55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Map showing the location of Stade in Germany. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RPOEE5BL2WZDDDLVD7BEVJ35SE.jpg?auth=f09da9dc9f7451f2bfbd0c813ebe6ce6f799937d5d2467d2af06dd7ff280d9c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image taken from a video, emergency responders, residents and police in Stade, Germany, Monday, June 29, 2026 after five people were killed in a shooting on Monday at a youth welfare facility in the northern German town of Stade, police said. (NWM-TV via AP)]]></media:description></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in Colorado's state primary]]></title><link>https://www.local10.com/news/politics/2026/06/29/ap-decision-notes-what-to-expect-in-colorados-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/29/ap-decision-notes-what-to-expect-in-colorados-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Democratic voters in Colorado will decide in a state primary Tuesday which of two well-known statewide officeholders to nominate to replace term-limited Democratic Gov. Jared Polis. Republicans will also choose a nominee for governor, while voters across the state will finalize general election matchups for U.S. Senate and U.S. House.]]></description><pubDate>Mon, 29 Jun 2026 11:31:23 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Democratic voters in Colorado will decide in a state primary Tuesday which of two well-known statewide officeholders to nominate to replace term-limited Democratic Gov. Jared Polis. Republicans will also choose a nominee for governor, while voters across the state will finalize general election matchups for U.S. Senate and U.S. House.</p><p>The Democratic gubernatorial primary between U.S. Sen. Michael Bennet and state Attorney General Phil Weiser will not only determine who might lead Colorado as President Donald Trump wages what Weiser has described as a “ revenge campaign ” against the state and its outgoing governor, but it could also create an opening in the closely divided U.S. Senate.</p><p>If Bennet wins the nomination and the general election, he would need to vacate his U.S. Senate seat, allowing the governor to name a replacement until the next general election in 2028. Bennet has said that he would hold his seat right up until taking office and appoint his own replacement, rather than allowing Polis to make the pick.</p><p>In a June 4 debate, Bennet said he would appoint a replacement under the age of 50. Of the four Democrats in Colorado’s congressional delegation, three are under 50: Jason Crow, Joe Neguse and Brittany Pettersen. All have endorsed Bennet.</p><p>One name Bennet already eliminated from consideration was Polis, saying his decision to commute the sentence of election conspiracy theorist and imprisoned former Mesa County Clerk Tina Peters was disqualifying. Peters’ conviction over her role in a security breach of county election equipment after the 2020 election became a rallying cry for Trump and his supporters.</p><p>If Weiser becomes governor, Bennet would serve out the remaining two years of his term, a scenario that has prompted some Weiser supporters to brandish bumper stickers that read “Weiser for governor! Bennet for Senate.”</p><p>This is the second office Bennet has sought while serving in the U.S. Senate. In 2019, he briefly sought the Democratic presidential nomination. This year, he is one of four sitting senators running for governor, which is the most in recent history.</p><p>The winner will face either state Rep. Scott Bottoms, state Sen. Barb Kirkmeyer, or pastor and Marine Corps veteran Victor Marx as the Republican nominee. Marx leads the GOP field in fundraising, with about $2.8 million in contributions and about $200,000 in the bank heading into the campaign’s final 20-day stretch. Marx more than doubled Kirkmeyer’s and Bottoms’ combined totals in each category.</p><p>According to Colorado Secretary of State records, Marx is the beneficiary of more than $400,000 in spending on TV and digital advertising from outside groups supporting his campaign. He’s also the target of a several hundred-thousand-dollar ad campaign opposing him and supporting Kirkmeyer. Another group has spent a small amount on social media and email advertising opposing Marx and supporting Bottoms.</p><p>On the Democratic side, Weiser has raised about $6.5 million in contributions, compared to about $4.8 million for Bennet. Both candidates also have the backing of outside groups who have spent millions in support of their campaigns and against the other.</p><p>Democrats have won nine of the last 11 elections for Colorado governor and have held the office since 2007.</p><p>At the top of the ballot, first-term Democratic U.S. Sen. John Hickenlooper faces a primary challenge from state Sen. Julie Gonzales. The winner will face Republican state Sen. Mark Baisley, who is unopposed in his primary.</p><p>One of the top U.S. House races to watch in November will be in the 8th Congressional District in the northern Denver suburbs, where Republican U.S. Rep. Gabe Evans seeks a second term. The Democratic nominee will be either former state Rep. Shannon Bird or state Rep. Manny Rutinel. The seat will be key to determining control of the chamber.</p><p>El Paso County and the city and county of Denver are the most populous jurisdictions in the state. Arapahoe, Jefferson, Adams and Douglas counties, which surround Denver, also have large populations, as do Larimer, Weld, Boulder, Pueblo and Mesa.</p><p>These 11 counties comprise about 87% of the state’s total registered voters and are critical sources of primary votes for both parties. However, Republican-leaning El Paso and Douglas counties tend to be more influential in Republican primaries, while heavily-Democratic Denver and Boulder counties tend to play a larger role in Democratic primaries.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 7 p.m. MT, which is 9 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in contested primaries for U.S. Senate, U.S. House, governor, secretary of state, attorney general, university regent, state Senate and state House.</p><p>Who gets to vote?</p><p>Registered party members may vote only in their own party’s primary. In other words, Democrats can’t vote in the Republican primary or vice versa. Independent or unaffiliated voters may participate in the Democratic, Republican or Unity Party primaries.</p><p>How many voters are there?</p><p>As of June 1, there were about 4.4 million registered voters in Colorado. That includes about 1.1 million registered Democrats, about 997,000 registered Republicans and about 2.3 million voters not affiliated with any party.</p><p>How many people actually vote?</p><p>In 2022, when Democratic incumbents were running for renomination for both U.S. Senate and governor, roughly 520,000 people voted in the Democratic primaries and about 633,000 in the Republican primaries.</p><p>In 2020, when there was a Republican incumbent U.S. Senator running for renomination, about 999,000 voters cast ballots in the Democratic primary and about 555,000 in the Republican primary.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>Elections in Colorado are conducted predominantly by mail. As of Thursday, about 327,000 Democratic primary ballots and about 228,000 Republican primary ballots have already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>In most Colorado counties, the first vote update of the night tends to include a mix of results from mail, early in-person and Election Day in-person voting. Since Colorado elections are conducted primarily by mail, mail voting results are released throughout the night, along with results from other voting methods.</p><p>How long does vote-counting usually take?</p><p>In the 2022 state primary, the AP first reported results at 9:04 p.m. ET, or four minutes after polls closed. By 12 a.m. ET, about 79% of the vote had been counted. The last vote update of the night was at 4:05 a.m. ET with about 90% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>In Colorado, an automatic recount is triggered if the margin between the top two vote-getters is 0.5% or less of the leading candidate’s vote total. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 126 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GOP2HEDLSP3QYDLZ6BOP522IRU.jpg?auth=f1bc37363793f413ac2463b4f3172c63807a78573c9b90ff588e831fb8813314&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Michael Bennet, D-Colo., announces his plan to run for Colorado's governorship in the 2026 election at an event outside the Museum of Nature and Science, April 11, 2025, in Denver. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[House Republicans are looking to get their agenda on track after a chaotic week]]></title><link>https://www.local10.com/news/politics/2026/06/29/house-republicans-are-looking-to-get-their-agenda-on-track-after-a-chaotic-week/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/29/house-republicans-are-looking-to-get-their-agenda-on-track-after-a-chaotic-week/</guid><dc:creator><![CDATA[By KEVIN FREKING, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — With a social media assist from President Donald Trump, House Speaker Mike Johnson is looking this week to ease the divisions in his Republican ranks and make progress on key legislative priorities before this fall's elections.]]></description><pubDate>Mon, 29 Jun 2026 11:16:53 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — With a social media assist from President Donald Trump, House Speaker Mike Johnson is looking this week to ease the divisions in his Republican ranks and make progress on key legislative priorities before this fall's elections.</p><p>Johnson sent lawmakers home early last week after tumult in his conference prevented the House from voting on two spending bills and a measure dealing with veterans' benefits. Meanwhile, the list of legislative priorities only grew with Trump requesting $87.6 billion in new spending, mostly to cover the cost of the war with Iran.</p><p>The week ahead could signal whether Johnson can turn a short summer in Washington into a productive work period that voters will reward in November.</p><p>“We have got a lot more to do. We have got to keep it going,” Johnson told Fox News Channel’s "Sunday Morning Futures."</p><p>Johnson, of Louisiana, went to the White House moments after the House wrapped up its abbreviated workweek and returned with a coveted Trump social media post telling Republicans to quit voting down the procedural rules that allow for final votes on their legislative priorities.</p><p>“No more grandstanding, please!" Trump wrote.</p><p>Before Trump's message, Republican and Democratic lawmakers were openly doubting whether the House would even return this week or just follow the Senate's lead and break for the July Fourth holiday.</p><p>“I got to have everybody working here on all cylinders, and I’m excited to bring them back," Johnson said on Fox.</p><p>A promising week quickly turns sour for Republicans</p><p>The House began last week with a legislative victory that speaks to voters' concerns about affordability, passing bipartisan legislation aimed at lowering the cost of housing. It was the culmination of years of work by members on both sides of the political aisle.</p><p>But Trump abruptly called off the bill signing ceremony, saying he would not act until Congress passed legislation that requires proof of citizenship for those registering to vote. Johnson said he will send the housing bill to Trump on Monday and hopes the Republican president signs it with the “biggest, boldest marker that he has.”</p><p>Hard-liners in the House have also taken up Trump's demand for the elections bill. More than two dozen of them have signed a letter pledging to vote against any Senate bills unless the elections legislation is attached. Rep. Anna Paulina Luna, R-Fla., led the blockade that prompted Johnson to send lawmakers home early.</p><p>Democrats seized on the Republican gridlock.</p><p>”This is the incredibly pathetic Congress," said Rep. Jim McGovern, D-Mass. "The fact they can't get their act together, can’t establish discipline to keep this place running, is stunning. I’ve never seen such incompetence.”</p><p>Republicans also voiced their frustration.</p><p>“I just think it’s a very self-defeating position for anyone to take, that they’re going to shut everything down over one issue,” said Rep. Brian Fitzpatrick, R-Pa.</p><p>But Rep. Andy Harris, R-Md., predicted there will be more gridlock ahead unless a bill that includes the elections legislation is sent to Trump. While the House has already passed a version of the measure, it has stalled in the Senate.</p><p>“Yeah, I think everything is going to be held up until we come to an agreement on voter ID and especially confirming the citizenship of Americans before they register to vote," Harris said.</p><p>Asked if Americans want Congress to be advancing other priorities besides the voting bill, known as the SAVE America Act, Harris replied. “I think they truly believe that this is a very important bill. I’m not sure they believe that a lot of the other things we’re doing here in Washington are very important.”</p><p>The test ahead is on an important defense bill</p><p>Trump's admonition to House Republicans to quit voting down their own procedural rules will be put to the test this week. Leadership is expected to tee up a vote on an annual defense policy bill, must-pass legislation that calls for some of the increased spending that Trump wants for the Pentagon.</p><p>Luna, a Trump ally, was making no promises about standing down, even after the president's social media post. She has proposed attaching the elections legislation to the defense bill. Because of the narrow Republican majority, it takes only a few Republican “no” votes to block a bill from advancing to a final vote.</p><p>“If they want my vote, they should entertain it, debate it, and if they block it, then we’ll see. But that’s how you get my vote," Luna told reporters.</p><p>There's little time left for top GOP priorities</p><p>The House is scheduled to be in session for only about 28 days before the midterm elections. The lawmakers are out for virtually all of August and October, giving them additional time to campaign back home for reelection.</p><p>In that window, they must pass bills to keep the government running beyond the Sept. 30 end of the budget year. They also aspire to pass a bill on a party-line basis that would include more defense spending, partially paid for by cuts in other programs. Republicans have billed their effort as going after waste and fraud.</p><p>It would be the successor to the big tax and spending cut bill that Republicans passed last year. That measure extended the tax cuts passed in Trump's first term and expanded tax breaks for those who get income through tips and overtime. The bill also focused on boosting immigration enforcement, paid in part through reduced spending on Medicaid and nutrition assistance.</p><p>Johnson has talked optimistically about being able to pass such a bill before the August recess. He met with members of the House Budget Committee last week as they try to find a path forward. But Republican senators are not counting on it. There are also doubters in the House, given the difficulty of the process that is required to bypass a filibuster in the Senate.</p><p>“I’m just not seeing a path forward on it," said Republican Rep. David Valadao, who represents a perennial swing district in California's farm belt.</p><p>But Budget Committee Chairman Jodey Arrington, R-Texas, said members are close to a framework. He predicted it will be politically rewarded if they are able to address election integrity and curb waste and fraud.</p><p>“We have to energize our base, and we have to address the enthusiasm gap," Arrington said.</p><p>___</p><p>AP Congressional Correspondent Lisa Mascaro contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GYFIBXTCCCJ72OHBTV7SFW6R5U.jpg?auth=37bf74fc72cab75244b7f87752e4eb8c27f5ec2645abfccb0ad0238016ccb0f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[House Speaker Mike Johnson of La., arrives at the White House ahead of the UFC Freedom 250 on the South Lawn, Sunday, June 14, 2026, in Washington. (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/LNLGNHN5AWEIAUEAAVSWIQ2TIU.jpg?auth=6c3e8ac5f8378baf761375ca5b97f40cbc2b10606472906c1f344d590b392cf2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[House Speaker Mike Johnson of La., arrives before President Donald Trump speaks at the opening of the Great American State Fair on the National Mall, Wednesday, June 24, 2026, in Washington. (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/T24UF7Z4EIVLC4DI2ZGKJVXTHQ.jpg?auth=2164271b4c504914f6d9e98e07dc91b20acef740551f1e1243b784ed0d032400&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Capitol is seen at sunset, Thursday, June 25, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content></item><item><title><![CDATA[Award-winning Miami chef expands culinary vision with gourmet baguette delivery service]]></title><link>https://www.local10.com/food/2026/06/29/award-winning-miami-chef-expands-culinary-vision-with-gourmet-baguette-delivery-service/</link><guid isPermaLink="true">https://www.local10.com/food/2026/06/29/award-winning-miami-chef-expands-culinary-vision-with-gourmet-baguette-delivery-service/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Chef Olivia Ostrow has already earned a reputation for elevating kosher fine dining in South Florida. Now, the award-winning restaurateur is taking her signature flavors beyond the dining room and directly to customers’ doors.]]></description><pubDate>Mon, 29 Jun 2026 11:04:00 +0000</pubDate><content:encoded><![CDATA[<p>Chef Olivia Ostrow has already earned a reputation for elevating kosher fine dining in South Florida. Now, the award-winning restaurateur is taking her signature flavors beyond the dining room and directly to customers’ doors.</p><p>Recently named “Best Chef in Miami” by <i>Aventura Magazine</i>, Ostrow is the founder and executive chef of <a href="https://maisonostrow.com/" target="_self" rel="" title="https://maisonostrow.com/">Maison Ostrow</a>, a French kosher restaurant in North Bay Village. Her newest venture, <a href="https://www.maisonbaguette.com/" target="_self" rel="" title="https://www.maisonbaguette.com/">Maison Baguette</a>, delivers handcrafted gourmet sandwiches inspired by cuisines from around the world.</p><p>For Ostrow, the journey began long before she opened her Miami restaurant.</p><p>“I’m the happiest when I’m around food,” she said.</p><p>Growing up in France, she developed her love of cooking at her grandparents’ country home, where large family gatherings revolved around the kitchen table.</p><p>“My grandparents had a country house where everybody would meet on the weekend — all the cousins, the uncles and everyone,” Ostrow recalled. “It was like a constant revolving door of food.”</p><p>Inspired by those family meals, Ostrow trained under some of France’s most accomplished chefs before eventually relocating to South Florida.</p><p>Determined to bring authentic French cuisine to Miami’s kosher dining scene, she opened Maison Ostrow, assembling a kitchen staff trained in France under Michelin-starred chefs.</p><p>“For me to open a restaurant that was kosher and French, I needed to have a real kitchen,” Ostrow said. “The guys with me in my kitchen were trained in France under Michelin-star chefs. They know their stuff.”</p><p>The restaurant’s menu features dishes including smoked salmon crêpes, caramelized miso black cod, homemade pastas, risottos, veal, lamb and duck.</p><p>But despite her extensive fine-dining menu, Ostrow admits one food has always been her favorite.</p><p>“I’m obsessed with a sandwich,” she said. “I can eat sandwiches every day. If you want to invite me over for dinner, just tell me you’re making a sandwich. I’m coming.”</p><p>That passion inspired Maison Baguette, a delivery-only concept centered around freshly baked French bread filled with globally inspired recipes.</p><p>Rather than creating traditional deli sandwiches, Ostrow designed a menu featuring about 25 different combinations inspired by favorite dishes from around the world.</p><p>“We picked dishes, not sandwiches, from all over the world that we love,” she said. “It can be sweet-and-sour sesame chicken representing Asia, a Greek salad with chicken, or steak frites with peppercorn sauce.”</p><p>Each sandwich is served on homemade baguettes developed specifically for delivery.</p><p>Perfecting the bread took months of testing.</p><p>“The work was literally five full months to perfect that baguette,” Ostrow said. “We imported flour from all over the globe, and we made it happen. Now we’re open, we’re thriving, and I couldn’t be prouder of my little baguette.”</p><p>Customers can also order VIP meal boxes that include fries, a dessert and a drink.</p><p>With Maison Ostrow continuing to serve diners in North Bay Village and Maison Baguette expanding her reach across South Florida, Ostrow hopes to continue sharing the French culinary traditions that first inspired her around her grandparents’ kitchen table.</p><p>Maison Baguette sandwiches can be ordered online through the company’s <a href="https://www.maisonbaguette.com/" target="_self" rel="" title="https://www.maisonbaguette.com/">website</a> or mobile app.</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[180-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, Brett Knese]]></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.</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>As of Monday morning, the fire had grown to about 180 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>The fire erupted Sunday afternoon, immediately torching about 100 acres and spreading further west.</p><p>Traffic cameras miles away show the massive, thick smoke clouds off in the distance.</p><p>“I never knew it would catch on fire and it’s right here. It’s not that far away,” a man named Connor said. “I was driving north on the expressway and I saw it, so I thought, I’m gonna be nosey and check it out. Sure enough, you can still see the fires, which is pretty crazy.”</p><p>Officials are monitoring the fire as it continues to burn in the area.</p><p>“Biggest thing for me is, how is the fire department going to contain this?” Connor wondered.</p><p>As of Monday morning, the fire was 0% contained.</p><p>This is the beginning of yet another firefight in what has been a busy fire season.</p><p>Tens of thousands of acres have been scorched just in the last few months.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[June 29: Another hot, humid day with afternoon storms ]]></title><link>https://www.local10.com/weather/2026/06/29/june-29-another-hot-humid-day-with-afternoon-storms/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/29/june-29-another-hot-humid-day-with-afternoon-storms/</guid><description><![CDATA[Happy Monday! Get ready for another hot, humid day. High temperatures will be in the mid-90s, but heat indices will reach 100-108 degrees.]]></description><pubDate>Mon, 29 Jun 2026 10:44:29 +0000</pubDate><content:encoded><![CDATA[<p>Happy Monday! Get ready for another hot, humid day. High temperatures will be in the mid-90s, but heat indices will reach 100-108 degrees. Afternoon storms are expected with the development of the sea breeze. These showers and storms will be isolated and push inland so much of the metro/coastal areas will stay dry and very hot. Saharan dust will provide for limited rain chances with hazy sunrises and sunsets. A brush fire continues to burn over inland Broward County, with southeast breeze smoke and haze pushing inland over the Everglades. Keep it tuned to Local 10 for more. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Kara Swisher took Silicon Valley by force. Now she's eyeing influence in the 2028 campaign]]></title><link>https://www.local10.com/business/2026/06/29/kara-swisher-took-silicon-valley-by-force-now-shes-eyeing-influence-in-the-2028-campaign/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/29/kara-swisher-took-silicon-valley-by-force-now-shes-eyeing-influence-in-the-2028-campaign/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Kara Swisher is everywhere.]]></description><pubDate>Mon, 29 Jun 2026 12:41:29 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Kara Swisher is everywhere.</p><p>She's filling in for Joy Behar on ABC's “The View.” Appearing alongside Meryl Streep in “The Devil Wears Prada 2.” Starring in a CNN documentary. Preparing a national tour. And churning out four podcasts most weeks featuring long-form interviews and commentary.</p><p>It's a ubiquity born of more than three decades chronicling the technology industry with a professed indifference to power that vaulted her into a rare echelon of journalism celebrity.</p><p>She harnessed that reputation to persuade rivals Steve Jobs and Bill Gates to appear onstage together and make Mark Zuckerberg so uncomfortable under questioning that he broke out into a sweat. She had Elon Musk's cellphone number — the two aren't currently speaking — and often texts tech and business leaders.</p><p>She's betting the influence that made her a Silicon Valley force will translate into politics as podcasts supplant traditional media as a destination for candidates seeking attention.</p><p>During Republican President Donald Trump's second term, potential Democratic presidential candidates ranging from California Gov. Gavin Newsom and former Vice President Kamala Harris to onetime Transportation Secretary Pete Buttigieg and former White House chief of staff Rahm Emanuel have appeared on Swisher's shows. She expects that roster to grow.</p><p>“We get called by all the presidential candidates,” the 63-year-old Swisher said in an interview at her home in a leafy corner of Washington, where her trademark high self-regard was on display. “We’re going to get to all of them.”</p><p>Swisher is hardly the only podcaster talking politics. Conservatives like Megyn Kelly and Tucker Carlson and some liberals like the former Barack Obama aides who host “Pod Save America” have larger audiences. They're all dwarfed by Joe Rogan.</p><p>But Swisher, who has evolved from a traditional print journalist to business owner and podcast host, has few rivals who can match her technology expertise and connect those observations to the broader political debate.</p><p>“When I first went on her podcast when I just got into Congress in 2017, she was very well respected in tech circles,” said Rep. Ro Khanna, a California Democrat whose district includes Silicon Valley. “But now she's emerged as a larger cultural force, especially at a time where there's such anger at the tech billionaires and tech arrogance.”</p><p>Interviews that produce revealing moments</p><p>When she's not on the road, Swisher typically records from a basement studio in the Washington home she shares with her wife, children and a cat named Lovely. The conversations on her interview podcast “On with Kara Swisher” are often referenced later on “Pivot,” which she co-hosts with entrepreneur Scott Galloway.</p><p>They frequently produce revealing moments, as when Newsom filled in for Galloway on “Pivot.” Swisher derided him for being too easy on Steve Bannon when the longtime Trump aide appeared on Newsom's own podcast.</p><p>“You had an opportunity to engage,” Swisher pressed. “Why not engage?”</p><p>The typically self-possessed Newsom conceded, “I'm not the pro that some of these others are, but I appreciate the insight.”</p><p>Swisher pushed Buttigieg on why he took so long to say President Joe Biden, a fellow Democrat, shouldn't have sought reelection. Buttigieg said he wasn't consulted.</p><p>“Sure, but you have eyes,” Swisher responded.</p><p>Her interview with Harris captured the former vice president's tenacious side as she called policies from Trump's Health and Human Services secretary, Robert F. Kennedy Jr., “f----- up.” Harris said gravely that she “can't laugh” about such matters, though Swisher noted on a later podcast that the two had just joked about Kennedy backstage.</p><p>“Be the person backstage because that's the person who gave a great answer,” Swisher said in the later podcast.</p><p>In an interview, Newsom said Swisher “calls out my bulls—-.”</p><p>“She'll send me missives unsolicited,” he said. “She's usually right, and it drives me crazy.”</p><p>Sen. Mark Warner, a Virginia Democrat who has long known Swisher, agreed that being interviewed by Swisher is “not a layup.”</p><p>Even Sen. Thom Tillis of North Carolina, a rare Republican to go on her show, said it was a worthwhile experience despite being pressed on whether his willingness to speak out against the Trump White House emerged only after he opted against reelection.</p><p>“If you’re a politician, you should be able to walk up anywhere and hold your own,” Tillis said. “Do the prep, get on the show. You may end up having an opportunity, like in my experience, to give a completely different perspective.”</p><p>‘Pivot’ was initially focused on tech and business</p><p>Shaping the political conversation wasn't the objective when “Pivot” launched in 2018.</p><p>Galloway, who hosts his own “Prof G” and “Raging Moderates” podcasts, recalled the idea for “Pivot” was to focus on the intersection of technology and business. That's still much of the show's focus, but the biggest stories in those spaces, such as the initial public offering for Musk's SpaceX or the rise of artificial intelligence, are now inevitably linked to politics.</p><p>“Show me a big business or tech story, and I'm going to show you a political overlay,” Galloway said.</p><p>The expansion converges with a sense of urgency among Democrats to be more aggressive on digital platforms, where audiences are increasingly concentrated.</p><p>“The single most important quality that every candidate needs to have is the ability to talk and the ability to talk anywhere,” said Teddy Goff, the co-founder of Precision Strategies and the digital director for Obama's 2012 presidential campaign. “That might mean a two-hour podcast interview. It might mean a 15-second digital video.”</p><p>Democrats are still stung by Rogan's nearly three-hour Trump interview in the final weeks of the 2024 campaign. Rogan, who doesn't consider himself a journalist, has said Harris' campaign didn't agree to his terms. Harris has described being spurned by Rogan.</p><p>Swisher agreed Democrats should embrace podcasts but insisted she's not a left-leaning counter to Rogan.</p><p>“You can’t manufacture this stuff,” she said. “It just doesn’t work, right? The kids like what the kids like.”</p><p>Still, the podcasts add up to influence and financial success.</p><p>Galloway said “Pivot,” which is effectively a joint venture between himself, Swisher and Vox Media, will be a $15 million to $20 million business this year. With a staff of just five, that's a robust moneymaker as media is disrupted by a wave of mergers and acquisitions.</p><p>Vox Media itself has been reborn after a recent acquisition by James Murdoch, who swept New York magazine, the Vox Media Podcast Network and the Vox editorial brand into a single company where podcasts are the fastest-growing business.</p><p>“Podcasts are the NBA,” Galloway said. “There’s a small amount of people making a lot of money.”</p><p>A goal to be popular ‘among the entire populace’</p><p>While Swisher largely hosts Democrats, she's recently interviewed Tillis and Scott Jennings, a conservative CNN commentator. She hopes to soon bring on additional Republicans and said she texted Steve Hilton's wife, a former Google executive, in hopes of booking him shortly after he advanced in California's governor's race.</p><p>“What we’re going for is to be popular among the entire populace,” she said. “So that people who don’t feel they want to be in a constant state of anger, whether it’s on the left or the right, can have a place to go.”</p><p>But her barbed comments about Trump and other Republicans could complicate that goal.</p><p>Kelly McBride, an ethics expert at the Poynter Institute, a journalism think tank, said shows like Swisher’s can sometimes “butt right up against the type of podcasts that I would not consider journalism.”</p><p>“The way you separate them out is that the intention and the system surrounding the podcast is engineered in a way to create fact-based information,” she said.</p><p>Swisher describes her work as “reported analysis,” citing tech writer Om Malik, who died last week, as an inspiration.</p><p>As for the tone of the podcasts, it's all part of the authenticity that is central to Swisher's brand. Beyond the takes on the day’s news, she and Galloway have developed a strong — if unlikely — chemistry in which his penchant for vulgarities can make her seem almost highbrow.</p><p>“We don’t shy away from our faults,” she said. “We don’t shy away from our biases. You know, we don’t shy away from things that most people try to.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HLHTGOHGII6DBCETSL3SOEDGWQ.jpg?auth=2f194e604b0bf2f8041f1113feb5a082f1e8c73df2fb26a86ad28cad13e2fa6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Podcaster Kara Swisher speaks during an interview with The Associated Press, Thursday, June 11, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DKNWFZOAMUYEZFIAZI52FNPGGQ.jpg?auth=b1a22aeab55851bb06b658e4a9a7ea4c08486be5a4c712f98c0ffd8552d0e833&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Podcaster Kara Swisher speaks during an interview with The Associated Press, Thursday, June 11, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3LO6BV5JBWVCLZVW4CVWME5A4U.jpg?auth=991d8f428b903408a26ef933ed2a5fa5b3bb12375caad34a38b2046df806cb18&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Podcaster Kara Swisher speaks during an interview with The Associated Press, Thursday, June 11, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R4YQMYP5TD5DGTQ7ILTRIJZYDE.jpg?auth=7ef85f8467d90b9b36d342432666fe7e6eaaddcaf35c6dce75a86e5362b55f04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Podcaster Kara Swisher speaks during an interview with The Associated Press, Thursday, June 11, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/422KCAU3DN2YXLLI73T6HBMBO4.jpg?auth=d6426fb0239ad5a53add50c828d40e3130550d7f28df0fd14388d80eac53e52e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Podcaster Kara Swisher speaks during an interview with The Associated Press, Thursday, June 11, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item></channel></rss>