<?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 11:34:24 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Suspect caught on camera breaking into 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 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.</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 a vehicle’s window to gain access inside.</p><p>Among the victims was Local 10 photojournalist Avi Robledo, whose vehicle was parked in the lot 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 across the street, photographing evidence as they searched for clues.</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>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[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 10:44:30 +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 President Donald Trump's second Republican 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><item><title><![CDATA[Play is underway in ideal conditions on the opening day of Wimbledon]]></title><link>https://www.local10.com/sports/2026/06/29/play-is-underway-in-ideal-conditions-on-the-opening-day-of-wimbledon/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/play-is-underway-in-ideal-conditions-on-the-opening-day-of-wimbledon/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Play on the outside courts is underway in the 139th edition of Wimbledon.]]></description><pubDate>Mon, 29 Jun 2026 10:43:08 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Play on the outside courts is underway in the 139th edition of Wimbledon.</p><p>Among the early matches on the opening day of the grass-court Grand Slam: Fourth-seeded Jessica Pegula was playing Darja Vidmanova on No. 2 Court; Rafael Jodar was playing Felix Gill on No. 3 Court; and French Open finalist Maja Chwalinska was playing Mananchaya Sawangkaew on Court 12.</p><p>Later Monday, defending champion Jannik Sinner was to open play on Centre Court against Miomir Kecmanovic, followed by top-ranked Aryna Sabalenka against Teodora Kostovic and seven-time champion Novak Djokovic against Wu Yibing.</p><p>Conditions were ideal with sunny skies and the temperature 20 degrees Celsius (68 Fahrenheit) and forecast to rise only to 24 C (75 F).</p><p>Serena Williams will play her opening match on Tuesday against 20-year-old Maya Joint of Australia — marking the first time she competes in singles in nearly four years. Then she’ll play doubles with older sister Venus Williams later in the week.</p><p>Wimbledon was first held in 1877.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UMEVYY7EM3TKUCZZWIC3HLISNY.jpg?auth=359e4fa843ee11cb5f313656a85cff6726ead9c751557e80f497d4f1d8327f77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jessica Pegula of the United States returns to Darja Vidmanova of Czech Republic during the women's singles match at the Wimbledon Tennis Championships in London, Monday, June 29, 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/KGK765WANJJ4IADBPGXNGSG5KM.jpg?auth=1d3b758363f9e2b42c6b1aa0998603ce864448cfd70dab6b34ddda7d31eb665d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jessica Pegula of the United States returns to Darja Vidmanova of Czech Republic during the women's singles match at the Wimbledon Tennis Championships in London, Monday, June 29, 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/WHN2X2JJF7GTNPZC6G5XOC7CTU.jpg?auth=e979c090075b2abecb417f4599e4a0087ec6325a745c67fd0d4d13530833d5e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pablo Carreno Busta of Spain returns the ball to Denis Shapovalov of Canada in their first round men'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/327KQFJAMNFHUT3YIQSHTHH7TQ.jpg?auth=edab7d6f3dab1021aef5ae1ff5419265b8e1f81e530720b53bda6df77be0bae8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Learner Tien of the United States returns the ball to Dalibor Svrcina of Czech Republic in their first round men's singles match at the Wimbledon Tennis Championships in London, Monday, June 29, 2026. (AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NT74GTYZZG5Z6GV3ZZHP4JTJDY.jpg?auth=b576d2c0f5aea9b22f48c25ff7ce583169795d2aff504c84293d13c307e64671&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Denis Shapovalov of Canada looks on during his match against Pablo Carreno Busta of Spain in the first round men'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[Star-maker Clive Davis to be honored at funeral. Here's how to watch]]></title><link>https://www.local10.com/entertainment/2026/06/29/star-marker-clive-davis-to-be-honored-at-funeral-heres-how-to-watch/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/29/star-marker-clive-davis-to-be-honored-at-funeral-heres-how-to-watch/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The life and influential career of record executive Clive Davis will be honored at his funeral Monday. Davis' memorial service will be closed to the public but it will be livestreamed.]]></description><pubDate>Mon, 29 Jun 2026 10:55:18 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The life and influential career of record executive Clive Davis will be honored at his funeral Monday. Davis' memorial service will be closed to the public but it will be livestreamed.</p><p>It is not yet known which stars will attend to pay their respects to Davis, who launched the careers of numerous stars including Whitney Houston, Bruce Springsteen, Alicia Keys and Kenny G and influenced others like Santana, Janis Joplin and the Grateful Dead.</p><p>Davis died June 22 in his Manhattan apartment at the age of 94, a few weeks after he'd been hospitalized for an upper respiratory issue. His funeral is scheduled to begin at 10 a.m. EDT.</p><p>While details on who will attend and perform haven't been released, numerous stars are likely to attend. Davis for more than 50 years convened a pre-Grammy Awards gala attended by some of the biggest names in music the night before the awards ceremony.</p><p>At this year's gala, former President Barack Obama praised Davis, a record company lawyer who rose to become one of music's most influential figures. While many record execs saw their influence wane as they grew older, Davis' seemed to grow. He breathed new life into the careers of established artists like Aretha Franklin and Carlos Santana and helped launch Keys and several early “American Idol” winners' careers, including Kelly Clarkson.</p><p>He is survived by his four children, sons Fred, Doug and Mitchell, daughter Lauren, eight grandchildren and two great grandchildren.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YEUVDETTARIQ2GPJESF3YOXY6Y.jpg?auth=0d2acbe6da1f66c8e590503b1e7e929d01f47e70a8f774a1861d4b327f034fd2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Record mogul Clive Davis is pictured in his New York office, Sept. 10, 1980. (AP Photo/Marty Reichenthal, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marty Reichenthal</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CODKTOPBWGEH625GUBFRKOB6HI.jpg?auth=f0639c9ac9fe2e4b1eeb54bb2dad2408832844bc98717071dc3f89745e99cea2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sony Music Entertainment's Chief Creative Officer and famous hitmaker Clive Davis posing for a portrait in his office in New York on Feb. 18, 2013. (Photo by Dan Hallman/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Hallman</media:credit></media:content></item><item><title><![CDATA[Comcast plans to split into two public companies by spinning off NBCUniversal and Sky]]></title><link>https://www.local10.com/business/2026/06/29/comcast-plans-to-split-into-two-public-companies-by-spinning-off-nbcuniversal-and-sky/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/29/comcast-plans-to-split-into-two-public-companies-by-spinning-off-nbcuniversal-and-sky/</guid><dc:creator><![CDATA[By MICHELLE CHAPMAN, Associated Press]]></dc:creator><description><![CDATA[Comcast is planning to split itself into two separate publicly traded companies by spinning off NBCUniversal and Sky.]]></description><pubDate>Mon, 29 Jun 2026 11:08:51 +0000</pubDate><content:encoded><![CDATA[<p>Comcast is planning to split itself into two separate publicly traded companies by spinning off NBCUniversal and Sky.</p><p>The company said Monday that its board and management team think each company will be better positioned to pursue its own strategic priorities, invest for growth and create long-term shareholder value as independent entities.</p><p>The planned move comes after Comcast announced in November 2024 that it was spinning off cable networks such as USA, Oxygen, E!, SYFY and Golf Channel, as well as CNBC and MSNBC into a new company. Movie ticketing platform Fandango and the Rotten Tomatoes movie rating site were also included.</p><p>Like other cable companies, Comcast in recent years has shifted its business emphasis away from traditional cable toward streaming and other sources of revenue, such as its movie studio, theme parks and home wireless and internet services.</p><p>Media and entertainment company NBCUniversal includes a theme parks division, Universal film and television studios, NBC and Telemundo networks, Peacock, and Bravo. Its portfolio will now European media business Sky.</p><p>Comcast, based in Philadelphia, will continue providing internet services to residential and business customers.</p><p>Comcast co-CEO Mike Cavanagh will become the CEO of NBCUniversal. Comcast’s former Chief Financial Officer Michael Angelakis will become the CEO of Comcast, following completion of the separation. In the interim, he will serve as a strategic adviser.</p><p>Comcast Chairman and co-CEO Brian Roberts will continue to be actively involved in the leadership of Comcast and NBCUniversal, working in partnership with the CEOs of both companies.</p><p>“Comcast will continue to build on its leadership in connectivity, while NBCUniversal, together with Sky, will have the scale, brands, content and financial resources to compete as a premier global media and entertainment company,” Cavanagh said in a statement.</p><p>Once the transaction is complete, Comcast shareholders will own shares in both Comcast and NBCUniversal. The separation is expected to be completed in about a year. It still needs final approval from Comcast's board and is subject to regulatory approvals.</p><p>Comcast expects to keep a stake of up to 19.9% ownership position in NBCUniversal for up to one year after the spinoff is complete.</p><p>In premarket trading, Comcast shares surged 24%.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A6APZFN7RUCVWQU7EGVMLSASFI.jpg?auth=26734d9ef0622ba9d1511f990f2f298684a0e4bfd744ed4754263a9c25081892&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- A Comcast truck is shown on Jan. 24, 2019, in Pittsburgh. (AP Photo/Gene J. Puskar, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content></item><item><title><![CDATA[Israeli strike targeting a militant kills 3, including a child, in Gaza]]></title><link>https://www.local10.com/news/2026/06/29/israeli-strike-targeting-a-militant-kills-3-including-a-child-in-gaza/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/29/israeli-strike-targeting-a-militant-kills-3-including-a-child-in-gaza/</guid><dc:creator><![CDATA[By WAFAA SHURAFA and SAMY MAGDY, Associated Press]]></dc:creator><description><![CDATA[DEIR AL-BALAH, Gaza Strip (AP) — An Israeli airstrike killed at least three Palestinians, including a child, in the Gaza Strip on Monday, after hitting a tent sheltering displaced people that Israel said housed a militant.]]></description><pubDate>Mon, 29 Jun 2026 09:22:11 +0000</pubDate><content:encoded><![CDATA[<p>DEIR AL-BALAH, Gaza Strip (AP) — An Israeli airstrike killed at least three Palestinians, including a child, in the Gaza Strip on Monday, after hitting a tent sheltering displaced people that Israel said housed a militant.</p><p>Health authorities in the coastal enclave said the strike hit a neighborhood in Deir al-Balah, one of the least damaged towns in central Gaza. Al-Aqsa Martyrs Hospital said the fatalities were two men and an 8-year-old while a third man was wounded.</p><p>Israel's military identified the target as Zaher Abu Salem, who it said was a member of Islamic Jihad and was involved in the Oct. 7, 2023, attack on Israel that triggered the war.</p><p>While the heaviest fighting has subsided since a ceasefire took hold in October, Israeli forces have carried out repeated airstrikes, killing 1,045 Palestinians, according to health officials in Gaza. Israel has announced a series of strikes targeting militants, including three over the weekend.</p><p>The ministry, which is part of the Hamas-led government, maintains detailed casualty records that are seen as generally reliable by U.N. agencies and independent experts. But it does not give a breakdown of civilians and militants. Militants have carried out shooting attacks on troops, and Israel says its strikes are in response to that and other violations. Five Israeli soldiers have been killed since the ceasefire.</p><p>The Oct. 7 attack by militants on Israel killed some 1,200 people and saw 251 taken hostage. Israel’s retaliatory offensive in Gaza has killed more than 73,058 Palestinians, including those killed since the ceasefire, Gaza’s Health Ministry said.</p><p>___</p><p>Magdy reported from Cairo.</p><p>___</p><p>Find more of AP’s coverage at https://apnews.com/hub/israel-hamas-war</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2XGCUCE4LYKJ4TOMCM6NYZVLTM.jpg?auth=2db9f177bdd2b8ab9807710567adc2e66c9cd146f15bc09074e1c45746740d05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the body of Palestinian Abdullah Moussa, 30, who was killed in an Israeli airstrike, during his funeral in Khan Younis, southern Gaza Strip, Saturday, June 27, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content></item><item><title><![CDATA[Americans' pride in US history and democracy drops, and fewer are proud to be American, polls find]]></title><link>https://www.local10.com/news/politics/2026/06/29/americans-pride-in-us-history-and-democracy-drops-and-fewer-are-proud-to-be-american-polls-find/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/29/americans-pride-in-us-history-and-democracy-drops-and-fewer-are-proud-to-be-american-polls-find/</guid><dc:creator><![CDATA[By LINLEY SANDERS, SIMRAN PARWANI and AMELIA THOMSON-DEVEAUX, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Americans have grown less proud of their country's history or the way its democracy works over the past decade, according to a new AP-NORC poll.]]></description><pubDate>Mon, 29 Jun 2026 09:02:06 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Americans have grown less proud of their country's history or the way its democracy works over the past decade, according to a new AP-NORC poll.</p><p>Americans’ pride in the U.S. on several key attributes has dropped since 2017 — including the nation's military and its political influence around the globe — according to the survey from The Associated Press-NORC Center for Public Affairs Research. This poll was conducted in April, as the United States and Iran fought over the Strait of Hormuz in a prolonged war that started with the U.S. and Israel launching strikes on Iran.</p><p>New Gallup polling also finds that only 53% of U.S. adults are “extremely” or “very” proud to be an American, the lowest reading in the trend dating back to 2001.</p><p>The findings point to a broad decline in patriotic sentiment over a tumultuous period that included most of President Donald Trump's first term, the COVID-19 pandemic and rising inflation that contributed to a backlash against President Joe Biden. That timeframe also covers Trump's return to the White House, where he's taken more aggressive actions on immigration and issues abroad.</p><p>Much of the falling positivity comes from Democrats, who have become increasingly disenchanted with the country since Trump's first term.</p><p>At the same time, most U.S. adults say that being an American is “extremely” or “very” important to their identity, highlighting an enduring connection, even as some become increasingly critical of the country's past or the government’s current actions.</p><p>American pride declines on the armed forces and democracy</p><p>Americans' pride in the way democracy works in the U.S. has declined 14 percentage points, falling from 42% in February 2017 to 28% now.</p><p>In addition, Americans' pride in their armed forces has dropped 19 percentage points since 2017, and pride in the U.S.’s history has declined 14 percentage points. In each case, the drop is largely driven by Democrats, with some movement among independents as well.</p><p>Karla Galdamez — a 48-year-old Democrat who used to teach U.S. history — believes America has regressed under the Trump administration. While the Californian is not proud of Trump, she is pleased with how far the U.S. has come in 250 years.</p><p>“It’s a country that really wanted to be different and really wanted to be better," she said. "Despite some of the very ugly history that we have of segregation and slavery ... if you look at the trajectory of the last 250 years, we’ve done nothing but get better and move toward a more egalitarian nation.”</p><p>Only 14% of Democrats and 28% of independents say they are “extremely" proud to be an American, according to Gallup's new poll, compared with 70% of Republicans.</p><p>The AP-NORC poll found that Republicans are especially likely to be proud of the nation's armed forces. About 9 in 10 Republicans say the military makes them “extremely” or “very” proud, compared with about 6 in 10 U.S. adults.</p><p>Samantha Fulks, a 40-year-old in San Antonio, Texas, says she’s proud to be an American and doesn't hide it. The Texas Republican showcases that pride with an American flag in her front yard — as well as Trump flags in the back yard — and she plans to wear red, white and blue on the Fourth of July. Fulks comes from a military family, and while she believes the country's involvement in Iran is unnecessary, she remains a proud supporter of the military.</p><p>“I still support our troops no matter what they do,” Fulks said.</p><p>Being an American matters more for personal identity among Republicans and older adults</p><p>Matt Stafford, a 39-year-old in Massachusetts, is proud of being an American, even if the U.S. political system frustrates him.</p><p>He has a bald eagle tattooed on his back to represent the United States, its freedoms and “all the things we’re supposed to stand for as a country.” But despite that national pride, he often finds himself frustrated by politicians on both sides. Stafford — a centrist who identifies as “politically homeless” — wants Democrats and Republicans to come together to look out for their constituents in middle America.</p><p>“I love America, but our biggest problem is how we’re pushing both sides — like the left and the right — to the extremes," he said.</p><p>For many Americans, their partisanship is often intertwined with their national identity. The poll finds that Republicans are much likelier than Democrats or independents to say being an American is “extremely” or “very” important to their personal identity.</p><p>Younger people are also much less likely than older people to say being an American is highly important to their personal identity. About three-quarters of Americans ages 60 and older say being an American is highly important to them, compared with only about one-third of U.S. adults under 30.</p><p>Race or ethnicity matters more to many Black Americans</p><p>The AP-NORC survey found that the vast majority of Black Americans — 73% — say their race or ethnicity is “extremely” or “very” important to how they see themselves, higher than the share that say that about being an American.</p><p>Vincent Harris, a 60-year-old in California, says his identity as a Black man rises above other attributes for him because of how Black men are treated in America.</p><p>“A lot of people are scared of Black men just because we are Black and we are male. And that's crazy,” Harris said. “People don't even take you for who you are as a person; they just look at your race.”</p><p>About half of Hispanic Americans say their race or ethnicity is highly important to them, compared with 22% of white Americans.</p><p>Black and Hispanic adults are also more likely than white adults to say their family’s ancestry or country of origin is highly important to their personal identity.</p><p>Harris, who identifies as a gay man, says being an American is “a wonderful thing” because of the freedoms that Americans have, despite the obstacles he's had to overcome.</p><p>“It’s great to be an American — regardless of race, gender, sexual orientation, religion, or whatever. As long as you have that freedom of choice as an American, that’s a great thing," Harris said. "Right now, I wouldn’t live in any other country in the world. I’m here. I love it.”</p><p>___</p><p>The AP-NORC poll of 2,596 adults was conducted April 16-20 using a sample drawn from NORC’s probability-based AmeriSpeak Panel, which is designed to be representative of the U.S. population. The margin of sampling error for adults overall is plus or minus 2.6 percentage points.</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/2DQ5WEUATIIUGDWQSKT2WFAXN4.jpg?auth=15b54475940a7fbecbc193530ab3514a0ed259f98b8c4ffe70a9d136a1e13b29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People say the Pledge of Allegiance before a visit by President Donald Trump, May 1, 2026, in The Villages, Fla. (AP Photo/Phelan M. Ebenhack, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Phelan M. Ebenhack</media:credit></media:content></item><item><title><![CDATA[Andy Burnham to set out his economic vision as he speeds toward power in Britain]]></title><link>https://www.local10.com/news/2026/06/29/andy-burnham-to-set-out-his-economic-vision-as-he-speeds-toward-power-in-britain/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/29/andy-burnham-to-set-out-his-economic-vision-as-he-speeds-toward-power-in-britain/</guid><dc:creator><![CDATA[By ALASTAIR GRANT and JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[MANCHESTER, England (AP) — Andy Burnham, Britain’s presumptive next prime minister, will set out details on Monday to give more powers to local government as part of a plan to spread wealth and economic growth.]]></description><pubDate>Mon, 29 Jun 2026 09:00:19 +0000</pubDate><content:encoded><![CDATA[<p>MANCHESTER, England (AP) — Andy Burnham, Britain’s presumptive next prime minister, will set out details on Monday to give more powers to local government as part of a plan to spread wealth and economic growth.</p><p>Burnham will set out a sweeping economic vision in a key speech as he tries to bring voters, colleagues and financial markets up to speed with his ideas during his rapid progress toward power.</p><p>His office says Burnham will set out a 10-year vision for “good growth in every postcode,” in a country where wealth and power are concentrated in London and the south of England.</p><p>During the speech in Manchester, where he served for nine years as mayor, Burnham plans to outline plans to move part of his prime ministerial operation to the northwest England city. He’ll also commit to giving regional mayors more power over housing, welfare and education.</p><p>Burnham is aiming to replicate on a nationwide level the approach he took in Greater Manchester — harnessing private and public money to invest in transport, housing and infrastructure.</p><p>His speech is set to include a commitment to create new industrial jobs and better educational opportunities, and to reform of the U.K.’s inefficient and expensive privatized water and energy utilities.</p><p>Burnham won praise for his role in revitalizing and regenerating Manchester, but he has not served in a U.K. government for almost two decades, and may struggle to replicate “Manchesterism” on a U.K.-wide scale.</p><p>He’ll also be aware that Prime Minister Keir Starmer also announced a 10-year mission — the equivalent of two full terms in government —- to transform Britain soon after he was elected in a landslide in July 2024. Starmer is leaving after two years in office marred by missteps and judgment errors that eroded his standing with his party and the public.</p><p>Burnham won a special election for a seat in Parliament on June 18 and was sworn in as a lawmaker on June 22 — the same day Starmer announced that he will resign as soon as a successor is chosen.</p><p>Burnham is the strong favorite to replace him in a Labour Party leadership contest in the next few weeks. No other contenders have entered the race so far, and if no one does, Burnham will become prime minister by July 20.</p><p>While Burnham is considered more charismatic than the stolid Starmer, he will face many of the same political and economic challenges, including a sluggish economy, tattered public services and a cost-of-living squeeze. He will also be constrained by the platform the center-left Labour Party was elected on in 2024, with its pledges not to increase taxes on working people.</p><p>And like other NATO countries, the U.K. is under pressure to dramatically increase defense spending to counter a more aggressive Russia and less reliable United States.</p><p>The government's long-awaited defense investment plan — which sparked the resignation of Defense Secretary John Healey on June 11 — is expected to be published before a NATO summit in Turkey on July 7 and 8. Starmer’s successor will be expected to stick to the commitments in the plan.</p><p>“Andy Burnham’s big idea is to shuffle power between politicians,” said opposition Conservative Party Chairman Kevin Hollinrake. “Not fix the welfare system. Not cut the taxes strangling working families and British business. Not fund the defense our country desperately needs.”</p><p>___</p><p>Lawless reported from London.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UJO5WOBLSP7YTJXZGZ2JQLB4XI.jpg?auth=9e2d3d91afd5f2fd005ff6b5f5f13a24572fa5d3cc94ac832bac5ce42d63ccdb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Andy Burnham running near his house in Cheshire, England, Sunday, June 28, 2026. (Peter Powell/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Powell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PPBZN6U4Z7NIG2A7465PVKZXJI.jpg?auth=90d1eb8ddfbab0ba7a30029bbc5a95fb472b06b9897b047927dd93f58f17986b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Andy Burnham running near his house in Cheshire, England, Sunday, June 28, 2026. (Peter Powell/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Powell</media:credit></media:content></item><item><title><![CDATA[South Korean tech giants to build a $518 billion chipmaking hub to serve soaring AI demand]]></title><link>https://www.local10.com/business/2026/06/29/south-korean-tech-giants-to-build-a-518-billion-chipmaking-hub-to-serve-soaring-ai-demand/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/29/south-korean-tech-giants-to-build-a-518-billion-chipmaking-hub-to-serve-soaring-ai-demand/</guid><dc:creator><![CDATA[By KIM TONG-HYUNG, Associated Press]]></dc:creator><description><![CDATA[SEOUL, South Korea (AP) — South Korean tech giants Samsung Electronics and SK Hynix said Monday they will invest a combined 800 trillion won ($518 billion) in building a new computer chipmaking hub in the country’s southwest region, capitalizing on surging artificial intelligence -driven demand.]]></description><pubDate>Mon, 29 Jun 2026 08:27:36 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — South Korean tech giants Samsung Electronics and SK Hynix said Monday they will invest a combined 800 trillion won ($518 billion) in building a new computer chipmaking hub in the country’s southwest region, capitalizing on surging artificial intelligence -driven demand.</p><p>President Lee Jae Myung joined the companies’ chairs Monday in announcing the plan, which dovetails with the government’s efforts to expand investment beyond the greater Seoul metropolitan area, the country’s economic center and heart of its semiconductor sector.</p><p>The southwest has been a particular focus, as it lacks major industrial hubs and has historically trailed in economic development. The region has long been a political base for Lee’s liberal Democratic Party.</p><p>Samsung and SK Hynix, which together produce about two-thirds of the world’s memory chips, said they will each build two fabrication plants in the southwest, expanding beyond their existing manufacturing complexes in Gyeonggi Province, south of Seoul.</p><p>Samsung Chairman Lee Jae-yong said the company’s new fabs will be built in the southwestern city of Gwangju, where experts have proposed several potential sites, including the grounds of a military air base slated for relocation.</p><p>The companies didn’t specify when the fabs in the southwest regions would be completed. SK Hynix's Chairman Chey Tae-won said the project would be a complex, large-scale effort requiring “vast sites, along with sufficient power, water and skilled workers." He said it took nine years for SK Hynix to establish its major manufacturing cluster in Gyeonggi Province. Still, a significant expansion of manufacturing facilities is needed for the company to keep up with global demand, Chey said.</p><p>Government officials dismissed questions about whether the southwest has enough power and water to support major semiconductor fabs. They said the region’s strength in renewable energy would give the chipmakers an edge as they face growing global pressure to use cleaner sources of electricity.</p><p>Samsung and SK Hynix have reported record profits in recent months as soaring global investment in data centers and other AI infrastructure has fueled demand for memory chips. Government officials and business experts expect AI-driven demand to continue increasing as the technology spreads to AI-powered industrial robots and autonomous vehicles. The chipmakers' existing semiconductor complexes in Gyeonggi Province may reach capacity sooner than expected, they say.</p><p>During Monday’s event, government officials outlined plans to build what they called a nationwide semiconductor ecosystem, with existing manufacturing hubs in the southeast expanding production of chip components and materials, the central Chungcheong region specializing in chip packaging, while data centers are built across the country.</p><p>“We must establish the core building blocks of artificial intelligence faster than any other country. Semiconductors, physical AI and AI data centers are the three pillars of our next great leap forward,” the president said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GYVF5ZSKFM2ISWD5I6AVDMP4O4.jpg?auth=33f3c7e7062bf3bdc72aaee3107dac40e19851bfa65124bc0b91b4794082d158&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korean President Lee Jae Myung attends an announcement with Samsung Electronics Chairman Lee Jae-yong and SK Group Chairman Chey Tae-won at the Blue House presidential office in Seoul, South Korea, Monday, June 29, 2026. (Kim Min-Hee/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Kim Min-Hee</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FDYHMUAICO3BFDMNG5A3VKXR5M.jpg?auth=3853921fef17d8faf89a3be45f4fb986a2fe3f97f352b410fc857faa5cf2c0d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korean President Lee Jae Myung, center, holds hands with Samsung Electronics Chairman Lee Jae-yong, right, and SK Group Chairman Chey Tae-won after an announcement of building a new computer chipmaking hub, as they meet at the Blue House presidential office in Seoul, South Korea, Monday, June 29, 2026. (Kim Min-Hee/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Kim Min-Hee</media:credit></media:content></item><item><title><![CDATA[Iran's president says $6B in frozen assets in Qatar to be released as US talks challenged]]></title><link>https://www.local10.com/news/2026/06/29/irans-president-says-6b-in-frozen-assets-in-qatar-to-be-released-as-us-talks-challenged/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/29/irans-president-says-6b-in-frozen-assets-in-qatar-to-be-released-as-us-talks-challenged/</guid><dc:creator><![CDATA[By JON GAMBRELL, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — Iran's president said Monday that $6 billion in frozen Iranian assets would be released by Qatar, as negotiations with the United States were challenged by attacks across the Persian Gulf this weekend.]]></description><pubDate>Mon, 29 Jun 2026 10:49:58 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — Iran's president said Monday that $6 billion in frozen Iranian assets would be released by Qatar, as negotiations with the United States were challenged by attacks across the Persian Gulf this weekend.</p><p>Masoud Pezeshkian 's mention of the funds appear aimed at selling the Iranian public on the interim deal, particularly as its grip on the Strait of Hormuz has been tested by efforts to open Oman's territorial waters to both inbound and outbound traffic from the Persian Gulf. Iran's attacks and threats stopped cargo ships and tankers from moving through the strait, in which about a fifth of all traded oil and natural gas passed in peacetime, creating a global energy crisis.</p><p>The strait has long been considered an international waterway despite its location in Iran and Oman’s territorial waters. In recent days, Iran has twice attacked vessels going through a route near the Omani side, drawing retaliatory American airstrikes and concerns that negotiations to reach a formal end to the war could be disrupted. Iran launched drone and missile attacks targeting Bahrain and Kuwait on Sunday.</p><p>Pezeshkian says $6 billion coming to Iran</p><p>Pezeshkian offered praise for the interim deal in comments published Monday by the state-run IRNA news agency, calling it “a great victory for the Iranian people.”</p><p>“Based on the plans made, $6 billion out of the total $12 billion of Iranian resources in Qatar will be released and returned to the country, and necessary follow-ups are being carried out,” he said. He did not elaborate.</p><p>Pezeshkian, a reformist within Iran's theocracy, is the highest-ranking official within Iran to reference the release of the funds held by Qatar, a key mediator along with Pakistan in the negotiations. So far, U.S. officials say no frozen Iranian assets have been released. Qatar as well as has not acknowledged any such transfer and Iran attacked a tanker filled with Qatari crude oil this weekend during the crossfire in the Persian Gulf.</p><p>Confusion mounts over next round of Iran-US talks</p><p>Meanwhile Monday, confusion mounted about when the next round of talks between Iran and the U.S. would be held.</p><p>Pakistan, a key mediator, has said talks would resume Tuesday. The Trump administration on Sunday said nothing has been canceled and technical talks are on track for the coming days.</p><p>But Kazem Gharibabadi, a senior negotiator for Iran, denied any talks had been scheduled, in comments published by IRNA.</p><p>“Although consultations with Qatar, including on following up on the implementation of the other side’s commitments, are continuing as usual, reports by some media about technical talks by the working groups being held in Doha are not confirmed,” he said.</p><p>Technical talks involve lower-level diplomats working on the specifics of any deal that would draw top leaders from Iran and the U.S. back to the table.</p><p>___</p><p>Associated Press writers Nasser Karimi and Amir Vahdat in Tehran, Iran, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PUMEXLCSGZQ4ZRMQFLCCHVGP3E.jpg?auth=4beaf6216e47d014fca55dc49465afdd20a7a24c434431281f9c10c957db7ad7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman walks past a welcoming billboard featuring Iranian President Masoud Pezeshkian along a roadside in Islamabad, Pakistan, Tuesday, June 23, 2026. (AP Photo/Anjum Naveed)]]></media:description><media:credit role="author" scheme="urn:ebu">Anjum Naveed</media:credit></media:content></item><item><title><![CDATA[Thousands of immigrants got scammed by an attorney exploiting humanitarian visas, lawsuits say]]></title><link>https://www.local10.com/news/national/2026/06/29/thousands-of-immigrants-got-scammed-by-an-attorney-exploiting-humanitarian-visas-lawsuits-say/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/29/thousands-of-immigrants-got-scammed-by-an-attorney-exploiting-humanitarian-visas-lawsuits-say/</guid><dc:creator><![CDATA[By JACK BROOK, Associated Press]]></dc:creator><description><![CDATA[Associated Press (AP) — An attorney in Washington state promised “miracles” to tens of thousands of immigrants seeking legal status in the United States.]]></description><pubDate>Mon, 29 Jun 2026 07:17:46 +0000</pubDate><content:encoded><![CDATA[<p>Associated Press (AP) — An attorney in Washington state promised “miracles” to tens of thousands of immigrants seeking legal status in the United States.</p><p>Instead, Alexandra Lozano created fake stories of domestic abuse and human trafficking to apply for humanitarian visas without her clients' knowledge, according to several lawsuits and a legal ethics investigation. They say she preyed on immigrants’ desperation to drain their bank accounts while leaving them at risk of deportation.</p><p>She is accused hiring workers who didn’t have proper legal credentials and building an assembly-line system to rush through applications, even copying clients’ signatures onto documents they never saw.</p><p>“I put the trust of my family with her,” 30-year-old Gabriel Martinez Garcia said. After they paid $30,000, he said Lozano duped his family and got his mother placed in removal proceedings despite her marriage to a naturalized U.S. citizen. “We believed in her and then she just let us down.”</p><p>Lozano's firm, Luz del Camino Legal, closed this month amid a barrage of allegations. She permanently surrendered her law license rather than face discipline from the bar association, and denies wrongdoing.</p><p>While federal data shows immigration service scams are rising sharply, Lozano’s alleged scheme stands out for its scale. The bar says her signature is on more than 53,000 pending cases.</p><p>It's unclear how many cases were fraudulent or to what extent her clients were complicit. The ones suing her say they had no idea.</p><p>The consequences of her downfall are hitting the immigration system “like a tidal wave,” said Erika Gonzalez, an attorney with the Coalition to Abolish Slavery and Trafficking.</p><p>The Trump administration last year started overhauling the humanitarian programs Lozano allegedly exploited, claiming a surge in applications since 2020 was a sign of widespread fraud. The administration tightened the programs' restrictions and slowed processing rates, which advocacy groups say will hurt legitimate victims.</p><p>The visas are meant for people who were trafficked or abused</p><p>Lozano specialized in getting visas through the Victims of Trafficking and Violence Protection Act of 2000 and the Violence Against Women Act of 1994, which covers all genders.</p><p>These programs seek to protect victims from having their immigration status weaponized by abusers. Evidence standards are more flexible, making the system more accessible to victims. But it's also easier for an unscrupulous firm to exploit, immigration attorneys say.</p><p>Lozano's firm probed clients for issues at home or work, then spun them as abuse cases that didn't meet the threshold for these humanitarian programs, according to attorneys representing dozens of her old clients.</p><p>Although clients quickly secured work permits, they often faced trouble years later when seeking permanent residency and their claims faced greater scrutiny.</p><p>Lozano denies mass immigration fraud</p><p>Angelo Calfo, an attorney representing Lozano, said clients were expected to review their applications before signing and blamed them for any false statements.</p><p>“Alexandra’s practice has always been to fight for her clients, zealously pursue every lawful option available to them, and support their efforts to build lives in this country,” his statement said.</p><p>The bar accused Lozano of fraud in May and her firm shut down June 10. She’s being investigated by the fraud unit of U.S. Citizenship and Immigration Services, according to emails obtained by The Associated Press. The Department of Homeland Security, which runs the immigration agency, declined to comment.</p><p>At least 920 immigration service scams were reported in 2025, which is more than the first three years of the Biden administration combined, according to Federal Trade Commission data analyzed by the AP. Experts say that's probably an undercount, given immigrants’ reluctance to come forward.</p><p>Clients say foreign workers, not US-licensed lawyers, handled cases</p><p>Lozano is accused of enlisting hundreds of employees in Colombia, Mexico and Argentina to provide legal advice to clients and handle visa applications. That would mean clients never got consultations from a U.S.-licensed attorney.</p><p>“Alexandra was telling us to please invent more information about the abuse because it is not real abuse,” said Rafael Alvarez, who worked for Lozano from 2022 to 2024 in Colombia. “There were a lot of cases that were not true.”</p><p>Lozano's former chief operating officer, Amy Rios, testified in 2024 that the firm earned $1.7 million teaching other law firms its legal strategies for humanitarian visas and “changed the way many attorneys now approach immigration law.”</p><p>Recent lawsuits accuse at least two other firms in Texas and Ohio of replicating Lozano’s tactics, which they deny.</p><p>Immigrants say they didn't know about the lies</p><p>Erika Sanchez and her husband entered the U.S. unlawfully. Multiple lawyers told them there was no way to adjust their status from within the country.</p><p>But Lozano promised a successful outcome after just one consultation in 2020, according to a lawsuit the couple filed in May alongside seven other former clients.</p><p>The couple trusted the firm when it asked for their signatures on blank paper, Sanchez said, and lived on a tight budget to pay Lozano more than $32,000.</p><p>“We truly did believe that she was doing the right thing,” Sanchez said.</p><p>She added that they never saw the application submitted by the firm for her husband, which they later learned contained false claims that his teenage daughter abused him. He is now in removal proceedings.</p><p>Some former clients say they didn't discover the alleged fraud for years. Nora Murillo Moreno said the firm told her about the fake abuse claims on the day before her green card interview. She panicked.</p><p>“Should I say what really happened, or what is written?” Murillo Moreno said. “I knew things didn’t match.”</p><p>Trump administration says a surge in visas indicates ‘rampant fraud’</p><p>Attorneys suing Lozano say her rise parallels an exponential increase in visa applications for trafficking and domestic abuse cases.</p><p>Domestic abuse claims more than tripled between the 2020 and 2025 fiscal years, from nearly 15,000 applications to upward of 53,000 per year, according to immigration agency data. There were also nearly twelve times as many applications from parents alleging their child abused them.</p><p>During that same period, human trafficking claims jumped from around 1,000 applications to more than 37,000.</p><p>In December, the immigration agency said it would overhaul its domestic violence visa program due to “rampant fraud" based on the increase in filings, without offering other evidence. The changes include narrowing definitions of abuse and giving greater weight to evidence supplied by alleged abusers.</p><p>Cecelia Levin, an attorney with the nonprofit Alliance for Immigrant Survivors, said making these visas harder for actual abuse victims isn't the answer. Instead, the Trump administration should focus on enforcing the law against attorneys running scams, she said.</p><p>An earlier ethics complaint was dismissed</p><p>Immigration attorneys say Lozano’s social media was filled with red flags, like claiming the Virgin Mary blessed all her cases.</p><p>In 2023, the Washington bar said it had concerns about Lozano’s law practice but dismissed an ethics complaint against her on the grounds that she was protected by disclaimers, according to a document obtained by the AP. The complaint alleged deceptive advertising and other misconduct.</p><p>Sara Niegowski, a spokesperson for the bar, said it blocked Lozano from practicing law “as quickly as possible.”</p><p>Lozano’s ex-clients are in a legal mess</p><p>Former clients are now scrambling to get their case files from the defunct firm. Hundreds showed up for recent consultations with volunteer attorneys in Washington and Oregon.</p><p>Many applied to join a lawsuit seeking financial compensation for legal malpractice. Another class action lawsuit aims to recoup their attorney fees.</p><p>Vicente Omar Barraza, an attorney behind the malpractice lawsuit, said hundreds of former clients told him they still don't know what Lozano's firm wrote in their applications. He’s worried many people lost viable pathways to legal status.</p><p>Garcia Martinez, who says his mother is in removal proceedings because Lozano mishandled her case, lives every day in fear that she will be deported.</p><p>“I’m just praying really, really, really hard for her,” Garcia Martinez said. “None of this should have happened.”</p><p>___</p><p>Associated Press writer Jesse Bedayn in Austin, Texas, and data journalist Aaron Kessler in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VRCDTSLJLF5A22MYC5B3ZSVXBQ.jpg?auth=ae885998c99a8d94fd093a16d899ab55c9485f67b26e0177c9a3183632c29b47&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gabriel Martinez Garcia, 30, holds a Bible close to his chest as tattoos of his parents are visible on his wrists, in Tenino, Wash., on Sunday, June 14, 2026. (AP Photo/Akash Pamarthy)]]></media:description><media:credit role="author" scheme="urn:ebu">Akash Pamarthy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B4MJFGDSWG6MCXX5257GGAFQYQ.jpg?auth=a4829ba74f09749ec180b2b50cb8f12c821727e0ee5e36d4bdef27d72b1b0ef9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gabriel Martinez Garcia, 30, poses with an email advertisement from attorney Lozano displayed on his phone in Tenino, Wash., on Sunday, June 14, 2026. . (AP Photo/Akash Pamarthy)]]></media:description><media:credit role="author" scheme="urn:ebu">Akash Pamarthy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KYDZUJYNJX2T7ADBSBMAXXD3JI.jpg?auth=4d87a7b1ec0ff7f8fa29510a5a992aa58a864a93d716726c9ffb075d0c298ed9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gabriel Martinez Garcia, 30, holds a Hail Mary necklace given to him by his mother, which he wears every day, in Tenino, Wash., on Sunday, June 14, 2026. (AP Photo/Akash Pamarthy)]]></media:description><media:credit role="author" scheme="urn:ebu">Akash Pamarthy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QDBK7FVY5L2AKO35FMNGFF73PY.jpg?auth=4651eea52720e0f12e638863160d95009ab55b637dd69a71764ae1b80dfac2be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The former office of Alexandra Lozano Immigration Law, now operating as La Luz del Camino Legal, on Sunday, June 14, 2026, in Tukwila, Wash. (AP Photo/Akash Pamarthy)]]></media:description><media:credit role="author" scheme="urn:ebu">Akash Pamarthy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HYCDV3DMIN2W6NLYQAC7AZPEWI.jpg?auth=d8eb05a230719a817947d3de71bfb453d2a4606f85d9626b3c2aa7cef7694cb2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gabriel Martinez Garcia rests his hand on a tree as his mother's name tattoo is visible on his wrist, in Tenino, Wash., on Sunday, June 14, 2026. (AP Photo/Akash Pamarthy)]]></media:description><media:credit role="author" scheme="urn:ebu">Akash Pamarthy</media:credit></media:content></item><item><title><![CDATA[Pakistani airstrikes kill 36 civilians in Afghanistan and wound 160, officials say]]></title><link>https://www.local10.com/news/world/2026/06/29/pakistani-airstrikes-kill-36-civilians-in-afghanistan-and-wound-160-officials-say/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/29/pakistani-airstrikes-kill-36-civilians-in-afghanistan-and-wound-160-officials-say/</guid><dc:creator><![CDATA[By ABDUL QAHAR AFGHAN and SUZAN FRASER, Associated Press]]></dc:creator><description><![CDATA[KABUL, Afghanistan (AP) — Overnight ground operations and strikes by Pakistani forces killed at least 36 civilians and wounded more than 160 others, Afghan officials said Monday, as tensions between the neighbors further escalated. One Afghan official said the attacks would be met with retaliation.]]></description><pubDate>Mon, 29 Jun 2026 10:37:11 +0000</pubDate><content:encoded><![CDATA[<p>KABUL, Afghanistan (AP) — Overnight ground operations and strikes by Pakistani forces killed at least 36 civilians and wounded more than 160 others, Afghan officials said Monday, as tensions between the neighbors further escalated. One Afghan official said the attacks would be met with retaliation.</p><p>Pakistani security forces carried out a ground operation along the Pakistan-Afghanistan border late Sunday, followed by strikes against militant hideouts and safe havens, killing 29 fighters, Pakistan's Information Minister Attaullah Tarar said. Pakistan said the operations were launched in response to multiple militant attacks across Pakistan.</p><p>Afghanistan condemned the strikes as a “cowardly act of aggression” and an “act of brutality.” Hayatullah Mohajer Farahi, the deputy minister for publications at the Ministry of Information and Culture, said Afghanistan would respond “in due time.”</p><p>“The military regime in a cowardly manner bombed Paktia, Paktika, and Kunar provinces last night,” Farahi said. "This will definitely be retaliated against in due time. The decisions of the regime are not made based on emotions, but rather serious measures are taken at the right time.”</p><p>Hamdullah Fitrat, the deputy spokesperson for Afghanistan’s Taliban government, said the Pakistani forces targeted a home in Paktia's Chamkani district, killing an elderly man and a child, while other family members were wounded. When residents gathered to rescue people, the area was struck again, killing 28 villagers and wounding 158, he said.</p><p>Six people, mostly women and children, were killed in a village in Giyan district, Paktika province, when another home was struck, he said. A civilian home in Kunar province was also hit, causing no casualties but killing some 30 livestock.</p><p>Pakistani officials said an uneasy calm prevailed along the Pakistan‑Afghanistan border Monday, with security forces remaining on high alert.</p><p>Envoys summoned over attacks</p><p>On Monday, Afghanistan and Pakistan summoned each other's top diplomats to protest the attacks.</p><p>Zia Ahmad Takal, the Afghanistan Foreign Ministry's deputy spokesman, accused Islamabad of repeatedly blaming Afghanistan for security incidents inside Pakistan without “credible evidence.”</p><p>Pakistan’s behavior “seriously harms the atmosphere of trust between the two countries, good neighborly relations and the security and stability of the region,” Takal said.</p><p>Pakistan’s Ministry of Foreign Affairs said it summoned Afghanistan’s top diplomat in Islamabad to protest the involvement of Afghan nationals in recent attacks, including one in Karachi over the weekend.</p><p>Tarar, the Pakistani information minister, shared three videos on X that he said showed projectiles striking sprawling camps and safe havens of Jamaat-ul-Ahrar and Fitna al-Khwarij in Afghanistan’s Paktia, Paktika and Kunar provinces. Tarar said the overnight strikes killed “terrorists” and destroyed weapons and ammunition stockpiles.</p><p>Tarar said Pakistan’s relentless counter-terrorism campaign “will continue at full pace to wipe out the menace of foreign-sponsored and supported terrorism from the country.”</p><p>Pakistan uses the phrase “Khawarij” to refer to Indian-backed Pakistani Taliban and other militants. Jamaat-ul-Ahrar is a breakaway faction of the Pakistani Taliban.</p><p>India however, strongly denied any involvement, with Foreign Ministry spokesperson Randhir Jaiswal calling the statements “baseless allegations.” Pakistan should “look inwards, take credible action against the terror infrastructure on its territory,” he said.</p><p>Militant attacks targeting Pakistan's police and security forces have surged in recent years. Authorities have blamed the Pakistani Taliban, or TTP, and allied militant groups for most of the violence. The Pakistani Taliban are separate from but allied with the Afghan Taliban that returned to power in 2021.</p><p>Pakistan launches operation after assault in Karachi</p><p>The Pakistani security operation followed a militant attack targeting the regional headquarters of the paramilitary Rangers in Karachi that killed three soldiers. Security forces killed three attackers and arrested another assailant, whom the military identified as a wounded Afghan national.</p><p>Jamaat-ul-Ahrar claimed responsibility for the Karachi attack.</p><p>Officials in Pakistan claimed one Afghan suspect was captured following the attack, proving that “Afghan soil and Afghan nationals continue to be used to orchestrate terrorist attacks inside Pakistan.” Police later released the statement of the wounded Afghan detainee, who confessed the Karachi attack was planned by Jamaat‑ul‑Ahrar, though it remained unclear if the confession was made under duress.</p><p>Sunday’s cross-border strikes and ground operation came less than three weeks after Pakistan’s military launched airstrikes on what it said were militant hideouts in Afghanistan. They ended about a month of relative calm following what Islamabad had described as an “open war” between the neighboring countries, despite international efforts to broker a lasting peace.</p><p>The escalation follows months of tit-for-tat military action. Hundreds of people have been killed in cross-border fighting since February, when Afghanistan launched retaliatory strikes after Pakistan carried out airstrikes inside Afghan territory.</p><p>Multiple rounds of talks have failed to secure a lasting ceasefire. China also hosted the two sides in April and Beijing later said Pakistan and Afghanistan had agreed not to escalate their conflict and to explore a solution.</p><p>__</p><p>Fraser reported from Ankara, Turkey. Associated Press writer Munir Ahmed contributed from Islamabad.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4ET5JLTTFFQ2ML55UQL6M64W4A.jpg?auth=f25731058c5baf4452f94bbcde1e767976e2628a95ca71ce16c8da8807b8d8ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents walk through the rubble after what Taliban officials said were Pakistani airstrikes a day earlier that killed civilians, including children, in the village of Mandokhail, Chamkani district, Paktia province, Afghanistan, Monday, June 29, 2026. (AP Photo/Saifullah Zahir)]]></media:description><media:credit role="author" scheme="urn:ebu">Saifullah Zahir</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TSJ2DBH4QX6MI5QQFONEQCZPIY.jpg?auth=e3509dd71f3993a3864124b26712fd64f8a41115c59665d133117a56cef560b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The remains of a destroyed house are seen after what Taliban officials said were Pakistani airstrikes a day earlier that killed civilians, including children, in the village of Mandokhail, Chamkani district, Paktia province, Afghanistan, Monday, June 29, 2026. (AP Photo/Saifullah Zahir)]]></media:description><media:credit role="author" scheme="urn:ebu">Saifullah Zahir</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RYEY6DLHHGMEUH3XLW2NRMZZCY.jpg?auth=cbf769baf4ac62f0aacd950d6a3215e3b0bad7b12b4b566926f9ef5e103acff7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents walk through the rubble after what Taliban officials said were Pakistani airstrikes a day earlier that killed civilians, including children, in the village of Mandokhail, Chamkani district, Paktia province, Afghanistan, Monday, June 29, 2026. (AP Photo/Saifullah Zahir)]]></media:description><media:credit role="author" scheme="urn:ebu">Saifullah Zahir</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JBJL4VWB3VPSWUKLFCZXD7STWQ.jpg?auth=fa98df5ef737cad58504743414e00b9fa5cb9f58900ce161fa6ac80f6f6b81dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents walk through the rubble after what Taliban officials said were Pakistani airstrikes a day earlier that killed civilians, including children, in the village of Mandokhail, Chamkani district, Paktia province, Afghanistan, Monday, June 29, 2026. (AP Photo/Saifullah Zahir)]]></media:description><media:credit role="author" scheme="urn:ebu">Saifullah Zahir</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ENWUI37MA2XBPLWYT4QILTRSTA.jpg?auth=4c41d53a6fcbdbbbcec9cbe685c3051d2ff1d7f535562cd8fa89b2f4971890ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents walk through the rubble after what Taliban officials said were Pakistani airstrikes a day earlier that killed civilians, including children, in the village of Mandokhail, Chamkani district, Paktia province, Afghanistan, Monday, June 29, 2026. (AP Photo/Saifullah Zahir)]]></media:description><media:credit role="author" scheme="urn:ebu">Saifullah Zahir</media:credit></media:content></item><item><title><![CDATA[A long-awaited Australia-Vanuatu pact blocks China from building a military base]]></title><link>https://www.local10.com/news/world/2026/06/29/a-long-awaited-australia-vanuatu-pact-blocks-china-from-building-a-military-base/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/29/a-long-awaited-australia-vanuatu-pact-blocks-china-from-building-a-military-base/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description><![CDATA[MELBOURNE, Australia (AP) — Australia and Vanuatu signed a long-awaited bilateral security and economic treaty Monday that prevents China creating a military base on the South Pacific island nation.]]></description><pubDate>Mon, 29 Jun 2026 09:10:30 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — Australia and Vanuatu signed a long-awaited bilateral security and economic treaty Monday that prevents China creating a military base on the South Pacific island nation.</p><p>Australian Prime Minister Anthony Albanese signed the so-called Nakamal Agreement with his Vanuatu counterpart, Jotham Napat, in the Australian capital nine months after the Vanuatuan government rejected an earlier draft. Vanuatu had feared the deal would limit its ability to attract infrastructure investment.</p><p>“Our agreement reflects and confirms Australia’s role as Vanuatu’s largest and most comprehensive economic, security and development partner, a responsibility that we take seriously,” Albanese told reporters.</p><p>Natap said the pact “reaffirms our shared commitment to continuing and strengthening the comprehensive partnership between our two countries, founded on mutual respect, trust and our common vision for a peaceful, stable and prosperous Pacific.”</p><p>Under the agreement, Vanuatu will not allow any foreign military base or infrastructure in its territory and will keep its critical infrastructure free from militarization, foreign interference or unauthorized access, a government statement said.</p><p>The agreement is one of several Australia has struck or is negotiating with regional neighbors to prevent China from gaining security influence in the region.</p><p>Vanuatu will consult with Australia when it considers third-party engagement in its critical infrastructure, but there is no power of veto as originally proposed.</p><p>China expressed concern that the agreement may be targeted at it.</p><p>“We hope that cooperation between relevant countries and Pacific Island countries will contribute to the development and stability of the island region, not target any third party or be used as a tool for geopolitical rivalry,” said Guo Jiakun, a spokesperson for China’s Ministry of Foreign Affairs.</p><p>Vanuatu committed to prioritize policing cooperation with Pacific Islands Forum members, a collection of 18 countries and territories that includes Australia. But the agreement does not exclude Chinese police. China does not have a permanent police presence in Vanuatu, but Chinese police personnel often visit the nation of 350,000 people.</p><p>Vanuatu also agrees to come to Australia, New Zealand and France first in response to major natural disasters.</p><p>Australia had proposed to provide Vanuatu with 500 million Australian dollars ($344 million) over a decade under the terms of the agreement as originally drafted.</p><p>Albanese said the cost of the latest agreement would be made public by December.</p><p>Napat said a bilateral agreement Vanuatu is negotiating with China would be made public once the pact had “clearance from Beijing.”</p><p>Napat has previously described the so-called Namele Agreement with China as a “comprehensive development cooperation” deal. He said it was not a security pact.</p><p>Vanuatu has received large loans and aid from China for buildings, wharves and other infrastructure.</p><p>“Currently, it’s not yet signed. We will share the (Namele) agreement. There is nothing to hide. Our government is transparent and I am so grateful that the Prime Minister (Albanese) has also given me the clearance to share with them (China) the Nakamal Agreement,” Napat said. China did not say whether it would reveal the details of the agreement when asked at the Ministry of Foreign Affairs Monday in Beijing.</p><p>In September last year, Albanese was notified that a previous draft of the pact had been rejected hours before he was to fly to Vanuatu for the signing.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BQVSDRKPCGJKUX6RO6G2EEG2TM.jpg?auth=0de6695ec77bd4c9cbeb3632984730bc6dac8c5a5993af3e574a314923c1a66b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Prime Minister of Vanuatu Jotham Napat, left, and Australian Prime Minister Anthony Albanese sign the Nakamal agreement at Parliament House in Canberra, Monday, June 29, 2026. (Lukas Coch/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lukas Coch</media:credit></media:content></item><item><title><![CDATA[El calor récord en Europa desborda las morgues de París y deja a familias angustiadas]]></title><link>https://www.local10.com/espanol/2026/06/29/el-calor-record-en-europa-desborda-las-morgues-de-paris-y-deja-a-familias-angustiadas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/29/el-calor-record-en-europa-desborda-las-morgues-de-paris-y-deja-a-familias-angustiadas/</guid><dc:creator><![CDATA[Por JOHN LEICESTER y JEFFREY SCHAEFFER, Associated Press]]></dc:creator><description><![CDATA[PARÍS (AP) — Cada pocos minutos, suena el teléfono del dueño de la morgue. Desde que una ola de calor sin precedentes empezó a cobrarse vidas y a agotar el espacio de almacenamiento de cadáveres en París y alrededores, los directores de funerarias y las familias en duelo que lo llaman suelen tener casi la misma pregunta: ¿tiene sitio para uno más?]]></description><pubDate>Mon, 29 Jun 2026 05:52:15 +0000</pubDate><content:encoded><![CDATA[<p>PARÍS (AP) — Cada pocos minutos, suena el teléfono del dueño de la morgue. Desde que una ola de calor sin precedentes empezó a cobrarse vidas y a agotar el espacio de almacenamiento de cadáveres en París y alrededores, los directores de funerarias y las familias en duelo que lo llaman suelen tener casi la misma pregunta: ¿tiene sitio para uno más?</p><p>Con las 32 plazas de su cámara frigorífica ocupadas, Zouhaeir Hertelli se ve obligado, a regañadientes, a decir suavemente “Non”, una y otra y otra vez.</p><p>“Nos enfrentamos a una situación realmente catastrófica”, lamentó. “Estoy recibiendo cientos de llamadas”.</p><p>A medida que la histórica ola de calor desplazaba sus temperaturas mortales hacia el este este fin de semana, a otras partes de Europa, Francia empezó a contabilizar el costo humano que dejó a su paso.</p><p>Podría llevar tiempo contabilizar las muertes asociadas al calor</p><p>El trabajo estadístico y de salud pública para contabilizar las muertes relacionadas con el calor podría llevar semanas o meses. Pero ya es evidente que el saldo que impusieron las intensas e implacables temperaturas extremas fue terrible en Francia, el primer país golpeado desde mediados de junio, en particular entre las personas mayores que murieron en casa.</p><p>“Estamos afrontando un enorme aumento de muertes por la ola de calor y estamos realmente llenos, llenos, llenos”, expresó Hertelli.</p><p>En su primera estimación preliminar, la agencia nacional de salud pública indicó que las muertes se dispararon durante el pico de la ola de calor en Francia la semana pasada, que abrasó gran parte del país más grande de Europa con temperaturas que en muchos lugares superaron los 40 grados Celsius (104 grados Fahrenheit) y que además batieron récords de máximas nocturnas, un agotador golpe doble para cuerpos ya fatigados.</p><p>Salud Pública Francia señaló que hubo más de 1.200 muertes el miércoles pasado, cuando Francia registró el día más caluroso de su historia, rompiendo un récord que se había establecido apenas el día anterior.</p><p>Luego, las muertes aumentaron a más de 1.400 el jueves y a otras 1.400 el viernes, indicó. A modo de comparación, la tasa de muertes previa a la ola de calor en abril y mayo era de alrededor de 900 a 1.000 por día, precisó.</p><p>La agencia advirtió que espera que su estimación de un exceso de mortalidad de al menos 1.000 personas sólo durante esos tres días sofocantes aumente a medida que lleguen más certificados de defunción de personas que murieron en casa y en centros de atención para personas mayores, donde la mayoría de las muertes aún no se registran de forma electrónica.</p><p>“En consecuencia, la mortalidad será más alta que estas primeras cifras”, indicó la agencia.</p><p>Muchos de los fallecidos tenían 65 años o más</p><p>El organismo estatal señaló que el 85% de las muertes registradas hasta ahora durante los tres días que estudió correspondieron a personas de 65 años o más y que hubo un fuerte aumento de muertes en el hogar —de alrededor del 40%—, particularmente en la región de París.</p><p>Hertelli y otros en el sector funerario dijeron que las morgues de París se quedaron rápidamente sin espacio de almacenamiento. El Ayuntamiento indicó que se instalaron dos unidades temporales de almacenamiento, con 20 plazas cada una, para las morgues municipales y que los hospitales de la ciudad aportaron otras 50 plazas adicionales.</p><p>Aun así, Hertelli contó que directores de funerarias con los que habló le dijeron que estaban teniendo que almacenar cuerpos en lugares tan lejanos como Chartres —a 80 kilómetros (50 millas) de París— y en otras regiones alrededor de la capital. Para abrir más espacio, explicó que ha pedido a las autoridades permiso para instalar temporalmente contenedores refrigerados fuera de su morgue, que está junto al aeropuerto de Orly, en París, pero que todavía espera luz verde.</p><p>“Las familias están sufriendo”, afirmó. “No tenemos ninguna solución que ofrecerles, porque las funerarias están llenas. Así que nos afecta profundamente, sentimos empatía por ellas, pero no hay nada que podamos ofrecer. Realmente nos enfrentamos a un problema, un gran problema”, añadió.</p><p>Las temperaturas alcanzaron máximos históricos</p><p>Las temperaturas máximas históricas de 2003, superadas esta vez, fueron responsabilizadas de 15.000 muertes, lo que provocó una reflexión nacional sobre el cuidado de las personas mayores, que se vieron particularmente afectadas. También se atribuyeron más de 5.700 muertes al calor durante un verano excepcionalmente caluroso el año pasado.</p><p>Véronique Bertrand, directora de una funeraria en París, dijo que teme que se hayan olvidado las lecciones aprendidas.</p><p>“La mayoría de las muertes con las que estamos lidiando en este momento eran de personas que vivían solas en casa, aisladas. Dadas las circunstancias en las que fueron encontradas, no puede haber otra conclusión que que se trató de muertes causadas por el calor”, sostuvo Bertrand.</p><p>“Creo que la gente necesita absolutamente despertar, que la solidaridad tiene que volver, que lo que ocurrió en 2003 llevó a un movimiento en esa dirección, con personas pensando en sus vecinos, en quienes los rodean y viven solos, y quizá comprobando de vez en cuando que están bebiendo agua y que están siendo atendidos”, agregó.</p><p>“Con el paso de los años, quizá hemos olvidado que podría volver a ocurrir y que las cosas incluso quizá serían peores”, advirtió.</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/BRMPSMBOJ33TPQGF6Y4F7F3DIE.jpg?auth=fd0310fe97d9c0aec60e4dd5104ffcb9c2fe0f1d8b52b79399f5457491ca88bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Véronique Bertrand, directora de funeraria, hace llamadas de trabajo el domingo 28 de junio de 2026 en su oficina de París. (AP Foto/John Leicester)]]></media:description><media:credit role="author" scheme="urn:ebu">John Leicester</media:credit></media:content></item><item><title><![CDATA[China imposes export controls on 40 Japanese entities as tensions with Tokyo rise]]></title><link>https://www.local10.com/news/2026/06/29/china-imposes-export-controls-on-40-japanese-entities-as-tensions-with-tokyo-rise/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/29/china-imposes-export-controls-on-40-japanese-entities-as-tensions-with-tokyo-rise/</guid><dc:creator><![CDATA[By SIMINA MISTREANU, Associated Press]]></dc:creator><description><![CDATA[TAIPEI, Taiwan (AP) — China imposed new export controls Monday on 40 Japanese entities it says are contributing to the country’s “remilitarization,” as tensions with Tokyo rise.]]></description><pubDate>Mon, 29 Jun 2026 09:39:51 +0000</pubDate><content:encoded><![CDATA[<p>TAIPEI, Taiwan (AP) — China imposed new export controls Monday on 40 Japanese entities it says are contributing to the country’s “remilitarization,” as tensions with Tokyo rise.</p><p>Relations between Beijing and Tokyo have been increasingly tense since Japanese Prime Minister Sanae Takaichi last year implied Japan could intervene if China used military force against Taiwan, an island democracy China claims as its own.</p><p>Meanwhile, Japan has accelerated its military expansion, especially by adding offensive capabilities, which Beijing has condemned.</p><p>China's Commerce Ministry on Monday placed 20 Japanese entities, including multiple divisions of Mitsubishi Corporation, on a control list, which prohibits Chinese and foreign exporters from selling to them dual-use items made in China. Dual-use items can be used for both civilian and military purposes.</p><p>Additionally, 20 other entities have been added to a watch list for dual-use items, according to the ministry. It includes Mitsui E&S, which makes engines and other equipment for ships, as well as divisions of Fujitsu and Komatsu corporations.</p><p>Chinese companies exporting to these firms will be required to apply for special licenses, submit risk assessment reports on the Japanese companies and written pledges that the dual-use items will not be used for military purposes.</p><p>Beijing and Tokyo spar over export measures</p><p>The export controls are “entirely justified, reasonable and lawful," the Chinese Commerce Ministry said, adding they are aimed at "firmly deterring Japan’s reckless pursuit of ‘new militarism.’”</p><p>“We hope Japan will recognize its mistakes, reverse its wrongful course, genuinely reflect on its past and return to the right track,” it added.</p><p>Japan’s top government spokesperson called the curbs as “unacceptable and extremely regrettable,” while calling on Beijing to retract the measures.</p><p>Chief Cabinet Secretary Minoru Kihara said Monday that Japan would take necessary countermeasures after thoroughly assessing the curbs and their impact.</p><p>Under Takaichi, Japan's military has been equipped with more offensive capabilities, including long-range missiles on remote islands. Exports of lethal weapons are now allowed under a new policy. Japan will revise its defense and security documents by December, which could further increase its defense budget.</p><p>On Monday, Japan's Ground Self-Defense Force announced the deployment of a Type-12 missile launcher on the southernmost remote island of Minamitorishima, an apparent response to China’s growing activity expanding into the Pacific.</p><p>The curbs serve as a diplomatic message, an expert says</p><p>In February, China put 20 Japanese companies on an export control list and 20 others on a watch list.</p><p>The Commerce Ministry said that since then, “instead of reflecting on its past and correcting its course, Japan has continued down the wrong path” by accelerating remilitarization, deploying offensive weapons and launching missiles.</p><p>The ministry emphasized the curbs affect only a small number of Japanese entities, and the measures only apply to dual-use items. “They do not affect normal Sino-Japanese economic and trade exchanges, and honest and law-abiding Japanese entities have absolutely nothing to worry about.”</p><p>The measures function more as a "diplomatic message” as Beijing steps up its pressure on Tokyo, said George Chen, partner for Greater China at the advisory firm The Asia Group.</p><p>“From Beijing’s perspective, Japan has not taken meaningful actions to stabilize bilateral ties,” Chen said. “And concerns are growing in China about deeper defense cooperation between Japan, the United States, and potentially other partners.”</p><p>In the short term, Japan–China relations will likely remain fragile “and at risk of slipping further if neither side moves to arrest the downward trend,” he added.</p><p>For Beijing, the issue of Taiwan is particularly sensitive. China considers the self-ruled island its own territory, to be retaken by force if necessary, and has increased military pressure on it.</p><p>Earlier this month, the Chinese coast guard conducted patrols east of Taiwan in what state media described a “pointed warning” to Japan and the Philippines following an announcement that the countries would discuss their maritime boundaries in waters that Beijing views as its own.</p><p>The United Kingdom, Germany and France in a rare joint statement last week condemned Chinese activities in the waters east of Taiwan, adding they opposed any change of the status quo between China and Taiwan.</p><p>___</p><p>Associated Press writers Mari Yamaguchi in Tokyo and Kanis Leung and Chan Ho-him in Hong Kong contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TL3E2IU5LXBMKLGOGJT5LYVZNM.jpg?auth=b5997c6abf0e95116a45cd806b0e91ce14288149d1688016e451e9660740a4fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A delivery man drives past the Japanese Embassy in Beijing on Nov. 24, 2025. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content></item><item><title><![CDATA[World shares are mixed as tech stocks in Japan and South Korea extend losses]]></title><link>https://www.local10.com/business/2026/06/29/asian-shares-are-mixed-as-tech-stocks-in-japan-and-south-korea-extend-losses/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/29/asian-shares-are-mixed-as-tech-stocks-in-japan-and-south-korea-extend-losses/</guid><dc:creator><![CDATA[By CHAN HO-HIM, Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — World shares were mixed on Monday and U.S. futures advanced after stocks on Wall Street steadied with only modest losses last week.]]></description><pubDate>Mon, 29 Jun 2026 09:49:27 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — World shares were mixed on Monday and U.S. futures advanced after stocks on Wall Street steadied with only modest losses last week.</p><p>Benchmarks in Japan and South Korea recovered most of their earlier declines in a day weighed on by more selling of artificial intelligence-related shares.</p><p>Oil prices rose after tensions between the U.S. and Iran escalated over the weekend as Tehran launched fresh drone and missile attacks on Bahrain and Kuwait in response to new U.S. airstrikes, adding to uncertainties clouding the global economic outlook.</p><p>In early European trading, Britain's FTSE 100 fell 0.2% to 10,487.85. Germany's DAX edged 0.1% higher to 24,694.28. France's CAC 40 slipped 0.4% to 8,349.65.</p><p>The future for the S&P 500 surged 0.7% while that for the Dow Jones Industrial Average gained 0.4%.</p><p>In Asia, South Korea’s Kospi ended 0.2% lower at 8,394.65, narrowing a sharper decline earlier in the day after the country announced plans for investments of more than $500 billion in a computer chip manufacturing hub in the country's southwestern region by Samsung and SK Hynix. Samsung Electronics sank 4.8%, while memory chipmaker SK Hynix fell 1.7%.</p><p>Tokyo’s Nikkei 225 closed 0.2% higher at 69,468.11, reversing earlier losses. SoftBank Group, the multinational investment holding company which invests in OpenAI, sank 5.3% following a 12.5% drop on Friday.</p><p>Taiwan’s Taiex, also a beneficiary of the global AI boom thanks to its many tech companies including chipmaker TSMC, gained 1% after falling 3.6% on Friday.</p><p>Japan’s and South Korea’s markets have soared as many of their Big Tech firms were lifted by demand for computer chips and other high-valued components used in artificial intelligence. Recent worries over AI valuations have trimmed some of those gains.</p><p>Hong Kong’s Hang Seng gained 1.6% to 23,026.68, while the Shanghai Composite index added 1.2% to 4,073.90. Australia’s S&P/ASX 200 rose 0.7% to 8,823.40.</p><p>India’s Sensex fell 0.5%.</p><p>On Friday, the worries over AI rolled through Wall Street, though shares ended mixed. The S&P 500 lost less than 0.1% and the technology-heavy Nasdaq composite dropped 0.2%. The Dow fell 0.1%.</p><p>Micron Technology’s shares dropped 6.7%, Intel was down 3.4%, Nvidia fell 1.6% and AMD, or Advanced Micro Devices, fell 2.1%.</p><p>In other dealings early Monday, Brent crude, the international standard, was up 0.9% to $73.25 a barrel. It sold for about $72 a barrel before the war began. Benchmark U.S. crude gained 1.2% to $70.06 a barrel.</p><p>There’s still plenty of risk facing the oil market, ING commodities strategists Warren Patterson and Ewa Manthey said in a commentary Monday, as more questions were raised about the safety of ships in the Strait of Hormuz following attacks on vessels.</p><p>Oil traders have been “too optimistic” about the timeline for a recovery in Persian Gulf supplies, they said.</p><p>“This complacency is odd and clearly leaves significant upside risk if the supply recovery proves slow — or if we see significant re-escalation,” the commentary said.</p><p>In currency trading, the U.S. dollar rose to 161.90 Japanese yen from 161.71 yen. The euro was trading at $1.1399, up from $1.1385.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LASNMD2KHVSFEIOR6FJMNF633I.jpg?auth=b6918a440edaf8f606c1b378a7b106e2131b3060796cf9a2c4d05bb76763aa77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A huge screen shows the Korea Composite Stock Price Index (KOSPI) and the foreign exchange rate between U.S. dollar and South Korean won at a dealing room of Hana Bank in Seoul, South Korea, Monday, June 29, 2026. (AP Photo/Lee Jin-man)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/APUNVHEFDZVX4LWKBJSTSZEOS4.jpg?auth=13537d771792e3b8a4a87ea65538c696d741638944007f31eee803a0eca47f41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A member of media looks at the screen showing the Korea Composite Stock Price Index (KOSPI) at a dealing room of Hana Bank in Seoul, South Korea, Monday, June 29, 2026. (AP Photo/Lee Jin-man)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q4MLTBVC43RJO6EB7YSPRLEJ6M.jpg?auth=b45c3057b161cdc10d2fe58994830392a444476a8cbfa483fd65d9b0df2627ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A dealer stands near the screen showing the foreign exchange rate between U.S. dollar and South Korean won at a dealing room of Hana Bank in Seoul, South Korea, Monday, June 29, 2026. (AP Photo/Lee Jin-man)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L3TRAAGC3MR7SQHEH7XJU2MQKE.jpg?auth=cb632bf8cd62111c9f1898a70d5a3bd120055450c3cad99e88454dd2f1e03252&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Media cover near the screens showing the Korea Composite Stock Price Index (KOSPI), the foreign exchange rate between U.S. dollar and South Korean won and the Korean Securities Dealers Automated Quotations (KOSDAQ) at a dealing room of Hana Bank in Seoul, South Korea, Monday, June 29, 2026. (AP Photo/Lee Jin-man)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content></item><item><title><![CDATA[Europe's record heat has overwhelmed Paris mortuaries and left families in distress]]></title><link>https://www.local10.com/news/world/2026/06/29/europes-record-heat-has-overwhelmed-paris-mortuaries-and-left-families-in-distress/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/29/europes-record-heat-has-overwhelmed-paris-mortuaries-and-left-families-in-distress/</guid><dc:creator><![CDATA[By JOHN LEICESTER and JEFFREY SCHAEFFER, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — Every few minutes, the mortuary owner's phone rings. Since a record-smashing heat wave started taking lives and storage space for bodies in Paris and beyond, the funeral directors and mourning families calling him mostly have the same question: Do you have room for one more?]]></description><pubDate>Mon, 29 Jun 2026 07:32:57 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Every few minutes, the mortuary owner's phone rings. Since a record-smashing heat wave started taking lives and storage space for bodies in Paris and beyond, the funeral directors and mourning families calling him mostly have the same question: Do you have room for one more?</p><p>With all 32 places in his cold room taken, Zouhaeir Hertelli reluctantly has to gently say “Non,” over and over and over again.</p><p>“We're facing a really catastrophic situation," he said. “I'm getting hundreds of calls."</p><p>As the historic heat wave shifted its deadly temperatures eastward this weekend to other parts of Europe, France began counting the human cost it left in its wake.</p><p>Tallying heat-related deaths could take time</p><p>The statistical and public health work of tallying heat-related deaths could take weeks or months. But it's already apparent that the toll exacted by the intense, unrelenting extreme temperatures was terrible in France, the first country hit from mid-June, particularly among older people who died at home.</p><p>“We're dealing with an enormous spike of deaths because of the heat wave and we're really full, full, full,” Hertelli said.</p><p>In its first preliminary estimate, the national public health agency said deaths surged during the heat wave's peak in France last week, which roasted most of Europe's largest country with temperatures that soared in many places above 40C (104 F) and also broke records for nighttime highs — an exhausting one-two punch for fatigued bodies.</p><p>Public Health France said there were more than 1,200 deaths last Wednesday, when France registered its hottest-ever day, breaking a record that had been set just the previous day.</p><p>Deaths then increased to more than 1,400 on Thursday and another 1,400 on Friday, it said. By way of comparison, the pre-heat wave death rate in April and May was around 900 to 1,000 per day, it said.</p><p>The agency cautioned that its estimate of at least 1,000 additional deaths during those three sizzling days alone is expected to increase as more death certificates come in for people who died at home and in care facilities for older people, where most deaths are still not registered electronically.</p><p>"Mortality will as a consequence be higher than these first figures,” the agency said.</p><p>Many who died were 65 and older</p><p>It said that 85% of the deaths registered so far during the three days it studied involved people aged 65 and above and that there was a sharp increase in deaths at home — up by about 40% — particularly in the Paris region.</p><p>Hertelli and others in the funeral industry said Paris mortuaries quickly ran out of storage space. City Hall said two temporary storage units, with 20 places each, were installed for municipal mortuaries and that city hospitals provided another 50 additional places.</p><p>Still, Hertelli said funeral directors he spoke to told him they were having to store bodies as far away as Chartres — 80 kilometers (50 miles) from Paris — and in other regions around the capital. To open more space, he said he has asked authorities for permission to temporarily install refrigerated containers outside his mortuary, which is next to Paris' Orly airport, but is still waiting for a green light.</p><p>“Families are suffering,” he said. “We have no solution to offer them, because the funeral homes are full. So we are deeply affected, we have empathy for them, but there’s nothing we can offer. We are really facing a problem, a big problem," he said.</p><p>Temperatures reached historic highs</p><p>Historic high temperatures in 2003, surpassed this time, were blamed for 15,000 deaths, provoking a national reckoning about care of older people, who were particularly hard-hit. More than 5,700 deaths were also attributed to heat during an exceptionally hot summer last year.</p><p>Véronique Bertrand, a Paris funeral director, said she fears that lessons have been forgotten.</p><p>“Most of the deaths that we are dealing with at the moment were people who were living alone at home, isolated. Given the circumstances in which they were found, there can be no other conclusion than that these were deaths caused by the heat," Bertrand said.</p><p>“I think people absolutely need to wake up, that solidarity needs to come back, that what happened in 2003 led to a movement in that direction, with people thinking about their neighbors, of those around them who live alone and perhaps checking from time to time that they're drinking water and are being looked after," she said.</p><p>"With the passing years, we’ve perhaps forgotten that it could happen again and that things would even perhaps be worse.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5QL6H4H4SNVEBGZWZC4XWEXNH4.jpg?auth=095f1e1f362a9bc9cf4ff8362f9270a16255b4a4d2a54daca3194bfe7872994a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Véronique Bertrand, a funeral director, works the phones Sunday, June 28, 2026, at her office in Paris. (AP Photo/John Leicester)]]></media:description><media:credit role="author" scheme="urn:ebu">John Leicester</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UILN5HIHO5GOQQDWR2DJNLLX5Y.jpg?auth=546c7e688097e62b0f904449c080b45e5fca7667d77512208477c0d3f0481324&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tourists enjoy cooling off at a public water fountain In Paris, on June 26, 2026. (AP Photo/Christophe Ena, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JGVHQKFOUU6OP7QLA4OVNHNYPQ.jpg?auth=3f6e9b34741fc993908d1c523063339665f74d9e1a9505a8f482f7caa3a181ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Zouhaeir Hertelli, a mortuary and funeral service director, walks out of his coffin storeroom near Paris’ Orly airport on Sunday, June 28, 2026. (AP Photo/John Leicester)]]></media:description><media:credit role="author" scheme="urn:ebu">John Leicester</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IFC3SL5ZFLIM7W7W2ACGAMOSZQ.jpg?auth=6d58ba60c58379a5f4f3763ce9a702076e81fa13d778362bf28f07762cb8fecc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person cools off at Trocadero fountain near the Eiffel Tower during a heat wave in Paris, on June 24, 2026. (AP Photo/Christophe Ena, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LR7YDLXQK5NDC5OCUOQJ5XM52Q.jpg?auth=130c2c2414f0dc72a61f8d861130f06df237b379ca22f299dcdb193be7db1155&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Parisians bath in the Canal Saint-Martin in Paris, as the national weather service, Meteo France, placed 54 departments, about half the country, under a red heat wave alert, on June 23, 2026. (AP Photo/Christophe Ena, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content></item><item><title><![CDATA[A Chinese dissident recounts his perilous dinghy escape to South Korea and how he got to Canada]]></title><link>https://www.local10.com/news/world/2026/06/29/a-chinese-dissident-recounts-his-perilous-dinghy-escape-to-south-korea-and-how-he-got-to-canada/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/29/a-chinese-dissident-recounts-his-perilous-dinghy-escape-to-south-korea-and-how-he-got-to-canada/</guid><dc:creator><![CDATA[By KANIS LEUNG, Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — A roughly 40-hour sea journey on a dinghy with a dying phone. Detention in South Korea. That’s just part of what Chinese dissident Dong Guangping endured to escape his native country. He arrived late last week in Canada, a destination he had eyed for more than a decade.]]></description><pubDate>Mon, 29 Jun 2026 10:53:30 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — A roughly 40-hour sea journey on a dinghy with a dying phone. Detention in South Korea. That’s just part of what Chinese dissident Dong Guangping endured to escape his native country. He arrived late last week in Canada, a destination he had eyed for more than a decade.</p><p>Dong had been locked up in China several times, including for his activities commemorating the 1989 crackdown on pro-democracy protesters in Beijing’s Tiananmen Square and past efforts to flee.</p><p>“It’s like living in a cage. Very suffocating,” he said in an online video interview with The Associated Press from Toronto, referring to the lack of freedom of expression in China.</p><p>After his release from prison, the 68-year-old dissident said he was unable to receive retirement benefits or renew his passport and was under constant police monitoring.</p><p>He attempted to flee at least three previous times: in 2015 to Thailand, where authorities deported him back to China; in 2019 when he tried to swim to a Taiwanese island off China's east coast; and in 2020, when he reached Vietnam, only to be deported back again.</p><p>Last month, he tried again.</p><p>Dong says he shook off the fear of death</p><p>In the early hours of May 24, he set off in a gray rubber dinghy fitted with an engine from Weihai, a coastal city in eastern China’s Shandong province, under fine weather. He was eyeing Japan, confident that the government there would not send him back to China.</p><p>But the next day brought fog. When he noticed his phone, which he relied on for GPS navigation, was on its last bar, he became terrified. His power bank also died. He quickly switched to his contingency plan — South Korea.</p><p>Dong recalled that dread ran deep because his tiny boat might capsize if the winds and waves picked up. But he had no way to return and shook off the fear of death.</p><p>“Living conditions back in the country are so terrible that being alive is little different than being dead. So there is no point fearing death," he said. “If you move forward, there’s a chance at life.”</p><p>In the evening, he saw lights in the distance and moved toward them. The first vessel could not hear his cries for help and left. Later, he encountered a fishing boat that agreed to pull him on board. He asked the fishers to call the police to help him.</p><p>The South Korean coast guard detained him for allegedly violating the country’s immigration law. They sought a warrant to formally arrest him, but a court refused, saying it’s “difficult to recognize sufficient grounds and necessity” for his arrest.</p><p>From refugee center to Canada</p><p>Dong was later sent to a refugee center in Incheon, a port city near Seoul. Earlier this month, the U.N. refugee agency contacted him via video call, he said.</p><p>A refugee center manager later asked about his height, weight and his eye color. He was worried at first but it turned out to be a good sign. His lawyer told him it was at the request of the Canadian diplomatic mission, he said.</p><p>About a week later, Dong boarded a flight and he arrived in Toronto Friday. He was still unclear what legal procedures were involved in his move, but guessed it was based on cooperation between the South Korean and Canadian governments and the U.N. agency.</p><p>“I feel very surprised, extremely surprised. It's like still in a dream. It's very fast,” he said.</p><p>He believed the resettlement status in Canada that his family secured in 2015, before Thai authorities deported him back to China, was still valid.</p><p>The Canadian Embassy in South Korea declined to comment on Dong's case. South Korea’s Foreign Ministry said the country handled the case “in accordance with law and principle,” but did not specify Seoul’s role in arranging Dong’s transfer to Canada. The U.N. refugee agency declined to comment on individual cases for reasons of confidentiality and protection.</p><p>Dong vows to press on with his activism</p><p>Dong said he feels at home after arriving in Toronto, saying he finally tasted freedom for the first time in over a decade.</p><p>"There’s not even a hint of fear,” he said.</p><p>He hopes to make a living, possibly by being a truck driver or an Uber driver.</p><p>But the joy doesn't help Dong let go of the deportations by the Thai and Vietnamese authorities.</p><p>In 2015, Dong and his family went to Thailand to seek refugee status from the U.N. refugee agency, but Thai authorities later arrested him and returned him to China, according to Amnesty International. His ex-wife and daughter managed to settle in Canada.</p><p>The activist fled to Vietnam in 2020, but was sent back in 2022. He was jailed each time he was returned to China. He said he plans to consult a lawyer to see if he can sue both Thailand and Vietnam.</p><p>For Dong, the fight is far from over. He also plans to press on in his call for China's democratization.</p><p>In the late 1990s, the former police officer distributed leaflets with his articles on topics such as the Tiananmen crackdown. He was imprisoned for three years in 2001 for inciting subversion of state power.</p><p>He also spent more than eight months behind bars over his participation in a memorial for victims of the crackdown after being arrested in 2014, he said.</p><p>“My ultimate goal is for China to achieve constitutional democracy," he said.</p><p>___</p><p>Associated Press writer Kim Tong-hyung in Seoul, South Korea, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CLNX3CCJICGTLULIYFXJKX5SVI.jpg?auth=ea461a500fb0d044dacb04b8c25d96cc73234509a20113c8ee6bddd9987ebb58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Dong Guangping, Dong Guangping is seen on a dinghy, crossing the sea between China and South Korea, on May 24, 2026. (Dong Guangping via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/CCJEGV7RTID3YHQWAO6EORDIY4.jpg?auth=b0073b06a2b9efa2b9eb92a9863f27fa189af882c014deeb346c43693673a786&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Dong Guangping, Dong Guangping poses for a photo with the Canadian flag after arriving in Toronto, Canada, on June 27, 2026. (Dong Guangping via AP)]]></media:description></media:content></item><item><title><![CDATA[Alex Murdaugh's true crime saga continues as he heads to court for hearing on murder retrial]]></title><link>https://www.local10.com/news/national/2026/06/29/alex-murdaughs-true-crime-saga-continues-as-he-heads-to-court-for-hearing-on-murder-retrial/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/29/alex-murdaughs-true-crime-saga-continues-as-he-heads-to-court-for-hearing-on-murder-retrial/</guid><dc:creator><![CDATA[By JEFFREY COLLINS, Associated Press]]></dc:creator><description><![CDATA[Alex Murdaugh will be back in court again Monday on charges he killed his wife and son, appearing at a pretrial hearing that will likely be short on substance but long on spectacle as the true crime sensation continues to captivate.]]></description><pubDate>Mon, 29 Jun 2026 04:07:56 +0000</pubDate><content:encoded><![CDATA[<p>Alex Murdaugh will be back in court again Monday on charges he killed his wife and son, appearing at a pretrial hearing that will likely be short on substance but long on spectacle as the true crime sensation continues to captivate.</p><p>Murdaugh’s murder convictions and sentence of life in prison were overturned last month by the South Carolina Supreme Court. The only goals of Monday's hearing are to set deadlines for exchanging evidence between the defense and prosecution, and to figure out dates for other hearings and maybe for the next trial.</p><p>Dozens of media outlets, from international agencies to local TV stations to true crime podcasters are heading to the Lexington County courthouse to again chronicle every forehead rub and quizzical look from the once rich and imposing Southern lawyer.</p><p>It's a rare chance to see up close how prison life has changed the 58-year-old Murdaugh, who still has decades to serve in a South Carolina prison after pleading guilty to stealing about $12 million from clients and his family's law firm.</p><p>There likely is one other bit of business before the hearing starts at 10 a.m. Monday. Even though he remains in prison, Murdaugh's lawyers want the judge to allow him to wear civilian clothes and not have his wrists or ankles shackled at every hearing and during his retrial.</p><p>“Mr. Murdaugh's convictions for non-violent, white-collar crimes in no way justify presenting him to the jury pool as a shackled prisoner in a prison jumpsuit via video cameras at televised pretrial hearings,” defense attorneys wrote in their request.</p><p>Murdaugh's attorneys have already filed other pretrial motions. One asks prosecutors to turn over for testing at a private lab DNA found under his wife’s fingernails that investigators said was from an unknown and unrelated man.</p><p>Defense lawyers want to provide Murdaugh, who was disbarred during his legal troubles, a laptop in prison without internet access to review evidence so they don’t have to print it all and want to hold the next trial outside of Colleton County where the killings happened and the first trial took place.</p><p>While admitting he is a thief, insurance cheat, liar and bad lawyer, Murdaugh has adamantly denied shooting to death his wife, Maggie, and younger son, Paul, since he found their bodies outside their home in 2021.</p><p>A jury convicted him of two counts of murder in 2023 and he was sentenced to life in prison without parole.</p><p>But during that trial, a few jurors said the Colleton County clerk of court, assigned to oversee the evidence and the jury during the trial, told them to watch Murdaugh’s body language when he testified in his own defense and to not be fooled, confused or thrown off by what he might say.</p><p>The state Supreme Court ruled that was a suggestion Murdaugh was guilty and overturned his convictions.</p><p>The justices also were concerned that days of testimony at the murder trial centered around how Murdaugh stole from clients, many of them in dire straits.</p><p>Brief testimony is fine, but details such as how some of the people Murdaugh stole from were disabled or vulnerable could unfairly turn against him jurors who should be focused just on whether he killed his family, the justices said.</p><p>Murdaugh remains in a South Carolina prison as he serves a 40-year federal sentence at the same time as a 27-year state sentence for his financial crimes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AVARXNBT3ZDRPF2OSVY6M44I2U.jpg?auth=6da3a120c92a4c0e139df99f87102332c38a00e5784ab2cf06ce7417db982685&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Alex Murdaugh, convicted of killing his wife, Maggie, and younger son, Paul, in June 2021, listens during a hearing on the motion for a retrial, Jan. 16, 2024, at the Richland County Judicial Center, in Columbia, S.C. (Gavin McIntyre/The Post and Courier via AP, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gavin McIntyre</media:credit></media:content></item><item><title><![CDATA[The Supreme Court nears the end of its term with momentous cases about Trump's power to be decided]]></title><link>https://www.local10.com/news/politics/2026/06/29/the-supreme-court-nears-the-end-of-its-term-with-momentous-cases-about-trumps-power-to-be-decided/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/29/the-supreme-court-nears-the-end-of-its-term-with-momentous-cases-about-trumps-power-to-be-decided/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court is wrapping up a term that has focused on President Donald Trump's expansive claims of presidential power.]]></description><pubDate>Mon, 29 Jun 2026 04:01:05 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court is wrapping up a term that has focused on President Donald Trump's expansive claims of presidential power.</p><p>Trump's efforts to restrict birthright citizenship, fire the heads of most independent agencies at will and remove a sitting Federal Reserve governor are among the remaining eight cases the justices are expected to decide this week, beginning Monday.</p><p>The court also is weighing, in cases from West Virginia and Idaho, whether to uphold laws in roughly half the states that prohibit transgender girls and women from playing on their public school and college sports.</p><p>Two election-related cases remain, over state laws that allow a grace period for the receipt of mailed ballots, provided they are sent by Election Day, and limits on political party spending in support of candidates for Congress and president.</p><p>Also outstanding is a dispute over geofence warrants that collect the location history of cellphone users to find people near crime scenes. Critics say the practice is a fishing expedition that violates civil liberties.</p><p>The court’s conservative majority has so far been mostly receptive to Trump's immigration crackdown, including a decision last week allowing the administration to end temporary legal protections for people who came to the U.S. because of war or natural disaster in their homeland. Another decision could make it harder for people fleeing persecution to seek asylum in the United States.</p><p>During arguments in April, the justices signaled a more skeptical look at Trump's executive order that would overturn long-settled understanding and deny citizenship to children born to parents who are in the country illegally or temporarily.</p><p>The court also has rejected Trump's assertion of the power to unilaterally impose wide-ranging tariffs under an emergency powers law.</p><p>The decision in February drew Trump's ire, including an unusually harsh and personal denunciation of two of his court appointees, Justices Neil Gorsuch and Amy Coney Barrett, who voted against him.</p><p>The extent of Trump's power to fire independent agency members is the oldest undecided case, argued in December. The justices seem likely to overturn, or drastically narrow, a 91-year-old decision. It required a cause, like neglect of duty, before a president could remove the Senate-confirmed officials from their jobs.</p><p>The outcome appears to be in little doubt because the conservatives have allowed the firings to take effect while the case plays out, even after lower-court judges found the firings illegal.</p><p>The court seemed less willing to endorse Trump's bid to immediately fire Federal Reserve governor Lisa Cook over allegations of mortgage fraud, which she denies. No president has ever fired a Fed governor in the agency's 112-year history.</p><p>By custom, the court finishes its work before July 4. After this week, its next public meeting is the first Monday in October.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VHKB6POKJSGIZLFN4HUKZBR2Z4.jpg?auth=7974213e215e9cd82cb3528b7c3bf349cac6faaff8ec91fb704dd2c92a9a067c&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[Police: Father and daughter, 11, shot outside Hallandale Beach McDonald’s; suspect at large]]></title><link>https://www.local10.com/news/local/2026/06/27/bso-11-year-old-girl-man-shot-outside-hallandale-beach-mcdonalds-suspect-at-large/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/bso-11-year-old-girl-man-shot-outside-hallandale-beach-mcdonalds-suspect-at-large/</guid><dc:creator><![CDATA[Ryan Mackey, Pablo Hernandez, Samiar Nefzi, Byron Tollefson]]></dc:creator><description><![CDATA[An 11-year-old girl and a man were shot outside a McDonald’s in Hallandale Beach on Saturday afternoon, deputies with the Broward Sheriff’s Office confirmed to Local 10 News.]]></description><pubDate>Sat, 27 Jun 2026 18:36:51 +0000</pubDate><content:encoded><![CDATA[<p>An 11-year-old girl and her father were shot while sitting inside a car in a Hallandale Beach McDonald’s parking lot Saturday afternoon, police confirmed to Local 10 News.</p><p><a href="https://www.local10.com/news/local/2026/06/27/bso-balean-a-nina-de-11-anos-y-a-hombre-frente-a-mcdonalds-de-hallandale-beach-sospechoso-sigue-profugo/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/bso-balean-a-nina-de-11-anos-y-a-hombre-frente-a-mcdonalds-de-hallandale-beach-sospechoso-sigue-profugo/">Leer en español</a></p><p>Hallandale Beach police said the girl and her father were innocent bystanders and were not involved in the altercation that led to the shooting.</p><p>Police said the family had just arrived at the McDonald’s in the 800 block of West Hallandale Beach Boulevard when the girl’s mother went inside to get food. They said the father and daughter remained in the vehicle waiting. </p><p>Investigators said an altercation started in the parking lot between suspects, and the father and daughter were shot while they were inside the car.</p><p>They said the girl was conscious and alert after being shot.</p><p>Both were transported to a local hospital and are in stable condition, with the girl having to undergo surgery.</p><p>Detectives remained at the scene reviewing surveillance footage and investigating the shooting. Police were also conducting a house-by-house search as they looked for the suspect, who remained at large.</p><p>A spokesperson with the Broward Sheriff’s Office confirmed the Hallandale Beach Police Department is the lead agency on the case.</p><p>Captain Megan Jones told Local 10 News it’s believed one of the people involved in the gun exchange was a McDonald’s employee.</p><p>The Hallandale Beach Police Department is asking anyone with information, video footage, or knowledge that may assist detectives in this investigation to contact the Hallandale Beach Police Department at 954-457-1400.</p><p>Anyone wishing to remain anonymous may contact Broward Crime Stoppers at 954-493-TIPS (8477).</p><p><i>Local 10 News reporter Rosh Lowe contributed to this </i>story.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Red Sox rally past Yankees 5-4 in 10 innings to complete 4-game sweep after Gray loses no-hit bid]]></title><link>https://www.local10.com/sports/2026/06/28/red-sox-rally-past-yankees-5-4-in-10-innings-to-complete-4-game-sweep-after-gray-loses-no-hit-bid/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/red-sox-rally-past-yankees-5-4-in-10-innings-to-complete-4-game-sweep-after-gray-loses-no-hit-bid/</guid><dc:creator><![CDATA[By DOUG ALDEN, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Jarren Duran singled home the winning run to cap a three-run rally in the 10th inning after Boston blew a two-run lead in the ninth, and the Red Sox finished a four-game sweep of the rival New York Yankees with a 5-4 victory Sunday night.]]></description><pubDate>Mon, 29 Jun 2026 03:55:00 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Jarren Duran singled home the winning run to cap a three-run rally in the 10th inning after Boston blew a two-run lead in the ninth, and the Red Sox finished a four-game sweep of the rival New York Yankees with a 5-4 victory Sunday night.</p><p>Boston starter Sonny Gray took a no-hitter into the eighth against his former team before Amed Rosario singled with one out. That ended a brilliant outing for Gray, who had nine strikeouts to reach 2,000 for his career.</p><p>But the Yankees scored twice in the ninth off All-Star closer Aroldis Chapman to tie it 2-all, aided enormously by a brutal throwing error from two-time Gold Glove right fielder Wilyer Abreu.</p><p>New York scratched across two more runs in the 10th, taking advantage of another throwing error by Abreu after Rosario's sinking liner squirted out of his glove for an RBI single. But right-hander Fernando Cruz (4-3) was unable to hold the lead after closer David Bednar had pitched the previous two innings.</p><p>Boston's first four-game sweep of the Yankees since 2018 marked the first four-game winning streak this season for the last-place Red Sox.</p><p>New York arrived at Fenway Park with the best record in the American League but left a game behind Tampa Bay atop the AL East.</p><p>Justin Slaten (1-4) worked one inning for the win.</p><p>Anthony Seigler led off the bottom of the 10th with an RBI single that scored the automatic runner from second base and trimmed Boston's deficit to 4-3. Pinch-hitter Masataka Yoshida followed with a double before a sacrifice fly by Tsung-Che Cheng tied it at 4 and advanced Yoshida to third.</p><p>New York brought in Rosario from left field to form a five-man infield, and Duran hit a line drive to right where nobody was standing.</p><p>Yankees second baseman Jazz Chisholm Jr. was ejected for arguing after he was called out on a check-swing for strike three to end the sixth.</p><p>Up next</p><p>Yankees LHP Ryan Weathers (3-5, 3.95 ERA) faces Detroit RHP Casey Mize on Monday as New York returns home and opens a three-game series against the Tigers.</p><p>Boston is scheduled to start LHP Ranger Suarez (3-3, 2.83 ERA) against Washington LHP Andrew Alvarez on Monday to open a three-game set at Fenway Park.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OJHA7IBITYWTSLWWO44VUYVT5Y.jpg?auth=b8736edf3d4cbeb81ad50f79abec8896ebcb1f5f3f92a30ebe63555bb2b36ec6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Jarren Duran, right, celebrates in front of New York Yankees catcher Austin Wells, left, after hitting a walk-off one-run single in the tenth inning of a baseball game, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QQTJVOTT4VM2WJNJR3KRUWN6JI.jpg?auth=ec07890b9ae05c4954c35f28ec0bbd4bd84cfcebd19704e5a8dce54efe2766ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Jarren Duran, right, celebrates in front of New York Yankees catcher Austin Wells, left, after hitting a walk-off one-run single in the tenth inning of a baseball game, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W5OIR2EHLJCUFD35TW3VLSWWRE.jpg?auth=acd0b9ae169947fd37e009f085142aef0c5c9caf62c830802925e0b2945649c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Jarren Duran, left, celebrates with teammates after hitting a walk-off one-run single in the tenth inning of a baseball game to win against the New York Yankees, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7CCMDTFJSXN5N5RC7CYRVFRJ4A.jpg?auth=58b00ff8e11bbffb7ef580ff0ac32075781d37a5b01246b0a5e7a15541401270&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Sonny Gray tips his hat to the crowd as he exits the game after giving up a hit in the eighth inning after pitching seven innings without a hit against the New York Yankees in a baseball game, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KNZXRS5PSPDGWS4WNICWW4VXGI.jpg?auth=58ee20a055efd3dd37959180299391db553c5f538d20a49defe2709c5742e883&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Willson Contreras celebrates after scoring on a two-run single by Caleb Durbin in the fourth inning of a baseball game against the New York Yankees, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content></item><item><title><![CDATA[Australia to double potential fines for Facebook and Instagram over child social media accounts]]></title><link>https://www.local10.com/news/2026/06/28/australia-to-double-potential-fines-for-facebook-and-instagram-over-child-social-media-accounts/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/28/australia-to-double-potential-fines-for-facebook-and-instagram-over-child-social-media-accounts/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description><![CDATA[MELBOURNE, Australia (AP) — Australia plans to double potential fines for social media platforms, including Facebook and Instagram, who fail to prevent Australian children from holding accounts as critics argue the world-first ban on under-16s was failing.]]></description><pubDate>Mon, 29 Jun 2026 02:53:07 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — Australia plans to double potential fines for social media platforms, including Facebook and Instagram, who fail to prevent Australian children from holding accounts as critics argue the world-first ban on under-16s was failing.</p><p>Communications Minister Anika Wells on Monday blamed the platforms’ resistance to the age restrictions for the need to toughen the laws that came into force on Dec. 10.</p><p>“We can all agree we would like the scheme to work better than it is currently, but that is on Big Tech taking the Mickey,” Wells told the Australian Broadcasting Corp., using an Australian slang term for deceiving, teasing or mocking.</p><p>The government announced Sunday it would introduce draft legislation into Parliament this week that would double the maximum fine to 99 million Australian dollars ($68 million) for platforms that fail to take reasons steps to prevent Australian children from holding accounts.</p><p>The amendments would also increase the powers of eSafety Commissioner Julie Inman Grant, Australia’s online safety watchdog, to demand information and documents to ensure platforms were complying with Australian law, a government statement said.</p><p>The new powers would also include information from third parties, such as age assurance technology providers, to test claims made by the platforms about how those under 16 continued to circumvent the ban, the statement said.</p><p>Senior opposition lawmaker Jane Hume said her party would consider voting for the reforms, saying the “social media ban wasn’t working” because of deficient laws.</p><p>“The legislation was clearly undercooked in the first place. The eSafety Commissioner wasn’t given the powers to be able to pursue these Big Tech companies,” Hume said.</p><p>Parliament passed the initial legislation with overwhelming support in 2024. The targeted platforms were given more than 12 months to plan to implement the ban.</p><p>Many countries who have implemented or are planning similar restrictions have been closely watching progress of Australia’s ban.</p><p>The government initially reported more than 5 million children had accounts removed, deactivated or restricted after the ban became law.</p><p>But eSafety reported in March that seven in 10 children who held accounts on restricted platforms on Dec. 10 remained on Facebook, Instagram, Snapchat and TikTok.</p><p>Inman Grant said in April she was considering court action against those platforms and YouTube, alleging they were not taking reasonable steps to exclude children.</p><p>She had been satisfied with progress made by the remaining restricted platforms: X, Kick, Reddit, Threads and Twitch.</p><p>Wells said she had received monthly updates from eSafety since March and “we are not seeing improvements.”</p><p>“These (draft) changes ensure that the eSafety Commissioner has the tools and powers she needs to hold platforms to account and we’re making sure that she can do just that,” Wells said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QNQ2ALIOPBY23LYIP5IKOBWILA.jpg?auth=2192415209002e5e5b51303776e219c47294ccc51adc5460677b5b9de5dc73d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A logon screen for Facebook and the new Meta policy are photographed in Sydney, Australia, on Nov. 20, 2025. (AP Photo/Rick Rycroft, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Rycroft</media:credit></media:content></item><item><title><![CDATA[Korda looks forward to rest before taking on next two majors after frustrating finish at Women's PGA]]></title><link>https://www.local10.com/sports/2026/06/28/korda-looks-forward-to-rest-before-taking-on-next-two-majors-after-frustrating-finish-at-womens-pga/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/korda-looks-forward-to-rest-before-taking-on-next-two-majors-after-frustrating-finish-at-womens-pga/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description><![CDATA[CHASKA, Minn. (AP) — Nelly Korda moved within three strokes of the lead as she made the turn in the final round of the Women's PGA Championship, before three sharp shots gave her a birdie on the 10th hole.]]></description><pubDate>Mon, 29 Jun 2026 02:30:08 +0000</pubDate><content:encoded><![CDATA[<p>CHASKA, Minn. (AP) — Nelly Korda moved within three strokes of the lead as she made the turn in the final round of the Women's PGA Championship, before three sharp shots gave her a birdie on the 10th hole.</p><p>Winning a third straight major to start the season was within reach for Korda on this windy Sunday at Hazeltine National Golf Club, three weeks after she came back to secure her first U.S. Women's Open title.</p><p>“I was just trying to take it a shot at a time, really," Korda said. "I didn’t know where the leaders were at, so I was just trying to focus on myself.”</p><p>Soft greens from a morning deluge that delayed play by 3 1/2 hours and an unsteady putter got the best of her, as did the rest of the formidable pack at the top of the leaderboard. That's why the feat she was pursuing is so rare, a daunting prospect even for the runaway LPGA Tour leader.</p><p>Haeran Ryu finished at 13-under 275 to become the sixth South Korean to win the event over the last 12 editions, beating Ina Yoon by two strokes. Brooke Henderson and Dewi Weber tied for third at 10 under. Three Americans — Allisen Corpuz, Auston Kim and Alison Lee — tied for fifth place, six strokes behind Ryu.</p><p>Korda shot a 1-over 73 to finish seven shots back and fall into a four-way tie for eighth, failing to match what Inbee Park in 2013 and Babe Zaharias in 1950 pulled off as the only women to win the first three majors of the season.</p><p>For her part, that wasn't an accomplishment she'd been intentionally pursuing, even if her smashing success on the course this year has been fueling more fan interest in the sport, a following that was palpable to her wherever she went this week.</p><p>“You guys made that such a big thing. I didn’t think about that, no," Korda said. “I was just kind of disappointed in the way that I played this week, not that I came up short really. I was just thinking about the way that I played, not like the realistic big picture that everyone is talking about.”</p><p>Korda three-putted five times this week, after posting no more than three in any other tournament this year. Hazeltine’s signature lakeside hole dragged her down, too, with a double bogey in both the first and fourth rounds on the 16th. Her second shot from the right edge of the fairway on Sunday splashed in the water for a costly penalty stroke, and she two-putted the par-4 hole.</p><p>This was just the second time in nine official stroke play events this year that Korda didn't finish first or second. She also tied for eighth at the Queen City Championship in Cincinnati in May. Korda still needs two points to secure her spot in the LPGA Hall of Fame, a system that will grant her entry with one more major win or two more regular tour event victories. But with the Evian Championship and Women’s British Open waiting on the schedule next month, Korda has two more majors to play. Winning one of them would give her the career grand slam at age 27.</p><p>Next week, she'll rest and reset before traveling to Europe.</p><p>“Just chill for a few days,” Korda said, “and then practice.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZQA7HQWDWCQ5DD5L5KGYAPMPS4.jpg?auth=a96643c1e03af1f6b781b4882fb6b49c1badf8e30fb680fc73f0d610eee85214&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda talks to her caddie on the first hole during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 2026, in Chaska, Minn. (AP Photo/Matt York)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt York</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LEYJLDUJVWQQ6XXTLGS5GPEEY4.jpg?auth=9f401b514767a9835c1f362e4c2912dc6d3ab881339f4af7b272daf4e763c60a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda watches her putt on the 18th hole during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 2026, in Chaska, Minn. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HLUMCTUP3DQQJIMYSYXV4E27RM.jpg?auth=9ff1e2bfe62d9eebd8b91c027d4570dc473b575720b84e0ef77e662622f9101c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda chips onto the seventh green during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 2026, in Chaska, Minn. (AP Photo/Matt York)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt York</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJR3WDWTG7TZOB3XJTDU5V3UMQ.jpg?auth=c95f6aabe3f656d9c3728a96983a265cf01ffc28e887270d2c8bbf93480760b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda celebrates a putt on the seventh hole during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 2026, in Chaska, Minn. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content></item><item><title><![CDATA[NBC bumps Yankees-Red Sox to stay with golf as Scheffler forces playoff]]></title><link>https://www.local10.com/entertainment/2026/06/28/nbc-bumps-yankees-red-sox-to-stay-with-golf-as-scheffler-forces-playoff/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/28/nbc-bumps-yankees-red-sox-to-stay-with-golf-as-scheffler-forces-playoff/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — It is rare that a New York Yankees-Boston Red Sox game gets preempted for anything, especially on network television.]]></description><pubDate>Mon, 29 Jun 2026 03:22:10 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — It is rare that a New York Yankees-Boston Red Sox game gets preempted for anything, especially on network television.</p><p>That was the case though Sunday night due to a rain delay at the PGA Tour's Travelers Championship, and with Scottie Scheffler in contention.</p><p>An NBC Sports spokesman said the decision was made in consultation with the PGA Tour and Major League Baseball to stick with coverage of the golf tournament once it resumed at 7:20 p.m. EDT until it finished or was suspended due to darkness.</p><p>Scheffler — the world's No.. 1 player — made an 8-foot par putt on the 18th hole to force a sudden-death playoff against Viktor Hovland on Monday morning. Tournament officials determined officials deemed there was not enough daylight to start the playoff.</p><p>The final round was stopped for 90 minutes as storms moved over the TPC River Highlands course in Cromwell, Connecticut. NBC aired the conclusion of the KPMG Women’s PGA Championship. The start of the final round of third women's major of the year in Chaska, Minnesota, was delayed 3 1/2 hours due to rain. Haeran Ryu won by two strokes for her first major title.</p><p>The Yankees-Red Sox game was also streamed on Peacock. NBC picked up coverage at 8:28 p.m. during the bottom of the fourth inning with the Red Sox leading 2-0.</p><p>NBC viewers still got to see the more interesting parts of the game. Boston's Sonny Gray had a no-hitter through seven innings before the Yankees' Amed Rosario ended it with a single with one out in the eighth inning. New York rallied for two runs in the ninth to send it into extra innings and then scored two in the 10th to take a 4-2 lead.</p><p>The Red Sox though scored three in the 10th, including Jarren Duran's game-winning RBI single, to beat the Yankees 5-4 and complete a four-game sweep of their longtime rival.</p><p>This is NBC's first season carrying “Sunday Night Baseball.” It was the first Yankees-Red Sox game on NBC since Sept. 8, 1995.</p><p>___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7CCMDTFJSXN5N5RC7CYRVFRJ4A.jpg?auth=58b00ff8e11bbffb7ef580ff0ac32075781d37a5b01246b0a5e7a15541401270&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Sonny Gray tips his hat to the crowd as he exits the game after giving up a hit in the eighth inning after pitching seven innings without a hit against the New York Yankees in a baseball game, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FW6RCEPV5QHE56T53HQVQB5XWU.jpg?auth=9f8accb13960e5c808b4c6960652163a6adfcfb0576278a335f2f243a330b3a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler reacts to his tee shot on the 18th hole during the final round of the Travelers Championship golf tournament at TPC River Highlands, Sunday, June 28, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content></item><item><title><![CDATA[Sonny Gray loses no-hit bid against Yankees in 8th but Red Sox rally in 10th to finish 4-game sweep]]></title><link>https://www.local10.com/sports/2026/06/29/sonny-gray-loses-no-hit-bid-against-yankees-in-8th-but-red-sox-rally-in-10th-to-finish-4-game-sweep/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/sonny-gray-loses-no-hit-bid-against-yankees-in-8th-but-red-sox-rally-in-10th-to-finish-4-game-sweep/</guid><dc:creator><![CDATA[By DOUG ALDEN, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Sonny Gray was almost overloaded with reasons to celebrate.]]></description><pubDate>Mon, 29 Jun 2026 05:44:18 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Sonny Gray was almost overloaded with reasons to celebrate.</p><p>As if taking a no-hitter into the eighth inning and reaching 2,000 career strikeouts weren't enough, his brilliant outing Sunday night for Boston came against the rival New York Yankees — a team Gray once pitched for and hasn't been shy about disliking.</p><p>So after winning in a wild ending, Gray and the Red Sox were reveling in a four-game sweep at Fenway Park that marked their longest winning streak this season.</p><p>“They’re at the top of our division right now. They are where we hope to be. So yeah, it was a good series and it was a pretty sick finish to the series for us,” Gray said after the Red Sox rallied for a 5-4 victory in 10 innings.</p><p>Actually, the Yankees fell a game behind first-place Tampa Bay in the AL East, thanks in large part to Boston's first four-game sweep in the rivalry since 2018.</p><p>Finishing it off proved difficult when New York scored two runs in the ninth to tie it and then two more in the 10th to take a 4-2 lead. But the Red Sox responded with three in the bottom half and walked off with a rousing win on Jarren Duran's game-ending single.</p><p>The chaotic conclusion nearly overshadowed what Gray had done earlier, striking out nine and shutting down the Yankees emphatically for 7 1/3 innings as Boston clung to a 2-0 advantage.</p><p>“I was just trying to do my part to win the game. That’s all I was thinking about other than executing a pitch," Gray said. “I just felt very focused. I wanted to come out and win the game and we did that.”</p><p>Gray didn't dwell much on the opponent despite his history with New York.</p><p>He pitched for the Yankees after a trade-deadline deal with the Athletics in 2017, but the following season ended up losing his spot in the rotation and being left off the postseason roster. His time in New York ended with an offseason trade to Cincinnati.</p><p>Stops in Minnesota and St. Louis followed before the three-time All-Star arrived in Boston this season, and he said he never really wanted to play for the Yankees in the first place.</p><p>While the last-place Red Sox (36-46) are still 10 games below .500, Gray said it felt pretty special getting to that point after what it took to win Sunday night. The veteran right-hander tipped his cap to Boston fans as he left to a standing ovation in the eighth after Amed Rosario ended the no-hit bid with a one-out single up the middle on Gray’s 97th pitch.</p><p>“I think in the sixth inning or something they started really like getting into it and it was cool. I appreciated that,” Gray said. “I appreciate them and it seemed like they appreciated the outing tonight. We need them. If we’re going to get back into this thing, we need them. And they were here for us this weekend, so I appreciated that.”</p><p>It was the first time since 1963 the Yankees were held hitless through the first four innings of three straight games.</p><p>Gray got some defensive help in the third when Wilyer Abreu robbed Austin Wells of a hit with a sliding grab in shallow right field after a full sprint to reach the sinking ball in time. Abreu also committed a pair of costly throwing errors late that helped the Yankees tie it and later take the lead.</p><p>Interim manager Chad Tracy said he still has plenty of confidence in his two-time Gold Glove outfielder, as did his teammates.</p><p>“We’ve had a good weekend. Even though we gave up a couple of runs, the energy in the dugout coming in was like, let’s go win the game,” Tracy said. “There’s been times here in the past couple of months where that would have kind of crushed us, but that was not the case. They were fired up to try and get that done.”</p><p>Yankees starter Carlos Rodón allowed only one hit in five innings, Caleb Durbin's two-run single with one out in the fourth.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2N7VHZIE7NYSN6IPX7EV6CFGO4.jpg?auth=0ce6dfab006bfed229d22158d0f1bd452ae55f7167f4f0b7c5d91e389bc488aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Sonny Gray delivers a pitch to a New York Yankees batter in the first inning of a baseball game, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7CCMDTFJSXN5N5RC7CYRVFRJ4A.jpg?auth=58b00ff8e11bbffb7ef580ff0ac32075781d37a5b01246b0a5e7a15541401270&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Sonny Gray tips his hat to the crowd as he exits the game after giving up a hit in the eighth inning after pitching seven innings without a hit against the New York Yankees in a baseball game, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OJHA7IBITYWTSLWWO44VUYVT5Y.jpg?auth=b8736edf3d4cbeb81ad50f79abec8896ebcb1f5f3f92a30ebe63555bb2b36ec6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Jarren Duran, right, celebrates in front of New York Yankees catcher Austin Wells, left, after hitting a walk-off one-run single in the tenth inning of a baseball game, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W5OIR2EHLJCUFD35TW3VLSWWRE.jpg?auth=acd0b9ae169947fd37e009f085142aef0c5c9caf62c830802925e0b2945649c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Jarren Duran, left, celebrates with teammates after hitting a walk-off one-run single in the tenth inning of a baseball game to win against the New York Yankees, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KNZXRS5PSPDGWS4WNICWW4VXGI.jpg?auth=58ee20a055efd3dd37959180299391db553c5f538d20a49defe2709c5742e883&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Willson Contreras celebrates after scoring on a two-run single by Caleb Durbin in the fourth inning of a baseball game against the New York Yankees, Sunday, June 28, 2026, in Boston. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content></item><item><title><![CDATA[A rights group warns Vietnam is ramping up arrests under broad laws to crush dissent]]></title><link>https://www.local10.com/news/world/2026/06/28/a-rights-group-warns-vietnam-is-ramping-up-arrests-under-broad-laws-to-crush-dissent/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/a-rights-group-warns-vietnam-is-ramping-up-arrests-under-broad-laws-to-crush-dissent/</guid><dc:creator><![CDATA[By DAVID RISING, Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — Vietnam is increasingly using broadly written laws to arrest activists, dissidents and others that authorities consider a threat to the Communist Party's rule, according to a new analysis released Monday by a human rights group.]]></description><pubDate>Mon, 29 Jun 2026 02:03:39 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — Vietnam is increasingly using broadly written laws to arrest activists, dissidents and others that authorities consider a threat to the Communist Party's rule, according to a new analysis released Monday by a human rights group.</p><p>The 88 Project, which focuses on rights issues in Vietnam, documented 56 such arrests in 2025, the third consecutive year of increases and double the number in 2022. The report includes only arrests where the defendant could be identified by name and the case tracked, and the actual numbers are believed to be much higher, said Ben Swanton, co-director of the group.</p><p>The report says the country under leader To Lam “routinely weaponizes criminal law” to quash dissent. To Lam, the country’s former top security official who has served as general secretary of the Communist Party since 2024, was also elected president earlier this year.</p><p>The arrests are largely driven by fears of an uprising against the leadership in a so-called “color revolution,” like the 2004 Orange Revolution in Ukraine, or the 1986 Yellow Revolution in the Philippines, according to the report.</p><p>It is a fear shared by the Communist Party in neighboring China, which has been accused of using similar tactics to stifle critics. Though competing maritime claims have led to confrontations between the two countries and a tense diplomatic relationship at times, China and Vietnam were able to agree earlier this year to together “prioritize political security and enhance efforts to prevent and resist color revolutions,” the Chinese state-run Xinhua News Agency reported.</p><p>“With the ascendancy of To Lam, the country has become a literal police state that tolerates no dissent,” Swanton said.</p><p>“This represents a serious regression from the period of relative openness in the 2010s when some dissent was tolerated and civil society groups were able to engage in policy activism.”</p><p>Vietnam's Foreign Ministry did not respond to requests for comment on the findings of the report.</p><p>The report found that authorities are relying increasingly on Article 331 of Vietnam's penal code, which makes it a crime punishable by up to seven years in prison to “abuse democratic freedoms to infringe upon the interests of the state.”</p><p>Previously little used, “authorities have enlarged the scope and application of Article 331 so that it reaches further into society, beyond human rights and democracy dissidents ... to all those who voice any grievance with state or local Communist Party and government officials,” New York-based Human Rights Watch wrote in a report last year.</p><p>“The Vietnamese authorities’ increased use of Article 331 is a little known facet of the government’s expanding crackdown on ordinary people who are seeking to use social media and other peaceful means to publicly raise important social issues, including religious freedom, land rights, rights of Indigenous people, and government and Communist Party corruption,” Human Rights Watch wrote.</p><p>Among those arrested under Article 331 last year were three men behind the YouTube channel “Nguoi Da Tin' — The Messenger — on allegations that videos they uploaded were ”distorted content" that violated the statute, The 88 Project reported.</p><p>The report provides details of every arrest identified as politically related in 2025.</p><p>Those also included an activist for the minority Montagnard group who was arrested in Thailand and extradited to Vietnam, a dissident writer accused of spreading “propaganda against the state,” and a man who helped residents of Ha Tinh province file complaints demanding fair compensation for land expropriated for a new highway.</p><p>“The Vietnamese government has dealt alarmingly severe punishments to longstanding targets like journalists and human rights activists, while displaying an increasing willingness to attack groups previously thought safe, such as political exiles and legal petitioners,” the report said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FYTP5IL5ZSGHGQOJQSVNPAG6KA.jpg?auth=1e503022371ff190d6588fd6ae860a7fdaf58d1c374bddb790114f5864eb8d09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A giant Vietnamese national flag hangs from a balcony in the old quarter of Hanoi, Vietnam, Monday, Sept. 1, 2025. (AP Photo/Vincent Thian, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vincent Thian</media:credit></media:content></item><item><title><![CDATA[Scheffler makes clutch putt to force Monday playoff against Hovland in Travelers Championship]]></title><link>https://www.local10.com/sports/2026/06/28/scheffler-makes-clutch-putt-to-force-monday-playoff-against-hovland-in-travelers-championship/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/scheffler-makes-clutch-putt-to-force-monday-playoff-against-hovland-in-travelers-championship/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[CROMWELL, Conn. (AP) — Scottie Scheffler made an 8-foot par putt on the 18th hole Sunday and pumped his fist with more emotion than he showed all day, just for the right to return Monday at the rain-delayed Travelers Championship to face a sudden-death playoff against Viktor Hovland.]]></description><pubDate>Mon, 29 Jun 2026 01:13:12 +0000</pubDate><content:encoded><![CDATA[<p>CROMWELL, Conn. (AP) — Scottie Scheffler made an 8-foot par putt on the 18th hole Sunday and pumped his fist with more emotion than he showed all day, just for the right to return Monday at the rain-delayed Travelers Championship to face a sudden-death playoff against Viktor Hovland.</p><p>The final round was stopped for 90 minutes as storms moved over the TPC River Highlands, and officials deemed there was not enough daylight for them to start the playoff.</p><p>The playoff was to start at 9 a.m. Monday, the first time a PGA Tour went an extra day since The Players Championship last year.</p><p>“It’s more fun when you’re making the ones to win,” Scheffler said. “But to keep yourself in it is also nice. Like I said, I live another day until tomorrow, and will be coming out in the morning and see what I can do.”</p><p>Scheffler and Hovland each had birdie chances at the end. Scheffler rammed his 30-foot putt 8 feet by the hole. Hovland's 25-foot attempt missed by inches and he tapped in for a 69. Scheffler made his third big par putt for a 68 to match Hovland at 21-under 259.</p><p>That was one shot ahead of Collin Morikawa, who closed with a 61 and was briefly tied for the lead, though it never looked as though it would be enough.</p><p>Hovland, who went into the final round with a one-shot lead over Scheffler, found himself two back when play was halted by a pounding rain and lightning in the area, both of them in the fairway on the 14th hole.</p><p>Hovland poured in a 15-foot birdie putt from just off the green, to get within one shot and Scheffler had to make a 6-foot par putt to stay in the lead.</p><p>On the reachable par-4 15th, Scheffler's pitch from the collar of rough — wet grass might have saved his tee shot from going in the water — raced toward the pin on the top shelf and kept right on going, over the back and down a slope. He chipped that just onto the green and made another big par putt with Hovland in tight for a third straight birdie.</p><p>That left them tied. Scheffler missed a big opportunity on a 10-foot birdie chance on the 17th that spun off of the left edge of the cup, and the world's No. 1 player did well to hammer a shot from the wet rough right of the 18th fairway to just inside 30 feet.</p><p>PGA Tour official decided before they finished the 18th there would not be enough light to play even one extra hole.</p><p>They arrived at the playoff in different manners — Scheffler with three birdies against one bogey, Hovland going through a 10-hole stretch in the middle of his round with just two pars.</p><p>Hovland fell behind by two early, only for a two-shot swing on No. 7. There was a two-shot swing in Scheffler's favorite to start the back nine, and then Hovland made up ground with three straight birdies, the final two after rain changed the condition of the course.</p><p>The break was good for Hovland just to settle him down.</p><p>“I hit some good shots and then some bad shots and I just couldn’t quite get a flow in,” Hovland said. “So it was nice to just get completely off the golf course and reset and I felt a lot better coming back. So sometimes that’s all you need.”</p><p>Morikawa finished in style, a shot out of the wet sand in the bunker on the 18th to just inside 10 feet for ninth birdie of the round to post at 20-under 260. Morikawa, who started the day nine shots out of the lead, had to wait some three hours — including the delay — before leaving.</p><p>“The thought of actually having a chance, waiting it out, didn’t really cross my mind,” Morikawa said. “But I told my wife earlier this morning, ‘Let’s shoot 61 and end the three-week stretch on a good note.’ And sometimes the way you manifest things works out.”</p><p>Matt Fitzpatrick shot 64 to finish alone in fourth followed by U.S. Open champion Wyndham Clark, who played remarkably well after such a draining week at Shinnecock Hills. He was in it until a shot into the water for bogey on the 17th. Clark had a 65 and was three shots back.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FW6RCEPV5QHE56T53HQVQB5XWU.jpg?auth=9f8accb13960e5c808b4c6960652163a6adfcfb0576278a335f2f243a330b3a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler reacts to his tee shot on the 18th hole during the final round of the Travelers Championship golf tournament at TPC River Highlands, Sunday, June 28, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GDALZVH2OVS6L2AONS4NSTUV7U.jpg?auth=664462cc87211176f4889780395f04e3d985feabe0d7366aaa32a3635f0ef226&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Viktor Hovland, of Norway, reacts to his shot at the fifth hole during the final round of the Travelers Championship golf tournament at TPC River Highlands, Sunday, June 28, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SKLDGOLXXTZV3MLDKYH2IYLZHQ.jpg?auth=94c3741b49be70d477a28dc945121315f79b7cf73da0acd1eaa36312a80c90b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign announces that play is temporarily suspended due to dangerous weather during the final round of the Travelers Championship golf tournament at TPC River Highlands, Sunday, June 28, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X3M3CZCKODITJ76TAFRRYAM4WU.jpg?auth=8daccf00dbc7018fc74d8920480ad0302cf5b05dfee4d385b459b6ff0413807f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler, left, shakes hands with Viktor Hovland, right, of Norway, after finishing tied in the final round of the Travelers Championship golf tournament at TPC River Highlands, Sunday, June 28, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4NVOTGBXOAQQE77XNADLVMSMXE.jpg?auth=4b4bdc420e2adbbd1c174e3dab83e655d9541b9f28b23145fe92cf5acb15977f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Viktor Hovland, center, of Norway, moves his ball due to standing water without penalty on the 18th fairway during the final round of the Travelers Championship golf tournament at TPC River Highlands, Sunday, June 28, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content></item><item><title><![CDATA[Desde los escombros en Venezuela, una inesperada historia de supervivencia tras días de tragedia]]></title><link>https://www.local10.com/espanol/2026/06/28/desde-los-escombros-en-venezuela-una-inesperada-historia-de-supervivencia-tras-dias-de-tragedia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/28/desde-los-escombros-en-venezuela-una-inesperada-historia-de-supervivencia-tras-dias-de-tragedia/</guid><dc:creator><![CDATA[Por JUAN PABLO ARRAEZ, MATIAS DELACROIX y MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Una mezcla de equipos de rescate y civiles revisó el domingo una montaña de escombros casi indistinguible de las otras ruinas que se extendían por tramos de la costa norte de Venezuela tras dos devastadores sismos.]]></description><pubDate>Sun, 28 Jun 2026 23:50:42 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Una mezcla de equipos de rescate y civiles revisó el domingo una montaña de escombros casi indistinguible de las otras ruinas que se extendían por tramos de la costa norte de Venezuela tras dos devastadores sismos.</p><p>En los días transcurridos desde los terremotos de 7,2 y 7,5 del miércoles, los equipos de búsqueda y los habitantes locales habían creído que no había señales de vida bajo la masa de concreto en el estado La Guaira, una de las zonas más golpeadas.</p><p>Entonces, el domingo se produjo un estallido de movimiento. Equipos de rescate de Estados Unidos, Francia y Venezuela sacaron de un agujero un par de piernas cubiertas de polvo.</p><p>Los equipos trasladaron con cuidado al hombre desde la estructura donde había quedado atrapado durante cuatro días —con el cuerpo flácido, pero aún aferrado a su teléfono— hasta una lona negra y le administraron suero por vía intravenosa.</p><p>Luego apareció su hijo pequeño, sacado sin camiseta y casi sin respuesta por encima de un grupo de rescatistas con cascos, con las palabras “Fairfax County Urban Search & Rescue” estampadas en la espalda.</p><p>Los equipos de rescate coreaban: “Lento, lento, suave, suave”, en una mezcla de español e inglés, cuando pasaban al padre y al hijo entre una multitud de curiosos hasta una ambulancia cercana.</p><p>Los equipos estallaron en aplausos varios días después de iniciadas las labores de búsqueda y rescate, en un momento en que la esperanza de encontrar sobrevivientes se estaba desvaneciendo.</p><p>Los periodistas de The Associated Press Juan Pablo Arraez y Matías Delacroix estuvieron entre la multitud de personas que presenció el rescate.</p><p>Arraez contó el domingo que estaban recorriendo la región de La Guaira “esperando ver algún milagro” cuando encontraron a los equipos de rescate de Estados Unidos y a civiles locales trabajando con calma para sacar al padre y al hijo del edificio.</p><p>“En esta etapa muchos empiezan a perder la esperanza. Se ve en sus rostros”, declaró Arraez, al momento en que helicópteros volaban por encima. “Cuando alguien sale con vida, como este padre y este hijo, es más que un vistazo, es una esperanza real para la gente”.</p><p>El doble golpe de los terremotos ha sido el mayor desastre natural que la nación sudamericana ha enfrentado en décadas.</p><p>Las autoridades informaron el domingo que 1.450 personas habían muerto, con miles más heridas y muchas más desaparecidas.</p><p>Las primeras 48 a 72 horas después de un desastre natural son cruciales para las labores de rescate, aunque la supervivencia puede prolongarse si las personas tienen acceso a comida y agua.</p><p>Pero pequeños momentos de optimismo, solidaridad y humanidad como este han atravesado un duelo casi abrumador.</p><p>Bomberos venezolanos vertieron agua en la boca de un perro cubierto de polvo que asomaba la cabeza a través de grietas en el concreto.</p><p>Después de quedar atrapada durante 70 horas, una mujer se incorporó en una camilla, sonriendo y saludando a multitudes que vitoreaban cuando la subían en una camilla con ruedas a una ambulancia.</p><p>___</p><p>El fotoperiodista de The Associated Press Matías Delacroix contribuyó a este despacho.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PUPFHOSXDAYUH55VTE3K2VHWUA.jpg?auth=be4d03eec4ffc1f8e888cd5580986ff0fa790014807cdddf35fb1725f2b57895&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Equipos de rescate del Ejército mexicano buscan a personas atrapadas en edificios colapsados tras los sismos que sacudieron La Guaira, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CZHHIBYNBBSQQZMYRUYDSLXVJ4.jpg?auth=b88d5ed400e8c9d68c45708f9e17863e1afd906c375963a6cbe90625d5682d74&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un rescatista carga a una niña sacada de los escombros cuatro días después de que dos sismos azotaran La Guaira, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[Haeran Ryu wins the Women's PGA Championship for her first major title]]></title><link>https://www.local10.com/sports/2026/06/28/haeran-ryu-wins-the-womens-pga-championship-for-her-first-major-title/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/haeran-ryu-wins-the-womens-pga-championship-for-her-first-major-title/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description><![CDATA[CHASKA, Minn. (AP) — Haeran Ryu recovered from a rough start to secure her first career major title, winning the Women's PGA Championship by two strokes over Ina Yoon on a windy Sunday at Hazeltine National Golf Club.]]></description><pubDate>Mon, 29 Jun 2026 00:10:13 +0000</pubDate><content:encoded><![CDATA[<p>CHASKA, Minn. (AP) — Haeran Ryu recovered from a rough start to secure her first career major title, winning the Women's PGA Championship by two strokes over Ina Yoon on a windy Sunday at Hazeltine National Golf Club.</p><p>Ryu shot a 2-under 70 to finish at 13-under 275 and become the sixth South Korean to win the event over the last 12 editions, flashing a big smile after sinking her last putt as friends ran out to douse her in celebration.</p><p>The 2023 LPGA Tour Rookie of the Year was also the first major champion in at least the last 60 years to rally from a 10-plus-shot deficit after the first round. Ryu opened Thursday with a 73 in a tie for 70th place, as Yoon shot a tournament-record 63.</p><p>Playing her first event in six weeks, Ryu shook off whatever rust she showed and heeded some keen advice from her coach about moving forward.</p><p>“You don’t have another problem so just trust your shot and trust your caddie and trust yourself on the golf course,” Ryu said during the trophy ceremony on the 18th green.</p><p>Brooke Henderson and Dewi Weber tied for third at 10 under. Three Americans — Allisen Corpuz, Auston Kim and Alison Lee — tied for fifth place, six strokes behind Ryu.</p><p>“Haeran played unbelievable today,” Yoon said. “Brooke, I like to play her, play with her all the time. She’s such a nice girl. I learned a lot today, this week.”</p><p>LPGA Tour leader Nelly Korda wrapped up a frustrating weekend on the greens with a 73 to finish in a four-way tie for eighth, failing to become the third player to win the first three majors of the season.</p><p>The course was closed for most of the morning while a thunderstorm moved through the Twin Cities metro area, dropping more than an inch of rain and pushing all of the tee times back by 3 1/2 hours while players tried to stay focused and loose. That left the greens extra soft and the air especially gusty, making many of Hazeltine’s notoriously long fairways even trickier.</p><p>Ryu was five strokes behind Yoon in a four-way tie for second after two rounds and surged to the top on Saturday to take a one-shot lead over Henderson, the third time she’s been ahead or tied for the lead entering the final round of a major.</p><p>The 25-year-old Ryu bogeyed three of her first five holes before settling in and flexing her ball-striking muscle on a particularly tough afternoon for putting.</p><p>Ranking in the top three on the tour in approach, tee to green, and greens in regulation, Ryu went 4 under over the final 12 holes to separate from the pack in a far more relaxing finish than she was on track for. Four different players held a solo lead over the front nine.</p><p>Weber became only the fourth women’s player from the Netherlands to finish in the top 20 at a major tournament, with Anne van Dam the most recent at the 2024 British Women’s Open. Only one player on the men’s side has ever done so.</p><p>The 23-year-old Yoon had her best finish on the LPGA Tour, deftly rebounding from a 75 on Saturday and a double bogey on the third hole on Sunday.</p><p>“Little disappointed yesterday and today, but I think I did pretty good job being under pressure and it’s just part of golf,” Yoon said. “I think it’s going to be a really big lesson in the big picture.”</p><p>Korda turns her focus to the next two majors</p><p>Korda made the turn only three shots back and birdied the 10th hole, but her short game fell short down the stretch in similar fashion to the third round. She three-putted five different times at Hazeltine, after posting no more than three in any other tournament this year.</p><p>Hazeltine's signature lakeside hole dragged her down, too, with a double bogey in the first and fourth rounds on the 16th. Her second shot from the right edge of the fairway splashed in the water for a costly penalty stroke, and she two-putted the par-4 hole.</p><p>With the Evian Championship and Women's British Open next month, Korda can still add a grand slam to what has been a superb season despite some setbacks this week in Minnesota.</p><p>“I was just thinking about the way that I played," Korda said, "not like the realistic big picture that everyone is talking about.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JGKOBUHVDT6LBOUNHSZCGMN7SA.jpg?auth=f26279fe02b7fc53e39b4cef1c0af49766b422840a700820dcd3d99a9fcbe03f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haeran Ryu, of South Korea, celebrates on the 18th green after winning the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 2026, in Chaska, Minn. (AP Photo/Matt York)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt York</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BWN4EZG3VESATVZBVKUQAOFLMM.jpg?auth=379c5a9bedff6ab04be423f8d37e7173107d31d163495896ff588660ef4ea896&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haeran Ryu, of South Korea, poses with the trophy after winning the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 2026, in Chaska, Minn. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W6BQ5SROR7CME3YJHRHNDECKXQ.jpg?auth=f53a1d1fda42f057b9bdd8cc719e9904d4650e553e0659cbd7b653541d38db56&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haeran Ryu, of South Korea, hits on the eighth hole during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 2026, in Chaska, Minn. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJR3WDWTG7TZOB3XJTDU5V3UMQ.jpg?auth=c95f6aabe3f656d9c3728a96983a265cf01ffc28e887270d2c8bbf93480760b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda celebrates a putt on the seventh hole during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 2026, in Chaska, Minn. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IIPPELTQG7YBLK7NBUYVYLXU5I.jpg?auth=860afb4cb259650d8621d6f414e266583dee7e6e9d29e182cab4d9a0210af7bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haeran Ryu, of South Korea, walks to the 18th green during the final round of the Women's PGA Championship golf tournament at Hazeltine National Golf Club, Sunday, June 28, 2026, in Chaska, Minn. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content></item><item><title><![CDATA[‘The best news’: South Florida woman’s mother rescued from rubble after Venezuela earthquakes]]></title><link>https://www.local10.com/news/local/2026/06/28/the-best-news-south-florida-womans-mother-rescued-from-rubble-after-venezuela-earthquakes/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/the-best-news-south-florida-womans-mother-rescued-from-rubble-after-venezuela-earthquakes/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[A South Florida woman’s mother survived the Venezuela earthquakes after being pulled from the rubble of a collapsed building.]]></description><pubDate>Sun, 28 Jun 2026 22:24:13 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida woman’s mother survived <a href="https://www.local10.com/news/world/2026/06/28/teams-scramble-to-locate-survivors-four-days-after-venezuela-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/28/teams-scramble-to-locate-survivors-four-days-after-venezuela-earthquakes/">the Venezuela earthquakes</a> after being pulled from the rubble of a collapsed building.</p><p>Paola Ramos said her 54-year-old mother, Carla, was beneath the rubble for three days before being rescued.</p><p>“I called my family,” Ramos said. “I couldn’t find my mom.”</p><p>Ramos spent the next 72 hours unsure if her mother was dead or alive.</p><p>“It’s frustrating, but I’m really connected with my people,” she said. “I was trying to do my best. I used my social media platforms to spread the news.”</p><p>She posted videos to Instagram expressing fear that her mother’s building was being overlooked.</p><p>“I thought for two days she was dead because the building was really collapsed,” Ramos said. “It was on the floor.”</p><p>Learning of her mother’s rescue was “the best news,” Ramos said.</p><p>Since the devastating twin earthquakes the United Nations estimates at least 243 people have been pulled from the rubble as the death toll continues to climb.</p><p>Ramos credits her mother’s faith for keeping her alive.</p><p>“She’s really shocked,” Ramos said. “She was there working, taking care of a child.”</p><p>The 6-year-old boy she was taking care of did not survive, Ramos said, dying of dehydration.</p><p>“Right now, we are not thinking. We have no time to process,” Ramos said. “Venezuela was not prepared for this.”</p><p>Humanitarian relief efforts have been well underway since the natural disaster occurred.</p><p>Two highly trained South Florida teams, Florida Task Force One and Two were dispatched to the scene to aid in the search-and-rescue effort.</p><p>Many are stopping by local donation sites.</p><p>“It’s amazing,” Ramos said. “We need help.”</p><p>Ramos had a message for those in Venezuela: “Keep going; have faith.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Rescuers pull survivors from rubble as Venezuela quake deaths top 1,450]]></title><link>https://www.local10.com/news/world/2026/06/28/rescuers-pull-survivors-from-rubble-as-venezuela-quake-deaths-top-1450/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/rescuers-pull-survivors-from-rubble-as-venezuela-quake-deaths-top-1450/</guid><dc:creator><![CDATA[Cody Weddle]]></dc:creator><description><![CDATA[Officials have raised the death toll from Venezuela’s twin earthquakes to more than 1,450 people, National Assembly President Jorge Rodríguez confirmed, as frustrations mounted over traffic choking the only highway connecting Caracas to the hard-hit state of La Guaira.]]></description><pubDate>Sun, 28 Jun 2026 22:59:09 +0000</pubDate><content:encoded><![CDATA[<p>Officials have raised the death toll from Venezuela’s twin earthquakes to more than 1,450 people, National Assembly President Jorge Rodríguez confirmed, as frustrations mounted over traffic choking the only highway connecting Caracas to the hard-hit state of La Guaira.</p><p>Ambulances sat gridlocked on the route after authorities set up access checkpoints — measures meant to control the flow of people into the disaster zone that ended up causing significant delays.</p><p>Deborah Cienfuegos, who was searching for her brother and parents beneath the rubble, pleaded with people not to travel to the coast just to take photos and record video.</p><p>“Here we are, our family, our people — don’t be indifferent. Don’t come to Vargas state just to film,” she said.</p><p>Still, rescuers continued pulling survivors from the wreckage. Colombian teams freed one man — visibly smiling despite hours trapped under debris. </p><p>Crews from Fairfax County, Virginia, pulled a crying infant from a collapsed building, calling out their every move to others still buried before cutting through the rubble.</p><p>The earthquakes left at least 12,000 people homeless, many now sleeping in public parks, with more than 700 buildings either requiring repairs or slated for demolition.</p><p>Journalist Ivanna Laura, who has spoken with many of the displaced, said uncertainty is widespread.</p><p>“There’s a lot of uncertainty about what’s going to happen now, for the people who need help and lost everything,” she said.</p><p>Amid the devastation, Venezuelans mobilized to deliver food, water and supplies to those who lost everything — offering a lifeline as the hard work of recovery gets underway.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade deputies arrest Argentinian YouTubers at World Cup match]]></title><link>https://www.local10.com/news/local/2026/06/28/miami-dade-deputies-arrest-argentinian-youtubers-at-world-cup-match/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/miami-dade-deputies-arrest-argentinian-youtubers-at-world-cup-match/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Argentinian YouTubers Beni Marmol and Pato Perrotta are facing felony charges in South Florida after deputies said they arrested them at the Colombia vs. Portugal World Cup match.]]></description><pubDate>Sun, 28 Jun 2026 18:39:47 +0000</pubDate><content:encoded><![CDATA[<p>Argentinian YouTubers <a href="https://www.youtube.com/@Benimarmol" target="_self" rel="" title="https://www.youtube.com/@Benimarmol">Beni Marmol</a> and <a href="https://www.youtube.com/@patoperrotta" target="_self" rel="" title="https://www.youtube.com/@patoperrotta">Pato Perrotta</a> are facing felony charges in South Florida after deputies said they arrested them at the Colombia vs. Portugal World Cup match.</p><p><a href="https://www.local10.com/news/local/2026/06/28/youtubers-argentinos-son-arrestados-por-agentes-de-miami-dade-durante-un-partido-del-mundial/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/youtubers-argentinos-son-arrestados-por-agentes-de-miami-dade-durante-un-partido-del-mundial/">Leer en español</a></p><p>Marmol, 20, and Perrotta, 26, both of Buenos Aires, each have hundreds of thousands of followers on YouTube and other platforms and frequently collaborate in videos. </p><p>The match was held Saturday at Miami Stadium, better known as Hard Rock Stadium.</p><p>Miami-Dade Sheriff’s Office deputies said both Marmol, whose full name is Lautaro B. Marmol, and Perrotta, whose full name is Patricio Rafael Perrotta, “bypass(ed) three layers of security” using credentials of a past game and made it onto “stadium grounds.”</p><p>Marmol “stated that he was a media influencers (sic) trying to get in to stream the game,” a deputy wrote in his arrest report.</p><p>Perrotta, meanwhile, said he was “hired by a media company to review the event and has credentials, but they were from a previous event,” his arrest report states.</p><p>Deputies arrested each on a charge of interference with a sporting or entertainment event.</p><p>Records show a Miami-Dade judge found probable cause for both and ordered them held on a $2,500 bond.</p><p>They were both being held in the Turner Guilford Knight Correctional Center as of Sunday afternoon. </p><p>The two were among 16 people arrested at the match, according to MDSO.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Helping Venezuela: Donations continue to flow in Doral]]></title><link>https://www.local10.com/news/local/2026/06/28/helping-venezuela-donations-continue-to-flow-in-doral/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/helping-venezuela-donations-continue-to-flow-in-doral/</guid><dc:creator><![CDATA[Hannah Yechivi, Bridgette Matter]]></dc:creator><description><![CDATA[South Floridians both within and outside the Venezuelan American community are stepping up to support relief efforts after devastating back-to-back earthquakes rocked the South American country.]]></description><pubDate>Sun, 28 Jun 2026 14:34:15 +0000</pubDate><content:encoded><![CDATA[<p>South Floridians both within and outside the Venezuelan American community are stepping up to support relief efforts after <a href="https://www.local10.com/news/world/2026/06/27/frustration-grows-in-venezuela-as-earthquake-death-toll-reaches-1430/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/frustration-grows-in-venezuela-as-earthquake-death-toll-reaches-1430/">devastating back-to-back earthquakes</a> rocked the South American country.</p><p><a href="https://www.local10.com/news/local/2026/06/28/ayudando-a-venezuela-continuan-llegando-donaciones-a-doral/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/ayudando-a-venezuela-continuan-llegando-donaciones-a-doral/">Leer en español</a></p><p>The <a href="https://www.globalempowermentmission.org/mission/venezuela-earthquakes/" target="_self" rel="" title="https://www.globalempowermentmission.org/mission/venezuela-earthquakes/">Global Empowerment Mission</a> in Doral is receiving donations, including canned food, diapers, and medicine, with 40,000 pounds already in Venezuela and 82,000 pounds arriving soon.</p><p>A long line of cars could be seen at GEM’s warehouse on Sunday morning.</p><p>“We also have a warehouse already open in Caracas and we are planning on sending at least two flights over the next few days,” Billy Richardson, GEM’s logistics director, told Local 10 News on Sunday.</p><p>Richardson explained how aid from South Florida reaches Venezuelans in need.</p><p>“We are working with one of the bigger distributors in Venezuela that is going to help us logistically ― the trucks and other vehicles to get aid around ― and they’ll be going out to different distribution points to help allocate as much community as possible," he said.</p><p>Richardson said GEM is asking people to avoid donating water, which is not currently in short supply, as well as “sodas and high fructose juices.”</p><p>Richardson described the response from South Floridians as “absolutely incredible.”</p><p>“South Florida and the Venezuelan community has all come out and really supported this cause,” he said. “I mean, we’ve had well over 2,500 volunteers in the last few days and I don’t see that stopping anytime soon, which is incredible. It’s amazing.”</p><p>For many volunteering their time, helping those in need in Venezuela personal.</p><p>“I have friends, we have family who had to evacuate their buildings,” volunteer Joshua Tovar said. Thankfully we don’t have any lost ones but we know people who have lost ones."</p><p>Volunteer Xenia Marcinko said her loved ones are safe, but she’s devastated for her country.</p><p>“We can’t count how many families need our help,” she said.</p><p>--</p><p><u><b>Related list</b></u>: <a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">Drop-off locations in South Florida</a></p><p><b>More </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> coverage </b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/">Meet Miami-Dade Fire Rescue Capt. German Leal</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Pembroke Pines police officers announce collection drive</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb partners with nonprofit CADENA for emergency housing </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi aims to protect vulnerable children</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Officials close La Guaira, require volunteers to register in Caracas </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon donates to Airlink to help charities with logistics</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Ayuda para Venezuela: continúan llegando donaciones en Doral]]></title><link>https://www.local10.com/news/local/2026/06/28/ayudando-a-venezuela-continuan-llegando-donaciones-a-doral/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/ayudando-a-venezuela-continuan-llegando-donaciones-a-doral/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[Habitantes del sur de Florida, tanto de la comunidad venezolana como de otros sectores de la población, continúan sumándose a los esfuerzos de ayuda tras los devastadores terremotos que sacudieron Venezuela.]]></description><pubDate>Sun, 28 Jun 2026 16:11:48 +0000</pubDate><content:encoded><![CDATA[<p>Habitantes del sur de Florida, tanto de la comunidad venezolana como de otros sectores de la población, están sumándose a los esfuerzos de ayuda tras los devastadores terremotos consecutivos que sacudieron al país sudamericano.</p><p>La organización <a href="https://www.globalempowermentmission.org/es/mission/venezuela-earthquakes/" target="_self" rel="" title="https://www.globalempowermentmission.org/es/mission/venezuela-earthquakes/">Global Empowerment Mission</a> (GEM), con sede en Doral, está recibiendo donaciones de alimentos enlatados, pañales y medicamentos. Hasta el momento, 40,000 libras de ayuda ya fueron enviadas a Venezuela y otras 82,000 libras llegarán próximamente.</p><p>La mañana del domingo se observó una larga fila de vehículos frente al almacén de GEM.</p><p>“También tenemos un almacén ya operativo en Caracas y planeamos enviar al menos dos vuelos durante los próximos días”, dijo Billy Richardson, director de logística de GEM, a Local 10 News.</p><p>Richardson explicó cómo la ayuda recolectada en el sur de Florida llega a los venezolanos afectados.</p><p>“Estamos trabajando con uno de los mayores distribuidores de Venezuela, que nos ayudará con la logística, incluyendo camiones y otros vehículos para transportar la ayuda. Luego, los suministros serán enviados a distintos puntos de distribución para llegar al mayor número posible de comunidades”, explicó.</p><p>Richardson señaló que GEM pide a las personas evitar donar agua, ya que actualmente no escasea, así como refrescos y jugos con alto contenido de fructosa.</p><p>Asimismo, calificó la respuesta de la comunidad del sur de Florida como “absolutamente increíble”.</p><p>“Tanto el sur de Florida como la comunidad venezolana se han unido para apoyar esta causa. Hemos contado con mucho más de 2,500 voluntarios en los últimos días y no veo que eso vaya a detenerse pronto. Es algo increíble. Es extraordinario”, afirmó.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Incendio forestal de 70 acres arrasa una zona del oeste del condado de Broward]]></title><link>https://www.local10.com/news/local/2026/06/28/incendio-forestal-de-70-acres-arrasa-una-zona-del-oeste-del-condado-de-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/incendio-forestal-de-70-acres-arrasa-una-zona-del-oeste-del-condado-de-broward/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[De acuerdo con las autoridades, el fuego se ha extendido a unas 70 acres en las inmediaciones de la autopista Sawgrass Expressway y Commercial Boulevard.]]></description><pubDate>Sun, 28 Jun 2026 21:29:31 +0000</pubDate><content:encoded><![CDATA[<p>Un incendio forestal se registra la tarde de este domingo en el oeste del condado de Broward.</p><p>De acuerdo con las autoridades, el fuego se ha extendido a unas 70 acres en las inmediaciones de la autopista Sawgrass Expressway y Commercial Boulevard.</p><p>Las autoridades mantienen bajo vigilancia el incendio mientras continúa propagándose en la zona.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[From the rubble in Venezuela, an unexpected story of survival cuts through days of tragedy]]></title><link>https://www.local10.com/news/world/2026/06/28/from-the-rubble-in-venezuela-an-unexpected-story-of-survival-cuts-through-days-of-tragedy/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/from-the-rubble-in-venezuela-an-unexpected-story-of-survival-cuts-through-days-of-tragedy/</guid><dc:creator><![CDATA[By JUAN PABLO ARRAEZ, MATIAS DELACROIX and MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — A mix of rescue teams and civilians on Sunday peered at a mountain of rubble almost indistinguishable from the other ruins lining swathes of the northern Venezuelan coast following two devastating earthquakes.]]></description><pubDate>Mon, 29 Jun 2026 00:18:42 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — A mix of rescue teams and civilians on Sunday peered at a mountain of rubble almost indistinguishable from the other ruins lining swathes of the northern Venezuelan coast following two devastating earthquakes.</p><p>In the days since Wednesday's 7.2 and 7.5 quakes, search teams and locals had believed that there were no signs of life under the concrete mass in La Guaira state, one of the hardest-hit areas.</p><p>Then on Sunday came a burst of movement. A pair of dust-coated legs was pulled out of a hole by rescue teams from Virginia, France and Venezuela.</p><p>Teams gently carried the man from the structure where he had been trapped for four days, his body slack but still gripping his phone, onto a black tarp and administered an IV.</p><p>Then came his young son, pulled shirtless and almost unresponsive over a pack of hard-hat clad rescue workers with the words “Fairfax County Urban Search & Rescue” emblazoned on the backs.</p><p>“Slow, slow, gentle, gentle,” chanted rescue teams in a mix of Spanish and English, as they passed the father and son through a crowd of onlookers into a nearby ambulance.</p><p>The teams burst out into applause days into search and rescue efforts, at a time that hope of finding survivors was dimming.</p><p>Associated Press journalists Juan Pablo Arraez and Matías Delacroix were among the throng of people who witnessed the rescue.</p><p>On Sunday, Arraez said they were scouring the La Guaira region “trying to see if we can see any miracles” when they found the U.S. rescue teams and local civilians calmly working to pull the father and son out of the building.</p><p>“At this stage many begin to lose hope. You see that in their faces,” Arraez said, as helicopters flew overhead. “When somebody makes it out alive, this father and son. It’s more than a glimpse, it’s real hope for people.”</p><p>The one-two punch of the earthquakes has been the greatest natural disaster the South American nation has faced in decades.</p><p>Authorities reported 1,450 people were dead on Sunday, with thousands more injured and many more missing.</p><p>The first 48 to 72 hours after a natural disaster are crucial to rescue efforts, though survival can be extended if people have access to food and water.</p><p>But small moments of optimism, solidarity and humanity like this have cut through almost overwhelming grief.</p><p>Venezuelan firefighters poured water into the mouth of a dust-covered dog peeking its head through cracks in the concrete.</p><p>After being trapped for 70 hours, one woman sat up on a stretcher, grinning and waving at cheering crowds as she was loaded on a gurney into an ambulance.</p><p>——</p><p>Associated Press photojournalist Matías Delacroix contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2JRDZFWGVWB7IP72GYL3FC6GYQ.jpg?auth=9521f4c1d4c921c22eccdd25490e4233a73a4beae5bc7062d4f18d7e2728d950&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers carry a man rescued from the rubble of a building that collapsed in the earthquakes that struck La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G6E7MECY5CS4N7KUJTCREXWSZY.jpg?auth=df75e0d6584f7c4dc6d43c62d6712845f841ef571a7686cf3683fd654510e317&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person removed from the rubble by members of the French Civil Security Training and Intervention Regiment (UIISC 7), U.S. rescuers and others is carried on a stretcher to an ambulance along the coast in Caraballeda, La Guaira state, Venezuela, Sunday, June 28, 2026, after earthquakes. (Miguel Medina, Pool photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Medina</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YIAOJUCJGT4YYNLPI57XQ6R3K4.jpg?auth=7226cde5174f68a6f96b2b7ea793aa53f2463027b84105e10c136c4d28a71dbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Relief workers carry a man rescued from a building that collapsed in the earthquakes that struck La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QOJ3J6UAJEI7T46X7IQA7Q5FJ4.jpg?auth=06bff49953a9341c744465897a8ee76d7c581188bf25270df8b14db8ea1cfe23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. firefighters from the Fairfax County search and rescue team pull a boy from the rubble after rescuing him and his father from a building that collapsed in the earthquakes in La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6CM6KGZCP7O7YZ7WFQWMOPDYXU.jpg?auth=7c17fec47d67d3d9c801dbddf2eb1bbef7b76d0640c8fba1f3f50c329e2ed693&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. firefighters from the Fairfax County pull a survivor from the rubble of a building that collapsed in the earthquakes in La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Canada beats South Africa 1-0 in World Cup's first knockout match on Stephen Eustáquio's late goal]]></title><link>https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[INGLEWOOD, Calif. (AP) — Right after Canada finished its first knockout match victory in a World Cup, coach Jesse Marsch huddled his players on the grass of a stadium still in pandemonium and spoke from his heart — shouted, actually.]]></description><pubDate>Sun, 28 Jun 2026 23:27:23 +0000</pubDate><content:encoded><![CDATA[<p>INGLEWOOD, Calif. (AP) — Right after Canada finished its first knockout match victory in a World Cup, coach Jesse Marsch huddled his players on the grass of a stadium still in pandemonium and spoke from his heart — shouted, actually.</p><p>“You guys are Canadian heroes today!" Marsch declared. "Canadian heroes for the future children of this country who play this sport. The sport has a big future because of you guys. You should be so proud of who you are. You should be so proud of this game. You never lost belief. You went after it, point after point, moment after moment. You are Canadian heroes!”</p><p>Stephen Eustáquio's dramatic late goal had inspired Marsch to Ted Lasso levels of earnestness, and he didn't care who knew it.</p><p>Soccer has never been the main event on Canada's busy sports calendar, and Les Rouges are playing in only their third World Cup this summer. But Marsch realized this landmark 1-0 win over South Africa on Sunday is the type of achievement that can seize an entire nation's attention for a generation.</p><p>“We could have made life a little easier on ourselves if we would have made a play earlier when we had some big chances,” Marsch said. “But obviously the timing of the goal means that the win is incredibly dramatic, and I think the effect that it will have in Canada, and the inspiring of people, will be immense.”</p><p>After 90-plus minutes of frustration and failure to break down cagey South Africa at SoFi Stadium, Canada made history in an instant when Alistair Johnston’s long pass into the box was cleared directly into the path of Eustáquio.</p><p>The midfielder who plays professionally at nearby Los Angeles FC coolly chested it down and blasted it off the bounce into the bottom corner of Ronwen Williams' net before sprinting away to celebrate with Canada's bench in the second minute of second-half stoppage time.</p><p>“We worked for it," Eustáquio said. “We have a special group. We feel like we are brothers. When we fight for each other, when we play for each other, special things like this can happen. I am over the moon, but at the same time I don’t want to say that the job is finished.”</p><p>Canada, which sits 30th in the most recent FIFA world rankings, advanced to face the Netherlands or Morocco in Houston on Saturday.</p><p>After playing its first three group matches in Toronto and Vancouver, Canada missed the chance to also make this bit of history at home when it lost 2-1 to Switzerland last Wednesday and got sent on the road for the knockout rounds. But Marsch's plucky team responded by winning this tournament's first round of 32 match and reaching the round of 16 for the first time in its three trips to the World Cup.</p><p>The Canadians were still the clear crowd favorite in the Los Angeles area between their traveling fans and thousands of supportive locals, including several in Eustáquio’s LAFC shirt who couldn't have imagined the day they were about to enjoy.</p><p>“We never stopped believing," Eustáquio said. "And I think the goal is really something that we deserved.”</p><p>After finishing second in their respective groups, both South Africa and Canada were playing for their nations’ first knockout victories at a World Cup when they opened knockout play with the only match of the day.</p><p>Canada got a boost in the 75th minute when star defender Alphonso Davies came on for his first World Cup action. The playmaking Bayern Munich defender missed group play after injuring his hamstring last month for the third time this year, but finally returned in the same stadium where he tore a knee ligament in March 2025 in CONCACAF Nations League play.</p><p>Davies immediately made the best pass of the day to set up Promise David for a golden chance, but the forward hit it wide. The game then bogged down again — but Eustáquio made sure Canada avoided extra time.</p><p>“Steph is one of the people in the team that I think is the most reliable and understands what we’re trying to achieve as a group, and understands how to manage moments in games, and to be a leader, a true leader,” Marsch said. “It was good to see him, in that moment, just being in the moment and thinking about the best way to strike the ball in the way to give it the best chance to go in. Really composed and really well-executed.”</p><p>Williams made five saves for South Africa, which played with remarkable heart while hanging in until the final moments in search of another historic win for the team known as Bafana Bafana. South Africa stayed firm defensively and created a handful of tantalizing chances despite getting only one shot on goal to close a tournament in which it scored two goals in four matches.</p><p>“We lost the game because there was a lack of power and speed in our team when I compare that with our opponent,” South Africa coach Hugo Broos said. “We had a difficult game, certainly. But when we look back, we can be fairly satisfied with what we did.”</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OX6WTHEQPLUEBHNE34CYHQQ5WU.jpg?auth=116cb797529b184e336f6ec423955dab891455fe21baf1ff7aecf979974d647b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada's Stephen Eustaquio (7) celebrates scoring their opening goal against South Africa during the World Cup round of 32 soccer match in Inglewood, Calif., near Los Angeles, Sunday, June 28, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3ZJTM73OSGXHY35UYYL6CUYWVY.jpg?auth=76009a0f51e0ba01bd8e2c7c072a5bf5a3fe2aee53c85d100d08402bd0aa408f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada's Stephen Eustaquio (7) scores their opening goal past South Africa goalkeeper Ronwen Williams (1) during the World Cup round of 32 soccer match between South Africa and Canada in Inglewood, Calif., near Los Angeles, Sunday, June 28, 2026. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RI7TRYWY6O6Y2UT3CTE46E7W4Q.jpg?auth=cd9b0a8aceebc108bfca1e1008af864a0a65278cf66940cd370d5523301f3c2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Players of Canada celebrate after Stephen Eustaquio scored the opening goal during a World Cup round of 32 soccer match between South Africa and Canada in Inglewood, Calif., near Los Angeles, Sunday, June 28, 2026. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/663Q4X266ARQDEMFKVEA76YDBI.jpg?auth=4961162cf9109c97a0c357b56b7bc33627e2a47ccdb7b10be06437be925f06dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Africa's Sphephelo Sithole and Canada's Jonathan David (10) go for a header during a World Cup round of 32 soccer match in Inglewood, Calif., near Los Angeles, Sunday, June 28, 2026. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OEGVCVKMKTZHC5NQY5EEZLAM2A.jpg?auth=4ae1151749c9be65bb3ff755cb0c873bd6386bcc85e7a02ebb6d050ca6d2296a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada's Stephen Eustaquio (7) celebrates scoring their opening goal against South Africa during the World Cup round of 32 soccer match in Inglewood, Calif., near Los Angeles, Sunday, June 28, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TJLNYYWEAOFKM6IUU47UG765IU.jpg?auth=aa78b0ca3d676107f6fa110149752d8db812e3d8bb1c6238b8813ce2bd4f43c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada head coach Jesse Marsch celebrates after Stephen Eustaquio scored their opening goal against South Africa during the World Cup round of 32 soccer match in Inglewood, Calif., near Los Angeles, Sunday, June 28, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content></item><item><title><![CDATA[Swimming world record lasts just nine days as Gretchen Walsh breaks 50 freestyle mark in Rome]]></title><link>https://www.local10.com/sports/2026/06/28/swimming-world-record-lasts-just-nine-days-as-gretchen-walsh-breaks-50-freestyle-mark-in-rome/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/swimming-world-record-lasts-just-nine-days-as-gretchen-walsh-breaks-50-freestyle-mark-in-rome/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ROME (AP) — American swimmer Gretchen Walsh broke the world record in the women's 50 meter freestyle on Sunday, just nine days after her training partner Kate Douglass had set a new mark in the sprint distance.]]></description><pubDate>Sun, 28 Jun 2026 21:22:27 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — American swimmer Gretchen Walsh broke the world record in the women's 50 meter freestyle on Sunday, just nine days after her training partner Kate Douglass had set a new mark in the sprint distance.</p><p>Walsh clocked 23.55 seconds at the Sette Colli meet in Rome to shave 0.04 seconds off the record Douglass set in Indianapolis on June 19.</p><p>Sarah Sjostrom of Sweden, who held the world record before Douglass, finished second on Sunday in 23.86.</p><p>Walsh and Douglass are former teammates at the University of Virginia and still train together. After seeing her mark bested so quickly, Douglass posted a photo of Walsh on Instagram with the text “was fun while it lasted” and a handshake emoji.</p><p>Walsh, who won two relay gold medals at the 2024 Paris Olympics, also holds the short-course world record over 50 meters and the long-course mark in the 100 butterfly.</p><p>___</p><p>AP Summer Olympics: https://apnews.com/hub/2024-paris-olympic-games</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JSLL6WCM5WQBVVHNSVGRCECS4U.jpg?auth=d93d2f29da3c71d26484154f5b5b8dbe788430a860fac64f4cbba82a3946df82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Gretchen Walsh, of the United States, competes in the women's 50-meter freestyle final at the World Aquatics Championships in Singapore, Aug. 3, 2025. (AP Photo/Lee Jin-man, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content></item><item><title><![CDATA[Pakistan says ground operation and strikes along Afghan border killed 29 militants]]></title><link>https://www.local10.com/news/world/2026/06/28/pakistan-says-it-carried-out-ground-operation-strikes-along-afghan-border-killing-29-militants/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/pakistan-says-it-carried-out-ground-operation-strikes-along-afghan-border-killing-29-militants/</guid><dc:creator><![CDATA[By MUNIR AHMED and SUZAN FRASER, Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — Pakistani security forces Sunday carried out a ground operation along the Pakistan-Afghanistan border, followed by “calibrated strikes” against militant hideouts and safe havens, killing 29 fighters, officials said.]]></description><pubDate>Mon, 29 Jun 2026 02:55:02 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — Pakistani security forces Sunday carried out a ground operation along the Pakistan-Afghanistan border, followed by “calibrated strikes” against militant hideouts and safe havens, killing 29 fighters, officials said.</p><p>In a post on X, Information Minister Attaullah Tarar said the operation was launched in response to multiple militant attacks across the country.</p><p>In Afghanistan, government spokesperson Zabihullah Mujahid said Pakistan's attacks resulted in the deaths and injuries of dozens of civilians, including women and children.</p><p>“We strongly condemn this cowardly act of aggression and consider it a crime and an act of brutality,” he said.</p><p>Pakistan has witnessed a surge in militant attacks targeting police and security forces in recent years. Authorities have blamed the Pakistani Taliban, known as Tehrik-e-Taliban Pakistan, or TTP, and allied militant groups for most of the violence.</p><p>The security operation took place a day after militants armed with guns and explosives targeted the regional headquarters of the paramilitary Rangers in the southern port city of Karachi, killing three soldiers. Security forces killed three attackers and arrested another assailant, whom the military identified as an Afghan national in wounded condition.</p><p>Jamaat-ul-Ahrar, a breakaway faction of the Pakistani Taliban, claimed responsibility for the Karachi attack in a statement Saturday night.</p><p>Tarar said Pakistan’s latest operation along the Afghan border targeted hideouts and safe havens of the Pakistani Taliban. The Pakistani Taliban are a separate militant group from the Afghan Taliban, although the two are allies. The Afghan Taliban returned to power in neighboring Afghanistan in 2021.</p><p>The latest operations are likely to further strain already tense relations between Islamabad and Kabul.</p><p>Strikes are the latest in cross-border violence between neighbors</p><p>Sunday’s cross-border strikes and ground operation came less than three weeks after Pakistan's military launched airstrikes on what it said were militant hideouts in Afghanistan. They ended about a month of relative calm following what Islamabad had described as an “open war” between the neighboring countries, despite international efforts to broker a lasting peace.</p><p>The escalation follows months of tit-for-tat military action between the two countries. Hundreds of people have been killed in cross-border fighting since February, when Afghanistan launched retaliatory strikes after Pakistan carried out airstrikes inside Afghan territory.</p><p>Multiple rounds of talks have failed to secure a lasting ceasefire. China also hosted the two sides in April and Beijing later said Pakistan and Afghanistan had agreed not to escalate their conflict and to explore a solution.</p><p>Pakistan since last year has carried out multiple strikes along the border and inside Afghanistan, targeting alleged hideouts of TTP and other militants. Pakistan accuses Afghanistan’s Afghan Taliban government of harboring militants who carry out deadly attacks inside Pakistan, especially the TTP. Kabul denies the charge.</p><p>___</p><p>Fraser reported from Ankara, Turkey. Associated Press writers Abdul Qahar Afghan in Kabul; Riaz Khan in Peshawar, Pakistan, and Ishtiaq Mahsud in Dera Ismail Khan, Pakistan, contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DN7C3BMNCIA3JIGA7HU22NLAI4.jpg?auth=33a15e6404f222ed898129f84add38d0cf9de3607eb60665cebd33d70432081d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This is a locator map for Pakistan with its capital, Islamabad, and the Kashmir region. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Trump says his renovation plans for a golf course will have Washington hosting a 'major' tournament]]></title><link>https://www.local10.com/news/politics/2026/06/28/trump-says-his-renovation-plans-for-a-golf-course-will-have-washington-hosting-a-major-tournament/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/28/trump-says-his-renovation-plans-for-a-golf-course-will-have-washington-hosting-a-major-tournament/</guid><dc:creator><![CDATA[By JOSH BOAK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump on Sunday surveyed several of his construction projects around the nation's capital, suggesting afterward that his redevelopment of the East Potomac Golf Links would enable it to host a premier tournament.]]></description><pubDate>Sun, 28 Jun 2026 21:39:08 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump on Sunday surveyed several of his construction projects around the nation's capital, suggesting afterward that his redevelopment of the East Potomac Golf Links would enable it to host a premier tournament.</p><p>“When completed, this Course will have the ability to host Major Golf Tournaments, including The U.S. Open, The Ryder Cup, The PGA Championship, and other top PGA Tour events,” Trump posted on social media.</p><p>Trump toured the course with Interior Secretary Doug Burgum, various aides and the golf course architect Tom Fazio and his son, Gavin Fazio. The president's redevelopment of the course is subject to a lawsuit in U.S. District Court.</p><p>It's unclear when the course could host any major tournaments, as locations are chosen several years ahead of the events. Locations for the U.S. Open are scheduled through 2051, though there are available spots in 2043, 2046 and 2048. The PGA Championship is set through 2035.</p><p>Trump complained in his post about the condition of the grass and the sprinkler system for the public golf course, but debris from the demolition of the White House East Wing has also been dumped on the grounds. The National Park Service said last month that the debris tested positive for lead, chromium and other toxic metals.</p><p>Trump said in his post that work on the golf course would begin on Sept. 1. The president also toured updates to Lafayette Park on the north side of the White House and had his motorcade drive around where he plans to build a triumphal arch.</p><p>The president also said in a separate post that he would meet with Janeese Lewis George, who won the Democratic primary for Washington's mayor. Trump in his post called Lewis George a “Communist."</p><p>At a news conference Thursday, Lewis George said that as the next likely mayor that she would “work with anyone including the president for the best interest of D.C. residents” but stressed that she would not comply “in advance” to requests from the administration that could compromise the locally elected government.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S5AJK4W57PEXCWRPA4GS3KFV2M.jpg?auth=859f9c4ca34b7b6d03c6347cd27f1c91b596f8ac70accba89e388bb9f09ea890&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, from right, and Interior Secretary Doug Burgum tour the East Potomac Park golf course, Sunday, June 28, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CZYQ7LD4UFFBQ3VWF3X6UVS3RQ.jpg?auth=caeb73d85e32312b8df7a793e15618f0856c10b9701286ffb640e9ef134894d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A motorcade for President Donald Trump arrives to tour East Potomac Park golf course, Sunday, June 28, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/42QVN4UK5IDUUGXR6S3BJWPY5E.jpg?auth=99faada18a83c6d0a51b7d22bdd0d0edccc00ebcaf4c4a080d8648f1061a64d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks following a tour of the East Potomac Park golf course, Sunday, June 28, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QNMK2RIF7SJYFJRXLMPXZNUWM4.jpg?auth=915489602160ac24c4d731bcbe04c7eb8628fb1aa3119a2fdf81ece868fd4966&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump's motorcade travels in a loop around Memorial Circle near Arlington National Cemetery, en route to the White House following a tour of the East Potomac Park golf course, Sunday, June 28, 2026, in Arlington, Va. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LK6DBXFBLWCJRNGISTA5J7CQRQ.jpg?auth=f911fb1c8506f548c8360c9a1c64900d13d9fd01115cf2118dd8b7e54b7b9e7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[D.C. Council member Janeese Lewis George speaks to the crowd after winning D.C. Mayor primary election during an election night party at the Howard Theatre Tuesday, June 16, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[American Airlines flight aborts takeoff at MIA after business jet enters runway]]></title><link>https://www.local10.com/news/local/2026/06/28/american-airlines-flight-aborts-takeoff-at-mia-after-business-jet-enters-runway/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/american-airlines-flight-aborts-takeoff-at-mia-after-business-jet-enters-runway/</guid><dc:creator><![CDATA[Chris Gothner, Liane Morejon]]></dc:creator><description><![CDATA[An American Airlines flight to Bermuda aborted its takeoff after a business jet entered the same runway at Miami International Airport.]]></description><pubDate>Sun, 28 Jun 2026 17:18:52 +0000</pubDate><content:encoded><![CDATA[<p>An American Airlines flight to Bermuda aborted its takeoff after a business jet entered the same runway at Miami International Airport.</p><p><a href="https://www.local10.com/news/local/2026/06/28/vuelo-de-american-airlines-aborta-el-despegue-en-el-aeropuerto-internacional-de-miami-tras-el-ingreso-de-un-jet-ejecutivo-a-la-pista/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/vuelo-de-american-airlines-aborta-el-despegue-en-el-aeropuerto-internacional-de-miami-tras-el-ingreso-de-un-jet-ejecutivo-a-la-pista/">Leer en español</a></p><p>American Airlines Flight 308 later departed. The incident happened at around 6 p.m. on Friday, according to the Federal Aviation Administration.</p><p>In a statement, an airline official said that after receiving clearance, the crew “discontinued its takeoff when (they) observed another aircraft on the runway.“</p><p>According <a href="https://www.cnn.com/2026/06/27/us/american-airlines-flight-aborted-takeoff-miami" target="_self" rel="" title="https://www.cnn.com/2026/06/27/us/american-airlines-flight-aborted-takeoff-miami">to CNN</a>, there was a tense exchange between an MIA air traffic controller and the pilot of the business jet when the incident happened at around 6 p.m.</p><p>The American Airlines statement concluded, “We appreciate the quick actions of our crew members and thank our customers for their understanding.”</p><p>A spokesperson for the FAA told Local 10 News that the agency is investigating.</p><p>Local 10 News also reached out to NetJets, the company that owns the business jet.</p><p><i>Editor’s note: Based on a report from CNN, Local 10 News initially reported that the incident happened on Saturday. An FAA spokesperson later told Local 10 News that it happened on Friday. The article has since been corrected.</i></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JR4CMUWJHZG5LF4HQ2RMQOYJGM.png?auth=fd87a878be739e9eb268b151cf96dad0f682ca3c4d51d2161ce067264a69ef0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[American Airlines jets at Miami International Airport.]]></media:description></media:content></item><item><title><![CDATA[Money can't buy success in World Cup for gulf nations like Saudi Arabia and Qatar]]></title><link>https://www.local10.com/sports/2026/06/28/money-cant-buy-success-in-world-cup-for-gulf-nations-like-saudi-arabia-and-qatar/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/money-cant-buy-success-in-world-cup-for-gulf-nations-like-saudi-arabia-and-qatar/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Gulf countries like Saudi Arabia and Qatar that poured a fortune into soccer and infrastructure experienced unceremonious exits from the World Cup, proving that big money doesn’t guarantee success on the sport's biggest stage.]]></description><pubDate>Mon, 29 Jun 2026 07:44:02 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Gulf countries like Saudi Arabia and Qatar that poured a fortune into soccer and infrastructure experienced unceremonious exits from the World Cup, proving that big money doesn’t guarantee success on the sport's biggest stage.</p><p>Saudi Arabia is out at the earliest point. Again. Bottom of a group that included tiny Cape Verde, the third-smallest nation ever to compete on this stage and into the knockouts for the first time.</p><p>By signing the likes of Cristiano Ronaldo, Neymar and Karim Benzema as part of a spectacular recruitment drive in recent years, Saudi Arabia has been a major disruptor of club soccer. But on the international stage it still has a long way to go eight years out from hosting the World Cup in 2034.</p><p>On Sunday, Saudi Arabian Football Federation president Yasser Al-Misehal resigned. Taking full responsibility for the failed World Cup campaign, he said that stepping aside will allow for a “new phase” of leadership within Saudi football.</p><p>Qatar, the host four years ago, is also on its way home after just three games, so too are the other gulf nations Iran and Iraq. Compared to the success of African teams at this World Cup, with nine out of 10 advancing to the round of 32, gulf nations are struggling mightily to make their mark.</p><p>A goalless draw against Cape Verde ended Saudi Arabia's hopes of advancing from the group phase for the first time since 1994.</p><p>“It was not what we wanted because when playing in such a match against a team that is more or less the same level as us, our performance was not good. So this gives rise to concern,” Saudi coach Georgios Donis said.</p><p>Qatar made history with its first point at a World Cup, scoring a dramatic late equalizer against Switzerland. But it was another disappointingly early exit after it was eliminated just two games into its home tournament in 2022.</p><p>“I think that they show that at least we were able to compete in these kind of matches,” coach Julen Lopetegui said.</p><p>The appointment of Lopetegui — the former Spain and Real Madrid coach — is evidence of the type of investment Qatar has made to try to boost its performance on the global stage. Unlike Saudi Arabia, it has not embarked on such an audacious drive to attract aging stars from Europe to its domestic league.</p><p>Despite a population of 3 million people and only around 300,000 citizens, it has managed to develop enough homegrown players to win back-to-back Asian Cups in recent years and assert its dominance on a region that includes powers like Japan and South Korea.</p><p>But it has not been able to translate those performances to the World Cup, and such an early exit marks a disappointment less than four years after hosting the tournament and spending billions of dollars to create eight state-of-the-art stadiums.</p><p>“You compare with other countries ... for sure we know who we are,” said Lopetegui. "But at the same time I think that this is one little country but with a big passion, a big investment ... we have to improve every day and they did this.</p><p>“We look to the future being optimistic about this for sure.”</p><p>It's all about the future for Saudi Arabia, too, after winning the right to host the World Cup in 2034.</p><p>It has been on a mission to wield influence in sports around the world, from buying Premier League Newcastle to launching LIV Golf and hosting world title boxing matches and Formula 1.</p><p>The World Cup would be its standout achievement as it looks to move away from its heavy reliance on oil and explore other revenue-generating sectors.</p><p>It will want its national team to make a statement at its home tournament and while superstar signings like Ronaldo have raised the profile of its league, the hope is that they will also raise standards.</p><p>Yet after pulling off one of the biggest upsets in World Cup history by beating eventual champion Argentina four years ago, there was no standout moment this time — failing to advance beyond the group phase for the sixth time in a row.</p><p>“When we have these stars in the Arabian League, I think that the more competitive the competition, the better our players will be,” said Donis. “But it’s different when we’re playing for the national team because in the national team, these experiences, there needs to be a certain mentality.”</p><p>Focus on development of homegrown talent is clear as 2034 approaches.</p><p>Star signings from overseas have slowed and some big names, including Neymar, have departed. U.S. Soccer’s sporting director Matt Crocker was lured away to head up talent development in Saudi Arabia and youth investment is said to have doubled over the past three years.</p><p>If Saudi Arabia and Qatar have been disruptors with their sudden mega spending, Iran has been competing in World Cups since 1978.</p><p>It had to contend with difficulties regarding preparation and travel in the wake of war with the United States and only narrowly missed out on advancing as a best third place team after three draws. In seven appearances at the World Cup it has never gone beyond the groups.</p><p>Likewise for Iraq in its two appearances 40 years apart.</p><p>At a time when a supersized 48-team World Cup has opportunities for the likes of Cape Verde and Congo to make history, gulf nations are still waiting for their moment.</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VVJ2YLO3ETXESOL5HUILAC6INY.jpg?auth=a5305f7fafea0514e4b2f02254473eae8f2558bbeb349ee5dc1d7367670388d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Saudi Arabia players react after the World Cup Group H soccer match between Cape Verde and Saudi Arabia in Houston, Friday, June 26, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q5XBNCMO52ZOKNIGA4MTZM4SVM.jpg?auth=19193c483c1b5da8b627c351dc786dee878b78a38322e84fa07ab9336253c1e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Saudi Arabia's Ali Lajami reacts to a 0-0 draw with Cape Verde after the World Cup Group H soccer match in Houston, Friday, June 26, 2026. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WDAAYJLOSNGXS24CW7IFDPX4LQ.jpg?auth=4470fb48ec324ecede2616f5cba5b240a95cee9f7a5b678b05b4882db4872b8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Qatar's Almoez Ali reacts after his team's loss to Bosnia in the World Cup Group B soccer match in Seattle, Wednesday, June 24, 2026. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T35EVGFVE7PBAU3CFJ57EEYXEM.jpg?auth=f9aca5f9f6538147dbd2d3640fa81808ad53b2dffe54d9cdd0ab306a42cdb814&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Shoja Khalilzadeh (4) reacts at the end of the World Cup Group G soccer match between Egypt and Iran in Seattle, Friday, June 26, 2026. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SRY5EDT6LZDJ46UEYECPL6OZY4.jpg?auth=6bab842b1d1491cbbe67e3b0b5fa89740a70aaa4dbf0d31c7ce4aa54f0e95b90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Portugal's Cristiano Ronaldo (7) applauds the crowd as he warms-up before the World Cup Group K soccer match between Colombia and Portugal in Miami Gardens, Fla., Saturday, June 27, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[This Week in South Florida Full Episode: June 28, 2026]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-full-episode-june-28-2026/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-full-episode-june-28-2026/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[On the latest episode of “This Week in South Florida” host Glenna Milberg welcomed Florida Lt. Gov. Jay Collins, fellow gubernatorial candidate and former Florida House Speaker Paul Renner, Miami-Dade Mayor Daniella Levine Cava and reporter Cody Weddle.]]></description><pubDate>Sun, 28 Jun 2026 16:23:01 +0000</pubDate><content:encoded><![CDATA[<p>On the latest episode of “This Week in South Florida” host Glenna Milberg welcomed Florida Lt. Gov. Jay Collins, fellow gubernatorial candidate and former Florida House Speaker Paul Renner, Miami-Dade Mayor Daniella Levine Cava and reporter Cody Weddle.</p><p><a href="https://www.local10.com/news/local/2026/06/28/this-week-in-south-florida-programa-completo-del-28-de-junio-de-2026/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/this-week-in-south-florida-programa-completo-del-28-de-junio-de-2026/">Leer en español</a></p><p>Watch the video above to see the full episode.</p>]]></content:encoded></item><item><title><![CDATA[This Week in South Florida: programa completo del 28 de junio de 2026]]></title><link>https://www.local10.com/news/local/2026/06/28/this-week-in-south-florida-programa-completo-del-28-de-junio-de-2026/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/this-week-in-south-florida-programa-completo-del-28-de-junio-de-2026/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[La conductora Glenna Milberg recibió al vicegobernador de Florida, Jay Collins; al también aspirante a la gubernatura y expresidente de la Cámara de Representantes de Florida, Paul Renner; a la alcaldesa de Miami-Dade, Daniella Levine Cava; y al periodista Cody Weddle.]]></description><pubDate>Sun, 28 Jun 2026 19:46:54 +0000</pubDate><content:encoded><![CDATA[<p>En la más reciente edición de This Week in South Florida, la conductora Glenna Milberg recibió al vicegobernador de Florida, Jay Collins; al también aspirante a la gubernatura y expresidente de la Cámara de Representantes de Florida, Paul Renner; a la alcaldesa de Miami-Dade, Daniella Levine Cava; y al periodista Cody Weddle.</p><p>Vea el video de arriba para ver el programa completo.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Fans line up to catch glimpse of World Cup trophy at Freedom Tower]]></title><link>https://www.local10.com/sports/local/2026/06/28/fans-line-up-to-catch-glimpse-of-world-cup-trophy-at-freedom-tower/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/28/fans-line-up-to-catch-glimpse-of-world-cup-trophy-at-freedom-tower/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[A downtown Miami landmark played host to the FIFA World Cup trophy on Sunday morning.]]></description><pubDate>Sun, 28 Jun 2026 16:10:57 +0000</pubDate><content:encoded><![CDATA[<p>A downtown Miami landmark played host to the FIFA World Cup trophy on Sunday morning.</p><p><a href="https://www.local10.com/news/local/2026/06/28/aficionados-hacen-fila-para-ver-de-cerca-el-trofeo-de-la-copa-del-mundo-en-la-freedom-tower/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/aficionados-hacen-fila-para-ver-de-cerca-el-trofeo-de-la-copa-del-mundo-en-la-freedom-tower/">Leer en español</a></p><p>Fans lined up outside of the Freedom Tower to catch a glimpse of what every team is chasing.</p><p>The trophy, which weighs nearly 14 pounds and is made primarily of 18 karat gold, was on display as the centerpiece of a special exhibition.</p><p>Fans got to take pictures in front of this trophy and walk through the FIFA museum exhibition, see jerseys from all 211 FIFA member associations, and even try out interactive experiences that celebrate the game’s history.</p><p>Fans can see the trophy through 6 p.m. on Sunday.</p>]]></content:encoded></item><item><title><![CDATA[Aficionados hacen fila para ver de cerca el trofeo de la Copa del Mundo en la Freedom Tower]]></title><link>https://www.local10.com/news/local/2026/06/28/aficionados-hacen-fila-para-ver-de-cerca-el-trofeo-de-la-copa-del-mundo-en-la-freedom-tower/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/aficionados-hacen-fila-para-ver-de-cerca-el-trofeo-de-la-copa-del-mundo-en-la-freedom-tower/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[Los aficionados podrán ver el trofeo hasta las 6:00 p.m. de este domingo.]]></description><pubDate>Sun, 28 Jun 2026 19:42:38 +0000</pubDate><content:encoded><![CDATA[<p>Un emblemático edificio del centro de Miami recibió la mañana del domingo el trofeo de la Copa Mundial de la FIFA.</p><p>Los aficionados hicieron fila afuera de la Freedom Tower para ver de cerca el trofeo que todos los equipos buscan conquistar.</p><p>El trofeo, que pesa casi 14 libras y está hecho principalmente de oro de 18 quilates, fue exhibido como la pieza central de una exposición especial.</p><p>Los asistentes pudieron tomarse fotografías frente al trofeo, recorrer la exhibición del museo de la FIFA, ver camisetas de las 211 asociaciones miembro de la organización e incluso probar experiencias interactivas que celebran la historia del fútbol.</p><p>Los aficionados podrán ver el trofeo hasta las 6:00 p.m. de este domingo.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Israeli strikes and shelling in Gaza kill at least 4 Palestinians, health workers say]]></title><link>https://www.local10.com/news/world/2026/06/28/israeli-strikes-and-shelling-in-gaza-kill-at-least-4-palestinians-health-workers-say/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/israeli-strikes-and-shelling-in-gaza-kill-at-least-4-palestinians-health-workers-say/</guid><dc:creator><![CDATA[By WAFAA SHURAFA, Associated Press]]></dc:creator><description><![CDATA[DEIR AL-BALAH, Gaza Strip (AP) — Israeli strikes across the Gaza Strip on Sunday killed at least four Palestinians, including a 13-year-old girl, local health officials said.]]></description><pubDate>Sun, 28 Jun 2026 19:40:30 +0000</pubDate><content:encoded><![CDATA[<p>DEIR AL-BALAH, Gaza Strip (AP) — Israeli strikes across the Gaza Strip on Sunday killed at least four Palestinians, including a 13-year-old girl, local health officials said.</p><p>The first strike targeted a group of people in northern Gaza’s Beit Lahiya, killing two and wounding another, according to the Palestinian Red Crescent Society.</p><p>Another Israeli strike in southern Gaza killed a man, according to health officials at Nasser hospital.</p><p>And the 13-year-old girl, Eileen al-Farra, was killed by shrapnel from Israeli tank shelling in southern Gaza, according to Nasser hospital.</p><p>The Israeli military did not immediately respond to a request for comment on the strikes but said one of them targeted a “Hamas terrorist," without elaborating.</p><p>Palestinians on Sunday reported heavy tank shelling across Gaza and quadcopters — a type of unmanned aerial vehicle — buzzing overhead.</p><p>The heaviest fighting in Gaza has eased after a fragile ceasefire deal was reached in October between Israel and the Hamas militant group, but Palestinians continue to report new casualties almost daily. Israel says it targets Hamas and other militants who pose a threat and in response to ceasefire violations.</p><p>Israel has killed more than 1,040 people in Gaza since the ceasefire went into effect, according to Gaza’s Health Ministry, part of the Hamas-led government. The ministry maintains detailed casualty records that are seen as generally reliable by United Nations agencies and independent experts. It does not distinguish between civilians and militants but says women and children make up around half of all deaths.</p><p>Israel has said five soldiers have been killed since the ceasefire.</p><p>The war began on Oct. 7, 2023, with a Hamas-led attack on southern Israel that killed some 1,200 people and saw 251 taken hostage. Israel’s retaliatory offensive in Gaza has killed more than 73,050 Palestinians, including those killed since the ceasefire, Gaza’s Health Ministry said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GDCDLKIBTGPWXCZBT34QIUWQRI.jpg?auth=816628b3abe5203e27905cf40ca72c52fd5ce42ce0f29643cf8fbd2adf497a32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises from an Israeli airstrike in Deir al-Balah, central Gaza Strip, Saturday, June 27, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content></item><item><title><![CDATA[Chocan duelo y optimismo en búsqueda de sobrevivientes 4 días después de sismos en Venezuela]]></title><link>https://www.local10.com/espanol/2026/06/28/cuadrillas-aceleran-ritmo-en-busca-de-sobrevivientes-4-dias-despues-de-sismos-en-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/28/cuadrillas-aceleran-ritmo-en-busca-de-sobrevivientes-4-dias-despues-de-sismos-en-venezuela/</guid><dc:creator><![CDATA[Por REGINA GARCÍA CANO, FERNANDO VERGARA y MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Cuadrillas de rescate locales e internacionales aceleran las tareas en busca de sobrevivientes entre los escombros en Venezuela el domingo, cuatro días después que dos potentes sismos sacudieran el estado norteño de La Guaira.]]></description><pubDate>Mon, 29 Jun 2026 00:44:39 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Cuadrillas de rescate locales e internacionales aceleran las tareas en busca de sobrevivientes entre los escombros en Venezuela el domingo, cuatro días después que dos potentes sismos sacudieran el estado norteño de La Guaira.</p><p>El gobierno informó el domingo por la tarde que 1.450 personas han muerto por los sismos, al tiempo que enfrentaba crecientes críticas de venezolanos que consideran que su respuesta fue insuficiente y quedó opacada por los esfuerzos de civiles para rescatar a personas sepultadas bajo edificios derrumbados. Se ha reportado que miles siguen desaparecidos.</p><p>Aunque la probabilidad de encontrar gente con vida disminuía con cada hora que pasaba, los rescatistas siguieron liberando a sobrevivientes de montañas de escombros, dando a las familias angustiadas motivos para mantener la esperanza. Las agencias de ayuda consideran cruciales las primeras 48 a 72 horas después de un desastre natural para recuperar personas con vida, aunque ese plazo puede ampliarse si tienen acceso a comida y agua.</p><p>La presidenta encargada Delcy Rodríguez declaró el domingo por la noche que, aun cuando ese umbral ya había pasado, la búsqueda de sobrevivientes continuará. Más de 2.600 rescatistas de todo el mundo han llegado a Venezuela con perros de búsqueda entrenados y maquinaria, informó el gobierno.</p><p>“Ha sido un trabjo muy dificil, pero estamos firmes”, dijo Jason Mercano, un civil que pudo comunicarse con familiares sepultados bajo los escombros y estaba trabajando con equipos de rescate para sacarlos.</p><p>“Nunca hemos soltado la fe”, agregó.</p><p>Más de 770 estructuras se derrumbaron total o parcialmente</p><p>Aun así, muchos venezolanos luchan por aferrarse a la esperanza en una situación cada vez más desesperada. El doble impacto de sismos de magnitud 7,2 y 7,5 registrado el miércoles pasado ha dejado un rastro de devastación. La ONU advirtió que hasta 6,8 millones de los casi 30 millones de habitantes de Venezuela podrían verse afectados por los terremotos.</p><p>El polvo cubría comunidades costeras y, a medida que se extendía el hedor de la descomposición, más personas comenzaron a usar mascarillas.</p><p>El gobierno de Venezuela indicó el domingo que más de 770 estructuras se habían derrumbado total o parcialmente por los terremotos, el doble de las que se reportaron destruidas o dañadas el viernes. El riesgo de más daños persiste dado que las réplicas seguían sacudiendo Venezuela; sismos de magnitud 4,2 y 4,5 ocurrieron la mañana del domingo.</p><p>Pero las labores de rescate en La Guaira —la zona más afectada— parecían considerablemente más organizadas el domingo a medida que llegaban en masa misiones internacionales de rescate. En días anteriores, residentes allí habían expresado frustración y enojo por el nivel de respuesta.</p><p>El gobierno declaró en la televisión estatal que más de 14.000 integrantes de las fuerzas armadas y la policía patrullan el estado de La Guaira, donde ahora el acceso está bloqueado y se requieren permisos especiales para entrar.</p><p>Debido al caos y al deficiente servicio de telefonía celular desde los sismos, muchos venezolanos han recurrido a bases de datos digitales no gubernamentales para reportar a sus seres queridos como desaparecidos. Más de 50.000 personas fueron reportadas como desaparecidas en una de esas bases de datos, aunque no está claro cuántas han sido encontradas.</p><p>Optimismo y duelo marcan La Guaira</p><p>Momentos de optimismo contrastaban marcadamente con el duelo el domingo.</p><p>Multitudes se reunieron alrededor de una montaña de escombros para observar cómo cuadrillas de rescate de Estados Unidos, Francia y Venezuela sacaban a un hombre y a su hijo de una grieta en el concreto, cubiertos de polvo y casi sin responder. Equipos con cascos los trasladaron sobre una lona negra y los pasaron con cuidado entre la multitud hasta una ambulancia para hidratarlos por vía intravenosa.</p><p>Equipos de rescate y espectadores estallaron en aplausos en un momento de alivio, y luego continuaron trabajando.</p><p>En otra parte de La Guaira, Helen Guedez y su madre estaban conmocionadas. Habían pasado días intentando salvar a su padre Jesús de su apartamento.</p><p>Helen sintió un aumento de esperanza cuando equipos de rescate de Estados Unidos acudieron a inspeccionar el edificio y les confirmaron que su papá seguía con vida bajo los escombros. Pero le dijeron a la familia que el edificio era demasiado inestable para entrar y rescatarlo, dijo.</p><p>Se fueron del lugar, pero Guedez aseveró que seguirán intentando rescatar a su padre sin su ayuda. Añadió que ahora trabajan con voluntarios civiles y mineros locales para sacarlo con vida.</p><p>“Nosotros no nos vamos a rendir”, sostuvo Guedez. “El resto del equipo esta dispuesto a continuar. Van a hacer lo que pueda. Saben que hay otras formas y van a seguir hasta el final”.</p><p>A pesar de la abrumadora demanda de servicios médicos y la escasez de suministros en el sistema público de salud de Venezuela, el Hospital Domingo Luciani en la capital, Caracas, hizo frente a una afluencia de pacientes gracias a una avalancha de donaciones.</p><p>“Gracias a Dios, (tenemos) muchos pacientes; pero la gente ha respondido, nos ha llevado muchísimos insumos”, señaló Leomery Pérez, anestesiólogo del hospital.</p><p>Las autoridades indicaron que habían atendido a más de 3.100 heridos, incluidos muchos con lesiones por aplastamiento.</p><p>Enorme desafío para la presidenta encargada de Venezuela</p><p>El desastre supone un enorme desafío para Rodríguez, la exvicepresidenta que asumió el cargo en enero tras la captura y expulsión por parte de Estados Unidos del entonces presidente Nicolás Maduro.</p><p>Desde entonces, el gobierno de Estados Unidos ha desempeñado un papel cada vez más poderoso en dictar el futuro de la nación sudamericana. Venezuela enfrenta una crisis económica desde hace más de una década, y muchas personas rechazan la legitimidad del movimiento político que representa Rodríguez.</p><p>El país ahora enfrenta circunstancias aún más difíciles, explicó Ronal Rodríguez, investigador del Observatorio Venezolano de la Universidad del Rosario, con sede en Bogotá.</p><p>“Hay un tutelaje político de Estados Unidos, una incapacidad operativa de un régimen que lleva al país hasta la emergencia humanitaria compleja y una coyuntura tan puntual como un terremoto en el cual no se cuenta con el capital humano ni los recursos en el corto plazo para mejorar esa situación”, detalló.</p><p>Amy Pope, directora general de la Organización Internacional para las Migraciones (OIM), advirtió que el desplazamiento desde Venezuela —donde la crisis ha obligado a 8 millones de personas a migrar durante la última década— probablemente aumentará a medida que la gente busque seguridad.</p><p>Rodríguez dijo el domingo que estaba creando una comisión especial para evaluar los daños a las viviendas y confirmar si es seguro que las personas que duermen en las calles regresen a sus hogares, y agregó que su gobierno también examinará los daños a la infraestructura. La búsqueda de vida en la destrucción, dijo, también continuará.</p><p>“Hoy hemos recuperado personas con vida y por lo tanto las labores no se suspenden”, afirmó. “Nosotros siempre mantenemos la esperanza”.</p><p>___</p><p>Janetsky reportó desde Ciudad de México. Los periodistas de The Associated Press Juan Pablo Arraez, Matías Delacroix en La Guaira, Venezuela; Jorge Rueda en Caracas, Venezuela; Clara Preve y Mayra Pertossi en Buenos Aires, Argentina; y Elliot Spagat en San Diego contribuyeron a este despacho.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TLAFMNKM33ZSGX55ANGBMLDDFY.jpg?auth=cd718e39bafa69630225365e5b41806bb80ee8455aad9184b7be6502d4e95944&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los rescatistas transportan a un hombre rescatado de entre los escombros de un edificio que se derrumbó durante los terremotos que azotaron La Guaira, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K7FTKMXLCG2IKLC3IJYJBHBQO4.jpg?auth=35e51c469896cc8fd8c8ed4bf7ee7d76b20a03c1f9c181146fc3fa0ac3a4fc6e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Socorristas transportan a un hombre rescatado de un edificio que se derrumbó durante los terremotos que azotaron La Guaira, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EDN57O26DX7D44VVQ3EW6E32SY.jpg?auth=8788d9a2e62781dfcc2bb239183b5f20f0aa30fdadcc14cfafa3fc9df4691ce8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bomberos estadounidenses del equipo de búsqueda y rescate del condado de Fairfax sacan a un niño de entre los escombros tras rescatarlo a él y a su padre de un edificio que se derrumbó durante los terremotos en La Guaira, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Silver Alert issued for 87-year-old missing from Kendale Lakes]]></title><link>https://www.local10.com/news/local/2026/06/28/silver-alert-issued-for-87-year-old-missing-from-kendale-lakes/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/silver-alert-issued-for-87-year-old-missing-from-kendale-lakes/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Authorities issued a Silver Alert on Sunday for a senior missing from southwest Miami-Dade.]]></description><pubDate>Sun, 28 Jun 2026 17:42:19 +0000</pubDate><content:encoded><![CDATA[<p>Authorities issued a Silver Alert on Sunday for a senior missing from southwest Miami-Dade.</p><p><a href="https://www.local10.com/news/local/2026/06/28/emiten-una-alerta-plateada-por-la-desaparicion-de-un-hombre-de-87-anos-en-kendale-lakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/emiten-una-alerta-plateada-por-la-desaparicion-de-un-hombre-de-87-anos-en-kendale-lakes/">Leer en español</a></p><p>Deputies with the Miami-Dade Sheriff’s Office said that Rodrigo Portuondo, 87, was last seen Saturday in the 4600 block of Southwest 127th Court, in the county’s unincorporated Kendale Lakes area.</p><p>They described the octogenarian as a “missing endangered adult” and said he may be in a red Honda CR-V with the tag AG61WP.</p><p>MDSO urged the public to use “extreme caution” if they contact Portuondo, who they said “may be in need of services.”</p><p>Anyone with information is asked to call 305-715-3300 or Miami-Dade Crime Stoppers at 305-471-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KNEWMOKA75B3RCM2WDKULXPBZU.png?auth=ec716d065598d2562443daf6aec704c6d2c0de841d4ca7b8fd51f528d995232d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Rodrigo Portuondo]]></media:description></media:content></item><item><title><![CDATA[Youtubers argentinos son arrestados por agentes de Miami-Dade durante un partido del Mundial]]></title><link>https://www.local10.com/news/local/2026/06/28/youtubers-argentinos-son-arrestados-por-agentes-de-miami-dade-durante-un-partido-del-mundial/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/youtubers-argentinos-son-arrestados-por-agentes-de-miami-dade-durante-un-partido-del-mundial/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Los youtubers argentinos Beni Marmol y Pato Perrotta enfrentan cargos por delito grave en el sur de Florida, luego de que agentes informaran que los arrestaron durante el partido del Mundial entre Colombia y Portugal.]]></description><pubDate>Sun, 28 Jun 2026 18:53:40 +0000</pubDate><content:encoded><![CDATA[<p>Los youtubers argentinos <a href="https://www.youtube.com/@Benimarmol" target="_self" rel="" title="https://www.youtube.com/@Benimarmol">Beni Marmol</a> y <a href="https://www.youtube.com/@patoperrotta" target="_self" rel="" title="https://www.youtube.com/@patoperrotta">Pato Perrotta </a>enfrentan cargos por delito grave en el sur de Florida, luego de que agentes informaran que los arrestaron durante el partido del Mundial entre Colombia y Portugal.</p><p>Marmol, de 20 años, y Perrotta, de 26, ambos de Buenos Aires, tienen cientos de miles de seguidores en YouTube y otras plataformas, y colaboran con frecuencia en videos.</p><p>El partido se disputó el sábado en el Miami Stadium, más conocido como Hard Rock Stadium.</p><p>Agentes de la Oficina del Alguacil de Miami-Dade dijeron que tanto Marmol, cuyo nombre completo es Lautaro B. Marmol, como Perrotta, cuyo nombre completo es Patricio Rafael Perrotta, “evadieron tres niveles de seguridad” usando credenciales de un partido anterior y lograron ingresar a las instalaciones del estadio.</p><p>Marmol “declaró que era un influencer de medios que intentaba entrar para transmitir el partido en vivo”, escribió un agente en su informe de arresto.</p><p>Perrotta, por su parte, dijo que había sido “contratado por una empresa de medios para cubrir el evento y que tenía credenciales, pero eran de un evento anterior”, señala su informe de arresto.</p><p>Los agentes arrestaron a cada uno bajo el cargo de interferir con un evento deportivo o de entretenimiento.</p><p>Los registros muestran que un juez de Miami-Dade encontró causa probable en ambos casos y ordenó que permanecieran detenidos con una fianza de 2,500 dólares.</p><p>Ambos seguían recluidos en el Centro Correccional Turner Guilford Knight hasta la tarde del domingo.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZF52JQFKTBGA3OYEOD7N4M27GQ.png?auth=1f64020eaf195771989f2a52e57d174a50d9afa9542c13ded75ec21a574ca49f&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Booking photos of Argentinian YouTubers Beni Marmol and Pato Perrotta.]]></media:description></media:content></item><item><title><![CDATA[Vuelo de American Airlines aborta el despegue en el Aeropuerto Internacional de Miami tras el ingreso de un jet ejecutivo a la pista]]></title><link>https://www.local10.com/news/local/2026/06/28/vuelo-de-american-airlines-aborta-el-despegue-en-el-aeropuerto-internacional-de-miami-tras-el-ingreso-de-un-jet-ejecutivo-a-la-pista/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/vuelo-de-american-airlines-aborta-el-despegue-en-el-aeropuerto-internacional-de-miami-tras-el-ingreso-de-un-jet-ejecutivo-a-la-pista/</guid><dc:creator><![CDATA[Chris Gothner, Liane Morejon]]></dc:creator><description><![CDATA[En un comunicado, la aerolínea informó que, tras recibir autorización para despegar, la tripulación interrumpió la maniobra de despegue al observar otra aeronave sobre la pista.]]></description><pubDate>Sun, 28 Jun 2026 18:42:59 +0000</pubDate><content:encoded><![CDATA[<p>Un vuelo de American Airlines con destino a Bermudas abortó su despegue después de que un jet ejecutivo ingresara a la misma pista del Aeropuerto Internacional de Miami la tarde del sábado.</p><p>El vuelo 308 de American Airlines despegó posteriormente sin contratiempos.</p><p>En un comunicado, la aerolínea informó que, tras recibir autorización para despegar, la tripulación “interrumpió la maniobra de despegue al observar otra aeronave sobre la pista”.</p><p>De acuerdo <a href="https://edition.cnn.com/2026/06/27/us/american-airlines-flight-aborted-takeoff-miami" target="_self" rel="" title="https://edition.cnn.com/2026/06/27/us/american-airlines-flight-aborted-takeoff-miami">con CNN</a>, el incidente, ocurrido alrededor de las 6:00 p.m., derivó en un tenso intercambio entre un controlador de tráfico aéreo del Aeropuerto Internacional de Miami y el piloto del jet ejecutivo.</p><p>American Airlines concluyó su comunicado señalando: “Agradecemos la rápida actuación de nuestra tripulación y la comprensión de nuestros clientes”.</p><p>Local 10 News también solicitó comentarios a NetJets, empresa propietaria del jet ejecutivo, así como a la Administración Federal de Aviación (FAA).</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JR4CMUWJHZG5LF4HQ2RMQOYJGM.png?auth=fd87a878be739e9eb268b151cf96dad0f682ca3c4d51d2161ce067264a69ef0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[American Airlines jets at Miami International Airport.]]></media:description></media:content></item><item><title><![CDATA[Teen dead, another critical after two separate lake incidents in Florida City]]></title><link>https://www.local10.com/news/local/2026/06/27/teen-dead-another-critical-after-two-separate-lake-incidents-in-florida-city/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/teen-dead-another-critical-after-two-separate-lake-incidents-in-florida-city/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[A teenager is dead and another is in critical condition after two separate water incidents in Florida City Monday night, officials said.]]></description><pubDate>Sun, 28 Jun 2026 02:09:33 +0000</pubDate><content:encoded><![CDATA[<p>A teenager is dead and another is in critical condition after two separate water incidents in Florida City Monday night, officials said.</p><p><a href="https://www.local10.com/news/local/2026/06/28/adolescente-muere-y-otro-permanece-en-estado-critico-tras-dos-incidentes-separados-en-un-lago-de-florida-city/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/adolescente-muere-y-otro-permanece-en-estado-critico-tras-dos-incidentes-separados-en-un-lago-de-florida-city/">Leer en español</a></p><p>Officers responded around 7:15 p.m. to Southwest 336th Street and Southwest 192nd Avenue after several teenagers reported that a boy had gone into a lake and didn’t come back up. </p><p>Miami-Dade Fire Rescue joined the search, and a diver later found the teen underwater and unresponsive.</p><p>Rescue crews performed life-saving efforts, and the boy was taken to Homestead Hospital, where he was pronounced dead, officials said.</p><p>While crews were still working that scene, another group of teenagers across the lake also went into the water. A second 14-year-old boy went under and didn’t resurface.</p><p>He was later found by Miami-Dade Fire Rescue divers and airlifted to Kendall Regional Trauma Center in critical condition, officials said.</p><p>Both incidents are currently under investigation by the Miami-Dade Sheriff’s Office.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Adolescente muere y otro permanece en estado crítico tras dos incidentes separados en un lago de Florida City]]></title><link>https://www.local10.com/news/local/2026/06/28/adolescente-muere-y-otro-permanece-en-estado-critico-tras-dos-incidentes-separados-en-un-lago-de-florida-city/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/adolescente-muere-y-otro-permanece-en-estado-critico-tras-dos-incidentes-separados-en-un-lago-de-florida-city/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[Ambos incidentes están siendo investigados por la Oficina del Alguacil de Miami-Dade.]]></description><pubDate>Sun, 28 Jun 2026 18:47:36 +0000</pubDate><content:encoded><![CDATA[<p>Un adolescente murió y otro permanece en estado crítico tras dos incidentes separados ocurridos la noche del lunes en un lago de Florida City, informaron las autoridades.</p><p>Los agentes acudieron alrededor de las 7:15 p.m. a la zona de Southwest 336th Street y Southwest 192nd Avenue, luego de que varios adolescentes reportaran que un joven había ingresado al lago y no volvió a salir a la superficie.</p><p>El Departamento de Bomberos y Rescate de Miami-Dade se unió a la búsqueda, y posteriormente un buzo localizó al adolescente bajo el agua, inconsciente.</p><p>Los equipos de emergencia realizaron maniobras de reanimación y el menor fue trasladado al Hospital de Homestead, donde fue declarado muerto, informaron las autoridades.</p><p>Mientras los rescatistas aún trabajaban en esa escena, otro grupo de adolescentes, ubicado al otro lado del lago, también ingresó al agua. Un segundo joven, de 14 años, se hundió y no volvió a salir a la superficie.</p><p>Más tarde fue localizado por buzos del Departamento de Bomberos y Rescate de Miami-Dade y trasladado en helicóptero al Centro de Trauma Kendall Regional, donde permanece en estado crítico, informaron las autoridades.</p><p>Ambos incidentes son investigados por la Oficina del Alguacil de Miami-Dade.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Lindsey Vonn has a special understanding of Serena Williams' comeback as a fellow 40-something]]></title><link>https://www.local10.com/sports/2026/06/28/lindsey-vonn-has-a-special-understanding-of-serena-williams-comeback-as-a-fellow-40-something/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/lindsey-vonn-has-a-special-understanding-of-serena-williams-comeback-as-a-fellow-40-something/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — When Serena Williams played her first professional tennis match in nearly four years recently, another elite female athlete in her 40s was on hand for the occasion.]]></description><pubDate>Sun, 28 Jun 2026 21:49:45 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — When Serena Williams played her first professional tennis match in nearly four years recently, another elite female athlete in her 40s was on hand for the occasion.</p><p>Skier Lindsey Vonn has a special understanding of what Williams is going through as she prepares to play both singles and doubles at Wimbledon at age 44.</p><p>After making her own comeback, Vonn was the top World Cup downhiller last season at age 41 until her horrific crash at the Milan Cortina Olympics in February left her with a severely fractured left leg.</p><p>“There is an increasing shift in what women can accomplish at later stages in their careers or life,” Vonn told The Associated Press. “I feel like we are in the same boat, where we don’t need to prove anything to anyone but we still have the ability to compete at an elite level. She (Willliams) also told me that I played a role in inspiring her to come back so that of course was meaningful to me.”</p><p>Vonn talked with Williams after the tennis standout’s doubles victory with partner Victoria Mboko at Queen’s Club in London, having watched the match from one of the VIP balconies.</p><p>“She was in great spirits. She’s having fun which I loved seeing, even more than her tennis,” Vonn said in a written response. “If it’s bringing her joy to play, I say play as long as you want!”</p><p>Vonn has undergone eight surgeries following her Olympic crash — which nearly led to a leg amputation — and needs at least one more to repair a torn ACL in that same knee. But she’s back in the gym and has resumed physical training, while still assessing whether she’ll compete again.</p><p>After nearly six years away from skiing, Vonn returned in December 2024 with a partial titanium replacement in her right knee. She had two victories and seven podium results last season.</p><p>On Centre Court at Wimbledon on Tuesday, Williams will play her first singles match since 2022 against 20-year-old Maya Joint of Australia. Then she’ll play doubles with older sister Venus Williams later in the week.</p><p>So what does Vonn expect from Williams at Wimbledon?</p><p>“It’s her first major singles tournament since retiring so I would expect for her to play well but not show all her cards yet,” Vonn said. “I’m sure she can still win, but I wouldn’t put any expectations on her. She’s the GOAT (greatest of all time) no matter what happens.”</p><p>Indeed, Williams is a 23-time Grand Slam champion in singles and has won 14 more Grand Slams in doubles — all with Venus as her partner. Vonn’s 45 World Cup downhill wins are the most by a male or female skier.</p><p>“It was kind of like riding a bike,” Williams said Sunday of her first practice sessions back at the All England Club. “Obviously when I play, I might have a lot of things come up.”</p><p>No matter the outcome, Williams shares Vonn’s credo of setting the bar high to create new standards.</p><p>“You have to believe in yourself and go for any dream,” Williams said, “no matter how wild it may be.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R7WJ5WHTGE4UXZTUIMRCFU6T24.jpg?auth=ddf672175225f7d7bc48488d3fd799542755f7b5d03e74c609687f172b404238&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Lindsey Vonn concentrates ahead of an alpine ski, women's downhill official training, at the 2026 Winter Olympics, in Cortina d'Ampezzo, Italy, Friday, Feb. 6, 2026. (AP Photo/Marco Trovati, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Trovati</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YGJ2SMWPS6CYYQMED6I2IZ7NDQ.jpg?auth=167e5fd3b2c5ec0a0f25b7a4f9be18f354e66d0802ae4e9c672d8a7ccfbcc7fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States arrives to practice one day ahead of the start of the Wimbledon Tennis Championships in London, Sunday, June 28, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z2UZMDPNVJJZ6OAODMQ7XOJDZA.jpg?auth=043f9f53b007dd53a3f4009e311e923d84a6658f3d5a831003872ed60a810e36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States arrives to practice one day ahead of the start of the Wimbledon Tennis Championships in London, Sunday, June 28, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GAIT7TXDE6TM5BL2OFDUIPQ6YA.jpg?auth=0d8df76cbca3ef7e91bb1b8fe51ce8d479bf02c7f908552846164e723db045c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Lindsey Vonn crashes during an alpine ski women's downhill race, at the 2026 Winter Olympics, in Cortina d'Ampezzo, Italy, Sunday, Feb. 8, 2026. (AP Photo/Jacquelyn Martin, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KBI5JT4PRCIC6WIURFEK4B22JA.jpg?auth=ed924bae0f7d9f8f5aff24858399150f0425e0fb7fb2595cecb9a448415f029b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States, left, arrives to practice one day ahead of the start of the Wimbledon Tennis Championships in London, Sunday, June 28, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Hornets send Miles Bridges to Phoenix Suns as offseason shakeup continues, AP source says]]></title><link>https://www.local10.com/sports/2026/06/28/hornets-send-miles-bridges-to-phoenix-suns-as-offseason-shakeup-continues-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/hornets-send-miles-bridges-to-phoenix-suns-as-offseason-shakeup-continues-ap-source-says/</guid><dc:creator><![CDATA[By STEVE REED, Associated Press]]></dc:creator><description><![CDATA[CHARLOTTE, N.C. (AP) — The Charlotte Hornets are continuing their offseason overhaul.]]></description><pubDate>Sun, 28 Jun 2026 18:41:47 +0000</pubDate><content:encoded><![CDATA[<p>CHARLOTTE, N.C. (AP) — The Charlotte Hornets are continuing their offseason overhaul.</p><p>The Hornets have agreed to trade forward Miles Bridges, a 2029 first-round draft pick and a 2027 second-round pick to the Phoenix Suns for guard Grayson Allen, forward Royce O’Neale and a 2033 first-round pick, a person familiar with the situation told The Associated Press.</p><p>The person spoke to the AP on condition of anonymity Sunday because the trade, which was first reported by ESPN, still needs to be approved by the league.</p><p>The trade comes on the heels of the Hornets sending star point guard LaMelo Ball to Minnesota as part of a deal that brought them Naz Reid, draft picks and pick swaps.</p><p>That appears to have set off a major restructuring in Charlotte just months after the team improved its win total by 24 games from last season under second-year head coach Charles Lee.</p><p>The Hornets lost in the play-in game to Orlando.</p><p>The 6-foot-7 Bridges, 28, was the longest-tenured player on the Hornets roster, joining the team as a first-round draft pick in 2018 out of Michigan State.</p><p>In seven seasons, he averaged 15.9 points, 6.1 rebounds and 2.8 assists per game while shooting 46.1% from the field and 33.8% from 3-point range. His best season came in 2023-24 when he averaged 21 points and 7.3 rebounds while shooting 34.9% from beyond the arc.</p><p>He sat out the 2022-23 season following accusations of domestic abuse.</p><p>Bridges was arrested in June 2022 on the eve of free agency on charges including felony child abuse and injuring a child’s parent. The NBA forced him to to sit out while his legal case was pending. He ultimately pleaded no contest to a felony domestic violence charge in November 2022.</p><p>Bridges was suspended for 30 games in April 2023 by the league but received a 20-game credit because he missed the entire 2022-23 season.</p><p>Charlotte never made the playoffs with Bridges' tenure with the team.</p><p>The trade opens the door for Reid, one of the league's top reserves, to potentially start at power forward.</p><p>The 6-foot-3 Allen grew into a solid scorer in his three seasons with the Suns, averaging a career-high 16.5 points and 3.8 assists per game, though injuries limited him to just 51 games.</p><p>He's the third former Duke player to join the Hornets roster.</p><p>The 30-year-old is considered an elite 3-point shooter, though his accuracy dipped to 34.9% from long range last season.</p><p>O’Neale, 33, is a versatile veteran entering his 10th NBA season. The 6-foot-6 forward spent the past 2 1/2 seasons with the Suns and averaged a career-high 9.8 points per game last season while shooting nearly 41% from beyond the arc.</p><p>___</p><p>AP Sports Writer David Brandt in Phoenix contributed to this report.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HRWXXQOE5HJJWCQAK43LBGSTA4.jpg?auth=d52dca075d3253f50c75fb8d144bbcea4d19aee924a96c0d937535f7017c6c80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Charlotte Hornets forward Miles Bridges makes a shot against the Orlando Magic during the second half of an NBA play-in tournament basketball game, Friday, April 17, 2026, in Orlando, Fla. (AP Photo/John Raoux, file)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VLMCOHUTJQLVSFRXCREH5C5U2Q.jpg?auth=3763ae54e22563acdfb6d906897456e2f6e33145b1ac09142a3e0da33698372e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Phoenix Suns guard Grayson Allen dribbles the ball against the Oklahoma City Thunder during the first half of Game 4 in a first-round NBA playoffs basketball series, Monday, April 27, 2026, in Phoenix. (AP Photo/Ross D. Franklin, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[South Korea coach quits after early World Cup exit prompts fierce criticism from president]]></title><link>https://www.local10.com/sports/2026/06/28/south-korea-coach-quits-after-early-world-cup-exit-prompts-fierce-criticism-from-president/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/south-korea-coach-quits-after-early-world-cup-exit-prompts-fierce-criticism-from-president/</guid><dc:creator><![CDATA[By JIM VERTUNO, Associated Press]]></dc:creator><description><![CDATA[South Korea coach Hong Myung-bo resigned Sunday after the team's quick elimination from the World Cup drew a harsh condemnation from the country's president, who called the coach “incapable” and ordered a complete review of the national team program.]]></description><pubDate>Sun, 28 Jun 2026 21:20:32 +0000</pubDate><content:encoded><![CDATA[<p>South Korea coach Hong Myung-bo resigned Sunday after the team's quick elimination from the World Cup drew a harsh condemnation from the country's president, who called the coach “incapable” and ordered a complete review of the national team program.</p><p>South Korea won its opening match against Czech Republic, then lost its next two Group A matches to South Africa and Mexico.</p><p>South Korea hoped it would qualify for the next round as one of the third-place teams to advance in this year's expanded tournament. That ended when Congo defeated Uzbekistan 3-1 on Saturday.</p><p>The quick exit for a team that expected to advance left the national team program in turmoil and drew a sharp rebuke from President Lee Jae Myung. He leveled pointed criticism at the coach..</p><p>“As a former honorary professional football club chairman and, at heart, a member of the Red Devils, I feel not just surprise but deep bewilderment at this unexpected result,” the president said.</p><p>The president criticized the national team structure and oversight, and the coach's appointment in the first place.</p><p>“Once again, it has been proven that personnel decisions determine everything. If loyalty and factionalism are valued over competence and an incapable person is appointed as a leader, the outcome is as predictable as fire,” the president said.</p><p>Hong, 57, announced his resignation with an apology to Korean fans before the team left its base camp in Mexico, where South Korea had played all three of its group matches.</p><p>Hong was in his second stint with the national team. He was the coach at the 2014 World Cup in Brazil when South Korea also failed to advance past the group stage.</p><p>“To all of the Korean people who love and support our national team, I would like to genuinely apologize. Today, I’d like to announce that I will step down as the national team head coach,” Hong said.</p><p>“As the head coach, no explanation can supersede the ultimate result. I could not bring the result that our people had expected. All responsibilities are with me," Hong said. "Today, I step down as the national team head coach. However, my heart for Korean football will remain the same. I will now support Korea national team to regain the trust and love of our people.”</p><p>South Korea is a regular at the World Cup with 11 consecutive appearances, and was a semifinalist when it was co-host of the tournament in 2002.</p><p>Lee called for the national Ministry of Culture, Sports and Tourism to review the national team and its failures.</p><p>"I sincerely apologize to the public for the deep disappointment caused by this absurd situation. We will move swiftly to reform sports administration to ensure this does not happen again,” Lee said.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HJLZ2334J3WWKZPUYULVGICVGU.jpg?auth=d42635174f5712ac6929a2d2a91eb84276caf56e4d08967e68a07a6a3e539c8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korea head coach Hong Myung-bo looks on ahead the World Cup Group A soccer match between South Africa and South Korea in Guadalupe, near Monterrey, Mexico, Wednesday, June 24, 2026. (AP Photo/Moises Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6Q2MA6XZ5QNVS3FXWZF65LQLAU.jpg?auth=f1ec15a9bb8e4da96ded1b2cebf7f80006de04d326fa491c3f3e4b47309367e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korea's Lee Kang-in (19) reacts at the end of the World Cup Group A soccer match between South Africa and South Korea in Guadalupe, near Monterrey, Mexico, Wednesday, June 24, 2026. (AP Photo/Moises Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BT4YPKPIHCAWBJ7ITF7WZXEGCQ.jpg?auth=81dcc256e798bf1a2d59c6c04255d2777543fd99fa25b70aa028c758809f729d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soccer fans react as they watch a live broadcasting of the World Cup Group A soccer match between South Africa and South Korea at a public viewing venue in Seoul, South Korea, Thursday, June 25, 2026. (AP Photo/Lee Jin-man)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content></item><item><title><![CDATA[Grief and optimism clash in scramble to locate survivors 4 days after Venezuela earthquakes]]></title><link>https://www.local10.com/news/world/2026/06/28/grief-and-optimism-clash-in-scramble-to-locate-survivors-4-days-after-venezuela-earthquakes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/grief-and-optimism-clash-in-scramble-to-locate-survivors-4-days-after-venezuela-earthquakes/</guid><dc:creator><![CDATA[By REGINA GARCIA CANO, FERNANDO VERGARA and MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Local and international rescue teams raced against the clock to pull survivors from the rubble in Venezuela on Sunday, four days after two powerful earthquakes shook the northern state of La Guaira.]]></description><pubDate>Mon, 29 Jun 2026 05:12:54 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Local and international rescue teams raced against the clock to pull survivors from the rubble in Venezuela on Sunday, four days after two powerful earthquakes shook the northern state of La Guaira.</p><p>The government reported 1,450 dead from the quakes Sunday afternoon as it faced growing criticism from Venezuelans that its response was inadequate and overshadowed by civilian-led efforts to rescue people buried under collapsed buildings. Thousands more have been reported missing.</p><p>Even as the likelihood of finding people alive diminished with each passing hour, rescuers continued to free some survivors from mountains of debris, offering anguished families a sliver of hope. The first 48 to 72 hours after a natural disaster are crucial to rescue efforts, though survival can be extended if people have access to food and water.</p><p>Venezuela's acting President Delcy Rodríguez said Sunday night that even as the threshold passed, the search for survivors would continue. More than 2,600 rescue workers from around the world had arrived with trained search dogs and machinery, the government said.</p><p>“It’s been incredibly hard work, but we’re going strong,” said Jason Mercano, a civilian who was able to communicate with family buried under the rubble and was working with rescue teams to pull them out.</p><p>“We've never given up hope,” he added.</p><p>More than 770 buildings partially or totally collapsed</p><p>Still, many Venezuelans are struggling to hold onto hope in an increasingly desperate situation. The one-two punch of 7.2 and 7.5 magnitude earthquakes that hit last Wednesday have left a trail of devastation. The U.N. said up to 6.8 million of Venezuela's nearly 30 million residents may be affected by the earthquakes.</p><p>A layer of dust coated coastal communities, and as the stench of decomposing bodies spread, more people began to wear masks.</p><p>Authorities said Sunday that more than 770 buildings had totally or partially collapsed from the earthquakes, twice as many as were reported destroyed or damaged on Friday. The risk of further damage remains as aftershocks continued to shake Venezuela; quakes measuring 4.2 and 4.5 hit Sunday morning.</p><p>But rescue efforts in La Guaira — the hardest-hit area — appeared significantly more organized on Sunday as international rescue missions arrived en masse. In previous days, residents there had expressed frustration and anger about the level of response.</p><p>The government reported on state television that more than 14,000 members of the military and police are now patrolling La Guaira state, where access is blocked and special permits are required to enter.</p><p>Because of the chaos and shoddy cellphone service since the earthquakes, many Venezuelans have turned to non-governmental digital databases to report their loved ones as missing. More than 50,000 people were reported missing on one such database, though it is unclear how many have been found.</p><p>Optimism and grief mark La Guaira</p><p>Moments of optimism contrasted sharply with grief on Sunday.</p><p>Masses of people gathered around a mountain of debris watching as rescue crews from the U.S., France and Venezuela pulled a man and his son from a crack in the concrete, covered in dust and almost unresponsive. Helmet-clad teams pulled them on a black tarp and passed the two carefully through the crowd to an ambulance to hydrate them through an IV.</p><p>Rescue teams and onlookers burst into applause in a moment of relief, then continued working.</p><p>In another part of La Guaira, Helen Guedez and her mother were reeling. They had spent days trying to save her father Jesús from their apartment.</p><p>She felt a swell of hope when rescue teams from the U.S. had come to inspect the building and confirmed to them that her dad was still alive under the rubble. But they told the family that the building was too unstable to enter and rescue him, she said.</p><p>They left the scene, but Guedez said would continue to try and rescue their father without their assistance. She said they were now working with civilian volunteers and local miners to get him out.</p><p>“We're not going to give up," said Guedez. “The rest of the team is willing to continue. They know there's another way to get him out and they said they're going to keep working until the very end.”</p><p>Despite the overwhelming demand for medical services and the shortage of supplies in Venezuela’s public health system, Domingo Luciani Hospital in the capital of Caracas coped with an influx of patients thanks to a flood of donations.</p><p>“We have tons of patients, but thank god, people have responded by bringing us a great deal of supplies,” said Leomery Pérez, an anesthesiologist at the hospital.</p><p>Authorities said they had treated more than 3,100 wounded people, including many with crush injuries.</p><p>A big challenge for Venezuela's acting president</p><p>The disaster poses a significant challenge for acting President Rodríguez, the former vice president who took office in January after the U.S. capture and removal of then-President Nicolás Maduro.</p><p>Since then, the U.S. government has played in increasingly powerful role in dictating the future of the South American nation. Venezuela has faced economic disarray for more than a decade, and many people reject the legitimacy of the political movement Rodríguez represents.</p><p>The country now faces an even more difficult circumstances, said Ronal Rodríguez, researcher for the Bogotá-based Venezuelan Observatory at the University of Rosario.</p><p>“There is political interference by the United States, the operational incompetence of a government that has driven the country into a complex humanitarian crisis and, all of the sudden, an earthquake in a place that lacks human capital and short-term resources to address the situation,” he said.</p><p>Amy Pope, director general from International Organization for Migration, warned that displacement from Venezuela – where crisis has forced 8 million people to migrate over the past decade – was likely to increase as people seek safety.</p><p>Rodríguez on Sunday said she was setting up a special commission to assess the damage to homes to confirm whether it's safe for people sleeping on the streets to return, adding that her government would also examine infrastructure damage. The search for life in the destruction, she said, would also continue.</p><p>“Today we recovered people who are still alive,” she said. “We always maintain hope.”</p><p>___</p><p>Janetsky reported from Mexico City. Associated Press journalists Juan Pablo Arraez, Matías Delacroix in La Guaira, Venezuela; Jorge Rueda in Caracas, Venezuela; Clara Preve and Mayra Pertossi in Buenos Aires, Argentina; and Elliot Spagat in San Diego, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2JRDZFWGVWB7IP72GYL3FC6GYQ.jpg?auth=9521f4c1d4c921c22eccdd25490e4233a73a4beae5bc7062d4f18d7e2728d950&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers carry a man rescued from the rubble of a building that collapsed in the earthquakes that struck La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GSCZO2OUGUXF6IAFTXCJ2PDTXU.jpg?auth=57dcb90cdbd3fbbfae212038b87561cec9876063faa14837514481c7c9efb30c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers and volunteers stand on collapsed buildings during the search for earthquake survivors in La Guaira, Venezuela, Sunday, June 28, 2026. (Photo by Miguel Medina/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Medina</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3GL4SXIODJZW6S2J2D2LYEX2BA.jpg?auth=3438864fdc9042ddbe322c795c69bae98d1714d806679b17a27fe85e6a1a701b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexican Army rescue workers search for people trapped in collapsed buildings after earthquakes struck La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QOJ3J6UAJEI7T46X7IQA7Q5FJ4.jpg?auth=06bff49953a9341c744465897a8ee76d7c581188bf25270df8b14db8ea1cfe23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. firefighters from the Fairfax County search and rescue team pull a boy from the rubble after rescuing him and his father from a building that collapsed in the earthquakes in La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TO2EDXY6U5YAM2SNSFDPTQGYZE.jpg?auth=17828b6b71db4a2100b64bfc0a0b0ae2bcefca2e89b7b0777fd1c1b980e5dbb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An earthquake-damaged building stands in La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[The military is searching for a US Marine missing off the coast of California]]></title><link>https://www.local10.com/news/national/2026/06/28/the-military-is-searching-for-a-us-marine-missing-off-the-coast-of-california/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/28/the-military-is-searching-for-a-us-marine-missing-off-the-coast-of-california/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SAN DIEGO (AP) — Multiple agencies continued to search Sunday for a U.S. Marine who went missing during a training exercise off the coast of southern California, military officials said.]]></description><pubDate>Sun, 28 Jun 2026 17:14:57 +0000</pubDate><content:encoded><![CDATA[<p>SAN DIEGO (AP) — Multiple agencies continued to search Sunday for a U.S. Marine who went missing during a training exercise off the coast of southern California, military officials said.</p><p>Crews began searching for the Marine early Thursday morning, shortly after midnight, according to a Navy news release. The Marine was reported missing from the USS Anchorage during integrated training between the Makin Island Amphibious Ready Group and the 13th Marine Expeditionary Unit.</p><p>It's at least the second time in six weeks that the U.S. military has been forced to look for missing members. The remains of the second of two U.S. Army soldiers who went missing during military exercises in Morocco were recovered in May, the Army said, ending a multinational search operation that deployed air, naval and artificial intelligence assets.</p><p>“Our thoughts and prayers are with the family and all who are affected during this difficult time,” the Navy said in the news release this week about the missing Marine.</p><p>The Navy transitioned from search-and-rescue efforts to a search-and-recovery operation Friday evening. The Marine's name was being withheld pending the notification of family.</p><p>The search has covered about 2,400 square miles (6,200 square kilometers) and involved three surface ships and 12 aircraft from the Navy, Marine Corps, Coast Guard and Air Force, officials said.</p><p>The USS Anchorage is an amphibious transport dock ship based at Naval Base San Diego.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A6G3GSPHPLYLO6IBZNSUFC6FAI.jpg?auth=3f23f5ba0431c24b467269b739e6aa1d1c501f6b820c7d70ceaaff3946edc146&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The USS Anchorage, an amphibious transport dock, makes its way up Alaska's Cook Inlet on Wednesday, May 1, 2013. (AP Photo/Mark Thiessen, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Thiessen</media:credit></media:content></item><item><title><![CDATA[Inside the World Cup knockout stage bracket: Some teams have an easier path than others]]></title><link>https://www.local10.com/sports/2026/06/28/inside-the-world-cup-knockout-stage-bracket-some-teams-have-an-easier-path-than-others/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/inside-the-world-cup-knockout-stage-bracket-some-teams-have-an-easier-path-than-others/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI GARDENS, Fla. (AP) — If the World Cup was the NCAA basketball tournament, then teams like Morocco and the Netherlands would have some serious anger toward the selection and seeding committee right now. England, Mexico, Portugal and Spain might not be all that happy, either.]]></description><pubDate>Sun, 28 Jun 2026 21:18:58 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI GARDENS, Fla. (AP) — If the World Cup was the NCAA basketball tournament, then teams like Morocco and the Netherlands would have some serious anger toward the selection and seeding committee right now. England, Mexico, Portugal and Spain might not be all that happy, either.</p><p>Lionel Messi and Argentina, on the other hand, probably wouldn't complain much about their potential path to the World Cup final four.</p><p>The bracket is set for the knockout stage of the World Cup. There was no selection committee; slots were predetermined — Group A winner on this line, Group D runner-up on this line, etc. — so it wasn't exactly like how the NCAA tournaments go. And FIFA doesn't reseed like some sports, so a couple lower seeds are certain to get into at least the Round of 16.</p><p>So, when taking the 32 qualifiers for the knockout stage and ranking them like it's an NCAA tournament — essentially seeding the field 1 to 32 based on the FIFA live rankings entering Sunday — it's easy to see why some “regions” might be tougher to navigate than others.</p><p>A breakdown of the World Cup bracket:</p><p>Foxborough Region</p><p>— Quarterfinal: July 9 at Foxborough, Massachusetts.</p><p>— Round of 32 matchups: No. 12 Germany vs. No. 27 Paraguay, No. 2 France vs. No. 26 Sweden, No. 29 South Africa vs. No. 25 Canada (won 1-0 by Canada on Sunday), No. 7 Netherlands vs. No. 6 Morocco.</p><p>— Outlook: Netherlands vs. Morocco in the Round of 32 means that at least one of the seven highest-ranked teams left in the tournament won't even get to the Round of 16. France and Germany — perennial European powers — could meet in the Round of 16. And Canada (the first team through to the Round of 16 after winning the knockout stage opener over South Africa on Sunday) might have to change time zones twice on its way to the quarterfinals, while Germany, Paraguay, France and Sweden will all be in either Massachusetts, New Jersey or Pennsylvania in the Rounds of 32 and 16.</p><p>— If the seeds hold: France would play Morocco in the quarterfinal.</p><p>Inglewood Region</p><p>— Quarterfinal: July 10 at Inglewood, California.</p><p>— Round of 32 matchups: No. 8 Portugal vs. No. 13 Croatia, No. 3 Spain vs. No. 18 Austria, No. 14 United States vs. No. 30 Bosnia and Herzegovina, No. 10 Belgium vs. No. 17 Senegal.</p><p>— Outlook: The U.S. gets one of the lowest-ranked teams left in the tournament to open the Round of 32 and would remain in the Pacific time zone until the semifinals. Cristiano Ronaldo and Portugal did not get an easy draw at all, with Croatia right off the bat and then potentially Spain in the Round of 16. (Can't imagine Spain is too thrilled with this, either.) Belgium vs. Senegal is in Seattle, and the winner will stay there to play the U.S. match winner; that's a big break for weary legs.</p><p>— If the seeds hold: Spain would play Belgium in the quarterfinal.</p><p>Miami Gardens Region</p><p>— Quarterfinal: July 11 at Miami Gardens, Florida.</p><p>— Round of 32 matchups: No. 5 Brazil vs. No. 16 Japan, No. 24 Ivory Coast vs. No. 19 Norway, No. 9 Mexico vs. No. 20 Ecuador, No. 4 England vs. No. 28 Congo.</p><p>— Outlook: Mexico and England will be heavily favored in their Round of 32 matches, then would be in line to go head-to-head in the Round of 16 — in what would be a road game at Mexico City for England. And Mexico is one of only two teams not to surrender a goal in the group stage, with Spain being the other. Brazil gets a bit of an easier path to the quarterfinals, opening with Japan and then — if it wins — drawing the Ivory Coast-Norway winner.</p><p>— If the seeds hold: Brazil would play England in the quarterfinal.</p><p>Kansas City Region</p><p>— Quarterfinal: July 11 at Kansas City, Missouri.</p><p>— Round of 32 matchups: No. 1 Argentina vs. No. 31 Cape Verde, No. 22 Australia vs. No. 21 Egypt, No. 15 Switzerland vs. No. 23 Algeria, No. 11 Colombia vs. No. 32 Ghana.</p><p>— Outlook: Again, there is no “selection committee,” but if there was it would have gotten this one right by putting the best goalscorer in Argentina's Lionel Messi against the tournament's best story in Cape Verde in the Round of 32. And Messi gets to be at home in Miami Gardens, a few miles from Inter Miami's stadium for that matchup. Australia or Egypt awaits the Argentina match winner, Switzerland-Algeria has potential for a lot of goals, and Colombia faces a Ghana team with nothing to lose.</p><p>— If the seeds hold: Argentina would play Colombia in the quarterfinal.</p><p>Inside the bracket</p><p>News and notes about the Round of 32 matchups:</p><p>— France, Mexico and Argentina were the only teams to escape group play with 3-0-0 records.</p><p>— There are four Round of 32 matchups between unbeaten teams: Netherlands (2-0-1) vs. Morocco (2-0-1), Belgium (1-0-2) vs. Senegal (1-0-2), Brazil (2-0-1) vs. Japan (1-0-2) and Argentina (3-0-0) vs. Cape Verde (0-0-3).</p><p>— Expect some goals in France vs. Sweden (combined 17 goals in the group stage), Netherlands-Morocco (16), Belgium-Senegal (14), Brazil-Japan (14) and U.S.-Bosnia and Herzegovina (13).</p><p>— On the flip side, the first goal of Mexico-Ecuador might be that match's decider. Mexico wasn't scored on in group play and Ecuador surrendered only two goals in those three matches.</p><p>— The semifinal matchups are the winner of the Foxborough quarterfinal against the winner of the Inglewood quarterfinal (at Arlington, Texas on July 14) and the winner of the Miami Gardens quarterfinal against the winner of the Kansas City quarterfinal (at Atlanta on July 15). The final is at East Rutherford, New Jersey on July 19.</p><p>___</p><p>See more of AP’s World Cup coverage here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AW4RQK6CEMRNQOTZO5UYIDHD3E.jpg?auth=94d50b8bd4570a635b5104d74f58d2876b9757e84cd8874bf1f6fb07e5bacc23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi (10) celebrates scoring his side's 3rd goal during the World Cup Group J soccer match between Jordan and Argentina in Arlington, Texas, near Dallas, Saturday, June 27, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AXXS4DXPZOQOB64OSPOYPTY6KA.jpg?auth=c4662b5491571f8c995dfacb7a881fdbe575639e3d087fb07339c8851e6554d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans hold their cell phones during the World Cup Group J soccer match between Algeria and Austria in Kansas City, Mo., Saturday, June 27, 2026. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ARKW7Z2Y6ANEBHEAVKPI6ZOYVQ.jpg?auth=ad51469a23536833b55bdfa42f9c8ec1f73dad0b6a589c517a6cd74c278000dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Alex Freeman (16), second left, celebrates after scoring his side's second goal during the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KKWTFIYLTCVF7427ULZ4XNNEKY.jpg?auth=a37f7154528bac2f035c102902a816714d58f6b33103cfc734fcdfb2770a44cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[American singer Dan Reynolds of Imagine Dragons performs at the World Cup Fan Zone in Monterrey, Mexico, Sunday, June 21, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[In blow to DC Studios, 'Supergirl' is no match for 'Toy Story 5' at box office]]></title><link>https://www.local10.com/entertainment/2026/06/28/in-blow-to-dc-studios-supergirl-is-no-match-for-toy-story-5-at-box-office/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/28/in-blow-to-dc-studios-supergirl-is-no-match-for-toy-story-5-at-box-office/</guid><dc:creator><![CDATA[By JAKE COYLE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — In a setback for Warner Bros.′ revamped DC movie operations, “Supergirl” was absolutely no match for “Toy Story 5” at the box office, opening a distant second to the Pixar blockbuster.]]></description><pubDate>Sun, 28 Jun 2026 16:28:17 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — In a setback for Warner Bros.′ revamped DC movie operations, “Supergirl” was absolutely no match for “Toy Story 5” at the box office, opening a distant second to the Pixar blockbuster.</p><p>After a near-record debut for an animated movie, “Toy Story 5” remained No. 1 at the box office with $70 million in domestic ticket sales and another $89.1 million overseas, according to studio estimates Sunday. The Walt Disney Co. release has in two weeks quickly amassed $585 million globally, making it one of the biggest hits of the year.</p><p>“Supergirl,” however, failed to lift off. It opened with $38 million in U.S. and Canadian theaters. It added $30 million in overseas markets.</p><p>Craig Gillespie’s superhero spinoff is the second big-screen release from James Gunn and Peter Safran, who were tapped to lead DC Studios in late 2022. Their first release, 2025’s “Superman,” grossed $618 million worldwide, a strong-enough start for Gunn and Safran.</p><p>But “Supergirl” flopped with both critics and moviegoers. Reportedly trimmed significantly after test screenings, Gillespie’s film landed poor reviews (56% fresh on Rotten Tomatoes) and a “B-” CinemaScore from audiences.</p><p>The poor opening weekend for “Supergirl” puts it behind the disappointing debuts of DC busts like “The Flash” ($55 million in 2023) and “The Green Lantern” ($53 million in 2011), and only barely ahead of “Joker: Folie à Deux” ($37.7 million in 2024).</p><p>David A. Gross, who runs the movie consulting firm FranchiseRe, noted superhero movies no longer drive the box office like they did pre-pandemic. There are fewer yearly releases, and the box office in the genre is down approximately $3.5 billion annually from its highs in 2017-2019.</p><p>After huge successes like “Wonder Woman” ($822 million in 2017) and “Captain Marvel” ($1.13 billion in 2019), female-fronted superhero movies have also taken a downturn.</p><p>“You’ll hear general explanations like ‘the audience lost interest.’ Yes, they did,” said Gross. “But no one has been able to explain why it happened so suddenly and so completely. Why female superheroes in particular, after their sensational starts? We don’t understand it either.”</p><p>The stumble for “Supergirl,” which cost $170 million to make, comes as Warner Bros. Discovery, the film studio’s parent company, is preparing to be acquired by Paramount Skydance. David Ellison, Paramount chief executive, recently met with Gunn and Safran.</p><p>The next DC release is “Clayface,” a body horror take on the DC character, to be released in October. Gunn’s “Superman” follow-up, “Man of Tomorrow,” is currently in production. It’s dated for July 2027.</p><p>Gunn, who serves as a producer on “Supergirl,” handed directing duties to Gillespie, the filmmaker of “I, Tonya” and “Cruella.” Milly Alcock, who briefly appeared in “Superman,” stars as Supergirl, or Lara Zor-El, a younger cousin to Superman who’s more of a party girl than a world saver.</p><p>Paramount Pictures’ “Jackass: Best and Last” was the weekend’s other new wide release. The latest stunt compilation from Johnny Knoxville and company opened with a modest $8.4 million from 2,855 North American theaters. While that’s a good result for a movie that cost just $10 million to make, the 2022 installment, “Jackass Forever,” debuted with $23 million before ultimately grossing $80 million worldwide.</p><p>Olivia Wilde’s dinner party comedy “The Invite” notched one of the best per-screen averages of the year. Opening on seven screens in New York and Los Angeles, it debuted with $379,104, good for a per-screen average of $54,158.</p><p>Wilde’s third film as director stars herself, Seth Rogen, Penélope Cruz and Edward Norton as a pair of San Francisco couples who meet for an impromptu night together. A24 acquired the film after its buzzy Sundance Film Festival premiere. The indie distributor is hoping “The Invite,” which will expand next week and go nationwide on July 10, can revive the largely dormant summer comedy.</p><p>The micro-budget horror phenomenon “Obsession” continued to hold unusually strong. It took third place on the weekend with $9.8 million in its seventh weekend of release. Curry Barker’s film, made for less than $1 million, has now collected $233.9 million domestically for Focus Features, plus $108.9 million internationally.</p><p>Such legs, however, haven’t materialized for Steven Spielberg’s sci-fi thriller “Disclosure Day.” In the Universal Pictures’ third weekend of release, it slipped to fifth place with $8.1 million in domestic theaters. Spielberg's UFO tale has grossed $193.7 million globally in three weeks.</p><p>Top 10 movies by domestic box office</p><p>With final domestic figures being released Monday, this list factors in the estimated ticket sales for Friday through Sunday at U.S. and Canadian theaters, according to Rentrak:</p><p>1. “Toy Story 5,” $70 million.</p><p>2. “Supergirl,” $38 million.</p><p>3. “Obsession,” $9.8 million.</p><p>4. “Jackass: Best and Last,” $8.4 million.</p><p>5. “Disclosure Day,” $8.1 million.</p><p>6. “Backrooms,” $4.3 million.</p><p>7. “Scary Movie,” $3 million.</p><p>8. “Masters of the Universe,” $2.2 million.</p><p>9. “Bleach: Thousand-Year Blood War - The Calamity," $2 million.</p><p>10. “Star Wars: The Mandalorian and Grogu,” $1.6 million.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M3QLXZKRMCGHWENHJBOVNMZUGE.jpg?auth=378bdcd4c279f7ccba54ce59e47f7b05fafd56a941f0bee94ea93b6ab833fa47&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Warner Bros. Pictures shows Milly Alcock in a scene from "Supergirl." (Warner Bros. Pictures via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/GQSHWICGQOLT6HZSEFBSU7COLI.jpg?auth=4dc473a77c889ea7ece2dce4d9d4e032a021655407ffda6bcd9abd3eea5ea3b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Director Craig Gillespie, from left, Peter Safran, Milly Alcock, and James Gunn attend the DC Studios' world premiere of "Supergirl" at The Plaza at 300 Ashland on Monday, June 22, 2026, in New York. (Photo by Evan Agostini/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X5LMXNJ76R2I2YPSVLFUFPVCCM.jpg?auth=674fadffb6d7ba6a6be3becfc0ff880b709ab5e4341e07eb003932696fe07085&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Disney shows characters Bullseye, left, and Jessie, voiced by Joan Cusack, in a scene from Disney and Pixar's "Toy Story 5." (Disney/Pixar via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Pixar</media:credit></media:content></item><item><title><![CDATA[This Week in South Florida: Jay Collins]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-jay-collins/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-jay-collins/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Florida Lt. Gov. Jay Collins joined “This Week in South Florida” on Sunday as he seeks to become the state’s next governor.]]></description><pubDate>Sun, 28 Jun 2026 15:26:57 +0000</pubDate><content:encoded><![CDATA[<p>Florida Lt. Gov. Jay Collins joined “This Week in South Florida” on Sunday as he seeks to become the state’s next governor.</p><p>He discussed how he’d tackle a range of issues if elected to the state’s highest office.</p><p>Watch his interview with host Glenna Milberg in the video above.</p>]]></content:encoded></item><item><title><![CDATA[This Week in South Florida: Earthquake relief efforts in Venezuela]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-earthquake-relief-efforts-in-venezuela/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-earthquake-relief-efforts-in-venezuela/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Reporter Cody Weddle joined “This Week in South Florida” on Sunday as earthquake relief efforts continued in Venezuela.]]></description><pubDate>Sun, 28 Jun 2026 16:07:56 +0000</pubDate><content:encoded><![CDATA[<p>Reporter Cody Weddle joined “This Week in South Florida” on Sunday as earthquake relief efforts continued in Venezuela.</p><p>Weddle joined the program from the Colombian capital of Bogota, where help is being marshaled in to help the country’s neighbors. </p><p>Watch the video above to see his latest report.</p>]]></content:encoded></item><item><title><![CDATA[This Week in South Florida: Daniella Levine Cava]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-daniella-levine-cava/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-daniella-levine-cava/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Miami-Dade Mayor Daniella Levine Cava joined “This Week in South Florida” on Sunday.]]></description><pubDate>Sun, 28 Jun 2026 16:02:43 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Mayor Daniella Levine Cava joined “This Week in South Florida” on Sunday.</p><p>She discussed several issues facing the county, including her plan to transfer control of the site of the soon-to-be-decommissioned state-run “Alligator Alcatraz” migrant detention facility to the National Park Service and a plan to take the Fisher Island fuel depot by eminent domain.</p><p>Watch her interview with host Glenna Milberg in the video above.</p>]]></content:encoded></item><item><title><![CDATA[Khadijah Farrakhan, 'first lady of Nation of Islam' as wife of famous pastor, dies at 90]]></title><link>https://www.local10.com/news/national/2026/06/28/khadijah-farrakhan-first-lady-of-nation-of-islam-as-wife-of-famous-pastor-dies-at-90/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/28/khadijah-farrakhan-first-lady-of-nation-of-islam-as-wife-of-famous-pastor-dies-at-90/</guid><dc:creator><![CDATA[By JULIE CARR SMYTH, Associated Press]]></dc:creator><description><![CDATA[Khadijah Farrakhan, longtime wife of Nation of Islam leader Louis Farrakhan, died Saturday, the Nation of Islam has announced. She was 90.]]></description><pubDate>Mon, 29 Jun 2026 01:48:23 +0000</pubDate><content:encoded><![CDATA[<p>Khadijah Farrakhan, longtime wife of Nation of Islam leader Louis Farrakhan, died Saturday, the Nation of Islam has announced. She was 90.</p><p>“Mother Khadijah” worked alongside her provocative and charismatic husband for decades, helping lead their religious and sociopolitical movement, which espouses Black self-reliance. Its home base was Mosque Maryam on the south side of Chicago, where the pair lived.</p><p>“The Honorable Minister @LouisFarrakhan with deep sadness yet with profound gratitude to Allah informs you that his beloved wife of 72 years, the first lady of the Nation of Islam, Mother Khadijah has returned to Allah (may Allah be pleased),” a statement by the Shura Executive Council said.</p><p>Her death came only seven months after devotees had marked Khadijah's 90th birthday. The statement said funeral services are to be announced.</p><p>Mosque Maryam remembered Farrakhan as “a devoted follower” with “a precious soul, a sweet heart.”</p><p>In a post on Facebook, R&B artist ZaRio Son Rise recalled her as “a true queen, a righteous woman, and one of the greatest examples of dignity, faith, loyalty, and grace our generation has ever witnessed.”</p><p>Born Betsy Ross, Khadijah Farrakhan married her husband, then named Louis Walcott, in Boston on Sept. 12, 1953. The two had nine children. Their eldest son, Louis Farrakhan Jr., died in 2018, and son Joshua Farrakhan died in 2023.</p><p>Khadijah Farrakhan converted to Islam in 1955, the same year that her husband joined the Chicago-based movement after being heavily influenced by Malcolm X, his friend from Boston. The pair changed their names around that time.</p><p>Louis Farrakhan stepped into the organization's leadership vacuum shortly after Malcolm X was assassinated in 1965. Among his most significant accomplishments was the Million Man March on Washington in 1995.</p><p>Two years later, Khadijah Farrakhan spoke before a gathering of America's Black women in Philadelphia dubbed the Million Woman March.</p><p>“A nation can rise no higher than its women,” she told the crowd. “We focus on women but cannot lose sight that we must rise as a family -- men, women and children.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XJ72XA374ABGWER26HMWOQZIHE.jpg?auth=616eae73553f2ada50c4b0fb5ebb52d149b6898df06b1dd1e889b9c71a5ae375&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Khadijah Farrakhan, wife of Nation of Islam leader Louis Farrakhan, stands before members of the 20th Navajo Nation Council Wednesday, July 19, 2006 in Window Rock, Ariz. (AP Photo/Matt York, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt York</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QQVSXI4M7DFJYXPRIFYA7FW7QA.jpg?auth=c05f890e4a664eeae44d49fa981a4f1be78a23ea9b540f8e11f02a3c9497f4d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Nation of Islam Minister Louis Farrakhan and his wife, Khadijah, watch as their grandson, Virginia senior Mustapha Farrakhan, is honored with other seniors before Virginia's NCAA college basketball game against North Carolina State in Charlottesville, Va., Tuesday, March 1, 2011. (AP Photo/Steve Helber, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Helber</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NHY5TR74IWR2IY2DR2TTYGGEMQ.jpg?auth=568de03cbca791e2f58ab7afe5ec136c7db666a31969499fdb7e7d695eeb4eca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Nation of Islam leader Louis Farrakhan, center from Chicago, Il., walks down the steps of the Capital Building with his wife, Mother Khadijah Farrakhan, left, as they arrive at the Millions More Movement on the National Mall, Saturday, Oct. 15, 2005 in Washington. (AP Photo/Pablo Martinez Monsivais, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Pablo Martinez Monsivais</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XU5DA6SLJS4SINF4RXOTKFTXWU.jpg?auth=4cbccb4faa8892e270d5fc7c44f71b3033f69ada65a4b5b4540e3b1d484ebb29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Nation of Islam leader Louis Farrakhan, his wife Khadijah Farrakhan, and their daughter, Maria Farrakhan Mohammad, pose for photographers in front of the Window Rock Navajo Monument, Wednesday, July 19, 2006, in Window Rock, Ariz. (AP Photo/Matt York, File)]]></media:description><media:credit role="author" scheme="urn:ebu">MATT YORK</media:credit></media:content></item><item><title><![CDATA[At least 117 dead dogs found in 'horrific scene' at California 'no-kill' shelter]]></title><link>https://www.local10.com/news/national/2026/06/28/at-least-117-dead-dogs-found-in-horrific-scene-at-california-no-kill-shelter/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/28/at-least-117-dead-dogs-found-in-horrific-scene-at-california-no-kill-shelter/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[FORTUNA, Calif. (AP) — The remains of at least 117 dogs were found on the grounds of a California “no-kill“ animal shelter, many of them with gunshot wounds, authorities said.]]></description><pubDate>Sun, 28 Jun 2026 19:31:14 +0000</pubDate><content:encoded><![CDATA[<p>FORTUNA, Calif. (AP) — The remains of at least 117 dogs were found on the grounds of a California “no-kill“ animal shelter, many of them with gunshot wounds, authorities said.</p><p>The Humboldt County Sheriff’s Office said Friday that it also discovered 21 canine skulls, hundreds of bones and other remains during searches at Miranda’s Rescue Animal Sanctuary, a 50-acre (20-hectare) facility in Fortuna, California.</p><p>Investigators combing the site on Thursday located an area in a barn where they believe dogs were likely killed, the sheriff’s office said. More than 600 dog collars were found nearby, the office said.</p><p>Sheriff William Honsal called it a “horrific scene.” No charges have been filed.</p><p>A message seeking comment was left for the shelter’s founder, Shannon Miranda.</p><p>In a statement posted to the shelter’s website on June 18, Miranda said that recent media coverage and online commentary “have presented an incomplete and, in some cases, inaccurate picture of our work.”</p><p>“At Miranda’s Rescue, our mission is to save as many animals as we safely can—always balancing compassion for animals with our responsibility to protect families, children, other pets, and the public,” Miranda wrote.</p><p>The sheriff’s office said it started investigating the shelter after receiving “credible information” in April “regarding allegations of felony animal abuse, animal cruelty, fraud, and conspiracy.”</p><p>Miranda’s Rescue collects fees from shelter transfers, as well as donations that it says helps cover the costs of food, housing, veterinary care, medications, facility expenses and staffing.</p><p>An affidavit from an earlier search of the property said that the sheriff’s office was tipped off by a pair of animal advocates, one of whom owns property adjoining the shelter and used trail cameras to monitor activity near an alleged burial site.</p><p>The advocates later went onto shelter property and dug up dog remains, the affidavit said.</p><p>“This investigation is just getting started,” Honsal said in a statement. “There is a tremendous amount of data to process, witnesses to interview, and evidence to examine.”</p><p>Investigators using ground-penetrating radar found 117 intact remains in various stages of decomposition buried in an open field, the sheriff’s office said.</p><p>They X-rayed 70 of the remains on site and found evidence of bullet fragments in many of them. The cause of death for many of those animals appeared to be gunshot wounds, the sheriff’s office said.</p><p>Investigators also found additional remains in advanced stages of decomposition, the sheriff’s office said.</p><p>The sheriff’s office said hundreds of dogs were transferred or turned over to Miranda’s Rescue by private citizens and animal shelters.</p><p>In his statement, Miranda said, “Miranda’s Rescue is a no-kill rescue. We do not euthanize animals simply to make space.”</p><p>However, Miranda wrote, ”there are rare circumstances in which euthanasia may be necessary — when an animal is suffering from a terminal condition or when it poses a serious, ongoing danger to people or other animals.”</p><p>“In those situations, we make the most humane and responsible decision we can, always with public safety and animal welfare in mind.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T6S4OA2AHY2ITXHOJNJW2U4DTU.jpg?auth=72ca6451eee467cd7c3fc0bdf16a3ad77457666fa7312d183086a4904ebbc185&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Investigators from the Humboldt County Sheriff's Office search the grounds of Miranda's Rescue Animal Sanctuary in Fortuna, Calif., June 24, 2026, where the remains of at least 117 dogs were found. (Ryan Burns/Lost Coast Outpost via P)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Burns</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SDFNR33VN2J7YWCDGKQKUYPY2Y.jpg?auth=8898d1355be483667a1ddd4bab34db2d52f5f3599caa369ef762d82688a6559b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Investigators from the Humboldt County Sheriff's Office search the grounds of Miranda's Rescue Animal Sanctuary in Fortuna, Calif., June 24, 2026, where the remains of at least 117 dogs were found. (Ryan Burns/Lost Coast Outpost via P)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Burns</media:credit></media:content></item><item><title><![CDATA[LO ÚLTIMO: Llega brigada de Cuba para apoyar las labores de rescates tras sismos en Venezuela]]></title><link>https://www.local10.com/espanol/2026/06/28/lo-ultimo-rodriguez-anuncia-evaluacion-de-viviendas-afectadas-campamentos-y-suspension-de-clases/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/28/lo-ultimo-rodriguez-anuncia-evaluacion-de-viviendas-afectadas-campamentos-y-suspension-de-clases/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Cuatro días después de dos devastadores terremotos consecutivos en Venezuela, centenares de rescatistas de ese país y de otras naciones trabajan a contrarreloj para encontrar sobrevivientes bajo los escombros.]]></description><pubDate>Mon, 29 Jun 2026 00:30:14 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Cuatro días después de dos devastadores terremotos consecutivos en Venezuela, centenares de rescatistas de ese país y de otras naciones trabajan a contrarreloj para encontrar sobrevivientes bajo los escombros.</p><p>Hasta ahora, los sismos de 7,2 y 7,5 de magnitud han dejado un saldo de al menos 1.450 muertos y unos 3.150 heridos. Más de 50.000 son buscadas por sus familiares.</p><p>Aquí los últimos acontecimientos registrados en Venezuela:</p><p>Llega brigada de Cuba para apoyar rescates</p><p>Una brigada de Cuba llegó a Venezuela para apoyar las labores de rescate, informó la agencia estatal Prensa Latina. Agregó que el grupo —de más de una decena de integrantes— arribó con tres canes y expertos para sumarse a los equipos de una veintena de países que ya están en funciones.</p><p>Además Cuba tiene equipos de cooperantes desde antes de los terremotos que se desempeñaban como parte de las brigadas médicas en zonas rurales, un convenio que permitió a su vez a la isla obtener combustible venezolano durante décadas.</p><p>Muchos de los especialistas en salud regresaron a Cuba tras la captura de Nicolás Maduro en enero por parte de militares estadounidenses, por lo que se desconoce cuántos permaneecen en el país sudamericano.</p><p>Presidenta anuncia evaluación de viviendas y campamentos</p><p>La presidenta encargada Delcy Rodríguez anuncia la creación de una comisión —integrada por ministerios, universidades y especialistas— que evaluará si las edificaciones afectadas por los sismos son habitables, así como las condiciones de infraestructura vial, como puentes y caminos elevados.</p><p>“Esta comisión presidencial está ya trabajando para verificar las condiciones de habitabilidad, si las personas pueden ya regresar a sus hogares”, dijo en un mensaje difundido por la televisión estatal.</p><p>También anuncia la creación de “campamentos transitorios para quienes perdieron sus viviendas y la elaboración y planificación de proyectos que permitan la construcción de viviendas en un lapso muy corto” y la suspensión de las clases escolares por toda la semana.</p><p>En cuanto a la situación en La Guaira, indica que ya se ha recuperado el servicio de electricidad en un 75% y el de aguaen un 68%.</p><p>Finalmente sostiene que “las labores de rescate y salvamento continúan. Hoy hemos recuperado personas con vida y por lo tanto, las labores no se suspenden”.</p><p>NASA aporta imágenes sobre daños causados por sismos</p><p>La NASA dice que sus satélites están proporcionando imágenes y datos para ayudar a los equipos en tierra a evaluar los daños causados por los terremotos de la semana pasada en Venezuela. La agencia indica que un mapa creado con datos de la misión NISAR muestra cómo los sismos desplazaron la superficie terrestre, ofreciendo información clave para los equipos de emergencias y los científicos.</p><p>Machado dice que regresará “pronto”</p><p>La líder opositora María Corina Machado anuncia que regresará a Venezuela “muy pronto” para estar con el pueblo venezolano tras los devastadores terremotos.</p><p>“Ha llegado el momento. Es mi deber acompañar a mi pueblo. Necesitamos estar juntos para abrazarnos, para llorar y lamentarnos juntos, pero también para darnos fuerza mutuamente”, declaró Machado en una entrevista con Fox News.</p><p>Machado vive en el exilio desde diciembre, cuando reapareció tras 11 meses oculta y viajó a Noruega para recibir el Premio Nobel de la Paz.</p><p>Mayor organización en las labores de rescate en La Guaira</p><p>Las labores de rescate en el estado de La Guaira parecían mucho más organizadas el domingo, a medida que seguían llegando a Venezuela numerosas misiones de rescate internacionales. En la actualidad más de 2.600 rescatistas de otros países están colaborando en las labores de salvamento.</p><p>Los días anteriores se caracterizaron por la frustración y la ira de muchos ciudadanos que se quejaron de la inoperancia del gobierno.</p><p>El gobierno ha informado a través de la televisión estatal de que más de 14.000 miembros del ejército y la policía patrullan actualmente La Guaira, donde el acceso está bloqueado y se requieren permisos especiales para entrar.</p><p>ONU advierte que 6,8 millones de personas en Venezuela podrían resultar afectadas</p><p>La agencia de la ONU para la migración ha señalado que hasta 6,8 millones de personas podrían verse afectadas por los terremotos. La Organización Internacional para las Migraciones indicó que está colaborando con el gobierno venezolano y las organizaciones humanitarias para dar una respuesta coordinada.</p><p>"Ya está claro que el desplazamiento aumentará, ya que la gente busca un lugar seguro", dijo Amy Pope, la directora general.</p><p>Muertos ascienden a 1.450 y hay unos 3.150 heridos</p><p>El presidente de la Asamblea Nacional, Jorge Rodríguez, informó que la cifra de fallecidos asciende a 1.450 y los heridos son 3.150. En tanto, hay 12.721 personas damnificadas.</p><p>Por otro lado, 774 edificios sufrieron daños —189 colapsaron totalmente— y 38 hospitales están afectados. Más de 1.600 estructuras de otra índole, como puentes y carreteras, han sufrido distintos daños.</p><p>“Estamos en horas críticas, horas cruciales para seguir rescatando vidas”, sostuvo Rodríguez. Agregó que “cada vida salvada es también la respuesta al esfuerzo de miles y miles de personas donde incluimos y agradecemos para siempre a los 2.624 rescatistas y delegaciones internacionales que nos acompañan”.</p><p>El funcionario no precisó la cifra de personas rescatadas ni la de las desaparecidas. Al respecto, en la madrugada del domingo la presidenta encargada Delcy Rodríguez dijo que el día anterior habían sido salvadas 33 personas.</p><p>Las agencias de identificación consideran que las primeras 72 horas tras un desastre natural son cruciales para rescatar a personas con vida, aunque ese plazo puede ampliarse si estas tienen acceso a comida y agua.</p><p>Bomberos estadounidenses rescatan a un padre y a su hijo en La Guaira</p><p>Bomberos estadounidenses del equipo de búsqueda y rescate del condado de Fairfax sacaron a un hombre y a su hijo de entre los escombros de un edificio que fue construido por el gobierno en el marco de su programa de viviendas en Playa los Cocos, en el estado de La Guaira, la zona más devastada por los sismos.</p><p>Después de que voluntarios llevaran un buen número de horas trabajando en la búsqueda de personas atrapadas, el sábado comenzaron a llegar equipos de rescate internacionales. Tanto unos como otros decían que habían percibido señales de vida en el lugar donde se derrumbaron varios de esos edificios.</p><p>El equipo de rescate estadounidense se adentró entre los escombros hasta que oyó gritos. Una vez que lograron sacar al padre y al chico, los rescatistas los transportaron con sumo cuidado para que recibieran asistencia médica.</p><p>Mientras las tareas de salvamento prosiguen, el ejército y la policía están a cargo de los controles en las autopistas para comprobar que las personas cuenten con una autorización, mediante un código QR, para acceder a La Guaira. También han despejado algunos carriles de las autopistas para que sean utilizados exclusivamente por camiones de ayuda humanitaria, algunos de los cuales transportan centrales eléctricas.</p><p>Convocatoria para donar sangre</p><p>Las autoridades venezolanas convocaron a una jornada de emergencia para la donación de sangre lo que permitirá aumentar las reservas y “garantizar una respuesta médica inmediata” para los miles de heridos por los sismos.</p><p>Entre las instituciones de salud pública que receptarán las donaciones de sangre de los voluntarios están el Hospital Domingo Luciano y el Hospital de Chacao.</p><p>Edmundo González: “La prioridad no es demostrar control. Es proteger vidas”</p><p>El opositor venezolano y excandidato presidencial Edmundo González reprochó el domingo la supuesta confiscación de asistencia humanitaria que denunció la víspera un organismo de defensa de los derechos de los presos por motivos políticos en el Estado Yaracuy, en el noroeste de Venezuela.</p><p>“Un Estado demuestra su fortaleza cuando protege a su población en el momento de mayor vulnerabilidad”, señaló González en X, y enfatizó que la prioridad debe ser salvar vidas.</p><p>González se exilió en España en 2024 tras los comicios en los que se midió con el hoy defenestrado presidente Nicolás Maduro y que la oposición calificó de fraudulentos.</p><p>El Metro de Caracas reanudará su servicio</p><p>El Metro de Caracas reanudará su servicio “con total normalidad” a partir de este domingo, según informó la empresa en un comunicado.</p><p>Metro de Caracas señaló que la reanudación se produce tras revisar la infraestructura, las vías férreas y los sistemas electromecánicos de la red.</p><p>Bukele dice que equipo logra rescatar a mujer de 60 años tras 11 horas de intenso trabajo</p><p>El presidente de El Salvador, Nayib Bukele, dijo que los equipos de rescate sacaron con vida a Belkys Josefina Barreto García, de 60 años, de entre los escombros tras 11 horas de intenso trabajo.</p><p>La mujer había permanecido atrapada bajo el edificio Breogan, derrumbado en Caraballeda, La Guaira, durante 86 horas, señaló el mandatario en su cuenta de X.</p><p>Indicó que su estado es delicado y que fue trasladada en helicóptero a una clínica privada en Caracas.</p><p>“Este logro fue posible gracias al esfuerzo y la perseverancia de nuestros rescatistas, quienes trabajaron sin descanso durante toda la noche y la madrugada, con el apoyo de rescatistas USAR peruanos”, señaló.</p><p>Perú se suma con ayuda humanitaria</p><p>Perú se sumó a las tareas de apoyo internacional a Venezuela con el envío de 14 toneladas de alimentos, carpas, vestimenta y otros artículos necesarios para los afectados por los devastadores sismos.</p><p>Un avión Hércules de la Fuerza Aérea de Perú despegó el domingo con el contingente humanitario rumbo a Caracas, informó el Ministerio de Defensa.</p><p>El papa León XIV vuelve a ofrecer oraciones por el pueblo venezolano</p><p>El Papa León XIV volvió a orar por el pueblo venezolano, un día después de cerrar su reunión de dos días de cardenales del mundo expresando su solidaridad con el país sudamericano.</p><p>El pontífice habló en español al final de su bendición del domingo al mediodía ante miles de personas en la Plaza de San Pedro.</p><p>“Deseo expresar mi cercanía a las hermanas y hermanos venezolanos afectados por los recientes terremotos que provocaron numerosas víctimas y heridos, así como ingentes daños materiales. Mientras ruego al Señor por el eterno descanso de los fallecidos, renuevo mi cercanía espiritual a sus familiares, a los lesionados y a quienes han sido golpeados por esta tragedia. Al mismo tiempo, manifiesto mi gratitud y aliento a cuantos trabajan con generosidad en las labores de búsqueda y de asistencia”.</p><p>España informa que nueve de sus ciudadanos murieron en los sismos y 131 están desaparecidos</p><p>El Ministerio de Asuntos Exteriores de España informó el domingo por la mañana que nueve españoles murieron en el terremoto y 131 están desaparecidos, mientras que los equipos de emergencia han localizado a 14 españoles y están intentando rescatarlos de entre los escombros.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EDN57O26DX7D44VVQ3EW6E32SY.jpg?auth=8788d9a2e62781dfcc2bb239183b5f20f0aa30fdadcc14cfafa3fc9df4691ce8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bomberos estadounidenses del equipo de búsqueda y rescate del condado de Fairfax sacan a un niño de entre los escombros tras rescatarlo a él y a su padre de un edificio que se derrumbó durante los terremotos en La Guaira, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K7FTKMXLCG2IKLC3IJYJBHBQO4.jpg?auth=35e51c469896cc8fd8c8ed4bf7ee7d76b20a03c1f9c181146fc3fa0ac3a4fc6e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Socorristas transportan a un hombre rescatado de un edificio que se derrumbó durante los terremotos que azotaron La Guaira, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DWWSVPNSQQIPUORHY3DC2U7LWY.jpg?auth=7501e33db4716975663eb323a0853adb12335bc2987ca690d88e942d9b6b3a37&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas cuyas casas resultaron dañadas por los terremotos duermen a la intemperie frente a un estadio de béisbol en Catia La Mar, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GTJECTEHAGOGFSIWHXROPX5S5U.jpg?auth=56a84d36f3abf4cea1150fa15454aac8098ec332d0a408b8ac513b5de8013c95&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre duerme al aire libre, a la intemperie, bajo un mural del difunto presidente venezolano Hugo Chávez, en Catia La Mar, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PLTXC6A2XVZKLXM7QHNAY62WK4.jpg?auth=7b7732a6f115b85b7715bc47d1c89c58aa076e0683324b411936780bfd40a842&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personal estadounidense de búsqueda y rescate realiza ejercicios durante la búsqueda de supervivientes del terremoto en La Guaira, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Israel moves to formally recognize Armenian WWI deaths as a genocide]]></title><link>https://www.local10.com/news/world/2026/06/28/israel-moves-to-formally-recognize-armenian-wwi-deaths-as-a-genocide/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/israel-moves-to-formally-recognize-armenian-wwi-deaths-as-a-genocide/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[TEL AVIV, Israel (AP) — Israel’s Cabinet unanimously approved a proposal on Sunday to designate violence against Armenians by the Ottoman Empire during World War I as a genocide.]]></description><pubDate>Mon, 29 Jun 2026 06:28:45 +0000</pubDate><content:encoded><![CDATA[<p>TEL AVIV, Israel (AP) — Israel’s Cabinet unanimously approved a proposal on Sunday to designate violence against Armenians by the Ottoman Empire during World War I as a genocide.</p><p>The step, which still needs approval in Parliament, reflects deteriorating ties between Israel and Turkey. Turkey has fiercely lobbied to prevent countries from officially recognizing the mass deaths of Armenians around 1915 as a genocide, even as Armenians have pushed for it.</p><p>Historians estimate that up to 1.5 million Armenians were killed by Ottoman Turks around the time of World War I, an event widely viewed by scholars as the first genocide of the 20th century. Turkey denies that the deaths constituted genocide, saying the toll has been inflated and that those killed were victims of civil war and unrest.</p><p>For years, Israel never officially broached the subject for fear of angering Turkey, but that relationship has soured over the past two decades, especially as the most recent wars in Gaza, Lebanon and Iran have dragged on.</p><p>“Despite the extensive and unambiguous historical documentation, the Armenian Genocide remains to this day the subject of an institutionalized campaign of denial and minimization, including a manipulative rewriting of history, mainly by the Turkish government,” said Israeli Foreign Minister Gideon Saar, who brought the decision to the government.</p><p>He noted that Israeli leaders, including Prime Minister Benjamin Netanyahu, have previously described the violence against Armenians as a genocide. But it has never been formally recognized in a vote by Israel’s Knesset.</p><p>“It is never too late to do the right thing,” Saar said Sunday, calling it a “moral and historical duty.”</p><p>He noted that 32 countries, including the United States, Syria and Lebanon, have also classified the violence as a genocide. It was not immediately known when Sunday's decision, approved unanimously by Israel's Cabinet, would go to the parliament for approval.</p><p>Turkey called Israel’s move a “politically motivated” step meant to distract from the country’s own actions against Palestinians.</p><p>“The Israeli government, which systematically persecutes the Palestinian people in full view of the world and is being tried at the International Court of Justice for genocide against the people of Gaza, aims to cover up its own crimes,” the Turkish Foreign Ministry said in a statement.</p><p>“This malicious attempt, which disregards legal and historical facts, reveals the predicament of Netanyahu and his accomplices, who have arrest warrants against them in connection with the investigation into crimes committed against Palestinians at the International Criminal Court,” the statement added.</p><p>Israel and Turkey were once close allies, but relations soured during the rise of Turkey’s Islamist President Recep Tayyip Erdogan, leading Israel to reconsider its position.</p><p>Israel has faced repeated accusations, including from the United Nations and Turkey, that its offensive in Gaza amounts to genocide. Israel, founded in the wake of the Holocaust, denies the accusations.</p><p>Israel launched the war in response to Hamas' Oct. 7, 2023, attack. Gaza's Health Ministry, part of the Hamas government, says over 73,000 people have been killed, roughly half of them women and children. Israel says it does not target civilians and accuses Hamas of using civilians as human shields.</p><p>Last week, a team of independent experts commissioned by the United Nations accused Israel of deliberately shooting children in Gaza and repeated accusations that Israel has carried out a genocide. Israel called the report a “libelous sham.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AZITEZAUZRY7W5DPWZPIWTI35Y.jpg?auth=2078fea64150d14b02ce92a5fe37211688e4b9a0e2fc09473eb15c7907e2fe3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Armenians hold their national flag during a ceremony to commemorate the mass killings of Armenians by the Ottoman Empire, in Jerusalem, Israel, Friday, April 24, 2015. (AP Photo/Oded Balilty, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Oded Balilty</media:credit></media:content></item><item><title><![CDATA[June 28: Typical South Florida summer forecast]]></title><link>https://www.local10.com/weather/2026/06/28/june-28-typical-south-florida-summer-forecast/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/28/june-28-typical-south-florida-summer-forecast/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description></description><pubDate>Sun, 28 Jun 2026 13:37:33 +0000</pubDate><content:encoded><![CDATA[<p>It’s a typical South Florida summertime forecast with lots of humidity, daytime heating, and the seabreeze activating scattered storms over parts of the area today and through midweek. </p><p>The storms will come earlier than usual today sometime late morning through midday before clearing settles in for the afternoon. </p><p>Highs will make it into the lower 90s before that cooling seabreeze kicks in but it’ll feel like it’s over 100 degrees with the humidity factored in so jump in the air conditioning or the backyard swimming pool every so often. </p><p>Storm chances might increase as we head into the holiday later this week, something to keep an eye on. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Aramco oil company helicopter crashes in Saudi Arabia, killing all 14 on board]]></title><link>https://www.local10.com/business/2026/06/28/aramco-oil-company-helicopter-crashes-in-saudi-arabia-killing-all-14-on-board/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/28/aramco-oil-company-helicopter-crashes-in-saudi-arabia-killing-all-14-on-board/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — All 14 people on board were killed in Saudi Arabia when a helicopter belonging to the world's largest oil company crashed on Sunday morning, according to the Saudi Ministry of Energy.]]></description><pubDate>Mon, 29 Jun 2026 00:27:25 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — All 14 people on board were killed in Saudi Arabia when a helicopter belonging to the world's largest oil company crashed on Sunday morning, according to the Saudi Ministry of Energy.</p><p>The accident occurred around 6 a.m. in Ras Tanura, and everyone killed was a Saudi national, the statement said. An investigation was opened into the cause of the crash.</p><p>The helicopter belonged to Aramco, which is majority-owned by Saudi Arabia.</p><p>Aramco recently has had to scramble as the Iran war disrupted oil supplies and raised prices. The company has said it successfully shifted some oil exports to a pipeline to avoid the Strait of Hormuz, which has been disrupted as Iran asserted control over the waterway.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4VTSUNZDZMQN6MFNLHH5G42OSU.jpg?auth=816c271894ef53176d5125f07781837144f954163e3e8ac5e6fc9c8e3ae999ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This is a locator map for Saudi Arabia with its capital, Riyadh. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[NASA races to save Swift telescope from falling back to Earth with daring rescue mission]]></title><link>https://www.local10.com/news/world/2026/06/28/nasa-races-to-save-swift-telescope-from-falling-back-to-earth-with-daring-rescue-mission/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/nasa-races-to-save-swift-telescope-from-falling-back-to-earth-with-daring-rescue-mission/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description><![CDATA[CAPE CANAVERAL, Fla. (AP) — NASA is racing to save an aging telescope from falling back to Earth with a daring rescue mission.]]></description><pubDate>Sun, 28 Jun 2026 13:01:53 +0000</pubDate><content:encoded><![CDATA[<p>CAPE CANAVERAL, Fla. (AP) — NASA is racing to save an aging telescope from falling back to Earth with a daring rescue mission.</p><p>The $30 million salvage operation gets underway as soon as this week with the planned launch of a robotic lifesaver.</p><p>NASA hired startup Katalyst Space Technologies to boost the Swift Observatory to a higher orbit where it can continue hunting for some of the universe’s biggest explosions. A three-armed spacecraft built by Katalyst will chase after Swift once it takes off from an atoll in the Pacific's Marshall Islands aboard an airplane-launched Pegasus rocket. Liftoff could occur as early as Tuesday.</p><p>Scanning the cosmos since its launch in 2004, Swift has been sinking faster and faster because of recent intense solar activity. It needs to get to a higher, more stable orbit as soon as possible to survive.</p><p>NASA's Hubble Space Telescope — also at risk — could be next.</p><p>Like Swift, Hubble is losing altitude as the sun erupts with one flare after another. Katalyst Space CEO Ghonhee Lee said his company's next-generation robot, still in development, could save the day for the much bigger Hubble in a couple years.</p><p>Only China has attempted a mission like the upcoming one, successfully boosting a satellite into a higher graveyard orbit four years ago.</p><p>“This is the first American space robot to go up and do anything like this,” Lee told The Associated Press. “NASA has all these big senior observatories … all of them can benefit from a service like this. So what we're proving with this mission is this is a new play in the playbook that's available.”</p><p>It will take Katalyst's autonomous spacecraft, named Link, about a month to rendezvous with Swift and catch it, and another couple months to raise its orbit from the current 224 miles (360 kilometers) to the desired 373 miles (600 kilometers).</p><p>The 1.6-ton (1.4-metric ton) gamma ray observatory must be above 185 miles (300 kilometers) for the rescue to work. It's expected to reach that point of no return in October, according to the latest estimates.</p><p>Roughly the size of a small kitchen refrigerator with a 40-foot (12-meter) solar wingspan, Link sports three arms with a reach of just over 3 feet (1 meter). Each arm has two finger-like pinching grippers that resemble the hands of a Lego mini figure.</p><p>If all goes well, Swift could be back in business by September, according to Lee.</p><p>Worth hundreds of millions of dollars, Swift was never designed to be repaired, let alone retrieved by hands — human or otherwise. That's what makes this so challenging, according to company officials, who stress there is no guarantee it will work.</p><p>NASA signed a contract with Katalyst last September with only two requests: It has to be a rush job, but please don't make things worse. Nine months later, the company is ready to rumble.</p><p>“I have to be honest. No one thought it was going to be possible. No one thought we would get as far as we’ve already gotten today,” said Shawn Domagal-Goldman, NASA's astrophysics director.</p><p>NASA has bought a little more time for Swift, turning off all scientific instruments to slow its descent. Observations ceased in February.</p><p>NASA's science mission chief Nicky Fox said it's worth the effort.</p><p>“If we let Swift reenter, we would lose that telescope. We would lose a lot of capability,” she said. “We don’t currently have the budget to build another one to replace that.”</p><p>While everything cannot be saved in space, Swift is special, said Domagal-Goldman.</p><p>True to its name, Swift is designed to pivot quickly to capture late-breaking astronomical events such as gamma ray bursts and exploding stars. With more discoveries expected by the Webb Space Telescope and soon-to-launch Roman Space Telescope, Swift, if saved, would be busier than ever as “NASA's first responder.”</p><p>Katalyst sees Swift as the jumping-off point for a new repair business in space. The company's next-generation robotic rescuer, scheduled to fly next year, will tackle satellites as high as 22,300 miles (35,800 kilometers) up. Lee envisions hundreds of robots in orbit one day, not only fixing and hoisting satellites but also refueling them and building solar farms, data centers and other platforms.</p><p>Thirty-six-year-old Hubble, which received repeat servicing by spacewalking astronauts during the shuttle era, could follow in 2028 with a life-extending Katalyst boost.</p><p>“It's a national treasure,” Fox said. “People love Hubble.”</p><p>___</p><p>This story corrects spacecraft name to Link.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ITG6WAB6UZ3S7OFAQVG2OKRIYQ.jpg?auth=b3c0f1493476c984b414787a8e1a4196d9c060e91331c36014793f73763cf530&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by NASA shows Kieran Wilson, LINK’s principal investigator, and Hunter Robertson, a space systems engineer, both at Katalyst Space, standing next to their spacecraft inside the SES (Space Environment Simulator) at NASA’s Goddard Space Flight Center in Greenbelt, Md., April 17, 2026, ahead of thermal vacuum testing. (Sophia Roberts/NASA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Sophia Roberts</media:credit></media:content></item><item><title><![CDATA[Democrats wrestle with race, populism and ideology in clashes with lawmakers of color]]></title><link>https://www.local10.com/news/politics/2026/06/28/democrats-wrestle-with-race-populism-and-ideology-in-clashes-with-lawmakers-of-color/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/28/democrats-wrestle-with-race-populism-and-ideology-in-clashes-with-lawmakers-of-color/</guid><dc:creator><![CDATA[By MATT BROWN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — After democratic socialist Claire Valdez defeated an establishment-backed candidate in New York's congressional primary last week, her elated supporters quickly turned their attention to a new target.]]></description><pubDate>Sun, 28 Jun 2026 12:13:07 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — After democratic socialist Claire Valdez defeated an establishment-backed candidate in New York's congressional primary last week, her elated supporters quickly turned their attention to a new target.</p><p>“You're next!” they chanted when an image of House Democratic leader Hakeem Jeffries of New York flashed on the television screens at Valdez's victory party in a renovated Brooklyn warehouse.</p><p>The message alarmed Democratic Rep. Gregory Meeks, whose district borders the one that Valdez is poised to represent. Jeffries would likely be the first Black speaker of the House if Democrats regain the majority, Meeks said, and “people died to see something like that opportunity.”</p><p>The episode reflects the party's dilemma in a populist age.</p><p>As left-wing insurgents make inroads in New York and elsewhere, their campaigns are confronting legacy institutions led by people of color. For a party that prides itself on diversity, the clashes have exacerbated fierce debates over identity politics and long-standing rifts between progressives and moderates.</p><p>The outcome will determine who holds power within the Democratic coalition as it battles for control of Congress and prepares for what is expected to be a sprawling and searing presidential primary in 2028.</p><p>Although minority-led organizations have historically been viewed as more radical and antiestablishment, some Democratic leaders now view the left-wing surge as driven by white college graduates. Progressives argue that their agenda remains popular within communities of color.</p><p>“It’s complicated," said Juan Proaño, CEO of the League of United Latin American Citizens. “But these changes are a real opportunity for our communities, and maybe a passing of the baton to a younger generation of leaders.”</p><p>Jeffries brushed off a question about whether he could face his own primary challenge.</p><p>“When you ask me a serious question, I’ll give you a serious answer," he told a reporter from Fox Business.</p><p>A past generation of minority political leaders went from outsiders to insiders</p><p>Once the distant dreams of Black and Latino activists, the political machines in many communities of color have become a central part of the Democratic establishment. They were a key driver of the party’s embrace of civil rights and diversity as core values.</p><p>Some of the party’s most tenured members and influential dynasties now come from communities of color, and politicians such as Jeffries rose through the ranks of such systems to serve as party leaders.</p><p>But such organizations were built in a different era.</p><p>“A lot of our communities are anchored in older, more traditional voters, and those older, more traditional voters carry older, more traditional values,” said Dallas Jones, the former Texas political director for Democrat Joe Biden's presidential campaign in 2020. In Democrats' current debates of “people versus elites," Jones said, “you cannot help but find that the Black community is caught up in the middle of it.”</p><p>Jones said that yearning for generational change helped topple Texas Rep. Al Green, a progressive seeking his 12th term in Congress, in May. A longtime civil rights activist, Green, 78, was defeated by Christian Menefee, a 38-year-old first-term congressman who is also Black, to represent a majority-Black district anchored by Houston.</p><p>The Democratic electorate grew slightly whiter in 2024 as Donald Trump made some gains among Black and Hispanic voters. In addition, white Democrats have become more likely to describe themselves as liberal than are Black and Hispanic Democrats, according to Gallup research from 2022.</p><p>Progressives argue that they are challenging longtime lawmakers based on their establishment ties rather than any shift in the party's demographics. They point to progressives recently winning House Democratic primaries for majority-minority districts in Pennsylvania and New Jersey as signs of deeper appeal.</p><p>“The point of being a senior Democrat is you’re supposed to be able to deliver more and impact the agenda,” said Regina Monge, a strategist who led a political action committee that backed democratic socialist Zohran Mamdani in last year's race for New York mayor. “People are supposed to feel the benefits of their leadership in the district.”</p><p>Senior lawmakers are skeptical that much can be extrapolated nationally from last week's results, where Mamdani successfully pushed a slate of three insurgent candidates.</p><p>“Our path to 218” — the number of seats necessary for a House majority — “wasn’t affected by those races that are getting a lot of news,” said Democratic Rep. Pete Aguilar of California, the highest-ranking Latino in Congress. “The mayor made some endorsements, and those individuals won, and I presume that they’re going to come and vote with the Democratic caucus when they get here.”</p><p>Generational change clashes with legacy in closely watched primaries</p><p>The new style of challenger often rises from outside the traditional civil rights and organizing structures that characterized some communities for decades.</p><p>Valdez, who is Latina and Native American, won the primary to replace retiring Rep. Nydia Velázquez, a former chair of the Congressional Hispanic Caucus who was born in Puerto Rico.</p><p>The current caucus leader, Rep. Adriano Espaillat of New York, lost his primary to Darializa Avila Chevalier, another democratic socialist, in a district that includes parts of Manhattan and the Bronx. Espaillat was born in the Dominican Republic; Chevalier’s parents are Dominican immigrants.</p><p>“We’re really looking at a moment in time where people are anxious about the future of our country," said Katharine Pichardo, who leads Latino Victory.</p><p>Pichardo was a senior adviser to Espaillat's first successful run for Congress, in 2016. She said Espaillat's message “needed to focus more on kitchen table issues” and be “forward looking” if he were to ward off Chevalier.</p><p>For incumbents to defeat populist and more ideological challengers, she said, they must “give people a sense of security against the very real anxiety over what’s going on in Washington, D.C.”</p><p>Basil Smikle, a former executive director of the New York State Democratic Party who now teaches at Columbia University, said insurgent candidates and their voters see institutions as “inherently flawed.” He said party leaders "would do well to turn with the momentum and not against it.”</p><p>“This is an opportunity for Hakeem to turn around and say, ‘Look, I’m with you, I’m not going to stand in your way, let's iron out our differences and make me speaker, get us back to power,'" Smikle said. "That would be the best way to bridge this divide.”</p><p>On Saturday, Jeffries took a step in that direction by congratulating New York City's Democratic nominees, including Valdez and Chevalier. He did not mention his ideological disagreements with them or his support for their opponents, instead stressing that they would help "crush far-right extremism."</p><p>“The path is different but the work is the same," Jeffries said.</p><p>_____</p><p>Associated Press writer Anthony Izaguirre in New York contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UPVJBMBVH2OBWAOPJQS2747GPE.jpg?auth=01473b809022d7cdc2a312cc56ce59df145d59a791c609c2eddb170b60ff6861&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[House Minority Leader Hakeem Jeffries, D-N.Y., arrives ahead of the Obama Presidential Center dedication ceremony Thursday, June 18, 2026, in Chicago. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4LHWVDMURWIPZ74WFZ4VFXSUYQ.jpg?auth=4fe7a353b8274a3edfd24b3651f20e7db0f26cc2fdf824aeb3b4c36d05adfd15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York City Mayor Zohran Mamdani, celebrates with Democratic congressional candidate Darializa Avila Chevalier during an election night watch party Tuesday, June 23, 2026, in New York. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2JUSSHYHXHZBAFKSC2RKRXPFNU.jpg?auth=2bed21075da765d903997ea2531428ebec53008215d8abb543cb206ea7235c4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic congressional candidate Claire Valdez speaks during a Get Out The Vote rally ahead of New York's primary election, Thursday, June 18, 2026, in the Brooklyn borough of New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DGSQE22LVUVFKA4IZC4UAAFWM4.jpg?auth=79b03646730054520577f49379ac6eca37753d8b58486799e93f899c55e2daec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Adriano Espaillat, D-N.Y., takes part in the National Puerto Rican Day Parade, Sunday, June 14, 2026 in New York. (AP Photo/Adam Gray)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content></item><item><title><![CDATA[A skydiving plane crashes in northeastern France, killing all 11 people on board]]></title><link>https://www.local10.com/news/2026/06/28/a-skydiving-plane-crashes-in-northeastern-france-killing-all-11-people-on-board/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/28/a-skydiving-plane-crashes-in-northeastern-france-killing-all-11-people-on-board/</guid><dc:creator><![CDATA[By ANTONIN UTZ, JOHN LEICESTER and BARRY HATTON, Associated Press]]></dc:creator><description><![CDATA[TOMBLAINE, France (AP) — Families watched in shock as a skydiving plane carrying their loved ones on what was meant to be a thrilling introduction to parachuting crashed in northeastern France on Sunday, killing all 11 people on board, authorities said.]]></description><pubDate>Mon, 29 Jun 2026 05:20:25 +0000</pubDate><content:encoded><![CDATA[<p>TOMBLAINE, France (AP) — Families watched in shock as a skydiving plane carrying their loved ones on what was meant to be a thrilling introduction to parachuting crashed in northeastern France on Sunday, killing all 11 people on board, authorities said.</p><p>The dead included five parachuting instructors, five novice jumpers and the pilot, Interior Minister Laurent Nunez said. Transport Minister Philippe Tabarot said it was France's biggest aviation accident involving skydiving in about 30 years.</p><p>“Some of the victims’ families witnessed the aircraft falling with their own eyes. So there is tremendous emotion and an even greater psychological trauma," Nunez said.</p><p>He refused to speculate on what caused the crash but said the plane dropped out of the sky suddenly. He said it had just taken off from the Nancy-Essey airfield on the outskirts of the city of Nancy when it came down about 300 meters (yards) from the runway.</p><p>Yves Séguy, prefect of the Meurthe-et-Moselle region, said the plane suffered a malfunction and “fell almost vertically," narrowly missing a built-up area.</p><p>“Had it occurred just a few dozen meters away, the accident could have caused collateral casualties,” he said.</p><p>The plane banked to the left after takeoff and crashed less than a minute later near houses, according to the flight tracking service Flightradar24.</p><p>Police cordoned off the crumpled wreckage.</p><p>Flight tracking sites identified the plane as a single-engine Pilatus PC-6, a small transporter of freight, passengers and skydivers.</p><p>The parachutists were to have jumped as tandems, Nancy Mayor Mathieu Klein told public broadcaster France Info. Tandem jumps are skydiving experiences where two people, often an instructor and a novice jumper, are attached together for the descent.</p><p>Emergency services responded immediately and were providing psychological support to victims' relatives, officials said. The Paris prosecutor's office is leading the crash probe, Nunez said.</p><p>A resident, identified as John Curaku by BFM-TV, told the broadcaster that he was in his yard when he heard what sounded like a plane's engine stopping, immediately followed by a bang.</p><p>He said he went to the crash site and “there were no signs of life,” with two of the bodies thrown a few meters (yards) from the plane.</p><p>___</p><p>Leicester reported from Paris and Hatton from Lisbon, Portugal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VF3W6GJZGYGHF4SJ6TXVY4DQVA.jpg?auth=578e2c6fcc97887f6eb36cd33b185205adb9b881da1a9e63d51c119e1e86f1fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Forensic technicians examine a skydiving plane that crashed in Tomblaine northeastern France, killing all 11 people on board, Sunday, June 28, 2026. (AP Photo/Antonin Utz)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonin Utz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BHDIIU5F4CARO5DLOBRABDNVIY.jpg?auth=0ed49dd18e06b7e6918213639cea9ac1e45c7f253775920f4692a346dcdb083b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Forensic technicians examine a skydiving plane that crashed in Tomblaine northeastern France, killing all 11 people on board, Sunday, June 28, 2026. (AP Photo/Antonin Utz)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonin Utz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VWC3JY5EYAIBWNLC6YZ6BW62KA.jpg?auth=2d934c4c2ef3895e45ffe708ede5c9aaa2f8fbda295eaaf427f80c231217ec0a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officer stands near the site where a skydiving plane crashed in Tomblaine northeastern France, killing all 11 people on board, Sunday, June 28, 2026. (AP Photo/Antonin Utz)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonin Utz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SIIVF2WQHQP5XHN62423PBSY4M.jpg?auth=29bc88de3b162b1cdc3c0e25149d54b01ec3616b0763949b0cbe3616d575a558&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Forensic technicians examine a skydiving plane that crashed in Tomblaine northeastern France, killing all 11 people on board, Sunday, June 28, 2026. (AP Photo/Antonin Utz)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonin Utz</media:credit></media:content></item><item><title><![CDATA[Bill Maher accepts Twain humor prize as the Kennedy Center navigates Trump-era upheaval]]></title><link>https://www.local10.com/entertainment/2026/06/29/comedian-bill-maher-wins-twain-humor-prize-as-the-kennedy-center-navigates-trump-era-upheaval/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/29/comedian-bill-maher-wins-twain-humor-prize-as-the-kennedy-center-navigates-trump-era-upheaval/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Comedian Bill Maher was the guest of honor at the Kennedy Center on Sunday night. But President Donald Trump's presence wasn't far away.]]></description><pubDate>Mon, 29 Jun 2026 05:56:45 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Comedian Bill Maher was the guest of honor at the Kennedy Center on Sunday night. But President Donald Trump's presence wasn't far away.</p><p>Just moments after Maher began to accept the prestigious Mark Twain Prize for American Humor, Matt Friend, a leading impersonator of the president, took to the stage and, in Trump's voice, joked that he would accept the award himself. Trump was a punchline for other comedians and entertainers, including Whitney Cummings, Jay Leno and Woody Harrelson.</p><p>For the most part, the barbs weren't particularly biting. Cummings, for instance, said that under Trump's influence, the Kennedy Center would host “white ‘Hamilton.’” And once Friend left the stage, Maher largely steered clear of hitting the president. The commentary was nonetheless notable for unfolding in an iconic performing arts venue that Trump has gone to extraordinary lengths to bend to his favor, leaving its future in the coming years uncertain.</p><p>Accepting the award, Maher derided extremes in both political parties, rejecting what he called “groupthink.”</p><p>“If you hang around long enough and create something important enough, everyone hates you at some point,” Maher said.</p><p>The ceremony in the Kennedy Center's Concert Hall wasn't purely political. There were plenty of jokes about Maher's fondness for marijuana, his rejection of organized religion and his penchant for controversy, including comments he made shortly after the Sept. 11, 2001, attacks that led to the cancellation of his television show, “Politically Incorrect.”</p><p>The Kennedy Center's uncertain future hangs over event</p><p>But the future of the Kennedy Center hung most prominently over the event.</p><p>Shortly after Trump returned to the White House in January 2025, the Republican president fired much of the center's leadership and installed a board largely composed of allies. It named Trump as chairman and his name was added to the building's iconic facade, prompting a legal battle that became a proxy fight over the extent of the president's power.</p><p>Trump later said the Kennedy Center would close in July for a two-year renovation. But U.S. District Judge Christopher Cooper upended those plans in May by ruling that Trump's name was illegally added to the building, ordering it removed. The judge also has blocked the closure.</p><p>Trump's name has come down from the building, in compliance with the judge's order. But the part of the building once covered with letters spelling the president's name is now shrouded in a tarp. The full closure is on hold. Lawyers for the Kennedy Center have said they are not planning for now to build out programming.</p><p>Cooper has asked for an update next month on how long the tarp will remain on the building. For now, the final event scheduled for the Kennedy Center's Concert Hall is “The Freedom Gathering: A Musical Celebration” on July 3.</p><p>The legal fight has turned into a saga that at points became fodder for jokes at the Twain gala. At one point, Harrelson joked “we fixed that" in a nod to the court order calling for Trump's name to be removed from the building.</p><p>Ahead of the ceremony, Lutnick said Trump “wants to make this building sensational.”</p><p>But others were more skeptical. As he walked the red carpet ahead of the ceremony, Leno said Trump’s moves at the Kennedy Center were both “hilarious” and about “vanity.”</p><p>“It's not a war,” he said. “It's not people getting killed. It's not antisemitism. It's a silly thing covering a name. I mean what's funnier than that? I mean it's just like, you know it's high school with money.”</p><p>Friend said he felt there was a “hunger games vibe” as he entered the building.</p><p>“It's crazy,” he said of the changes Trump has pushed for.</p><p>Maher has a fraught relationship with Trump</p><p>Given Trump's sway over the Kennedy Center, Maher's selection for the award was notable because the two men have long had a fraught relationship.</p><p>Before he entered politics, Trump filed a $5 million lawsuit against Maher in 2013 for breach of contract. Appearing on Leno’s “The Tonight Show,” Maher said he would give $5 million to the charity of Trump’s choice if Trump could prove he was not “the spawn of his mother having sex with an orangutan.”</p><p>Trump claimed that when he provided his birth certificate, Maher did not pay up, prompting the lawsuit. Trump ended up dropping it.</p><p>The Trump-Maher relationship exploded again earlier this year, when the president claimed on social media that he wasted time sitting down for a meal with the comedian last year. Lutnick noted that Trump had written out all the critical comments he'd made about Maher over the years and autographed the document.</p><p>“You've got to be able to laugh at it,” Lutnick said. “The president can laugh at it. Bill Maher can laugh at it. And that's what makes tonight great.”</p><p>Maher hosted Vice President JD Vance on his show heading into the weekend. Vance, who is promoting a book, said he watches the show and laughed at Maher's monologue “even though you were making fun of me.” During the interview, Maher pressed Vance on the Iran war, immigration enforcement and election conspiracy theories.</p><p>“You guys have two outcomes that an election can be,” Maher told Vance. “Either we win or they cheated. That s—- has to stop.”</p><p>The Twain prize ceremony will air on Netflix on July 21.</p><p>___</p><p>Associated Press videojournalist John Carucci contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7YPQ6H4TNLJVZUJVKMRU5A4NOM.jpg?auth=c5305e83d16e94c6b80f5075a605a1fd7a2729d425c451d7bffac317a2ba89f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Michael Kives, Comedian and political satirist Bill Maher, and Ted Sarandos pose on the red carpet for the 27th Annual Mark Twain Prize for American Humor Celebrating Bill Maher, Sunday, June 29, 2026, in Washington. (AP Photo/Kevin Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V4VINH2SVL4G4P3SVNSV26E2WA.jpg?auth=a298cc000bf354dfed2b3a605b86c974030435d25f5f676cbc1fccc32acbd7ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk near the tarp covered front entrance of the Kennedy Center for the Performing Arts before the start of the 27th Annual Mark Twain Prize for American Humor Celebrating Bill Maher, Sunday, June 29, 2026, in Washington. (AP Photo/Kevin Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BKTC25HXMYJKKXFD2OIXNGJWG4.jpg?auth=a43447425322aa73c242038897182cf5e14dc469c4cc5d51b91ff33fb8b83771&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Comedian and political satirist Bill Maher motions to the audience at the start of the 27th Annual Mark Twain Prize for American Humor Celebrating Bill Maher, Sunday, June 29, 2026, in Washington. (AP Photo/Kevin Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KLTAGIBVS4I5JR2NPYC3RTO4AA.jpg?auth=cd691e41e2be72a1a084d63ba06e298676a58c984cd44c4ba7439b6097465407&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Louis C.K., Jay Leno, Arianna Huffington, and Stephen A. Smith, wait for the start of the 27th Annual Mark Twain Prize for American Humor Celebrating Bill Maher, Sunday, June 29, 2026, in Washington. (AP Photo/Kevin Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RDBG3WKBBJUSLGRGWAGN4UEK5A.jpg?auth=c3ce0e1afb439fc3aeba6b3eb59638502152f73523b48e8d727d475605b32782&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Comedian and political satirist Bill Maher waves to the stage during the 27th Annual Mark Twain Prize for American Humor Celebrating Bill Maher, Sunday, June 29, 2026, in Washington. (AP Photo/Kevin Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Wolf</media:credit></media:content></item><item><title><![CDATA[America split from monarchy 250 years ago. Trump's presidency is testing how far it's come]]></title><link>https://www.local10.com/news/politics/2026/06/28/america-split-from-monarchy-250-years-ago-trumps-presidency-is-testing-how-far-its-come/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/28/america-split-from-monarchy-250-years-ago-trumps-presidency-is-testing-how-far-its-come/</guid><dc:creator><![CDATA[By NICHOLAS RICCARDI, Associated Press]]></dc:creator><description><![CDATA[The 250th anniversary of America's liberation from a king kicked off with a campaign-style rally on the National Mall by President Donald Trump, whose face already stares down from banners fluttering from federal buildings across the nation's capital.]]></description><pubDate>Sun, 28 Jun 2026 21:27:08 +0000</pubDate><content:encoded><![CDATA[<p>The 250th anniversary of America's liberation from a king kicked off with a campaign-style rally on the National Mall by President Donald Trump, whose face already stares down from banners fluttering from federal buildings across the nation's capital.</p><p>The images illustrate how the Republican president has dominated daily life since returning to power and, to some, evoke more the style of a monarch than the leader of the world's oldest democracy. But it's also how he has wielded that power that has led to comparisons of an imperial reign.</p><p>Since returning to office in January 2025, Trump has nominated one of his personal lawyers to serve as attorney general, ordered the Department of Justice to pursue his political enemies, deployed the U.S. Marines to the nation's second largest city and leveraged the presidency to enrich himself and his family.</p><p>He has demanded that comedians who mock him be fired, has slapped his name on the Kennedy Center, has pushed to seize control of elections, has filed lawsuits against news organizations whose coverage he disliked and has sued his own government seeking $10 billion in taxpayer money.</p><p>With the 250th anniversary of the nation's founding fast approaching, Trump’s own  celebrations have overshadowed the bipartisan, congressionally authorized commission that was supposed to coordinate events commemorating the moment. He plans to return to the National Mall on July Fourth for what he calls a “Trump rally.”</p><p>The president's actions have led to comparisons with King George III, the British monarch whose rule inspired the American Revolution. It is a parallel Trump himself rejects.</p><p>“I’m not a king,” he told CBS' “60 Minutes” earlier this year. “If I was a king, I wouldn’t be dealing with you.”</p><p>Past presidents have been branded as imperial, but Trump stands out</p><p>There is a long American political tradition of opponents reviling presidents as kings. But Julian Zelizer, a Princeton University historian, said the label fits differently on Trump.</p><p>“It’s more about how he imagines who is he and what the presidency is,” Zelizer said. “We're celebrating founding principles, and that was a driving issue — fears of how a centralized power can be corrupted. And here we are again.”</p><p>When King Charles III visited Trump this year, the official White House X account posted an image of the two men with the caption “TWO KINGS.” At the start of his second term, Trump declared he had ended a New York City transportation program and posted: “LONG LIVE THE KING.” The posts also seemed to indicate a willingness to leverage the label and the reaction it provokes in his critics.</p><p>It is no coincidence that the main resistance movement in Trump's second term adopted the slogan “No Kings.” Ezra Levin of Indivisible said activists were thinking ahead to 2026 and the America 250 celebration when they chose the label.</p><p>“It looks like the same kind of tyranny we were rebelling against 250 years ago, the type of domination of Americans by a secret police force that's murdering people in the streets like in Minneapolis this year and in Boston in 1770,” Levin said, referring to demonstrations against the administration's immigration crackdown that led to the fatal shootings of two protesters this year by federal officers.</p><p>When asked for comment, the White House referred to Trump's own statements about his use of executive power. The president has weighed in multiple times about his maximalist approach.</p><p>During his first term, he referred to Article II of the Constitution when he told participants in a youth summit, “I have the right to do whatever I want as president," while declaring that it "gives me all of these rights at a level nobody has ever seen before.” He told The New York Times in an interview this year that the only check on his global power was “my own morality. My own mind. It’s the only thing that can stop me.”</p><p>Yet he also has said that portrayals of his approach as authoritarian were wrong: “I'm not a dictator,” he told reporters last year. In response to a question about whether he was concentrating power in the presidency, Trump told Time in an interview last year, “I don’t think so. I think I’m using it properly, and I’m also using it as per my election.”</p><p>Supreme Court's conservative majority has enabled Trump's approach</p><p>With a deferential Republican-controlled Congress, courts have become the last check on Trump. The president has harshly criticized judges who have ruled against him, and his administration has sometimes defied their orders.</p><p>Yet his quest to expand presidential power has been aided by the conservative majority on the U.S. Supreme Court, which has sided with Trump numerous times after lower court rulings hampered him.</p><p>In the middle of his 2024 campaign, the high court ruled that presidents have broad immunity from prosecution. The decision derailed multiple investigations stemming from Trump's first term, including one focused on his attempts to overturn the results of the 2020 election.</p><p>Trump has argued the courts cannot constrain the president on key issues, including his claims that he has the ability to fire members of independent agencies. The most notorious example was in 2024, when a judge asked during the immunity case whether a president could be prosecuted for ordering the assassination of a political rival. Trump's lawyer, D. John Sauer, answered with a “qualified yes.”</p><p>Sauer is now solicitor general, the administration official who oversees arguments before the high court. He has continued to insist that courts cannot review presidential acts.</p><p>“Once the President has made a determination … at that point, there’s no work for the reviewing court to do,” Sauer said during Supreme Court arguments in a case over whether Trump could fire Lisa Cook, a Federal Reserve governor.</p><p>But the Supreme Court has allowed Cook to remain on the board while it considers the case. The majority also slapped down his global tariffs, finding that only Congress had that authority.</p><p>Such rulings demonstrate that presidential power does have its limits, said John Yoo, a law professor at the University of California, Berkeley.</p><p>“The presidency today, even when colored by President Trump's worst excesses, is not a monarchy,” he said.</p><p>Trump uses the presidency to enrich himself and his family</p><p>Trump was the richest man to ever become president. During his first term, he was criticized for owning properties where foreign dignitaries and others hoping to curry his favor spent lavishly. The conflicts of interest have escalated in his second term.</p><p>Trump launched cryptocurrencies before and after returning to office. By conservative estimates, one has pulled in $320 million this year alone, while another sold $550 million worth of tokens. A third received a $2 billion investment from a foreign wealth fund.</p><p>Trump took a new step earlier this year, filing a private $10 billion lawsuit against the IRS for the leak of his tax returns during his first term. His Department of Justice directed the IRS to settle the litigation to create a $1.776 billion fund to pay damages to people who claimed the federal government unfairly prosecuted them.</p><p>The administration pulled back the settlement amid an outcry from congressional Democrats and Republicans. But Todd Blanche, a former personal lawyer for Trump who is now acting attorney general, said at least one provision remains — a ban on the IRS auditing Trump.</p><p>Zelizer said Trump’s financial entanglements might be the most monarchical part of his administration.</p><p>“We have not seen a person who has a business operation of this scale and scope benefiting directly from the decisions he makes,” Zelizer said.</p><p>Trump has used the government to pursue his enemies</p><p>The Justice Department's role in the IRS lawsuit is one example of how Trump has decreed that executive branch employees should act as agents of his will.</p><p>In breaching what is supposed to be a firewall between the White House and Justice Department, Trump has demanded that federal prosecutors target his foes. In one social media post last year, he called out by name Pam Bondi, who was attorney general at the time, in pushing her to prosecute several of his political opponents: “JUSTICE MUST BE SERVED, NOW!!!” Trump wrote.</p><p>Indictments followed shortly after, including against former FBI Director James Comey and New York Attorney General Letitia James, a Democrat. The charges against both eventually were dismissed, but the department under Blanche filed new charges against Comey.</p><p>The pursuit is not limited to Trump enemies of the past.</p><p>For his 80th birthday this month, the president hosted a fight held by UFC — a company he invested in — on the White House lawn. The event was broadcast on a network owned by the son of one of the president’s major donors. The spectacle drew a rebuke from California Gov. Gavin Newsom, a persistent critic and potential 2028 Democratic presidential contender.</p><p>“The White House was built to serve the American people. Tonight it was used to promote a company the President owns stock in, sell subscriptions, promote corporate sponsors, push Trump crypto, and enrich the President and his family,” Newsom wrote on X. “The founders warned us about kings enriching themselves from public office.”</p><p>Days later, Newsom disclosed that Trump’s Department of Justice was investigating him and his wife.</p><p>___</p><p>Associated Press writers Lindsay Whitehurst and Fatima Hussein in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6QN32XPB3YXQGPUE6VREXMJ7G4.jpg?auth=b038f58001924fce1b38a6f5b523e8be1ff637d5540e672c534251b67928c133&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Banners, one of President George Washington that reads "America's First," left, and another of President Donald Trump that reads, "America First," are pictured at the Department of the Interior, Thursday, June 25, 2026, in Washington. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7VKXABOYXLCRLBHQN3BN4VCFBY.jpg?auth=041d4129b8142489d5ca9484ffa78f7438b153afbc7eea13fe301a3cf71a7504&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump wraps up his speech at the opening of the Great American State Fair, Wednesday, June 24, 2026, on the National Mall in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GBWCDXKGRDCYNFSAGNTZCPL2VM.jpg?auth=d37d7759a6dcc61531ed27945b7f28c6903a631157703b5424922eb19a1564bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The John F. Kennedy Center for the Performing Arts is seen, Monday, June 1, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2EYSTOGAH4URZFZH6FTLSYPVLM.jpg?auth=360e2cadc5d586200c99a60e665cdd97e2e37a150a09c8eb2fab206d1632f9a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A U.S. Marine patrols outside of a federal building, June 13, 2025, in Los Angeles (AP Photo/Damian Dovarganes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CXWE7YTQ5HIAHBDB6ITQHLIUII.jpg?auth=30f40a192ad3444c4cb8a900cbbfb61cf286d9ff6534ae9ecc885333cc1eb1ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A giant portrait of President Donald Trump looks down from the Justice Department in Washington, June 2, 2026. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[France records around 1,000 additional deaths as extreme heat breaks European records]]></title><link>https://www.local10.com/news/world/2026/06/28/france-records-around-1000-additional-deaths-as-extreme-heat-breaks-european-records/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/france-records-around-1000-additional-deaths-as-extreme-heat-breaks-european-records/</guid><dc:creator><![CDATA[By KIRSTEN GRIESHABER and JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — France saw around 1,000 additional deaths last week at the height of its record-smashing heat wave, the country's public health agency said Sunday, as the head of the World Health Organization warned that Europe is now the fastest-warming continent and needs to do more to protect its citizens.]]></description><pubDate>Mon, 29 Jun 2026 01:30:04 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — France saw around 1,000 additional deaths last week at the height of its record-smashing heat wave, the country's public health agency said Sunday, as the head of the World Health Organization warned that Europe is now the fastest-warming continent and needs to do more to protect its citizens.</p><p>Temperature records were toppled in several countries on the weekend, wildfires were sparked in Germany and Berlin police used water cannons to cool down the crowds.</p><p>Meanwhile, the heat wave slowly moved toward eastern parts of the continent.</p><p>Germany marked a new record for the third day in a row with 41.7 degrees Celsius (107 degrees Fahrenheit) in Neißemünde, near the border with Poland, which baked under its new all-time high of 40.5 C (104.9 F). The Czech Republic also experienced its hottest day ever with 41.9 C (107.4 F), up from the previous record of 40.9 degrees Celsius (105.6 F) on Saturday.</p><p>A new study from the World Weather Attribution, a Europe-based collaboration of scientists, reported Friday that the record-breaking heat and humidity in Europe this past week would not have been possible without climate change.</p><p>The rapid study found that the heat would have been virtually impossible just five decades ago, and is 200 times more likely today than it would have been 20 years ago.</p><p>France records surge in deaths during heat wave</p><p>France reported a surge in deaths last week, including a sharp increase at private homes, especially in the Paris region, the national public health agency said Sunday.</p><p>There were more than 1,200 deaths on Wednesday, when France was sweltering under its hottest temperatures, increasing to more than 1,400 deaths on each of the two following days, Public Health France said. In April and May, before the heat wave, France’s rate of deaths was about 900 to 1,000 per day.</p><p>The agency concluded that France experienced a total of at least 1,000 additional deaths during those three days alone, an estimate it cautioned is likely to increase as more data is collected, including for deaths at home.</p><p>The increase was sharpest in areas under red warnings of extreme heat, it said. Those warnings blanketed about three-quarters of the country at the peak of the heat wave. The agency said that 85% of the deaths involved people aged 65 and above.</p><p>Europe is the fastest-warming continent, WHO warns</p><p>“Europe is the fastest-warming continent on Earth, heating at twice the global average,” WHO Director-General Tedros Adhanom Ghebreyesus said Sunday on X. “Right now 150 million people are living under extreme heat, hundreds have died, schools are shut, grids are buckling.”</p><p>Driven by climate change and global warming, the “once-in-a-generation” heat wave is now occurring nearly every year, Tedros said, adding that more than 1,300 excess deaths have been recorded since June 21 linked to high temperatures in Europe.</p><p>“Heat stress is often called the ‘silent killer’ — and European homes, workplaces and schools were not built for these temperatures,” Tedros warned as he called on European countries to implement action plans. He said they should focus on preparedness, prevention and stronger health system responses.</p><p>Lightning strikes Swedish theme park</p><p>In Sweden, several people were injured when they were hit by lightning at an amusement park, the country's TT news agency reported.</p><p>Three adults were taken to the hospital, among them a woman with serious injuries, after the lightning struck the Tosselilla Sommarland park in Tomelilla in the south of the country.</p><p>Across Europe, the extreme heat has been followed by severe thunderstorms.</p><p>Denmark, which marked new temperature records on Saturday, recorded 1,156 lighting strikes by Sunday morning, according to public broadcaster DR.</p><p>Heat sparks wildfires in forests contaminated with WWII ammunition</p><p>In Gohrischheide, in eastern Germany, a fire broke out in a large forest that's still contaminated with ammunition from World War II, complicating efforts by firefighters.</p><p>Similarly, a major firefighting operation was underway in southwest Germany near the village of Traisen, where the heat sparked a forest fire in an area that also contained unexploded ordnance. Firefighters had to stop work temporarily after explosions took place and an ordnance disposal unit was brought in to continuously assess the situation, German news agency dpa reported. Some 650 people in Traisen had to leave their homes Sunday afternoon because the fire continued to spread.</p><p>Fire departments in the big cities were busy sending out ambulances to people suffering from heat-related illnesses. In Berlin, an additional 500 ambulance dispatches were reported on Saturday, most of them heat-related.</p><p>Berlin police use water cannons to cool down locals and tourists</p><p>The German capital's police found a way to help suffering Berliners and tourists alike. They put up two huge water cannons — usually used to disperse unruly protesters — in front of the iconic Brandenburg Gate and sprayed the cool water across the cheering crowd.</p><p>The heat also worsened damage to infrastructure, with the concrete surface on countless highways breaking up, and a weekend warning by national rail operator Deutsche Bahn to avoid all unnecessary train travel.</p><p>More than 600 passengers had to be evacuated from an overheated train in Brandenburg after a tree fell onto an overhead power line during a storm on Saturday evening. The train, which was on its way from Hamburg to Prague, lost power. The air conditioners stopped working and the doors were locked until emergency responders forced them open. Two people were hospitalized with heat-related problems, dpa reported.</p><p>In the eastern city of Leipzig, no trams will be running until early Monday morning due to heat damage to tracks and switches. The Leipzig Public Transportation Authority said that the high temperatures had caused the joint sealant for asphalt and concrete in switches and tracks to run and clump together in many places throughout the city's network.</p><p>——</p><p>Leicester reported from Paris. Associated Press writer Karel Janicek in Prague contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5O6SWEDU57MDVLNOH44LERARVE.jpg?auth=eb6ce81950332419cfe9fdbe1ee4ba084a1c03b290f655b390b4bf88cde5ed62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People refresh in a fountain after the Angelus noon prayer celebrated by Pope Leo XIV from the window of his studio overlooking St.Peter's Square, at the Vatican, Sunday, June 28, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7OD7ZQSLHPORDKM5YIDNZO5TBE.jpg?auth=40954ec5de544ea5915fbc20359ac7b5abba2aa25eb063336b7a9f8b935fd1f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People shelter from sun with umbrellas as they wait for the Angelus noon prayer celebrated by Pope Leo XIV from the window of his studio overlooking St.Peter's Square, at the Vatican, Sunday, June 28, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HMD5K7FFJOE4QYAGPTDICPHUK4.jpg?auth=8d40bd2f6dc68bbd5b897f41598b8b70b66289d7ecd3e3a727981da1057a482b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People jump into the Bosphorus with the Maiden's Tower in the background during sunset in Istanbul, Turkey, Sunday, June 28, 2026.(AP Photo/Emrah Gurel)]]></media:description><media:credit role="author" scheme="urn:ebu">Emrah Gurel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DWGPBQRV4Q65JJE7SU7G6Q45YQ.jpg?auth=856dd31706684e15ff091a6fad47e9a32f2c6e837d55f195bb63ebc5f8553693&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People take shelter with umbrellas as they wait for the Angelus noon prayer celebrated by Pope Leo XIV from the window of his studio overlooking St.Peter's Square, at the Vatican, Sunday, June 28, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[Serena Williams gave herself a pep talk to play singles at Wimbledon at age 44]]></title><link>https://www.local10.com/sports/2026/06/28/serena-williams-gave-herself-a-pep-talk-to-play-singles-at-wimbledon-at-age-44/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/serena-williams-gave-herself-a-pep-talk-to-play-singles-at-wimbledon-at-age-44/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Serena Williams had to talk herself into accepting Wimbledon's offer to play singles.]]></description><pubDate>Sun, 28 Jun 2026 17:08:24 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Serena Williams had to talk herself into accepting Wimbledon's offer to play singles.</p><p>The All England club was holding one last wild card entry and the 23-time Grand Slam singles champion — who had already announced she'd play doubles with her sister Venus — had a decision to make.</p><p>“I thought I should really take this opportunity. Who knows if I’ll ever make it here again. This could be it,” the 44-year-old Williams said Sunday at a press conference.</p><p>“I was like, ‘What’s wrong with me, Serena? What are you thinking? Are you nuts? Like you really should do this,’” she added. “People live to be an athlete. I have this great opportunity to showcase what I do, what I do best, I suppose. Yeah, I think ultimately I was like that is pretty cool, so I should do it.”</p><p>Williams’ first match at the grass-court Grand Slam since 2022 will take place on Centre Court on Tuesday evening when she faces 20-year-old Maya Joint of Australia as part of her evolving tennis comeback.</p><p>Williams had been away from the sport since her farewell at the 2022 U.S. Open.</p><p>Her most-recent appearance at Wimbledon was in 2022 when she lost in the opening round to Harmony Tan, who was then-ranked 115th. The American great walked away from tennis — she described it as “evolving” away — after losing in the third round to Ajla Tomljanovic at Flushing Meadows.</p><p>After earlier accepting a wild card in doubles, Williams described the process of making her decision for singles.</p><p>“So I think it was on, I had until Monday to decide. I think it was like Sunday. I just wasn’t sure up until then,” she said. “Honestly, I’m still not even sure, but we’ll see.”</p><p>Williams is a seven-time Wimbledon singles champion but said Sunday that “in general my expectations are definitely different for the first time in my career.”</p><p>Defending champion Iga Swiatek opens play on Centre Court on Tuesday (1:30 p.m. local time), in keeping with tradition, against Taylor Townsend. That's to be followed by Taylor Fritz vs. home favorite Jack Draper — in what is one of the most intriguing men's first-round matchups.</p><p>And then Williams-Joint.</p><p>“Yeah, actually I know her. I’ve watched some of her videos,” said Williams, who paused for a moment before adding, “I’m sure she knows my game.”</p><p>Michigan-born Joint slipped from No. 53 to No. 87 in the WTA rankings updated on Sunday.</p><p>Serena gets nervous?</p><p>Even GOATs get butterflies, apparently.</p><p>“I expect to be nervous. I was also nervous every single match I ever played in my life,” Williams said. “I think that showed the passion and the love and the care, that I cared about my job, whether it was the first round or the second round or the finals. I’ve always had some nerves. But then I just dust ’em off, then I move on.”</p><p>Williams has a Wimbledon singles first-round record of 19-2 — the losses coming in her last two appearances: 2021 and 2022.</p><p>The most-recent of her seven singles titles at the All England Club was 2016. She reached the 2018 final — 10 months after giving birth — and lost to Angelique Kerber. A year later, she lost in the final to Simona Halep.</p><p>Williams officially returned to tennis earlier this month in a doubles match with 19-year-old Canadian Victoria Mboko at the Queen’s Club grass-court tournament. She then played doubles in Berlin with Karolina Muchova — losing in the first round.</p><p>What can we expect from Serena?</p><p>Newly crowned French Open champion Mirra Andreeva probably spoke for lots of top players when she mentioned on Saturday that she was relieved to see the draw didn't match her up with Williams in the first round.</p><p>“Respectfully,” Williams said, “it’s not surprising simply because I think anyone that’s done — it’s like the big four coming back, I mean, Novak (Djokovic) is still here, but no one would want to play them in their first round. I can’t think of anyone that would want to do that.”</p><p>She added: “No one knows how my game may or may not have evolved, what to expect, don’t know much. Those type of opponents are always very difficult to play.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L7LATYHJ2VZIZR65XVOJ32XGVQ.jpg?auth=43ab52171b3a3e743b02d5c9c771a416afdb2ea5dbf3f4576fee2f6e76fcfb2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States arrives to practice one day ahead of the start of the Wimbledon Tennis Championships in London, Sunday, June 28, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YGJ2SMWPS6CYYQMED6I2IZ7NDQ.jpg?auth=167e5fd3b2c5ec0a0f25b7a4f9be18f354e66d0802ae4e9c672d8a7ccfbcc7fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States arrives to practice one day ahead of the start of the Wimbledon Tennis Championships in London, Sunday, June 28, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VV6UMGIPICBUDQ3RAACOU2PGVI.jpg?auth=022c69c99f9d15c2745c37d1f6a173b468f5145c15d3aeaaf47e13c7a25a568a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Maya Joint, of Australia, serves to Amanda Anisimova, of the United States, during the second round of the U.S. Open tennis championships, Aug. 28, 2025, in New York. (AP Photo/Adam Hunger, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GBMHJXHTQ6QCY3CW7VLNYAK2AY.jpg?auth=d59440b14747283fd93e3029d00772194fc0b750e1e3ae8cdfe1c9e6f8344a66&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A general view of Centre Court as final preparations are made ahead of the Wimbledon tennis championships in London, Wednesday, June 24, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z2UZMDPNVJJZ6OAODMQ7XOJDZA.jpg?auth=043f9f53b007dd53a3f4009e311e923d84a6658f3d5a831003872ed60a810e36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States arrives to practice one day ahead of the start of the Wimbledon Tennis Championships in London, Sunday, June 28, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Ukrainian drones set another Russian oil refinery ablaze as Putin admits fuel shortages]]></title><link>https://www.local10.com/news/world/2026/06/28/ukrainian-drones-set-another-russian-oil-refinery-ablaze-as-putin-admits-fuel-shortages/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/ukrainian-drones-set-another-russian-oil-refinery-ablaze-as-putin-admits-fuel-shortages/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Ukraine kept up its heavy drone assault on Russia, setting fire to a major oil refinery in the south, as President Vladimir Putin acknowledged for the first time on Sunday that the country was facing a “certain deficit” of fuel and vowed to strengthen protection of oil facilities and boost fuel output.]]></description><pubDate>Mon, 29 Jun 2026 01:26:39 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Ukraine kept up its heavy drone assault on Russia, setting fire to a major oil refinery in the south, as President Vladimir Putin acknowledged for the first time on Sunday that the country was facing a “certain deficit” of fuel and vowed to strengthen protection of oil facilities and boost fuel output.</p><p>Ukraine has markedly stepped up its long-range attacks on Russian military industries and energy facilities in recent months, aiming to cut Moscow’s revenue for its invasion — now in its fifth year — and make Russians feel the consequences.</p><p>“Our ‘long-range sanctions’ reached two oil refineries in Russia,” Ukrainian President Volodymyr Zelenskyy wrote on the Telegram messaging app on Sunday. “Each (strike) means a reduction in the resources that fuel the Russian war machine, and another step toward peace.”</p><p>The campaign has choked Russian fuel supplies, causing widespread shortages and long lines at gas stations across the country and prompting authorities in many regions to introduce fuel rationing. According to Western analysts, it has also slowed Moscow’s efforts on the battlefield, heaping pressure on the Kremlin to come to the negotiating table.</p><p>Putin says Ukrainian attacks aim to split Russian society</p><p>Speaking to a Russian state TV reporter, Putin described the Ukrainian attacks on oil refineries as an attempt to “cause a split in Russian society and force Russia to halt, even if only briefly, the advance of our troops along the line of contact, and create conditions for launching a negotiation process on terms advantageous to our adversary."</p><p>“We will not give them that chance,” Putin said, adding that “strikes on our infrastructure, wherever they are directed, have absolutely no effect on the situation at the front, on the line of contact.”</p><p>He said for the first time that Ukraine has proposed a halt on deep strikes, arguing that Kyiv made the offer because Russian strikes deep into Ukrainian territory are more powerful and devastating.</p><p>The Russian leader added that Kyiv also offered to limit the fighting to the four regions that Russia annexed but never fully captured — Donetsk, Luhansk, Kherson and Zaporizhzhia. He rejected the proposal, arguing it would allow Ukraine to relocate its forces that are fighting Russian troops in other areas to let them focus on fending off the Russian attacks in the four southeastern regions.</p><p>Ukrainian drones set major Russian refinery on fire</p><p>Meanwhile, debris from downed Ukrainian drones sparked a blaze at the refinery in Slavyansk-na-Kubani, a town in Russia's Krasnodar region, east of occupied Crimea, according to regional Gov. Veniamin Kondratyev. The falling debris killed one person in Slavyansk and wounded another in a nearby village, local authorities said.</p><p>The facility is one of southern Russia’s major refineries, processing close to 4 million tons of crude per year, according to its operator’s website. It is also a key source of petroleum products intended for export through Russia’s Black Sea ports, including fuel oil, naphtha and marine fuel.</p><p>Zelenskyy also claimed that another Russian refinery, in the Yaroslavl region around 700 kilometers (435 miles) from the Ukrainian border, was hit during the nighttime strikes.</p><p>There were no immediate reports from Russian authorities about the strike on the Yaroslavl refinery. Local Gov. Mikhail Evraev reported on Sunday morning that some roads between Moscow and the region's capital, Yaroslavl, were temporarily closed due to “an enemy attack by Ukrainian drones.”</p><p>Fuel shortages in Russia as Putin says plans will be ‘adjusted’</p><p>For months, Ukraine has been stepping up attacks on energy facilities deep inside Russia. Despite a raft of Western sanctions, Moscow remains among the world's top exporters of oil and natural gas.</p><p>More recently, Ukraine has attempted to choke off fuel deliveries to Crimea, the Black Sea peninsula illegally annexed by Moscow in early 2014. Last weekend, Kremlin-installed officials in Crimea suspended gasoline sales to civilians, after Kyiv's targeting of supply routes triggered the worst energy crisis there since the annexation.</p><p>Speaking at a meeting with officials that focused on the fuel situation, Putin admitted that the country was “going through a difficult period,” but insisted that Moscow would “honor all its social obligations.”</p><p>Shortly after, he told state TV that the country's arms industries will quickly ramp up production of air defense systems to fend off Ukrainian attacks.</p><p>Putin also said that Russia will import more fuel and speed up repair works at oil facilities to end the “temporary deficit.”</p><p>“All damaged facilities are being restored quite quickly, and the issues that arise are not critical,” he said.</p><p>Putin specifically pledged to quickly deal with fuel shortages in Crimea, saying that fuel deliveries to the Black Sea peninsula by land and sea will rise and voicing confidence that “this task will be accomplished.”</p><p>As fuel shortages spread across Russia, the governor of the Irkutsk region in Siberia, thousands of kilometers (miles) from the Ukrainian border, Igor Kobzev announced that drivers will only be allowed to buy no more than 50 liters (13 gallons) of fuel per vehicle per day at state-run Rosneft gas stations in the province. Other gas stations may set lower limits.</p><p>Russia's Deputy Prime Minister Alexander Novak said that Moscow was actively reviewing fuel export agreements to avoid compromising domestic needs.</p><p>Drones, bombs and missiles target more regions</p><p>Also on Sunday, a Russian aerial bomb killed two people in Zaporizhzhia — a city in southern Ukraine — and injured 16 others, including two children, said regional administration head Ivan Fedorov.</p><p>In Russia's border region of Belgorod, Ukrainian drone strikes killed one person and injured another earlier on Sunday, according to acting local Gov. Alexander Shuvayev.</p><p>Russia’s Defense Ministry said its forces shot down 213 Ukrainian drones during the night, including over Russia, occupied Crimea and the Black and Azov seas.</p><p>Meanwhile, Russia attacked Ukraine with 142 long-range strike drones and eight missiles overnight, according to the Ukrainian air force. Of those, 125 drones and seven missiles were struck down, the air force said.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4HZTG6X37GHBBAPSUTJY2TX4MU.jpg?auth=c5dfd7d1400f73210f1b9b698569a54f62fa5cd5597f7b06d4cdb3f8bbec701e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Emergency Service, a sapper examines a fragment of the Russian missile in a residential neighbourhood following an air attack in Kyiv, Ukraine, Sunday, June 28, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/QNPHHYS5NDUFWWATSLZOXTAPDY.jpg?auth=cc7043a0fe196f03cbe8fd071cc0ed7e9abda4816e55a5c32bcc6eefc016b530&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Emergency Service, sappers remove a fragment of the Russian missile in a residential neighbourhood following an air attack in Kyiv, Ukraine, Sunday, June 28, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/HJ24A4JOUXNUSZEKWDXUMXB2HU.jpg?auth=8dc7d8c8efad61fffb62e86566f4b0ba217e0d0f1f18afe068dcc384298321f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian President Vladimir Putin, center, chairs a meeting on domestic fuel supplies at the Kremlin in Moscow, Sunday, June 28, 2026. (Gavriil Grigorov/Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Gavriil Grigorov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GGA373LQAFZIM3JIUMGM4A5QEU.jpg?auth=7137aba2fe0fe7fdb66c4f296be2bd1c365082d4902a48f899fd5b3596329148&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian President Vladimir Putin chairs a meeting on domestic fuel supplies at the Kremlin in Moscow, Sunday, June 28, 2026. (Gavriil Grigorov/Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Gavriil Grigorov</media:credit></media:content></item><item><title><![CDATA[Ugandan army chief orders the closure of a major news platform]]></title><link>https://www.local10.com/news/2026/06/28/ugandan-army-chief-orders-the-closure-of-a-major-news-platform/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/28/ugandan-army-chief-orders-the-closure-of-a-major-news-platform/</guid><dc:creator><![CDATA[By RODNEY MUHUMUZA, Associated Press]]></dc:creator><description><![CDATA[KAMPALA, Uganda (AP) — The offices of a major news organization in Uganda were shut down on the orders of the military chief, who warned Sunday that all media “will follow the rules" while asserting his authority as the East African country's de facto ruler.]]></description><pubDate>Sun, 28 Jun 2026 10:05:25 +0000</pubDate><content:encoded><![CDATA[<p>KAMPALA, Uganda (AP) — The offices of a major news organization in Uganda were shut down on the orders of the military chief, who warned Sunday that all media “will follow the rules" while asserting his authority as the East African country's de facto ruler.</p><p>Gen. Muhoozi Kainerugaba, the eldest son of President Yoweri Museveni, has served as the top military commander since 2024. In recent days, after Museveni was sworn in for a seventh consecutive term, Kainerugaba has strengthened his grip with a series of directives and orders usually reserved for the head of state.</p><p>Soldiers were deployed outside the Kampala offices of the Daily Monitor newspaper early Sunday. The paper is part of the Nation Media Group of companies whose headquarters is in Nairobi, the Kenyan capital.</p><p>“I have the power in Uganda to shut down ANY media house I want to,” Kainerugaba wrote on X, his preferred channel of communication. "I have had this power since 2017. This power was given to me by my great father.”</p><p>He added: “From now on ALL media in Uganda will follow the rules!”</p><p>The army chief said that in addition to Daily Monitor, his closure directive also targeted local broadcaster NTV, part of Nation Media Group.</p><p>The National Association of Broadcasters said in a statement that at least six publishing and broadcasting outlets — all under Nation Media Group — were closed. “We are deeply concerned about this action and its impact on the media ecosystem,” the statement said.</p><p>Kainerugaba asserts that he will succeed his father in the presidency, an increasingly likely possibility as the 81-year-old leader now relies heavily on his son’s military authority.</p><p>Earlier this month, Kainerugaba retaliated against a prominent attorney who sought to hold him accountable for his alleged role in the violation of the rights of opposition leader Kizza Besigye. He was seized in Nairobi in 2024, and has since been imprisoned on treason charges he says are politically motivated. Besigye's attorney, Erias Lukwago, was taken from his house and later charged with an offense related to the concealment of treason.</p><p>Museveni, who has ruled Uganda since 1986, has not said when he will retire. He has no rivals within the ruling party, the reason many believe the military will have a say in choosing his successor.</p><p>Kainerugaba’s associates describe him as a dedicated military officer who often eschews ostentatious displays of wealth. They say he opposes official corruption and would punish it heavily as president.</p><p>He attended military schools in the U.S. and Britain before taking charge of a presidential guard unit that has since been expanded into an elite group of special forces. In addition to his military duties, he is the founder of a political activist group known as the Patriotic League of Uganda. Its members and well-wishers range from the parliamentary speaker to government ministers.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NR5OZ6B3DTKVFPLLSMXMVCL3OM.jpg?auth=6488beb3614c74bf88d0308fc7e5bb72f6a08bf34eb72794046353c1fb299d24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Lt. Gen. Muhoozi Kainerugaba, son of Uganda's President Yoweri Museveni, attends a "thanksgiving" ceremony in Entebbe, Uganda late Saturday, May 7, 2022. (AP Photo/Hajarah Nalwadda, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Hajarah Nalwadda</media:credit></media:content></item><item><title><![CDATA[Mueren 3 bomberos en Colorado durante incendios forestales avivados por el calor y el viento]]></title><link>https://www.local10.com/espanol/2026/06/28/mueren-3-bomberos-y-2-resultan-heridos-en-incendios-cerca-de-frontera-entre-colorado-y-utah/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/28/mueren-3-bomberos-y-2-resultan-heridos-en-incendios-cerca-de-frontera-entre-colorado-y-utah/</guid><dc:creator><![CDATA[Por TY ONEIL, MICHAEL R. SISAK y JULIE CARR SMYTH, Associated Press]]></dc:creator><description><![CDATA[BEAVER, Utah, EE.UU. (AP) — El calor abrasador y los fuertes vientos del domingo avivaron los incendios forestales en todo el oeste de Estados Unidos luego que tres bomberos murieran un día antes en Colorado cuando combatían un incendio a lo largo de la frontera del estado con Utah.]]></description><pubDate>Mon, 29 Jun 2026 01:14:01 +0000</pubDate><content:encoded><![CDATA[<p>BEAVER, Utah, EE.UU. (AP) — El calor abrasador y los fuertes vientos del domingo avivaron los incendios forestales en todo el oeste de Estados Unidos luego que tres bomberos murieran un día antes en Colorado cuando combatían un incendio a lo largo de la frontera del estado con Utah.</p><p>El Servicio Meteorológico Nacional indicó que las condiciones para incendios forestales “siguen siendo críticas” en todo el suroeste del país, con alto riesgo en la región de Four Corners, donde se unen Arizona, Colorado, Nuevo México y Utah. La agencia advirtió sobre un “comportamiento extremo del fuego” a lo largo de la frontera entre Utah y Colorado, donde “es probable un rápido crecimiento del incendio”.</p><p>Tres bomberos murieron y dos sufrieron quemaduras al ser alcanzados por las llamas de incendios forestales de rápido avance. Los bomberos desplegaron refugios de emergencia para sí mismos durante el llamado “burnover” —que ocurre cuando un incendio se propaga y cierra todas las rutas de escape— el sábado en el condado Mesa, Colorado, informó el Departamento del Interior de Estados Unidos.</p><p>Trabajaban para el Servicio contra Incendios Forestales de Estados Unidos y el Servicio Forestal de Estados Unidos y formaban parte de una respuesta interinstitucional a los incendios Knowles y Gore, que se fusionaron con otros para formar el incendio Snyder. Hasta ahora, se han quemado unos 114 kilómetros cuadrados (44 millas cuadradas).</p><p>La agencia —creada a principios de este año para agilizar la extinción de incendios y la reducción del riesgo de fuego en tierras públicas— indicó en un comunicado que “se mantiene unida” con el Servicio Forestal en el duelo y “en nuestro apoyo inquebrantable a los seres queridos que dejan”.</p><p>Los nombres de los bomberos se mantenían en reserva a la espera de notificar primero a sus seres queridos, informó el Departamento del Interior.</p><p>Las temperaturas en Grand Junction —al este del incendio— alcanzaron un máximo de 34 grados Celsius (93 grados Fahrenheit) el sábado, con vientos con ráfagas de 71 km/h (44 mph), según el Servicio Meteorológico Nacional.</p><p>La policía del condado Mesa instó a la población evacuar la posible trayectoria del incendio y abrir el agua de riego para saturar la tierra. La Oficina de Administración de Tierras cerró el acceso público a las áreas que administra en las cercanías el sábado.</p><p>El domingo, los fuertes vientos empujaron oleadas de humo espeso y gris del incendio que ardía a través de una desolada extensión de matorrales y mesetas rojas.</p><p>Condiciones calurosas, secas y ventosas</p><p>Días consecutivos de clima caluroso, seco y ventoso avivaron incendios en Colorado, Utah, Arizona y otros lugares. Surgían nuevos incendios en toda la región.</p><p>El incendio más grande, el de Cottonwood, ardía fuera de control en un terreno escabroso en el suroeste de Utah. El domingo se expandió hasta superar los 378 kilómetros cuadrados (146 millas cuadradas) tras avanzar por cañones y laderas, destruyendo a su paso parte de una estación de esquí. La causa está bajo investigación.</p><p>Los bomberos trabajaban en múltiples frentes para frenar el incendio, incluido el uso de topadoras para despejar matorrales y árboles y privar al fuego del combustible que necesita para arder.</p><p>De momento no se han dado estimaciones de daños. El gobernador, Spencer Cox, en una publicación en redes sociales agradeció a las cuadrillas por lo que describió como “varias detenciones y rescates milagrosos”.</p><p>El peligro es aún mayor este año porque la cobertura de nieve está en mínimos récord en Utah tras su invierno más cálido del que se tenga registro. Gran parte del oeste del país enfrenta condiciones similares, según el Centro Nacional Interinstitucional de Incendios. Unos 12 incendios ardían en Utah. Ninguno estaba contenido hasta última hora de la tarde del domingo.</p><p>Incendios en EEUU han consumido miles de millas cuadradas este año</p><p>A nivel nacional, casi 12.142 kilómetros cuadrados (4.688 millas cuadradas) se han quemado desde el inicio del año. Eso supera el promedio de 10 años.</p><p>Según datos del Servicio Forestal, el domingo ardían en el suroeste desértico alrededor de una docena de incendios forestales totalmente o en gran medida no contenidos, incluidos en Nevada y Arizona. Su superficie totalizaba casi 1.214 kilómetros cuadrados (469 millas cuadradas).</p><p>Declaran emergencias en Utah y Colorado</p><p>Citando las condiciones de incendio, Cox declaró una emergencia la semana pasada y prohibió el uso de fuegos artificiales antes del feriado del 4 de julio. Autoridades estatales indicaron que Utah ha registrado un aumento en nuevos incendios forestales, y que cada fuego ha mostrado un comportamiento sin precedentes y ha puesto al límite las capacidades para combatir incendios forestales.</p><p>El gobernador de Colorado, Jared Polis, también declaró una emergencia el sábado y autorizó el uso de la Guardia Nacional para combatir los incendios.</p><p>Las autoridades informaron que al sur del Parque Nacional del Gran Cañón las llamas de un nuevo incendio forestal se alejaban el sábado de Grand Canyon Village. Pero a unos 80 kilómetros (50 millas) de distancia, otro incendio llevó a las autoridades del condado Coconino a emitir órdenes de evacuación para los residentes cerca de Kendrick Mountain.</p><p>Partes del norte de Arizona se quedaron sin electricidad el sábado luego que la empresa de servicios públicos que atiende la zona realizara un corte preventivo con la esperanza de reducir el riesgo de incendios forestales. El domingo, las autoridades informaron que se había restablecido el suministro eléctrico en gran parte del Parque Nacional del Gran Cañón.</p><p>Los cortes de energía se han vuelto más comunes en el oeste de Estados Unidos a medida que el riesgo de incendios forestales se ha ampliado. Por lo general, es un último recurso después que los meteorólogos de las empresas eléctricas sopesan factores como la velocidad del viento sostenido y de las ráfagas, los combustibles disponibles y la topografía.</p><p>___</p><p>Smyth reportó desde Columbus, Ohio. Sisak desde Nueva York. El periodista de The Associated Press Michael R. Blood contribuyó a este despacho desde Los Ángeles.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P7NJF3IU6WWLZTIH4M6JAHIYQ4.jpg?auth=b48797dca378b5ea37b7426e900b9c111e7a62771f63d14911302582ba2e9814&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El incendio Snyder arde cerca de Thompson Springs, Utah, el domingo 28 de junio de 2026. (Foto AP/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[Iraqi officials, including lawmakers, arrested on corruption charges in overnight raid]]></title><link>https://www.local10.com/news/world/2026/06/28/iraqi-officials-including-lawmakers-arrested-on-corruption-charges-in-overnight-raid/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/iraqi-officials-including-lawmakers-arrested-on-corruption-charges-in-overnight-raid/</guid><dc:creator><![CDATA[By QASSIM ABDUL-ZAHRA, Associated Press]]></dc:creator><description><![CDATA[BAGHDAD (AP) — Dozens of Iraqi political officials have been arrested on corruption charges, Iraq’s state-run Iraqi News Agency reported Sunday.]]></description><pubDate>Sun, 28 Jun 2026 20:06:26 +0000</pubDate><content:encoded><![CDATA[<p>BAGHDAD (AP) — Dozens of Iraqi political officials have been arrested on corruption charges, Iraq’s state-run Iraqi News Agency reported Sunday.</p><p>It said the arrests were based on a statement made by former Deputy Minister of Oil Adnan al-Jumaili, who was arrested last month, and “included members of Parliament whose immunity had been lifted.”</p><p>Iraqi security forces sealed off all entrances to the capital’s heavily fortified Green Zone early Sunday and carried out raids inside the compound that houses key government institutions and foreign embassies.</p><p>The state news agency later reported that 47 people had been arrested in the corruption probe, but it was not clear if all of them were detained Sunday or if some of them had been arrested earlier.</p><p>It released the names of 15 arrestees, including 12 current lawmakers, one former legislator, a former adviser to former Prime Minister Mohammed Shia al-Sudani, and another high-ranking oil ministry official. Some of the arrested lawmakers came from al-Sudani's Shiite political bloc and others from the Azm Alliance, an influential Sunni party.</p><p>The specific accusations against them were not immediately clear.</p><p>Al-Sudani’s bloc won the largest share of seats in November’s parliamentary elections, but he ultimately stepped aside amid a deadlock in the Coordination Framework — a coalition of Shiite parties allied with Iran that brought him to power — over their preferred candidate for premier.</p><p>Al-Sudani was replaced by Ali al-Zaidi, a businessman and political newcomer, who emerged as a consensus candidate and received the blessing of the United States.</p><p>The arrests are likely to have ripple effects across Iraq’s fractured political landscape, where accusations of corruption frequently intersect with rivalries over power and influence.</p><p>Diaa Jaafar, the investigative judge of Iraq’s central anti-corruption court, said in a statement that the investigation into al-Jumaili began in October “following the court’s receipt of a number of reports alleging that several candidates had spent exorbitant sums of money to support their election campaigns, exploiting state resources and with the support of influential figures in the previous government.”</p><p>He said the investigation uncovered the involvement of a group of legislators in “exploiting state resources for electioneering and benefiting from government contracts, directly or indirectly, to obtain commissions and personal advantages for themselves and others.”</p><p>Jaafar said Parliament Speaker Haibet Al-Halbousi lifted the immunity of the members of parliament implemented in the case and the arrest warrants against them were then executed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J2KKAYY7EG2XFOFYJEUBJECRGA.jpg?auth=518b1f8c84a41af5a5acb8fca1fdf0247345379e570f92d5bae8aef4a74020ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This is a locator map for Iraq with its capital, Baghdad. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Pakistan's military says 3 soldiers were killed in militant attack in Karachi and vows retaliation]]></title><link>https://www.local10.com/news/world/2026/06/28/pakistans-military-says-3-soldiers-were-killed-in-militant-attack-in-karachi-and-vows-retaliation/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/pakistans-military-says-3-soldiers-were-killed-in-militant-attack-in-karachi-and-vows-retaliation/</guid><dc:creator><![CDATA[By MUHAMMAD FAROOQ, Associated Press]]></dc:creator><description><![CDATA[KARACHI, Pakistan (AP) — Pakistan’s military said Sunday that three members of its paramilitary Rangers force were killed and four others wounded in fighting after militants launched an attack the previous night on a regional headquarters in the southern port city of Karachi.]]></description><pubDate>Sun, 28 Jun 2026 06:31:20 +0000</pubDate><content:encoded><![CDATA[<p>KARACHI, Pakistan (AP) — Pakistan’s military said Sunday that three members of its paramilitary Rangers force were killed and four others wounded in fighting after militants launched an attack the previous night on a regional headquarters in the southern port city of Karachi.</p><p>A militant rammed an explosives-laden vehicle into the provincial headquarters of the paramilitary Pakistan Rangers in Karachi on Saturday night, triggering an intense exchange of gunfire with security forces, according to police and witnesses.</p><p>In a statement, the military said security forces had killed three attackers and captured a fourth, who was wounded. It identified the captured suspect as an Afghan national.</p><p>The military said operations were continuing in the area and warned that Pakistan would retaliate against those responsible for the assault. Pakistan has carried out airstrikes inside Afghanistan in recent years, saying they targeted militants responsible for attacks inside Pakistan. Kabul has repeatedly denied allowing militant groups to use Afghan territory to launch cross-border attacks.</p><p>The militant group Jamaat-ul-Ahrar, a breakaway faction of the Pakistani Taliban, claimed the attack shortly after it occurred.</p><p>The military described the group as an Indian proxy, but provided no evidence to support the allegation. There was no immediate comment from India, and New Delhi has denied similar allegations in recent years.</p><p>President Asif Ali Zardari paid tribute to the three Rangers personnel “martyred” in the assault, expressed condolences to their families and wished the wounded a speedy recovery in a statement issued by his office. He also praised the sacrifices of Pakistan’s security forces in the fight against militancy and reaffirmed the nation’s resolve to eliminate terrorism.</p><p>Prime Minister Shehbaz Sharif also condemned the attack and praised security forces for repelling the assault.</p><p>Pakistan has witnessed a surge in militant attacks targeting police and security forces in recent years.</p><p>The military said operations were still underway to eliminate any remaining accomplices of the attackers.</p><p>____</p><p>Associated Press writer in Islamabad Munir Ahmed contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PYEIIWDCFYZBQZZXYI3CHDTA5I.jpg?auth=dbf34060fa8b5ec9645f577d2e42b2bd3cdbecbee0716bca5f7cbd1a306ba85d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paramilitary soldiers and police officers stand guard on a road cordoned off near the site of a militant attack at the provincial headquarters of the paramilitary Pakistan Rangers in Karachi, Pakistan, Sunday, June 28, 2026. (AP Photo/Ali Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Ali Raza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GOTKNBWRINM54CSUQSPFP6LIWE.jpg?auth=6b6530be747f9370d96360c178270cb8a545f73643046bc91e10d7a385fda109&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paramilitary soldiers stand guard on a road cordoned off near the site of a militant attack at the provincial headquarters of the paramilitary Pakistan Rangers in Karachi, Pakistan, Sunday, June 28, 2026. (AP Photo/Ali Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Ali Raza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KFGLL5AG2UFGR4RCGIQS3XTHAU.jpg?auth=25b2286cb97c976bb564fa27ef23ec6214f4c687de1303f6347b67188869d056&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paramilitary soldiers examine a damaged area after a militant attack at the provincial headquarters of the paramilitary Pakistan Rangers in Karachi, Pakistan, Sunday, June 28, 2026. (AP Photo/Ali Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Ali Raza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4UW2HLPWOX7CSU433HIXDFWBZ4.jpg?auth=0f64bab663b0e3eb0893d87cd441aa3cb5c6faedf8295a0aa7ba0c7a32a1bde0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers remove a body in Karachi, Pakistan, Sunday, June 28, 2026. (AP Photo/Ali Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Ali Raza</media:credit></media:content></item><item><title><![CDATA[George Russell beats Verstappen and the heat to win Austrian Grand Prix and boost F1 title chances]]></title><link>https://www.local10.com/sports/2026/06/28/george-russell-beats-verstappen-and-the-heat-to-win-austrian-grand-prix-and-boost-f1-title-chances/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/george-russell-beats-verstappen-and-the-heat-to-win-austrian-grand-prix-and-boost-f1-title-chances/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SPIELBERG, Austria (AP) — George Russell showed he can stand the heat in more ways than one as he won the Austrian Grand Prix to revive his Formula 1 title chances.]]></description><pubDate>Sun, 28 Jun 2026 17:37:59 +0000</pubDate><content:encoded><![CDATA[<p>SPIELBERG, Austria (AP) — George Russell showed he can stand the heat in more ways than one as he won the Austrian Grand Prix to revive his Formula 1 title chances.</p><p>Racing in a heatwave with a broken drinks system, Russell held off Max Verstappen and his own teammate Kimi Antonelli to turn his controversial pole position into a dominant win.</p><p>It's the first win for Russell, excluding sprint races, since the season-opening Australian Grand Prix. Russell said it was “incredible" to win again after struggling to compete with Antonelli when his teammate racked up five straight victories earlier in the season.</p><p>“It’s been a tough couple of months with some really tricky races, with races that felt like everything was going against me, then some races with some tough performances,” he said.</p><p>Verstappen took the fight to Mercedes with his upgraded Red Bull car at the team's home race, but couldn't get close enough for a shot at Russell and finished on the defensive against Antonelli. The top three were separated by just two seconds at the finish.</p><p>Lewis Hamilton and Ferrari failed to build on his breakthrough win at the Barcelona-Catalunya Grand Prix last time out, fading badly in the race despite qualifying well, with the seven-time champion fifth and teammate Charles Leclerc eighth.</p><p>Russell takes back second in the standings from Hamilton with his seventh career win and cuts Antonelli’s lead to 40 points.</p><p>“I have a lot of confidence in myself, knowing I can do it. I have less confidence in being able to get everything aligned with the car, the set-up and the tires, because it’s just been so up and down for me,” Russell said.</p><p>Antonelli was left to rue mistakes he said cost him valuable seconds early in the race.</p><p>“It was a shame that I joined the party a bit too late,” the 19-year-old driver said.</p><p>Russell's smart win</p><p>Russell took pole Saturday with a lap time set as a yellow flag was displayed for a crash by Verstappen. Russell argued he’d lifted off enough to be safe and the stewards agreed.</p><p>Sunday’s win showed off Russell’s smart approach to racing in a different way as he managed his pace and stayed out of trouble, even as those behind him lost time battling each other for position.</p><p>Leclerc had started second, with Hamilton third, but they gradually dropped back through the field on a track where they lacked power compared to Mercedes and also had difficulties with tire wear.</p><p>Hamilton didn’t give up without a fight, bringing back memories of his fierce battles with Verstappen in 2021. Hamilton and the Dutch driver fought side by side in the early part of the race and Verstappen complained Hamilton had forced him wide into a gravel trap.</p><p>Fourth place for Oscar Piastri was a positive sign for McLaren, with defending champion Lando Norris seventh, but it came with a warning from team principal Andrea Stella.</p><p>It was an example of “excellent strategy” but “we are not in a position to fight for victories and podiums on pure pace at the moment,” Stella said.</p><p>Cadillac feels the heat</p><p>The heatwave sweeping Europe made this the first race of the year to be run under F1’s “heat hazard” rules, with drivers required to use cooling vests or carry an equivalent weight in ballast. They lined up for the pre-race Austrian anthem in cooling gear and carrying umbrellas.</p><p>Overheating brakes were a hot topic, with Antonelli among those struggling to stop the car. Both Cadillac drivers retired early, with the team’s crew rushing to put out a small fire on Valtteri Bottas’ car before Sergio Perez reported smoke.</p><p>F1's newest team is launching an investigation into the issues.</p><p>“We have made progress in terms of pace and the gap from the rear of the field is growing, but we need to ensure we have the reliability to demonstrate it,” team principal Graeme Lowdon said.</p><p>___</p><p>AP auto racing: https://apnews.com/hub/auto-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BRZK5F47G2CMW4MY75T3VUE75U.jpg?auth=240f8b1d0ca85b7c01caaf0045435789662c2e05cb465de734a7388160cb9107&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Race winner Mercedes driver George Russell of Britain refreshes himself after the Austrian F1 Grand Prix, in Spielberg, Austria, Sunday, June 28, 2026. (AP Photo/Denes Erdos)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F5KZY4AMH6NMJPFDJZOIZ5CQFA.jpg?auth=7f417c1f7a95732fe0c65bbd62b3c37d87fad9d7875e03615544c65bbfc9b61c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver George Russell of Britain celebrates after winning the Austrian F1 Grand Prix, in Spielberg, Austria, Sunday, June 28, 2026. (AP Photo/Denes Erdos)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZEHSRW7K5IIJBQTAN6DVM4ASQY.jpg?auth=4a58bb38cfda0b8d4c4a5db147008787e2cbd865b42d8c24441912b4061f8f12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver George Russell of Britain crosses the finish line to win the Austrian F1 Grand Prix, in Spielberg, Austria, Sunday, June 28, 2026. (AP Photo/Denes Erdos,Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FKBTMA4BDZMETYLDA4OS7AY6AU.jpg?auth=2987ef43b9da39a9be6a57157f84095c659e78715a0db167ca35708578c497b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver George Russell of Britain steers his car during the Austrian F1 Grand Prix, in Spielberg, Austria, Sunday, June 28, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QP3DRXLE6BVD5SCEI4EK7PNOPI.jpg?auth=c3117bbe91b9a959406ca3896b9eb3edb25b4784684a218ae66e9c0ca078169b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Race winner Mercedes driver George Russell of Britain, center, stands on the podium with second placed Red Bull driver Max Verstappen of the Netherlands, left, and third placed Mercedes driver Andrea Kimi Antonelli of Italy after the Austrian F1 Grand Prix, in Spielberg, Austria, Sunday, June 28, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content></item><item><title><![CDATA[Inside country legend Alan Jackson's triumphant finale concert]]></title><link>https://www.local10.com/entertainment/2026/06/28/inside-country-legend-alan-jacksons-triumphant-finale-concert/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/28/inside-country-legend-alan-jacksons-triumphant-finale-concert/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NASHVILLE, Tenn. (AP) — The time has come for country music superstar Alan Jackson to hang up his signature Stetson hat.]]></description><pubDate>Sun, 28 Jun 2026 05:49:43 +0000</pubDate><content:encoded><![CDATA[<p>NASHVILLE, Tenn. (AP) — The time has come for country music superstar Alan Jackson to hang up his signature Stetson hat.</p><p>The genre traditionalist from Newnan, Georgia, whose career kicked off in the 1980s and exploded shortly thereafter in the oft-cited '90s country wave with heartfelt songs for the working man who'd rather be drinking, or fishing, or ideally both, has sold over 60 million records across his storied career. And on Saturday night at Nissan Stadium in Nashville, he brought his touring career to an end.</p><p>The event titled “Last Call: One More for the Road — The Finale" was a triumphant swan song for the performer, a celebration of his life and career with some help from the artists he directly inspired.</p><p>Nashville's all-stars came out in droves</p><p>It was a concert in two movements.</p><p>The first two hours were made up of a marathon run of Jackson covers from some of the biggest names in contemporary country. And each performer had a personal story to share. Carrie Underwood sang “Everything I Love” after revealing that Jackson was her first ever concert, in 1994 at the Tulsa State Fair. Thomas Rhett warmed up the crowd with “Small Town Southern Man,” an appropriate choice for a singer currently living the song's lyrics — he's a father to four girls.</p><p>The Texas-born and bred Miranda Lambert performed “Dallas.” Lainey Wilson got the crowd moving with “Tall, Tall Trees.”</p><p>“It's almost impossible to pick a favorite Alan Jackson song ... but I had to try,” said Luke Combs before launching into “Hard Hat and a Hammer.”</p><p>Each performer played with Jackson's backing band, save for Eric Church, who opted to cover “Someday” with just his voice and an acoustic guitar.</p><p>It was an All-Star night for one of country music's most colossal voices. Other guest performers included Luke Bryan, Riley Green, Cody Johnson, Little Big Town, Jake Owen, Jon Pardi, Lee Ann Womack and a slew of super talented members of Jackson's own family: Adam Wright, Big City Brian Wright and Carlisle Wright.</p><p>Five years ago, the 67-year-old music giant Jackson shared that he has a degenerative nerve condition that affects his balance called Charcot-Marie-Tooth disease, which he was first diagnosed with a decade prior. He said it was a genetic condition, and its effects on his ability to walk and perform had become more noticeable. One dollar of every ticket sold on Saturday night the CMT Research Foundation, an organization that funds research to find a cure for Charcot-Marie-Tooth.</p><p>When it was time for Jackson to hit the stage after 9:35 p.m. — after a storm delay of about an hour — he was met with ear-piercing cheers. The singer appeared stiff as he walked to his microphone, but once he picked up his guitar for the opener “Gone Country,” he was immediately back in action with that smoky baritone and timeless songs, though strumming was kept to a minimum.</p><p>“It's overwhelming,” he addressed the crowd before assuring them he would not spend too much time on “that last show stuff … I'm not dead!”</p><p>A night to remember</p><p>The Country Music Hall of Famer ran through his best-known hits with real ferocity: “I Don’t Even Know Your Name” arrived quickly, as did “Livin' on Love,” “Summertime Blues" and the moody “Midnight in Montgomery,” as the music videos for each played on a giant screen behind them.</p><p>He made it a point to walk from side to side of the stage, greeting each section while championing his band and the power of “real country music.”</p><p>“If anyone has lived the American dream,” he said later, while seated on a stool, “It's me.”</p><p>Anecdotes flowed from there. He talked about writing “I'd Love You All Over Again” for his wife on their 10th wedding anniversary and how the radio from “Chasin' that Neon Rainbow” is currently in the Country Music Hall of Fame museum. And he mentioned that “Drive (For Daddy Gene” was written after his father died.</p><p>An hour into his set, Jackson teased the audience by saying he needed some help for the next song. Out emerged George Strait for their collaborations “Designated Drink” and “Murder on Music Row.”</p><p>Then came an incredible run of hits: “Little Bitty,” “Country Boy,” “Good Time” and “Where Were You (When the World Stopped Turning)” among them, the latter written and recorded following the Sept. 11 terror attacks.</p><p>Blockbuster singles followed: “Don't Rock the Jukebox,” “Remember When,” and “It’s Five O’Clock Somewhere,” the latter recording famously featuring the late “Margaritaville” singer Jimmy Buffett.</p><p>Fireworks were launched into the sky for “Chattahoochee.”</p><p>Alan Jackson's story continues</p><p>Just because this is the end of Jackson's touring career doesn't mean it is the end of his music career. On Thursday, two days before the final concert blowout, Jackson released a country cover of Orleans' “Still the One,” to celebrate his 50-year relationship with wife and high school sweetheart Denise Jackson. She was a cheerleader practicing a dance routine to the soft rock classic; he was instantly smitten.</p><p>For those who missed Jackson's final bow, the show will be released later in the year as an NBC concert special. But for those who were in the stadium — in the middle of a huge storm — it was an unrepeatable and unmistakable night.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S7NF4WSUYPRYG3UZ5HVB4UNFJU.jpg?auth=8b3ccdefa5c88ad4690c31d00631112f2892718d2ffcca199dea0e9a0a76b543&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alan Jackson performs during his final farewell concert called, "Last Call: One More for the Road - The Finale," at Nissan Stadium, Saturday, June 27, 2026, in Nashville, Tenn. (AP Photo/John Amis)]]></media:description><media:credit role="author" scheme="urn:ebu">John Amis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DUWVKB4X6RWMHWN7OKFOCM3O4M.jpg?auth=9d0243931dc339b802884fef018d3a0d12cff6b6e640a9f02bbdcb49bbafedfa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alan Jackson performs during his final farewell concert called, "Last Call: One More for the Road - The Finale," at Nissan Stadium, Saturday, June 27, 2026, in Nashville, Tenn. (AP Photo/John Amis)]]></media:description><media:credit role="author" scheme="urn:ebu">John Amis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LXXPTQQNML3NSD453XUUFTZOLM.jpg?auth=74f21aa4fe497fbd8309946231dc0b5c55b17a133bef2aca00e8ed2007a5ad4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carrie Underwood arrives on the red carpet for Alan Jackson's final farewell concert called, "Last Call: One More for the Road - The Finale," at Nissan Stadium, Saturday, June 27, 2026, in Nashville, Tenn. (AP Photo/John Amis)]]></media:description><media:credit role="author" scheme="urn:ebu">John Amis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TPVIIYGYQ5JANLDPPL2BFO4ZAM.jpg?auth=f5e1b209a380a039cf4eca6227eaa0d6e24c6d18650fb8d19b8d2a2e5a41792a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Riley Green arrives on the carpet for Alan Jackson's final farewell concert called, "Last Call: One More for the Road - The Finale," at Nissan Stadium, Saturday, June 27, 2026, in Nashville, Tenn. (AP Photo/John Amis)]]></media:description><media:credit role="author" scheme="urn:ebu">John Amis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z6X6DQO4F3WEFA256R5H3SDQ64.jpg?auth=fbf66393806248f758570bce546666fe7209b83fd7b7b32dee6087bb887202d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Luke Combs arrives on the red carpet for Alan Jackson's final farewell concert called, "Last Call: One More for the Road - The Finale," at Nissan Stadium, Saturday, June 27, 2026, in Nashville, Tenn. (AP Photo/John Amis)]]></media:description><media:credit role="author" scheme="urn:ebu">John Amis</media:credit></media:content></item><item><title><![CDATA[Iran attacks Bahrain and Kuwait following US strikes and threatens to halt talks]]></title><link>https://www.local10.com/news/2026/06/28/iran-attacks-bahrain-and-kuwait-following-us-strikes-and-threatens-to-halt-talks/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/28/iran-attacks-bahrain-and-kuwait-following-us-strikes-and-threatens-to-halt-talks/</guid><dc:creator><![CDATA[By JON GAMBRELL and MELANIE LIDMAN, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — Iran again launched drone and missile attacks targeting Bahrain and Kuwait on Sunday following new U.S. airstrikes against the Islamic Republic, and threatened a “complete halt” in negotiations to end the war if Washington continues its attacks.]]></description><pubDate>Mon, 29 Jun 2026 05:15:39 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — Iran again launched drone and missile attacks targeting Bahrain and Kuwait on Sunday following new U.S. airstrikes against the Islamic Republic, and threatened a “complete halt” in negotiations to end the war if Washington continues its attacks.</p><p>Efforts to reopen the Strait of Hormuz without Iran's oversight has sparked days of crossfire. A multinational maritime body overseen by the U.S. Navy said Saturday it would expand a route near Oman for inbound and outbound traffic.</p><p>Iranian Foreign Minister Abbas Araghchi on Sunday reiterated the claim that Tehran must govern the strait to the Persian Gulf that once carried a fifth of the world’s oil and natural gas.</p><p>“Any attempt to establish new or separate arrangements from those currently being carried out by the Islamic Republic of Iran will only lead to further complications, delay the reopening of the Strait of Hormuz and increase the level of tension,” Araghchi said.</p><p>The strait has long been considered an international waterway despite its location in Iran and Oman's territorial waters. In recent days, Iran has twice attacked vessels going through a route near the Omani side.</p><p>Pakistan, a key mediator, has said talks would resume Tuesday between the U.S. and Iran on the terms of their interim deal. The Trump administration on Sunday said nothing has been canceled and technical talks are on track for the coming days.</p><p>Talks include arrangements around the strait, the removal of a U.S. blockade on Iranian ports and sanctions on Iran, and the future of Iran’s stockpile of highly enriched uranium. The two sides have 60 days from their signing of the memorandum of understanding earlier this month to work out details.</p><p>Continued conflict in Lebanon threatens the agreement, which says fighting must end on all fronts before certain issues can be discussed.</p><p>Strikes target Gulf states hosting US military</p><p>Iran’s paramilitary Revolutionary Guard claimed responsibility for the attacks in Bahrain and Kuwait.</p><p>Kuwait, which hosts a major U.S. military base, said air defenses intercepted Iranian drones and two missiles just after the U.S. strikes in Iran. There were no reports of injuries or damage.</p><p>Bahrain said the Iranian strikes damaged a residential building near the international airport and no one was killed. Bahrain is home to the U.S. Navy’s 5th Fleet. The damaged building was not near its headquarters.</p><p>Bahrain’s Foreign Ministry denounced what it called “a dangerous escalation that reveals that what Tehran is doing is not a passing act, nor an isolated incident, but rather a deliberate approach and a systematic pattern of repeated aggression."</p><p>Later on Sunday, Qatar said a civilian had been killed, and another person was hurt, by shrapnel related to “military operations in the area" after a vessel didn't return at its scheduled time on Saturday. It did not give details.</p><p>Trump accuses Iran of violating ceasefire</p><p>The U.S. military said it struck Iranian military “surveillance infrastructure, communication systems, air defense sites, drone storage facilities and minelayer capabilities” following an attack on a ship on Saturday. The Panamanian-flagged tanker Kiku carried crude oil for the state-run energy company of Qatar, another key mediator.</p><p>U.S. President Donald Trump on social media accused Iran of violating the deal and warned of a point where the U.S. may "be forced to militarily complete the job.”</p><p>“If that happens, the Islamic Republic of Iran will no longer exist!” Trump wrote.</p><p>The exchanges of fire began when an Iranian drone struck a merchant vessel off Oman on Thursday and the U.S. military retaliated.</p><p>Ship traffic on the strait had increased over the past 72 hours, “despite the elevated threat environment,” the multinational maritime body overseen by the U.S. Navy said Sunday, adding that “U.S.-assisted commercial transits continued uninterrupted."</p><p>It said 89 such transits had been made, below the historical average of 138 vessels a day.</p><p>Iran calls for new ‘conflict control unit’ in Lebanon</p><p>Last week, Israel and Lebanon signed a framework agreement to end the latest fighting between Israel and the Iranian-backed Hezbollah militant group, which began two days after the Iran war started when Hezbollah fired at Israel. Israel has responded with an invasion of southern Lebanon and it has said it will not withdraw until Hezbollah is disarmed.</p><p>The agreement did not include Iran or Hezbollah, which has criticized it and rejected calls to disarm.</p><p>On Sunday, Iran's foreign minister again said the U.S. must force Israel to halt attacks and withdraw. Israel occupies around 600 square kilometers (231 square miles) in southern Lebanon, which it says it needs as a security buffer.</p><p>Sporadic clashes have continued, and Hezbollah's leader said Saturday that the group would continue fighting until Israel withdraws from Lebanon.</p><p>Key Iranian negotiator and parliament Speaker Mohammad Bagher Qalibaf said Sunday that a meeting of a new “conflict control unit” formed among Iran, the United States and Lebanon should meet as soon as possible, Iran's state broadcaster reported.</p><p>Two strikes hit southern Lebanon on Sunday morning — one in Taybeh town and the other in the Nabatiyeh area, according to Lebanon’s National News Agency. There was no immediate word on casualties.</p><p>Overnight, Hezbollah militants killed an Israeli soldier in Deir Siryan village in southern Lebanon, according to Israel's military. Hezbollah did not comment.</p><p>Israel targets a village in Syria</p><p>Israel's military targeted Abdin village in southern Syria’s Daraa province with artillery shelling Sunday evening, Syrian state media reported. There was no immediate report of casualties.</p><p>The provincial government of Daraa said in a statement that residents of the village had thrown rocks at an Israeli convoy when it advanced on the village, and that the troops withdrew after U.N. peacekeepers intervened. It said the Israeli artillery shelling drove Abdin's residents to flee the village.</p><p>Earlier on Sunday, Israel's military said it had killed several armed men in southern Syria but gave no details. There was no statement from Syrian officials.</p><p>Israel seized control of a U.N.-patrolled buffer zone in southern Syria in December 2024 following the ouster of former Syrian President Bashar Assad in an insurgent offensive. Israeli officials initially called the move temporary, but more recently they have said they plan to occupy the zone indefinitely.</p><p>___</p><p>Lidman reported from Tel Aviv, Israel. Associated Press writers Sally Abou AlJoud and Abby Sewell in Beirut and Josh Boak in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NID5CMH5N72PWBWITBVLHLPSUU.jpg?auth=e57652f88e41ea9673708970c89045377fb91cf4548a7fee593048682e8cf489&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iranian Foreign Minister Abbas Araghchi listens to his Iraqi counterpart Fouad Hussein during a news conference after a meeting at the foreign ministry in Baghdad, Iraq, Sunday, June 28, 2026. (AP Photo/Hadi Mizban)]]></media:description><media:credit role="author" scheme="urn:ebu">Hadi Mizban</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FK5L42RTXI7QMXV67RPGSZDCUU.jpg?auth=fc8b8463d7328599fa85e1cb938c3f29c6a5f6e1b15024016d7987ed4a76dbfa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Israeli flag tops a destroyed building in southern Lebanon, as seen from northern Israel, Sunday, June 28, 2026. (AP Photo/Ohad Zwigenberg)]]></media:description><media:credit role="author" scheme="urn:ebu">Ohad Zwigenberg</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HPR6PQF7WXVNZIGM5DU4GCKJAY.jpg?auth=679599b29c6ca933de20546715014982d3afbdc0c2344d5584dffac247f62976&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iranian Foreign Minister Abbas Araghchi, center, arrives to meet his Iraqi counterpart Fouad Hussein in Baghdad, Iraq, Sunday, June 28, 2026. (AP Photo/Hadi Mizban)]]></media:description><media:credit role="author" scheme="urn:ebu">Hadi Mizban</media:credit></media:content></item><item><title><![CDATA[Austria, Algeria trade goals in stoppage time, both advance at World Cup with stunning 3-3 draw]]></title><link>https://www.local10.com/sports/2026/06/28/austria-algeria-trade-goals-in-stoppage-time-both-advance-at-world-cup-with-stunning-3-3-draw/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/austria-algeria-trade-goals-in-stoppage-time-both-advance-at-world-cup-with-stunning-3-3-draw/</guid><dc:creator><![CDATA[By DAVE SKRETTA, Associated Press]]></dc:creator><description><![CDATA[KANSAS CITY, Mo. (AP) — Algeria and Austria knew that a pedestrian draw Saturday night would have sent both to the knockout round of the World Cup.]]></description><pubDate>Sun, 28 Jun 2026 05:07:53 +0000</pubDate><content:encoded><![CDATA[<p>KANSAS CITY, Mo. (AP) — Algeria and Austria knew that a pedestrian draw Saturday night would have sent both to the knockout round of the World Cup.</p><p>They delivered a thrilling 3-3 draw instead.</p><p>In the wildest finish of the group stage, Algeria took the lead in stoppage time only for Austria to answer on the final play of the game, making it a win-win result for those teams and a heartbreaking loss for Iran, which was eliminated from the tournament.</p><p>“I've been a coach for about 40 years. I don't remember a game that had such a dramatic course, and such an unexpected trajectory,” Austria coach Ralf Rangnick said, shaking his head. “Even at the beginning of the match, if someone would have said it would be 3-3, nobody would have believed it. Somebody would have won an incredible bet, I guess.”</p><p>The game was tied 2-all in the closing minutes, and Algeria looked as if it was content to run out the clock and allow both teams to advance, when Riyad Mahrez scored his second goal of the game. That put Austria on the verge of elimination, only for Sasa Kalajdzic to head in the equalizer a couple of minutes later, rescuing Das Team’s World Cup hopes.</p><p>“The locker room is madness,” Rangnick said with a smile. “If Alfred Hitchcock — who had nothing to do with soccer, didn't really like soccer — if he had written such a drama, I would have said he was completely mad.”</p><p>Marko Arnautovic and Marcel Sabitzer also had goals for Austria, which finished second behind Argentina in Group J to advance for the first time since 1982. Its reward is a matchup with European champion Spain on Thursday in Los Angeles.</p><p>Rafik Belghali also scored for Les Fennecs, who became the ninth of 10 teams from Africa to advance. They finished third in the group but get a potentially easier Round of 32 matchup with Switzerland on Thursday night in Vancouver, British Columbia.</p><p>“It’s a feeling of being extremely happy,” Mahrez said. “We’re obviously happy, and it was the objective when we arrived — it was to go beyond the first round. That's what we did, and we're all very happy.”</p><p>Iran would've advanced as one of the eight best third-place teams had Austria or Algeria won. But when Kalajdzic scored in stoppage time to tie the game one last time, it meant Team Melli was eliminated in heartbreaking fashion.</p><p>“When you have 3-3,” Rangnick said, “nobody can assume that it was an agreement (to tie) or anything like that.”</p><p>The first three World Cup matches at Arrowhead Stadium had seen the home of the Kansas City Chiefs flooded in the light blue of Argentina, yellow of Ecuador and highlighter orange of the Netherlands. But in the city's group finale, the Algeria green and red of the Austrians were complemented by thousands of locals just happy to score a less expensive World Cup ticket.</p><p>Many of those locals appeared to be rooting for Algeria, though, which has made its training base in nearby Lawrence, Kansas, and has struck up a unique friendship with the small college town home to the University of Kansas.</p><p>Few of those new fans of Les Fennecs probably knew about the “Disgrace of Gijón.”</p><p>Yet longtime Algeria supporters had been waiting 44 years for some World Cup revenge against Austria. At the 1982 tournament, Austria and West Germany seemingly quit playing after the latter took a 1-0 lead, because that outcome ensured both would advance at the expense of Algeria, which protested to FIFA to no avail and was eliminated from the World Cup.</p><p>Some were curious whether the expanded 48-team field would result in a “Disgrace of Kansas City,” since both teams knew by kickoff that a draw would send them through. Instead, a crowd of 69,045 on Saturday night was treated to a dramatic 90-plus minutes.</p><p>Austria struck first when Arnautovic perfectly timed a run between two Algerian defenders, found himself one-on-one with goalkeeper Oussama Benbot, and overcame a stumble to score his record-extending 49th career goal for his nation.</p><p>Algeria answered just before halftime, when Belghali’s left-footed shot easily beat Austrian goalkeeper Alexander Schlager.</p><p>The frenetic pace continued early in the second half on a hot night in Kansas City.</p><p>Not content with a 1-1 draw, Austria’s Konrad Laimer sent a sharp pass across the field that Sabitzer finished to regain the lead — and give Iran some hope — only for Algeria to answer minutes later, when Mahrez scored off a perfect cross from Houssem Aouar.</p><p>It remained 2-2 down the stretch, and Algeria began to play keep-away as an antsy crowd began to hoot and whistle. But just when it seemed that would be it, Mahrez and Kalajdzic ended the group stage of the World Cup in memorable fashion.</p><p>“I think the match was a little crazy. It sort of went beyond the limits of everyone’s endurance,” said Algeria coach Vladimir Petkovic. “Let’s celebrate our promotion, so to speak, let's rest and then we will begin again for the next round.”</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HKHFYWFZENU5IOYJCGSUW26NM4.jpg?auth=074e720918d1af836e79a9db8a707153dd09edf91c2732767db293aafe0f30c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Austria's players celebrates after Austria's Sasa Kalajdzic (14) scored to tie the match during the World Cup Group J soccer match between Algeria and Austria in Kansas City, Mo., Saturday, June 27, 2026. (AP Photo/Reed Hoffmann)]]></media:description><media:credit role="author" scheme="urn:ebu">Reed Hoffmann</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5A6IPILH7UMS42SSRSBYV5GGQ4.jpg?auth=0d667ed7098d5d497aac9e95372325d0d00bc4ae49c372fad4ca41c62360a68d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Algeria's Riyad Mahrez (7) scores their second goal past Austria goalkeeper Alexander Schlager (1) during the World Cup Group J soccer match between Algeria and Austria in Kansas City, Mo., Saturday, June 27, 2026. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YZFLTB2HNRGM35V2CSJJ7WGR5A.jpg?auth=faaaf803df8a17dc878d6bee1259b9bbcedbf298cd07283eab5ce7c3e582d124&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Austria goalkeeper Alexander Schlager (1) celebrates after the World Cup Group J soccer match between Algeria and Austria in Kansas City, Mo., Saturday, June 27, 2026. (AP Photo/Reed Hoffmann)]]></media:description><media:credit role="author" scheme="urn:ebu">Reed Hoffmann</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H3RLFDBK2FHELN4YD2NEO2JGO4.jpg?auth=688d936ebb97c9dbc7ff146bf3ecf3e570e6e12107c54755d0b91a3901b3fece&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Austria's Marko Arnautovic (7) celebrates his team's first goal during the World Cup Group J soccer match between Algeria and Austria in Kansas City, Mo., Saturday, June 27, 2026. (AP Photo/Reed Hoffmann)]]></media:description><media:credit role="author" scheme="urn:ebu">Reed Hoffmann</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NJVI4XGLWGMGY3QSDTMTB2RXYQ.jpg?auth=c7384b657f1895a77b0a74e210beb612ddbc6e649907168899f2c903abfbc831&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans cheer after the World Cup Group J soccer match between Algeria and Austria in Kansas City, Mo., Saturday, June 27, 2026. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Iran narrowly knocked out of tumultuous World Cup on Austria's last-second goal]]></title><link>https://www.local10.com/sports/2026/06/28/iran-narrowly-knocked-out-of-tumultuous-world-cup-on-austrias-last-second-goal/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/iran-narrowly-knocked-out-of-tumultuous-world-cup-on-austrias-last-second-goal/</guid><dc:creator><![CDATA[By JIM VERTUNO, Associated Press]]></dc:creator><description><![CDATA[Iran has been eliminated from the World Cup, narrowly failing to advance past the group stage in a politically charged tournament where the team played its matches amid tight restrictions imposed by the United States.]]></description><pubDate>Sun, 28 Jun 2026 04:27:49 +0000</pubDate><content:encoded><![CDATA[<p>Iran has been eliminated from the World Cup, narrowly failing to advance past the group stage in a politically charged tournament where the team played its matches amid tight restrictions imposed by the United States.</p><p>Iran missed the round of 32 by one spot in heartbreaking fashion.</p><p>It finished third in Group G with three points earned with draws against Belgium, New Zealand and Egypt. Iran appeared to have advanced via tiebreakers when Algeria scored a stunning stoppage-time goal to go ahead of Austria 3-2 Saturday night, but Austria tied it back up seconds later on the game's final play. Their draw ensured Iran's elimination.</p><p>It was one last painful moment for Iran in a World Cup that's been tumultuous, on and off the pitch.</p><p>The Iranians have been playing while Tehran negotiates with Washington on terms of a deal meant to permanently end the war that began earlier this year. Tensions continued Saturday when Iran launched a drone assault targeting Bahrain, home to the U.S. Navy’s 5th Fleet, in a likely response to overnight airstrikes by the U.S. Hours later, the U.S. said it struck multiple Iranian military targets after it said Iran attacked a ship near the Straight of Hormuz.</p><p>During the World Cup, Iran coach Amir Ghalenoei and players complained about numerous complications, including travel restrictions, visa denials for support staff and quick departures from the U.S. after matches.</p><p>U.S. officials have said all restrictions were known before the tournament.</p><p>The U.S. and Israel began the war on Feb. 28 by attacking Iran, which retaliated with attacks in the region and by asserting control over the Strait of Hormuz.</p><p>In March, Iran sought to move its group-stage matches to Mexico, with which it has diplomatic ties. Its request to move its base camp from Tucson, Arizona, to Tijuana was granted two weeks before the team’s arrival.</p><p>After Iran was eliminated Saturday night, the team sent a statement expressing “heartfelt appreciation to the wonderful people of Mexico, especially the beautiful city of Tijuana.”</p><p>“Leaving Tijuana is truly difficult for all of us,” the statement said.</p><p>At its first match, several hundred Iranian Americans protested outside the stadium, calling for change in Tehran and waving the pre-revolutionary lion-and-sun flag. Thousands more poured into the stadium to watch them play, and the pre-game national anthem was met with a mix of cheers and boos.</p><p>For the first two matches, near Los Angeles, the team was not permitted to travel until the day before and had to return to Mexico immediately after each game. The U.S. then eased its restrictions, allowing the squad to travel to Seattle two days before Friday’s match against Egypt. If Iran had advanced, it would have played its next match in Vancouver, British Columbia.</p><p>“We were treated very, very badly,” Ghalenoei said after Friday’s draw with Egypt left the Iranians clinging to hope they would get to the next round. “I hope the world becomes aware of these issues.”</p><p>“What these young Iranian national team players have done should be recorded in history,” Ghalenoei said. “Why? Because the host treated us in the worst possible way.”</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MKDQ5LUHDJURIZSJ74LWLFLDQE.jpg?auth=6701aaa58458053076b3aa0b1ec162a624647dd49f8dd59e0f2dd5424c8dd2ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's team stands for their national anthem during the World Cup Group G soccer match between Egypt and Iran in Seattle, Friday, June 26, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content></item><item><title><![CDATA[Parades in NYC and San Francisco wrap up LGBTQ+ Pride Month]]></title><link>https://www.local10.com/news/national/2026/06/28/parades-in-nyc-and-san-francisco-wrap-up-lgbtq-pride-month/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/28/parades-in-nyc-and-san-francisco-wrap-up-lgbtq-pride-month/</guid><dc:creator><![CDATA[By JENNIFER PELTZ and DAVID FISCHER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Pride Month celebrations peaked Sunday with big parades in New York, San Francisco and some other cities on the anniversary of the 1969 Stonewall uprising, which accelerated and transformed the modern LGBTQ+ rights movement.]]></description><pubDate>Mon, 29 Jun 2026 08:35:45 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Pride Month celebrations peaked Sunday with big parades in New York, San Francisco and some other cities on the anniversary of the 1969 Stonewall uprising, which accelerated and transformed the modern LGBTQ+ rights movement.</p><p>Pride events often mix celebration and calls to action, reflecting the political winds, cultural climate and news around LGBTQ+ rights.</p><p>This month's parades and festivals around the U.S. have unfolded as President Donald Trump works to roll back transgender rights and diversity, equity and inclusion initiatives. Among other moves, the Republican's administration removed a rainbow Pride flag from the Stonewall National Monument earlier this year, then ultimately relented amid a lawsuit.</p><p>“As LGBTQIA+ events and symbols are being erased, it’s vital that our community have safe spaces to show up and march to make clear: We are here,” Chris Piedmont, a spokesperson for New York parade organizers Heritage of Pride, said in a statement Friday. “We will not be erased.”</p><p>Carlos Duarte came in from Long Island to attend New York's parade.</p><p>“It’s very important for us to be here … to be all together for love, peace and to show the world who we are,” Duarte said.</p><p>Meanwhile, multiple Republican governors have promulgated conservative-friendly designations for June, such as “Nuclear Family Month,” sometimes openly describing them as a counter to Pride. Other prominent Republican politicians, including Vice President JD Vance, criticized Major League Baseball 's response to some San Francisco Giants players who added Bible verses to the rainbow-themed Pride Night caps they were issued.</p><p>Against that backdrop, the NYC Pride March and the San Francisco Pride Parade set out to further their legacies as some of the world's largest and oldest such celebrations.</p><p>Both trace their roots to events held in 1970 to commemorate the Stonewall rebellion on June 28, 1969, when patrons of a New York gay bar called the Stonewall Inn resisted a police raid and ended up kindling a wave of activism.</p><p>The Stonewall Inn still is a bar; the Stonewall monument centers on a small park across the street, about half a mile (about 0.8 km) from the Pride March route at its closest point.</p><p>The newer Queer Liberation March, founded by activists who saw the Pride March as too corporate and official, also was held in Manhattan on Sunday.</p><p>This year, some transgender rights activists pressured Pride organizers to bar some New York City hospitals' contingents from marching because the institutions announced in recent months that they would stop providing transgender youth treatments.</p><p>Christen Clifford, a mother of two trans children, said during a news conference before the parade that New York City needs to enforce state laws that protect gender-affirming care.</p><p>“How can you let institutions that are actively harming queer kids march in Pride?” Clifford said. “I hope that New York City Pride will ban these hospitals from any future Pride parades until they restart care and so that families like mine know that you are listening to our concerns.”</p><p>The cutoff came amid funding threats from the Trump administration, and at least some of the hospitals also got federal Justice Department subpoenas for transgender patients' medical records. A judge has temporarily blocked the document demand.</p><p>Heritage of Pride said it has been talking with the hospitals about the issue. The group also noted the parade contingents are organized by LGBTQ+ employee groups, not by the top administrators responsible for decisions about care.</p><p>A message was sent to San Francisco Pride organizers about whether they faced similar questions.</p><p>Other cities with Pride parades Sunday include Seattle, where a World Cup soccer match Friday took on a Pride dimension after the countries whose teams involved — Iran and Egypt — triedunsuccessfully to get the celebrations canceled.</p><p>___</p><p>Fischer reported from Fort Lauderdale, Florida.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YOISDILDVYJ33COAVG3E7BEZ5Q.jpg?auth=47936cb1256d1c10ad23beec9b539a43f3172983e7b4a723a03a07e96eaa2b82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Parade-goers attend the NYC Pride March near the Stonewall Inn, Sunday, June 28, 2026 in New York. (AP Photo/Pamela Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Pamela Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3D6DSSGQ3DAVQOQGZDWELQ7TUA.jpg?auth=9d5920f66c37dde0f47e7fc25947a67e86807ae1ce8141f8aefdfbca1ab32b32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Peppermint, one of the official Grand Marshals for the 2026 NYC Pride March, salutes to parade-goers, Sunday, June 28, 2026 in New York. (AP Photo/Pamela Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Pamela Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IJ6ID3D264CXTF2T6KQYT5IV2I.jpg?auth=acc4c48616bac7c73d69d23e0d316856e117d1d73956443d674a96cd8b29a3ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Revelers attend the annual Pride Parade in San Francisco, Sunday, June 28, 2026. (AP Photo/Nic Coury)]]></media:description><media:credit role="author" scheme="urn:ebu">Nic Coury</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X65B3US3MGCYSCD4NY3CQTBSHI.jpg?auth=91315335a7ec650f5a58c29852cff563ecf85bf4bc384f9aa1db2460b851d546&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Parade-goers attend the NYC Pride March near the Stonewall Inn, Sunday, June 28, 2026 in New York. (AP Photo/Pamela Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Pamela Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H5OJ6IJ6T5NWIXHNPD2PWLKV2E.jpg?auth=7dab3f93d091cf0cab976c8e2f51405c38e65d6b3dd278e62409c8337dc0a795&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Revelers attend the annual Pride Parade in San Francisco, Sunday, June 28, 2026. (AP Photo/Nic Coury)]]></media:description><media:credit role="author" scheme="urn:ebu">Nic Coury</media:credit></media:content></item><item><title><![CDATA[A new law could create a list of immigrants illegally living in Mississippi. Advocates are alarmed]]></title><link>https://www.local10.com/news/florida/2026/06/27/a-new-law-could-create-a-list-of-immigrants-illegally-living-in-mississippi-advocates-are-alarmed/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/27/a-new-law-could-create-a-list-of-immigrants-illegally-living-in-mississippi-advocates-are-alarmed/</guid><dc:creator><![CDATA[By DAVID A. LIEB, Associated Press]]></dc:creator><description><![CDATA[A new Mississippi law will authorize the state's top law enforcement agency to compile a list of all immigrants illegally living in the state.]]></description><pubDate>Sun, 28 Jun 2026 03:58:45 +0000</pubDate><content:encoded><![CDATA[<p>A new Mississippi law will authorize the state's top law enforcement agency to compile a list of all immigrants illegally living in the state.</p><p>What's to be done with that information is a bit open-ended. But the law set to take effect Wednesday is sparking alarm among immigrant advocates, who fear it could become a new tactic to target immigrants in conjunction with President Donald Trump's plan to deport millions of people lacking legal approval to live in the U.S.</p><p>The law says the state Department of Public Safety “may use all reasonable lawful investigative means available” to determine the number and identities of all “illegal aliens” in Mississippi. That includes collecting their names, addresses, country of origin and whether they are an adult or minor. It also includes noting any criminal history and the date, location and status of deportation proceedings.</p><p>The department is directed to share information on those suspected of violating laws with state and local authorities. The measure neither requires nor prohibits the database from being shared with U.S. Immigration and Customs Enforcement.</p><p>Republican state Sen. Angela Hill, who sponsored the measure, said states have a right and obligation to assist the U.S. government in discouraging illegal immigration, which she said facilitates crimes such as human and drug trafficking.</p><p>The new law “seems like commonsense to me,” Hill said. “In order to address the problems caused by illegal immigration, we need to understand the magnitude of the problem. Identifying the number and identity of illegal aliens in Mississippi is a concrete way to better understand the problem.”</p><p>Immigration laws are proliferating in states</p><p>Nationwide, states already have enacted more than 100 immigration-related laws this year, according to an Associated Press tally.</p><p>In Republican-led states, those measures generally have aligned with Trump's agenda by requiring local sheriffs to sign cooperative agreements with ICE, reinforcing eligibility restrictions for public benefits and directing election clerks to check voter rolls against the federal Systematic Alien Verification for Entitlements system in an attempt to flag noncitizens.</p><p>Democratic-led states generally have pushed back against Trump with new laws banning cooperative pacts with ICE, forbidding ICE tactics like wearing masks and restricting immigration enforcement actions in schools, hospitals and other sensitive locations without judicial warrants.</p><p>The closest thing to Mississippi's new law appears to be a 2021 executive order by Republican Florida Gov. Ron DeSantis. That measure directed the Florida Department of Law Enforcement to “use all lawful investigative means available” to determine the number and identities of all “illegal aliens” who had been transported from the nation's southwest border to Florida.</p><p>The Florida agency did not respond to an AP request for information about the results of the executive order.</p><p>Trump's administration, meanwhile, has stepped up enforcement of a decades-old federal law that requires noncitizens to register with the U.S. government.</p><p>Some question how the Mississippi law will work</p><p>The Mississippi law envisions more than a one-time count. It prescribes an ongoing effort to keep track of immigrants illegally in the state for the next two years. That could get complicated as people overstay visas, apply for new forms of legal status and move into and out the state.</p><p>"You can be undocumented today, and then have status tomorrow, and then lose it again next month, and then regain it three months from now,” said Efrén Olivares, vice president of litigation and legal strategy at the National Immigration Law Center, a nonprofit that advocates for low-income immigrants.</p><p>“It’s practically unworkable, but it’s also very worrisome, because it’s eerily reminiscent of other countries that have created lists of certain groups of people,” Olivares said.</p><p>State officials will need to come up with “a credible and fairly foolproof way of correctly determining someone's immigration status,” said Jessica Vaughan, director of policy studies at the Center for Immigration Studies, a nonprofit think tank that supports restrictions on immigration.</p><p>But Vaughan said the law “makes a lot of sense," adding that it "raises the likelihood that someone’s illegal presence is going to come to the attention of federal authorities.”</p><p>Advocates say the law could break trust with police</p><p>Mississippi has one of the country's smallest percentages of immigrants illegally residing in the state — fewer than 28,000 people, amounting to less than 1% of its population — according to a report by the American Immigration Council, which used 2023 Census Bureau data.</p><p>The new law “is very concerning for a bunch of different reasons,” including the potential to redirect law enforcement resources away from protecting the public to investigating people from foreign countries who may be contributing to the economy, said Victoria Francis, deputy director of state and local initiatives for the American Immigration Council, a nonprofit that advocates on behalf of immigrants.</p><p>“A mandate like this invites profiling and turning entire communities into targets,” Francis said.</p><p>The law could undermine trust between police and residents, said Lydia Grizzell, policy and advocacy manager for the American Civil Liberties Union of Mississippi.</p><p>“That increases the likelihood of individuals not reaching out to law enforcement when it’s needed – and that is opposite of the mission,” she said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SGYLJ3TKZV3DCXNA6TWHAK3GGE.jpg?auth=b3cd3fc6043d7e4a027d155c2973d3c27e8689c0dc8a0f6b7f95bd39d5328055&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Yaritza Herrera, left, a young mother in central Mississippi, speaks about her concerns regarding legislative proposals affecting immigrants and migrants, as Loida Ventura Paz of the Mississippi Immigrants' Rights Alliance translates from Spanish to English, during a news briefing before entering the Mississippi Capitol and lobbying lawmakers about those proposals, in Jackson, Wednesday, Jan. 25, 2023. (AP Photo/Rogelio V. Solis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rogelio V. Solis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5HP55G2H2FZ3VUCIW7YXGNAHGE.jpg?auth=2014ff220a51ad33f18213e2fadef1402a131964758f6f9170cafb1cacf8679f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Mississippi Capitol is seen in Jackson, Miss., on July 6, 2020. (AP Photo/Rogelio V. Solis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rogelio V. Solis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H3HDMVCMSTNR3UKAP3NHUQZLSM.jpg?auth=230e8241219196507d6a9d0015e13b9b70d1871cccfd171570ba599b0eac0107&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A group of immigrants attend a news conference held by the Mississippi Immigrants Rights Alliance regarding legislative proposals affecting immigrants and migrants in Mississippi, Wednesday, Jan. 25, 2023, at the Capitol in Jackson, Miss. (AP Photo/Rogelio V. Solis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rogelio V. Solis</media:credit></media:content></item><item><title><![CDATA[3 firefighters killed in Colorado as wildfires stoked by heat, wind rage across the West]]></title><link>https://www.local10.com/news/2026/06/28/3-firefighters-killed-2-injured-while-tackling-wildfires-on-the-colorado-utah-border/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/28/3-firefighters-killed-2-injured-while-tackling-wildfires-on-the-colorado-utah-border/</guid><dc:creator><![CDATA[By TY ONEIL, MICHAEL R. SISAK and JULIE CARR SMYTH, Associated Press]]></dc:creator><description><![CDATA[BEAVER, Utah (AP) — Blistering heat and strong winds Sunday stoked wildfires across the West after three firefighters were killed a day earlier in Colorado while battling a blaze along the state's border with Utah.]]></description><pubDate>Mon, 29 Jun 2026 00:15:43 +0000</pubDate><content:encoded><![CDATA[<p>BEAVER, Utah (AP) — Blistering heat and strong winds Sunday stoked wildfires across the West after three firefighters were killed a day earlier in Colorado while battling a blaze along the state's border with Utah.</p><p>The National Weather Service said wildfire conditions “remain critical” across the Southwest, with risk high in the Four Corners region where Arizona, Colorado, New Mexico and Utah intersect. The agency warned of “extreme fire behavior” along the Utah-Colorado border, where “rapid fire growth is likely.”</p><p>The firefighters were killed and two sustained burn injuries when they were overcome Saturday by flames from fast-moving fires. They deployed emergency protective shelters during the so-called burnover — which occurs when a fire spreads and closes off all escape routes — in Mesa County, the U.S. Interior Department said.</p><p>They worked for the U.S. Wildland Fire Service and U.S. Forest Service and were part of an interagency response to the Knowles and Gore fires, which merged with other fires to form the Snyder Fire. So far, about 44 square miles (114 square kilometers) have burned.</p><p>The Wildland Fire Service, created earlier this year to streamline firefighting on public lands, said in a statement that it “stands united” with the Forest Service in grief and “in our unwavering support for the loved ones left behind.”</p><p>The names of the firefighters were withheld pending notification to their loved ones, the Interior Department said.</p><p>Temperatures in Grand Junction — east of the fire — hit a high of 93 degrees Fahrenheit (34 degrees Celsius) Saturday, with winds gusting to 44 mph (71 kph), according to the National Weather Service.</p><p>The Mesa County Sheriff's Office asked people to evacuate the potential path of the fire and to turn on irrigation water to saturate the land. The federal Bureau of Land Management on Saturday closed public access to lands it manages nearby.</p><p>On Sunday, strong winds pushed waves of thick, gray smoke from the fire as it burned through a desolate stretch of scrub and red mesa.</p><p>Hot, dry and windy conditions</p><p>Consecutive days of hot, dry and windy weather fueled fires in Colorado, Utah, Arizona and elsewhere. New fires popped up across the region.</p><p>The largest blaze, the Cottonwood Fire, burned out of control in rugged terrain in southwest Utah. It ballooned Sunday to more than 146 square miles (378 square kilometers) after marching through canyons and mountainsides, destroying part of a ski resort. The cause is under investigation.</p><p>Firefighters worked on multiple fronts, using bulldozers to scrape away brush and trees to starve the fire of fuel.</p><p>No estimates of damage were immediately available. Gov. Spencer Cox in a post on social media thanked crews for what he called “several miraculous stops and saves.”</p><p>The danger is even higher this year because of Utah's record-low snowpack and its warmest winter on record. Much of the West is grappling with similar conditions, according to the National Interagency Fire Center. Some 12 fires were burning in Utah. None were contained by late afternoon Sunday.</p><p>Fires across the U.S. burn thousands of square miles this year</p><p>Nationally, nearly 4,688 square miles (12,142 square kilometers) have burned since Jan. 1. That is more than the 10-year average.</p><p>Fully or largely uncontained wildfires burned across the desert Southwest on Sunday, according to Forest Service data, including in Nevada and Arizona. Their area totaled nearly 469 square miles (1,214 square kilometers).</p><p>Emergencies declared in Utah and Colorado</p><p>Citing fire conditions, Cox declared an emergency last week and banned fireworks ahead of the July Fourth holiday. State officials said Utah has seen an increase in wildfire starts, with each fire showing unprecedented behavior and stretching wildland firefighting capabilities.</p><p>Colorado Gov. Jared Polis also declared an emergency on Saturday, authorizing the use of the National Guard to tackle the fires.</p><p>South of Grand Canyon National Park, authorities said a new wildfire was moving away from Grand Canyon Village on Saturday. But about 50 miles (80 kilometers) away, another fire prompted Coconino County officials to issue evacuation orders for those near Kendrick Mountain.</p><p>Parts of northern Arizona were without power Saturday as the utility serving the area initiated a safety shut-off in hopes of lessening the wildfire risk. On Sunday, officials said power had been restored to much of Grand Canyon National Park.</p><p>Power shutoffs have become more common in the West as wildfire risk has expanded. It is usually a last resort after utility forecasters weigh factors like sustained wind and gust speeds, available fuels and topography.</p><p>___</p><p>Smyth contributed from Columbus, Ohio. Sisak reported from New York. Associated Press writer Michael R. Blood in Los Angeles contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OJODD7TRBYM7VJPN7T4YYX4UKQ.jpg?auth=092b80b271dbbabfa3adef0f6733d541bb6f6d927e07c260302e686483a0989f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Snyder Fire burns near Thompson Springs, Utah, on Sunday, June 28, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SQDSC3OB7VOEETIDHSPRK7Z3XU.jpg?auth=0b06854df03f226928453085f27540af9495a39f233e55456c2a7efaa57877b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Snyder Fire burns near Thompson Springs, Utah, on Sunday, June 28, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M4NTVK7LT55YOAZELYGFDCDA6Y.jpg?auth=f182bf4f7390b170cbbed6572f91ae2d5356c4e878ade486787258cbe429dc2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Law enforcement officers staff a roadblock as the Snyder Fire burns near Mack, Colo., on Sunday, June 28, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M66J23BIF4PZ4ULWIXZI4GUT2A.jpg?auth=63886c0f7df7404ff3fcacf6199b62c5e1b16c8d2970db593f1b2fbbbd954d92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises from the Snyder Fire burning near Thompson Springs, Utah, on Sunday, June 28, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/74IL74UKCSJVAV45YPJGASVS6M.jpg?auth=f1e519522d218c3ead1eb0635e623bae8d4a6e25acb460091cea14e71ce2faba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A burned section of the Snyder Fire seen from across the Colorado river in Mack, Colorado, on Sunday, June 28, 2026. (AP Photo/Ty O'Neil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content></item><item><title><![CDATA[Florida Republicans gather at Hard Rock Casino for annual Sunshine State Showdown]]></title><link>https://www.local10.com/news/politics/2026/06/27/florida-republicans-gather-at-hard-rock-casino-for-annual-sunshine-state-showdown/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/27/florida-republicans-gather-at-hard-rock-casino-for-annual-sunshine-state-showdown/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[It’s the Florida Republicans’ biggest event of the year — the annual Sunshine State Showdown inside the Hard Rock Casino.]]></description><pubDate>Sun, 28 Jun 2026 02:53:15 +0000</pubDate><content:encoded><![CDATA[<p>It’s the Florida Republicans’ biggest event of the year — the annual Sunshine State Showdown inside the Hard Rock Casino.</p><p>From supporters to candidates, the message throughout the gathering was confidence heading into this year’s elections.</p><p>“Obviously we can’t be too complacent, but I think our prospects are great,” said Jad with the Florida Young Republicans.</p><p>“I feel really good. You talk about stuff happening in other states, in Florida things just get better and better every year as Republicans and as proud Floridians in America,” said John Carroll, a District 53 State House candidate.</p><p>Several high-profile Republican figures took the stage, including Attorney General James Uthmeier and U.S. Senators Ashley Moody and Rick Scott.</p><p>11 Republicans are running for governor, including Congressman Byron Donalds, who has been endorsed by President Donald Trump.</p><p>“We are the best state in America, that’s not going to change, and this November we will tell the Florida Democratic Party once again. Because when you win in Florida, it’s the best state, and that’s not going to change anytime soon,” Donalds said.</p><p>Lieutenant Governor Jay Collins also spoke, while his competitor delivered sharp criticism.</p><p>“If we do not test our nominee now, the left-wing machine will test him when it’s too late to choose somebody else. And I’m telling you plainly Byron Donalds is not ready for the fight ahead,” the competitor said.</p><p>Donalds, meanwhile, focused his criticism on Democratic frontrunner David Jolly, a former Republican.</p><p>“I don’t know about you but we have worked too long in this state to make it the number one conservative state in America just to let some milquetoast Democrat wannabe think he is gonna transform Florida,” Donalds said.</p><p>Former Florida House Speaker Paul Renner also took the stage, pitching himself as a steady hand in the race.</p><p>“You also want a governor who’s gonna get there and deliver results and I’m a no nonsense, less talk, more action leader,” Renner said.</p><p>The event also featured a debate among four congressional candidates competing for the GOP nomination in the newly redistricted District 25, stretching from Miami Beach to Delray Beach.</p><p>Candidates including former state Rep. George Moraitis, Boca Raton Mayor Scott Singer, business owner Raven Harrison, and businessman Dan Franzese traded sharp exchanges over qualifications, experience, and vision for the district.</p><p>Singer and Franzese in particular went after each other’s records and backgrounds in a heated back-and-forth.</p><p>“These are the failed efforts by a repeat failed candidate,” one candidate said.</p><p>“I’ll tell you what else I hear when I go door to door, you could not get elected dog catcher in that district if you ran in your town again,” another said.</p><p>On the Democratic side, Rep. Jared Moskowitz is set to face progressive challenger Oliver Larkin in the primary.</p><p>Primary elections are scheduled for August 18th, with the general election set for November 3rd.</p>]]></content:encoded></item><item><title><![CDATA[June 27: Hot & humid conditions will persist this weekend]]></title><link>https://www.local10.com/weather/2026/06/27/june-27-hot-humid-conditions-will-persist-this-weekend/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/27/june-27-hot-humid-conditions-will-persist-this-weekend/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description><![CDATA[Afternoon showers and storms over the Everglades will continue to track westward. This evening will be mostly dry, with feels-like temperatures ranging from 85 to 90 degrees.]]></description><pubDate>Sun, 28 Jun 2026 02:22:30 +0000</pubDate><content:encoded><![CDATA[<p>Afternoon showers and storms over the Everglades will continue to track westward. This evening will be mostly dry, with feels-like temperatures ranging from 85 to 90 degrees.</p><p>Watch for showers to move onshore overnight, with rain lingering into Sunday morning. Most of the day will be dry, with showers and storms developing inland by the afternoon.</p><p>Temperatures will be hot again, with highs reaching the lower 90s. Stay hydrated. Heat index values could climb to around 105 degrees. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Thousands of Colombia fans pack Bayfront Park for final group stage match]]></title><link>https://www.local10.com/sports/local/2026/06/27/thousands-of-colombia-fans-pack-bayfront-park-ahead-of-portugal-match/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/27/thousands-of-colombia-fans-pack-bayfront-park-ahead-of-portugal-match/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[Thousands of soccer fans packed Bayfront Park on Saturday ahead of Colombia’s Group K finale against Portugal, turning downtown Miami into a sea of yellow jerseys.]]></description><pubDate>Sat, 27 Jun 2026 22:15:25 +0000</pubDate><content:encoded><![CDATA[<p>Thousands of soccer fans packed Bayfront Park on Saturday ahead of Colombia’s Group K finale against Portugal, turning downtown Miami into a sea of yellow jerseys.</p><p><a href="https://www.local10.com/news/local/2026/06/27/miles-de-aficionados-de-colombia-llenan-bayfront-park-antes-del-partido-contra-portugal/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/miles-de-aficionados-de-colombia-llenan-bayfront-park-antes-del-partido-contra-portugal/">Leer en español</a></p><p>Fans began pouring through the gates throughout the afternoon for the FIFA Fan Fest, with long lines stretching for blocks as supporters waited to get inside. Many waved Colombian flags, chanted and cheered while preparing for the highly anticipated match at Miami Stadium.</p><p>For fans who were unable to get tickets to the game, the free watch party at Bayfront Park offered an alternative place to catch the action. The fan fest featured giant video screens showing the match, along with live entertainment, food, games and soccer-themed activities throughout the park.</p><p>Saturday marks the final day of group-stage play. Colombia had already secured a spot in the Round of 32 entering the match, while Portugal could advance with either a win or a draw.</p><p>The match was scheduled to kick off at 7:30 p.m. at Miami Stadium.</p><p>Officials expected the fan fest to remain packed well into the night. Bayfront Park can hold about 30,000 people at full capacity, and the crowd appeared to be approaching that number as fans continued arriving ahead of kickoff.</p>]]></content:encoded></item><item><title><![CDATA[Congo rallies to a 3-1 win against Uzbekistan to seal place in the World Cup knockouts]]></title><link>https://www.local10.com/sports/2026/06/28/congo-rallies-to-a-3-1-win-against-uzbekistan-to-seal-place-in-the-world-cup-knockouts/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/congo-rallies-to-a-3-1-win-against-uzbekistan-to-seal-place-in-the-world-cup-knockouts/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — For 52 years, Congo's standout World Cup memory was a humiliating 9-0 rout at the hands of Yugoslavia in its only other appearance on soccer's biggest stage.]]></description><pubDate>Sun, 28 Jun 2026 05:30:53 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — For 52 years, Congo's standout World Cup memory was a humiliating 9-0 rout at the hands of Yugoslavia in its only other appearance on soccer's biggest stage.</p><p>Not anymore. Not after a new generation of players made history by advancing to the knockout stage of the World Cup for the first time and set up a clash with England.</p><p>“The weight on our shoulders was hard to bear,” said striker Yoane Wissa, whose two goals helped Congo rally to a 3-1 win against Uzbekistan on Saturday night</p><p>Fiston Mayele was also on target in a dramatic second-half comeback as Congo joined Cape Verde as another unexpected qualifier for the round of 32.</p><p>“We told ourselves we can’t give up,” Mayele said.</p><p>Congo has been one of the surprise stories of this World Cup, with few expecting it to emerge from a group that included Cristiano Ronaldo's Portugal and Colombia. And history was hardly on its side.</p><p>Congo's previous appearance was when it competed as Zaire in 1974 and lost all three games, including the rout by Yugoslavia.</p><p>It's a completely different story now.</p><p>After holding Portugal to a 1-1 draw earlier in the tournament, Congo needed a win in its final Group K game to advance as one of the best third-place teams.</p><p>It did just that with a breathless fight back after trailing to Eldor Shomurodov's lobbed goal in the 10th minute.</p><p>“We’re a team that knows how to respond when we concede a goal; we keep fighting with determination,” coach Sébastien Desabre said.</p><p>If the weight of the occasion was evident in Congo's first-half performance, the resilience of its players proved irresistible after the break.</p><p>The game was level in the 68th when Wissa was brought down by Abdukodir Khusanov for a penalty.</p><p>Wissa picked himself up and sent Uzbekistan goalkeeper Abduvohid Nematov the wrong way, rolling the ball into the bottom corner for the first of a late flurry of goals.</p><p>Mayele put Congo ahead 10 minutes later when flicking past Nematov at the near post and was mobbed by teammates and even substitutes, who raced off the bench and across the field to join in the wild celebrations.</p><p>There were even more joyous scenes when Wissa put the result beyond doubt in added time with a curling shot into the bottom corner.</p><p>Fans continued celebrating long after the final whistle, singing and dancing in the stadium concourses. The memories of 1974 fading fast.</p><p>“We’re going to savor this moment because it’s been tough,” said Wissa. “All the guys — the substitutes, those who’ve worn the jersey before, and those who’ll wear it tomorrow — we should be proud. Thank you to all the Congolese people; it’s for moments like these that we do what we do. We did it!”</p><p>Congo is one of nine African nations to advance from the group stage at this tournament.</p><p>“It’s quite an achievement. We showed a good image of Congo,” said Desabre.</p><p>Uzbekistan's debut at the World Cup ended in three straight defeats.</p><p>“I hope this tournament will give us big experience. I hope this experience will give us more motivation for the future,” said coach Fabio Cannavaro.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KSDBQA3P5YVMGKWXBEWMMCHAG4.jpg?auth=03b543746a69ae0dbecd98d9495e32bf7e0f78037bde260dc02bd139b1d83e06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congo's Cedric Bakambu (17), Yoane Wissa (20) and Gedeon Kalulu (24) celebrate a win during the World Cup Group K soccer match between DR Congo and Uzbekistan in Atlanta, Saturday, June 27, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ARS7LNC55BTMAOWPLE7UON3L64.jpg?auth=f492884a70f860c6216676ca8da2a9c3b4385d5ef4b390128af6a4ca2354bc24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congo's Yoane Wissa (20) celebrates their first goal on a penalty kick during the World Cup Group K soccer match between DR Congo and Uzbekistan in Atlanta, Saturday, June 27, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KCKC56A7ERRS3YGTHCWOMYV42Y.jpg?auth=1287682e3f6f689cc2ed1a402335cede7c1b29e03996210f5f7eb47f081964f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congo's Yoane Wissa (20) kicks for a penalty kick goal during the World Cup Group K soccer match between DR Congo and Uzbekistan in Atlanta, Saturday, June 27, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VCJBSBAN3CY7AZ5FTQE5HCTMUQ.jpg?auth=2f1424a5e5487575da9a8bf74b5ae092768aac8a1c98e54a22f3aa13ef878f3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Uzbekistan's Eldor Shomurodov (14) celebrates after scoring their first goal during the World Cup Group K soccer match between DR Congo and Uzbekistan in Atlanta, Saturday, June 27, 2026. (AP Photo/Erik S.Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S.Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VWVZN6GVKDJGTHJOEU3UFNRASU.jpg?auth=03456481355b99777270723656754f1652658d9c642d2e5e6f6ee1cc72b2e779&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Uzbekistan's Sherzod Nasrullaev (13) reacts to a loss during the World Cup Group K soccer match between DR Congo and Uzbekistan in Atlanta, Saturday, June 27, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content></item><item><title><![CDATA[Lauryn Hill honored, Janet Jackson stuns Teyana Taylor and Druski makes history at BET Awards]]></title><link>https://www.local10.com/entertainment/2026/06/28/lauryn-hill-honored-janet-jackson-stuns-teyana-taylor-and-druski-makes-history-at-bet-awards/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/28/lauryn-hill-honored-janet-jackson-stuns-teyana-taylor-and-druski-makes-history-at-bet-awards/</guid><dc:creator><![CDATA[By JONATHAN LANDRUM Jr., Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — After watching a 20-minute tribute celebrating her groundbreaking career, Lauryn Hill surprised the BET Awards audience Sunday with an impromptu performance of her 1998 classic “Ex-Factor” after accepting the Living Legend Icon Award before closing the show with “Everything Is Everything.”]]></description><pubDate>Mon, 29 Jun 2026 10:03:31 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — After watching a 20-minute tribute celebrating her groundbreaking career, Lauryn Hill surprised the BET Awards audience Sunday with an impromptu performance of her 1998 classic “Ex-Factor” after accepting the Living Legend Icon Award before closing the show with “Everything Is Everything.”</p><p>Introduced by Ice Cube, the eight-time Grammy winner was honored with performances at Los Angeles’ Peacock Theater from SZA, Doechii, Lizzo, Queen Latifah, Common, her children Selah Marley and Zion Marley, who revisited songs from Hill’s stellar catalog while she stood smiling, singing along and applauding throughout the tribute.</p><p>After she accepted the honor, Hill encouraged artists to embrace their gifts and remain true to their purpose.</p><p>“I fight for y’all,” Hill said. “And fighting for y’all is me fighting for myself, it’s me fighting for my children, it’s me fighting for my community.”</p><p>The Living Legend Icon Award recognizes pioneers whose work has remained culturally essential across generations. Hill first emerged as a member of the Fugees before releasing her landmark solo debut, “The Miseducation of Lauryn Hill,” featuring classics including “Doo Wop (That Thing),” “Ex-Factor” and “Everything Is Everything.”</p><p>Janet Jackson surprises Teyana Taylor with honor</p><p>Teyana Taylor fought back tears Sunday after an emotional surprise at the BET Awards:Janet Jackson walked onto the stage to present Taylor with the Icon of the Year Award.</p><p>Taylor, visibly stunned as Jackson received a standing ovation, embraced the music legend before thanking one of her biggest inspirations.</p><p>“They did not tell me Janet was coming,” Taylor said through tears. “There will be no me without you.”</p><p>Presenting the award, Jackson praised Taylor’s relentless work ethic and artistic range, highlighting her Golden Globe win for best supporting actress in “One Battle After Another” and calling her gifts “God-given.”</p><p>The Icon of the Year Award recognizes a creative force whose influence is shaping culture. Taylor has evolved from a multiplatinum recording artist into an award-winning actor, director, producer and choreographer.</p><p>Accepting the honor, Taylor reflected on her two-decade career.</p><p>“I worked my (expletives) off 20 years,” she said. “So I’m not accepting what I’ve earned with arrogance. I’m accepting what I’ve earned with gratitude.”</p><p>BET Awards remembers Clive Davis, Richard Smallwood and other trailblazers</p><p>The BET Awards paused to honor influential figures from music and entertainment who died over the past year during an emotional in memoriam tribute.</p><p>Erica Campbell of Mary Mary introduced the segment by reflecting on the enduring legacies left behind by those who died, paying special tribute to the late gospel composer Richard Smallwood, whose music she said strengthened her faith. She also remembered the late music executive Clive Davis, who died earlier this week at 94, before performing Whitney Houston’s “I Love the Lord” with Le’Andria Johnson.</p><p>The tribute remembered Smallwood, Davis, Malcolm-Jamal Warner and others whose contributions left a lasting mark on music, television and culture.</p><p>D’Angelo honored with all-star tribute</p><p>The show also celebrated the late D’Angelo’s legacy with a star-studded tribute that opened with appearances by his three children.</p><p>Ari Lennox, BJ the Chicago Kid, Durand Bernarr, George Clinton and RAYE were among the artists who honored the singer with performances of his music, celebrating the enduring influence of one of R&B’s most acclaimed voices.</p><p>Sylvia Rhone honored for shaping generations of artists</p><p>Music executive Sylvia Rhone received the BET Ultimate Icon Award in recognition of her groundbreaking leadership and lasting impact on the music industry.</p><p>Presented by Kelly Rowland, the honor celebrated Rhone’s trailblazing career as the first Black woman to lead a major record company owned by a Fortune 500 corporation. A video tribute featured messages from artists including Missy Elliott and Busta Rhymes, highlighting her role in helping develop the careers of performers such as Tracy Chapman, Brandy, Erykah Badu, Lil Wayne, Kid Cudi, Future, Travis Scott and Tyler, the Creator.</p><p>While accepting the award, Rhone dedicated the honor to the artists and creative teams she has worked alongside throughout her career.</p><p>“Tonight’s honor bears my name, but it really belongs to all of us who create culture,” she said.</p><p>Rhone also used the moment to urge the music industry to protect artists as artificial intelligence reshapes the business.</p><p>“We make the algorithm. The algorithm doesn’t make us,” she said. “We must honor the musician. We must compensate the creator.”</p><p>She concluded by calling on the industry to ensure the next generation of artists has the opportunity to create “the songs that will change the world.”</p><p>Druski opens BET Awards with dramatic entrance</p><p>Druski made a grand entrance to kick off the BET Awards on Sunday, descending from the rafters in a harness as a choir filled the theater with a rendition of Kirk Franklin’s “Revolution,” setting the tone for a night celebrating music, comedy and culture.</p><p>The comedian and digital creator made history by becoming the youngest host of the ceremony. The show's opening performances featured Kehlani, who sang “Folded” with Jamie Foxx and his daughter, Anelise Estelle Foxx, on guitar. Don Toliver also performed his hits “E85” and “Body.”</p><p>Accepting the award for best female R&B/pop artist, Kehlani admitted she hadn’t prepared a speech, instead marveling that “Janet Jackson is here,” before telling the icon she was “really honored to be here” among the night’s talent.</p><p>Druski, 31, surpassed Kevin Hart, who previously held the distinction as the BET Award’s youngest host when he emceed in 2011.</p><p>Throughout the night, Druski leaned into his comedic persona with appearances alongside Martin Lawrence and Latto. Lawrence jokingly shut down Druski’s pitch to appear in the next “Bad Boys” film before teasing his upcoming Paramount+ series, while Latto playfully poked fun at the host during one of the show’s transitions. Druski also spoofed Jay-Z's Roots Picnic freestyle.</p><p>Druski became one of entertainment’s fastest-rising stars through his viral sketches before expanding into sold-out comedy tours and collaborations with artists including Drake and Snoop Dogg, as well as appearances alongside figures like Tom Brady and Timothée Chalamet.</p><p>Hip-hop pioneer MC Lyte returned as the show’s announcer.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A32A3Q2BJITPJJ4DZQJBIZN4W4.jpg?auth=1e862ece804f2764db39c5a0ccc2ec96b0c29b975c0241b3d250ad7bd4328510&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lauryn Hill accepts the living legend icon award during the BET Awards on Sunday, June 28, 2026, at the Peacock Theater in Los Angeles. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P5PHORT2ZZO36HL7A76ADTFBWU.jpg?auth=11e5f38e8ab50ab2c81ad0499e7a6de7fd891c2f6d8b4d39ae65ddbb24a49ebf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Teyana Taylor, left, accepts the Icon of the Year award from presenter Janet Jackson during the BET Awards on Sunday, June 28, 2026, at the Peacock Theater in Los Angeles. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EZ7B267QADXHNNT7VU7VW5PGKM.jpg?auth=f9f4b85d6805ecd2ed9673efb2268a7ac9ff4e0302caac2faececadcee3b4006&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Teyana Taylor accepts the Icon of the Year award during the BET Awards on Sunday, June 28, 2026, at the Peacock Theater in Los Angeles. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PSGOASX6TJ3H32CDBEF3T5PUNQ.jpg?auth=38c351e8caef8eb8f4063591947f74c625d3067ecf8e1049b94d3e70c75be4da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Host Druski appears during the opening of the BET Awards on Sunday, June 28, 2026, at the Peacock Theater in Los Angeles. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TZXISCLVYVYM4VTU2LBM4NQ7SQ.jpg?auth=6f47cf41fd1deb062954005c5648c88c3bc1fe56e31da1f1e28e57ba93fd967d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Common, left, and Queen Latifah perform during the BET Awards on Sunday, June 28, 2026, at the Peacock Theater in Los Angeles. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content></item></channel></rss>