<?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>Thu, 02 Jul 2026 21:48:53 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Fort Lauderdale moves forward with plans for new City Hall]]></title><link>https://www.local10.com/news/local/2026/07/02/fort-lauderdale-moves-forward-with-plans-for-new-city-hall/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/fort-lauderdale-moves-forward-with-plans-for-new-city-hall/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[Fort Lauderdale’s plan to bring a new City Hall to the community is moving forward, with commissioners getting a look at the financial impact of the three proposed sites.]]></description><pubDate>Thu, 02 Jul 2026 21:47:39 +0000</pubDate><content:encoded><![CDATA[<p>Fort Lauderdale’s plan to bring a new City Hall to the community is moving forward, with commissioners getting a look at the financial impact of the three proposed sites.</p><p>City Manager Rickelle Williams said there is some good news for taxpayers.</p><p>“To deliver the project, we have now reduced about $50 million the cost to bring that project to life,” Williams said.</p><p>The initial $267 million price tag has been reduced to about $217 million.</p><p>The proposal includes remodeling an existing office building at the 101 Tower site on Northeast First Street and Third Avenue or converting the pre-existing federal courthouse across the street into City Hall.</p><p>A third option is a high-rise office site at 1 East Broward in Fort Lauderdale.</p><p>The lower cost was made possible in part by reduced developer and design fees and restructuring the terms of the project’s overall payment schedule.</p><p>“We wanted to ensure we could outline a roadmap no matter what outcome and no matter what decision by the city commission would be revealed to us,” Williams said.</p><p>The old City Hall has been out of use for the past few years after sustaining extensive flood damage during record rainfall.</p><p>No matter which of the three options the City Commission ultimately approves, the new City Hall will incorporate key core principles, including being cost-effective, innovative and setting a standard for history and the arts.</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[How 'Country Roads' became the soundtrack of the US team's World Cup run]]></title><link>https://www.local10.com/entertainment/2026/07/02/how-country-roads-became-the-soundtrack-of-the-us-teams-world-cup-run/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/02/how-country-roads-became-the-soundtrack-of-the-us-teams-world-cup-run/</guid><dc:creator><![CDATA[By R.J. RICO, Associated Press]]></dc:creator><description><![CDATA[It's become one of the enduring scenes of the U.S. team during this World Cup: jubilant U.S. players joining tens of thousands of fans in singing John Denver's “Take Me Home, Country Roads” at the end of their matches.]]></description><pubDate>Thu, 02 Jul 2026 21:45:56 +0000</pubDate><content:encoded><![CDATA[<p>It's become one of the enduring scenes of the U.S. team during this World Cup: jubilant U.S. players joining tens of thousands of fans in singing John Denver's “Take Me Home, Country Roads” at the end of their matches.</p><p>Even coach Mauricio Pochettino, who was born in Argentina and lives in Spain, got in on the act after Wednesday's 2-0 victory over Bosnia-Herzegovina, belting out the words to Denver's anthem as he hugged his players and staff members.</p><p>The John Denver estate told The Associated Press that it is “thrilled” by the song’s latest revival at the World Cup, saying “Country Roads” has endured because its message transcends geography, and that its “simple, clear, and relatable” lyrics make it perfect for a sing-along.</p><p>“Everyone knows what ‘Take me home to the place I belong’ is about,” the estate said Thursday. “It’s not limited to West Virginia.”</p><p>Here’s how a song inspired by a Maryland drive became a World Cup anthem.</p><p>The song has its origins in Maryland, not West Virginia</p><p>Despite the lyrics' heartfelt embrace of West Virginia, “Country Roads” cowriter Bill Danoff has said the inspiration for the song came from a drive he and his then-wife, cowriter Taffy Nivert, took along Maryland's winding Clopper Road to attend a family reunion in Gaithersburg, some 25 miles (40 kilometers) east of the West Virginia border.</p><p>“I just started thinking, country roads, I started thinking of me growing up in western New England and going on all these small roads,” Danoff told Washington's WRC-TV in 2020. “It didn’t have anything to do with Maryland or anyplace.”</p><p>At the time, Danoff hadn't spent considerable time in West Virginia. He was familiar, though, with Appalachian music broadcast from Wheeling, West Virginia's famous WWVA radio station, which he listened to while growing up in Springfield, Massachusetts. Danoff said he was also inspired by the West Virginia-born actor Chris Sarandon, as well as the West Virginian members of a commune who would frequently attend his gigs.</p><p>Danoff said he and Nivert were planning to try to sell the song to Johnny Cash, but when they played an unfinished version one night in their apartment for their friend John Denver, the singer-songwriter convinced them to let him record it instead. The song, released in 1971, turned into Denver's biggest hit and has been a mainstay for decades.</p><p>“I don’t know all of the ways that song must have touched people, but I’m grateful that I have somehow been able to say something that has meaning for others,” Denver wrote years later. Denver died in a plane crash in 1997.</p><p>‘Country Roads’ finds a new stage at the World Cup</p><p>According to The Athletic, FIFA officials added “Country Roads” to its postgame playlist options in hopes of creating a shared moment between the U.S. team and its supporters.</p><p>It made its debut at the end of the U.S.'s second match as the players celebrated their 2-0 win over Australia in Seattle. The song was an immediate hit both inside the stadium and on social media, as fans embraced the scenes of U.S. players waving to fans as they sang the lyrics.</p><p>“You could feel the connection with the fans,” midfielder Weston McKennie told reporters after the match.</p><p>John Denver's song didn't get quite the same reception on June 25 at Los Angeles Stadium, as it came after a deflating, though insignificant, last-minute U.S. loss to Turkey.</p><p>But it came back in force Wednesday evening in Santa Clara, California, as the U.S. defeated Bosnia-Herzegovina to advance to the round of 16. Perhaps none were more enthusiastic than midfielders McKennie and Sebastian Berhalter, who swung their arms wildly as they wandered around the field while singing to the fans.</p><p>During matches not involving the U.S. team, the song has frequently been played during hydration breaks and has also been met with roaring approval from fans who, moments previously, had been booing the start of each hydration break.</p><p>‘Country Roads’ has long been a sports staple</p><p>It’s hardly the first time that “Country Roads,” has been used by sports fans. It has long been a mainstay at West Virginia University football games, where Mountaineer fans serenade the team after its home victories.</p><p>It's even found a home in Europe, where fans have been singing it during the NFL's annual visit to Germany since the first game in Munich in 2022. Fans there were used to singing the song during Oktoberfest celebrations.</p><p>And, in the English Premier League, Manchester United supporters years ago tweaked the words to sing about their own “home” — Old Trafford stadium.</p><p>England’s players have their own sing-along</p><p>While “Country Roads” is the U.S.'s unofficial anthem, the England national team during this tournament has similarly adopted Oasis' “Wonderwall.”</p><p>Standing in a line, arms around each other’s shoulders, the English players sang the 1995 hit after their 4-2 opening victory against Croatia, something that captain Harry Kane said was “one of my favorite ever moments in an England shirt.”</p><p>The team has been repeating the post-match tradition after each match since.</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/2SMO44JZNKKRTQNAFGX4YB6CPE.jpg?auth=b39b0c5b4ca9f5470bfb5cbf25853d250b046b3a3167f059bacad50b622e7693&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Weston McKennie (8) and Christian Pulisic (10) celebrate winning the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Eakin Howard)]]></media:description><media:credit role="author" scheme="urn:ebu">Eakin Howard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TWV2NFQQK4WFJGXJLS4BACSDC4.jpg?auth=c465f05dfe220fc8ad790aa6b023b73ec694d9be1558c7da12506df24a9c9f5e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Weston McKennie (8) celebrates after winning the World Cup Group D soccer match against 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/4WW34SPRGGVZSLIAR3YVT2GMAM.jpg?auth=a5e82b9706d8c342edc945c0df9e462174228775fe07d9fa1c097247cc72d7dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[US fans react after the World Cup Group D soccer match between the United States and Australia in Seattle, Friday, June 19, 2026. (AP Photo/Ted S. Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ROKAT5EFCENKSBMYB2FR2JBW4Y.jpg?auth=1694e5752b6e52c6dda8aab1a286eb92e9eee11d634c784b7545cc9ec3bc34c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States head coach Mauricio Pochettino, left, celebrates with supporters following the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MYWZZRNBZ7F4GXZBVFJCB53GWY.jpg?auth=f23d4f6f644891c83607d503891c63ed99e9160828a43f1bb6fef730b4598e65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Malik Tillman (17) celebrates with teammates after scoring on a free kick during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[Girl, 11, remains hospitalized after being shot in head outside Hallandale Beach McDonald’s]]></title><link>https://www.local10.com/news/local/2026/07/02/girl-11-remains-hospitalized-after-being-shot-in-head-outside-hallandale-beach-mcdonalds/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/girl-11-remains-hospitalized-after-being-shot-in-head-outside-hallandale-beach-mcdonalds/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[An 11-year-old girl is recovering in the hospital after being shot outside a South Florida McDonald’s. ]]></description><pubDate>Thu, 02 Jul 2026 20:42:47 +0000</pubDate><content:encoded><![CDATA[<p>An 11-year-old girl is recovering in the hospital <a href="https://www.local10.com/news/local/2026/06/29/police-mcdonalds-employee-arrested-after-girl-father-shot-outside-hallandale-beach-fast-food-restaurant/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/29/police-mcdonalds-employee-arrested-after-girl-father-shot-outside-hallandale-beach-fast-food-restaurant/">after being shot outside a South Florida McDonald’s</a>. </p><p><a href="https://www.local10.com/espanol/2026/07/02/permanece-hospitalizada-nina-de-11-anos-tras-recibir-disparo-en-la-cabeza-frente-a-mcdonalds-de-hallandale-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/permanece-hospitalizada-nina-de-11-anos-tras-recibir-disparo-en-la-cabeza-frente-a-mcdonalds-de-hallandale-beach/">Leer en español</a></p><p>The shooting happened on Saturday afternoon outside a McDonald’s located along the 800 block of West Hallandale Beach Boulevard. </p><p>According to police, the family arrived to the restaurant and the girl’s mother went inside to pick up food. Remaining inside the vehicle was the victim, her father and two other children ages 2 and 5. </p><p>That’s when police said an altercation began in the parking lot, leading to Ralph N-Kosi Blue III, 18, opening fire on another person but striking the vehicle several times instead. </p><p>Police said Blue was an employee at the McDonald’s. </p><p>Bullets struck two people inside the vehicle; the 11-year-old girl and her father. </p><p><a href="https://www.gofundme.com/f/support-oscars-family-after-tragic-incident-8w8j2" target="_blank" rel="noreferrer" title="https://www.gofundme.com/f/support-oscars-family-after-tragic-incident-8w8j2">According to a GoFundMe page</a>, the girl was shot in the head and had surgery, now receiving specialized medical care while facing a long road to recover.</p><p>Her father was shot in the leg and has since been released from the hospital, according to the page. </p><p>Police said the incident between Blue and another man had originated outside of Hallandale Beach. </p><p>Blue has since been charged with two counts of aggravated battery and two counts of aggravated assault. </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[Permanece hospitalizada niña de 11 años tras recibir disparo en la cabeza frente a McDonald’s de Hallandale Beach]]></title><link>https://www.local10.com/espanol/2026/07/02/permanece-hospitalizada-nina-de-11-anos-tras-recibir-disparo-en-la-cabeza-frente-a-mcdonalds-de-hallandale-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/permanece-hospitalizada-nina-de-11-anos-tras-recibir-disparo-en-la-cabeza-frente-a-mcdonalds-de-hallandale-beach/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Una niña de 11 años se recupera en el hospital tras recibir un disparo afuera de un McDonald’s del sur de Florida.  ]]></description><pubDate>Thu, 02 Jul 2026 21:37:26 +0000</pubDate><content:encoded><![CDATA[<p>Una niña de 11 años se recupera en el hospital <a href="https://www.local10.com/news/local/2026/06/29/police-mcdonalds-employee-arrested-after-girl-father-shot-outside-hallandale-beach-fast-food-restaurant/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/29/police-mcdonalds-employee-arrested-after-girl-father-shot-outside-hallandale-beach-fast-food-restaurant/">tras recibir un disparo afuera de un McDonald’s del sur de Florida</a>.</p><p>La balacera ocurrió la tarde del sábado afuera de un McDonald’s ubicado en la cuadra 800 de West Hallandale Beach Boulevard.</p><p>Según la Policía, la familia llegó al restaurante y la madre de la niña entró para recoger la comida. Dentro del vehículo permanecían la víctima, su padre y otros dos niños de 2 y 5 años.</p><p>Fue entonces cuando, según la Policía, comenzó un altercado en el estacionamiento, lo que llevó a Ralph N-Kosi Blue III, de 18 años, a abrir fuego contra otra persona, pero en su lugar impactó el vehículo varias veces.</p><p>La Policía informó que Blue era empleado del McDonald’s.</p><p>Las balas alcanzaron a dos personas que estaban dentro del vehículo: la niña de 11 años y su padre.</p><p><a href="https://www.gofundme.com/f/support-oscars-family-after-tragic-incident-8w8j2" target="_blank" rel="noreferrer" title="https://www.gofundme.com/f/support-oscars-family-after-tragic-incident-8w8j2">Según una página de GoFundMe</a>, la niña recibió un disparo en la cabeza y fue sometida a una cirugía. Ahora recibe atención médica especializada mientras enfrenta un largo proceso de recuperación.</p><p>Su padre recibió un disparo en la pierna y desde entonces fue dado de alta del hospital, según la página.</p><p>La Policía informó que el incidente entre Blue y otro hombre se originó fuera de Hallandale Beach.</p><p>Blue fue acusado de dos cargos de agresión agravada con lesiones y dos cargos de agresión agravada. </p>]]></content:encoded></item><item><title><![CDATA[Padre de adolescente que murió en accidente de navegación insiste en la seguridad náutica antes del fin de semana del 4 de Julio]]></title><link>https://www.local10.com/espanol/2026/07/02/autoridades-insisten-en-la-seguridad-nautica-antes-del-fin-de-semana-del-4-de-julio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/autoridades-insisten-en-la-seguridad-nautica-antes-del-fin-de-semana-del-4-de-julio/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[Navegar puede ser muy divertido, especialmente durante el fin de semana del 4 de Julio, pero también puede ser peligroso.]]></description><pubDate>Thu, 02 Jul 2026 16:29:06 +0000</pubDate><content:encoded><![CDATA[<p>Navegar puede ser muy divertido, especialmente durante el fin de semana del 4 de Julio, pero también puede ser peligroso.</p><p>Andrés Fernández, padre de Lucy Fernández, de 17 años, quien murió en un accidente de navegación que derivó en un juicio contra el <a href="https://www.local10.com/topic/George_Pino/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/George_Pino/">magnate inmobiliario George Pino</a>, posteriormente absuelto, habló el jueves durante una conferencia de prensa sobre la importancia de la seguridad náutica.</p><p>Fernández desempeñó un papel clave en la creación de un grupo de trabajo integral sobre seguridad náutica tras la muerte de su hija durante el fin de semana del Día del Trabajo en 2022.</p><p>El objetivo es hacer que disfrutar en el agua sea una experiencia más segura para todos.</p><p>Algunos de los consejos que compartió Fernández fueron no consumir alcohol si se es el capitán de la embarcación y asegurarse de que haya chalecos salvavidas para todas las personas a bordo.</p><p>Fernández también fue una de las principales voces impulsoras de la aprobación de la Ley de Lucy, promulgada en junio de 2025, que aumenta las sanciones para las personas que operan una embarcación de manera imprudente.</p>]]></content:encoded></item><item><title><![CDATA[Influencer de fitness se declara culpable por golpiza en gimnasio de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/07/02/influencer-de-fitness-se-declara-culpable-por-golpiza-en-gimnasio-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/influencer-de-fitness-se-declara-culpable-por-golpiza-en-gimnasio-de-miami-dade/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[El influencer de fitness en redes sociales Wes Watson se declaró culpable el jueves de agresión agravada en relación con un violento enfrentamiento ocurrido en un gimnasio del condado Miami-Dade el pasado diciembre.]]></description><pubDate>Thu, 02 Jul 2026 16:51:43 +0000</pubDate><content:encoded><![CDATA[<p>El influencer de fitness en redes sociales Wes Watson se declaró culpable el jueves de agresión agravada en relación con un violento enfrentamiento ocurrido en un gimnasio del condado Miami-Dade el pasado diciembre.</p><p>Watson, de 42 años, compareció ante un tribunal de Miami-Dade como parte de un acuerdo de culpabilidad relacionado con el incidente ocurrido en Elevation Fitness.</p><p>Según los documentos de arresto, Watson dijo a los agentes que acudieron al lugar que estaba entrenando cuando la víctima se le acercó y le dijo que quería pelear. Los investigadores afirman que un video de vigilancia captó a Watson golpeando a la víctima con su cinturón de levantamiento de pesas durante el altercado.</p><p>Como parte del acuerdo de culpabilidad, los fiscales ofrecieron a Watson una sentencia de 21 meses de prisión, incluido el tiempo que ya ha cumplido, seguida de siete años de libertad condicional y tratamiento de salud mental.</p><p>Durante la audiencia del jueves, el abogado de Watson argumentó que las circunstancias que llevaron a la pelea fueron inusuales.</p><p>“En este caso se ha debatido mucho sobre la ley “Stand Your Ground””, dijo el abogado defensor Eric Clemmon. “Lo inusual es que hay una presunta víctima que buscó a alguien por su presencia en internet. Este hombre compró un boleto de avión, viajó desde Nueva Jersey y fue al gimnasio con el único propósito de enfrentar al señor Watson. Eso terminó convirtiéndose en otra cosa”.</p><p>Watson es un delincuente convicto y también enfrenta múltiples cargos penales no relacionados en el condado Broward, entre ellos agresión grave, agresión agravada, manipulación de testigos y acusaciones relacionadas con <a href="https://www.local10.com/espanol/2026/03/23/arrestan-al-influencer-de-fitness-wes-watson-por-golpear-a-su-novia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/03/23/arrestan-al-influencer-de-fitness-wes-watson-por-golpear-a-su-novia/">violencia doméstica contra su novia</a>.</p><p>Watson tiene previsto regresar a la corte el 27 de julio para la lectura de su sentencia en el caso de Miami-Dade.</p>]]></content:encoded></item><item><title><![CDATA[A grand jury indicts Louisiana's attorney general in a fight over changes to the local courts]]></title><link>https://www.local10.com/news/2026/07/02/a-grand-jury-indicts-louisianas-attorney-general-in-a-fight-over-changes-to-the-local-courts/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/02/a-grand-jury-indicts-louisianas-attorney-general-in-a-fight-over-changes-to-the-local-courts/</guid><dc:creator><![CDATA[BY SAFIYAH RIDDLE and JOHN HANNA, Associated Press]]></dc:creator><description><![CDATA[NEW ORLEANS (AP) — Louisiana’s Republican attorney general was indicted Thursday on criminal charges by a grand jury in New Orleans, accused of trying to intimidate local officials who fought a law enacted by GOP legislators to overhaul the local courts.]]></description><pubDate>Thu, 02 Jul 2026 21:28:53 +0000</pubDate><content:encoded><![CDATA[<p>NEW ORLEANS (AP) — Louisiana’s Republican attorney general was indicted Thursday on criminal charges by a grand jury in New Orleans, accused of trying to intimidate local officials who fought a law enacted by GOP legislators to overhaul the local courts.</p><p>Attorney General Liz Murrill told eight New Orleans officials, including Mayor Helena Moreno and District Attorney Jason Williams, that they could face removal from their jobs because of their opposition to the law. It eliminated the position of Orleans Parish criminal court clerk after a man who spent decades in prison for a wrongful conviction was elected to the post with 68% of the vote.</p><p>Legislators approved the law at Republican Gov. Jeff Landry’s urging just days before Calvin Duncan was to take office in May. Duncan’s supporters saw it as a move by a majority white conservative Legislature to thwart the will of voters in a predominantly Black Democratic hub in a red state.</p><p>Landry called the New Orleans criminal justice system “a circus at its finest” and promised to pardon Murrill on the 16 charges against her “as fast as the law allows.” The Republican Attorneys General Association called the indictment “as outrageous as it is dangerous.”</p><p>The GOP group said in making her statements, Murrill was simply “issuing a legal opinion and warning public officials about the law” as part of her official duties. Murrill’s critics saw it as an attempt to intimidate them into accepting the law.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4XGEOOUYDFUTXZDJJOTI6ORW4E.jpg?auth=dea92a404821dba1ec138e9be1bfd76593c83f5c6fb1d22d21d029a08e7abc35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Louisiana Attorney General Liz Murrill speaks with attendees during an election night watch party for U.S. Senate candidate Rep. Julia Letlow, R-La., May 16, 2026, in Baton Rouge, La. (AP Photo/Matthew Hinton, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Hinton</media:credit></media:content></item><item><title><![CDATA[Argentina team departs for practice as fans cheer outside hotel]]></title><link>https://www.local10.com/sports/local/2026/07/02/argentina-team-departs-for-practice-as-fans-cheer-outside-hotel/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/02/argentina-team-departs-for-practice-as-fans-cheer-outside-hotel/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[Argentina’s national soccer team departed its Fort Lauderdale hotel for practice on Thursday as a couple dozen fans gathered outside hoping to catch a glimpse of the World Cup favorites.]]></description><pubDate>Thu, 02 Jul 2026 21:22:45 +0000</pubDate><content:encoded><![CDATA[<p>Argentina’s national soccer team departed its Fort Lauderdale hotel for practice on Thursday as a couple dozen fans gathered outside hoping to catch a glimpse of the World Cup favorites.</p><p>Video showed the players boarding the buses. Fans were kept at a distance, making it difficult to see the players as they headed to practice.</p><p>Loyal Argentina fans came from all over to see the team.</p><p>One father and son, who had just been in Dallas to watch Argentina, are now in Miami. They came to get a glimpse of the players and hope to get a jersey signed at some point.</p><p>Fans shared what they were hoping to see.</p><p>“I hope they’re going to wave,” one fan said.</p><p>When asked if they had been surprised by the team, another fan said there was no pressure, so “you don’t know what he’s going to do now.”</p><p>Another fan, Bruno Martinez, said he wasn’t surprised by how well Argentina has looked.</p><p>“There are too many strong teams in the World Cup,” Martinez said. “If you want to beat Argentina, you need to fight a lot -- you need to fight, fight a lot.”</p>]]></content:encoded></item><item><title><![CDATA[Former Olympian indicted on felony charge over alleged Reflecting Pool vandalism]]></title><link>https://www.local10.com/news/2026/07/02/former-olympian-indicted-on-felony-charge-over-alleged-reflecting-pool-vandalism/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/02/former-olympian-indicted-on-felony-charge-over-alleged-reflecting-pool-vandalism/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST and MEG KINNARD, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A former Olympian was indicted Thursday on a felony charge in what President Donald Trump has called vandalism of the Lincoln Memorial Reflecting Pool, where a renovation project he launched has been riddled with problems.]]></description><pubDate>Thu, 02 Jul 2026 21:15:07 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A former Olympian was indicted Thursday on a felony charge in what President Donald Trump has called vandalism of the Lincoln Memorial Reflecting Pool, where a renovation project he launched has been riddled with problems.</p><p>David Hearn, a former Olympic canoe racer, was indicted on a single count of property destruction in Washington, D.C., court.</p><p>District of Columbia U.S. Attorney Jeanine Pirro said Hearn ripped up recently installed sealant on the pool in “a deliberate act” that caused more than $1,000 in damage. She accused him of “forcefully and violently” pulling up the bottom liner “with both hands” and acting belligerently toward an employee who told him to stop.</p><p>“This is a case with tremendous evidence,” she said, adding that authorities have made about six other misdemeanor arrests.</p><p>In a statement, Democracy Defenders Fund co-founder Norm Eisen and Mary Dohrmann, senior counsel at Washington Litigation Group, said that they represented Hearn and that the charges were “outrageous and should be alarming to every American.” Eisen and Dohrmann construed the case as representative of “the misuse of government power against an ordinary citizen based on a concocted narrative.”</p><p>Hearn didn’t immediately return a phone call seeking comment. He previously told The Associated Press that he reached into the pool on June 19 to examine the newly peeled coating. He said he briefly touched a chunk that was still attached to the side of the pool, then let go shortly after a park worker told him to.</p><p>“I’m a curious citizen,” Hearn said in a telephone interview last month. “I reached down to see what it felt like. It was very rubbery.”</p><p>Hearn, 67, of Bethesda, Maryland, owned a company that made composite materials used to build watercraft.</p><p>Saying that he stopped by the pool during a 64-mile bike ride, Hearn said he was detained by National Guard troops and Park Police for five hours before being released.</p><p>Trump said last month that federal authorities made “multiple arrests” of people he accused of vandalizing the Reflecting Pool as he struggled to explain why the $16-million rehabilitation project he launched for the nation’s 250th anniversary seemingly backfired. Without providing any substantiation, he also said vandals dumped fertilizer into the pool and slashed the coating with a box cutter.</p><p>In subsequent days, National Guard members and U.S. Park Police patrolled the deck around the Reflecting Pool as Trump’s administration faced a self-imposed deadline to fix a botched renovation before the nation’s 250th anniversary celebration. Contractors and federal workers used chemicals and ozone nanobubbles to combat an algae bloom, and Trump has said that problems most likely require draining the pool again for liner repairs.</p><p>___</p><p>Kinnard reported from Columbia, S.C.</p>]]></content:encoded></item><item><title><![CDATA[Father of teenage girl killed in boat crash stresses boating safety ahead of July 4 weekend]]></title><link>https://www.local10.com/news/local/2026/07/02/officials-stress-boating-safety-ahead-of-july-4-weekend/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/officials-stress-boating-safety-ahead-of-july-4-weekend/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[Boating can be a lot of fun, especially on the Fourth of July weekend, but it can also be dangerous. ]]></description><pubDate>Thu, 02 Jul 2026 16:18:19 +0000</pubDate><content:encoded><![CDATA[<p>Boating can be a lot of fun, especially on the Fourth of July weekend, but it can also be dangerous. </p><p><a href="https://www.local10.com/espanol/2026/07/02/autoridades-insisten-en-la-seguridad-nautica-antes-del-fin-de-semana-del-4-de-julio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/autoridades-insisten-en-la-seguridad-nautica-antes-del-fin-de-semana-del-4-de-julio/">Leer en español</a></p><p>Grieving father Andres Fernandez ― whose 17-year-old daughter, Lucy, was killed during a boating accident that led to a trial for now-acquitted <a href="https://www.local10.com/topic/George_Pino/" target="_self" rel="" title="https://www.local10.com/topic/George_Pino/">real estate mogul George Pino</a> ― spoke about the importance of boating safety during a press conference on Thursday. </p><p>“We want them to just recognize that it is a beautiful thing to do with friends and family, but they need to realize that there is danger, and that at a moment’s notice something could happen,” said Fernandez. </p><p>Fernandez played a major role in a comprehensive boating safety task force after his daughter’s death on Labor Day weekend in 2022. </p><p>The goal is to make having fun on the water a safer experience for all involved.</p><p>Fernandez said despite the passing of time, the hole in your heart doesn’t close. </p><p>“We never thought that this could happen to us and, you know, it’s living proof that it can,” said Fernandez. “We’re just so blessed that I get to say her name every day, and I love that.”</p><p>Some tips Fernandez and first responders reminded the public about were not drinking alcohol if you’re the captain and making sure there are life jackets for everyone on board. </p><p>Fernandez was also a driving voice in the passing of Lucy’s Law, which was signed into law in June 2025, which increases penalties for people who are reckless while operating a vessel on the water. </p><p>As for the acquittal of Pino in connection with the boat crash that claimed his daughter’s life, Fernandez said he is disappointed, but respects the jury’s decision.</p><p>“We are obviously, you know, disappointed,” he said. “We don’t necessarily agree with the verdict, however, we respect the jury and we respect the jury’s role.”</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[Mikel Oyarzabal's 2 goals send dominant Spain past Austria 3-0 and into round of 16 at the World Cup]]></title><link>https://www.local10.com/sports/2026/07/02/mikel-oyarzabals-2-goals-send-dominant-spain-past-austria-3-0-and-into-round-of-16-at-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/02/mikel-oyarzabals-2-goals-send-dominant-spain-past-austria-3-0-and-into-round-of-16-at-the-world-cup/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[INGLEWOOD, Calif. (AP) — Mikel Oyarzabal scored two goals and Spain beat Austria 3-0 on Thursday for its first World Cup victory in a knockout match since winning the title in 2010.]]></description><pubDate>Thu, 02 Jul 2026 21:15:51 +0000</pubDate><content:encoded><![CDATA[<p>INGLEWOOD, Calif. (AP) — Mikel Oyarzabal scored two goals and Spain beat Austria 3-0 on Thursday for its first World Cup victory in a knockout match since winning the title in 2010.</p><p>Pedro Porro added a goal in the second half for Spain, which put on its most impressive performance of the tournament while dominating possession and demonstrating the offensive creativity across its vaunted lineup.</p><p>Spain also has yet to allow a goal at this year's World Cup. Unai Simón didn't have to make a save while keeping his fourth consecutive clean sheet, since Austria failed to get a shot on target.</p><p>“I’m happy to have helped the team for us to go through another round,” Oyarzabal said. “Now just rest and get ready for the next one. It was a complicated match. We knew that it was going to be difficult against a very physical team, but we had a very good day and played a good match.”</p><p>La Roja will next face the winner of Portugal’s match against Croatia in Dallas on Monday in the round of 16.</p><p>Lamine Yamal had four of Spain’s 10 shots on goal while getting wild cheers from the pro-Spanish sellout crowd at SoFi Stadium. The 18-year-old Barcelona sensation played his longest stretch of the tournament before coming off in the 85th minute, moments after Austria defender David Alaba deflected Yamal’s hard shot off the goal line.</p><p>Spain got its marquee offense from Oyarzabal, the Real Sociedad captain who doubled his goal total at this year's World Cup by opening the scoring in the 36th minute and clinching the victory in the 89th. Marc Cucurella had assists on both of Oyarzabal's goals, demonstrating an excellent connection from the left side.</p><p>“The great teams step up when it’s needed,” Spain coach Luis De La Fuente said. “We played a great match. We came close to perfection, but we must keep improving. There is always room for improvement, because every upcoming match will be very difficult.”</p><p>Goalkeeper Alexander Schlager made six saves in an outstanding performance for Austria, which reached the knockout rounds of its first World Cup since 1998 by squeaking out a late draw with an injury-time goal against Algeria. Coach Ralf Rangnick’s team hasn’t won a knockout match at the World Cup since 1954.</p><p>After an unbeaten group stage that still didn’t quiet the questions about this star-laden team’s championship potential, Spain is firmly back in World Cup contention for the first time since winning it all in South Africa 16 years ago. Spain lost two knockout matches and got eliminated in the group stage over the past three World Cups.</p><p>Spain is now unbeaten 35 straight competitive matches since March 2023. La Roja won the 2023 Nations League and the 2024 European Championship in that stretch, but also lost the 2025 Nations League final on penalties to Portugal.</p><p>Following a cautious start against Austria, Spain unleashed its full attack after the first-half hydration break. Three minutes after Schlager made a diving fingertip save on Oyarzabal’s low shot, the Spain player came unmarked in the penalty area and banged home a pass from Cucurella for his third goal of the World Cup.</p><p>Álex Baena put a beautiful 25-yard free kick off the crossbar in stoppage time, and Schlager saved the resulting point-blank chance from Yamal.</p><p>Spain kept up its pressure after halftime, playing some of its most creative soccer of the tournament. It was rewarded when Baena broke in on the left side and lifted a pass to an unmarked Porro, who banged home an emphatic header for his first international goal.</p><p>Oyarzabal wrapped it up by converting another sharp pass from Cucurella.</p><p>Simón has only had to make four saves in his four straight shutout victories.</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/4UBTCF2BCW5O2SWD7KXKRTOCTY.jpg?auth=f9a64f6a70ee7352304346f8c196205ccb2024e889ccf9de9d4044d4a6f5b315&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Mikel Oyarzabal (21) celebrates after scoring his side's opening goal during the World Cup round of 32 soccer match between Spain and Austria in Inglewood, Calif., near Los Angeles, Thursday, July 2, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IOLWMBI4TKMPLO7VT7LWMZJLE4.jpg?auth=fd1e25ad14edddfa6f689c8a25737ba3c851125238e8b8992aab8f0b756ed93e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Mikel Oyarzabal celebrates after scoring his side's opening goal during the World Cup round of 32 soccer match between Spain and Austria in Inglewood, Calif., near Los Angeles, Thursday, July 2, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AGR3YI25P2H6IH3C5NQWXQPCLU.jpg?auth=59e5b293173e214ab33bec1eabdc6c74e70eee6d817d48151f89c83776e4e8ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Pedro Porro (12) celebrates scoring his side's 2nd goal with Alex Baena during the World Cup round of 32 soccer match between Spain and Austria in Inglewood, Calif., near Los Angeles, Thursday, July 2, 2026. (AP Photo/Marcio J. Sanchez)]]></media:description><media:credit role="author" scheme="urn:ebu">Marcio J. Sanchez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GI3EEKLMT3TZDV5L4R2YFNPAGM.jpg?auth=468205706755fa8c2b95f5fb3b758ea326ce1aa8d3e7aadf6751d85fb9f5557d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Austria's Michael Gregoritsch (11) and Spain's Pau Cubarsi go for a header during the World Cup round of 32 soccer match in Inglewood, Calif., near Los Angeles, Thursday, July 2, 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/LEXSSLYPZHVAACVVDH7MQK6FK4.jpg?auth=50fc0a8bd2fd5666b4709899460abd0365ada00386185097cfe6af2b1cb6f7f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Alex Baena (15) challenges for the ball against Austria's Stefan Posch (5) during the World Cup round of 32 soccer match between Spain and Austria in Inglewood, Calif., near Los Angeles, Thursday, July 2, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Family searching for missing Michigan woman last seen in Jupiter]]></title><link>https://www.local10.com/news/florida/2026/07/02/family-searching-for-missing-michigan-woman-last-seen-in-jupiter/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/02/family-searching-for-missing-michigan-woman-last-seen-in-jupiter/</guid><dc:creator><![CDATA[Jenise Fernandez]]></dc:creator><description><![CDATA[A mother is desperate for information about her missing daughter, who was last seen in Jupiter.]]></description><pubDate>Thu, 02 Jul 2026 20:58:40 +0000</pubDate><content:encoded><![CDATA[<p>A mother is desperate for information about her missing daughter, who was last seen in Jupiter.</p><p>No one has heard from Chelsea Bonnell since she flew to Miami from Michigan by herself more than a month ago.</p><p>She has been missing for more than a month.</p><p>“Something doesn’t feel right, especially as a mother,” said Michelle Clauw, Chelsea’s mother. “We’re worried. It’s been hell.”</p><p>Clauw said Chelsea flew from her home in Michigan to Miami on May 24. She traveled alone on a one-way ticket.</p><p>Two days later, on May 26, security video showed Chelsea walking into a Publix in Jupiter.</p><p>But there has been no communication with her friends or family.</p><p>“I started contacting her around June 1, and her phone was off,” Clauw said. “I was like, OK, maybe she needed a break.”</p><p>On June 2, Chelsea’s debit card was used at a Dunkin’ in West Palm Beach.</p><p>But since then, there has been nothing.</p><p>There has been no contact, no activity on her debit card and no sign of Chelsea for nearly a month.</p><p>“It’s unexplainable,” Clauw said. “It hurts, and it’s killing me because this is not her. She would call one of us.”</p><p>After spending a month making calls from Michigan, Clauw and several family members are now in Palm Beach County.</p><p>They have been hanging missing posters anywhere and everywhere and visiting businesses where Chelsea may have gone, but they have come up empty.</p><p>“It’s not like her, and we do fear that she may be with somebody that’s not allowing contact to us because this is just not her,” Clauw said. “I just want her back. I just want to know she’s OK.”</p><p>West Palm Beach police confirmed they have been in contact with police in Michigan. They are asking anyone with information about Chelsea’s whereabouts to come forward.</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[Chase Burns wins star-studded pitching matchup with Jacob Misiorowski as Reds beat Brewers 7-2]]></title><link>https://www.local10.com/sports/2026/07/02/chase-burns-wins-star-studded-pitching-matchup-with-jacob-misiorowski-as-reds-beat-brewers-7-2/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/02/chase-burns-wins-star-studded-pitching-matchup-with-jacob-misiorowski-as-reds-beat-brewers-7-2/</guid><dc:creator><![CDATA[By STEVE MEGARGEE, Associated Press]]></dc:creator><description><![CDATA[MILWAUKEE (AP) — Sal Stewart and Jose Trevino homered off Jacob Misiorowski, and Chase Burns pitched six strong innings as the Cincinnati Reds beat the Milwaukee Brewers 7-2 on Thursday afternoon.]]></description><pubDate>Thu, 02 Jul 2026 20:57:31 +0000</pubDate><content:encoded><![CDATA[<p>MILWAUKEE (AP) — Sal Stewart and Jose Trevino homered off Jacob Misiorowski, and Chase Burns pitched six strong innings as the Cincinnati Reds beat the Milwaukee Brewers 7-2 on Thursday afternoon.</p><p>TJ Friedl also went deep for Cincinnati as the Reds beat the Brewers for the first time in seven attempts this season. Garrett Mitchell homered for Milwaukee.</p><p>The game featured two of baseball's best and hardest-throwing pitchers in Burns and Misiorowski. Burns (10-1) earned the win by giving up two runs and four hits. Burns is the only Reds pitcher since at least 1900 to open a season by allowing two runs or fewer in 15 of his first 17 starts.</p><p>Misiorowski (9-4) struck out 10 and walked none in five innings while reaching a peak velocity of 103.8 mph, but the five runs he allowed matched a career high. Only one of the runs was earned.</p><p>The most recent time Misiorowski allowed five runs came on Aug. 15 of last season, when he lasted only 1 1/3 innings in a 10-8 victory at Cincinnati.</p><p>Misiorowski had gone 8-1 with an 0.54 ERA over his last 10 starts.</p><p>Stewart put Cincinnati ahead for good in the first inning by hitting his 17th homer, a 402-foot solo shot on a 102.3-mph fastball. According to MLB.com, it was the eighth-fastest pitch to result in a homer since the pitch tracking era began in 2008.</p><p>Cincinnati extended its lead to 5-0 by scoring four unearned runs in the fourth inning.</p><p>JJ Bleday led off with a bunt and reached safely when first baseman Jake Bauers dropped the bare-handed throw from third baseman David Hamilton. Bleday scored on Noelvi Marte’s one-out single.</p><p>The Reds had two on with two outs when Trevino stepped to the plate. Trevino fell behind 0-2 before working the count full and hitting his first homer since June 8, 2025.</p><p>Trevino went 3 for 4 to improve his batting average from .192 to .232.</p><p>Cincinnati's Sam Moll, Tejay Antone and Brock Burke didn’t allow a baserunner in three innings of relief.</p><p>Up next</p><p>Reds: Return home to face the Baltimore Orioles. Friday's scheduled starters are Cincinnati's Brady Singer (3-7, 5.12 ERA) and Baltimore's Trevor Rodgers (5-7, 4.99).</p><p>Brewers: Begin a season-high, 11-game trip at Arizona. Friday's starting pitchers are Milwaukee's Kyle Harrison (8-1, 2.57) and Arizona's José Cabrera (0-1, 3.60).</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XB7NFP6WWR2JRXIPMQLPAI5E7E.jpg?auth=3182d7428177beca593bc480df0f1a6d9b40b996d7bfe7f1d01f66b26d73480b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cincinnati Reds pitcher Chase Burns throws during the first inning of a baseball game against the Milwaukee Brewers Thursday, July 2, 2026, in Milwaukee. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AJ4BSR7N24CX7EQZZOJI6NPCUQ.jpg?auth=ce07613d92f7a324408821e1d6c068d7c14b29789f9ba3647ff83aa9c93ad46b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cincinnati Reds' Sal Stewart hits a home run as Milwaukee Brewers catcher William Contreras, right, looks on during the first inning of a baseball game Thursday, July 2, 2026, in Milwaukee. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7PHPQB4FEQL6RHKXLKYCNL4IEA.jpg?auth=135c8a5269aaad14a851ab67d729e2ac77949489af73ea82e4f7aad409161357&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cincinnati Reds' Jose Trevino hits a three-run home run during the fourth inning of a baseball game against the Milwaukee Brewers Thursday, July 2, 2026, in Milwaukee. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KP7SSSN5FZBN4HD5JM74QRJJXA.jpg?auth=f85a6ee275cf40d5fcf4b2b35142cac28909e2572a629a744737f80db04399b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers pitcher Jacob Misiorowski throws during the first inning of a baseball game against the Cincinnati Reds Thursday, July 2, 2026, in Milwaukee. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KHTHO3OPB6AIYVCHFX3BIIVLIE.jpg?auth=7b9359b0b9232021180fc79e2bbefecddf15b5c54af2f0cf1678c030e486b709&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers pitcher Jacob Misiorowski throws during the first inning of a baseball game against the Cincinnati Reds Thursday, July 2, 2026, in Milwaukee. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content></item><item><title><![CDATA[House committee investigates South Florida company accused of promoting ‘birth tourism’]]></title><link>https://www.local10.com/news/local/2026/07/02/house-committee-investigates-south-florida-company-accused-of-promoting-birth-tourism/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/house-committee-investigates-south-florida-company-accused-of-promoting-birth-tourism/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[A South Florida company that markets services to foreign women seeking to give birth in the United States is under investigation by the House Oversight Committee, according to a letter sent to the company’s founder.]]></description><pubDate>Thu, 02 Jul 2026 20:57:01 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida company that markets services to foreign women seeking to give birth in the United States is under investigation by the House Oversight Committee, according to a letter sent to the company’s founder.</p><p>The investigation comes as birthright citizenship has returned to the national spotlight. </p><p>This week, the U.S. Supreme Court limited the ability of lower courts to issue nationwide injunctions against President Donald Trump’s executive order <a href="https://www.local10.com/news/2026/06/30/supreme-court-upholds-birthright-citizenship-rejecting-trumps-proposed-limits/" target="_self" rel="" title="https://www.local10.com/news/2026/06/30/supreme-court-upholds-birthright-citizenship-rejecting-trumps-proposed-limits/">seeking to restrict birthright citizenship</a>, while leaving broader constitutional questions unresolved. Trump has since called on Congress to address concerns about the practice.</p><p>Local 10 News <a href="https://www.local10.com/news/local/2025/10/09/south-florida-company-offers-concierge-services-for-foreigners-wanting-to-have-baby-on-us-soil/" target="_self" rel="" title="https://www.local10.com/news/local/2025/10/09/south-florida-company-offers-concierge-services-for-foreigners-wanting-to-have-baby-on-us-soil/">first reported on the concierge service</a> months ago.</p><p>The company, <a href="https://www.youtube.com/channel/UCr6CCamEXeaefiK-F7WmOgw" target="_self" rel="" title="https://www.youtube.com/channel/UCr6CCamEXeaefiK-F7WmOgw">Have My Baby in Miami</a>, promotes services for pregnant women around the world seeking to give birth in South Florida. </p><p>Its social media pages identify Dr. Wladimir Lorentz, a Miami pediatrician, as the creator of the service and encourage prospective clients by saying he “will love helping you be a mom in the United States.”</p><p>Texas Congressman Brandon Gill referenced the company while discussing birth tourism.</p><p>“Have My Baby in Miami — that’s the name of an actual company that’s facilitating birth tourism in the United States,” Gill said.</p><p>In a letter sent to Lorentz in May, the House Oversight Committee announced it had opened an investigation into the company.</p><p>The letter states, in part: “While it is not inherently illegal for a foreign traveler to give birth in the United States, willfully misrepresenting one’s intentions to enter the country on a temporary visitor visa is a violation of current law and considered visa fraud.”</p><p>Local 10 News has repeatedly sought comment from Lorentz by phone, email and text but has not received a response.</p><p>On Wednesday, a Local 10 News crew went to Lorentz’s listed office in North Miami Beach. Staff members said he was not at the clinic, took the station’s contact information and asked the crew to leave.</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[Maine couple spots a bear chasing a moose calf and helps it escape]]></title><link>https://www.local10.com/news/national/2026/07/02/maine-couple-spots-a-bear-chasing-a-moose-calf-and-helps-it-escape/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/02/maine-couple-spots-a-bear-chasing-a-moose-calf-and-helps-it-escape/</guid><dc:creator><![CDATA[By KATE BRUMBACK, Associated Press]]></dc:creator><description><![CDATA[A Maine couple heading out for a day of fishing happened upon a scene fit for a nature documentary: A moose calf running for its life with a large black bear in pursuit.]]></description><pubDate>Thu, 02 Jul 2026 20:50:15 +0000</pubDate><content:encoded><![CDATA[<p>A Maine couple heading out for a day of fishing happened upon a scene fit for a nature documentary: A moose calf running for its life with a large black bear in pursuit.</p><p>Elvia and Todd Malcolm were in Telos Township, Maine, about an hour or so from their home in Lincoln, when they saw a female moose along the edge of a wooded area before she turned down a side road.</p><p>“I said to Elvia, I said, ‘Grab your phone because you’re going to get a chance to get a picture of a moose,'” Todd Malcolm told The Associated Press.</p><p>They parked their truck to watch the moose and noticed she seemed agitated and was grunting as if calling to a calf.</p><p>Suddenly, the calf and bear charged out of the trees heading straight toward them. Todd Malcolm said there was no doubt in his mind that the bear would catch the calf and decided not to let nature take its course that day.</p><p>“I put the truck in drive and I just stepped on the gas,” he said, explaining that he wasn't trying to hurt the bear, just trying to put the truck between the bear and the calf. “I knew what I had to do and I just did it.”</p><p>The bear jumped to the side and streaked off, Todd Malcolm said, “Boom, gone, right in the woods."</p><p>His wife was happy and relieved they were able to intervene.</p><p>“My heart was racing because I did not want to witness the bear catching the calf,” she said. “As soon as the calf got past the truck and we were able to get the bear to give up the chase, I looked up the road and saw that they were together, the mom and the calf.”</p><p>Once the excitement was over, Elvia Malcolm started looking through the photos on her phone and was amazed to see that some clear action shots of the chase.</p><p>"I really thought I probably got like a bug on the windshield when I started to look at them,” she said. “I took them through the front windshield of the truck. I wasn’t outside the truck. No way was I getting outside the truck.”</p><p>After making sure that the mother moose and calf were reunited and safe, the Malcolms continued to their fishing spot where they caught some brook trout.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OQ5KGGRBWZVO4SDOBN65KC3BVI.jpg?auth=8181168c1e05f98d5b5d0e0485ac722c9abd153793372ff35f4ecfb5cda46fed&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 Elvia J. Malcolm, a bear chases a moose calf in Telos Township, Maine, on Saturday, June 20, 2026. (Elvia J. Malcolm via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Elvia J. Malcolm</media:credit></media:content></item><item><title><![CDATA[Fitness influencer pleads guilty in Miami-Dade gym beating]]></title><link>https://www.local10.com/news/local/2026/07/02/fitness-influencer-pleads-guilty-in-miami-dade-gym-beating/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/fitness-influencer-pleads-guilty-in-miami-dade-gym-beating/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[Social media fitness influencer Wes Watson pleaded guilty Thursday to aggravated battery in connection with a violent confrontation at a Miami-Dade County gym last December.]]></description><pubDate>Thu, 02 Jul 2026 16:43:16 +0000</pubDate><content:encoded><![CDATA[<p>Social media fitness influencer Wes Watson pleaded guilty Thursday to aggravated battery in connection with a violent confrontation at a Miami-Dade County gym last December.</p><p><a href="https://www.local10.com/espanol/2026/07/02/influencer-de-fitness-se-declara-culpable-por-golpiza-en-gimnasio-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/influencer-de-fitness-se-declara-culpable-por-golpiza-en-gimnasio-de-miami-dade/">Leer en español</a></p><p>Watson, 42, appeared in Miami-Dade court as part of a plea agreement stemming from the incident at Elevation Fitness.</p><p>According to arrest documents, Watson told responding officers he was working out when the victim approached him and said he wanted to fight. Investigators say surveillance video captured Watson beating the victim with his weightlifting belt during the altercation.</p><p>As part of the plea agreement, prosecutors offered Watson a sentence of 21 months in prison, including time already served, followed by seven years of probation and mental health treatment.</p><p>During Thursday’s hearing, Watson’s attorney argued the circumstances leading up to the fight were unusual.</p><p>“There’s been a lot that’s been argued in this case about stand your ground,” defense attorney Eric Clemmon said. “What’s unique is you have an alleged victim that sought somebody out because of his presence online. This guy bought a plane ticket, came through New Jersey, showed up at the gym for the sole purpose of confronting Mr. Watson. That turned into something else.”</p><p>Watson is a convicted felon and is also facing multiple unrelated criminal charges in Broward County, including charges of felony battery, aggravated assault, witness tampering and allegations related to <a href="https://www.local10.com/news/local/2026/03/23/video-shows-domestic-violence-arrest-of-fitness-influencer-wes-watson/" target="_self" rel="" title="https://www.local10.com/news/local/2026/03/23/video-shows-domestic-violence-arrest-of-fitness-influencer-wes-watson/">domestic violence involving his girlfriend.</a></p><p>Watson is scheduled to return to court on July 27 for sentencing in the Miami-Dade case.</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[ICE arrests 10,000 in 5 days, a sharp late-June surge in Trump's deportation push]]></title><link>https://www.local10.com/news/politics/2026/07/02/ice-arrests-10000-in-5-days-a-sharp-late-june-surge-in-trumps-deportation-push/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/02/ice-arrests-10000-in-5-days-a-sharp-late-june-surge-in-trumps-deportation-push/</guid><dc:creator><![CDATA[By REBECCA SANTANA, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Immigration and Customs Enforcement arrested 10,000 people over a five-day period at the end of June, marking a major push by the agency tasked with carrying out the Trump administration's mass deportations agenda.]]></description><pubDate>Thu, 02 Jul 2026 20:27:42 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Immigration and Customs Enforcement arrested 10,000 people over a five-day period at the end of June, marking a major push by the agency tasked with carrying out the Trump administration's mass deportations agenda.</p><p>The arrest numbers, obtained from a person familiar with the information who spoke anonymously to discuss data that has not been publicly released, comes after the agency shifted its approach from high-profile arrest sweeps in major American cities to quieter ways to reach President Donald Trump's deportation goals.</p><p>The figures indicate that while the administration is no longer cracking down on individual cities, the arrests continue and are surging.</p><p>The total number of arrests during the five-day period starting Friday and ending Tuesday translates into roughly 2,000 arrests per day. It was not clear where the arrests had taken place.</p><p>The spike in arrests was first reported by The New York Times.</p><p>“Since Day One, DHS law enforcement has been delivering on President Trump’s promise to the American people to arrest and deport criminal illegal aliens including murderers, rapists, pedophiles, gang members, and terrorists,” said the Department of Homeland Security in a statement. “Our message is clear: if you come to our country illegally, we will find you, we will arrest you, and we will deport you.”</p><p>The arrests news also comes as the number of people entered into ICE detention facilities climbed in June to roughly 39,000 after hovering around 30,000 per month since February, according to information obtained by The Associated Press.</p><p>ICE doesn't publicly release arrest data, making exact comparisons with previous periods difficult. But according to data provided to UC Berkeley’s Deportation Data Project and analyzed by The Associated Press, 2,000 arrests per day would mark a sharp increase over previous periods.</p><p>December had the most ICE arrests since the beginning of the Trump administration, and that month only averaged 1,283 arrests per day nationwide.</p><p>In January, at a time when the administration flooded the streets of Minneapolis and surrounding regions with hundreds of immigration enforcement officers, arrests averaged about 1,212 per day across the country.</p><p>But Minneapolis proved to be a turning point in the Trump administration's mass deportations agenda after two American citizens were killed by immigration officers while protesting the crackdown in Minneapolis.</p><p>Border Czar Tom Homan started drawing down the number of officers in Minnesota as the agency stepped back from the flashy surge operations that had been common during the tenure of then- Homeland Security Secretary Kristi Noem.</p><p>Operations under Noem headed by former Border Patrol Chief Gregory Bovino were marked by frequent clashes between immigration enforcement officers and protesters, in footage that was often splashed across the Department's social media channels.</p><p>In February, immigration arrests fell to 1,057 a day, according to information from the Deportation Data Project. The Project sued through the Freedom of Information Act to obtain the ICE arrests data and it is only current through February.</p><p>After Noem was fired, her successor at Homeland Security, Markwayne Mullin, suggested he'd be taking a more low-profile approach to immigration enforcement and he aimed to get the department out of the headlines. But Mullin was expected to adopt Trump's priorities on immigration.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D6E33C7KM4ORMCA7ZU3I3CH2KY.jpg?auth=3514975bb19dd846c2782b79a8913135cc64e4acd76e3eaaa4cea590bd383118&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A federal agent wears an Immigration and Customs Enforcement badge in New York, June 10, 2025. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MC5HQ7N4R2K6DIRKRD7MDTY5QE.jpg?auth=8ee7866f5b602603f3920987a3061dc2e71a96eba51d0120d7e436d6f099c95b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man who asked not to be named, left, waits for news of his wife, who is from Cuba, as she has an appointment at the ICE Immigration and Customs Enforcement field office, Wednesday, July 1, 2026, in Miramar, Fla. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4NZAHHSOXI3KGYOFYSUVEMI3XA.jpg?auth=ffae052ae5b2b2673984d1614c0aa585f44b5188e50e66482d4e90b91f199f22&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump signs a bill funding immigration enforcement in the Oval Office of the White House, Wednesday, June 10, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UQPUMKMSTQ75JGIFZI3Z7IHUJU.jpg?auth=a8377d874b8cf2085770c477e0e6bd75b3489455a23759cf22f9abd067d54500&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protesters confront federal law enforcement agents outside the Metropolitan Detention Center on Saturday, June 6, 2026, commemorating federal immigration raids and community protests one year ago in Los Angeles. (AP Photo/Jill Connelly)]]></media:description><media:credit role="author" scheme="urn:ebu">Jill Connelly</media:credit></media:content></item><item><title><![CDATA['Right under our noses and nobody was able to help them.' 16 kids found in squalor shocks Ohio town]]></title><link>https://www.local10.com/news/2026/07/02/right-under-our-nose-and-no-one-was-there-to-help-them-16-kids-found-in-squalor-shocks-ohio-town/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/02/right-under-our-nose-and-no-one-was-there-to-help-them-16-kids-found-in-squalor-shocks-ohio-town/</guid><dc:creator><![CDATA[By JULIE CARR SMYTH, Associated Press]]></dc:creator><description><![CDATA[HAMDEN, Ohio (AP) — Just days after authorities removed 16 children from a squalid home and arrested four adult relatives, the question looms over their southern Ohio village: How could this have happened, for years, unnoticed, right here?]]></description><pubDate>Thu, 02 Jul 2026 21:24:56 +0000</pubDate><content:encoded><![CDATA[<p>HAMDEN, Ohio (AP) — Just days after authorities removed 16 children from a squalid home and arrested four adult relatives, the question looms over their southern Ohio village: How could this have happened, for years, unnoticed, right here?</p><p>Neighbors of the family in tiny Hamden, employees at local stores where they shopped and even the investigators who responded to the scene have been left to wonder that aloud and to themselves, and the limited information shared by investigators don’t offer a full answer.</p><p>The children weren't enrolled in school, the family moved around over the past two decades, and neighbors said they’d never spotted the kids. The children remained mostly confined to a small room in the house, investigators said, under deplorable conditions.</p><p>“Right under our noses and nobody was able to help them sooner,” said Emily Collins, 27, owner of VC Farm & Floral in nearby McArthur. “It’s just crazy that all the wonderful things going on in our little Hallmark town and this is what puts us on the radar. It’s really sad,” said the mother of three, who was compelled to decorate the sidewalk with bright flowers and stars drawn in chalk to cheer herself up.</p><p>Authorities said they had gone to the home Tuesday on an unrelated investigation and discovered the children — ages 1 1/2 to 18 years old — some of whom were unable to speak.</p><p>Seven were taken to hospitals, including one who was in critical condition, investigators said. Their current conditions weren't immediately known Thursday. Child welfare officials have temporary custody of the children.</p><p>A man who lives three houses down from the Siders family said he had seen “no kids at all” there.</p><p>“It’s a sad situation,” said Joseph Stewart, 60, who has lived in the “quiet neighborhood” for six years.</p><p>Four people who are the children’s parents and grandparents were arrested on child endangerment charges. Gary Siders Jr., 36, Gary Siders, 73, Elizabeth Siders, 33, and Christina Siders, 67, pleaded not guilty to child endangerment. Bond was set at $300,000 each.</p><p>An attorney for the elder Siders said he is presumed innocent.</p><p>“While there is little ability to stop all speculation, conjecture, or uncorroborated guesswork from taking place, I would ask that we all let the process play out,” Dorian Baum told WCMH-TV in a statement.</p><p>Attorneys for Siders Jr. and Christina Siders declined to comment. Messages seeking comment from Elizabeth Siders' lawyer were not immediately returned.</p><p>Authorities wouldn’t publicly share the nature of the other investigation that led them to the house Tuesday. However, court records show a warrant was issued for Siders Jr. that day on misdemeanor indecent exposure charges related to alleged incidents on four days in May. He has pleaded not guilty.</p><p>On Thursday, windows and doors at the formerly wide-open home, about 60 miles (97 kilometers) southeast of Columbus, had been boarded up. Police tape and piles of refuse remained.</p><p>The previous day, a door was ajar and heaps of trash and children’s toys were visible inside. A wood deck and the backyard were filled with discarded tires, a high chair and other debris.</p><p>The house sits on a road tucked alongside a steep railroad embankment, where tracks carry rumbling trains to a rail yard in the village of fewer than 1,000 residents. The closest neighbors are separated by trees and thick brush, but the house is easily visible from the road.</p><p>Investigators said members of the family had moved around southern Ohio over the past two decades and that it looks like they avoided creating a medical or governmental paper trail. The Vinton County Local School District, the only district in the area, said it has no records indicating that any of the children were ever enrolled.</p><p>“These folks were pretty good at hiding these kids,” Ohio Attorney General Andy Wilson said Wednesday at a news conference.</p><p>Investigators were reviewing whether the family was reported to any children’s services agencies in the past.</p><p>The children spent most of their time in a room that was roughly 12 feet by 12 feet (3.5 meters by 3.5 meters), according to investigators, who noted that human waste was all around.</p><p>“They looked like almost feral animals. It was terrible,” Wilson said.</p><p>___</p><p>Associated Press reporter Ed White in Detroit contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DGSRH3A3LEWVKNY2DDRE5EWQR4.jpg?auth=1fc42b9542f27c6f2df4d6fbb517f9ca308c932509a9a97b2fefefd368b54cc2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police tape surrounds a home where authorities say they removed 16 children and arrested four adults in Hamden, Ohio, Wednesday, July 1, 2026. (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/6DL6UUB2XNUTQ7T2PGQRRJHXOI.jpg?auth=6a074855870ac941e8ed9f5032de6e3a150f23a056e248192375ff6af55cb0da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A bag of rice and a can of insect killer sit in an open window of a home where authorities say they removed 16 children and arrested four adults in Hamden, Ohio, Wednesday, July 1, 2026. (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/LBW63C3UCO6MDUMTV3RCLPIO7U.jpg?auth=1a1c10677ad9da4d73fa70e7bd462543ce1abe1c96de7e4464aef5b6ee8fda0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Items including a high chair are seen in a home where authorities say they removed 16 children and arrested four adults in Hamden, Ohio, Wednesday, July 1, 2026. (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/JFQV35SRQL6PFNPLMKARFYNJSM.jpg?auth=f511f150c500dbd58e2d4fad1c68606fba16920994c1d51671532bd4296dafa2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Debris is strewn on the front lawn of a home where authorities say they removed 16 children and arrested four adults in Hamden, Ohio, Wednesday, July 1, 2026. (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/FLS324EOVX2JZBXPOZ7STY6N2Y.jpg?auth=0bd3a5675f2d14bb3adc634c3ba8b64e2cd3477f704e24e63e836e5c41664794&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Items including a high chair, left, are seen in a home where authorities say they removed 16 children and arrested four adults in Hamden, Ohio, Wednesday, July 1, 2026. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[Novak Djokovic says 'people need to cool off a little bit with judgment' on Serena Williams]]></title><link>https://www.local10.com/sports/2026/07/02/novak-djokovic-says-people-need-to-cool-off-a-little-bit-with-judgment-on-serena-williams/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/02/novak-djokovic-says-people-need-to-cool-off-a-little-bit-with-judgment-on-serena-williams/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Novak Djokovic knows just what it means to have to live up to lofty expectations after years of titles and trophies.]]></description><pubDate>Thu, 02 Jul 2026 21:15:48 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Novak Djokovic knows just what it means to have to live up to lofty expectations after years of titles and trophies.</p><p>He’s 39 and is a 24-time Grand Slam champion who now plays only sparingly.</p><p>So he’s better positioned than almost anyone else to analyze what Serena Williams — a seven-time Wimbledon singles champion just like he is — must have been feeling after losing at the All England Club earlier this week in the first singles match that she played in nearly four years.</p><p>“People always expect you to play at your best because they’re used to seeing you dominate the sport for many years,” Djokovic said. “She’s 44. She has two children. Coming back, it’s normal that she still is not at her best in terms of movement. She hasn’t played a match in so many years. People need to cool off a little bit with judgment and criticism and everything. Let’s just enjoy the greatness, who she is, what she represents to the sport.”</p><p>Williams was beaten 6-3, 6-7 (6), 6-3 by 20-year-old Maya Joint of Australia in the first round on Tuesday but showed she could be competitive with an opponent less than half her age after being away for so long.</p><p>Williams still cranked out serves faster than 120 mph and dictated points with her heavy groundstrokes. But movement was an issue and the 87th-ranked Joint was able to win more of the big points by hitting beyond the reach of the 23-time Grand Slam singles champion.</p><p>“Her wanting to give it a try and just come back is an incredible gift for our sport," Djokovic said. "I think people sometimes — I don’t know why — they don’t appreciate that enough. They just start to speculate, judge or whatever. It’s like, ‘Hey, guys, enjoy. You have the greatest ever to come play for you, to bring more attention to your sport.’</p><p>“I really support Serena. Always have. Hopefully she’s going to play more,” Djokovic added.</p><p>Williams was given wild card invitations to play both singles and doubles at Wimbledon and it remains to be seen whether she will still play doubles with older sister Venus.</p><p>Williams announced on Wednesday that she tweaked her right knee toward the end of the first set against Joint. She said she still hopes to play doubles but the Williams’ sisters opener against Colombia’s Camila Osorio and Solana Sierra of Argentina was only the remaining first-round match not on the schedule for Friday. There's is still a possibility they could play Saturday.</p><p>At last year’s U.S. Open, Djokovic publicly challenged Serena to return.</p><p>“When somebody challenges her, she never refuses. So I challenge Serena: Come back on the tour next year,” Djokovic said in 2025.</p><p>Now, Djokovic wants to see Serena play this year’s U.S. Open.</p><p>“I hope for the sake of tennis and all of us that we be able to see her more,” Djokovic said. “I assume that U.S. Open is somewhere where she would like to play. Playing in her home Slam would be amazing for her and for everyone else.”</p><p>Djokovic won his second-round match against Stefanos Tsitsipas in straight sets Wednesday night on Centre Court — 24 hours after watching Serena’s match on the same court on TV.</p><p>“What she’s doing is incredible. Epic,” Djokovic said. “I’ve always been a fan of Serena. I’m sure she wanted and expected to at least win one match or more. Knowing how competitive she is, the mind of a champion that she has, she’s not happy with just showing up on the court. She wants to win.”</p><p>Lindsey Vonn wasn't expecting Serena to 'show all her cards'</p><p>Lindsey Vonn, another 40-plus athlete who recently made a comeback, struggled at times in her first season back on the World Cup skiing circuit after nearly six years of retirement.</p><p>But 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>Vonn attended Serena's comeback in doubles at Queen's last month and last week told The Associated Press ahead of Williams' singles return, “I would expect for her to play well but not show all her cards yet.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UFDFDOS5F74KMXOLGHJUFALK7M.jpg?auth=ec1f71f31da5b3c96c2eac92043a803102f2d95550f50d8814a1d3ac3c730a2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States plays a backhand against Maya Joint of Australia in their first round women's singles match at the Wimbledon Tennis Championships in London, Tuesday, June 30, 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/Z44YASXOLMZ4Y76KMUVB3KSHBE.jpg?auth=972289822f4d857777260013f05acc9303bb4843e28e3e997d2981a616e05170&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 celebrates winning a point against Maya Joint of Australia in their first round women's singles match at the Wimbledon Tennis Championships in London, Tuesday, June 30, 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/XGPHJYXUFC3SCUIN4WQGMTNCH4.jpg?auth=2a3422319c92114bc69f63c6f48a2268a88b00842110f7936504359e637986d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Novak Djokovic of Serbia celebrates his victory against Stefanos Tsitsipas of Greece in their second round men's singles match at the Wimbledon Tennis Championships in London, Wednesday, July 1, 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/R44465SDJPZRIYVJNHN7SA2VNE.jpg?auth=54ae8e5d82719e4f529f5272e393941e05f4110a5da27edabed86131d8b34b06&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 sits during a changeover in her first round women's singles match against Maya Joint of Australia, at the Wimbledon Tennis Championships in London, Tuesday, June 30, 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/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></item><item><title><![CDATA[Fans mark the release of new Haruki Murakami novel at a midnight event in Tokyo]]></title><link>https://www.local10.com/entertainment/2026/07/02/fans-mark-the-release-of-new-haruki-murakami-novel-at-a-midnight-event-in-tokyo/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/02/fans-mark-the-release-of-new-haruki-murakami-novel-at-a-midnight-event-in-tokyo/</guid><dc:creator><![CDATA[By MARI YAMAGUCHI, Associated Press]]></dc:creator><description><![CDATA[TOKYO (AP) — Hours before Haruki Murakami's new book was set to go on sale in Japan on Friday, dozens of fans gathered outside a major Tokyo bookstore for a special event to get their first copies as soon as the clock struck midnight.]]></description><pubDate>Thu, 02 Jul 2026 21:43:36 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — Hours before Haruki Murakami's new book was set to go on sale in Japan on Friday, dozens of fans gathered outside a major Tokyo bookstore for a special event to get their first copies as soon as the clock struck midnight.</p><p>“The Tale of KAHO” is the Japanese author's first full-length novel featuring a lone woman protagonist, according to Shinchosha Publishing Co.</p><p>“Kaho, a picture book author, is just an average young woman. But truly bizarre things start happening around her,” Murakami said in a brief message posted on the publisher’s campaign website. “I wrote this novel as I put myself in her shoes.”</p><p>His statement drew the attention of many fans, because most of Murakami's protagonists are young or middle-aged men.</p><p>“I'm excited about finding out how the story evolves around a female main character,” said Naoyuki Yamano, the first customer to buy the new Murakami novel.</p><p>Initially, the novel started as a short story titled “Kaho,” which Murakami rehearsed at a book reading event two years ago at Waseda University, his alma mater in Tokyo, with Mieko Kawakami, a renowned female author and fan of his work. The story was published in the June 2024 edition of the monthly Shincho magazine.</p><p>Takumi Hashimoto, a 33-year old office worker who attended the launch event with three fellow members of a Murakami book reading club, said he hopes to read a story from a female protagonist’s perspective and find out how the story evolved from a series of magazine stories into a full-length novel.</p><p>His companion, Mizuki Shirota, 33, said she was struck by the way Murakami portrayed the female protagonist’s emotions in the magazine version.</p><p>“The story was written in a way that makes you very aware of lookism, or how I, as a woman, am perceived by men ... there were parts that I even felt startled a bit," Shirota said. “So I want to read that again in the book."</p><p>One day, 26-year-old Kaho goes on a blind date arranged by her book editor. Over dinner, her date tells her that, although he has dated a number of women, “I’ve never seen one as ugly as you.” Baffled rather than outraged, curious Kaho tries to uncover the meaning of his words. Soon, bizarre things begin happening to her.</p><p>Murakami has since released three subsequent “Kaho” stories in Shincho magazine, most recently in the March edition. He weaves the four stories into a 352-page new novel with four chapters: “Kaho and the Motorcycle Man,” “The Anteater of Musashi-sakai,” “Kaho and the Termite Queen” and “The Guardian Angel, Elephant Egg and Scarlett Johansson.”</p><p>The new book comes out three years after his previous novel, “The City and Its Uncertain Walls,” which follows a male protagonist navigating love, loss and the boundaries between real and subconscious worlds.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LQEE7SPMUFXQYEGPPTDNI6EKN4.jpg?auth=10e64648dc9642ffa8e1f7f34d77fef575f783f4cbaf879be025707349802d85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People attend a countdown event to receive copies they pre-purchased, of Haruki Murakami's new book, titled "The Tale of KAHO" after the clock strikes midnight, at a Kinokuniya bookstore in Tokyo on Thursday, July 2, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I3PBXFA67UKJEDNTB7Y7AVPWLI.jpg?auth=38b774c1bf99187c1125ba093de7ff537369a7c7449dcceeb7d4b5b5e7db5884&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People count down during an event to receive copies they pre-purchased, of Haruki Murakami's new book, titled "The Tale of KAHO" after the clock strikes midnight, at a Kinokuniya bookstore in Tokyo on Thursday, July 2, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6KPT6W3TOPEXP3QN2DFQYHAC2Q.jpg?auth=fa50e44db7c87924c84e4f3a6ef75af1dd26a9954130123043500cfe6344735d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atsushi Watanabe, a college student from Hadano, southwest of Tokyo, receives a copy of Haruki Murakami's new book titled "The Tale of KAHO" minutes after the clock struck midnight during a countdown event at a Kinokuniya bookstore in Tokyo, Friday, July 3, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LHWL7IWOETXHPXWD65G2EW766U.jpg?auth=9ebba77979a3ae001f94828984040d7e44795e0487ec8ae767051f283df54415&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man receives a copy of Haruki Murakami's new book titled "The Tale of KAHO" minutes after the clock struck midnight at a Kinokuniya bookstore in Tokyo, Friday, July 3, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S2GRRGK62E5H5RCL4LIH74E3TE.jpg?auth=bca825455b4387e1ff8ec2f8bcf5ff2182b7204965e3930ffa1ac5332c6132dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bookstore staff prepare a countdown event for their customers to receive copies they pre-purchased, of author Haruki Murakami's new book titled "The Tale of Kaho," at the Kinokuniya bookstore in Tokyo, Thursday, July 2, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content></item><item><title><![CDATA[Identifican a las víctimas tras doble  apuñalamiento mortal en Lauderhill]]></title><link>https://www.local10.com/espanol/2026/07/02/identifican-a-las-victimas-tras-apunalamiento-doble-mortal-en-lauderhill/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/identifican-a-las-victimas-tras-apunalamiento-doble-mortal-en-lauderhill/</guid><dc:creator><![CDATA[Amanda Batchelor, Ryan Mackey]]></dc:creator><description><![CDATA[La Policía de Lauderhill divulgó este jueves las identidades de los dos hombres que fueron apuñalados fatalmente a principios de esta semana en un complejo de apartamentos.]]></description><pubDate>Thu, 02 Jul 2026 18:50:48 +0000</pubDate><content:encoded><![CDATA[<p>La Policía de Lauderhill divulgó el jueves las identidades de los dos hombres que <a href="https://www.local10.com/espanol/2026/07/01/niegan-fianza-a-sospechoso-acusado-de-apunalar-mortalmente-a-dos-hombres-en-lauderhill/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/niegan-fianza-a-sospechoso-acusado-de-apunalar-mortalmente-a-dos-hombres-en-lauderhill/">fueron apuñalados fatalmente a principios de esta semana</a> en un complejo de apartamentos.</p><p>Las víctimas fueron identificadas como Mesilien Pierre, de 36 años, y Wilford White, de 68.</p><p>El sospechoso, Gregory DaSilva, de 26 años, fue arrestado el martes y enfrenta dos cargos de asesinato premeditado y un cargo de agresión agravada con un arma mortal.</p><figure><img src="https://www.local10.com/resizer/v2/W6ULMZFXN5ETDFHC6SL5ISOQYQ.jpg?auth=26b4481fd90048cd1c0879ad52dcc462fe83fe2bde38a22a62e5b26d00479344&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>La Policía de Lauderhill informó que los apuñalamientos ocurrieron alrededor de las 11:15 a.m. del martes en la cuadra 5300 de Northwest 19th Street.</p><p>Los investigadores dijeron que un agente fue inicialmente abordado por un hombre que reportó que alguien armado con un cuchillo había intentado atacarlo.</p><p>Posteriormente, los agentes localizaron a un sospechoso que coincidía con la descripción, pero la Policía indicó que huyó hacia un vecindario residencial cercano.</p><p>Mientras los agentes buscaban al sospechoso, los investigadores informaron que recibieron una llamada al 911 sobre un hombre con aparentes heridas de arma blanca. Mientras recorrían el vecindario, los agentes confirmaron que encontraron a una segunda víctima de apuñalamiento.</p><p>La Policía indicó que una de las víctimas fue declarada muerta en el lugar, mientras que la otra falleció después de ser trasladada a un hospital cercano.</p><p>Vecinos dijeron a Local 10 que una de las víctimas estaba leyendo la Biblia momentos antes de ser atacada. También indicaron que White utilizaba una silla de ruedas y no pudo escapar.</p><p>Hasta la tarde del jueves, DaSilva permanecía detenido sin derecho a fianza.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FPKWGLABQJF7ROGJJM7UNIGZCU.jpg?auth=8f09d1ab91d1ad0efc9cdafb96c6783dd838bd74a350c706efdb42b7105e37c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Supreme Court declines to halt $800-a-day fine for ex-Fox News reporter refusing to divulge sources]]></title><link>https://www.local10.com/news/politics/2026/07/02/supreme-court-declines-to-halt-800-a-day-fine-for-ex-fox-news-reporter-refusing-to-divulge-sources/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/02/supreme-court-declines-to-halt-800-a-day-fine-for-ex-fox-news-reporter-refusing-to-divulge-sources/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST and ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court on Thursday declined to intervene after a judge ordered an $800-a-day fine for a former Fox News reporter if she refuses to reveal her confidential source for stories about a Chinese American scientist who was investigated by the FBI but never charged.]]></description><pubDate>Thu, 02 Jul 2026 21:04:38 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court on Thursday declined to intervene after a judge ordered an $800-a-day fine for a former Fox News reporter if she refuses to reveal her confidential source for stories about a Chinese American scientist who was investigated by the FBI but never charged.</p><p>The high court rebuffed an emergency appeal from Catherine Herridge. The veteran investigative reporter has been held in civil contempt as part of a lawsuit that scientist Yanping Chen filed against the government over the leak.</p><p>Chief Justice John Roberts previously put a short-term hold on the fine as the court considered the appeal. On Thursday, the court said it was denying Herridge's bid to stay the fine. Justice Brett Kavanaugh supported granting the application for a stay, the court said.</p><p>Herridge published a series for Fox News in 2017 that examined Chen’s ties to the Chinese military and raised questions about whether the scientist was using a professional school she founded in Virginia to help the Chinese government get information about American servicemembers.</p><p>Fox News Media expressed disappointment in the decision.</p><p>“Protecting the confidentiality of journalistic sourcing and the integrity of the newsgathering process is fundamental to a free and functioning democracy. While we are deeply disappointed by the Court’s decision, our commitment to defending these critical First Amendment principles remains unwavering and we will be reviewing our options to further fight this injustice," the network said in a statement.</p><p>Herridge’s attorneys did not immediately respond to messages seeking comment.</p><p>The stories relied on what Chen’s lawyers say were items leaked from the probe into statements she made on immigration forms related to work on a Chinese astronaut program.</p><p>Those include snippets of an FBI document summarizing an interview conducted during the investigation, personal photographs, and information taken from her immigration and naturalization forms and from an internal FBI PowerPoint presentation, according to court documents.</p><p>The six-year probe never resulted in charges against Chen, and in 2018 she sued the FBI and the Justice Department.</p><p>Her suit said that both her personal and professional life were upended amid a wave of negative media attention after the leak, leading to hate mail and death threats. She accused the government of violating the Privacy Act, which prohibits the public disclosure of private information about individuals without their consent.</p><p>A judge ordered Herridge to answer questions about her source or sources in a deposition with Chen’s lawyers. U.S. District Judge Christopher Cooper in Washington ruled that Chen’s need to know for the sake of her lawsuit overcame Herridge’s right to shield her source.</p><p>Herridge was interviewed under oath but declined to answer questions about her sources. The judge eventually held her in contempt, and the fine was set to begin after the order was upheld by an appeals court panel.</p><p>The case has been closely watched by media advocates, who say forcing journalists to betray a promise of confidentiality could make sources think twice before providing information to reporters that could expose government wrongdoing.</p><p>“Journalists facing contempt should not have to muster large payments to the court while they seek to vindicate First Amendment rights," said Bruce Brown, president of the Reporters Committee for Freedom of the Press. "And forcing them to betray source confidences always has a harmful impact on the free flow of information to the public.”</p><p>Chen’s lawyers say they have exhausted other ways to identify the leaker, and the identity is key to making their case that the Privacy Act was violated. Attorney Andrew Phillips said they hope Thursday's decision will help bring the matter to a close.</p><p>“Dr. Chen, like any other American citizen, is entitled to discover the identity of the federal official(s) who abused their access to an American’s private information and leaked it to cause her harm. That type of corrupt, unlawful conduct is exactly what the Privacy Act was designed to address," he said.</p><p>Herridge reported for Fox News and CBS News before recently becoming an independent journalist.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HZXPVX2N2DKBARRHJY53C6MT4A.jpg?auth=98e3e8eeea4ca80c63ba0fdfa5c7b0e8fbc48ee0d34b73021ec383823f195390&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Supreme Court is seen Tuesday, June 30, 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[Jaylen Brown still processing how he became a former Boston Celtic after stunning trade with 76ers]]></title><link>https://www.local10.com/sports/2026/07/02/jaylen-brown-still-processing-how-he-became-a-former-boston-celtic-after-stunning-trade-with-76ers/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/02/jaylen-brown-still-processing-how-he-became-a-former-boston-celtic-after-stunning-trade-with-76ers/</guid><dc:creator><![CDATA[By DAN GELSTON, Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — Jaylen Brown said he was still processing how the trade agreement went down that will send the former Boston Celtics star to one of its most storied rivals, the Philadelphia 76ers.]]></description><pubDate>Thu, 02 Jul 2026 19:17:23 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — Jaylen Brown said he was still processing how the trade agreement went down that will send the former Boston Celtics star to one of its most storied rivals, the Philadelphia 76ers.</p><p>Brown — the 2024 NBA Finals MVP, a five-time All-Star and the league’s fourth-leading scorer this past season — is getting traded by the Celtics to the Sixers, a person with knowledge of the deal’s terms said Wednesday.</p><p>Boston is getting Paul George, along with a slew of draft capital that could become two first-round picks and two second-round picks, said the person who spoke to The Associated Press on condition of anonymity because the trade does not yet have the required league approvals.</p><p>“I’m still processing how this all went down,” Brown wrote on social media Thursday. "I’m excited and disappointed at the same time. I earned my respect from this city. I never asked for shortcuts or special treatment. I simply showed up every day, put my head down, and accepted every challenge.</p><p>The relationships I built here, the battles we fought together, the championship we brought to this city, and the connection I shared with the fans, I’ll carry on with me."</p><p>Jayson Tatum missed most of this past season while recovering from an Achilles tendon tear that happened during the 2025 playoffs, meaning Brown had to carry even more of the load for Boston — and he wound up with career-best averages of 28.7 points, 6.9 rebounds and 5.1 assists per game.</p><p>It seemed, though, that Brown has felt underappreciated, especially after it became known that Boston had included him in trade talks with Milwaukee when Giannis Antetokounmpo was on the market.</p><p>“Saying goodbye isn’t easy when you’ve invested your heart into something,” Brown wrote.</p><p>The Sixers have another star to pair with two-time NBA scoring champion Joel Embiid — and the true franchise cornerstones in All-Star guard Tyrese Maxey and second-year standout VJ Edgecombe — after new team president of basketball operations Mike Gansey pulled off a whale of a move in his first month on the job.</p><p>“I’m excited for what’s ahead and grateful for the opportunity to join Philadelphia,” Brown wrote. "Every city has its own identity, its own passion, and its own expectation. I respect that, and I’m looking forward to earning that respect the only way I know how, through the work.</p><p>"Philly — throw the ball up let’s get it!"</p><p>___</p><p>AP Basketball Writer Tim Reynolds in Miami 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/DETXQSVHTRZTMUEAWQKPC5ADCI.jpg?auth=8cae62caea7c654851401fc4f0de2f639cd5200c2229a40237e110829abd5d17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Boston Celtics' Jaylen Brown plays during Game 6 in a first-round NBA basketball playoff series Thursday, April 30, 2026, in Philadelphia. (AP Photo/Matt Slocum,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PFJAZBK5JYDSK74ZVXS5GGPV3U.jpg?auth=8d1b4552e3f8a284589a46cbf01bf9c91168e4097207dcb859a98d19ac730a52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Boston Celtics forward Jaylen Brown (7) drives to the basket against Philadelphia 76ers center Joel Embiid, right, during the first half of an NBA basketball game, Wednesday, Oct. 22, 2025, in Boston. (AP Photo/Charles Krupa,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KNCCYB32TDAZ5HU4E5XBHSXCHU.jpg?auth=3d8513a5087d470856e33e9f445f286de867eaa2ae6163a96fda0b79ea492f98&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Philadelphia 76ers' Joel Embiid (21) beats Boston Celtics' Jaylen Brown (7) to the ball during the fourth quarter of an NBA basketball game in Boston, Thursday, Jan. 18, 2018. (AP Photo/Michael Dwyer,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Dwyer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O3FO3PEZ4JIDLGOCLYGGTFRQH4.jpg?auth=173827c13aa83c3ba84b5ac8bfed95477e03dbc3a35b01df914fc18f4bf8db9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Boston Celtics guard Jaylen Brown (7) drives to the basket against Philadelphia 76ers forward Paul George (8) during the first half of Game 2 of a first-round NBA playoffs basketball series, April 21, 2026, in Boston. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Miami-Dade instala estaciones de hidratación para dar inicio al Julio sin Plástico]]></title><link>https://www.local10.com/espanol/2026/07/02/miami-dade-instala-estaciones-de-hidratacion-para-dar-inicio-al-julio-sin-plastico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/miami-dade-instala-estaciones-de-hidratacion-para-dar-inicio-al-julio-sin-plastico/</guid><dc:creator><![CDATA[Louis Aguirre]]></dc:creator><description><![CDATA[Mientras la contaminación por plástico continúa asfixiando los océanos y las vías fluviales, un movimiento mundial desafía a las personas a formar parte de la solución.]]></description><pubDate>Thu, 02 Jul 2026 16:38:59 +0000</pubDate><content:encoded><![CDATA[<p>Mientras la contaminación por plástico continúa asfixiando los océanos y las vías fluviales, un movimiento mundial desafía a las personas a formar parte de la solución.</p><p>El miércoles marcó el inicio de <a href="https://www.plasticfreejuly.org/get-involved/what-you-can-do/" target="_blank" rel="noreferrer" title="https://www.plasticfreejuly.org/get-involved/what-you-can-do/">Julio sin Plástico</a>, una campaña que anima a las personas a reducir el uso de plásticos. El condado Miami-Dade se une al esfuerzo con una nueva iniciativa.</p><p>El condado Miami-Dade inauguró su primera estación de hidratación Hope en la estación Government Center del Metrorail, en el centro de Miami, donde ofrece agua fría, filtrada y gratuita a cualquier persona que quiera rellenar una botella reutilizable.</p><p>“Esto realmente va a cambiar la cultura. Estoy segura de que veremos a más personas utilizando estas estaciones y diciendo no a las botellas de agua de plástico”, dijo la alcaldesa de Miami-Dade, Daniella Levine Cava.</p><p>El objetivo es incentivar a las personas a cambiar a botellas reutilizables y rechazar las de plástico para ayudar a reducir la enorme cantidad de desechos plásticos que terminan en el medio ambiente.</p><p>“Es muy fácil. Colocas tu botella, sale agua fría, filtrada y gratuita. Toda nuestra idea es que, si estas estaciones son más accesibles, más atractivas y más fáciles de usar, todos serán más sostenibles. No hay necesidad de una botella de plástico si hay estaciones Hope en todas partes”, dijo Cristina Gnecco, cofundadora y directora de operaciones de Hope Hydration.</p><p>El fundador y director ejecutivo de Hope Hydration, Jorge Richardson, dijo que la inauguración de la estación antes del inicio de Julio sin Plástico fue intencional.</p><p>Julio sin Plástico es un movimiento mundial que anima a las personas a reducir sus desechos plásticos, una decisión reutilizable a la vez.</p><p>“No necesitamos que unas pocas personas lo hagan de manera perfecta. Necesitamos que muchas personas lo intenten, y así es como realmente comenzaremos a generar un efecto multiplicador”, dijo Maddie Kaufman, directora de programas de <a href="https://debrisfreeoceans.org/plasticfreejuly/" target="_blank" rel="noreferrer" title="https://debrisfreeoceans.org/plasticfreejuly/">Debris Free Oceans</a>.</p><p>La idea es comenzar con pequeños cambios, eliminando un hábito relacionado con el plástico de la vida diaria.</p><p>“Se necesitan unas dos semanas para crear un hábito. Así que dedica dos semanas a intentar crear un hábito con un solo artículo”, dijo Kaufman.</p><p>La necesidad de actuar nunca ha sido mayor.</p><p>“Es una cifra alarmante. Sí, estamos en modo de crisis”, dijo Marcus Eriksen, cofundador y director de investigación del Instituto 5 Gyres.</p><p>Cada año, aproximadamente ocho millones de toneladas métricas de plástico llegan al océano, sumándose a los más de 171 billones de partículas de plástico que ya existen allí. Se proyecta que la producción de plástico se duplicará durante los próximos 25 años.</p><p>“Recogemos más de 20,000 libras de basura por día durante el Día Internacional de Limpieza de Costas. Nuestros vertederos se están llenando de plástico. Nuestros cuerpos se están llenando de plástico”, dijo Kaufman.</p><p>Los defensores de esta causa afirman que el reciclaje, por sí solo, no resolverá el problema. A nivel mundial, solo el 9 % del plástico se recicla, y aseguran que la única solución es rechazar el plástico siempre que sea posible.</p><p>Debido a que la ley de Florida impide que los gobiernos locales regulen la mayoría de los plásticos de un solo uso, gran parte de la responsabilidad recae en los consumidores.</p><p>Programas como <a href="https://www.mbrisingabove.com/climate-mitigation/plastic-free-miami-beach/" target="_blank" rel="noreferrer" title="https://www.mbrisingabove.com/climate-mitigation/plastic-free-miami-beach/">Plastic Free Miami Beach</a> y <a href="https://www.miamidade.gov/global/service.page?Mduid_service=ser1648650124675404" target="_blank" rel="noreferrer" title="https://www.miamidade.gov/global/service.page?Mduid_service=ser1648650124675404">Plastic Free 305</a> ayudan a los consumidores a tomar mejores decisiones al destacar a los negocios que han reducido significativamente el uso de envases plásticos y artículos desechables.</p><p>“El 73 % de los visitantes, turistas y consumidores quieren gastar su dinero en negocios sostenibles y en sus productos”, dijo Cynthia Seymour, del Distrito de Mejoramiento Comercial de Coconut Grove.</p><p>Hope Hydration planea instalar 15 estaciones más en todo el condado Miami-Dade, en parques públicos y otros espacios del condado. El objetivo es expandirse a 250 estaciones durante el próximo año, para que sea más fácil, gratuito y conveniente dejar de comprar agua embotellada en envases de plástico y utilizar botellas reutilizables.</p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade launches hydration stations to kick off Plastic Free July]]></title><link>https://www.local10.com/news/local/2026/07/01/miami-dade-launches-hydration-stations-to-kick-off-plastic-free-july/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/miami-dade-launches-hydration-stations-to-kick-off-plastic-free-july/</guid><dc:creator><![CDATA[Louis Aguirre]]></dc:creator><description><![CDATA[As plastic pollution continues to choke oceans and waterways, a global movement is challenging people to be part of the solution.]]></description><pubDate>Thu, 02 Jul 2026 02:47:21 +0000</pubDate><content:encoded><![CDATA[<p>As plastic pollution continues to choke oceans and waterways, a global movement is challenging people to be part of the solution.</p><p><a href="https://www.local10.com/espanol/2026/07/02/miami-dade-instala-estaciones-de-hidratacion-para-dar-inicio-al-julio-sin-plastico/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/miami-dade-instala-estaciones-de-hidratacion-para-dar-inicio-al-julio-sin-plastico/">Leer en español</a></p><p>Wednesday marked the first day of <a href="https://www.plasticfreejuly.org/get-involved/what-you-can-do/" target="_self" rel="" title="https://www.plasticfreejuly.org/get-involved/what-you-can-do/">Plastic Free July</a>, a campaign encouraging people to reduce their use of plastics. Miami-Dade County is joining the effort with a new initiative.</p><p>Miami-Dade County unveiled its first Hope Hydration Station at the Government Center Metrorail station in downtown Miami, offering free cold, filtered water to anyone who wants to refill a reusable bottle.</p><p>“It’s going to really change culture. I’m sure we’re going to see more people utilizing this and saying no, refusing those plastic water bottles,” Miami-Dade Mayor Daniella Levine Cava said.</p><p>The goal is to encourage people to switch to reusable bottles and refuse plastic ones to help curb the massive amount of plastic waste ending up in the environment.</p><p>“It’s super easy. Place your bottle, water comes out chilled, it’s filtered, it’s free, and our whole thesis is that if these are more accessible, more beautiful and easier to access, then everyone is going to be more sustainable. There’s no need for a plastic bottle if there are Hope stations everywhere,” said Cristina Gnecco, co-founder and COO of Hope Hydration.</p><p>Hope Hydration founder and CEO Jorge Richardson said the timing of the station’s unveiling ahead of Plastic Free July was intentional.</p><p>Plastic Free July is a global movement urging people to reduce their plastic waste one reusable choice at a time.</p><p>“We don’t need a few people doing this perfectly. We need a lot of people trying, and that’s how we will actually start to have this ripple effect impact,” said Maddie Kaufman, program director for <a href="https://debrisfreeoceans.org/plasticfreejuly/" target="_self" rel="" title="https://debrisfreeoceans.org/plasticfreejuly/">Debris Free Oceans.</a></p><p>The idea is to start small by eliminating one plastic habit from daily life.</p><p>“It takes, like, two weeks to build a habit. So take two weeks to try to build a habit with one item,” Kaufman said.</p><p>The need for action has never been greater.</p><p>“It is a scary number. And yes, we are in crisis mode,” said Marcus Eriksen, co-founder and director of research for the 5 Gyres Institute.</p><p>Roughly 8 million metric tons of plastic enter the ocean each year, adding to the more than 171 trillion plastic particles already there. Plastic production is projected to double over the next 25 years.</p><p>“We pick up 20,000-plus pounds of trash per day on International Coastal Cleanup Day. Our landfills are filling up with plastic. Our bodies are filling up with plastic,” Kaufman said.</p><p>Advocates say recycling alone will not solve the problem. Globally, only 9% of plastic is ever recycled, and they say the only way forward is to refuse plastic whenever possible.</p><p>With Florida law preventing local governments from regulating most single-use plastics, much of the responsibility falls on consumers.</p><p>Programs like <a href="https://www.mbrisingabove.com/climate-mitigation/plastic-free-miami-beach/" target="_self" rel="" title="https://www.mbrisingabove.com/climate-mitigation/plastic-free-miami-beach/">Plastic Free Miami Beach</a> and <a href="https://www.miamidade.gov/global/service.page?Mduid_service=ser1648650124675404" target="_self" rel="" title="https://www.miamidade.gov/global/service.page?Mduid_service=ser1648650124675404">Plastic Free 305</a> help consumers make better choices by highlighting businesses that have significantly reduced their plastic packaging and single-use items.</p><p>“73% of visitors, tourists and consumers want to spend their money on sustainable businesses and their products,” said Cynthia Seymour of the Coconut Grove Business Improvement District.</p><p>Hope Hydration plans to install 15 more stations throughout Miami-Dade County at public parks and other county venues. The goal is to expand to 250 stations over the next year, making it easier, free and more convenient for people to stop buying bottled water in plastic containers and use refillable bottles instead.</p><p><!-- Local 10 — "Don't Trash Our Treasure" Navbox -->
<div class="dtt-navbox" role="complementary" aria-label="Don't Trash Our Treasure navigation">
  <style>
    .dtt-navbox {
      --dtt-dark: #1e6b3b;
      --dtt-mid:  #2f8d55;
      --dtt-sea:  #1f8a99;
      --ring:     rgba(31,138,153,0.25);

      max-width: 900px;
      margin: 1.25rem auto;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid rgba(0,0,0,0.08);
      box-shadow: 0 10px 28px rgba(0,0,0,0.08);
      background: #fff;
      font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
      color: #123728;
    }

    .dtt-header img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .dtt-body {
      padding: 14px clamp(14px, 3vw, 22px) 18px;
    }

    /* Vertical stack */
    .dtt-buttons {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .dtt-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 12px 14px;
      border-radius: 10px;
      background: linear-gradient(180deg, var(--dtt-mid), var(--dtt-dark));
      color: #fff !important;
      text-decoration: none !important;
      font-weight: 700;
      font-size: 0.98rem;
      letter-spacing: .2px;
      border: 1px solid rgba(0,0,0,0.05);
      box-shadow: 0 6px 14px rgba(31,138,153,0.18), inset 0 1px 0 rgba(255,255,255,0.25);
      transition: transform .08s ease, box-shadow .12s ease, filter .12s ease;
      outline: none;
      width: 100%;               /* stretch full width */
      box-sizing: border-box;
      min-height: 48px;
    }
    .dtt-btn:visited { color: #fff !important; }
    .dtt-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 10px 18px rgba(31,138,153,0.24), inset 0 1px 0 rgba(255,255,255,0.3);
      filter: saturate(1.05);
    }
    .dtt-btn:focus-visible {
      box-shadow: 0 0 0 4px var(--ring), inset 0 1px 0 rgba(255,255,255,0.3);
    }
  </style>

  <!-- Header image only -->
  <div class="dtt-header">
    <img
      src="https://www.local10.com/resizer/v2/2QPYUWHUXFDYBPXRTIGOHHRBKE.png?auth=d632fd4dcdda2eeae8158db6395360d19c0dab43264992a9654a9f0059efebc1"
      alt="Local 10 — Don't Trash Our Treasure"
      width="1600" height="300"
      decoding="async" loading="lazy"
    />
  </div>

  <!-- Body -->
  <div class="dtt-body">
    <nav class="dtt-buttons" aria-label="Don't Trash Our Treasure links">
      <a class="dtt-btn" href="https://www.local10.com/topic/Don%27t_Trash_Our_Treasure/" target="_blank" rel="noopener noreferrer">
        📰 <span>More stories</span>
      </a>

      <a class="dtt-btn" href="https://www.local10.com/community/2021/04/20/send-us-your-story-ideas-for-dont-trash-our-treasure/" target="_blank" rel="noopener noreferrer">
        💡 <span>Send us your ideas</span>
      </a>

      <a class="dtt-btn" href="https://www.local10.com/news/local/2021/04/20/list-get-involved-with-beach-cleanups-in-south-florida/" target="_blank" rel="noopener noreferrer">
        📍 <span>Find beach cleanups</span>
      </a>
    </nav>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[BSO: Man dies after being shot by woman in North Lauderdale Walmart parking lot]]></title><link>https://www.local10.com/news/local/2026/07/01/bso-man-dies-after-being-shot-by-woman-in-north-lauderdale-walmart-parking-lot/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/bso-man-dies-after-being-shot-by-woman-in-north-lauderdale-walmart-parking-lot/</guid><dc:creator><![CDATA[Amanda Batchelor, Rosh Lowe]]></dc:creator><description><![CDATA[A 62-year-old man has died after he was shot in the parking lot of a Walmart in North Lauderdale on Tuesday, authorities announced Wednesday.]]></description><pubDate>Wed, 01 Jul 2026 16:48:25 +0000</pubDate><content:encoded><![CDATA[<p>A 62-year-old man has died after he was shot in the parking lot of a Walmart in North Lauderdale on Tuesday, authorities announced Wednesday.</p><p><a href="https://www.local10.com/espanol/2026/07/01/bso-hombre-muere-tras-ser-baleado-por-mujer-en-estacionamiento-de-walmart-en-north-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/bso-hombre-muere-tras-ser-baleado-por-mujer-en-estacionamiento-de-walmart-en-north-lauderdale/">Leer en español</a></p><p>The man was identified by the Broward Sheriff’s Office as Bart Diguglielmo, of Lauderhill.</p><p>According to BSO,<a href="https://www.local10.com/news/local/2026/06/30/bso-1-injured-1-detained-following-shooting-outside-north-lauderdale-walmart/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/30/bso-1-injured-1-detained-following-shooting-outside-north-lauderdale-walmart/"> the shooting was reported just before 12:30 p.m. Tuesday</a> in the parking lot of the Walmart, located at 7900 W. McNab Road.</p><p>Deputies and North Lauderdale Fire Rescue medics responded to the scene and found Diguglielmo suffering from a gunshot wound, authorities said.</p><p>Deputies said paramedics transported Diguglielmo to Broward Health Medical Center, where he died.</p><p>Local 10 exclusively obtained video showing the moments that the fatal shooting occurred. </p><p>According to BSO, Diguglielmo and a woman had gotten into an argument over a parking space prior to the shooting.</p><p>Deputies said the woman remained at the scene after the shooting and claimed she shot Diguglielmo in self-defense.</p><p>Detectives confirmed that the woman was detained for questioning and is cooperating in the investigation.</p><p>The victim’s daughter, who asked to be identified only as Amanda, was in tears as she described her father during a Zoom interview with Local 10 News, calling him a “good man” who previously served in the military.</p><p>She told Local 10’s Rosh Lowe that nobody “deserves to lose their life over a parking spot.” </p><p>Amanda told Lowe that she was “hesitant to do the interview,” but said she wanted her dad “to be remembered for who he was and not who the media is portraying him to be.” </p><p>“I heard one news site say it was over a parking spot,” Amanda said. “Another says it was because my dad was making some type of advance towards the woman, which I will completely debunk because my dad is not that person. He’s not perfect, but not someone that would do this to this extreme.”</p><p>Amanda said she had been estranged from her dad for many years, but they had recently been working on repairing their relationship. </p><p>Detectives said upon the completion of the investigation, the case will be presented to the Broward County State Attorney’s Office to determine whether criminal charges will be filed against the woman who shot Diguglielmo.</p><p>The woman’s identity has not been released.</p><p>A BSO spokesperson told Local 10 News that the agency has not received any updates and “the case will be presented to the Broward County State Attorney’s Office to determine if criminal charges will be filed.” </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[Wimbledon kept its courts lush green as other London lawns browned in record heat]]></title><link>https://www.local10.com/sports/2026/07/02/wimbledon-kept-its-courts-lush-green-as-other-london-lawns-browned-in-record-heat/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/02/wimbledon-kept-its-courts-lush-green-as-other-london-lawns-browned-in-record-heat/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Grass in much of London turned brown last week amid a record heat wave that made Britain and the rest of Europe sizzle. Water demand skyrocketed and suppliers urged people to drastically reduce outdoor usage.]]></description><pubDate>Thu, 02 Jul 2026 18:51:53 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Grass in much of London turned brown last week amid a record heat wave that made Britain and the rest of Europe sizzle. Water demand skyrocketed and suppliers urged people to drastically reduce outdoor usage.</p><p>The perfectly manicured lawns of Wimbledon’s famous tennis courts are as green as ever, though, as play at the grass-court Grand Slam got underway this week.</p><p>The lush green courts are a standard that players, spectators and broadcasters have come to expect — or take for granted.</p><p>“I have not once ever considered the watering of the grass,” American player Madison Keys said Thursday after a second-round win. “They always are (green), so that’s probably why I have never thought about it.”</p><p>The players don't need to worry about it because Neil Stubley, the All England Club’s head of courts and horticulture, and his team of 31 groundskeepers make sure that Wimbledon is always a picture-perfect spectacle thanks to constant maintenance.</p><p>Stubley said he's “probably got about 25 weather apps that I look at probably every seven minutes” to make sure he keeps up with the changing climate. He attributes the perfectly green courts to years of research into grasses that can withstand extreme heat.</p><p>“It’s inevitable and it is happening,” Stubley said of the increasing number of heat waves in Britain. “We have a grass species trial that’s been running for nearly 40 years looking at what are the best grasses for tennis, the more drought tolerant, the more hard-wearing grasses.”</p><p>The 18 tournament courts and 20 practice courts for Wimbledon have been sown with perennial ryegrass since 2001. Also, tubes are installed on Centre Court and four other courts in which a probe can be inserted to measure soil moisture.</p><p>Soil moisture levels have a direct bearing on surface hardness, live grass cover and ball rebound. The probes came in handy last week when temperature records for June in Britain were smashed on three consecutive days.</p><p>It was England’s warmest June on record, according to the Met Office, Britain’s national weather service.</p><p>What made the heat wave even worse was overnight temperatures were also well-above average.</p><p>That hasn't been an issue this week, though.</p><p>“At the moment, in London, in the UK, you may have a 33-degree (Celsius) day (91 Fahrenheit) but you’re then getting a 17-degree (62 F) overnight," Stubley added. "That allows the temperature to come down, it allows the dew point to come in. It’s almost like us going into an air conditioned room in the evening — we can all chill out.”</p><p>The heat wave in Britain ended last weekend and temperatures at Wimbledon this week have not risen above 26 C (79 F). But it's forecast to get hotter over the middle weekend and into next week.</p><p>What's more is that it hasn't rained once during this year's tournament and there is no rain in the forecast.</p><p>Spring in London this year was also drier than usual with April having had only 20% of the average expected rain, according to Thames Water, which is responsible for the water supply in Greater London.</p><p>Water supply</p><p>There are 54 million grass plants on Centre Court alone at the start of the championships and 200 metric tons of soil are used each year to level the courts.</p><p>Each court at Wimbledon has its own unique irrigation program but the club does not have its own water supply system.</p><p>Still, organizers strive for conservation.</p><p>“Every time we do a project, part of the remit is how can we conserve things, whether that be energy, whether that be water, the construction of the core, we’re constantly looking at the drainage layers, whether we can start using systems where we can recapture water and reuse it, whether it’s just potable or can we have boreholes, whether we can use the lakes across the road,” Stubley said.</p><p>“It’s always a very fast-moving kind of dynamic because the laws always change. One minute you can have a borehole, the next year you can’t, depending on legislation,” Stubley added.</p><p>Counting grass blades</p><p>Hot temperatures have become an issue at all four Grand Slams in recent years, whether it’s consistently extreme temperatures at the Australian Open, an unexpected heat wave during this year’s French Open, or the humidity at the U.S. Open.</p><p>But Wimbledon is the only major played on a live surface; since the Australian Open and U.S. Open are contested on hard courts and the French Open is played on red clay.</p><p>Preparation of the Wimbledon courts is independently verified by the Sports Turf Research Institute (STRI) in Yorkshire.</p><p>The research institute performs moisture and hardness readings and even counts blades of grass on the baselines to see how quickly the plants are wearing out.</p><p>“And then every day we get that data,” Stubley said. “Each court will have its own microclimate. … So we’re constantly number crunching. … When we’re getting those hardness readings and it’s saying that Court 14 is firmer than Centre Court, we can then add a little bit more water to 14 and a little less to Centre Court so we keep those numbers the same.”</p><p>‘Cheese grater’ sliding damage</p><p>Heat isn’t the only menace to Wimbledon’s courts. Defending champion Jannik Sinner and seven-time winner Novak Djokovic act as unintended lawn mowers when they slide across the baseline to reach shots.</p><p>“If you look at the pimple of a grass-court tennis shoe, it’s almost like a cheese grater,” Stubley said. “As it cuts through the plant, it will shred leaves.”</p><p>Unlike the spots where most players stand to serve — which typically turn brown later in the tournament because of heavy usage — the sliding damage has a different impact on the courts.</p><p>“It’s more spread out when you’ve got the likes of Novak and Sinner doing that,” Stubley said. “Year on year you will have people that just have different styles and we just have to accept that.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FLVL57SADFTWYQNI2ISV7YCF6A.jpg?auth=3a322dc951b63dc686e3431f34d515f383b906177dfe6a256e9d9b8ff3435059&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ground staff waters a court one day ahead of the start of the Wimbledon Tennis Championships in London, Sunday, June 28, 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/ZI3KAJQDRABTNO56VF6NB6UA24.jpg?auth=cc5420fa8c9b6e91d1c398e8e5e89b7835131147827d5436392df5c26ccfb17d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Neil Stubley, All England Club head of courts and horticulture at the Wimbledon Tennis Championships poses for a photographer in London, Wednesday, July 1, 2026.(AP Photo/Andrew Dampf)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Dampf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LH3SENUD5YOHTDFYALTHLRKN3I.jpg?auth=9f81dc25b1f5ee11bc25b19d389bc5cf8852832f251032124d34300c908f9676&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ground staff works on the court on day two of the Wimbledon Tennis Championships in London, Tuesday, June 30, 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/RGWO3WJKJOJWI4YBKO527XYGLM.jpg?auth=9748d52feab6da289378a0f3546c8064055b0ceb4bbc7169c2d5bfd6dc3ed573&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spectators cool themselves with a hand fan as they watch the second round men's singles match between Alexander Zverev of Germany and Valentin Royer of France, at the Wimbledon Tennis Championships in London, Thursday, July 2, 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/W52HOQZWNKS7FXS56AJTAQVUCU.jpg?auth=5e09e50f6bf77c464b60c960114cd2c8fe0ec451f715f35c8b245cf3b8ddfa95&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ground staff fixes the net of a court one day ahead of the start of the Wimbledon Tennis Championships in London, Sunday, June 28, 2026.(AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content></item><item><title><![CDATA[Victims identified following fatal double stabbing in Lauderhill]]></title><link>https://www.local10.com/news/local/2026/07/02/victims-identified-following-fatal-double-stabbing-in-lauderhill/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/victims-identified-following-fatal-double-stabbing-in-lauderhill/</guid><dc:creator><![CDATA[Amanda Batchelor, Ryan Mackey]]></dc:creator><description><![CDATA[Lauderhill police on Thursday released the identities of two men who were fatally stabbed earlier this week at an apartment complex.]]></description><pubDate>Thu, 02 Jul 2026 18:16:14 +0000</pubDate><content:encoded><![CDATA[<p>Lauderhill police on Thursday released the identities of two men who were <a href="https://www.local10.com/news/local/2026/07/01/no-bond-for-suspect-accused-of-fatally-stabbing-2-men-in-lauderhill/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/01/no-bond-for-suspect-accused-of-fatally-stabbing-2-men-in-lauderhill/">fatally stabbed earlier this week </a>at an apartment complex.</p><p><a href="https://www.local10.com/espanol/2026/07/02/identifican-a-las-victimas-tras-apunalamiento-doble-mortal-en-lauderhill/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/identifican-a-las-victimas-tras-apunalamiento-doble-mortal-en-lauderhill/">Leer en español</a></p><p>The victims were identified as Mesilien Pierre, 36; and Wilford White, 68.</p><p>The suspect, Gregory DaSilva, 26, was arrested Tuesday on two counts of premeditated murder and one count of aggravated assault with a deadly weapon.</p><figure><img src="https://www.local10.com/resizer/v2/W6ULMZFXN5ETDFHC6SL5ISOQYQ.jpg?auth=26b4481fd90048cd1c0879ad52dcc462fe83fe2bde38a22a62e5b26d00479344&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Lauderhill police said the stabbings happened around 11:15 a.m. Tuesday in the 5300 block of Northwest 19th Street.</p><p>Investigators said an officer was initially flagged down by a man who reported that someone armed with a knife had tried to attack him.</p><p>Officers then located a suspect matching the description, but police said he ran into a nearby residential neighborhood.</p><p>As officers searched the area, investigators said they received a 911 call about a man suffering from apparent stab wounds. While canvassing the neighborhood, officers confirmed that they found a second stabbing victim.</p><p>Police said one victim was pronounced dead at the scene, while the other died after being taken to a nearby hospital.</p><p>Neighbors told Local 10 that one of the victims had been reading a Bible moments before he was attacked. Neighbors also said White used a wheelchair and was unable to escape.</p><p>As of Thursday afternoon, DaSilva remailed jailed without bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FPKWGLABQJF7ROGJJM7UNIGZCU.jpg?auth=8f09d1ab91d1ad0efc9cdafb96c6783dd838bd74a350c706efdb42b7105e37c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Democrats accuse Trump-linked fundraisers of fraud over diverted donations for America's anniversary]]></title><link>https://www.local10.com/business/2026/07/02/democrats-accuse-trump-linked-fundraisers-of-fraud-over-diverted-donations-for-americas-anniversary/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/democrats-accuse-trump-linked-fundraisers-of-fraud-over-diverted-donations-for-americas-anniversary/</guid><dc:creator><![CDATA[By MICHAEL BIESECKER and JOSH BOAK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Consultants tied to President Donald Trump may have engaged in financial fraud, tricking donors who wanted to support the nation’s bipartisan 250th anniversary organizer into sending their money instead to a rival group set up by his administration, according to a report released Thursday by House Democrats.]]></description><pubDate>Thu, 02 Jul 2026 18:29:58 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Consultants tied to President Donald Trump may have engaged in financial fraud, tricking donors who wanted to support the nation’s bipartisan 250th anniversary organizer into sending their money instead to a rival group set up by his administration, according to a report released Thursday by House Democrats.</p><p>The report draws in part on interviews by Democratic staffers of the House Committee on Natural Resources. Those interviews suggest that donors seeking to celebrate America fell for a bait-and-switch that, if true, could have violated various criminal statutes.</p><p>Donors who were intending to contribute funds to America250, a bipartisan committee created by Congress, were instead given the banking and routing numbers for a different but similarly named group, Freedom 250, the Democratic report says.</p><p>The key difference was that Freedom 250 was set up under the auspices of Trump's Republican administration to be “a vehicle for a Christian nationalist, partisan, and Trump-centered vision of American identity,” according to the report.</p><p>Freedom 250, which has denied the report's claims, has focused on staging big splashy events largely held in Washington, such as the UFC cage fight at the White House on Trump's 80th birthday, the Great American State Fair on the National Mall and the upcoming July 4 celebration featuring a Trump speech and a fireworks extravaganza the president is touting as the “show of a lifetime.”</p><p>Freedom 250 calls report ‘partisan smear’</p><p>Freedom 250 spokesperson Danielle Alvarez dismissed the Democrats' report as “categorically false” and a “partisan smear from politicians who would rather manufacture division” than celebrate a national milestone.</p><p>“Freedom 250 remains fully committed to uniting Americans at this historic moment and giving all Americans a spectacular birthday they can be proud of — and we won’t be distracted by those rooting for it to fail,” said Alvarez, who previously served as a spokesperson for the Trump campaign and the Republican National Committee.</p><p>Democrats allege in the report that this fits a broader pattern in which Trump hijacked the nation’s 250th birthday celebration, redirecting tens of millions of dollars in both taxpayer money and private donations to boost “the President’s ego, political ideology and pet projects.” Much of the spending was directed to companies connected to Trump’s political operation, including the event planners for the Trump rally that immediately preceded the Jan. 6, 2021, riot by a mob of his supporters at the U.S. Capitol.</p><p>“The American people are the big losers in this,” said Rep. Jared Huffman, the ranking Democrat on the Natural Resources Committee. “I’m old enough to remember the bicentennial in 1976. No one cared about party labels or political agendas, religious agendas or anything else. Donald Trump stole that. He took this unifying America250 moment, and he made it all about himself.”</p><p>The White House did not immediately respond to an email seeking comment.</p><p>Report recounts Trump administration effort to control America250</p><p>The Democratic report recounts how the Trump administration sought to control America250, the nonprofit arm of the U.S. Semiquincentennial Commission established by Congress in 2016 to plan celebrations for this year’s anniversary of the signing of the Declaration of Independence.</p><p>After the Trump administration faced pushback, Freedom 250 was created last fall as a limited liability corporation that is a wholly owned subsidiary of the National Park Foundation, the fundraising arm of the National Park Service.</p><p>Freedom 250’s sole employee appears to be CEO Keith Krach, a wealthy Trump supporter who served in the State Department during the president’s first term.</p><p>Democrats said this structure enables Freedom 250 to operate as a “financial black box,” shielded from having to comply with competitive bidding, accounting and transparency rules that would typically apply to a federally controlled entity receiving tens of millions of dollars in taxpayer funds and private donations.</p><p>Under Trump’s big tax and spending cuts bill approved by Congress last year, $150 million in federal funds was allocated to the Interior Department for events celebrating the 250th anniversary. America250 was expecting $100 million of that, though it has received only $25 million, according to the Democratic report.</p><p>Even as a member of a congressional oversight committee, Huffman said that he has no way to know exactly how much taxpayer money has been redirected into Freedom 250 by the Trump administration.</p><p>Freedom 250 CEO solicited donations from foreign government officials, Democrats allege</p><p>The Democrats alleged Krach, the Freedom 250 CEO, traveled in January to the World Economic Forum in Davos, Switzerland, to personally solicit foreign government officials and business leaders for money to help fund America’s birthday celebrations. The report says Trump appointees at the State Department, including some ambassadors, have also held fundraising events overseas and sent out written solicitations seeking foreign donations for Freedom 250.</p><p>Krach did not respond to an email seeking comment. Alvarez denied the group accepts foreign donations.</p><p>The publicly named sponsors of Freedom 250 include defense contractors, oil conglomerates and big tech companies that have federal contracts, that have regulatory issues before federal agencies and in some cases that Trump has personally invested in. Democrats said the arrangement creates the appearance of a cozy pay-to-play scheme in which donors to Trump’s pet projects could get favorable treatment from his administration.</p><p>There has been no public disclosure of how much corporate money has been raised. Freedom 250 also allows donors to request to remain anonymous, and the contributions are tax deductible.</p><p>Democrats allege donors were pressured to withdraw commitments from America250</p><p>The allegation of potential criminal wrongdoing stems from fundraising by Meredith O’Rourke, who served as the national finance director for Trump’s successful 2024 presidential campaign and as a board member for the parent company of Trump’s Truth Social media platform.</p><p>O’Rourke’s firm, Forward Strategies, initially worked as a contractor for America250, which coordinated with the White House to organize last year’s military parade in Washington to coincide with Trump’s 79th birthday. O’Rourke is also a primary fundraiser for other projects Trump has championed, including the construction of the White House ballroom, the planned renovation of the Kennedy Center and the Garden of American Heroes.</p><p>After the creation of Freedom 250 last year, the report alleges, corporate donors were pressured to withdraw fundraising commitments to America250 and shift their financial backing to the new Trump-backed entity.</p><p>Democrats say they have also interviewed donors who were misled by fundraisers, including O’Rourke, into believing they were contributing to America250 but were given wire transfer instructions that routed their money to a bank account controlled by Freedom 250 — a ruse the report says could constitute wire fraud.</p><p>O’Rourke did not respond to a text message seeking comment.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZSJSVSMSURHKVPBBDBY6UAPIQQ.jpg?auth=2057b93cf66817842b73a30077173aa2d3af5d8b04d101de87704f758dda41eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump arrives on the Freedom 250 train, Wednesday, July 1, 2026, in Medora, N.D., for the opening of the Theodore Roosevelt President Library. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YZBMAT3GVHXCOBIGAEFEFV6CAY.jpg?auth=3d8fcdd9ddd7f2b6138ca64b58e6aa5268282e4ce3fe7dbbf50f684bb138be4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers work on a State's pavilion for the Great American State Fair, on the National Mall in Washington, Wednesday, June 17, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G4TJUTO4VUJZPI5ELPNKY55VLY.jpg?auth=b247aaa9ba93d0981ac4e40ef230ef08cfd568e565f0f52d23867c3ee1bebfc8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Construction crews continue building structures on the National Mall near the U.S. Capitol in preparation for the nation's 250th anniversary celebrations, Wednesday, June 17, 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/RMQLKVSVYS45R7GGYURM7EHF5Y.jpg?auth=067e3421136a6b9a9075bedc8932dfff4a6940ef92fd35be8243a0f1b0fbcc95&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Diego Lopes celebrates during a featherweight bout against Steve Garcia during UFC Freedom 250 on the South Lawn of the White House, Sunday, June 14, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[The best movies of 2026 so far, from 'Project Hail Mary' to 'Rose of Nevada']]></title><link>https://www.local10.com/entertainment/2026/07/02/the-best-movies-of-2026-so-far-from-project-hail-mary-to-rose-of-nevada/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/02/the-best-movies-of-2026-so-far-from-project-hail-mary-to-rose-of-nevada/</guid><dc:creator><![CDATA[By JAKE COYLE and LINDSEY BAHR, Associated Press]]></dc:creator><description><![CDATA[A quick summary of the movie year so far: The box office is booming, Gen Z is flocking to theaters and aliens are … real?]]></description><pubDate>Thu, 02 Jul 2026 18:25:03 +0000</pubDate><content:encoded><![CDATA[<p>A quick summary of the movie year so far: The box office is booming, Gen Z is flocking to theaters and aliens are … real?</p><p>It’s been a curiously seesawing first six months. The movies have been dominated as much by 26-year-old YouTuber-turned-filmmaker Curry Barker as they have 79-year-old Steven Spielberg. Some much-prized Hollywood IP has struggled ( “Star Wars: The Mandalorian and Grogu” ) while other franchises ( “Toy Story 5” ) have been more than fine.</p><p>The favorites so far of AP Film Writers Jake Coyle and Lindsey Bahr are fittingly varied, running from shattering debuts to goofy sci-fi. Here are their picks.</p><p>“Disclosure Day”</p><p>Listen, I realize the alien stuff is a little blunt. And you can question the nostalgia baked into a modern-day movie where everyone huddles around TV sets. But when “Disclosure Day” is moving, Spielberg is back in an idiom all his own — and what reconnecting to that spirit means isn't simply wistful. This is a stealthily political movie about whether Spielberg's warm belief in humankind can exist today — if he can rebuild that suburban family home. “Disclosure Day” is as much Spielberg phoning home as was his autobiographic “The Fabelmans.” (In theaters) — J.C.</p><p>“Project Hail Mary”</p><p>Phil Lord and Christopher Miller’s adaptation of Andy Weir’s space saga about a middle school science teacher who is called on to help save the dying sun is one of the easiest recommendations of the year. It is a most-ages crowd-pleaser, funny, warm and dazzling, with a hopeful spirit, a quotable alien sidekick and a quirkily charming lead in Ryan Gosling. (Streaming on Prime Video on July 3) — L.B.</p><p>“Rose of Nevada”</p><p>Everything feels like an echo in Mark Jenkin’s dreamlike tale of time and sea. George Mackay and Callum Turner play crewmen who enlist on a rusty Cornish fishing boat that, upon its return, drops them off in the same English village, 30 years earlier. They’re mistaken for two men thought to be lost. Jenkin, who shoots on 16mm and syncs sound in postproduction, makes films that feel out of time, and “Rose of Nevada” rocks to a haunting tide. (In theaters) — J.C.</p><p>“Tuner”</p><p>Remember how “Good Will Hunting” originally had a crime element to it and Rob Reiner (rightly) advised taking it out? Daniel Roher’s crackling, original thriller “Tuner,” a spiritual descendant of that great film, goes down that path successfully, creating a scenario where a workaday piano tuner, and musical prodigy who can no longer play, gets entangled in a criminal underworld, using his sensitive hearing to crack safes. Leo Woodall stars alongside Dustin Hoffman and Havana Rose Liu. (Available for digital rental) — L.B.</p><p>“Miroirs No. 3”</p><p>Christian Petzold, a great admirer of Hitchcock and “Vertigo,” makes movies where identity, rather than people, can go missing. In this lightly enigmatic 86-minute chamber piece, a woman (Paula Beer) injured in a car crash decides to stay and recuperate at a nearby home where an older, solitary woman (Barbara Auer) resides. The unfolding drama is as beguiling as it is healing. (Available for digital rental) — J.C.</p><p>“The Invite”</p><p>A San Francisco couple host their upstairs neighbors for a last-minute dinner party in Olivia Wilde’s deliriously sharp chamber dramedy about sex and marriage. Wilde both directs and stars as the neurotic Angela, whose relationship with Seth Rogen’s Joe is already on the rocks, when their more, let’s say, liberated neighbors Pína (Penélope Cruz) and Hawk (Edward Norton) arrive to stir things up for better and worse. The mix — contentious, revelatory, awkward and funny — proves a wonderful showcase for some great acting, staging and filmmaking. (In theaters) — L.B.</p><p>“Blue Heron”</p><p>Sophy Romvari’s exquisite and soulful directorial debut melds documentary and fiction, past and present. It’s based on her own childhood, when her Hungarian parents moved their family of six to Vancouver Island in British Columbia. Their teenage son is mentally troubled and distant, and you can feel “Blue Heron” yearning to reach him, through his disorder and through time. It’s an aching, probing memory piece. (Streams July 21 on Criterion Channel) — J.C.</p><p>“Nirvanna the Band the Show the Movie”</p><p>Slacker buddies develop crackpot schemes to land a gig at the Rivoli, a Toronto music venue, in this infectiously silly, lo-fi indie about time travel, friendship and dreams. Canadian comics Matt Johnson and Jay McCarrol may have a cult fanbase from their various series about these lovable losers, but I’m proof that no prior knowledge is needed to get on their goofy wavelength and enjoy the ride — and all the “Back to the Future” references. (Available for digital rental) — L.B.</p><p>“Minions & Monsters”</p><p>This year’s most affectionate ode to the golden age of Hollywood comes from … the Minions? Yes, it’s an unlikely role for one of the most ubiquitous marketing forces in animation. But “Minions & Monsters,” a cartoony good time, finds that the best role yet for the yellow henchmen is as filmmakers. They had me at bello. (In theaters) — J.C.</p><p>“Is God Is”</p><p>Rage and revenge are the heart of Aleshea Harris’s adaptation of her Obie-winning play, in which twin sisters embark on a journey to find, and kill, their abusive father. The tale has both ancient Greek tragedy and Tarantino in its DNA, but it comes alive as its own shocking, vital creation driven by unforgettable performances from Kara Young, Mallori Johnson and a truly terrifying Sterling K. Brown. (Available for digital rental) — L.B.</p><p>“A Poet”</p><p>There hasn’t been a better protagonist this year than Oscar Restrepo (Ubeimar Rios). He’s a failed Columbian writer, a bit of a drunk and, as one character calls him, “a walking problem.” But he’s also, despite his seemingly total lack of grace, a true believer in poetry. Simón Mesa Soto’s film, reportedly getting an English-language remake, is the tragicomedy of the year. (Available for digital rental) — J.C.</p><p>“Hoppers”</p><p>There is a gleefully chaotic spirit to Pixar’s “Hoppers,” about a determined young environmental activist who Avatars her way into the world of beavers in an attempt to block the construction of a highway overpass that would destroy her beloved glade. It is unhinged in the best way. Funny, weird and heartfelt with a terrifically distinct voice cast, including Dave Franco as a tyrannical insect prince. (Streaming on Disney+) — L.B.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WP5UV7BFUSWJ45RSJ2VPLOU6HU.jpg?auth=4ff8c2092aa4c14720d0d2fca183b54eefb25ac6f0580cb8e61117b2fee10c35&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 Amazon MGM Studios shows Ryan Gosling in a scene from "Project Hail Mary." (Jonathan Olley/Amazon MGM Studios via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Olley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/63D7IQMWY63AKZEPX2RJVQKGSU.jpg?auth=b8e75023daab6d3f1878b006504687e8ac61226e98ff8b92c56f13fa990dfcb4&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 1-2 Special shows Callum Turner, left, and George MacKay in a scene from "Rose of Nevada." (Steve Tanner/1-2 Special via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Tanner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJ76GTSDY3VH7R3TONQZTWCIF4.jpg?auth=fc08589b0a6d109941b45a91e81e48bc615c8815e3fb80825dae64e76516a5af&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 A24 shows, from left, Olivia Wilde, Seth Rogen, Penelope Cruz, and Edward Norton in a scene from "The Invite." (A24 via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/WL7BRYS3BGRHMXA3IJM2HLZYAY.jpg?auth=21f6f92498a4e1d4cf8fb9d3cc18522bd90d41a8b67bb46ddc83ccdf03d1bbb6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Universal Pictures shows Colman Domingo, from left, Tommy Martinez, Emily Blunt and Josh O'Connor in a scene from "Disclosure Day." (Universal Pictures and Amblin Entertainment via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Universal Pictures and Amblin En; Universal Pictures and Amblin Entertainment</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LDMACZWTW6EC5JTUYFJFKPCAOU.jpg?auth=e5170f3813062bd723d7bedfdabdd89fa2caaaa0f581f8ee8fcdec72b9fd876e&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 1-2 Special shows Paula Beer, center, and Barbara Auer in a scene from "Miroirs No. 3." (1-2 Special via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/53C4HERPKXOID2DXR4UE5TD33A.jpg?auth=df9050e43bb8b57b8ddc94f436af0f3146386da529c55f1b486f7960e298c29d&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 Dr. Sam, voiced by Kathy Najimy, left, and Nisha, voiced by Aparna Nancherla, right, in a scene from the animated film "Hoppers." (Disney/Pixar via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Pixar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BIGN34PAOUQ4GNBQVBSTA7662A.jpg?auth=8c886f78fa9d9507e131ebe2690795200d028666b218abbb1dea010cc6eb3365&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 Neon shows Matt Johnson, left, and Jay McCarrol in a scene from "Nirvana the Band the Show." (Neon via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/U4IDG6WWFDTWUIFEHVPJSCX25U.jpg?auth=d99ea1f3f918d65d8cde924f0c45731d455a1daee33451ae32dbb73b5b9bc9e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Universal Pictures shows minion Henry, voiced by Pierre Coffin, left, and Goomi, voiced by Trey Parker, in a scene from Illumination's "Minions & Monsters." (Universal Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Illumination</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5QIKQLQDGVC7BMH3LQHEZVDNGE.jpg?auth=3f6c732883ebaeae31a379dfce16ddefed69f076a1cf7640a5ee5926c16778c2&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 Black Bear shows Leo Woodall in a scene from "Tuner." (Black Bear via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/CLH7VDYW2BE7FIKOL3CLE6CMYA.jpg?auth=61212528058d76fa7f311c90704a081def357edd96afa1b78f80ffe9d81ed0b6&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 Janus Films shows Eylul Guven, standing, and Edik Beddoes in a scene from "Blue Heron." (Janus Films via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/W5X6SZQI6N2BHU45Q5UAW3ZGNI.jpg?auth=27f23258e73029b30bae484afa0e3bc0bcd40af2e35979dee4562923699273b7&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 Amazon Content Services shows Kara Young, left, and Mallori Johnson in a scene from "Is God Is." (Patti Perret/Amazon Content Services via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Patti Perret</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RUWSA4U6GPPOISFBZ4IP7ILLIU.jpg?auth=98faacc3c8892da4f55e229e55ffe06c04253b25c4350532e9efc272e7818a19&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 1-2 Special shows Ubeimar Rios in a scene from "A Poet." (1-2 Special via AP)]]></media:description></media:content></item><item><title><![CDATA[Massachusetts city with large Cape Verdean community sets curfew ahead of World Cup match]]></title><link>https://www.local10.com/news/national/2026/07/02/massachusetts-city-with-large-cape-verdean-community-sets-curfew-ahead-of-world-cup-match/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/02/massachusetts-city-with-large-cape-verdean-community-sets-curfew-ahead-of-world-cup-match/</guid><dc:creator><![CDATA[By LEAH WILLINGHAM, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — A Massachusetts city home to one of the nation’s largest Cape Verdean communities will impose a nighttime curfew ahead of Cape Verde’s World Cup match Friday after police said recent postgame celebrations were marred by shootings, stabbings and other violence, prompting city officials to request National Guard assistance.]]></description><pubDate>Thu, 02 Jul 2026 18:22:15 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — A Massachusetts city home to one of the nation’s largest Cape Verdean communities will impose a nighttime curfew ahead of Cape Verde’s World Cup match Friday after police said recent postgame celebrations were marred by shootings, stabbings and other violence, prompting city officials to request National Guard assistance.</p><p>Brockton Mayor Moises Rodrigues announced what he called a “temporary safety curfew” within the Boston suburb at a news conference Wednesday. Cape Verde, an island nation off the west coast of Africa that qualified for the World Cup for the first time this year, is scheduled to face Argentina on Friday in the knockout stage of the tournament.</p><p>“The purpose of this curfew is to protect public safety, reduce criminal activity associated with post-game celebrations, and enable police, fire and emergency personnel to effectively maintain order and respond to emergencies,” Rodrigues said.</p><p>The curfew will run from 10 p.m. Friday until 5 a.m. Saturday in parts of Brockton, where thousands of people have gathered after Cape Verde’s World Cup matches, pouring into downtown streets waving flags, dancing and celebrating late into the night. No one will be allowed to enter establishments serving alcohol after 7 p.m., and last call will be at 9:30 p.m.</p><p>Brockton is home to one of the nation’s largest Cape Verdean communities. Nearly one in five residents is Cape Verdean, and the community is often referred to as the “11th island” of Cape Verde.</p><p>Cape Verde has captured the attention of its diaspora during a historic World Cup run, drawing jubilant crowds in Brockton after matches. City officials have repeatedly said the overwhelming majority of those celebrations have been peaceful.</p><p>But police say recent celebrations have also been followed by violence. At least nine people have been injured in shootings that occurred after World Cup matches or as crowds gathered downtown, according to Brockton police. Others were hurt in stabbings.</p><p>In recent days, detectives released surveillance photos and video from multiple shootings, including one near Main Street as crowds gathered June 21 and another later that night at a gas station, asking the public to help identify suspects.</p><p>Police also said they linked a suspect in another investigation to a shooting that occurred after a World Cup match.</p><p>Officials said the curfew exempts first responders and people traveling to or from work or seeking medical care. They said First Amendment activities, including news coverage, would also be respected.</p><p>Police Chief Brenda Perez said the department is understaffed and has relied on mutual aid from the Massachusetts State Police, the Plymouth County Sheriff’s Office and neighboring police departments during previous celebrations. She said more than 200 officers were deployed during recent World Cup gatherings but declined to discuss operational plans for Friday.</p><p>Steve Hooke, director of the Brockton Emergency Management Agency, confirmed the city requested National Guard assistance but declined to discuss operational details or whether the request had been approved.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E5PNG3JGGNJNOMXJEOB7PBISUA.jpg?auth=e3757508e8220783e6e7a4ade791b179b2d0d05e92e2d09043be3e204cd6059e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde supporters celebrate in cars on the streets after the World Cup Group H soccer match between Uruguay and Cape Verde at the Cape Verde community in Brockton, Mass. near Boston, Sunday, June 21, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K2PTPPB7HQ4FSE5HVY35XQADQA.jpg?auth=84a388acfbca9f98446979bd428546bac1ddc22c109eefe057ef9d218a4bf9d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde supporters celebrate the opening goal for their team as they watch the World Cup Group H soccer match between Uruguay and Cape Verde at a restaurant at a Cape Verde community in Brockton, Mass. near Boston, Sunday, June 21, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[Encontrar alivio del calor el 4 de julio será un desafío en el este de EEUU]]></title><link>https://www.local10.com/espanol/2026/07/02/calor-extremo-podria-empanar-celebraciones-por-el-250-aniversario-de-la-independencia-de-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/calor-extremo-podria-empanar-celebraciones-por-el-250-aniversario-de-la-independencia-de-eeuu/</guid><dc:creator><![CDATA[Por HOLLY RAMER, Associated Press]]></dc:creator><description><![CDATA[CONCORD, Nueva Hampshire (AP) — El calor, tan opresivo como el dominio colonial británico, se cierne sobre el este de Estados Unidos de cara al fin de semana largo del 4 de Julio, lo que ha llevado a algunas comunidades a cancelar, posponer o modificar sus planes por el Día de la Independencia.]]></description><pubDate>Thu, 02 Jul 2026 20:31:23 +0000</pubDate><content:encoded><![CDATA[<p>CONCORD, Nueva Hampshire (AP) — El calor, tan opresivo como el dominio colonial británico, se cierne sobre el este de Estados Unidos de cara al fin de semana largo del 4 de Julio, lo que ha llevado a algunas comunidades a cancelar, posponer o modificar sus planes por el Día de la Independencia.</p><p>El Servicio Meteorológico Nacional informó el jueves que una ola de calor peligroso con temperaturas récord continuará en gran parte del centro y el este de Estados Unidos hasta el viernes y persistirá a lo largo de la Costa Este durante el fin de semana. Para el noreste se pronosticaron temperaturas en torno a los 30 grados Celsius (90 grados Fahrenheit); Filadelfia y Boston podrían superar los 37 °C (100 °F). Se espera que la humedad haga que la sensación térmica sea aún mayor, lo que prácticamente garantiza que el sudor empañará el ánimo en muchas celebraciones por los 250 años de la Independencia estadounidense.</p><p>“Vayas donde vayas en el sur de Nueva Inglaterra, hoy, mañana y el sábado estarás lidiando con un calor peligroso”, advirtió Bryce Williams, del servicio meteorológico.</p><p>El calor causa estragos en los horarios de los eventos</p><p>En Boston, el acceso al Boston Pops Fireworks Spectacular, que se realizará el sábado, comenzará a las 4 p. m. en lugar del mediodía debido al calor. En Filadelfia, las autoridades acortaron el recorrido de un desfile la mañana del jueves, cancelaron una fiesta de barrio “totalmente estadounidense” por la tarde y retrasaron las horas de inicio de un picnic y un concierto nocturnos en Independence Mall.</p><p>En Lower Windsor Township, Pennsylvania, una celebración del 250 aniversario de la Independencia que incluye camiones de comida, juegos y el camión volquete del departamento de carreteras fue reprogramada para el 8 de julio. En Norristown, Pensilvania, las autoridades cancelaron un desfile previsto para el sábado, citando la seguridad de los residentes, los participantes y los equipos de primera respuesta, aunque los fuegos artificiales nocturnos y una fiesta por la tarde con juegos, comida y música se realizarán según lo programado.</p><p>“El desfile es una de las tradiciones más queridas de nuestra comunidad, y compartimos la decepción por su cancelación, especialmente en la celebración del 250mo cumpleaños de Estados Unidos”, señaló la administradora municipal interina, Jayne Musonye.</p><p>El Parque Militar Nacional de Gettysburg, en Pensilvania, trasladó los eventos al aire libre a espacios interiores. Amtrak, por su parte, canceló el jueves algunas rutas de tren debido al calor, incluida la Acela entre Boston y Washington, y dijo que otras podrían operar con velocidades reducidas, lo que provocaría demoras hasta el sábado.</p><p>Fans del béisbol y de Taylor Swift sudan la gota gorda</p><p>Un domo de calor, que es un sistema de alta presión sobre una región que atrapa el calor y la humedad, ha sofocado distintas partes de Estados Unidos, desde la región centro-norte hasta la Costa Este. Más allá de las festividades, las autoridades de muchas comunidades han tomado medidas para mantener a los residentes a salvo, entre ellas, abrir centros de enfriamiento. En Boston, varios museos con aire acondicionado ofrecen entrada gratuita a los residentes de la ciudad, y en Providence, Rhode Island, las piscinas y parques acuáticos municipales han ampliado sus horarios.</p><p>La temperatura era de 36,6 °C (98 °F) el miércoles cuando los Phillies de Filadelfia comenzaron su juego en casa contra los Pirates de Pittsburgh. Se repartieron gratis dieciséis tarimas de botellas de agua.</p><p>Bill Christy, de 69 años, originario de Filadelfia, caminaba con dos adolescentes a su cargo a quienes había llevado para que le hicieran compañía.</p><p>“Son jóvenes, pueden con ello”, dijo. “Yo simplemente me iré a algún lugar a la sombra si me da calor”.</p><p>Cerca de allí, un cuerpo de flautas y tambores marchaba por la explanada inferior con uniforme completo.</p><p>“Por lo general es lana de regimiento. Pero esto es lino, es fresco”, dijo Debbie Mayes, de Ewing, Nueva Jersey, miembro de Washington Crossing Fife and Drums. “Estamos bien. Han sido muy amables con nosotros, dejándonos tomar descansos y proporcionando agua”.</p><p>En Nueva York, Amanda Powell, de Little Rock, Arkansas, estaba entre los fans de Taylor Swift que acudían en masa al Madison Square Garden con la esperanza de ver a la superestrella del pop antes de su boda del viernes.</p><p>“Hace muchísimo calor”, dijo. “Al ser de Arkansas, pensamos que podríamos soportar el calor, pero ha estado muy cálido”.</p><p>Central Park en Manhattan alcanzó los 37 °C (100 °F) la tarde del jueves, marcando la primera vez que el icónico parque alcanzaba esa temperatura desde 2012, según el Servicio Meteorológico Nacional.</p><p>Las redes eléctricas sienten la presión</p><p>Mientras el calor se abatía sobre Nueva York, el alcalde Zohran Mamdani instó a la gente a conservar energía ajustando sus aires acondicionados a 25,5 °C (78 °F) —una medida que alcaldes anteriores, como el exalcalde Rudy Giuliani, han recomendado— para evitar sobrecargar la red eléctrica. Aun así, la petición provocó una oleada de abucheos en línea por parte de críticos conservadores del alcalde demócrata.</p><p>El gobernador de Florida, Ron DeSantis, un republicano que suele lanzar pullas al alcalde en redes sociales, respondió en X: “¿Era esto a lo que se refería la calidez del colectivismo?”, devolviéndole a Mamdani una frase que el socialista democrático empleó en su discurso de investidura.</p><p>Los operadores de las redes eléctricas del estado de Nueva York, de Nueva Inglaterra y de otra que se extiende por 13 estados del Atlántico medio y de la región centro-norte proyectaron que la demanda de electricidad alcanzaría su punto máximo el jueves antes de bajar ligeramente el viernes. Aunque los picos de uso proyectados estaban aproximadamente 40% por encima de un día normal de verano, no han emitido llamados de emergencia para reducir el consumo, y analistas del sector afirman que los planificadores del sistema se preparan para circunstancias como estas.</p><p>PJM Interconnection, que opera la red que abastece a 65 millones de personas desde Nueva Jersey hasta Illinois, indicó el jueves que el pico proyectado para ese día establecería un máximo histórico de demanda eléctrica de verano, establecido por última vez en 2006. Ese pico está muy por encima de lo que PJM había proyectado para este verano, pero la entidad afirmó que contaba con un colchón de capacidad energética por encima de ese máximo. El operador de la red de Nueva Inglaterra dijo que los consumidores podrían ayudar a reducir la presión sobre la red limitando el uso de energía de 4 a 8 p. m.</p><p>____</p><p>Los periodistas de The Associated Press Daniel Gelston en Filadelfia, Anthony Izaguirre y Ted Shaffrey en Nueva York, Michael Casey en Boston y Marc Levy en Harrisburg, Pensilvania, 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/JUBV52GND5O6TM3STBYCARMARA.jpg?auth=455ac185f89b72b0764f10f622f462ac9f5570b5e15f40d2843f4c820e003044&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un vendedor extrae una botella de agua de un depósito que usa hielo seco para mantenerla fría, durante una ola de calor en la Gran Feria Estatal de Estados Unidos en el National Mall, el jueves 2 de julio de 2026, en Washington. (AP Foto/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/T3TGMC24UZ42M3TK46KY4X4DSQ.jpg?auth=d2a346d8399bbb4bf1f378d42665b6af11f6784e96916ce3d122c17cc1714dcf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mickelina Papotto, de Salem, Oregon, izquierda, y Lorie Odegaard, de Gaithersburg, Maryland, se abanican mientras esperan para subir a la rueda de la fortuna en la Gran Feria Estatal de Estados Unidos en el National Mall, el miércoles 1 de julio de 2026, en Washington. (AP Foto/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Últimas actualizaciones del analista sobre Cuba de Local 10, Dr. Andy Gómez]]></title><link>https://www.local10.com/espanol/2026/07/02/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[Cuando hablamos de Cuba, por lo general nos concentramos en su sistema político y económico centralizado. Sin embargo, no logramos reconocer que las personas que han vivido bajo regímenes totalitarios han tenido que sobrevivir bajo una cultura del miedo.]]></description><pubDate>Thu, 02 Jul 2026 16:09:25 +0000</pubDate><content:encoded><![CDATA[<p><b>Actualización del 2 de julio: La cultura del miedo en Cuba complica una transición democrática</b></p><p>Cuando hablamos de Cuba, por lo general nos concentramos en su sistema político y económico centralizado. Sin embargo, no logramos reconocer que las personas que han vivido bajo regímenes totalitarios han tenido que sobrevivir bajo una cultura del miedo. Ese sistema de gobierno crea un conjunto de actitudes y valores psicológicos que ayudan a definir el comportamiento cotidiano con el fin de alinear los deseos y las necesidades de la población con las restricciones impuestas por el gobierno.</p><p>Romper con esos comportamientos podría tomar años de entrenamiento y cambios psicológicos. Por lo tanto, la transición de un Estado totalitario hacia alguna forma de gobierno democrático podría tomar tiempo.</p><p><b>Las actualizaciones de junio del Dr. Andy S. Gómez pueden consultarse haciendo </b><a href="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/"><b>clic aquí</b></a><b>.</b></p><p><i>El Dr. Andy S. Gómez es el analista sobre Cuba de Local 10. Gómez es considerado uno de los principales expertos sobre Cuba. Trabajó en la educación superior durante 32 años antes de retirarse de la Universidad de Miami en 2012.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q7A6IOAPVY6DFEQJXKMMK4PDTI.jpg?auth=7227bd9e6003bcb7c8a393515e36a9c8959fe2f9a3435b88154bc62d43c8d395&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past graffiti in the colors of the Cuban flag in Havana, Cuba, Wednesday, June 17, 2026. (AP Photo/Jorge Luis Banos)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[StubHub sued by fans who say ticket cancellations crushed dreams of going to World Cup]]></title><link>https://www.local10.com/business/2026/07/02/stubhub-sued-by-fans-who-say-ticket-cancellations-crushed-dreams-of-going-to-world-cup/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/stubhub-sued-by-fans-who-say-ticket-cancellations-crushed-dreams-of-going-to-world-cup/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — After weeks of complaints from frustrated fans, StubHub is being sued by customers who say the ticket reseller's inability to fulfill orders crushed their dreams of going to World Cup.]]></description><pubDate>Thu, 02 Jul 2026 19:02:09 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — After weeks of complaints from frustrated fans, StubHub is being sued by customers who say the ticket reseller's inability to fulfill orders crushed their dreams of going to World Cup.</p><p>Julia Reeker Moghal and Reuben Renteria, both of California, sued the ticketing giant this week in federal court in New York, alleging that “false and misleading” sales practices left them without the tickets they purchased for group stage matches last month.</p><p>The lawsuit, which seeks to become a class action, says Moghal and Renteria are among hundreds or even thousands of World Cup fans who purchased tickets only to find out that they “did not exist, were revoked without any forewarning, or had been erased” because of what the tournament’s organizer, FIFA, deemed “poor digital infrastructure.”</p><p>In addition to monetary damages, Moghal and Renteria are asking that StubHub be barred from selling World Cup tickets and that any profits from those sales be given to affected customers.</p><p>StubHub declined to comment on the lawsuit but said in a statement that its “singular goal is to get fans into events.”</p><p>If anything goes wrong, “our FanProtect Guarantee provides replacement tickets or a full refund,” the company said. “The World Cup is no different, and the issues fans have experienced are largely driven by problems with the event organizer’s own ticketing infrastructure.”</p><p>FIFA encourages fans to buy tickets through its own marketplace, where it adds a 30% surcharge to every resold ticket — 15% each from the buyer and seller.</p><p>In a statement, the organization said it “has no visibility over, or control of, secondary market ticket transactions carried out on third-party platforms” and “rejects any suggestion that the functional issues being experienced by users of third-party platforms” are the result of FIFA's ticketing infrastructure.</p><p>For weeks, fans have been complaining on social media about tickets that never arrived from resellers, orders that were canceled at the last minute and hours they spent trying to sort out problems between FIFA’s ticketing system and outside resale platforms.</p><p>According to the lawsuit, Moghal paid $1,905 for three tickets to the June 18 Switzerland-Bosnia and Herzegovina match at SoFi Stadium in Inglewood, California, but never received them and never got a refund, which would violate the company's guarantee.</p><p>As the match approached, Moghal was given conflicting information about the status of her order, first receiving a notice that the tickets were ready, then learning that StubHub had canceled her order, then being misled into thinking her tickets would be delivered after all, the lawsuit said.</p><p>After the initial cancellation, Moghal spent hours on the phone with StubHub, which said the order would remain canceled but then reversed course and promised her that they would be delivered an hour before the match, the lawsuit said.</p><p>Moghal drove to the stadium and waited in line, but never received her tickets, the lawsuit said. She was then promised a refund but never got one, the lawsuit said.</p><p>Had she known “that StubHub was either unable to deliver or not authorized to deliver her World Cup Tickets to her, she never would have purchased them,” the lawsuit said.</p><p>Similarly, Renteria paid $2,294 for two tickets to the June 18 Mexico-South Korea match in Guadalajara, Mexico, but never received his tickets, the lawsuit said.</p><p>Like Moghal, Renteria received a notice that his tickets were ready, only to find that StubHub canceled the order, the lawsuit said. He was only refunded after “significant complaints to StubHub,” but had to eat the cost of traveling to Mexico, the lawsuit said.</p><p>__</p><p>Associated Press reporter R.J. Rico in Atlanta contributed to this report.</p><p>—-</p><p>See more of AP's World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FTDGJTVC3OJFGQBDYLF7VOGTJQ.jpg?auth=34c07f3e63c4bfb363cd023cd399dc9da9ea4fa1700d338f503d994add746c6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England players face the crowd after the World Cup Group L soccer match between Panama and England in East Rutherford, N.J., near New York, Saturday, June 27, 2026. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[When we talk about Cuba, we usually concentrate on their centralized political and economic system. However, we fail to recognize that individuals that have lived under totalitarian regimes have had to survive under a culture of fear.]]></description><pubDate>Thu, 02 Jul 2026 15:46:05 +0000</pubDate><content:encoded><![CDATA[<p><b>July 2 update: Cuba’s culture of fear complicates a Democratic transition</b></p><p><a href="https://www.local10.com/espanol/2026/07/02/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p>When we talk about Cuba, we usually concentrate on their centralized political and economic system. However, we fail to recognize that individuals that have lived under totalitarian regimes have had to survive under a culture of fear. Such system of government creates a psychological set of attitudes and values that help define the daily behavior in order to align the people’s wants and needs to the restrictions imposed by the government.</p><p>To break such behaviors could take years of psychological training and change. Therefore, transitioning a totalitarian state to support a transition to some form of a Democratic government could take time.</p><p><b>Dr. Andy S. Gomez’s June updates can be viewed by </b><a href="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/"><b>clicking here. </b></a></p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q7A6IOAPVY6DFEQJXKMMK4PDTI.jpg?auth=7227bd9e6003bcb7c8a393515e36a9c8959fe2f9a3435b88154bc62d43c8d395&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past graffiti in the colors of the Cuban flag in Havana, Cuba, Wednesday, June 17, 2026. (AP Photo/Jorge Luis Banos)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[Equipos de rescate en Venezuela se aferran a la esperanza; EEUU rechaza críticas al gobierno]]></title><link>https://www.local10.com/espanol/2026/07/02/equipos-de-rescate-en-venezuela-se-aferran-a-la-esperanza-mientras-eeuu-rechaza-criticas-al-gobierno/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/equipos-de-rescate-en-venezuela-se-aferran-a-la-esperanza-mientras-eeuu-rechaza-criticas-al-gobierno/</guid><dc:creator><![CDATA[Por REGINA GARCIA CANO, MEGAN JANETSKY y FERNANDA PESCE, Associated Press]]></dc:creator><description><![CDATA[CATIA LA MAR, Venezuela (AP) — El humo negro de los incendios en edificios arrasados y el olor de cuerpos en descomposición se extendían el jueves por las calles en ruinas, ocho días después de los devastadores sismos que azotaron Venezuela, al tiempo que los equipos de rescate se aferraban a un hilo de esperanza de aún encontrar sobrevivientes atrapados bajo los escombros.]]></description><pubDate>Thu, 02 Jul 2026 20:19:03 +0000</pubDate><content:encoded><![CDATA[<p>CATIA LA MAR, Venezuela (AP) — El humo negro de los incendios en edificios arrasados y el olor de cuerpos en descomposición se extendían el jueves por las calles en ruinas, ocho días después de los devastadores sismos que azotaron Venezuela, al tiempo que los equipos de rescate se aferraban a un hilo de esperanza de aún encontrar sobrevivientes atrapados bajo los escombros.</p><p>El jueves por la mañana, cuando las autoridades trasladaban bolsas para cadáveres y apilaban ataúdes en la ciudad portuaria de Catia La Mar, la alegría se abrió paso brevemente entre el sufrimiento generalizado que ha cubierto el norteño estado venezolano de La Guaira, cuando los equipos de rescate sacaron de entre los escombros a un hombre de 43 años que había permanecido sepultado durante casi ocho días.</p><p>Rescatistas de todo el continente trabajaron durante unas 100 horas para sacar a Hernán Alberto Gil Flores del centro comercial derrumbado bajo el cual había quedado atrapado en una bolsa de aire. El hombre sobrevivió con el agua y el sustento que los rescatistas le pasaban a través de los escombros. Lo sacaron de las ruinas en una camilla y lo llevaron a una ambulancia ante los vítores de multitudes de personas en un inusual momento de victoria.</p><p>Miles de personas más no llegaron tan lejos.</p><p>El gobierno de Venezuela informó que, hasta el miércoles, al menos 2.295 personas habían muerto y más de 11.000 habían resultado heridas. Miles más dormían en refugios abarrotados o al aire libre, o seguían desaparecidas al tiempo que familiares buscaban entre los escombros. Las secuelas preocupan a los médicos, que temen que las consecuencias puedan allanar el camino hacia una creciente crisis médica, con lesiones sin tratar y enfermedades infecciosas, en un sistema de salud que de antemano se encontraba al borde del colapso.</p><p>La presidenta encargada Delcy Rodríguez siguió enfrentando crecientes críticas de los venezolanos por el manejo inadecuado del gobierno ante los sismos —los esfuerzos de rescate civiles e internacionales han superado con creces la respuesta del gobierno venezolano.</p><p>Incertidumbre sobre el liderazgo de Rodríguez</p><p>Las críticas se produjeron apenas un día antes que venciera la prórroga del mandato de 180 días de Rodríguez como presidenta encargada. Rodríguez se desempeñó como vicepresidenta del exmandatario Nicolás Maduro hasta que éste fue derrocado por Estados Unidos en enero y ella se convirtió en mandataria de forma interina con el respaldo del gobierno del presidente estadounidense Donald Trump.</p><p>La escasa transparencia por parte de las autoridades venezolanas impedía prever qué ocurrirá una vez que venza el plazo el viernes.</p><p>Según la Constitución de Venezuela, las ausencias temporales deben ser cubiertas por el vicepresidente —cargo que antes ocupaba Rodríguez— por hasta 90 días. Estos nombramientos interinos pueden ser prorrogados por la Asamblea Nacional por 90 días más.</p><p>La presidenta encargada cuenta con un fuerte respaldo de legisladores y del gobierno de Trump. La Asamblea Nacional, controlada por el partido de Rodríguez, puede activar una elección anticipada si los legisladores declaran el cargo permanentemente vacante.</p><p>Apoyo de EEUU a un gobierno bajo fuego</p><p>Desde que derrocó a Maduro, Estados Unidos ha desempeñado un papel cada vez mayor en los asuntos venezolanos, en un cambio sísmico en las relaciones entre las naciones históricamente adversarias.</p><p>El gobierno de Trump ha respaldado a Rodríguez, y cada vez más le ha dado la espalda a la líder opositora y ganadora del Premio Nobel de la Paz María Corina Machado, quien esta semana acusó al gobierno de Rodríguez de impedir su regreso a su país. El gobierno también ha buscado rehacer la industria petrolera venezolana y ha abierto la puerta para que la empresa estatal petrolera de Venezuela venda combustible a compañías estadounidenses.</p><p>Estados Unidos siguió respaldando a su gobierno el miércoles pese a las críticas, y varios funcionarios señalaron que actualmente había 900 efectivos militares sobre el terreno para apoyar las operaciones de ayuda y rescate.</p><p>John M. Barrett, encargado de negocios de Estados Unidos en Venezuela, rechazó las acusaciones de que Rodríguez politiza los esfuerzos de respuesta durante una llamada con periodistas, y señaló que la respuesta de Estados Unidos “sí requiere un alto nivel de coordinación con las autoridades locales para tener éxito”. Añadió que la producción de petróleo y gas de Venezuela no se vio afectada directamente por los sismos, y recalcó que la producción sigue aumentando.</p><p>“Y lo que puedo decir con confianza es que las autoridades locales han cumplido plenamente con nuestras solicitudes y han acelerado esta enorme respuesta humanitaria”, afirmó.</p><p>El general Francis Donovan, jefe del Comando Sur de Estados Unidos, añadió durante la llamada que “décadas de mala inversión en el pueblo de Venezuela” habían “hecho que esto sea aún más desafiante para el gobierno actual”.</p><p>“Enfrentar un desafío de esta magnitud es un gran problema para cualquier líder”, afirmó.</p><p>___</p><p>Janetsky reportó desde Ciudad de México. Los periodistas de The Associated Press Ben Finley en Washington D.C. y Gabriela Aoun Angueira en San Diego contribuyeron a este despacho.</p><p>___</p><p>Corrige que el plazo para la presidenta encargada vence el viernes, no el jueves.</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/U77AXTWMWZDNOIFPGY3DAUWWHA.jpg?auth=6560949fd60158374ad223cbde023a78e361502ea491f3ff0ca5b88f36ce43c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescatistas chilenos trasladan a Alberto Gil Flores tras ser rescatado de entre los escombros, ocho días después de quedar atrapado tras los sismos consecutivos ocurridos en Catia La Mar, Venezuela, el jueves 2 de julio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Tiger Woods’ hospital records will be handed over to prosecutors in Florida DUI case, judge rules]]></title><link>https://www.local10.com/news/florida/2026/07/02/tiger-woods-hospital-records-will-be-handed-over-to-prosecutors-in-florida-dui-case-judge-rules/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/02/tiger-woods-hospital-records-will-be-handed-over-to-prosecutors-in-florida-dui-case-judge-rules/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[STUART, Fla. (AP) — Prosecutors are allowed to review medical records related to Tiger Woods ' March vehicle crash and subsequent arrest in Florida on suspicion of driving under the influence, a judge has ruled.]]></description><pubDate>Thu, 02 Jul 2026 17:19:11 +0000</pubDate><content:encoded><![CDATA[<p>STUART, Fla. (AP) — Prosecutors are allowed to review medical records related to Tiger Woods ' March vehicle crash and subsequent arrest in Florida on suspicion of driving under the influence, a judge has ruled.</p><p>Judge Darren Steele approved an agreement last week between Woods' defense attorney and the State Attorney's Office that allows prosecutors to request records from Cleveland Clinic Martin South Hospital, where Woods was taken following the March 27 crash. The case is being tried in Martin County circuit court, just north of Palm Beach County.</p><p>The judge signed off on a similar agreement in May that grants prosecutors access to all prescription medication records for the legendary golfer at a Palm Beach pharmacy from the start of the year through the end of March. For both hospital and prescription records, prosecutors have agreed to defense attorney Doug Duncan's request for a protective order limiting the release of records only to prosecutors, law enforcement officers, state experts and Woods' defense team.</p><p>Woods has pleaded not guilty to driving under the influence. A sheriff’s office report said deputies found two pain pills in his pocket, and he showed signs of impairment after his SUV clipped a truck's trailer and rolled onto its side.</p><p>Woods was traveling at high speeds on a beachside, residential road on Jupiter Island with a 30 mph (nearly 50 kph) speed limit when his Land Rover caused $5,000 in damage to the truck, according to an incident report. Woods agreed to a Breathalyzer test that showed no signs of alcohol, but refused a urine test, authorities said.</p><p>Woods has traveled outside of the United States to seek treatment at an inpatient treatment facility, according to court records.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B7QQVVNFBJWRAH4HS2T5UUR5YU.jpg?auth=63ba64e3983fb69aa2e9925eed5cbd4c5a2776a25e3d816464307196c56387d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this image from police body camera video released by the Martin County, Fla., Sheriff's Office, golfer Tiger Woods performs a field sobriety test for sheriff's deputies following a car crash in Jupiter Island, Fla., March 27, 2026. (Martin County Sheriff's Office via AP, File)]]></media:description></media:content></item><item><title><![CDATA[Caitlin Clark voted to start third straight WNBA All-Star Game, joined by two Fever teammates]]></title><link>https://www.local10.com/sports/2026/07/02/caitlin-clark-voted-to-start-third-straight-wnba-all-star-game-joined-by-two-fever-teammates/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/02/caitlin-clark-voted-to-start-third-straight-wnba-all-star-game-joined-by-two-fever-teammates/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Caitlin Clark was voted to start her third straight All-Star Game and will be joined by Indiana Fever teammates Kelsey Mitchell and Aliyah Boston, the WNBA announced Thursday.]]></description><pubDate>Thu, 02 Jul 2026 17:18:54 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Caitlin Clark was voted to start her third straight All-Star Game and will be joined by Indiana Fever teammates Kelsey Mitchell and Aliyah Boston, the WNBA announced Thursday.</p><p>It's the second time in four years that three players from the same team were chosen to start the game, with Las Vegas doing it in 2023. Clark wasn't able to play in last year's game that the Fever hosted because she was injured right before the All-Star break.</p><p>Clark and Mitchell will be joined this year in the backcourt by Dallas' Paige Bueckers and Minnesota rookie Olivia Miles. It's the fourth consecutive year that a rookie was chosen as an All-Star starter. Bueckers played last season.</p><p>A'ja Wilson, Breanna Stewart, Jessica Shepard, Natasha Howard and Gabby Williams were selected for the frontcourt for the game that will be played in Chicago on July 25. It will be Wilson's and Stewart's eighth All-Star appearance while Shepard will be making her first.</p><p>“It's an honor to be an All-Star, even though I've had a few of them,” Stewart said. “Each one is really special and I'm not taking it lightly.”</p><p>Williams played in her first All-Star Game last season. Howard will play in her third.</p><p>Starters were chosen by a mixture of fan, player and media votes. The fan vote counted for 50% while media and player votes were 25% each. Each player’s score was calculated by averaging their weighted rank from all three areas.</p><p>The league's head coaches will select the 12 reserves for the team. The 15 head coaches will vote for three guards, five frontcourt players and four players at either position regardless of conference. Coaches can’t vote for their own players.</p><p>New this year, two WNBA greats will serve as honorary general managers and select the two teams from the pool of All-Stars. Previously the top two fan vote-getters would serve as captains and select the squads.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M63LUMYITJ4ZINR674VXLWZKLU.jpg?auth=555bddd09d4f1c1f43ae1165bbddfc3573cdf4f51f99796a0ff518c5ca9ee70e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Caitlin Clark (22) shoots over Atlanta Dream forward Sika Kone (23) in the first half of a WNBA basketball game in Indianapolis, Thursday, June 18, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NNJWATGREXGU7M4KHKQ6EAQMRA.jpg?auth=ae2eef65ea3bf70053d6fffe121afed2e6117fa66ef1c4f8cde6671130712bae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Kelsey Mitchell (0) drives on Toronto Tempo forward Isabelle Harrison, right, in the first half of a WNBA Commissioner's Cup basketball game in Indianapolis, Tuesday, June 16, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NZRXQM6PBAZN67MYA3PYCMGGUY.jpg?auth=a824229977c225ca25229cd46d0f15bfe69c9843302e3cc16e33a565a04b9e12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever center Aliyah Boston, left, drives on Atlanta Dream forward Naz Hillmon in the first half of a WNBA basketball game in Indianapolis, Thursday, June 18, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2BRUKPZY3VEWVOKOHCAVAOEJYI.jpg?auth=0c89457644787e9f13057b1e38fd7416a4916b52e7f15c72f1c84cbf29355046&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Las Vegas Aces center A'ja Wilson (22) grabs a rebound over Golden State Valkyries guard Kaitlyn Chen (2) during the second half of a WNBA basketball game Sunday, June 21, 2026, in Las Vegas. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content></item><item><title><![CDATA[Venezuelan telenovela actor arrested for exposing self at Doral country club, police say]]></title><link>https://www.local10.com/news/local/2026/07/02/venezuelan-telenovela-actor-arrested-for-exposing-self-at-doral-country-club-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/venezuelan-telenovela-actor-arrested-for-exposing-self-at-doral-country-club-police-say/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A South Florida man who is also an actor was arrested Wednesday following disturbing allegations. ]]></description><pubDate>Thu, 02 Jul 2026 16:58:29 +0000</pubDate><content:encoded><![CDATA[<p>Doral police arrested longtime Venezuelan telenovela actor Franklin Virgüez on Wednesday after accusing him of publicly masturbating at a country club in the city.</p><p><a href="https://www.local10.com/espanol/2026/07/02/arrestan-a-actor-venezolano-de-telenovelas-por-exhibirse-en-club-de-campo-de-doral-segun-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/arrestan-a-actor-venezolano-de-telenovelas-por-exhibirse-en-club-de-campo-de-doral-segun-la-policia/">Leer en español</a></p><p>According to Doral police, officers responded to the parking lot outside Doral Park Country Club, located at 5001 NW 104th Ave., after receiving reports of an indecent exposure. </p><p>Responding officers spoke to the victim, who told them he  saw a man, later identified as the 72-year-old Virgüez, sitting inside a gray Chevrolet Trax, masturbating with his penis fully exposed. </p><p>Police said the victim was concerned due to there being several children playing at the park’s nearby playground, so he entered the clubhouse and  told employees, who “advised that they were unable to intervene and instructed him to contact law enforcement,” according to an arrest form. </p><p>The victim then returned to the parking lot and started recording the still-masturbating suspect, who took off after noticing he was being recorded, after which the victim contacted police and gave them the video, officers said. </p><p>It didn’t take long for authorities to track down Virgüez, whose full name is Franklin Jose Virgüez Dun.</p><p>According to police, Virgüez was taken into custody without incident outside his Doral home “and his pants were observed to have multiple stains on the front crotch area consistent with semen,” according to his arrest form. </p><p>Authorities said Virgüez refused to answer questions without his attorney present.</p><p>According to <a href="https://www.imdb.com/name/nm0899376/" target="_blank" rel="noreferrer" title="https://www.imdb.com/name/nm0899376/">the Internet Movie Database</a>, Virgüez has an extensive history of acting, beginning in 1976. He’s mainly starred in telenovelas and has also worked in films and on English language productions: his most recent credit was a role in the British television show “Atomic.”</p><p>As of Thursday afternoon, Virgüez was being held at the Turner Guilford Knight Correctional Center on two counts of indecent exposure and was being held on a $5,000 bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AXJFV4DSRBFYZINY6C6TCY5AMU.jpg?auth=e493623664ea87a4a6e95fd872fd394304e5863e2e0ba18ff0f9e028f8f0dbd2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mugshot for Franklin Jose Virgüez Dun.]]></media:description></media:content></item><item><title><![CDATA[Arrestan a actor venezolano de telenovelas por exhibirse en club de campo de Doral, según la Policía]]></title><link>https://www.local10.com/espanol/2026/07/02/arrestan-a-actor-venezolano-de-telenovelas-por-exhibirse-en-club-de-campo-de-doral-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/arrestan-a-actor-venezolano-de-telenovelas-por-exhibirse-en-club-de-campo-de-doral-segun-la-policia/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Un hombre del sur de Florida, quien también es actor, fue arrestado el miércoles tras inquietantes acusaciones.]]></description><pubDate>Thu, 02 Jul 2026 17:11:45 +0000</pubDate><content:encoded><![CDATA[<p>La Policía de Doral arrestó el miércoles al reconocido actor venezolano de telenovelas Franklin Virgüez tras acusarlo de masturbarse en público en un club de campo de la ciudad.</p><p>Según la Policía de Doral, los agentes respondieron al estacionamiento del Doral Park Country Club, ubicado en el 5001 de NW 104th Ave., tras recibir reportes de exhibicionismo.</p><p>Los agentes hablaron con la víctima, quien les dijo que vio a un hombre, posteriormente identificado como Franklin Virgüez, de 72 años, sentado dentro de una Chevrolet Trax gris, masturbándose con el pene completamente expuesto.</p><p>La Policía indicó que la víctima se preocupó debido a que había varios niños jugando en un parque infantil cercano, por lo que entró al club y avisó a los empleados, quienes “le informaron que no podían intervenir y le indicaron que se comunicara con las autoridades”, según el informe de arresto.</p><p>La víctima regresó al estacionamiento y comenzó a grabar al sospechoso, que seguía masturbándose. Al darse cuenta de que estaba siendo grabado, el hombre huyó del lugar. Posteriormente, la víctima llamó a la Policía y entregó el video a los agentes.</p><p>Las autoridades localizaron poco después a Virgüez, cuyo nombre completo es Franklin José Virgüez Dun.</p><p>Según la Policía, Virgüez fue arrestado sin incidentes frente a su vivienda en Doral, “y se observó que sus pantalones tenían múltiples manchas en la parte frontal de la entrepierna compatibles con semen”, según el informe de arresto.</p><p>Las autoridades informaron que Virgüez se negó a responder preguntas sin la presencia de su abogado.</p><p>Según la base de datos de <a href="https://www.imdb.com/name/nm0899376/" target="_blank" rel="noreferrer" title="https://www.imdb.com/name/nm0899376/">Internet Movie Database (IMDb)</a>, Virgüez cuenta con una extensa trayectoria como actor desde 1976. Ha protagonizado principalmente telenovelas y también ha trabajado en películas y producciones en inglés. Su trabajo más reciente fue un papel en la serie británica “Atomic”.</p><p>Hasta la tarde del jueves, Virgüez permanecía detenido en el Centro Correccional Turner Guilford Knight, donde enfrenta dos cargos de exhibicionismo y una fianza de $5,000 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AXJFV4DSRBFYZINY6C6TCY5AMU.jpg?auth=e493623664ea87a4a6e95fd872fd394304e5863e2e0ba18ff0f9e028f8f0dbd2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mugshot for Franklin Jose Virgüez Dun.]]></media:description></media:content></item><item><title><![CDATA[MDSO: Discusión por “hacer demasiado ruido” precedió a balacera en IHOP que dejó dos personas heridas y dos arrestados]]></title><link>https://www.local10.com/espanol/2026/07/02/mdso-discusion-por-hacer-demasiado-ruido-precedio-a-balacera-en-ihop-que-dejo-dos-personas-heridas-y-dos-arrestados/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/mdso-discusion-por-hacer-demasiado-ruido-precedio-a-balacera-en-ihop-que-dejo-dos-personas-heridas-y-dos-arrestados/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre y una mujer de Cutler Bay fueron arrestados el miércoles en relación con una balacera frente a un IHOP que, según los agentes, dejó a dos hombres heridos hace más de dos meses.]]></description><pubDate>Thu, 02 Jul 2026 14:55:40 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre y una mujer de Cutler Bay fueron arrestados el miércoles en relación con una balacera frente a un IHOP que, según los agentes, dejó a dos hombres heridos hace más de dos meses.</p><p>Los sospechosos fueron identificados en un informe de arresto de la Oficina del Sheriff de Miami-Dade (MDSO) como Kelton Abston, de 27 años, y Mari Carmen Zelaya, de 42.</p><p>Según el informe, el incidente ocurrió poco antes de las 4 a.m. del 31 de mayo en el IHOP ubicado en el 18860 de S. Dixie Highway.</p><p>Los agentes indicaron que Abston y Zelaya se involucraron en una discusión con dos hombres dentro del restaurante porque las víctimas “estaban haciendo demasiado ruido”.</p><p>Según el informe, Abston salió del restaurante y, mientras se retiraba, les dijo a las víctimas que “iba a matarlas”.</p><p>El informe indica que Abston sacó un arma de su vehículo mientras estaba afuera, al mismo tiempo que Zelaya “comenzó a hacer señas y a desafiar a las víctimas para que salieran”.</p><p>Los agentes dijeron que Abston comenzó a golpear con el arma la ventana frontal del IHOP.</p><p>Mientras las víctimas permanecían dentro, la pareja regresó al restaurante, donde continuó una discusión entre una de las víctimas y Zelaya, según los agentes.</p><p>El informe señala que una de las víctimas empujó a Zelaya durante la discusión, lo que provocó que Abston golpeara a esa víctima en el rostro.</p><p>Los agentes indicaron que, durante la pelea que siguió, Abston sacó un arma mientras caía sobre un asiento del restaurante y disparó varias veces, hiriendo a ambas víctimas en el pecho.</p><p>Según el informe, Abston y Zelaya salieron corriendo del restaurante. Zelaya se sentó al volante y Abston en el asiento del pasajero antes de huir del lugar.</p><p>Los agentes dijeron que, tras varias semanas revisando videos de vigilancia, localizaron a Zelaya el miércoles en un Burger King ubicado en el 11400 de SW 186th St., donde fue arrestada.</p><p>Indicaron que Abston llegó al restaurante en otro vehículo mientras los agentes realizaban el arresto y también fue detenido.</p><p>Según el informe, a Abston le leyeron sus derechos Miranda e hizo una declaración que fue censurada en la versión pública del informe antes de negarse a seguir hablando.</p><p>Los registros de la cárcel muestran que Abston enfrenta dos cargos de intento de asesinato durante la comisión de un delito grave con un arma de fuego que causó lesiones y un cargo de agresión, mientras que Zelaya enfrenta un cargo de encubrimiento después del hecho.</p><p>Hasta el jueves, ambos sospechosos permanecían detenidos en el Centro Correccional Turner Guilford Knight, donde sus fianzas figuraban como “pendientes de ser fijadas”.</p>]]></content:encoded></item><item><title><![CDATA[MDSO: Argument over ‘being too loud’ preceded IHOP shooting that left 2 wounded, 2 arrested]]></title><link>https://www.local10.com/news/local/2026/07/02/mdso-argument-over-being-too-loud-preceded-ihop-shooting-that-left-2-wounded-2-arrested/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/mdso-argument-over-being-too-loud-preceded-ihop-shooting-that-left-2-wounded-2-arrested/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Cutler Bay man and woman were arrested Wednesday in connection with a shooting outside of an IHOP that deputies say left two men wounded more than two months ago.]]></description><pubDate>Thu, 02 Jul 2026 14:41:29 +0000</pubDate><content:encoded><![CDATA[<p>A Cutler Bay man and woman were arrested Wednesday in connection with a shooting outside of an IHOP that deputies say left two men wounded more than two months ago.</p><p><a href="https://www.local10.com/espanol/2026/07/02/mdso-discusion-por-hacer-demasiado-ruido-precedio-a-balacera-en-ihop-que-dejo-dos-personas-heridas-y-dos-arrestados/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/mdso-discusion-por-hacer-demasiado-ruido-precedio-a-balacera-en-ihop-que-dejo-dos-personas-heridas-y-dos-arrestados/">Leer en español</a></p><p>The suspects were identified in an arrest report from the Miami-Dade Sheriff’s Office as 27-year-old Kelton Abston and 42-year-old Mari Carmen Zelaya.</p><p>According to the report, the incident happened just before 4 a.m. on May 31 at the IHOP at 18860 S. Dixie Highway.</p><p>Deputies said Abston and Zelaya became involved in an argument with two men inside the restaurant over the victims “being too loud.”</p><p>According to the report, Abston then walked outside and, while leaving the restaurant, told the victims he was “going to kill them.”</p><p>The report states Abston pulled a gun from his vehicle while outside as Zelaya “began to wave and dare the victims to go outside.” </p><p>Deputies said Abston then began banging the front window of the IHOP with the gun. </p><p>As the victims remained inside, the pair returned to the restaurant, where an argument continued between one of the victims and Zelaya, according to deputies.</p><p>The report states one of the victims pushed Zelaya during the argument, prompting Abston to punch that victim in the face.</p><p>Deputies said during the ensuing fight, Abston pulled out a gun while falling into a booth and fired several rounds, striking both victims in the chest.</p><p>According to the report, Abston and Zelaya then ran outside, with Zelaya getting into the driver’s seat and Abston in the passenger seat before they fled the scene.</p><p>Deputies said that after several weeks of reviewing surveillance video, they located Zelaya Wednesday at a Burger King at 11400 SW 186th St., where she was taken into custody.</p><p>They said Abston arrived at the restaurant in a different vehicle while deputies were making the arrest and was also taken into custody.</p><p>According to the report, Abston was read his Miranda rights and made a statement that was redacted from the publicly released report before refusing to speak further.</p><p>Jail records show Abston faces two counts of attempted felony murder with a firearm causing injury and one count of battery, while Zelaya faces one count of accessory after the fact.</p><p>As of Thursday, both suspects were being held at the Turner Guilford Knight Correctional Center, where their bonds were listed as “to be set.” </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[Taylor Swift and Travis Kelce donate $26M to charities ahead of wedding]]></title><link>https://www.local10.com/news/national/2026/07/02/taylor-swift-and-travis-kelce-donate-26m-to-charities-ahead-of-wedding/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/02/taylor-swift-and-travis-kelce-donate-26m-to-charities-ahead-of-wedding/</guid><dc:creator><![CDATA[By KIMBERLEE KRUESI, Associated Press]]></dc:creator><description><![CDATA[Taylor Swift and Travis Kelce have donated $26 million to charities this week ahead of their Friday wedding at Madison Square Garden.]]></description><pubDate>Thu, 02 Jul 2026 18:04:10 +0000</pubDate><content:encoded><![CDATA[<p>Taylor Swift and Travis Kelce have donated $26 million to charities this week ahead of their Friday wedding at Madison Square Garden.</p><p>The donations were spread out across 20 local and national charities, according to Swift's publicist, with many located in areas where the couple has deep ties. The announcement did not include any mention of Swift and Kelce's wedding, but a law enforcement official briefed on security plans has told AP that the wedding will be held Friday, with a smaller rehearsal dinner Thursday night.</p><p>Nine of the selected organizations are based in New York, ranging from the Food Bank For NYC, City Harvest, to Musical Mentors, a nonprofit that connects music teachers with students in need.</p><p>Just how much each charity received was not disclosed.</p><p>Other charities reflected where Swift and Kelce have also called home, including the Rhode Island Community Food Bank — where Swift owns an estate in Watch Hill — and the Children’s Mercy Hospital in Kansas City, Missouri — where Kelce plays tight end for the Kansas City Chiefs.</p><p>A handful of national groups also received money: Dolly Parton's Imagination Library, a book giveaway program spearheaded by the music legend; the American Society for the Prevention of Cruelty to Animals and Feeding America.</p><p>The large donations ahead of Swift and Kelce's wedding is reminiscent of charitable gifts the couple has given in the past. Swift, a billionaire, gave millions to food banks ahead of her Eras Tour stops, while Kelce has been recognized by the Chiefs for winning “charity challenges” and operating his own nonprofit.</p><p>Swift and Kelce have been in a relationship since 2023, enthralling millions around the world. Their relationship have been documented in countless shots of Swift celebrating at Chiefs games and fan videos of Kelce dancing along at Swift’s Eras concert tour as it traveled the globe. In 2025, they announced their engagement with the caption but have remained mum on wedding details.</p><p>Yet buzz has remained high around New York's MSG, with multiple trucks and crews going in and out delivering materials for what is expected to be an elaborate event.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TBYOEM3RJON4YKA3CWIVU2OI2A.jpg?auth=b49c2d60038bf90a30243f07f51c970ed0d6c87c707ce3d89000f3a855c4c553&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Taylor Swift felicita al *tight end* de los Kansas City Chiefs, Travis Kelce (a la derecha), mientras celebran la victoria de los Chiefs sobre los Buffalo Bills en el partido por el campeonato de la AFC de la NFL, el 26 de enero de 2025, en Kansas City, Misuri. (Foto AP/Charlie Riedel, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Top FBI agent in Chicago abruptly leaving post after being pushed to retire, AP sources say]]></title><link>https://www.local10.com/news/politics/2026/07/02/top-fbi-agent-in-chicago-abruptly-leaving-post-after-being-pushed-to-retire-ap-sources-say/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/02/top-fbi-agent-in-chicago-abruptly-leaving-post-after-being-pushed-to-retire-ap-sources-say/</guid><dc:creator><![CDATA[By ERIC TUCKER and ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The head of the FBI's Chicago field office is abruptly leaving his position, according to a resignation message he sent to colleagues and multiple people familiar with the situation who said he was told to retire.]]></description><pubDate>Thu, 02 Jul 2026 17:03:53 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The head of the FBI's Chicago field office is abruptly leaving his position, according to a resignation message he sent to colleagues and multiple people familiar with the situation who said he was told to retire.</p><p>Douglas DePodesta has served as special agent in charge in Chicago, one of the FBI's largest offices, for nearly two years and has been with the bureau since 2002.</p><p>He told colleagues that his last day would be Monday, according to a message seen by The Associated Press. Multiple people familiar with the matter, speaking on condition of anonymity to discuss a personnel move, said DePodesta had been pushed to retire.</p><p>The events leading up to his departure were not immediately clear, but DePodesta alluded in his farewell note to a conflict that he suggested had precipitated it.</p><p>“I've never backed down from a fight, as long as it meant our personnel could continue serving the FBI's mission,” DePodesta wrote in the message. “Unfortunately, that has proved unpopular over time and my departure is a consequence of that.”</p><p>The move is part of a broader upheaval in the FBI’s workforce as Director Kash Patel has sought to force out line agents and supervisors alike who are perceived as not supporting the Trump administration agenda. It also comes amid prolonged tumult in the law enforcement community in Chicago, whose top federal prosecutor, Andrew Boutros, described this week a sweeping review of more than 1,000 grand jury presentations made by Illinois prosecutors following the dismissal of a high-profile case over misconduct.</p><p>The FBI declined to comment Thursday, but the bureau's “rapid response” social media account on X responded to a separate post about DePodesta's departure by saying: “It’s simple: Anyone who is not on board with THIS FBI under the leadership of President Trump — which has achieved the lowest murder rate ever — is free to leave.”</p><p>DePodesta also quoted in his note from a farewell message from Patel's predecessor, former Director Chris Wray, who reminded the workforce that “you have been who the American people have turned to in their darkest moments” and praised them for having “stayed true to the values that define who we are, and to the qualities for which we stand: Fidelity, Bravery and Integrity.”</p><p>DePodesta joined the FBI in Chicago in 2002 and worked drug investigations. He later held senior roles at FBI headquarters in Washington and in Detroit and Memphis before being named top agent in Chicago in August 2024.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3H43543L6LOJEBEOPY4SAXZXJQ.jpg?auth=76cf6e3e2f81f1cd424a6337c398daf55d66344472468afff12466fb200b31ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Bureau of Investigation insignias adorn desks in the agency's Joint Operations Center in New York, Thursday, June 4, 2026, ahead of the World Cup soccer tournament. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Couple charged with felonies for Empire State Building climb-turned-proposal]]></title><link>https://www.local10.com/news/2026/07/02/couple-charged-with-felonies-for-empire-state-building-climb-turned-proposal/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/02/couple-charged-with-felonies-for-empire-state-building-climb-turned-proposal/</guid><dc:creator><![CDATA[By JENNIFER PELTZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A skyscraper-scaling daredevil told police that he and his girlfriend climbed the Empire State Building’s antenna and unfurled a banner about love and peace because he wanted to “do something special” for their engagement, prosecutors said Thursday at the couple's arraignment on felony reckless endangerment, burglary and other charges.]]></description><pubDate>Thu, 02 Jul 2026 18:25:01 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A skyscraper-scaling daredevil told police that he and his girlfriend climbed the Empire State Building’s antenna and unfurled a banner about love and peace because he wanted to “do something special” for their engagement, prosecutors said Thursday at the couple's arraignment on felony reckless endangerment, burglary and other charges.</p><p>The couple, who go by Angela Nikolau and Ivan Beerkus, said little as they left court, though Beerkus responded to a journalist's question about the stunt by saying: "We believe in love."</p><p>Authorities said the two — who were the subject of the 2024 Netflix documentary “ Skywalkers: A Love Story ” about their “rooftopping” exploits and budding romance — created not only a spectacle but a danger by ascending the famed skyscraper's broadcast antenna Wednesday.</p><p>After reaching the top, 1,454 feet (443 meters) above midtown Manhattan, the climbers displayed a black banner reading: “When the power of love beats the love of power the world knows peace," news helicopter video showed.</p><p>Then they collected the banner and descended to a slightly lower ledge, where an apparently successful marriage proposal unfolded. Nikolau posted images of the escapade on her social media accounts, including a photo that modeled an engagement-style ring above a bird’s-eye view of Manhattan.</p><p>Police waited about a half-hour for the antenna to be powered down before Emergency Services Unit officers started ascending and eventually intercepted the climbers on their way down, according to the complaint, which noted the danger to officers who climbed about 1,250 feet (381 meters) above the ground. The court document identified the two by their formal names, Angelina Nikolau and Ivan Kuznetsov.</p><p>“Skywalkers: A Love Story” follows Beerkus, now 32, and Nikolau, 33, as they make often unauthorized ascents of tall structures, sometimes posing as construction workers to sneak in.</p><p>The court complaint said police found a broken lock on a security door on the Empire State Building's restricted-access 104th floor, which provides access to the antenna. The highest public floor is the 102nd, where there’s an observation deck. Going higher requires a key card, according to the court complaint.</p><p>The Empire State Building's management has called the climb “unauthorized” but hasn't answered questions about what interactions, if any, the daredevils had with security workers. Visitors to the skyscraper are screened and told not to bring large packages, sports equipment, costumes or masks, among other items.</p><p>Beerkus and Nikolau were released without bail, in accordance with New York laws that restrict when monetary bail can be set. Their attorney, Jason Krinsky, said outside court that once prosecutors provide evidence, he and his clients would assess it and determine next steps.</p><p>“What a way to propose — something you can only dream of," Krinsky said. “So you've got to, you know, give him some credit for that.”</p><p>Other daredevils have climbed the antenna and other parts of the Empire State Building. Those ascents have largely been unauthorized, but actor and musician Jared Leto was allowed to climb up to the base of the antenna from the 86th floor in 2023 to promote a tour.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KI6SLDKD6PRS45GNLPFB6ETVTY.jpg?auth=02f73359c74202678fbb17cb50c988ff939f557c7819538a05900b834361b0a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Angelina Nikolau and Ivan Kuznetsov, who go by Angela Nikolau and Ivan Beerkus, depart New York criminal courthouse building on Thursday, July 2, 2026. (AP Photo/Jennifer Peltz)]]></media:description><media:credit role="author" scheme="urn:ebu">Jennifer Peltz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IEBEFIAEETA2OLAFP2YOAF6DIA.jpg?auth=fa8be4057de01a764303af63dafe4f9a5d4c9e17e3f894fb0c4ddcc64546b492&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Angelina Nikolau and Ivan Kuznetsov, who go by Angela Nikolau and Ivan Beerkus, depart New York criminal courthouse building on Thursday, July 2, 2026. (AP Photo/Jennifer Peltz)]]></media:description><media:credit role="author" scheme="urn:ebu">Jennifer Peltz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S4PX536EJCNXKPSV7FPN3FXQGQ.jpg?auth=3e788c5d83dbef2848ec152f01201cf0e364f26504974671cb2d6ff468ef3624&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person is shown atop the spire of the Empire State Building, in New York, Wednesday, July 1, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GUOIXNV3DSZWXFUPAJMWFO47OQ.jpg?auth=b0680a4706e8936f40eb3266e352f2221d982181c6b14f555137399adf6560a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Two people descend the spire of the Empire State Building, in New York, Wednesday, July 1, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TE6R4QT5IRQPE5SUBHZKNAD7VU.jpg?auth=0cacea6c1159ac66db167c6e13e3a521cb8618cdd5d65bf8e83a81b92ebbad1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Two people stand on the tip of the antenna of the Empire State Building while holding a banner on Wednesday, July 1, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[USMNT fans erupt at Bayfront Park as team defeats Bosnia-Herzegovina 2-0 in gritty battle]]></title><link>https://www.local10.com/sports/2026/07/02/usmnt-fans-erupt-at-bayfront-park-as-team-defeats-bosnia-herzegovina-2-0-in-gritty-battle/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/02/usmnt-fans-erupt-at-bayfront-park-as-team-defeats-bosnia-herzegovina-2-0-in-gritty-battle/</guid><dc:creator><![CDATA[Trent Kelly, Ryan Mackey]]></dc:creator><description><![CDATA[Thousands of fans packed Bayfront Park on Wednesday night, turning downtown Miami into a sea of red, white and blue as the U.S. men’s national team defeated Bosnia-Herzegovina 2-0 to advance to the World Cup round of 16.]]></description><pubDate>Thu, 02 Jul 2026 16:36:03 +0000</pubDate><content:encoded><![CDATA[<p>Thousands of fans packed Bayfront Park on Wednesday night, turning downtown Miami into a sea of red, white and blue as the U.S. Men’s National Team defeated Bosnia-Herzegovina 2-0 to advance to the World Cup round of 16.</p><p><a href="https://www.local10.com/espanol/2026/07/02/aficionados-de-la-usmnt-estallan-de-emocion-en-bayfront-park-tras-victoria-2-0-sobre-bosnia-herzegovina-en-un-renido-partido/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/aficionados-de-la-usmnt-estallan-de-emocion-en-bayfront-park-tras-victoria-2-0-sobre-bosnia-herzegovina-en-un-renido-partido/">Leer en español</a></p><p>“Honestly it’s nice to see, bringing all these people together. At the end of the day that’s what we want to see,” a USMNT fan said. </p><p>The final seconds of the match triggered a wave of celebration across the park as fans erupted following the U.S. victory.</p><p>“It was absolutely beautiful to see everybody as a community, even tho the odds were stacked against us,” another said. </p><p>The match was marked by constant physical play, with Bosnia-Herzegovina pressuring U.S. attackers and using heavy challenges throughout the night. </p><p>U.S. fullbacks Sergiño Dest and Christian Pulisic were repeatedly checked and bumped when trying to push forward, while U.S. midfielders were frequently disrupted in tight spaces.</p><p>Striker Folarin Balogun was involved in the intensity on both sides — scoring during the match before later being shown a controversial red card in the 64th minute. Even after going down to 10 men, the United States managed to hold on and secure the win.</p><p>Fans filled Bayfront Park throughout the evening, gathering to watch the match on a large outdoor screen while waving flags, wearing jerseys and chanting in support of the U.S. team.</p><p>“This is a great opportunity for us to be together and support our team,” another fan said. </p><p>Some attendees said the atmosphere reflected both the excitement of the tournament and the unity of fans from different backgrounds.</p><p>Carlos Jarquin, of Palm Beach County, said, “I think we’re gonna do amazing. I think this is the strongest team we’ve had since I’ve been watching soccer.”</p><p>The event also featured pre-match entertainment as performers helped build energy inside the fan zone ahead of kickoff.</p><p>For many in attendance, the gathering extended beyond soccer, serving as a cultural celebration that brought together fans from across South Florida and beyond.</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[Aficionados de la USMNT estallan de emoción en Bayfront Park tras victoria 2-0 sobre Bosnia-Herzegovina en un reñido partido]]></title><link>https://www.local10.com/espanol/2026/07/02/aficionados-de-la-usmnt-estallan-de-emocion-en-bayfront-park-tras-victoria-2-0-sobre-bosnia-herzegovina-en-un-renido-partido/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/aficionados-de-la-usmnt-estallan-de-emocion-en-bayfront-park-tras-victoria-2-0-sobre-bosnia-herzegovina-en-un-renido-partido/</guid><dc:creator><![CDATA[Trent Kelly, Ryan Mackey]]></dc:creator><description><![CDATA[Miles de aficionados llenaron Bayfront Park la noche del miércoles y convirtieron el centro de Miami en un mar de rojo, blanco y azul mientras la selección masculina de Estados Unidos derrotó 2-0 a Bosnia-Herzegovina para avanzar a los octavos de final de la Copa del Mundo.]]></description><pubDate>Thu, 02 Jul 2026 16:45:19 +0000</pubDate><content:encoded><![CDATA[<p>Miles de aficionados llenaron Bayfront Park la noche del miércoles y convirtieron el centro de Miami en un mar de rojo, blanco y azul mientras la selección masculina de Estados Unidos derrotó 2-0 a Bosnia-Herzegovina para avanzar a los octavos de final de la Copa del Mundo.</p><p>“Honestamente, es bonito ver a toda esta gente reunida. Al final del día, eso es lo que queremos ver”, dijo un aficionado de la selección masculina de Estados Unidos.</p><p>Los últimos segundos del partido desataron una ola de celebración en todo el parque, donde los aficionados estallaron de emoción tras la victoria de Estados Unidos.</p><p>“Fue absolutamente hermoso ver a toda la comunidad unida, incluso cuando todo parecía estar en nuestra contra”, dijo otro aficionado.</p><p>El partido estuvo marcado por un juego físico constante, con Bosnia-Herzegovina presionando a los atacantes estadounidenses y realizando fuertes entradas durante toda la noche.</p><p>Los laterales de Estados Unidos, Sergiño Dest y Christian Pulisic, fueron marcados y golpeados repetidamente cuando intentaban avanzar, mientras que los mediocampistas estadounidenses fueron constantemente presionados en espacios reducidos.</p><p>El delantero Folarin Balogun estuvo involucrado en la intensidad del encuentro por ambos lados: anotó un gol durante el partido, pero posteriormente recibió una polémica tarjeta roja en el minuto 64. Incluso con 10 jugadores, Estados Unidos logró mantener la ventaja y asegurar la victoria.</p><p>Los aficionados llenaron Bayfront Park durante toda la noche para ver el partido en una pantalla gigante al aire libre, mientras ondeaban banderas, vestían camisetas de la selección y coreaban cánticos de apoyo al equipo estadounidense.</p><p>“Esta es una gran oportunidad para estar juntos y apoyar a nuestro equipo”, dijo otro aficionado.</p><p>Algunos asistentes señalaron que el ambiente reflejaba tanto la emoción del torneo como la unión de aficionados de distintos orígenes.</p><p>Carlos Jarquín, del condado Palm Beach, dijo: “Creo que vamos a hacerlo increíble. Creo que este es el equipo más fuerte que hemos tenido desde que empecé a ver fútbol”.</p><p>El evento también contó con entretenimiento previo al partido, mientras varios artistas ayudaban a animar la zona de aficionados antes del inicio del encuentro.</p><p>Para muchos de los asistentes, la reunión fue más allá del fútbol y se convirtió en una celebración cultural que reunió a aficionados de todo el sur de Florida y de otras partes.</p>]]></content:encoded></item><item><title><![CDATA[Alex Ovechkin declares 'I'm back!' and re-signs with Capitals to return for a 22nd NHL season]]></title><link>https://www.local10.com/sports/2026/07/02/alex-ovechkin-declares-im-back-and-re-signs-with-capitals-to-return-for-a-22nd-nhl-season/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/02/alex-ovechkin-declares-im-back-and-re-signs-with-capitals-to-return-for-a-22nd-nhl-season/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[Alex Ovechkin is not ready to skate away from the NHL, not yet, and now he gets a chance to make his career goal-scoring record even more difficult to break.]]></description><pubDate>Thu, 02 Jul 2026 19:37:56 +0000</pubDate><content:encoded><![CDATA[<p>Alex Ovechkin is not ready to skate away from the NHL, not yet, and now he gets a chance to make his career goal-scoring record even more difficult to break.</p><p>Ovechkin signed an incentive-laden deal Thursday to return for a 22nd season while also giving the Washington Capitals a chance to build a Stanley Cup contender and its longtime captain the opportunity to add to his jaw-dropping total of 929 goals.</p><p>"I’m back!” Ovechkin said.</p><p>Ovechkin, who turns 41 on Sept. 17, inked a deal with a $1 million salary and bonuses worth an additional $8 million. He receives a $3.25 million signing bonus and makes the additional $4.75 million if he plays 10 games, but the contract structure allows him to count just $4.25 million against the cap. All of that will help the Caps put a team together that could send Ovi out on a high note should this really be it.</p><p>After scoring 32 goals at age 40, Ovechkin is 35 clear of now second-place Wayne Gretzky, whose mark of 894 he passed on April 6, 2025, completing the so-called “GR8 Chase” that captivated hockey. He had said in recent months he was waiting until the offseason to decide whether to return or retire from the only NHL team he's ever played for, and management was working on contingency plans either way.</p><p>“Thank you to everyone for giving me and my family the time to make this decision," Ovechkin said. “I’m healthy. I love playing hockey and competing to win. I’m excited to come back and join my teammates so we can fight for a playoff spot and have a chance to win.”</p><p>The Capitals missed the playoffs this spring but qualified 16 times in a stretch of 18 years, which included winning the franchise's only Stanley Cup in 2018 when Ovechkin was playoff MVP.</p><p>A teammate for 16-plus seasons, fellow Cup champion John Carlson said he was not surprised by Ovechkin's decision.</p><p>"I knew that he was coming back for a long time," Carlson said on a video call with reporters after signing with Tampa Bay. “I’m sure that there was conversations to be had and decisions to be made on his end, too, but it just was always my gut feeling that he wasn’t ready to give it up and good for him. He’s been an amazing player for far too long in this league, and it’s just incredible what he’s been able to accomplish. I’m thrilled that he gets to keep living out that dream.”</p><p>Ovechkin also holds the NHL records for the most power play goals with 331 and game-winning goals with 141. He scored 30 in a season 20 times, joining Hall of Famers Gordie Howe, Johnny Bucyk and Teemu Selanne as the only players to hit that mark at 40 or older.</p><p>“What is he, 41, 42, and just incredible that this guy’s still finding ways to put up 30-goal seasons,” said Brandon Duhaime, who played the past two with Ovechkin in Washington before joining Toronto in free agency. “As a fan of the game, just to be able to watch him and over the past two years, to be able to see him break those records was pretty surreal. Growing up watching him and then being a part of that was absolutely incredible. Obviously wish him nothing but the best this season. Just a really incredible story. Really happy for him and his family.”</p><p>Ovechkin has been married to his wife, Nastya, since 2017, and the couple has two young children, Sergei and Ilya. They spend their summers in Ovechkin’s hometown of Moscow, and the family is expected to settle in Russia once his playing career is over.</p><p>That is not yet, which was welcomed by veteran forward Boone Jenner after signing with Washington. Jenner is one of several players the Capitals acquired this offseason, along with Alex Tuch, Jordan Kyrou and Vincent Desharnais to build around what might be one final run for Ovechkin.</p><p>“I always kind of thought he was going to be be back,” Jenner said. “He’s been great for the group. (His return) just adds to what they already have and the other additions that the Caps have made.”</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KVQWIYWULGRRGP3EXURSJCHOMQ.jpg?auth=b7e63437b272159496bbf07be2fb2a0847120fd7af6761de4524e3f47b7f2b94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Washington Capitals left wing Alex Ovechkin (8) skates in the third period of an NHL hockey game against the Columbus Blue Jackets on April 14, 2026, in Columbus, Ohio. (AP Photo/Sue Ogrocki, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content></item><item><title><![CDATA[Miami-Dade Animal Services highlights Tina, shares July 4 pet safety tips ]]></title><link>https://www.local10.com/pets/2026/07/02/miami-dade-animal-services-highlights-tina-shares-july-4-pet-safety-tips/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/07/02/miami-dade-animal-services-highlights-tina-shares-july-4-pet-safety-tips/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Miami-Dade Animal Services is featuring Tina, a young mixed-breed dog, as she waits for adoption while also reminding pet owners to take precautions ahead of the July 4 holiday and fireworks.]]></description><pubDate>Thu, 02 Jul 2026 16:19:07 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Animal Services is featuring Tina, a young mixed-breed dog, as she waits for adoption while also reminding pet owners to take precautions ahead of the July 4 holiday and fireworks.</p><p><a href="https://www.local10.com/espanol/2026/07/02/servicios-para-animales-de-miami-dade-destaca-a-tina-y-comparte-consejos-para-proteger-a-las-mascotas-durante-el-4-de-julio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/servicios-para-animales-de-miami-dade-destaca-a-tina-y-comparte-consejos-para-proteger-a-las-mascotas-durante-el-4-de-julio/">Leer en español</a></p><p>Tina, estimated to be about 1½ years old and weighing roughly 48 pounds, came into the shelter as a stray and is not expected to grow much larger, animal officials said.</p><p>Shelter staff described her as friendly, gentle and easygoing, noting that she quickly bonds with people and enjoys greeting everyone she meets. They also said she walks well on a leash and does not pull, making her a good fit for first-time dog owners.</p><p>As Independence Day approaches, animal services officials are also urging pet owners to take steps to keep animals safe during fireworks celebrations.</p><p>They recommend making sure pets are wearing updated ID tags and have current microchip information in case they become frightened and run off.</p><p>Shelter staff also advise keeping pets indoors during fireworks, providing a quiet and secure space away from crowds and noise, and walking dogs before festivities begin.</p><p>They added that fireworks can be overwhelming for animals, as they are often more sensitive to loud noises than humans.</p><p>For pets that experience anxiety, officials said calming aids or anxiety wraps may help, though effectiveness can vary by animal.</p><p>Animal services also suggested creating a calm environment inside the home, such as a quiet room or “safe space,” to help reduce stress during holiday celebrations.</p><p>More information on Tina and other adoptable pets is available at Miami-Dade Animal Services’ website.</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[Servicios para Animales de Miami-Dade destaca a Tina y comparte consejos para proteger a las mascotas durante el 4 de Julio]]></title><link>https://www.local10.com/espanol/2026/07/02/servicios-para-animales-de-miami-dade-destaca-a-tina-y-comparte-consejos-para-proteger-a-las-mascotas-durante-el-4-de-julio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/servicios-para-animales-de-miami-dade-destaca-a-tina-y-comparte-consejos-para-proteger-a-las-mascotas-durante-el-4-de-julio/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Servicios para Animales de Miami-Dade destaca a Tina, una perra mestiza joven que espera ser adoptada, al tiempo que recuerda a los dueños de mascotas que tomen precauciones antes del feriado del 4 de Julio y los fuegos artificiales.]]></description><pubDate>Thu, 02 Jul 2026 16:33:18 +0000</pubDate><content:encoded><![CDATA[<p>Servicios para Animales de Miami-Dade destaca a Tina, una perra mestiza joven que espera ser adoptada, al tiempo que recuerda a los dueños de mascotas que tomen precauciones antes del feriado del 4 de Julio y los fuegos artificiales.</p><p>Según las autoridades de bienestar animal, Tina, de aproximadamente un año y medio de edad y unas 48 libras de peso, llegó al refugio como una perra callejera y no se espera que crezca mucho más.</p><p>El personal del refugio la describió como amigable, dócil y tranquila, y destacó que crea vínculos rápidamente con las personas y disfruta saludar a todos los que conoce. También señalaron que camina bien con correa y no tira de ella, lo que la convierte en una buena opción para personas que tendrán un perro por primera vez.</p><p>A medida que se acerca el Día de la Independencia, las autoridades de bienestar animal también instan a los dueños de mascotas a tomar medidas para mantener a sus animales seguros durante las celebraciones con fuegos artificiales.</p><p>Recomiendan asegurarse de que las mascotas lleven placas de identificación actualizadas y que la información de su microchip esté al día, en caso de que se asusten y huyan.</p><p>El personal del refugio también aconseja mantener a las mascotas dentro de la casa durante los fuegos artificiales, proporcionarles un lugar tranquilo y seguro, alejado de las multitudes y el ruido, y sacar a pasear a los perros antes de que comiencen las celebraciones.</p><p>Agregaron que los fuegos artificiales pueden resultar abrumadores para los animales, ya que suelen ser más sensibles a los ruidos fuertes que los seres humanos.</p><p>Para las mascotas que experimentan ansiedad, las autoridades indicaron que los productos calmantes o los chalecos para la ansiedad pueden ayudar, aunque su eficacia puede variar según el animal.</p><p>Servicios para Animales también sugirió crear un ambiente tranquilo dentro del hogar, como una habitación silenciosa o un “espacio seguro”, para ayudar a reducir el estrés durante las celebraciones.</p><p>Puede encontrar más información sobre Tina y otras mascotas disponibles para adopción en el sitio web de Servicios para Animales de Miami-Dade.</p>]]></content:encoded></item><item><title><![CDATA[Soft-spoken Malik Tillman delivers a loud statement with his bloody sock goal at the World Cup]]></title><link>https://www.local10.com/sports/2026/07/02/soft-spoken-malik-tillman-delivers-a-loud-statement-with-his-bloody-sock-goal-at-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/02/soft-spoken-malik-tillman-delivers-a-loud-statement-with-his-bloody-sock-goal-at-the-world-cup/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[SANTA CLARA, Calif. (AP) — Malik Tillman is soft-spoken off the field with his interviews often given at a volume just above a whisper.]]></description><pubDate>Thu, 02 Jul 2026 16:26:47 +0000</pubDate><content:encoded><![CDATA[<p>SANTA CLARA, Calif. (AP) — Malik Tillman is soft-spoken off the field with his interviews often given at a volume just above a whisper.</p><p>He spoke loudly with his bloody right foot at one of the biggest moments of the World Cup for the United States. Still feeling the affects of being stomped on by an opponent’s studs, Tillman scored the first free kick goal in a World Cup for the Americans in 32 years to seal a 2-0 win over Bosnia-Herzegovina on Wednesday night that sent the U.S. into the round of 16.</p><p>Tillman celebrated the biggest moment of his young career with a smile and a scream as he ran to celebrate with his teammates in front of the large contingent of American fans at Levi’s Stadium.</p><p>“I’m a different type of person on the pitch,” he said after the game. “Of course maybe you don’t really see my emotions, but then if you score a goal like this, I think also you guys saw my emotions. It’s a great feeling.”</p><p>Tillman showed off his bloody sock — perhaps the most famous in American sports lore since Curt Schilling's in the 2004 baseball playoffs for the Boston Red Sox — after the game, saying he was still in a bit of pain.</p><p>But the discomfort was lessened by pure joy as the U.S. now prepares to play Belgium on Monday night in Seattle with a chance to make it to the quarterfinals for the first time since 2002.</p><p>Tillman's goal came with the U.S. protecting a one-goal lead and down a man after Folarin Balogun was sent off with a red card early in the second half. Balogun scored his third goal of the tournament in the first half but Tillman delivered the game-sealer in the highlight of what has already been a productive World Cup for the 24-year-old.</p><p>“Obviously he’s been playing so well,” captain Tim Ream said. “I’d argue he’s, other than Balo’s goals, he’s one of our best players. Everywhere on the field, doing the dirty things, making the hard things easy. I think it is just that. He just wanted to feel like he had a place. He’s a quiet kid, but he’s just come on leaps and bounds.”</p><p>Tillman is the son of an American serviceman and German mother and grew up in Germany playing on the Bayern Munich youth squad and the German national youth team before making the switch to the U.S. team in 2022.</p><p>His big moment came last summer in the Gold Cup when he scored two goals against Trinidad and Tobago and another against Haiti in the group stage. He then missed a penalty kick in the first half of the quarterfinals against Costa Rica before making one in the penalty shootout that sent the U.S. to the semifinals.</p><p>“The Gold Cup was really huge for him,” Ream said. “I think the adversity of the Costa Rica game, the penalty was really big for him. Now you look at him and he looks like he’s just playing such an easy game. It’s incredible to see. He’s had that in him all this time. It was just a matter of him finding the confidence and him believing in himself.”</p><p>This past year wasn’t easy for him after he moved from PSV Eindhoven to Bayer Leverkusen in a transfer worth a reported $41 million. He had six goals and one assist in 29 games in the Bundesliga and scoring two more in the Champions League.</p><p>His biggest goal came Wednesday night when he became the first American man to score off a free kick in a World Cup since Eric Wynalda in the 1994 opener against Switzerland.</p><p>“It was amazing,” coach Mauricio Pochettino said. “I think Malik is an amazing player, full of talent. We knew that he has the talent to do what he did. I’m so happy for him. Tough season for him in Leverkusen but I think now he’s enjoying and we are enjoying and the fans are enjoying his football.”</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/OWZPQNFNTXF63HTMIKCYICYIUI.jpg?auth=bed5c6699a6bb5874f1146f9f4184bcaf547f8c77be67625494501a888299c8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Malik Tillman (17) celebrates with teammates after scoring on a free kick during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PSKOP5KM4KAID54WVDHPWMQI3Q.jpg?auth=2aecb24338278ff31793f991b913b8d059f4c91f90dd5d1b3d14b43e124f1fd9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Malik Tillman (17) scores their second goal from a free kick during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6RMANEDEWPJOIJFVW6D5WKF32E.jpg?auth=3ebf42dc9ff992ecd13f7d639b8306fcf8d23ea1bb7372ec2597e1ec9a4c7fed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Malik Tillman, left, scores his team's second goal from a free kick during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[Ayudando a Venezuela: Vuelo a Caracas lleva tres toneladas de ayuda y aún más esperanza]]></title><link>https://www.local10.com/espanol/2026/07/02/ayudando-a-venezuela-vuelo-a-caracas-lleva-tres-toneladas-de-ayuda-y-aun-mas-esperanza/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/ayudando-a-venezuela-vuelo-a-caracas-lleva-tres-toneladas-de-ayuda-y-aun-mas-esperanza/</guid><dc:creator><![CDATA[Gabrielle Arzola]]></dc:creator><description><![CDATA[En el Aeropuerto Internacional de Miami, un vuelo de American Airlines transportó algo más que personas. Lo más valioso a bordo era la esperanza.]]></description><pubDate>Thu, 02 Jul 2026 16:21:10 +0000</pubDate><content:encoded><![CDATA[<p>En el Aeropuerto Internacional de Miami, un vuelo de American Airlines transportó algo más que personas. Lo más valioso a bordo era la esperanza.</p><p>El vuelo con destino a Caracas, Venezuela, es la primera misión humanitaria de la aerolínea hacia ese país sudamericano desde los mortales terremotos.</p><p>El piloto Cristóbal Orsini, originario de Venezuela, ha volado un avión en innumerables ocasiones. Pero dijo que ningún viaje había sido tan personal como este.</p><p>“Estoy muy feliz y agradecido de poder formar parte de este vuelo humanitario”, dijo.</p><p>“Conozco a muchas personas que murieron”, agregó. “Murieron muchos pilotos. Murieron muchos auxiliares de vuelo, personas que conocía, personas con las que trabajé”.</p><p>JC Lascano, vicepresidente sénior de American, dijo que el avión “transportará 7,000 libras de suministros de ayuda: medicinas, alimentos, productos perecederos, cosas que son absolutamente necesarias en este momento, no solo para nuestro equipo, sino para quienes viven en el país”.</p><p>La aerolínea se ha asociado con Global Empowerment Mission, en Doral, donde cientos de voluntarios han trabajado día y noche para clasificar, empacar y enviar suministros que salvan vidas.</p><p>Aunque los terremotos provocaron una enorme devastación en el país, nunca sacudieron la compasión de quienes están decididos a ayudar a reconstruirlo.</p><p><b>Lista útil: </b><a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" 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/">Lugares para entregar ayuda en el sur de Florida</a></p><p><b>Más información sobre </b><a href="https://www.local10.com/topic/Helping_Venezuela/" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>cómo ayudar a Venezuela.</b></a></p><ul><li><a href="https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/" target="_self" rel="" title="https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/">La organización sin fines de lucro GEM, con sede en Doral, envía más de 1 millón de dólares en ayuda de la comunidad.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/7KDHNH6KA27CL32XR6CFXJLEXU.jpg?auth=031e9d3b6bd79ea9fc5c896b0e1dc60a729d0e42ab948d698ce848e6b8a57b97&smart=true&width=1200&height=900" alt="Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/">Inter Miami, Marlins y Dolphins se suman a los esfuerzos de ayuda.</a></li><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/">Una estrella de la NFL se une al equipo de Global Empowerment Mission; su mensaje para los habitantes del sur de Florida es: “Hagan lo que puedan”.</a></li><li><a href="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/">Más de 100 venezolanos que fueron deportados de Estados Unidos horas antes de los terremotos están desaparecidos.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OQWAZ3LJKZXM4L4YXAR7YACHFY.jpg?auth=9abb79f15a3ca10baf3516333c71c7c70ae6173eae73fec19c0caad20d38e1f7&smart=true&width=1200&height=900" alt="A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/">Food for the Poor celebra las inversiones en reconstrucción.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/">Médicos del condado de Miami-Dade recolectan donaciones de suministros médicos cerca de Doral.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/">Les presentamos al capitán German Leal del Departamento de Bomberos y Rescate de Miami-Dade.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="Los equipos de rescate buscan entre los escombros tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Los equipos de rescate buscan entre los escombros tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Agentes de policía de Pembroke Pines anuncian una campaña de recolección de donaciones.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb se asocia con la organización sin fines de lucro CADENA para proporcionar alojamiento de emergencia.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi tiene como objetivo proteger a los niños vulnerables.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">El equipo de la Fundación Grey Bull Rescue llega a Caracas.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Las autoridades clausuran La Guaira y exigen que los voluntarios se registren en Caracas.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon realiza donaciones a Airlink para ayudar a organizaciones benéficas con la logística.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">El equipo de búsqueda y rescate de Miami se prepara para desplegarse.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE organiza campaña de recolección en Miami-Dade</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Una organización benéfica con sede en Weston se asocia con una farmacia local.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">El proyecto DYNAMO, liderado por veteranos, entrega 20.000 libras de ayuda en las primeras 48 horas.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">El altruismo en El Arepazo alimenta el esfuerzo del equipo de Global Empowerment Mission.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Rescatistas salvadoreños trabajan para liberar a un sobreviviente de 15 años en Caraballeda.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Un coche de juguete yace entre los escombros dos días después de dos terremotos, el viernes 26 de junio de 2026, en Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Un coche de juguete yace entre los escombros dos días después de dos terremotos, el viernes 26 de junio de 2026, en Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor incluye en sus kits de ayuda humanitaria notas escritas a mano con mensajes de esperanza.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">El Comando Sur de Estados Unidos se centra en los daños en los aeropuertos.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">El Departamento de Estado despliega un equipo de búsqueda y rescate en Miami-Dade.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach abre 4 nuevos puntos de entrega de ayuda.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar mantendrá abiertos 6 puntos de entrega de ayuda las 24 horas del día, los 7 días de la semana.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">El recaudador de impuestos de Miami-Dade abre 11 puntos de entrega.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral abre 4 puntos de entrega de ayuda.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Se abre un punto de entrega de ayuda en Homestead.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink ofrece servicio gratuito hasta el 25 de julio, pero un kit cuesta 470 dólares.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps despliega personal y necesita donaciones.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children solicita donaciones para su fondo de emergencia.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse se centra en los “hospitales de campaña de emergencia”.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">La Cruz Roja solicita donaciones para su Fondo de Emergencia para la Respuesta ante Desastres.</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">La ONU solicita donaciones para un programa infantil que carece de fondos suficientes.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision solicita donaciones para su “fondo de ayuda en casos de desastre”.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen solicita donaciones para comidas frescas.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami lanza la ‘Operación Manos Amigas’.</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Researchers launch study on Ebola treatments as Congo outbreak worsens]]></title><link>https://www.local10.com/health/2026/07/02/researchers-launch-study-on-ebola-treatments-as-congo-outbreak-worsens/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/02/researchers-launch-study-on-ebola-treatments-as-congo-outbreak-worsens/</guid><dc:creator><![CDATA[By LAURAN NEERGAARD, Associated Press]]></dc:creator><description><![CDATA[Researchers began a highly anticipated study of two possible Ebola treatments on Thursday in hopes of fighting the still-growing outbreak in eastern Congo, as the World Health Organization announced the enrollment of the first participant.]]></description><pubDate>Thu, 02 Jul 2026 16:25:38 +0000</pubDate><content:encoded><![CDATA[<p>Researchers began a highly anticipated study of two possible Ebola treatments on Thursday in hopes of fighting the still-growing outbreak in eastern Congo, as the World Health Organization announced the enrollment of the first participant.</p><p>The virus causing this outbreak, called Bundibugyo, is less common than others that cause Ebola disease and there are no specific treatments or vaccines for it. Already more than 1,400 people have been diagnosed and 438 have died, WHO Director-General Tedros Adhanom Ghebreyesus said Thursday.</p><p>Standard supportive care, especially if started early, can help and the WHO says more than 200 people have recovered. But there’s an urgent need for better options.</p><p>The trial “offers real hope that we can deliver concrete results for – and with – the communities at the heart of the outbreak,” Tedros said in a statement.</p><p>Researchers will be testing if two drugs could improve survival. One is Gilead Sciences’ remdesivir, a broad-acting antiviral approved to treat COVID-19 but that has shown some hints in lab tests that it may help fight the currently spreading virus. The other is Mapp Biopharmaceutical’s experimental MBP134, antibodies engineered to target Ebola viruses including Bundibugyo.</p><p>All patients enrolled in the trial would receive today’s best standard care and be randomly assigned to also receive remdesivir, MBP134, both or neither, said WHO research adviser Dr. Vasee Moorthy. Survival will be tracked for 28 days after starting treatment.</p><p>It could take months and possibly as many as 1,000 study participants to tell if either drug works, Moorthy cautioned, explaining that scientists could tell more quickly, and with fewer patients, if one or the other turns out to be highly effective.</p><p>Currently the study is being offered only in one Ebola treatment center in Congo’s Ituri province. The region has been hit hard by violence, including toward healthcare workers trying to fight a virus spread by contact with sick patients’ bodily fluids. Officials plan to expand to other locations once it is safe to do so.</p><p>Moorthy said enough of each drug had been donated by Gilead and the U.S. government, which has funded MBP134 research and owns those doses, for the trial. If either proves effective, the next step would be ensuring patients can continue to access the treatment outside the study.</p><p>The WHO-supported trial is a collaboration between Congo’s national biomedical research institute INRB, Britain’s Oxford University, Antwerp's Institute of Tropical Medicine and other international health groups.</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/XVEZTRDQ5P7KDMH6YMBNE6ZQRI.jpg?auth=27cd45a05a5e7df223cc6871ef8e8bd25eceab2ca5ab5c9e3ca5696fbc417152&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Health workers attend to an Ebola patient at the Rwampara treatment Center in Ituri, Congo, Thursday, June 18, 2026. (AP Photo/Moses Sawasawa, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content></item><item><title><![CDATA[Permit obtained by AP shows schedule for Taylor Swift and Travis Kelce's wedding]]></title><link>https://www.local10.com/entertainment/2026/07/02/permit-obtained-by-ap-shows-schedule-for-taylor-swift-and-travis-kelces-wedding/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/02/permit-obtained-by-ap-shows-schedule-for-taylor-swift-and-travis-kelces-wedding/</guid><dc:creator><![CDATA[By JAKE OFFENHARTZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Taylor Swift and Travis Kelce’s wedding will begin at 5 p.m. Friday and stretch until the early hours of Saturday morning, closing several blocks in the heart of Manhattan during the busy holiday weekend, according to a copy of a city permit obtained by The Associated Press and new details provided by police.]]></description><pubDate>Thu, 02 Jul 2026 21:39:14 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Taylor Swift and Travis Kelce’s wedding will begin at 5 p.m. Friday and stretch until the early hours of Saturday morning, closing several blocks in the heart of Manhattan during the busy holiday weekend, according to a copy of a city permit obtained by The Associated Press and new details provided by police.</p><p>The application — for a “Special Event at MSG” — was approved Wednesday night by New York City’s permitting office, according to a spokesperson for Mayor Zohran Mamdani.</p><p>The permit shows 100 guests will begin arriving at Madison Square Garden at 6:30 p.m. on Thursday for a “pre party celebration,” which officials described as an intimate rehearsal dinner.</p><p>A full street closure will then go into effect overnight, allowing crews to erect a “drive through tent” next to a separate “entrance tent,” according to the permit.</p><p>The “main event” will begin at 5 p.m. Friday, per the application, with the option to continue until 4 a.m. the next morning. That party can host up to 1,000 people, records show.</p><p>Beginning on Friday afternoon, several blocks surrounding the arena will be off-limits to vehicles and partially closed to pedestrians, according to information shared by police on Thursday afternoon.</p><p>Access to Penn Station — the busiest rail hub in the U.S., sitting directly below the arena — will be heavily restricted, with transit users urged to use a separate entrance further from the venue.</p><p>The approval of the permit comes as city officials and Swift’s representatives have continued to stay silent about the festivities — angering some business owners and residents, who have called for more transparency around a private event that will soak up public resources.</p><p>A spokesperson for the NYPD did not respond to a question Thursday about the purpose of the street closures.</p><p>Behind the scenes, emails obtained by the AP show city officials have been aware of the wedding — and its impact on city streets — for nearly a month.</p><p>On June 8, the director of the city’s street permitting office, Dawn Tolson, emailed several City Hall staffers to discuss a permit application “in association with the T&T wedding,” an apparent reference to Taylor and Travis.</p><p>The application included a request for “full street closures” on July 3 and 4, under the subject line: “Wedding Bells Are Ringing.”</p><p>Mamdani, who previously said the city would have to cut back on large scale events this summer due to the demands posed by the World Cup and America250 festivities, has declined to discuss the city’s role in the wedding event.</p><p>“The NYPD will of course have a detail in place, but I’m not going to go into more specifics at this time,” New York Police Commissioner Jessica Tisch said at a news conference on Wednesday.</p><p>Michael O’Brien, who co-owns O’Briens Bar and Grill across from the arena, said the city should do more to publicize the impact on local businesses — and that the newlyweds-to-be should foot the bill for any lost revenue.</p><p>“This is, in my opinion, ridiculous,” O’Brien said. “If they can afford to buy the permits, they can afford this big lavish ceremony, why don’t they just buy out the local businesses instead of having us adversely affected?”</p><p>But others seemed unbothered by the secrecy and precautions around the much-anticipated nuptials.</p><p>“She’s just so important in everyone’s life,” said Alyssa Heinen, one of scores of Swift fans who gathered outside the arena on Thursday afternoon. “We grew up with Taylor Swift, and just seeing her now find love — I feel like it’s inspiring to so many women. It’s so nice to see her so happy.”</p><p>_____</p><p>Associated Press video journalist Joseph B. Frederick in New York contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DN3CN34BSAICUWNJ5EAVFMSTLA.jpg?auth=d4ee0f95344d7d10a4d5bf691b76fa9723b46772478fdfcdb4e4b63c39641d34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker unloads portable air-conditioning units outside of Madison Square Garden ahead of a reported wedding between singer Taylor Swift and National Football League player Travis Kelce on Thursday, July 2, 2026, in 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/YANH2PZ6MKXQZ7WXI4MOBNWXTM.jpg?auth=348a8b65b821ab06a2b85e866f9d865400d65fed01bd6e3060c2c0347be386e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Travis Kelce, left, and Taylor Swift pose after the AFC Championship NFL football game against the Buffalo Bills, Jan. 26, 2025, in Kansas City, Mo. (AP Photo/Ashley Landis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MLMFKCPPX7DHBDXNCOBO2PJOHY.jpg?auth=c9cdd714514451cf22ad4c96e7e80941e840b857bdfca813a29681ec664e7a12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker holds "No Parking" signs prior to posting as trucks fill the loading dock outside New York's Madison Square Garden, Wednesday, July 1, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IIHSV5WRK6L7KKESOWDEVQR3NI.jpg?auth=6eb95c8d9e7af8028ab8d79c238a656ad2459f7298e25eb48c8c7c40666c3bef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[K-9's walk into Madison Square Garden ahead of a reported wedding between Taylor Swift and National Football League player Travis Kelce on Thursday, July 2, 2026, in 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/HIR2CUW35QAHHRCBLWI7L3WSI4.jpg?auth=5a61be1f26e70c129929694f02ccdf483e3c9447715b1dd1f78246b79849e33a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A black vehicle enters Madison Square Garden ahead of a reported wedding between Taylor Swift and National Football League player Travis Kelce on Thursday, July 2, 2026, in New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Flight to Caracas packed with 3 tons of supplies ― and even more hope]]></title><link>https://www.local10.com/news/local/2026/07/02/helping-venezuela-flight-to-caracas-packed-with-3-tons-of-supplies-and-even-more-hope/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/helping-venezuela-flight-to-caracas-packed-with-3-tons-of-supplies-and-even-more-hope/</guid><dc:creator><![CDATA[Gabrielle Arzola]]></dc:creator><description><![CDATA[At Miami International Airport, one American Airlines flight carried more than people. The heaviest thing on board was hope.]]></description><pubDate>Thu, 02 Jul 2026 16:06:33 +0000</pubDate><content:encoded><![CDATA[<p>At Miami International Airport, one American Airlines flight carried more than people. The heaviest thing on board was hope. </p><p><a href="https://www.local10.com/espanol/2026/07/02/ayudando-a-venezuela-vuelo-a-caracas-lleva-tres-toneladas-de-ayuda-y-aun-mas-esperanza/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/ayudando-a-venezuela-vuelo-a-caracas-lleva-tres-toneladas-de-ayuda-y-aun-mas-esperanza/">Leer en español</a></p><p>The flight, to Caracas, Venezuela, is the airline’s first humanitarian trip to the South American country since the deadly earthquakes.</p><p>Pilot Cristobal Orsini, originally from Venezuela, has flown a plane countless times. But a trip has never felt so personal until now. </p><p>He said, “I’m very happy and grateful that I am able to be a part of this humanitarian flight.”</p><p>“I know many people that have died,” he said. “A lot of pilots died. A lot of flight attendants, people that I knew, people that I used to work with.”</p><p>JC Liscano, a senior vice president with American, said that the airplane “is going to carry 7,000 pounds of relief supplies: medicine, food, perishables, things that are absolutely needed right now ― not just by our team, but those (who) live in the country."</p><p>The airline is partnering with the Global Empowerment Mission in Doral, where hundreds of volunteers have worked around the clock to sort, pack and ship life-saving supplies. </p><p>Even though the earthquakes brought tremendous devastation to the country, they never shook the compassion of those determined to help put it back together.</p><p><b>Helpful list: </b><a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">Aid drop-off locations in South Florida</a></p><p><b>More on </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> </b> </p><ul><li><a href="https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/" target="_self" rel="" title="https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/">Doral-based nonprofit GEM dispatches over $1 million in aid from community </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/7KDHNH6KA27CL32XR6CFXJLEXU.jpg?auth=031e9d3b6bd79ea9fc5c896b0e1dc60a729d0e42ab948d698ce848e6b8a57b97&smart=true&width=1200&height=900" alt="Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/">Inter Miami, Marlins, Dolphins join relief efforts</a></li><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/">NFL star joins Global Empowerment Mission’s team; his message to South Floridians, ‘Do what you can’</a><b> </b></li><li><a href="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/">More than 100 Venezuelans who were deported from the US hours before the earthquakes are missing</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OQWAZ3LJKZXM4L4YXAR7YACHFY.jpg?auth=9abb79f15a3ca10baf3516333c71c7c70ae6173eae73fec19c0caad20d38e1f7&smart=true&width=1200&height=900" alt="A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/">Food for the Poor welcomes investments in reconstruction </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/">Physicians in Miami-Dade collect donations of medical supplies near Doral </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/">Meet Miami-Dade Fire Rescue Capt. German Leal</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Pembroke Pines police officers announce collection drive</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb partners with nonprofit CADENA for emergency housing </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi aims to protect vulnerable children</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Officials close La Guaira, require volunteers to register in Caracas </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon donates to Airlink to help charities with logistics</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul><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[Chip Ganassi Racing says six-time IndyCar champion Scott Dixon won't return in 2027]]></title><link>https://www.local10.com/sports/2026/07/02/chip-ganassi-racing-says-six-time-indycar-champion-scott-dixon-wont-return-in-2027/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/02/chip-ganassi-racing-says-six-time-indycar-champion-scott-dixon-wont-return-in-2027/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LEXINGTON, Ohio (AP) — Six-time IndyCar champion Scott Dixon is ending a remarkable run with Chip Ganassi Racing.]]></description><pubDate>Thu, 02 Jul 2026 16:15:23 +0000</pubDate><content:encoded><![CDATA[<p>LEXINGTON, Ohio (AP) — Six-time IndyCar champion Scott Dixon is ending a remarkable run with Chip Ganassi Racing.</p><p>Owner Chip Ganassi announced Thursday that Dixon recently informed the team he would not return in 2027.</p><p>“Scott has meant so much to CGR over the past 24 years,” Ganassi said. “Together we’ve shared championships, many victories and countless moments that have helped define this organization."</p><p>Ganassi said he believed the 45-year-old Dixon’s contract gave him an opportunity to end his career with the team.</p><p>“We respect that he’s chosen a different path and wish him nothing but continued success,” Ganassi said. “Scott will always be a special part of this team’s history, and we’re grateful for everything we’ve accomplished together.”</p><p>Dixon, who won the 2008 Indianapolis 500, is the defending champion at IndyCar's next race at Mid-Ohio Sports Car Course on Sunday. He is 10th in points this season with one top-five finish.</p><p>“Our focus now is on finishing this season strong with the No. 9 PNC team while also preparing for the future at Chip Ganassi Racing," Ganassi said.</p><p>Dixon won karting titles in Australia and New Zealand before moving to the United States where he raced in Indy Lights and CART series before moving to IndyCar in 2003.</p><p>He won series championships in 2003, 2008, 2013, 2015, 2018 and 2020 and has 59 career victories, trailing only A.J. Foyt.</p><p>Dixon was inducted into the Motorsports Hall of Fame of America in 2024 and was awarded a knighthood last December in New Zealand. He was born in Australia to New Zealand-born parents who later returned to live in Auckland.</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/A3VLL6Y3ODBHNK77D6LZKR4KYM.jpg?auth=b612201b8fe85da97b4169b19f26e1e706939e1ed7ec98dabe0ccffad37f45e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Scott Dixon, left, stands next to Chip Ganassi before the start an IndyCar auto race at World Wide Technology Raceway on Aug. 21, 2021, in Madison, Ill. (AP Photo/Jeff Roberson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VEEFKP2F5DZ2CB6FOTLT7IRY44.jpg?auth=01bb3739731dac263e6ba25a066cec219ce3359bcb303e59893573f3a468480b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - From left, second placed Marcus Ericsson, first placed Scott Dixon, and third placed Marcus Armstrong celebrate after the IndyCar Detroit Grand Prix auto race in Detroit, June 2, 2024. (AP Photo/Paul Sancya, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NKRDWNH2K4NF4MTU3PJ4IS2QZE.jpg?auth=b825f0637e47b0ff6a552da1c05518c39e1a6af9b1e3a63b549d956a993b59b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chip Ganassi Racing driver Scott Dixon races during the IndyCar Grand Prix of Long Beach auto race April 21, 2024, in Long Beach, Calif. (AP Photo/Ryan Sun, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Sun</media:credit></media:content></item><item><title><![CDATA[Rescue teams in Venezuela cling to hope as US rebuffs criticisms of government earthquake response]]></title><link>https://www.local10.com/news/world/2026/07/02/rescue-teams-in-venezuela-cling-to-hope-as-us-rebuffs-criticisms-of-government-earthquake-response/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/rescue-teams-in-venezuela-cling-to-hope-as-us-rebuffs-criticisms-of-government-earthquake-response/</guid><dc:creator><![CDATA[By REGINA GARCIA CANO, MEGAN JANETSKY and FERNANDA PESCE, Associated Press]]></dc:creator><description><![CDATA[CATIA LA MAR, Venezuela (AP) — Black smoke from fires in flattened buildings and the smell of decomposing bodies spread across ruins Thursday, eight days after Venezuela’s devastating earthquakes, while rescue teams pulled on a thread of hope that they might still find survivors trapped beneath the rubble.]]></description><pubDate>Thu, 02 Jul 2026 19:00:51 +0000</pubDate><content:encoded><![CDATA[<p>CATIA LA MAR, Venezuela (AP) — Black smoke from fires in flattened buildings and the smell of decomposing bodies spread across ruins Thursday, eight days after Venezuela’s devastating earthquakes, while rescue teams pulled on a thread of hope that they might still find survivors trapped beneath the rubble.</p><p>As officials carried body bags and stacked caskets in the port city of Catia La Mar, joy briefly broke through the pervading misery that has blanketed Venezuela's northern La Guaira on Thursday morning when rescue teams pulled a 43-year-old man out of the rubble he was buried under for nearly eight days.</p><p>Rescuers from across the Americas had worked for about 100 hours to pull Hernán Alberto Gil Flores from the collapsed shopping mall under which he was buried. Trapped in an air pocket, he'd survived on the water and sustenance rescuers passed him through the rubble. He was pulled out of the ruins on a stretcher and was carried to an ambulance as throngs of people cheered in a rare moment of victory.</p><p>Thousands more did not make it that far.</p><p>Venezuela's government said as of Wednesday that at least 2,295 were killed and more than 11,000 were wounded. Thousands more were sleeping in crowded shelters or outside, or remained missing as family members searched the rubble. The aftermath has left medics worried that the fallout could pave the way for a widening medical crisis of untreated injuries and infectious diseases in a healthcare system already on the brink.</p><p>Acting President Delcy Rodríguez continued to face mounting criticisms by Venezuelans over the government’s inadequate handling of the earthquakes — civilian and international rescue efforts have far overshadowed the Venezuelan government response.</p><p>Uncertainty over Rodríguez's leadership</p><p>The criticism came just a day before the extension of Rodríguez’s 180-day mandate as acting leader was set to expire. Rodríguez served as deputy to former President Nicolás Maduro until he was ousted by the United States in January and she became interim leader with the backing of the Trump administration.</p><p>With little transparency by Venezuelan officials, it was unclear what would happen once the deadline passes on Friday.</p><p>Under Venezuela’s constitution, temporary absences are to be filled by the vice president — which was Rodríguez’s former role — for up to 90 days. These interim appointments can be extended by the national assembly for an additional 90 days.</p><p>The Venezuelan leader has strong support from lawmakers and the Trump administration. The National Assembly, controlled by Rodríguez’s party, can trigger a snap election if lawmakers declare the post permanently vacant.</p><p>U.S. support of a government under fire</p><p>Since ousting Maduro, the U.S. has played an increasing role in Venezuelan affairs, in a seismic shift to relations between the historically adversarial nations.</p><p>The Trump administration has thrown support behind Rodríguez, increasingly turned their backs on opposition leader and Nobel Peace Prize winner María Corina Machado, who this week accused Rodríguez's government of blocking her return to her country. The government has also sought to remake Venezuela's oil industry, and has opened the door for Venezuela's state oil company to sell fuel to U.S. companies.</p><p>The U.S. continued to throw support behind her government Wednesday in the face of criticism, and officials said there were 900 military personnel currently on the ground to support relief and rescue operations.</p><p>John M. Barrett, the U.S. chargé d’affaires to Venezuela, pushed back against accusations that Rodríguez was politicizing response efforts in a call with reporters, saying the U.S. response “does require a high level of coordination with local authorities to be successful.” He added that Venezuela’s oil and gas production was not directly impacted by the earthquakes, and said production continues to increase.</p><p>"What I can say with confidence is that the local authorities have fully complied with our requests and have accelerated this massive humanitarian response,” Barrett said.</p><p>Gen. Francis Donovan, head of U.S. Southern Command, added during the call that “decades of poor investment in the people of Venezuela” had “made this even more challenging for the current government.”</p><p>“It is a big problem for any leader to deal with a challenge of this magnitude,” Donovan said.</p><p>___</p><p>Janetsky reported from Mexico City. Associated Press journalists Ben Finley in Washington D.C and Gabriela Aoun Angueira in San Diego contributed to this report.</p><p>___</p><p>Corrects that the deadline for the acting president expires on Friday, not Thursday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6PQDWWC2HHMXIQDP5D325Y75BA.jpg?auth=ed780c572e735cf0d0228a2fedc0cbde1b7a10f429d3aab8b5e6b09ca95ed5db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers sort humanitarian aid for earthquake survivors in La Guaira, Venezuela, Thursday, July 2, 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/Q6DN6ENIZBNCOULQXWY7PCMV7M.jpg?auth=f28c84f5175a43a4202e966bcf9fc02500928e47b57f3e34d3167801f7d3f04e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers attend to Hernán Alberto Gil Flores after he was pulled from the rubble eight days after he was trapped by twin earthquakes that struck Catia La Mar, Venezuela, Thursday, July 2, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UZKN4A4JYVSW7HAJVKBN6QNHVI.jpg?auth=47e3399da4333d0bd000ec50a71cc1fcd6fab421c8487078668b1e054efd2b57&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers from Argentina search a building damaged by back-to-back earthquakes after residents reported hearing noises from beneath the rubble in Catia La Mar, Venezuela, Wednesday, July 1, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UPPUVGFHJB35QPYWXO3ZGR2BNI.jpg?auth=f726b8db1c6fb240ea3c2e59187af9b92d0419c009d33babe8dc05b1aa9c011e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vietnamese rescuers searches a building that collapsed during back-to-back earthquakes in Catia La Mar, Venezuela, Wednesday, July 1, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XDODKLTDSKHNUBJQP5PNHJEK3Q.jpg?auth=7e31aae68637b32a3333b193addf30743e0b91ba7af87db2fcce37c2be58f35e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chilean rescue workers carry Hernán Alberto Gil Flores after he was pulled from the rubble eight days after he was trapped by twin earthquakes that struck Catia La Mar, Venezuela, Thursday, July 2, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[This air conditioning strategy is the sweet spot for saving energy and money, experts say]]></title><link>https://www.local10.com/health/2026/07/02/this-air-conditioning-strategy-is-the-sweet-spot-for-saving-energy-and-money-experts-say/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/02/this-air-conditioning-strategy-is-the-sweet-spot-for-saving-energy-and-money-experts-say/</guid><dc:creator><![CDATA[By KIKI SIDERIS and ISABELLA O'MALLEY, Associated Press]]></dc:creator><description><![CDATA[Having air conditioning at home is a luxury that keeps people comfortable during the hottest months of the year, and it’s debated whether the AC should stay blasting or be turned off when people head to work during the day.]]></description><pubDate>Thu, 02 Jul 2026 17:54:51 +0000</pubDate><content:encoded><![CDATA[<p>Having air conditioning at home is a luxury that keeps people comfortable during the hottest months of the year, and it’s debated whether the AC should stay blasting or be turned off when people head to work during the day.</p><p>Some swear that turning off the AC when they’re gone for a few hours is the most energy-efficient, cost-saving method. Others say it’s better to leave it running continuously, preventing the system from straining to rapidly cool the house down after the home has gotten warmer throughout the day.</p><p>Three experts interviewed by The Associated Press agreed that setting the thermostat a few degrees higher than normal while you’re away is generally the best way to balance energy efficiency against comfort and humidity.</p><p>While turning an AC unit off for several hours and turning it back on can save money and energy compared to continuously running it, that approach can lead to mold problems in humid environments as well as wear and tear that can cause more frequent repairs. The equation can also vary depending on other factors including comfort level, AC unit type and building insulation.</p><p>Air conditioning strategies differ in humid or dry climates</p><p>According to the U.S. Department of Energy, adjusting your thermostat by 7-10 degrees Fahrenheit (4-6 degrees Celsius) for eight hours a day can save up to 10% a year on heating and cooling.</p><p>Experts say there are a lot of factors to consider when deciding what AC habits save the most energy and money.</p><p>“If you’re gone for like 15 minutes to go to the grocery store, you don’t get any gain" by turning off your AC, said Elizabeth Hewitt, professor and urban planning expert at Stony Brook University.</p><p>But as a general rule, “if you’re going for your work day, say for eight hours or so, you’ll almost always save more energy and money by turning things off," she said.</p><p>In some climates, however, turning off the AC might not be feasible, so residents can set back their AC a few degrees instead of blasting cold air all day.</p><p>In dry places like Arizona, you can let the home warm up more by raising the thermostat a few degrees higher. But in humid climates like Florida, air inside the home can become damp and harder to cool, and turning the AC off for long periods can increase the risk of mold since the system helps control indoor moisture.</p><p>Bumping up the thermostat by 1 degree Fahrenheit (0.6 degrees Celsius) yields about a 3% savings in cooling costs, said Patrick Phelan, mechanical engineering professor at Arizona State University.</p><p>Phelan also said leaving your AC off for hours and then turning it back on could lead to wear that results in more frequent repairs. That is because it can take AC systems 15 to 30 minutes after they are turned on to perform most efficiently.</p><p>How much energy and money you can save depends on the kind of home you live in, said Gregor Henze, an architectural engineering professor at the University of Colorado Boulder.</p><p>Homes built with heavy materials like concrete or brick hold in cool air longer, while older, draftier houses heat up faster. In less insulated homes, Henze said, it makes sense to adjust the thermostat even if you’re stepping out for just a few hours, because the indoor temperature can rise quickly.</p><p>Some AC units save more energy than others</p><p>Whether you have a window unit, a smart thermometer or central air could influence your savings.</p><p>Window units are generally less efficient because they’re installed in an open window, making it difficult to seal out hot air completely, said Hewitt. She added that spraying “cheap foam spray insulation in open windows or areas that are drafty is a really low-hanging fruit that doesn’t cost a lot of money and really helps retain the indoor temperature in your home.”</p><p>Phelan says smart thermostats are a handy tool to remove the mental burden of tinkering with your manual thermostat multiple times a day. Smart thermostats “learn” by monitoring the occupancy with a sensor and raise the temperature when no one is home to conserve energy and lower it when people return.</p><p>“If you’re going from just an ordinary manual thermostat to installing a smart one like a Nest, then you can expect something like 10% savings," said Phelan.</p><p>How to cool your home without air conditioning</p><p>Each expert said simple steps like blocking sunlight can go a long way in keeping homes cool.</p><p>Henze pointed to “time-honored strategies” such as opening windows at night when it’s cooler. In dry climates, that night air doesn’t add much moisture, but in humid regions it can bring in dampness the AC will later need to remove.</p><p>Hewitt added that closing your blinds can make a difference of several degrees.</p><p>Phelan also noted that some blinds are designed to reflect sunlight and said tinted window films are another option.</p><p>___</p><p>O'Malley is a former Associated Press reporter.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CA67567U3FQUICQR7Q4SSM7MI4.jpg?auth=cfa27842c5fb75efaba1de354f16afdaa78bd64457025273c09d95d8206ef9bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sonel Telemaque, left, wipes sweat from his brow while installing a new air conditioning unit alongside Brian Hermosillo during record-breaking heat March 19, 2026, in Tempe, Ariz. (AP Photo/Caitlin O'Hara, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Caitlin O'Hara</media:credit></media:content></item><item><title><![CDATA[Average 30-year US mortgage rate falls to 6.43%, its lowest level in seven weeks]]></title><link>https://www.local10.com/business/2026/07/02/average-30-year-us-mortgage-rate-falls-to-643-its-lowest-level-in-seven-weeks/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/average-30-year-us-mortgage-rate-falls-to-643-its-lowest-level-in-seven-weeks/</guid><dc:creator><![CDATA[By ALEX VEIGA, Associated Press]]></dc:creator><description><![CDATA[The average long-term U.S. mortgage rate fell this week to its lowest level since mid-May, easing borrowing costs for prospective homebuyers.]]></description><pubDate>Thu, 02 Jul 2026 17:40:38 +0000</pubDate><content:encoded><![CDATA[<p>The average long-term U.S. mortgage rate fell this week to its lowest level since mid-May, easing borrowing costs for prospective homebuyers.</p><p>The benchmark 30-year fixed rate mortgage rate fell to 6.43% from 6.49% last week, mortgage buyer Freddie Mac said Thursday. One year ago, the average rate was 6.67%.</p><p>The average rate has been mostly hovering around 6.5% going back to mid-May and trending higher overall in the months since the war between the U.S. and Iran began in late February, disrupting the flow of crude oil from the Persian Gulf to customers worldwide. That’s sent oil prices sharply higher, helping drive up inflation, bond yields and mortgage rates.</p><p>Despite the modest decline from last week, the average rate is now at its lowest level since May 14, when it was 6.36%.</p><p>Borrowing costs on 15-year fixed-rate mortgages, often sought by borrowers refinancing a home loan, also declined this week. That average rate fell to 5.79% from 5.84% last week. A year ago, it was at 5.8%, Freddie Mac said.</p><p>Mortgage rates are influenced by several factors, from the Federal Reserve’s interest rate policy decisions to bond market investors’ expectations for the economy and inflation. They generally follow the trajectory of the 10-year Treasury yield, which lenders use as a guide to pricing home loans.</p><p>The 10-year Treasury yield was at 4.46% at midday Thursday on the bond market, down from 4.48% late Wednesday.</p><p>Hope that the United States and Iran may ultimately end their war and reopen the Strait of Hormuz  to oil tankers delivering crude has helped lower oil prices, helping ease some of the pressure on bond yields.</p><p>Bond yields remain elevated, though. The 10-year Treasury yield was at 3.97% in late February.</p><p>As recently as late February, the average rate on a 30-year mortgage had slipped just under 6% for the first time since late 2022. It’s hasn’t fallen below that threshold since. Five weeks ago, it reached 6.53%, its highest level since Aug. 28.</p><p>While average long-term mortgage rates remain lower than they were at this time last year, uncertainty about their trajectory amid the war with Iran kept many would-be homebuyers on the sideline.</p><p>Sales of previously occupied U.S. homes declined in the first three months of the year compared to a year earlier, extending a nationwide housing slump that dates back to 2022 when mortgage rates began to climb from pandemic-era lows. Sales were essentially flat in April, but accelerated in May to their fastest pace since December.</p><p>Still, sales of existing U.S. homes continue to hovering close to a 4-million annual pace, far short of the historic norm that is closer to 5.2-million.</p><p>“Homebuyers and sellers are starting to accept rates in the mid-6% range as the new normal,” said Lisa Sturtevant, chief economist at Bright MLS. “However, affordability is a major constraint to housing market activity as rates remain elevated and home prices continue to rise.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4KI4KLSNBUNNZCDCQCT4WH74SA.jpg?auth=2737452b2c38c474a36a622d2cdb8caf8883ef516aaa05c73867bdbc57553f7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A "For Sale" sign is seen on Tuesday, Jan. 6, 2026, in Portland, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[Miami Shores police seek man seen carrying what appeared to be long gun, approaching home]]></title><link>https://www.local10.com/news/local/2026/07/02/miami-shores-police-seek-man-seen-carrying-what-appeared-to-be-long-gun-approaching-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/miami-shores-police-seek-man-seen-carrying-what-appeared-to-be-long-gun-approaching-home/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Miami Shores police asked for the public’s help Thursday in identifying a man who they say was seen on home surveillance video carrying what appeared to be a long-barrel rifle or shotgun and approaching a home on Wednesday night. ]]></description><pubDate>Thu, 02 Jul 2026 15:45:33 +0000</pubDate><content:encoded><![CDATA[<p>Miami Shores police asked for the public’s help Thursday in identifying a man who they say was seen on home surveillance video carrying what appeared to be a long-barrel rifle or shotgun and approaching a home on Wednesday night. </p><p><a href="https://www.local10.com/espanol/2026/07/02/policia-de-miami-shores-busca-a-hombre-visto-con-lo-que-parecia-ser-un-arma-larga-mientras-se-acercaba-a-una-vivienda/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/policia-de-miami-shores-busca-a-hombre-visto-con-lo-que-parecia-ser-un-arma-larga-mientras-se-acercaba-a-una-vivienda/">Leer en español</a></p><p>According to police, the incident happened around 10:15 p.m. when the individual was captured on camera walking up to a residence in Miami Shores.</p><p>Investigators said the culprit, described as a white male wearing a baseball cap and an unknown-colored shirt and shorts, appeared to be carrying what looked like a long gun.</p><p>Surveillance video shows the man approaching the front door, ringing the doorbell and waiting about 15 seconds before leaving the area and walking southbound, police said.</p><p>They said the resident told investigators they did not recognize the individual and had never seen him before.</p><p>Anyone with information about the man’s identity or whereabouts is urged to contact the Miami Shores Police Department at 305-759-2468.</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/UBIKFTLBHZDZFBT2NFDHGFBULY.jpg?auth=40cf18dde4bff04ef2443ff828a7015c8e8881444fd190f8e6b7be92c440138b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía de Miami Shores busca a hombre visto con lo que parecía ser un arma larga mientras se acercaba a una vivienda]]></title><link>https://www.local10.com/espanol/2026/07/02/policia-de-miami-shores-busca-a-hombre-visto-con-lo-que-parecia-ser-un-arma-larga-mientras-se-acercaba-a-una-vivienda/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/policia-de-miami-shores-busca-a-hombre-visto-con-lo-que-parecia-ser-un-arma-larga-mientras-se-acercaba-a-una-vivienda/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La Policía de Miami Shores solicitó este jueves la ayuda del público para identificar a un hombre que, según dijeron, fue captado por una cámara de vigilancia residencial portando lo que parecía ser un rifle o una escopeta de cañón largo mientras se acercaba a una vivienda la noche del miércoles.]]></description><pubDate>Thu, 02 Jul 2026 15:51:25 +0000</pubDate><content:encoded><![CDATA[<p>La Policía de Miami Shores solicitó este jueves la ayuda del público para identificar a un hombre que, según dijeron, fue captado por una cámara de vigilancia residencial portando lo que parecía ser un rifle o una escopeta de cañón largo mientras se acercaba a una vivienda la noche del miércoles.</p><p>Según la Policía, el incidente ocurrió alrededor de las 10:15 p.m., cuando el individuo fue captado por una cámara mientras se acercaba a una vivienda en Miami Shores.</p><p>Los investigadores dijeron que el sospechoso, descrito como un hombre blanco que vestía una gorra de béisbol, una camiseta de color desconocido y pantalones cortos, parecía portar lo que aparentaba ser un arma larga.</p><p>El video de vigilancia muestra al hombre acercándose a la puerta principal, tocando el timbre y esperando unos 15 segundos antes de retirarse del lugar y caminar en dirección sur, informó la Policía.</p><p>Indicaron que el residente dijo a los investigadores que no reconocía al individuo y que nunca lo había visto antes.</p><p>Cualquier persona con información sobre la identidad o el paradero del hombre debe comunicarse con el Departamento de Policía de Miami Shores al 305-759-2468.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UBIKFTLBHZDZFBT2NFDHGFBULY.jpg?auth=40cf18dde4bff04ef2443ff828a7015c8e8881444fd190f8e6b7be92c440138b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA['Awesome.' 'Sad.' 'Let's keep democracy going.' Americans weigh in on state of a 250-year-old nation]]></title><link>https://www.local10.com/news/national/2026/07/02/awesome-sad-lets-keep-democracy-going-americans-weigh-in-on-state-of-a-250-year-old-nation/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/02/awesome-sad-lets-keep-democracy-going-americans-weigh-in-on-state-of-a-250-year-old-nation/</guid><dc:creator><![CDATA[By CALVIN WOODWARD and HOLLY RAMER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Across the United States, many Americans are celebrating their country's 250th birthday by closing their ears to all the partisan shouting. All the fingernails-on-chalkboard screeching out of Washington. All the clamor of social media agitprop.]]></description><pubDate>Thu, 02 Jul 2026 16:44:54 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Across the United States, many Americans are celebrating their country's 250th birthday by closing their ears to all the partisan shouting. All the fingernails-on-chalkboard screeching out of Washington. All the clamor of social media agitprop.</p><p>Instead, in varied ways, they are tuning into their own personal concepts of America the Beautiful.</p><p>In Associated Press interviews with citizens in the days before the Fourth, auto technician Joe Fuqua-Bejarano, in Topeka, Kansas, sized up “what makes us awesome” as a people. It's clearly not the politics, in his view, but rather resilience.</p><p>“We’ve just all got to find unity somewhere, whether that’s in laughter or perseverance, and keep everybody cool,” he said from the fireworks stand where he's doing a booming business as a side hustle.</p><p>The world's long-running image of Americans as a brash and confident (if not boastful and jingoistic) lot did not square easily with the tempered enthusiasms and trepidations expressed by many of the people AP interviewed.</p><p>“There are lots of points of contention going around,” noted one of them, Christina Zhou, a 25-year-old research assistant from Cambridge, Massachusetts. Yet “there are still a lot of beautiful things that are happening.”</p><p>“What I’m trying to do is think about just things that are happening locally,” she added. “It feels a little bit more like within our own personal control.”</p><p>‘We’re just happy Americans'</p><p>In Mont Vernon, New Hampshire, farmer Mindy Dean, 50, and her family will be milking their goats Saturday and maybe taking in some local fireworks. Or maybe not. The 250th hoopla has been mostly lost on her. “We’re just happy Americans,” she said. “We kinda do our own thing and just enjoy our freedom as Americans.”</p><p>In contrast, the goat-free Neil Casey, an 81-year-old retiree from Nashua, New Hampshire, and his friend Maureen Regan, who lives in Cambridge, are free-range celebrants. They're roaming Boston's historical sites, like Paul Revere's house, and as many of the city's Fourth events as they can manage. They, too, are plugging their ears to discord.</p><p>“I’m very much aware of our country and what we’ve been through, you know, so I’m just trying to immerse myself in the atmosphere of the 250th," Casey said. Regan took heart in all the soccer fans who poured into the country for the World Cup and praised what they experienced.</p><p>“They love everything we have," she said, ”and I want people to not forget that and remember how lucky we are." Her advice to compatriots: "Just enjoy the moment. Enjoy that we’ve been here for 250 years.”</p><p>Still, for some, it is nearly impossible to separate holiday patriotism from steps by President Donald Trump to bend the celebrations toward himself, as with the Fourth of July festivities on the National Mall that he said will culminate in a Trump rally Saturday.</p><p>When patriotism feels ‘Republican’</p><p>"When you’re celebrating the Fourth of July right now, it feels like that’s like a Republican thing to do,” said Madeline Capodilupo, 26, a special-education teacher who lives in Boston. She'll spend the weekend with her fiancé's family at their Maine beach house.</p><p>“It’s just hard to celebrate something when it doesn’t feel like we should be celebrating anything," she said.</p><p>What celebrants are celebrating, exactly, is diverse and personal.</p><p>Ronald Hall spent 18 months in the Air Force toward the end of the Vietnam War. His wife, Karen, served two years in the Army and took part in Operation Desert Storm during the first Gulf War. While they shopped for vegetables at Detroit's Eastern Market this week, Ronald said he's spent a lifetime celebrating American ideals, which might be distinct from reality.</p><p>As a Black man, he said, America's promise of freedom and equality was at the core. “I grew up remembering the promise,” he said. “That’s what we celebrated: the promise, not the country.”</p><p>Old warriors find their faith tested</p><p>Veterans are always front and center in America's big occasions and the 250th is no different. At the New Hampshire Veterans Home in Tilton, residents are looking forward to a community celebration in the coming days that will feature a National Guard Black Hawk helicopter, a World War II ambulance, food trucks, music and even Uncle Sam on stilts.</p><p>The old warriors are keeping the faith. But that faith is being tested.</p><p>“I believe this country is the greatest that ever existed,” said Leo LeClerc, 83, an Air Force veteran who served in Vietnam. “Our democracy is strong and it will continue to be strong as long as people participate in it.”</p><p>But, he said. “I don’t like what’s going on in this country" and “I don’t feel very good about the 250th.” An independent who voted for Trump in 2016, he now believes a “cult of personality has taken over" around the president.</p><p>Tom Gaumont, 74, an Army veteran and former history teacher, remembered the 1976 bicentennial as a more hopeful time, despite the aftershocks of President Richard Nixon's resignation under threat of impeachment.</p><p>“I’m kinda sad at this point with what I anticipate,” Gaumont said. “I’ve seen and taught about how these things kind of crumble, so I’m concerned.”</p><p>“We’ve lasted this long," he added, "and this is a very existential time in our history.”</p><p>Allan Bailey, 83, a Republican who also served in Vietnam and later owned a motel, voiced similar pessimism.</p><p>“I’m worried about how the country is going, I really am,” he said. "I don’t know what we’re going to leave our children, and that bothers me a lot.”</p><p>A security guard works to ‘make the USA the greatest’</p><p>In Dearborn, Michigan, Nabeel Mawari, 38, sounded a more hopeful note. On Saturday, he'll be working his security guard job while his wife and two young sons celebrate the holiday with relatives. An immigrant from Yemen, now a U.S. citizen, Mawari spoke from his backyard about life in the United States.</p><p>“My life is here,” Mawari said. “We try to make the U.S.A. the greatest. That’s why I’m here. I love this country. The Fourth of July, it is very important.”</p><p>Then there's the man who, for perhaps very understandable reasons, wanted to stay far away from the political fray.</p><p>Gary MacGrath, 77, has been a caricaturist at a suburban Philadelphia fair for 14 years. This year, McGrath’s booth was sandwiched right between the local Democratic and Republican Party clubs. Talk about a rock and a hard place. He said he learned as a bartender earlier in life to “never talk about religion or politics" and was heeding that lesson now.</p><p>But he did permit himself this: “It’s 250 years," he said. “Let’s keep democracy going.”</p><p>___</p><p>Ramer reported from Bedford and Tilton, N.H. Associated Press writers John Hanna in Topeka, Kan., Mike Catalini in Southampton, Pa., Michael Casey in Cambridge, Mass., and Corey Williams in Detroit contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VZSISNYXNZ3ZFSDKMBOOTAIBZI.jpg?auth=4de389d2919b1eb9dff123d642515b0c4f35a0e89a30067bdfe7575a74462bf9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Commerce Department is decorated for the Fourth of July celebration, Thursday, July 2, 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/QDIOM4A2TXUBECUVJTXXYLRZXQ.jpg?auth=5954e65ffb75f1caa5dea2d5a3eac68e0b5841c3c29dca05c93c29a276afa5dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Madeline Capodilupo poses for a photo at a farmers market in Bedford, N.H., Tuesday, June 30, 2026. (AP Photo/Holly Ramer)]]></media:description><media:credit role="author" scheme="urn:ebu">Holly Ramer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CS6OPI7QPBCXILEYETWHOIS5V4.jpg?auth=7576ebe385d5116454f07376866e49f20d2ab9cf762613b6800577368cdaeb61&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Karen and Ronald Hall shop for produce at the Eastern Market in Detroit on Tuesday, June 30, 2026. (AP Photo/Corey Williams)]]></media:description><media:credit role="author" scheme="urn:ebu">Corey Williams</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J77G7CNYL2WTJMTISLD4KTRP2M.jpg?auth=6ca0335791163e84cc338cc102b4a3219495d1f5cd25ba1f99aab3b096b7739a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Washington Monument and the ferris wheel on the National Mall are seen at sunset, Wednesday, July 1, 2026, on the National Mall in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AUK3EICAD3UKPA35ZWSGQ5YMQM.jpg?auth=84c91e1f71f9e8a4f6c86074dd944e39b97a9f78e3e8aec8655b28a8243469ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joe Fuqua-Bejarano, left, and his brother, Blake, manage Jake’s Fireworks stand on Tuesday, June 30, 2026, in Topeka, Kan. (AP Photo/John Hanna)]]></media:description><media:credit role="author" scheme="urn:ebu">John Hanna</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IPVYQFWTBLFJ7YF7EBVIYITE6M.jpg?auth=f11f4d11fc53d7e73b6e5aeee377e8309e4a23701435110f9300e22c2924383b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tom Gaumont, an Army veteran and former history teacher, poses for a photo at the New Hampshire Veterans Home in Tilton, N.H., Wednesday, July 1, 2026. (AP Photo/Holly Ramer)]]></media:description><media:credit role="author" scheme="urn:ebu">Holly Ramer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LUBOGZZZHQU4IUMNMUNNJCKI3Q.jpg?auth=d757e053b780cfb6a283dda8b7dad4c7149fa3ba3357aeab5cdab9f2f261269f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mindy Dean poses for a photo at the farmers market in Bedford, N.H., Tuesday, June 30, 2026. (AP Photo/Holly Ramer)]]></media:description><media:credit role="author" scheme="urn:ebu">Holly Ramer</media:credit></media:content></item><item><title><![CDATA[June 2026 updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[The recent devastating earthquakes in Venezuela have put on pause any serious conversations between Washington, D.C. and Cuba. However, the question remains: how long can Cuba hold on as their economic situation worsens and social unrest increases each day?]]></description><pubDate>Mon, 01 Jun 2026 13:35:22 +0000</pubDate><content:encoded><![CDATA[<p><b>June 29 update: Venezuela earthquakes put a pause on any serious conversations between US, Cuba</b></p><p>The recent devastating earthquakes in Venezuela have put on pause any serious conversations between Washington, D.C. and Cuba. However, the question remains: how long can Cuba hold on as their economic situation worsens and social unrest increases each day?</p><p>The Cuban government is trying to find ways to implement the recently approved 176 reforms. But even Cuban economists inside the island agree that they might be too late to save Cuba from a total economic collapse.</p><p><b>June 24 update: US Supreme Court allows claim by Exxon Mobil against the government of Cuba to proceed</b></p><p>The U.S. Supreme Court has ruled in a 6-to-3 decision that the claim by Exxon Mobil against the government of Cuba for confiscating their properties in the early 1960’s can proceed under the Helms-Burton law.</p><p>This clearly sets a precedent for the other 5,913 registered American companies to file legal procedures against the Cuban government.</p><p><b>June 22 update: Ramiro Valdes, one of the original Comandantes of the Cuban Revolution, dies</b></p><p>Ramiro Valdes, one of the original Comandantes of the Cuban Revolution, died in Cuba Sunday at the age of 94. He was the founder of the Ministry of the Interior, known for its repressive measures against the Cuban people. Valdes is credited for killing numerous Cubans who opposed the regime from the early days of the revolution. Most recently, he was responsible for training the security police in Venezuela.</p><p><b>June 19 update: Cuba approves 176 new economic measures </b></p><p>The National Assembly of the Cuban government approved 176 new economic measures Thursday to help jumpstart their moribund economy. Similar economic reforms were introduced when Raul Castro took over power from his brother, Fidel, but they failed because the government’s infrastructure could not implement them. Are these measures in time to save Cuba from a total economic disaster? Many economists even inside the island have come out and said that they are a bit too late.</p><p>On Thursday, the European Parliament approved a resolution sanctioning Cuban President Miguel Díaz-Canel and the leaders of the Cuban economic military conglomerate, GAESA. Finally, it suspended the existing agreement between the EU and Cuba.</p><p><b>June 17 update: Can President Trump afford another conflict?</b></p><p>Now that the U.S. and Iran have reached an agreement to stop the war, can President Donald Trump politically afford another conflict? This time it will be with Cuba -- a nation that will offer little military resistance to the U.S., but can also be a political trap for Secretary of State Marco Rubio’s future run for the U.S. presidency.</p><p><b>June 11 update: Rubio announces sanctioning of CUPET:</b></p><p>U.S. Secretary of State Marco Rubio announced Thursday afternoon the sanctioning of Cuba’s oil and gas company, Union Cuba Petroleo (CUPET). This company had been confiscated from American owners at the start of the revolution.</p><p>This is a sign that Cuba’s government has not shown any willingness to negotiate with the U.S. This action further chokes the regime who is running out of options as the socio-economic problems get worse each day that passes.</p><p><b>June 10 update: Defense Secretary Pete Hegseth visits Guantanamo Bay for operational briefings</b></p><p>Defense Secretary Pete Hegseth traveled to Naval Station Guantanamo Bay in Cuba on Wednesday to receive updates and operational briefings on the base’s mission, according to the Pentagon.</p><p>According to <a href="https://www.reuters.com/world/americas/pentagons-hegseth-travels-guantanamo-bay-cuba-2026-06-10/" target="_self" rel="" title="https://www.reuters.com/world/americas/pentagons-hegseth-travels-guantanamo-bay-cuba-2026-06-10/">Reuters</a>, Hegseth flew into the U.S. naval base at Guantanamo Bay, marking the latest visit by a senior American official to the communist-led island as President Donald Trump’s administration continues to increase pressure on the Cuban government.</p><p>His trip comes less than two weeks after General Francis Donovan, the top U.S. military commander for Latin America, visited Guantanamo Bay and held discussions with a senior Cuban military official near the base’s perimeter.</p><p>Hegseth is the third high-ranking U.S. official to visit Cuba in recent months, highlighting Washington’s continued focus on the island amid ongoing tensions between the two countries.</p><p><b>June 8 update: What will be brought up during any future negotiations?</b></p><p>One of the issues that will certainly come up during any future negotiations between the U.S. and Cuba will be the 5,913 American companies, as well as Cuban-American properties, that were confiscated by the Cuban Revolution in the early 1960’s.</p><p>According to Mauricio Tamargo, former chairman of the Foreign Claims Office in the U.S. Department of Justice, the estimated values of these properties are in the billions.</p><p><b>June 3 update: Raúl Castro turns 95</b></p><p>Raúl Castro, the former president of Cuba, turns 95 years old Wednesday under the shadow of a criminal indictment from the U.S. and an uncertain future for Cuba with the legacy of his brother, Fidel Castro, on his shoulders.</p><p><a href="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p><b>June 1 update: Looking to the future: Should Cuban Americans invest in Cuba?</b></p><p>A few months ago, Cuba’s Vice Minister Oscar Pérez-Oliva Fraga, who is the grand-nephew of Raúl Castro, invited Cuban Americans in exile to invest in Cuba. </p><p>In 2019, the Cuban government amended their constitution to allow foreign investment. However, they did not change their laws to protect the investments. </p><p>Therefore, the risks to invest in Cuba remain greater than the opportunities.</p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q7A6IOAPVY6DFEQJXKMMK4PDTI.jpg?auth=7227bd9e6003bcb7c8a393515e36a9c8959fe2f9a3435b88154bc62d43c8d395&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past graffiti in the colors of the Cuban flag in Havana, Cuba, Wednesday, June 17, 2026. (AP Photo/Jorge Luis Banos)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[Finding freedom from the heat on July 4th will be a challenge in eastern US]]></title><link>https://www.local10.com/health/2026/07/02/finding-freedom-from-the-heat-on-july-4th-will-be-a-challenge-in-eastern-us/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/02/finding-freedom-from-the-heat-on-july-4th-will-be-a-challenge-in-eastern-us/</guid><dc:creator><![CDATA[By HOLLY RAMER, Associated Press]]></dc:creator><description><![CDATA[CONCORD, N.H. (AP) — Heat as oppressive as British colonial rule is bearing down on the eastern U.S. heading into the long Fourth of July weekend, prompting some communities to cancel, postpone or otherwise alter their Independence Day plans.]]></description><pubDate>Thu, 02 Jul 2026 20:30:47 +0000</pubDate><content:encoded><![CDATA[<p>CONCORD, N.H. (AP) — Heat as oppressive as British colonial rule is bearing down on the eastern U.S. heading into the long Fourth of July weekend, prompting some communities to cancel, postpone or otherwise alter their Independence Day plans.</p><p>Dangerous, record-breaking heat will continue across much of the central and eastern U.S. through Friday and will continue along the East Coast through the weekend, the National Weather Service said Thursday. Temperatures in the high 90s Fahrenheit (30 degrees Celsius) were forecast for the Northeast; New York and Boston both hit 100 degrees Thursday. Humidity is expected to make it feel even hotter, all but ensuring that sweat will dampen spirits at many celebrations marking 250 years of American independence.</p><p>“Anywhere you go in southern New England, you will be dealing with dangerous heat today, tomorrow and Saturday,” said Bryce Williams, a meteorologist with the weather service.</p><p>Heat wreaks havoc with event schedules</p><p>In Boston, entrance to the Boston Pops Fireworks Spectacular will start at 4 p.m. instead of noon on Saturday because of the heat. In Philadelphia, officials shortened the route of a Thursday morning parade, canceled an afternoon all-American Block Party, and pushed back the start times of an evening picnic and concert at Independence Mall.</p><p>In Lower Windsor Township, Pennsylvania, an America 250 celebration including food trucks, games and the highway department's dump truck has been rescheduled for July 8. In Norristown, Pennsylvania, officials canceled a parade set for Saturday, citing the safety of residents, participants and first responders, though evening fireworks and an afternoon party featuring games, food, and music will go on as scheduled.</p><p>“The parade is one of our community’s most beloved traditions, and we share in the disappointment of its cancellation, especially as we celebrate America’s 250th birthday,” Interim Municipal Administrator Jayne Musonye said.</p><p>Gettysburg National Military Park in Pennsylvania moved outdoor events indoors. Amtrak, meanwhile, canceled some train routes due to the heat Thursday, including the Acela between Boston and Washington, and said others may operate with reduced speeds resulting in delays through Saturday.</p><p>Baseball, Taylor Swift fans sweat it out</p><p>A heat dome — high-pressure systems above a region that trap heat and humidity — has been smothering parts of the U.S., from the Midwest to the East Coast. Beyond the holiday festivities, officials in many communities are taking steps to keep residents safe, including opening cooling centers. In Boston, several air-conditioned museums are offering free admission to city residents, and in Providence, Rhode Island, city pools and waterparks have extended their hours.</p><p>The temperature was 98 degrees by the time the Philadelphia Phillies started their home game against the Pittsburgh Pirates on Wednesday. Sixteen pallets of water bottles were given out for free.</p><p>Bill Christy, 69, of Philadelphia, was walking with two teen charges that he had brought along for company.</p><p>“They’re young, they can handle it,” he said. “I’ll just go up in the shade somewhere if I get hot.”</p><p>Nearby a fife and drum corps marched up and down the lower concourse in full uniform.</p><p>“Usually it’s wool regimental. But this is linen, it’s cool,” said Debbie Mayes of Ewing, New Jersey, part of the Washington Crossing Fife and Drums. “We’re fine. They’ve been very kind to us, letting us take breaks and providing water.”</p><p>In New York, Amanda Powell, of Little Rock, Arkansas, was among the Taylor Swift fans flocking to Madison Square Garden in hopes of seeing the superstar singer before her Friday wedding.</p><p>“It’s super hot,” she said. “Being from Arkansas, we thought we could handle the heat, but it’s been very warm.”</p><p>Central Park in Manhattan hit 100 degrees Thursday afternoon, marking the first time the iconic park reached triple digits since 2012, according to the National Weather Service.</p><p>Zoo employees work to keep animals cool</p><p>At the Franklin Park Zoo in Boston, workers hosed down and misted animals, provided them with shaded indoor areas and offered icy treats that included fruit, frozen fish or “bloodsicles.”</p><p>“Anything to try to cool them down if they struggle in the heat,” said Malu Celli, vice president of animal care.</p><p>Visitors also took advantage of misting fans set up around the park.</p><p>“Even though it's really outside, the weather's very nice,” said Justin Morgan. “I love the city, and this is an excellent day to experience city festivities.”</p><p>Electric grids feel the stress</p><p>As the heat bore down on New York, Mayor Zohran Mamdani urged people conserve energy by setting their air conditionings to 78 degrees — a step previous mayors, including former Mayor Rudy Giuliani, have advised — in order to avoid stressing the power grid. Nevertheless, the request drew a round of jeers from the Democratic mayor’s conservative critics online.</p><p>Florida Gov. Ron DeSantis, a Republican who pokes at the mayor often on social media, responded on X “Is this what was meant by the warmth of collectivism?,” spinning a phrase the democratic socialist employed in his inaugural address back at Mamdani.</p><p>The operators of the electric grids in New York state, New England and one stretching across 13 mid-Atlantic and Midwestern states all projected that electricity demand would peak on Thursday before falling back slightly on Friday. Though the projected usage peaks were roughly 40% above a normal summer day, operators have not issued emergency calls to reduce consumption, and industry analysts say system planners prepare for such circumstances.</p><p>PJM Interconnection, which operates the grid that serves 65 million people from New Jersey to Illinois, said Thursday’s projected peak would set an all-time high for summer electricity demand, last set in 2006. That peak is well above what PJM had projected it would see this summer, but it said it had a cushion of energy capacity above that peak. New England's grid operator said consumers could help reduce stress on the grid by limiting energy use from 4 to 8 p.m.</p><p>____</p><p>Associated Press writers Daniel Gelston in Philadelphia, Anthony Izaguirre and Ted Shaffrey in New York, Michael Casey and Rodrique Ngowi in Boston and Marc Levy in Harrisburg, Pennsylvania, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NUN3E6IG7BMDENVZSL4ONAIDUA.jpg?auth=67379b7ab7d32564e37ff4ed23b49ee9069beb1d1f181173073b17ba0707bf7f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A vendor pulls out a bottle of water from a tank using dry ice to keep it cold, during a heat wave at the Great American State Fair on the National Mall, Thursday, July 2, 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/XBD3WKNF3IDWJXZNZKMEFNKGCE.jpg?auth=2151b507b6f296be5be1ea9f056f04962bcef1451763d7ece369067fbcd92135&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mickelina Papotto, of Salem, Ore., left, and Lorie Odegaard, of Gaithersburg, Md., fan themselves while waiting in line for the ferris wheel at the Great American State Fair on the National Mall, Wednesday, July 1, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3H5WBLESRGLBNVPBV65SD4HXQI.jpg?auth=1c62db5fb8fa73e48549af788ebbe899d09f585988e49f5ef5e33288c37c8774&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ruth, 11, from Burke, Va., gets cold water poured on her head to cool off at the Great American State Fair on the National Mall, Thursday, July 2, 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/FJVHFQKDRKSTJGYYMIRZPXWAVI.jpg?auth=0650ce1989c5641d3949f0e24eb0cd8795d5790866565603747ae20c482e5a31&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man takes advantage of a sprinkler during hot weather in New York's Central Park, Thursday, July 2, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S4HF6I6NSUSZ65DOSGOL6Q73JI.jpg?auth=1f60c65654d7d6d563ef45ff79ff378ccf589b3145c3bb254222e824f67de78d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man plays Frisbee with friends in the Sheep Meadow of New York's Central Park, Thursday, July 2, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Heat adds to strains on areas with data centers, raising the temperature on AI debates]]></title><link>https://www.local10.com/business/2026/07/02/heat-adds-to-strains-on-areas-with-data-centers-raising-the-temperature-on-ai-debates/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/heat-adds-to-strains-on-areas-with-data-centers-raising-the-temperature-on-ai-debates/</guid><dc:creator><![CDATA[By MATT O'BRIEN and KAITLYN HUAMANI, Associated Press]]></dc:creator><description><![CDATA[LOWELL, Mass. (AP) — Eileen Castle's swimming pool, the only one for blocks around, was once a refuge for neighborhood children on hot summer days.]]></description><pubDate>Thu, 02 Jul 2026 15:13:33 +0000</pubDate><content:encoded><![CDATA[<p>LOWELL, Mass. (AP) — Eileen Castle's swimming pool, the only one for blocks around, was once a refuge for neighborhood children on hot summer days.</p><p>But even as temperatures soared this week, Castle, 82, said she won't be filling the pool — not with the data center behind her house buzzing with the sound of its industrial air conditioners and its backup diesel generators belching fumes at unexpected times.</p><p>“I think about the air quality, the water, what effects it has on the kids in the area,” she said on her front stoop as children whirred past on bicycles.</p><p>Hot weather of the kind sweeping the eastern U.S. drives up electricity demand for data centers, adding to their strain on power grids and worsening air quality for surrounding areas. The impact on communities like the racially diverse Sacred Heart neighborhood in Lowell, Massachusetts underscores why the artificial intelligence industry is feeling so much heat over the fast-sprouting facilities.</p><p>Around the country, data centers have been blamed increasingly for a host of environmental ills. Some tech industry figures say the facilities have become lightning rods for concerns over broader economic and societal changes posed by the AI boom.</p><p>But on sweltering days, it's hard not to see the effects on Castle's neighborhood, which the state government has designated as facing higher environmental and health risks because of a population that's been historically excluded from political decision-making.</p><p>“It’s majority low-income and working family, family members who are working hard every day to just try to put food on the table,” said state Rep. Tara Hong, a Democrat who represents a heavily Cambodian American district in Lowell, a city of about 115,000 people northwest of Boston.</p><p>“It’s an inclusive place there and that data center is just smack in the middle of everything,” Hong said.</p><p>Data centers require more resources to cope with heat waves</p><p>A heat wave is “almost the worst situation for data center operation,” said Shaolei Ren, a professor at the University of California, Riverside, who has studied AI’s environmental toll. A data center’s racks of computer servers run hot and pose a power grid challenge and a water system challenge, Ren said.</p><p>There are two ways to keep data centers running without interruption, Ren said: refrigeration-based cooling, which is energy-intensive, and evaporative cooling, which is water-intensive.</p><p>Some data centers will turn to backup diesel generators as a “preventative measure” to mitigate the likelihood of an outage, Ren said. If the grid is highly stressed, grid operators will sometimes request that data center operators turn on their generators as “the last line of defense,” Ren said.</p><p>Diesel emissions can have harmful effects on human health, even with short-term exposure. If too many diesel generators are fired up to supply the electricity during heat waves, Ren said that could be "a disaster for the local air quality.″</p><p>The operator of the Lowell data center, the Markley Group, said it has planted more than 2,000 trees nearby to improve air quality. CEO Jeff Markley said in a statement to The Associated Press that the company has switched on generators in an emergency only a handful of times.</p><p>“They are not run proactively or continuously; they engage only during an actual power disruption to keep critical systems online, plus brief weekly testing of about five minutes per unit, run one generator at a time,” he said.</p><p>A data center sprouted where a pasta factory made spaghetti</p><p>Markley said he chose Lowell because of its abundant water for cooling — supplied by the same Merrimack River that powered 19th century cotton mills in the Industrial Revolution. He said the Lowell facility uses about 118,000 gallons of water per day at the peak of summer, a small fraction of the city's daily consumption.</p><p>Castle, a lifelong resident, was among those who welcomed the Markley Group a decade ago when it first started building on the site of an abandoned Prince spaghetti factory that had employed generations of neighbors from 1939 to 1997. But about two years ago, when the Markley Group plopped its second cooling tank behind her above-ground swimming pool, along with a growing number of surveillance cameras, the relationship had soured.</p><p>In response to growing opposition, Lowell's City Council voted 10-0 in February to pass a moratorium that blocks further data center expansion for a year.</p><p>Data center electricity use has grown in the last few years, said Jonathan Koomey, a researcher who has been studying the computing warehouses for 30 years. But it’s “very much a local phenomenon,” he said. On a national scale, Koomey said demand growth has been moderate in recent years and he doesn't expect that to change.</p><p>“This is not a national crisis. It’s not explosive growth nationally,” he said. But in communities surrounding data centers, there are environmental costs, local economic costs, traffic and other concerns that need to be accounted for, Koomey added.</p><p>When temperatures climb into triple digits — as they’re expected to this week in New England — it’s harder to push heat out of a data center. Keeping it cool then requires more power, as is true of commercial buildings and homes. That can put a strain on power grids and can pose a “real risk” of power outages, Koomey said.</p><p>That strain looks different from the typical summer AC rush. In those instances, systems operators are dealing with “a lot of small loads” that are “not 100% coordinated” when individuals turn on their home air conditioners, which is to the power system's benefit, Koomey said.</p><p>“One of the challenges that the data center operators face is that these data centers are pretty big loads. They are big enough that they have to think about how to coordinate them and make sure that they’re not all cutting off at the same time or coming on at the same time,″ he said.</p><p>The North American Electric Reliability Corporation, a nonprofit that develops and enforces standards for the utility industry, recently issued an alert about the “unprecedented challenges from a surge in large power consumers” and developed guidelines to mitigate the "immediate risks posed″ by AI data centers.</p><p>As servers heat up, so do community data center tensions</p><p>Tensions ran so high in Lowell this week that police officers temporarily detained a 14-year-old girl who spoke out of turn at a city-led community forum fielding input on data center zoning.</p><p>“I’m not hurting anyone,” the girl shouted Monday evening after police officers escorted her from a middle school auditorium. “We just don’t want data centers!”</p><p>A coalition of data center opponents is increasingly clashing with electricians employed by Markley and other data center backers who say the facility boosts Lowell's ties to the tech industry.</p><p>Criticized for calling police to the contentious meeting and later asking an officer to remove the girl, Lowell Mayor Erik Gitschier, whose office is nonpartisan, told local talk radio station WCAP he didn't know her age at the time and defended his efforts to try to bring decorum to a topic he said deserves debate.</p><p>“It was warm out," he said. "You had people who had definite, passionate positions and they were screaming.”</p><p>___</p><p>Huamani contributed from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4X7O46JCCGICID2EQ7JYAINCN4.jpg?auth=1fd35df2a3867d8fed9a018c062b4b5fccaf188bcc4363f87d5c959a138caf75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A data center built by the Markley Group looms over a residential neighborhood in Lowell, Mass., on June 30, 2026. (AP Photo/Matt O'Brien)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt O'Brien</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H33SFDJGS2R6JHX66MAVX4XSZA.jpg?auth=62c7a4f7717f31246c937bf00857f781639a0287283f0336e095f8b124df4cd2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A data center built by the Markley Group looms over a ballpark and residential neighborhood in Lowell, Mass., on June 30, 2026. (AP Photo/Matt O'Brien)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt O'Brien</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T5LLHAYOYBNZYUJISJRMQ2D46M.jpg?auth=3bc686c493f45165016496367c4cc61707989bcee606be545e2cd89f6f124b34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A data center and its backup diesel generators built by the Markley Group loom over a ballpark and residential neighborhood in Lowell, Mass., on June 30, 2026. (AP Photo/Matt O'Brien)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt O'Brien</media:credit></media:content></item><item><title><![CDATA[Once a source of national pride, Cuba's healthcare system declines as energy shortages deepen crisis]]></title><link>https://www.local10.com/news/world/2026/07/02/once-a-source-of-national-pride-cubas-healthcare-system-declines-as-energy-shortages-deepen-crisis/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/once-a-source-of-national-pride-cubas-healthcare-system-declines-as-energy-shortages-deepen-crisis/</guid><dc:creator><![CDATA[By ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description><![CDATA[BATABANO, Cuba (AP) — After two surgeries and several rounds of radiation therapy over the past four years to treat a tumor, Irisleydis Tristá has spent the past seven months unable to get a CT scan to determine whether the cancer has grown or spread.]]></description><pubDate>Thu, 02 Jul 2026 15:11:57 +0000</pubDate><content:encoded><![CDATA[<p>BATABANO, Cuba (AP) — After two surgeries and several rounds of radiation therapy over the past four years to treat a tumor, Irisleydis Tristá has spent the past seven months unable to get a CT scan to determine whether the cancer has grown or spread.</p><p>The CT scanner at Havana’s Hermanos Ameijeiras Hospital, the country’s leading hospital, is broken. Doctors have told her that, because of a lack of resources, they cannot operate on her again in Cuba, she said.</p><p>“I feel like my life is in danger,” Tristá, 34, a mother of a 13-year-old from Batabanó, a town 70 kilometers (43 miles) south of Havana, told The Associated Press. “I don’t know if it has grown. We have no way of knowing,” she said.</p><p>Cuba’s once-vaunted system of free universal healthcare has deteriorated sharply. The crisis, say analysts, has been compounded by fuel shortages they attribute to tightened U.S. sanctions on the island’s energy sector, worsening an economy that had already been struggling for years.</p><p>The Trump administration is pressuring Cuba’s socialist government to implement major economic reforms and change its way of governance in return for a lifting of sanctions.</p><p>Hospitals across the island face shortages of supplies including syringes, gauze, vaccines and anesthetics. They also lack spare parts to repair equipment such as hemodialysis and CT scan machines, leaving patients like Tristá without critical care. Food shortages have also made it difficult for her to follow the diet prescribed by her doctors.</p><p>Medical specialists and technicians have left the country in large numbers.</p><p>Children among the hardest hit</p><p>Cuba was already grappling with an economic crisis following the COVID-19 pandemic and the tightening of U.S. sanctions. The situation worsened after U.S. authorities captured then-Venezuelan President Nicolás Maduro in early January, depriving Cuba of one of its staunchest allies. The White House then threatened countries that sold fuel to the island and stepped up pressure on foreign companies and individuals to stop doing business with Havana.</p><p>The result was persistent power outages lasting more than 20 hours, gasoline rationing and declines in industrial and food production, among other effects.</p><p>For Cuba, a country with health indicators comparable to those of developed nations — including low mortality, high life expectancy, broad vaccination coverage and widespread prenatal care — the situation “is shocking,” said Mario Cruz Peñate, the Pan American Health Organization and World Health Organization representative in the island.</p><p>Cruz Peñate said the fuel shortages have caused “quite large” disruptions to health services, affecting not only the service itself, but the entire process around the continuity of care.</p><p>He added that PAHO and the WHO themselves also faced difficulties in distributing humanitarian aid. The United Nations, on which they depend, launched a $94 million emergency plan in March to address the foreseeable humanitarian crisis resulting from the energy blockade.</p><p>A government report released in June said the survival rate for children with cancer had fallen to 65% from 85% before the energy restrictions began in January.</p><p>“We have had children die. Two so far this year,” said Yolainy Romero, a specialist at the National Institute of Oncology and Radiobiology in Havana, during a tour of the pediatric ward. “This situation is terrible.”</p><p>Romero said some children, particularly those from distant provinces, must return to the hospital every 21 days for treatment.</p><p>“Sometimes a week or even 15 days go by before they can come because of the fuel shortage,” she said.</p><p>“It’s very hard,” said Adriana Felipe García, whose 4-year-old daughter, Nashly Zerquera, is being treated at the hospital. They traveled about 350 kilometers (217 miles) from their home in Sancti Spíritus, east of Havana, for her treatment.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VCZHMQA6FTS7GKBT6D7ZAQ5M2M.jpg?auth=d4809f40b758bf2676d97d0026e30fa845fc70cf1fb78cb93025ddcdea1a6ef1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cancer patient Irisleydis Trista Calzadilla cries during an interview at her home in Batabano, Cuba, Friday, June 26, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3ER33EVKPPR76O6FPAFB23QIGI.jpg?auth=aa30c8bc14acd0da91e430c455d6bbfac420d6e5f812dcde9294e71bbfad3892&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nashly Zerquera, a 4-year-old oncology patient, sits in her bed at the National Institute of Oncology and Radiobiology in Havana, Cuba, Wednesday, June 24, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NG5BWRZHSFUUQBTT7TY3CIHRGY.jpg?auth=80542c3b06a05aec5026a28dfaa984c7a067bfad5b373829d70c36fcc9b207aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Salet Fernandez, a 17-year-old oncology patient, looks at her phone as her mother Yarima Mesa sits by her bed at the National Institute of Oncology and Radiobiology in Havana, Cuba, Wednesday, June 24, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OLQMEPHGJKDPGBB4IMFWPFHKO4.jpg?auth=b212af2d5a08aec29a7683cf59ce96b191cf77c9f512f0e66483df1a5ddea02a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Emanuel Darian, an 18-year-old oncology patient, left, rests as his mother Katiuska Guerrero sits by his side at the National Institute of Oncology and Radiobiology in Havana, Cuba, Wednesday, June 24, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2UC5E7YQWALG3PQOMPDJZRS34I.jpg?auth=d5b164560fdf232ba6587287a1e7e6dbc4ca9aa179132aa1da9e516ee33eb063&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Karolina Silva Matis, a 6-year-old oncology patient, is examined by Dr. Yolainy Romero Rodriguez at the National Institute of Oncology and Radiobiology in Havana, Cuba, Wednesday, June 24, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Acusan a siete personas en operativo encubierto de Broward contra la solicitud de menores para fines sexuales]]></title><link>https://www.local10.com/espanol/2026/07/02/acusan-a-siete-personas-en-operativo-encubierto-de-broward-contra-la-solicitud-de-menores-para-fines-sexuales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/acusan-a-siete-personas-en-operativo-encubierto-de-broward-contra-la-solicitud-de-menores-para-fines-sexuales/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Agentes de la Oficina del Sheriff de Broward (BSO) informaron que realizaron un operativo encubierto contra la trata de personas que resultó en el arresto de siete sospechosos que presuntamente buscaban abusar sexualmente de adolescentes.]]></description><pubDate>Thu, 02 Jul 2026 15:06:20 +0000</pubDate><content:encoded><![CDATA[<p>Los agentes de la Oficina del Sheriff del Condado de Broward informaron que llevaron a cabo una operación encubierta contra la trata de personas que resultó en la detención de siete sospechosos que intentaban abusar sexualmente de adolescentes.</p><p>Seis de ellos eran del condado de Broward y el séptimo del vecino condado de Palm Beach.</p><p>Según los informes de detención, los detectives utilizaron varios sitios web y aplicaciones en los que se hicieron pasar por chicos o chicas adolescentes, o, en un sitio web, por un “primo mayor” que explotaba sexualmente a una niña de 15 años.</p><p>Según los informes, a los hombres con los que conversaron se les indicó que se dirigieran a un hotel en Dania Beach.</p><p>Ryan Thorpe Walker, de cincuenta años, cuya dirección figura como una oficina de correos y centro de distribución en Oakland Park, está acusado de intentar reunirse con un adolescente, mientras que Marco Ramirez Linares, de 22 años y residente de Hollywood, está acusado de ofrecer 100 dólares a cambio de sexo con una adolescente.</p><p>Según los detectives, algunos de los sospechosos mintieron sobre su edad.</p><p>Según los agentes, Zubaer Ashar, de 27 años y residente de Greenacres, dijo tener 17 años y le preguntó a su supuesto “primo” si una chica de 15 años a la que le ofrecía 150 dólares por tener relaciones sexuales con ella “tomaba anticonceptivos”.</p><p>Kyle Andrew Rosenthal, de 32 años y residente de Coral Springs, declaró que tenía 30 años cuando intentó reunirse con quien creía que era una niña de 14 años, según la Oficina del Sheriff del Condado de Broward (BSO).</p><p>Según los informes de detención, al menos dos de los sospechosos reconocieron que lo que estaban haciendo podría llevarlos a la cárcel.</p><p>Los agentes dijeron que cuando Grant Ryan Werner, de 25 años y residente de Dania Beach, se dio cuenta de que estaba chateando con quien creía que era un chico de 15 años, dijo: “No sé, jajaja, en el fondo no me molesta, pero no quiero meterme en problemas”.</p><p>Las autoridades dijeron que Werner también le dijo al supuesto adolescente, antes del encuentro planeado, “sí, jaja, básicamente puedo ser acusado de pedófilo (sic) lol”.</p><p>Según los agentes, Luis Chifundo Ortiz, de 23 años y residente de Pembroke Pines, le dijo a quien creía que era un chico de 15 años: “Recuerda que no eres mayor de edad” y “No tienes 18 años o más, así que tengo que tenerlo en cuenta”.</p><p>Un comunicado de prensa de la Oficina del Sheriff del Condado de Broward (BSO, por sus siglas en inglés) indica que los hombres arrestados enfrentan diversos cargos, entre ellos “trata de personas de un menor, viajar para encontrarse con un menor, solicitar servicios sexuales a un menor, posesión de MDMA e incumplimiento de la libertad condicional”.</p><p>Según la Oficina del Sheriff del Condado de Broward (BSO, por sus siglas en inglés), los agentes también indicaron que durante la operación, “diez víctimas fueron rescatadas y conectadas con recursos esenciales como refugio, atención médica y asesoramiento para ayudarlas a reconstruir sus vidas”.</p><p>“Además, una de las víctimas fue identificada como una adolescente que se había escapado de casa y provenía de otra ciudad”, indica el comunicado de prensa de la Oficina del Sheriff del Condado de Broward (BSO). “Se reunió con su familia y se le ofrecieron amplios servicios de apoyo”.</p><p><a href="https://www.local10.com/news/local/2026/07/01/cops-accuse-6-in-south-florida-child-prostitution-sting/" rel="" title="https://www.local10.com/news/local/2026/07/01/cops-accuse-6-in-south-florida-child-prostitution-sting/">Operaciones similares</a> también tuvieron lugar recientemente <a href="https://www.local10.com/news/local/2026/06/10/homestead-men-nabbed-in-child-sex-trafficking-sting-ahead-of-world-cup-police-say/" rel="" title="https://www.local10.com/news/local/2026/06/10/homestead-men-nabbed-in-child-sex-trafficking-sting-ahead-of-world-cup-police-say/">en el condado de Miami-Dade</a> .</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2GK3SPVYKZEIBAUCXU62L7Y6BY.png?auth=81d767ebba0894216c3098dc3f2569a6fb288db558aa94d6ab1fa3158aaa8f40&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Sting arrests.]]></media:description></media:content></item><item><title><![CDATA[Broward deputies accuse 7 in child solicitation sting]]></title><link>https://www.local10.com/news/local/2026/07/02/broward-deputies-accuse-7-in-child-solicitation-sting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/broward-deputies-accuse-7-in-child-solicitation-sting/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Broward Sheriff’s Office deputies said they conducted a human trafficking sting that netted seven suspects seeking to sexually abuse teenagers.]]></description><pubDate>Thu, 02 Jul 2026 14:58:45 +0000</pubDate><content:encoded><![CDATA[<p>Broward Sheriff’s Office deputies said they conducted a human trafficking sting that netted seven suspects seeking to sexually abuse teenagers.</p><p><a href="https://www.local10.com/espanol/2026/07/02/acusan-a-siete-personas-en-operativo-encubierto-de-broward-contra-la-solicitud-de-menores-para-fines-sexuales/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/acusan-a-siete-personas-en-operativo-encubierto-de-broward-contra-la-solicitud-de-menores-para-fines-sexuales/">Leer en español</a></p><p>Six of them were from Broward County and the seventh was from neighboring Palm Beach County.</p><p>According to arrest reports, detectives used various websites and apps in which they posed as teenage boys or girls, or, on one website, an “older cousin” pimping a 15-year-old girl.</p><p>The men they chatted with were directed to go to a hotel in Dania Beach, the reports state.</p><p>Fifty-year-old Ryan Thorpe Walker, whose address is listed as a post office and distribution facility in Oakland Park, is accused of trying meet a teenage boy, while Marco Ramirez Linares, 22, of Hollywood, is accused of offering $100 for sex with a teenage girl.</p><p>Some of the suspects lied about their ages, detectives said. </p><p>Deputies said Zubaer Ashar, 27, of Greenacres, said he was 17 and asked the purported “cousin” whether a 15-year-old girl he was offering $150 for sex with was “on birth control.”</p><p>Kyle Andrew Rosenthal, 32, of Coral Springs, said he was 30 when attempting to meet up with who he thought was a 14-year-old girl, according to BSO.</p><p>At least two of the suspects acknowledged what they were doing could land them in jail, arrest reports state.</p><p>Deputies said when Grant Ryan Werner, 25, of Dania Beach, found out he was chatting with who he thought was a 15-year-old boy, he said, “Idkkk lol I’m low key ok with it but I don’t want to get in trouble.”</p><p>Authorities said Werner also told the purported teen, before the planned meetup, “yea haha I can Basically be charged as a pedofile (sic) lol.”</p><p>Deputies said Luis Chifundo Ortiz, 23, of Pembroke Pines, told who he thought was a 15-year-old boy, “Remember that you’re not legal” and, “You’re not 18+, so I have to be aware of that.”</p><p>A BSO news release states that the men arrested all face various charges, including “human trafficking of a minor, traveling to meet a minor, solicitation of a minor, possession of MDMA and violation of probation.”</p><p>According to BSO, deputies additionally said that during their operation, “ten victims were rescued and connected to critical resources such as shelter, medical care and counseling to help them rebuild their lives.”</p><p>“Additionally, one of the victims was identified as a teenage runaway from out of town,” the BSO news release states. “She was reunited with her family and offered extensive support services.”</p><p><a href="https://www.local10.com/news/local/2026/07/01/cops-accuse-6-in-south-florida-child-prostitution-sting/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/01/cops-accuse-6-in-south-florida-child-prostitution-sting/">Similar stings</a> also recently took place <a href="https://www.local10.com/news/local/2026/06/10/homestead-men-nabbed-in-child-sex-trafficking-sting-ahead-of-world-cup-police-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/homestead-men-nabbed-in-child-sex-trafficking-sting-ahead-of-world-cup-police-say/">in Miami-Dade County</a>.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2GK3SPVYKZEIBAUCXU62L7Y6BY.png?auth=81d767ebba0894216c3098dc3f2569a6fb288db558aa94d6ab1fa3158aaa8f40&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Sting arrests.]]></media:description></media:content></item><item><title><![CDATA[Why US landfalls are a rare occurrence on the 4th of July]]></title><link>https://www.local10.com/weather/hurricane/2026/07/02/why-us-landfalls-are-a-rare-occurrence-on-the-4th-of-july/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/02/why-us-landfalls-are-a-rare-occurrence-on-the-4th-of-july/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Hurricane season doesn’t guarantee us any holidays, but the 4th of July is one of those rare exceptions when the coast is clear in most years.]]></description><pubDate>Thu, 02 Jul 2026 14:34:29 +0000</pubDate><content:encoded><![CDATA[<p>Hurricane season doesn’t guarantee us any holidays, but the 4th of July is one of those rare exceptions when the coast is clear in most years.</p><p><a href="https://www.local10.com/espanol/2026/07/02/por-que-los-huracanes-que-tocan-tierra-en-estados-unidos-son-un-fenomeno-poco-comun-el-4-de-julio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/por-que-los-huracanes-que-tocan-tierra-en-estados-unidos-son-un-fenomeno-poco-comun-el-4-de-julio/">Leer en español</a></p><p>In recordkeeping that extends back to pre-Civil War days, we’ve only documented two tropical storms and one hurricane landfall on the 4th of July in the U.S. Two of those storms happened more than a century ago.</p><p>The only Independence Day hurricane strike on record was Hurricane Arthur back in 2014, which scraped quickly over North Carolina’s Outer Banks as a Category 2 hurricane during the pre-dawn hours of July 4th. Although Arthur technically made landfall at 11:15 PM local on July 3rd just west of Cape Lookout, the eye of the hurricane was still over Pamlico Sound and lashing the North Carolina coastline after midnight on July 4th.</p><p>Even so, Arthur was accelerating away from North Carolina by daybreak on July 4th, 2014, with peeks of sunshine even reaching the sands of North Carolina’s battered beaches later that morning.</p><p><b>Why so few U.S. landfalls on the 4th?</b></p><p>The Independence Day holiday falls in the early part of the hurricane season when hurricanes and tropical storms are generally less common. Roughly 94 percent of named storms, 97 percent of hurricanes, and 99.5 percent of all major (Category 3 or stronger) hurricanes form after July 4th. Only about one in eight named storms to hit the U.S. happens before July 5. </p><p>But July 4th has something more working in its favor. As we’ve written about extensively in this newsletter over the years, storms begin forming farther away from the U.S. in July, which means we have fewer “homegrown” or “homebrewed” systems.</p><p>Because of this, we actually see a dip in the number of U.S. storms in July, with July falling second only to November for the lowest number of U.S. named storm landfalls of any month of the 6-month hurricane season.</p><figure><img src="https://www.local10.com/resizer/v2/QLEDZGLZFBAQRNAGWPS33R3QSU.png?auth=35321940f09aaa47302ac327310ed194cbaf051d24a832ee81d0183c2d909a0c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>So while we can never guarantee a hurricane-free holiday from June through November, July 4th is probably the closest you’ll get before Thanksgiving.</p><p><b>All about the extreme heat this July 4th</b></p><p>Even in the years when storms don’t strike on July 4th, we can see issues from the tropics, such as the tropical-laden air that contributed to the horrific central Texas floods last year and killed nearly 140 people.</p><p>This Independence Day, however, it won’t be flooding but excessive heat that poses the biggest threat weatherwise. A dangerous heatwave gripping the central and eastern U.S. will pose major health-related issues for those underneath the massive heat dome in the days ahead.</p><figure><img src="https://www.local10.com/resizer/v2/Q6SLLBYOYNGFVGFRM7JD3X6COY.png?auth=ecf07f51f14b8a86c385c8a761560538839c60437c7a7fec506792fe5458a035&smart=true&width=1200&height=900" alt="Forecast daily high temperatures from the National Weather Service for July 4, 2026. Temperatures circled indicate a record daily high for the reporting station. Dozens of stations from the mid-Atlantic to the northeast U.S. could set heat records on Saturday. Credit: Weathermodels.com" height="900" width="1200"/><figcaption>Forecast daily high temperatures from the National Weather Service for July 4, 2026. Temperatures circled indicate a record daily high for the reporting station. Dozens of stations from the mid-Atlantic to the northeast U.S. could set heat records on Saturday. Credit: Weathermodels.com</figcaption></figure><p>The National Weather Service has a wide swath of the eastern U.S. under extreme heat risk for the holiday weekend, with dozens of daily temperature records threatened, as feels-like temperatures touch 115 degrees in parts of the mid-Atlantic and northeast.</p><figure><img src="https://www.local10.com/resizer/v2/DPU5KIVPQBEWHOHDNK3I2JCXI4.png?auth=6b4fa0084a4967dff348a403913cd803dd588047b83a7e6ecc100c6ef362f22f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>For those affected by the heatwave, remember to limit your time outdoors, stay hydrated, and ensure you have easy access to A/C or cooling centers.</p><p>The tropics should remain quiet for at least the first few weeks of July.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7ZA67Y36W5CRBAYG5YTOWXYRH4.png?auth=141b6d828494348f751068e3103edf78cdfbdb51f9ae9e5ff3e1bacc130fef63&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Por qué los huracanes que tocan tierra en Estados Unidos son un fenómeno poco común el 4 de Julio]]></title><link>https://www.local10.com/espanol/2026/07/02/por-que-los-huracanes-que-tocan-tierra-en-estados-unidos-son-un-fenomeno-poco-comun-el-4-de-julio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/por-que-los-huracanes-que-tocan-tierra-en-estados-unidos-son-un-fenomeno-poco-comun-el-4-de-julio/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[La temporada de huracanes no hace excepciones por los días festivos, pero el 4 de Julio es una de esas raras excepciones en las que, la mayoría de los años, las costas permanecen libres de ciclones.]]></description><pubDate>Thu, 02 Jul 2026 15:02:12 +0000</pubDate><content:encoded><![CDATA[<p>La temporada de huracanes no nos garantiza ningún día festivo, pero el 4 de julio es una de esas raras excepciones en las que, la mayoría de los años, la costa está despejada.</p><p>En los registros que se remontan a la época anterior a la Guerra Civil, solo hemos documentado dos tormentas tropicales y un huracán que tocaron tierra el 4 de julio en Estados Unidos. Dos de esas tormentas ocurrieron hace más de un siglo.</p><p>El único huracán que azotó el Día de la Independencia del que se tiene constancia fue el huracán Arthur en 2014, que pasó rápidamente por los Outer Banks de Carolina del Norte como huracán de categoría 2 durante las primeras horas de la madrugada del 4 de julio. Aunque técnicamente Arthur tocó tierra a las 23:15 hora local del 3 de julio, justo al oeste de Cape Lookout, el ojo del huracán todavía se encontraba sobre Pamlico Sound y azotaba la costa de Carolina del Norte después de la medianoche del 4 de julio.</p><p>Aun así, Arthur se alejaba a toda velocidad de Carolina del Norte al amanecer del 4 de julio de 2014, e incluso algunos rayos de sol llegaron a las arenas de las castigadas playas de Carolina del Norte más tarde esa misma mañana.</p><p><b>¿Por qué tan pocos impactos en tierra en Estados Unidos el día 4?</b></p><p>El Día de la Independencia cae al comienzo de la temporada de huracanes, cuando estos y las tormentas tropicales suelen ser menos frecuentes. Aproximadamente el 94 % de las tormentas con nombre, el 97 % de los huracanes y el 99,5 % de todos los huracanes importantes (categoría 3 o superior) se forman después del 4 de julio. Solo alrededor de una de cada ocho tormentas con nombre que azotan Estados Unidos ocurre antes del 5 de julio.</p><p>Pero el 4 de julio tiene algo más a su favor. Como hemos comentado extensamente en este boletín a lo largo de los años, las tormentas comienzan a formarse más lejos de Estados Unidos en julio, lo que significa que tenemos menos sistemas “locales” o “de origen local”.</p><p>Debido a esto, en realidad vemos una disminución en el número de tormentas en Estados Unidos durante julio, siendo julio el segundo mes con menor número de tormentas con nombre que tocan tierra en Estados Unidos durante la temporada de huracanes de 6 meses, solo superado por noviembre.</p><figure><img src="https://www.local10.com/resizer/v2/QLEDZGLZFBAQRNAGWPS33R3QSU.png?auth=35321940f09aaa47302ac327310ed194cbaf051d24a832ee81d0183c2d909a0c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Si bien nunca podemos garantizar unas vacaciones sin huracanes entre junio y noviembre, el 4 de julio es probablemente lo más parecido que tendrás antes del Día de Acción de Gracias.</p><p><b>Todo sobre el calor extremo de este 4 de julio.</b></p><p>Incluso en los años en que no hay tormentas el 4 de julio, podemos observar problemas derivados de los trópicos, como la atmósfera cargada de precipitaciones tropicales que contribuyó a las terribles inundaciones del centro de Texas el año pasado y que causaron la muerte de casi 140 personas.</p><p>Este Día de la Independencia, sin embargo, la mayor amenaza meteorológica no serán las inundaciones, sino el calor extremo. Una peligrosa ola de calor que azota el centro y el este de Estados Unidos provocará graves problemas de salud a quienes se encuentren bajo esta intensa ola de calor en los próximos días.</p><figure><img src="https://www.local10.com/resizer/v2/Q6SLLBYOYNGFVGFRM7JD3X6COY.png?auth=ecf07f51f14b8a86c385c8a761560538839c60437c7a7fec506792fe5458a035&smart=true&width=1200&height=900" alt="Forecast daily high temperatures from the National Weather Service for July 4, 2026. Temperatures circled indicate a record daily high for the reporting station. Dozens of stations from the mid-Atlantic to the northeast U.S. could set heat records on Saturday. Credit: Weathermodels.com" height="900" width="1200"/><figcaption>Forecast daily high temperatures from the National Weather Service for July 4, 2026. Temperatures circled indicate a record daily high for the reporting station. Dozens of stations from the mid-Atlantic to the northeast U.S. could set heat records on Saturday. Credit: Weathermodels.com</figcaption></figure><p>El Servicio Meteorológico Nacional ha advertido de un riesgo extremo de calor en una amplia zona del este de Estados Unidos durante el fin de semana festivo, con docenas de récords de temperatura diarios amenazados, ya que la sensación térmica alcanzará los 115 grados en partes del Atlántico medio y el noreste.</p><figure><img src="https://www.local10.com/resizer/v2/DPU5KIVPQBEWHOHDNK3I2JCXI4.png?auth=6b4fa0084a4967dff348a403913cd803dd588047b83a7e6ecc100c6ef362f22f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Para quienes se vean afectados por la ola de calor, recuerden limitar el tiempo que pasan al aire libre, mantenerse hidratados y asegurarse de tener fácil acceso a aire acondicionado o centros de refrigeración.</p><p>Se prevé que la actividad tropical se mantenga tranquila al menos durante las primeras semanas de julio.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7ZA67Y36W5CRBAYG5YTOWXYRH4.png?auth=141b6d828494348f751068e3103edf78cdfbdb51f9ae9e5ff3e1bacc130fef63&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Couple climbs Empire State Building in NYC; man appears to propose after installing flag at top ]]></title><link>https://www.local10.com/news/national/2026/07/01/couple-climbs-empire-state-building-in-nyc-man-appears-to-propose-after-installing-flag-at-top/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/01/couple-climbs-empire-state-building-in-nyc-man-appears-to-propose-after-installing-flag-at-top/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A couple climbed to the top of the iconic Empire State Building in New York City Wednesday, flying a banner at the top of the skyscraper. ]]></description><pubDate>Wed, 01 Jul 2026 17:12:39 +0000</pubDate><content:encoded><![CDATA[<p>A couple climbed to the top of the iconic Empire State Building in New York City Wednesday, flying a banner at the top of the skyscraper. </p><p><a href="https://www.local10.com/espanol/2026/07/01/pareja-escala-el-empire-state-building-en-nueva-york-hombre-aparentemente-le-propone-matrimonio-tras-colocar-una-bandera-en-la-cima/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/pareja-escala-el-empire-state-building-en-nueva-york-hombre-aparentemente-le-propone-matrimonio-tras-colocar-una-bandera-en-la-cima/">Leer en español</a></p><p>The banner read, “When the power of love beats the love of power the world knows peace.”</p><p>The incident happened around noon Wednesday and local news outlets reported that the observation deck was later cleared.</p><p>According to various news outlets, the two began descending from the top of the building at about 12:35 p.m., and at one point, the man appeared to propose to the woman, who then removed her mask and kissed him.</p><p>The couple has since been identified as <a href="https://www.instagram.com/p/DaQhEGbjbHT/?hl=en&amp;img_index=2" target="_self" rel="" title="https://www.instagram.com/p/DaQhEGbjbHT/?hl=en&amp;img_index=2">Angela Nikolau</a> and <a href="https://www.instagram.com/beerkus/?hl=en" target="_self" rel="" title="https://www.instagram.com/beerkus/?hl=en">Ivan Beerkus</a> who star in Netflix’s “Skywalkers A love Story” and have performed similar stunts.</p><p>Both were arrested after they descended the skyscraper. </p><p>At 1,454 feet tall, the Empire State Building is the eighth tallest building in New York City. The tallest building is One World Trade Center, which stands at 1,776 feet tall.</p>]]></content:encoded></item><item><title><![CDATA[Norris says reports Verstappen's interested in McLaren move are cool, but not serious]]></title><link>https://www.local10.com/sports/2026/07/02/norris-says-reports-verstappens-interested-in-mclaren-move-are-cool-but-not-serious/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/02/norris-says-reports-verstappens-interested-in-mclaren-move-are-cool-but-not-serious/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SILVERSTONE, England (AP) — Lando Norris says reports that Max Verstappen has considered a move to McLaren are “a cool thing” to hear but “not a serious thing” as speculation swirls in Formula 1 about a switch which could create a lineup of two champions.]]></description><pubDate>Thu, 02 Jul 2026 14:32:10 +0000</pubDate><content:encoded><![CDATA[<p>SILVERSTONE, England (AP) — Lando Norris says reports that Max Verstappen has considered a move to McLaren are “a cool thing” to hear but “not a serious thing” as speculation swirls in Formula 1 about a switch which could create a lineup of two champions.</p><p>Reports from media including Sky Sports indicated last week that Verstappen's management had requested, and held, a meeting with McLaren ahead of the Austrian Grand Prix. The content of any discussions wasn't reported and the Dutch driver has yet to comment.</p><p>“It’s a cool thing, it’s a good thing that a four-time world champion wants to come on board and wants to potentially join the team," Norris said Thursday as he prepares for his home British Grand Prix.</p><p>“I don’t know how much of it’s true, but it’s a cool thing and if there’s an opportunity for me to drive with other people, it’s something I’ve always looked forward to. But it’s not a thing for now. It’s not a serious thing.”</p><p>McLaren chief executive Zak Brown said on the Up To Speed podcast released Wednesday that Norris and teammate Oscar Piastri are “not going anywhere” and he'd only consider Verstappen if McLaren had an opening.</p><p>Besides Verstappen, “quite a few others” in F1 are interested in a potential McLaren drive too, Norris said.</p><p>“I’m also just excited for my future with McLaren. I’m still going to be here for many, many more years, so I’m excited for whoever I get partnered with,” he added. "But for the time being, me and Oscar are still working very well together. We’re excited to work together for more years too, so that’s our focus for now.”</p><p>Verstappen remains under contract with Red Bull until the end of 2028 but there have been signs the deal includes options to exit earlier under certain conditions. A planned move to McLaren for his long-time race engineer GianPiero Lambiase increased the speculation of a potential move to McLaren for the Dutchman.</p><p>Mercedes has been interested in Verstappen in the past but team principal Toto Wolff has said he wants to keep title rivals George Russell and Kimi Antonelli.</p><p>Verstappen's also previously suggested he'd consider leaving F1.</p><p>Norris said he believed he could hold his own if Verstappen, a friend and on-track rival for the title last year, is ever his teammate.</p><p>“I do believe I can beat any driver. I think what makes Max so incredible is how he is over the course of a season, every single weekend, performing to the level that he does is what’s impressive,” Norris said.</p><p>“I believe whether it’s him or having a chance to go against Lewis (Hamilton) or Fernando (Alonso), any of the drivers that people know are some of the best, I think it’s a cool opportunity for me at the same time. So, excited for whatever may come my way in the future.”</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/HF3GCITKYGQYTVZLEPGBYM3QY4.jpg?auth=3cd4227dadc3c4c977cd129e06ba7d997f73202b80a6828fbe4df49a63743d30&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[McLaren driver Lando Norris of Britain attends a news conference ahead of the British F1 Grand Prix, in Silverstone, England, Thursday, July 2, 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/TZ2DDEKAJGC74P6V2FBCDJZS2A.jpg?auth=fbf58ae4b5069fe3264b52ea2d0b9a90d62a8b1e7e563487b85c059a05f3e8fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[McLaren driver Lando Norris of Britain arrives to the paddock at the Silverstone racetrack ahead of the British F1 Grand Prix, in Silverstone, England, Thursday, July 2, 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/I3BB5JJXLCPSOCVFWJQNHBZMB4.jpg?auth=e5d463959312419b40e337193029d6176893a27b336b6a867483c6f27e12418a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[McLaren driver Lando Norris of Britain attends a news conference ahead of the British F1 Grand Prix, in Silverstone, England, Thursday, July 2, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content></item><item><title><![CDATA[Man accused of grabbing teen, hitting her buttocks as she walked to Miami school]]></title><link>https://www.local10.com/news/local/2026/07/02/man-accused-of-grabbing-teen-hitting-her-buttocks-as-she-walked-to-miami-school/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/man-accused-of-grabbing-teen-hitting-her-buttocks-as-she-walked-to-miami-school/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 22-year-old man was arrested Wednesday, two days after he allegedly grabbed a 16-year-old girl and hit her buttocks as she was walking to school in Miami, authorities said.]]></description><pubDate>Thu, 02 Jul 2026 14:12:21 +0000</pubDate><content:encoded><![CDATA[<p>A 22-year-old man was arrested Wednesday, two days after he allegedly grabbed a 16-year-old girl and hit her buttocks as she was walking to school in Miami, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/02/acusan-a-hombre-de-sujetar-a-adolescente-y-golpearle-los-gluteos-mientras-caminaba-hacia-una-escuela-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/acusan-a-hombre-de-sujetar-a-adolescente-y-golpearle-los-gluteos-mientras-caminaba-hacia-una-escuela-de-miami/">Leer en español</a></p><p>According to an arrest report from the City of Miami Police Department, the incident occurred shortly after 11 a.m. Monday in the 2300 block of West Flagler Street.</p><p>Police said the victim claimed that as she was walking through the parking lot of a Burger King, on her way to school, the suspect, later identified by police as Keldon Figueroa, hit her on her buttocks, grabbed her by the wrist and asked her a few times, “Do you want to f***?”</p><p>The victim told police that the man was holding a key between his fingers and she feared that he would use it as a weapon.</p><p>According to the report, the victim said she “had to act clueless,” and the man eventually let her go and fled in the opposite direction.</p><p>Figueroa and the victim do not know each other, authorities confirmed.</p><p>Police said surveillance footage from the Burger King captured part of the incident.</p><p>According to the report, Figueroa was located the next day at work and was arrested.</p><p>Police said he was on probation in connection with a separate case and his GPS monitor placed him at the scene of Monday’s crime. </p><p>He now faces charges of attempted kidnapping and battery.</p><p>As of Thursday morning, Figueroa was being held at the Turner Guilford Knight Correctional Center. He was expected to appear in bond court sometime Thursday. </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/HBJHEJNPCJA2HDBP5U7XFGZELI.jpg?auth=9e12b7e4dfa51926c20d50e2218ca075127aed502cb4bc649ad59273ddbc7fd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre de sujetar a adolescente y golpearle los glúteos mientras caminaba hacia una escuela de Miami]]></title><link>https://www.local10.com/espanol/2026/07/02/acusan-a-hombre-de-sujetar-a-adolescente-y-golpearle-los-gluteos-mientras-caminaba-hacia-una-escuela-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/acusan-a-hombre-de-sujetar-a-adolescente-y-golpearle-los-gluteos-mientras-caminaba-hacia-una-escuela-de-miami/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre de 22 años fue arrestado el miércoles, dos días después de que presuntamente sujetó a una adolescente de 16 años y le golpeó los glúteos mientras caminaba hacia una escuela de Miami, informaron las autoridades.]]></description><pubDate>Thu, 02 Jul 2026 14:27:57 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 22 años fue arrestado el miércoles, dos días después de que presuntamente sujetó a una adolescente de 16 años y le golpeó los glúteos mientras caminaba hacia una escuela de Miami, informaron las autoridades.</p><p>Según un informe de arresto del Departamento de Policía de la Ciudad de Miami, el incidente ocurrió poco después de las 11 a.m. del lunes en la cuadra 2300 de West Flagler Street.</p><p>La Policía informó que la víctima aseguró que, mientras caminaba por el estacionamiento de un Burger King rumbo a la escuela, el sospechoso, identificado posteriormente como Keldon Figueroa, le golpeó los glúteos, la sujetó por la muñeca y le preguntó varias veces: “¿Quieres coger?”</p><p>La víctima dijo a la Policía que el hombre sostenía una llave entre los dedos y que temía que la usara como arma.</p><p>Según el informe, la víctima dijo que “tuvo que hacerse la desentendida”, y que el hombre finalmente la soltó y huyó en dirección contraria.</p><p>Las autoridades confirmaron que Figueroa y la víctima no se conocían.</p><p>La Policía informó que las cámaras de vigilancia del Burger King captaron parte del incidente.</p><p>Según el informe, Figueroa fue localizado al día siguiente en su lugar de trabajo y fue arrestado.</p><p>La Policía indicó que estaba bajo libertad condicional por un caso separado y que el monitor GPS que llevaba lo ubicó en la escena del crimen ocurrido el lunes.</p><p>Ahora enfrenta cargos de intento de secuestro y agresión.</p><p>Hasta la mañana del jueves, Figueroa permanecía detenido en el Centro Correccional Turner Guilford Knight. Se esperaba que compareciera ante un juez para la audiencia de fianza en algún momento del jueves.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HBJHEJNPCJA2HDBP5U7XFGZELI.jpg?auth=9e12b7e4dfa51926c20d50e2218ca075127aed502cb4bc649ad59273ddbc7fd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Checking in on the health of the Atlantic]]></title><link>https://www.local10.com/weather/hurricane/2026/07/01/checking-in-on-the-health-of-the-atlantic/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/01/checking-in-on-the-health-of-the-atlantic/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Typically by July we begin to get a better sense of the overall health of the Atlantic basin and how it’ll affect the peak months of the season in August, September, and October. This July the skies and seas of the Atlantic look beaten, bruised, and battered, which bodes well for curtailing overall hurricane activity in the months ahead.]]></description><pubDate>Wed, 01 Jul 2026 14:40:12 +0000</pubDate><content:encoded><![CDATA[<p>Typically by July we begin to get a better sense of the overall health of the Atlantic basin and how it’ll affect the peak months of the season in August, September and October. This July, the skies and seas of the Atlantic look beaten, bruised and battered, which bodes well for curtailing overall hurricane activity in the months ahead.</p><p><a href="https://www.local10.com/espanol/2026/07/01/revisan-la-salud-del-oceano-atlantico/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/revisan-la-salud-del-oceano-atlantico/">Leer en español</a></p><figure><img src="https://www.local10.com/resizer/v2/HKMDC4PPNZGNRILPYANGYNHDVI.PNG?auth=8119da2e7d89a19ed4807c4bcc3213c6cd35e769fe178153ea8cbeedf9374f9e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>First off, the Main Development Region of the tropical Atlantic – where most our strongest hurricanes form during the season – just recorded its coolest June in 5 years.</p><figure><img src="https://www.local10.com/resizer/v2/UZV45SOJVJGZJCPRVQXN2QQXE4.png?auth=209be7c845907b0bbd8ffe7fd2b8eac68705f31b869858b721cfeb9d3ec8380e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The warmth of the eastern part of the Main Development Region – the band of waters between Africa and the Caribbean – is one of our most reliable predictors for seasonal hurricane activity. The cooler the waters, the lower tropical activity we should expect.</p><p>While waters here are still slightly above the 30-year average, the trend is down, and the easterly trade winds – prevailing winds that blow from Africa toward the Caribbean throughout the year – that help to regulate the Atlantic’s temperature are forecast to be much stronger than average through at least mid-July. The stronger east-to-west flowing winds mix up the Atlantic and cool it, so I don’t see the Atlantic rebounding to a warmer place as August approaches.</p><p>The other bellwether we look to in July for what the cards might hold for August and September is the amount of wind shear through the Caribbean Sea. While wind shear – the change in wind strength and direction with altitude – doesn’t tell us much in June, come July it tends to be one of our best predictors for future hurricane activity.</p><figure><img src="https://www.local10.com/resizer/v2/ZVBGTDORLFASBGXRNLMCKLHMIE.png?auth=7432bfc889c5de24e07f4857bca80e0ab2eae2fa0671f75f8b28a7c4d9b854c1&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>For June, shear was running well above average, but more importantly, the trend for above-average wind shear across the Caribbean is headed even higher for July courtesy of an increasingly strong El Nino in the eastern Pacific.</p><figure><img src="https://www.local10.com/resizer/v2/ILPNVLXVRFCORBGI4ITWPPRBME.png?auth=dea3ddf18baac45d18ee1e4e99c39fcd68e848140cf9a533ba513cf842e7ec1c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Higher wind shear suggests would-be storms will have a tougher time organizing, and it’s the Caribbean and western Atlantic that are most affected during El Niño years like this one.</p><p>Lastly, we look to global upper-air patterns to assess the health of the Atlantic basin. One of the telltale signs of a healthy Atlantic are global circulation patterns supporting rising air over the North Indian Ocean and sinking air over the eastern and central Pacific. This year, we have the exact opposite pattern, with impressive subsidence, or sinking air, centered squarely over the North Indian Ocean, and reams of rising air over the Pacific, indicating things just aren’t right in the Atlantic.</p><figure><img src="https://www.local10.com/resizer/v2/54ECZKOT7FA4PD6ZC62EJBLKUI.png?auth=ed4bdbcf7d70fbefcbfc353f9720d2070e7695071dab98f95180d8814d38bf84&smart=true&width=1200&height=900" alt="Forecast through middle July from the European model ensemble system showing regions of rising and sinking air (as inferred from 200 mb velocity potential anomalies). The forecast shows abnormally strong sinking air over the North Indian Ocean and rising air over the central and eastern Pacific, a pattern that is very unfavorable for Atlantic hurricane activity. Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>Forecast through middle July from the European model ensemble system showing regions of rising and sinking air (as inferred from 200 mb velocity potential anomalies). The forecast shows abnormally strong sinking air over the North Indian Ocean and rising air over the central and eastern Pacific, a pattern that is very unfavorable for Atlantic hurricane activity. Credit: TropicalTidbits.com.</figcaption></figure><p>The upshot is the tropical Atlantic isn’t looking ripe for a big storm season. That of course doesn’t mean we can’t (and won’t) see strong hurricanes this year, but they’ll be fewer and have a much tougher time than in any year since at least 2015. We’ll be looking more to the subtropics – the region to the north of the traditional tropical belt that runs from Africa through the Caribbean – for activity this season than in seasons of the recent past. We’ll also not want to sleep on the Gulf, which is running well above average, for tropical seedlings that might slip through the shear-laced cracks this fall.</p><p>But for now, the Atlantic is fast asleep. The low pressure area we’ve been tracking off the Carolina coast is nothing but an innocuous low-level cloud swirl absent any thunderstorms, and development isn’t expected anywhere across the Atlantic basin for at least the first few weeks of July.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Albanian police use tear gas and pepper spray as Tirana protest turns violent]]></title><link>https://www.local10.com/news/world/2026/07/02/albanian-police-use-tear-gas-and-pepper-spray-as-tirana-protest-turns-violent/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/albanian-police-use-tear-gas-and-pepper-spray-as-tirana-protest-turns-violent/</guid><dc:creator><![CDATA[By HAMERALDI AGOLLI and ZANA CIMILI, Associated Press]]></dc:creator><description><![CDATA[TIRANA, Albania (AP) — Albanian police clashed with protesters Thursday as an anti-government demonstration — part of protests triggered by plans for a luxury development linked to U.S. President Donald Trump’s son-in-law, Jared Kushner — turned violent.]]></description><pubDate>Thu, 02 Jul 2026 14:39:04 +0000</pubDate><content:encoded><![CDATA[<p>TIRANA, Albania (AP) — Albanian police clashed with protesters Thursday as an anti-government demonstration — part of protests triggered by plans for a luxury development linked to U.S. President Donald Trump’s son-in-law, Jared Kushner — turned violent.</p><p>Police fired tear gas and pepper spray at protesters who were pelting them with rocks, eggs and other objects. Authorities said 12 police officers were injured and 18 protesters were detained.</p><p>The gathering was part of daily protests, dubbed the “ flamingo revolution,” that began more than a month ago in opposition to plans for a luxury coastal development project linked to Kushner.</p><p>While the protests stemmed from environmental issues related to the development project, they have morphed into more general political demonstrations voicing opposition against the government and Socialist Prime Minister Edi Rama</p><p>Thousands of protesters have taken to the streets in recent weeks, blowing whistles and holding cardboard cut-outs of flamingos — one of the protected migratory bird species whose habitats could be threatened by the proposed resort on the Adriatic coast.</p><p>The government says the development at Narta Lagoon would be transformational for the former communist nation as it seeks to enter the high-end tourism market and pushes for European Union membership. But the venture, spanning an abandoned island and a nearby stretch of seafront, has drawn opposition from environmental campaigners and critics of Rama’s government.</p><p>On Thursday, several hundred protesters gathered outside the Albanian parliament in Tirana, demanding the prime minister's resignation and chanting “Rama has to go to jail.”</p><p>Some hurled rocks, eggs and plastic bottles at police, and used part of a metal barrier to smash the windows of a police car. Police used tear gas, pepper spray and a water cannon to disperse the crowd.</p><p>“The protesters want their voice to be heard inside (the parliament), as the prime minister for so many days has not heard them and has ignored them,” said protester Agustela Thoma. “But enough is enough.”</p><p>Interior Minister Besfort Lamallari condemned “the acts of vandalism and criminal violence" against the police.</p><p>“Police officers are public servants, citizens of the Republic, and family members just like everyone else. They serve the law, public order, and the safety of every citizen, without distinction. An attack against them is an attack against the state,” the minister added.</p><p>___</p><p>Cimili reported from Pristina, Kosovo</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AM4U3CB65DP445CYJG7SMB627E.jpg?auth=517bbb7a38f28fdbf8fde5a8a6062599e2c6b2e95d1043938e216e00f4ccac8a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A riot police officer uses pepper spray against a protester during clashes at an anti-government rally in Tirana, Albania, Thursday, July 2, 2026. (AP Photo/Hameraldi Agolli)]]></media:description><media:credit role="author" scheme="urn:ebu">Hameraldi Agolli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MUZ3JGFET4IOA7N3ZFQ4JE4OTM.jpg?auth=b24bfcf026f0561e2342992038231e9cd2cdad74e695f65d0ced8acfde75fdd9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protesters try to remove a barricade as police hold it during clashes at an anti-government rally in Tirana, Albania, Thursday, July 2, 2026. (AP Photo/Hameraldi Agolli)]]></media:description><media:credit role="author" scheme="urn:ebu">Hameraldi Agolli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OXXF24SZDWYRSXEZTOBKPQMJMI.jpg?auth=e9fa94ca9a41565248f0846ce37f24591e8cd964f552ec3593dfe9e0c6ece38e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police detain a protester during clashes at an anti-government rally in Tirana, Albania, Thursday, July 2, 2026. (AP Photo/Hameraldi Agolli)]]></media:description><media:credit role="author" scheme="urn:ebu">Hameraldi Agolli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6GBBZ66OU5BDDCFANM5GE37HMM.jpg?auth=0919af40a8c8c9204ef28c34721be5a61d6cfd650da0f0338db616e2846490ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police use a water cannon during clashes at an anti-government rally in Tirana, Albania, Thursday, July 2, 2026. (AP Photo/Hameraldi Agolli)]]></media:description><media:credit role="author" scheme="urn:ebu">Hameraldi Agolli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5XPN5LEJ3JKPWJHLZ2QL3JUJQM.jpg?auth=6a5c6c97630b11f0894a2464885a69c4ac8935a50277a306fdb0d30fdb580bab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A protester uses a flag to wipe flour from a police officer's face during clashes at an anti-government rally in Tirana, Albania, Thursday, July 2, 2026. (AP Photo/Hameraldi Agolli)]]></media:description><media:credit role="author" scheme="urn:ebu">Hameraldi Agolli</media:credit></media:content></item><item><title><![CDATA[Petro trata con León XIV la situación sociopolítica de Colombia en la recta final de su gobierno]]></title><link>https://www.local10.com/espanol/2026/07/02/petro-trata-con-leon-xiv-la-situacion-sociopolitica-de-colombia-en-la-recta-final-de-su-gobierno/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/petro-trata-con-leon-xiv-la-situacion-sociopolitica-de-colombia-en-la-recta-final-de-su-gobierno/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El papa León XIV y el secretario de Estado del Vaticano recibieron el jueves en audiencia privada al presidente de Colombia, Gustavo Petro, con quien dialogaron sobre la situación sociopolítica de Colombia y de la región, justo en el último tramo de su gobierno y cuando lo sucederá el opositor Abelardo de la Espriella.]]></description><pubDate>Thu, 02 Jul 2026 20:59:53 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El papa León XIV y el secretario de Estado del Vaticano recibieron el jueves en audiencia privada al presidente de Colombia, Gustavo Petro, con quien dialogaron sobre la situación sociopolítica de Colombia y de la región, justo en el último tramo de su gobierno y cuando lo sucederá el opositor Abelardo de la Espriella.</p><p>La oficina de prensa de la Santa Sede indicó que durante las conversaciones se prestó "especial atención a las repercusiones de los conflictos, a la delincuencia organizada internacional y al cambio climático”.</p><p>Además, fue expresada la “satisfacción por las buenas relaciones entre Colombia y la Santa Sede”, especialmente en favor de la “promoción de la paz, la reconciliación y la unidad nacional”.</p><p>Tras encontrarse con el papa León XIV, Petro se reunió con el cardenal Pietro Parolin, secretario de Estado, acompañado de monseñor Daniel Pacho, subsecretario para el sector multilateral de la Sección para las Relaciones con los Estados y Organismos Internacionales.</p><p>El progresista Petro acudió a la audiencia cuando le resta poco más de un mes para dejar el poder. El 7 de agosto asumirá como presidente De la Espriella, abogado y empresario apoyado por el presidente estadounidense Donald Trump, quien promete dar un giro conservador en Colombia.</p><p>Petro aseguró en la red social X que solicitó al papa “ayudarnos a proteger a las comunidades campesinas beneficiarias de la reforma agraria".</p><p>En su gobierno Petro avanzó en la entrega de tierras para los campesinos que sufrieron el despojo en años pasados como víctimas del conflicto armado colombiano. En adelante, dijo Petro, las tierras estarían en peligro porque “algunos de los allegados” de las “mafias” que quieren volver a tomar poder de las tierras buscan “dirigir de nuevo el Ministerio de Agricultura” en el próximo gobierno.</p><p>La Oficina del Alto Comisionado de las Naciones Unidas para los Derechos Humanos en Colombia advirtió el jueves en X que está haciendo seguimiento a información recibida en la última semana sobre “agresiones y amenazas contra comunidades campesinas”, que serían responsabilidad de “terceros” en cuatro departamentos del país para que dejen las tierras dadas por el gobierno.</p><p>A su llegada a Italia el lunes Petro dijo que vería al papa para “dialogar del peligro de ocultar la verdad”, sin dar detalles sobre esa afirmación en X, donde también reprochó que “ningún funcionario del gobierno italiano” lo recibió en el aeropuerto.</p><p>La primera ministra italiana Giorgia Meloni felicitó en X a De la Espriella por su triunfo en las urnas luego de la segunda vuelta presidencial en Colombia y dijo estar lista para desarrollar las relaciones bilaterales y fortalecer la cooperación en la lucha contra el narcotráfico y las organizaciones criminales transnacionales.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SIFDXX2VB72LKAAUFHDZS5DNAI.jpg?auth=184a5410adfcb2fcccfbffa9e9515f9c207475cdc2188e2cf23ccf4da4113f7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Colombia, Gustavo Petro, es recibido por el arzobispo Petar Rajic, prefecto de la Prefectura de la Casa Pontificia, a su llegada al patio de San Dámaso para reunirse con el papa León XIV en el Vaticano, el jueves 2 de julio de 2026. (AP Foto/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[The Supreme Court tackled race, history and the law in fraught and reflective major rulings]]></title><link>https://www.local10.com/news/politics/2026/07/02/the-supreme-court-tackled-race-history-and-the-law-in-fraught-and-reflective-major-rulings/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/02/the-supreme-court-tackled-race-history-and-the-law-in-fraught-and-reflective-major-rulings/</guid><dc:creator><![CDATA[By MATT BROWN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Supreme Court just wrapped up a term that yielded significant rulings in cases involving race and discrimination that could have lasting effects on U.S. politics and society.]]></description><pubDate>Thu, 02 Jul 2026 14:05:58 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Supreme Court just wrapped up a term that yielded significant rulings in cases involving race and discrimination that could have lasting effects on U.S. politics and society.</p><p>Justices were at times bitterly divided — and critical of one another — in rulings that winnowed key provisions of a landmark voting rights law, allowed the government to revoke protections for some immigrants and even challenged the historic understanding of birthright citizenship for the children of immigrants.</p><p>The decisions come at a moment when long-standing debates over race and identity have turned toward immigration, increasing racial diversity and the fairness of policies meant to prevent and redress discrimination.</p><p>“This term, we saw a Supreme Court that is moving quickly to eradicate legal protections in ways that will leave vulnerable communities exposed to the harsh winds of discrimination and hatred that we continue to see across the country today,” Kristen Clarke, general counsel for the NAACP and the former head of the Justice Department’s civil rights division during the Biden administration, told The Associated Press.</p><p>Here is a breakdown of the latest decisions involving race and what they may mean going forward:</p><p>The temporary protected status case</p><p>The court allowed the government to end deportation protections for Haitians and Syrians in the U.S. who have fled violence and natural disaster. President Donald Trump's administration revoked the temporary protected status last year.</p><p>With the president's more than decadelong track record of denigrating developing nations and immigrants who come to the U.S. from Africa, Asia, Latin America and the Middle East, attorneys for some affected migrants contended that the government could not cancel the designations, in part because Trump's comments about immigrants were racist.</p><p>“The true reason for the termination is the president’s racial animus towards non-white immigrants and bare dislike of Haitians in particular,” Geoffrey Pipoly, an attorney for the Haitian nationals in the case, said during April oral arguments in the case, Mullin v. Doe. The attorneys noted that, during his second presidential campaign, Trump claimed immigrants “are poisoning the blood of our country" and suggested in another instance that migrants have “bad genes.”</p><p>Federal authorities denied prejudice played a role in the decision and argued that TPS was supposed to end but has lasted more than a decade in some cases.</p><p>In writing for the 6-3 conservative majority, Justice Samuel Alito said none of the cited statements was “overtly racial,” reasoning that any of Trump's actions could have been taken without racial animus and attributing his anti-immigrant comments to “political discourse."</p><p>That's not how the court's liberal minority saw the situation.</p><p>“The references — of filth, disease, and primitiveness — are shot through with racial stereotypes and tropes. It is hard to imagine the statements being made today of any White community,” Justice Elena Kagan wrote in her dissent.</p><p>The birthright citizenship case</p><p>In one of the highest-profile cases of the term, the court reaffirmed that the 14th Amendment to the U.S. Constitution means all people born in the U.S. are citizens.</p><p>On his first day in office last year, Trump signed an executive order seeking to restrict birthright citizenship to the children of U.S. citizens, a move that civil rights groups challenged as unconstitutional and racist.</p><p>In his majority opinion, Chief Justice John Roberts traced the arc of birthright citizenship — a principle that all people born on U.S. soil are citizens — from its origins in English common law to its codification in the 14th Amendment.</p><p>Roberts noted that race and citizenship had been fiercely debated in courts, speeches, Congress and battlefields because of Black Americans’ fight for freedom from slavery.</p><p>Freed Black Americans did not receive citizenship as a “reward,” Roberts wrote, but because “the Amendment recognized their rightful claim to birthright citizenship simply and solely by virtue of their having been born on American soil.”</p><p>The 6-3 ruling was a blow to the Trump administration, which has made restricting immigration its central goal.</p><p>“The clause does not extend citizenship to the children of temporary visa holders or illegal aliens,” U.S. Solicitor General John Sauer argued before the court in April.</p><p>Justice Clarence Thomas agreed and wrote in his dissent that African descendants of enslaved people in the U.S. are a unique case separate from the children of tourists or people in the country illegally.</p><p>“Blacks were entitled to citizenship because they were Americans. They had no other homeland, owed no allegiance to any foreign power, and were subject to no other authority,” Thomas wrote.</p><p>In a stark move, liberal Justices Ketanji Brown Jackson and Sonia Sotomayor directly criticized Thomas' claim in a joint opinion.</p><p>“The Reconstruction Amendments were an anticaste, antisubordination reset for the Nation, not a mere spot treatment for the dark stain of slavery,” they wrote.</p><p>The voting rights case</p><p>The Supreme Court handed down a decision in April that gutted a key provision of the Voting Rights Act meant to remedy efforts to disenfranchise minority voters. Among the methods the law permitted to stop voting discrimination in states was the creation of majority-minority congressional districts.</p><p>In the majority opinion, Alito found that because race and partisan voting behavior were so intertwined, it was unfair to conclude that a partisan gerrymander of a state's congressional districts could be racist, given there may be other reasons for the map's results.</p><p>Alito reasoned that “in a state where both parties have substantial support and where race is often correlated with party preference,” partisan actors can “easily exploit” laws meant to protect minority political participation for disingenuous reasons.</p><p>The liberal justices balked at the logic and criticized the conservative majority for harming minority representation in politics and culture. They believed that the law's provisions were still necessary to prevent discrimination by states and worried about the fallout from its removal.</p><p>“The consequences are likely to be far-reaching and grave," Kagan wrote in her dissent. “Today’s decision renders Section 2 all but a dead letter. In the states where that law continues to matter — the states still marked by residential segregation and racially polarized voting — minority voters can now be cracked out of the electoral process.”</p><p>The decision has had profound impact on the political landscape, with nearly a dozen Southern states immediately taking steps to redistrict and eliminate majority-Black districts.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S7UVUJAM6KREI7YJKQOEE3B3HY.jpg?auth=87152185a125a5737977affabdd23d82c1c570dca6ce6a64ea0e8c904bd4d063&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Supreme Court is seen Tuesday, June 30, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3UGGNJLHMEG4RY6AREFEWZVNFE.jpg?auth=b78e708751d7e0e70ddb33deb19f3a57b15eef6a5036b22ec229f15615d2a75b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Activists celebrate the Supreme Court's birthright citizenship ruling outside of the Supreme Court on Capitol Hill, Tuesday, June 30, 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[What polling shows about Americans’ interest in the World Cup and USMNT]]></title><link>https://www.local10.com/entertainment/2026/07/02/soccer-fans-are-into-this-years-world-cup-but-the-us-still-isnt-a-soccer-nation-new-poll-finds/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/02/soccer-fans-are-into-this-years-world-cup-but-the-us-still-isnt-a-soccer-nation-new-poll-finds/</guid><dc:creator><![CDATA[By LINLEY SANDERS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — This World Cup has given U.S. soccer fans plenty to cheer about — even if a new survey shows most Americans are still on the sidelines.]]></description><pubDate>Thu, 02 Jul 2026 17:37:42 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — This World Cup has given U.S. soccer fans plenty to cheer about — even if a new survey shows most Americans are still on the sidelines.</p><p>New polling from Ipsos Sports, provided exclusively to The Associated Press, shows that the World Cup has excited soccer fans and piqued many Americans’ interest, even as the sport faces an uphill climb to reach mainstream popularity in the United States.</p><p>Despite that challenge, many U.S. adults were excited about the United States making it to the knockout round of the World Cup. Most soccer fans in the U.S. have been pleased by the U.S. men’s national team performance, and the overwhelming majority are excited for the rest of the World Cup.</p><p>The poll was conducted June 26-28, after the United States advanced from the group stage but before they won against Bosnia-Herzegovina in the first knockout round.</p><p>Soccer fans are excited by the USMNT's performance</p><p>About 6 in 10 soccer fans were “extremely” or “very” excited about the U.S. advancing to the knockout round, much higher than the 25% of Americans overall who said the same.</p><p>The United States has historically lost once they reached the knockout rounds. Before Wednesday, they had last won a knockout game in 2002.</p><p>Though this poll was conducted before the United States' victory against Bosnia-Herzegovina, fans were already giving the U.S. men’s team credit for having a strong showing in the group stage. Most soccer fans, 55%, said the U.S. team's performance was going “extremely well” or “very well.” One-quarter, roughly, believed it was going “somewhat well.”</p><p>Similarly, about half of soccer fans say the United States’ role in co-hosting the World Cup is going at least “very” well.</p><p>There's less enthusiasm for FIFA's role in managing the World Cup. Only about one-third of soccer fans in the U.S. say that's going “extremely” or “very” well. During the tournament, FIFA has faced criticism for enforcing mandated hydration breaks that some say ruin the momentum of games, as well as cooperating with travel restrictions and visa refusals against Iran.</p><p>The poll found Americans and soccer fans alike are about evenly split on whether they have a favorable or unfavorable opinion of FIFA. About 2 in 10 U.S. adults have a positive view of FIFA, while 25% have a negative one. Most Americans — 55% — don't have an opinion.</p><p>Will this be the moment Americans turn to soccer? Probably not</p><p>It’s not easy to get Americans to care about soccer, even with the World Cup in their backyard.</p><p>Only about 2 in 10 Americans consider themselves fans of international or U.S. soccer, far behind the share who root for professional football, basketball or baseball. And roughly one-third of U.S. adults say they have heard or read “a lot” about the World Cup, though most have heard at least “a little.”</p><p>Roughly 2 in 10 U.S. adults — 17% — say they are “extremely” or “very” excited about the rest of the World Cup. That’s up a smidge from Ipsos polling in May, but points to the challenge that comes with trying to turn America into a soccer nation.</p><p>Most Americans expect that the World Cup will increase other Americans’ interest in soccer, but relatively few say they have personally gotten more interested in the sport. About 6 in 10 U.S. adults think Americans in general will get more into soccer because of the World Cup, while 24% say they personally have.</p><p>Soccer fans are especially optimistic, though. About three-quarters of soccer fans in the U.S. expect this year’s World Cup will increase Americans’ general interest in soccer, compared to about half of non-soccer fans. And roughly half of soccer fans say the World Cup has increased their own interest in the sport, even if only 17% of non-fans say the same.</p><p>Many Americans will watch games or follow on social media</p><p>Outside of watching games, there are other ways for people to engage with the World Cup.</p><p>About 4 in 10 U.S. adults — including about half of soccer fans — say they have used social media to keep up with teams and players.</p><p>Roughly one-quarter of Americans have gone to a restaurant or bar to watch a game or plan to do so, and about 2 in 10 have gone to a World Cup watch party. About 2 in 10 U.S. adults — and 33% of soccer fans in the U.S. — say they have bought official merchandise like team jerseys, posters or scarves.</p><p>As sportsbooks note how World Cup betting has exceeded expectations amid the USMNT's success, about 1 in 10 Americans in the poll say they have placed an official bet on the games. About 5% say they have traded on game outcomes using a prediction market.</p><p>And with official and unofficial watch parties popping up in host cities across the United States, 8% say they have watched a game from a host city.</p><p>___</p><p>The Ipsos Sports poll of 1,027 adults was conducted June 26-28 using a sample drawn from the Ipsos probability-based KnowledgePanel. The margin of sampling error for adults overall is plus or minus 3.5 percentage points.</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/WCFSPBHW72WFTTICDPGIBH5WU4.jpg?auth=23f5811de438abe03e86940dfa7f7ba0b69a807bda0ae3dc8e9d03a7a94b5606&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People attend a watch party for a World Cup soccer match between the United States and Bosnia Wednesday, July 1, 2026, in Washington, at the FIFA Fan Zone on the National Mall. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5IGWO7JTVJ6HMXRDVBJTXFBOTM.jpg?auth=b16587e1d8d0fcb5682f22ac7b728df9eeac6be043d4e66a10c5d3ecc71e449b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans celebrate after a United States goal during a watch party for a World Cup soccer match against Bosnia at the KC Live! entertainment district Wednesday, July 1, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ROKAT5EFCENKSBMYB2FR2JBW4Y.jpg?auth=1694e5752b6e52c6dda8aab1a286eb92e9eee11d634c784b7545cc9ec3bc34c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States head coach Mauricio Pochettino, left, celebrates with supporters following the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2SMO44JZNKKRTQNAFGX4YB6CPE.jpg?auth=b39b0c5b4ca9f5470bfb5cbf25853d250b046b3a3167f059bacad50b622e7693&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Weston McKennie (8) and Christian Pulisic (10) celebrate winning the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Eakin Howard)]]></media:description><media:credit role="author" scheme="urn:ebu">Eakin Howard</media:credit></media:content></item><item><title><![CDATA[Goal of higher voter turnout remains elusive in California as changes have extended ballot counting]]></title><link>https://www.local10.com/news/politics/2026/07/02/goal-of-higher-voter-turnout-remains-elusive-in-california-as-changes-have-extended-ballot-counting/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/02/goal-of-higher-voter-turnout-remains-elusive-in-california-as-changes-have-extended-ballot-counting/</guid><dc:creator><![CDATA[By MICHAEL R. BLOOD, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — California is finally nearing the end of the ballot counting from its June 2 primary, a tediously slow process that is largely the result of multiple changes over the years intended to boost turnout by making voting easier and more accessible.]]></description><pubDate>Thu, 02 Jul 2026 17:46:37 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — California is finally nearing the end of the ballot counting from its June 2 primary, a tediously slow process that is largely the result of multiple changes over the years intended to boost turnout by making voting easier and more accessible.</p><p>State data and experts who study voting trends suggest those efforts have made no significant improvement in participation, even as California's drawn-out tabulating has put it in the crosshairs of President Donald Trump and made it a target of those who promote unfounded election conspiracy theories.</p><p>Turnout hit 40.8% in the June primary, according to preliminary figures from the secretary of state's office, with counties required to complete their counting by Thursday. While that was an increase over the previous two primary elections, it was below participation levels in several other primaries stretching back to 2000 and nowhere near participation in the 1970s, when primary turnout sometimes topped 70%.</p><p>Wide gaps also remain in participation by younger voters and voters of color, according to the Center for Inclusive Democracy, a nonpartisan research group. The state's most consistent voters remain older, white, more affluent homeowners.</p><p>The state appears to have seen only incremental progress from its voting changes over the past decade or more, said the center's director, Mindy Romero.</p><p>“We haven’t seen significant jumps in turnout,” she said. “We still have very significant disparity in turnout with race and ethnicity. The numbers don’t lie.”</p><p>Extensive changes have mostly led to longer vote counting</p><p>Over the years, heavily Democratic California has ushered in a series of changes aimed at driving up voter participation. Those changes have sometimes come with a price, lengthening the time it takes to count ballots.</p><p>Every voter receives a mail-in ballot that can arrive at an election office seven days late and still be counted, provided the envelope is postmarked by Election Day. Residents also can sign up to vote on Election Day if they missed the registration deadline or had not updated their voter registration information. Those ballots are counted once their registration is verified.</p><p>Each envelope containing a mail ballot must match the signature on file, and that takes time. If a signature does not match, election officials are required to give those voters a chance to come in and prove their identity so the ballot will count, further delaying a final tally.</p><p>In that sense, California’s unusually long vote tally is the result of its own doing. In a report released last month, the nonpartisan California Voter Foundation found that the percentage of California’s ballots counted within two days of Election Day has generally declined over time, from 81% in 2004 to 66% in 2024.</p><p>That period loosely tracked a steady expansion of mail voting in the state. In a special statewide election last year, nearly 9 of every 10 voters used a mail ballot.</p><p>Florida, Texas and other big states quickly wrap up vote counting. California is a national laggard, with the outcome in close races sometimes taking weeks to decide.</p><p>While election officials insist they are focused on accuracy, the extended tabulating period has opened the door for candidates who see their lead slip away to suggest something nefarious is at work. After the June primary, Trump seized on California’s reputation as the national slowpoke in vote counting to renew his long-standing criticism of the state's elections, while the Republican's Department of Justice launched an investigation into Los Angeles County's elections.</p><p>Even Democratic Gov. Gavin Newsom’s office has lamented the glacial pace of counting. The state’s newly enacted budget includes $29 million to help speed up the state’s long count.</p><p>“We wish the votes were counted faster, too,” Newsom's press office wrote on the social platform X last month.</p><p>Turnout hardly budged after California passed a major participation law</p><p>One of the most prominent changes came in 2016, with the passage of what was called the Voter’s Choice Act. It was intended to make voting more convenient and increase turnout, especially among younger voters of color.</p><p>The law set a path toward statewide vote-by-mail and, in some counties, replaced traditional neighborhood polling places with community voting centers and ballot drop boxes. The goal was to free voters from being tied to a single polling location or day.</p><p>It does not appear the law has had the intended impact.</p><p>Elections two decades apart give a stark illustration: Turnout for the 2024 presidential election in California was 71%, 5 percentage points lower than turnout for the 2004 presidential election. The 2022 midterms turnout was 51%, the same rate as the midterm election 20 years earlier.</p><p>A 2025 study by the nonpartisan Public Policy Institute of California concluded that “turnout did not consistently improve or worsen for any racial or ethnic group.”</p><p>“The effects of the (act) have generally fallen short of the reform’s original goal of a larger and more representative electorate,” the study said.</p><p>In separate 2025 research, the institute found that whites make up 36% of California’s adult population but comprise 50% of the state’s likely voters. Latinos make up 38% of the adult population but 29% of likely voters. Black residents make up 5% of adults and 4% of likely voters.</p><p>“You can’t definitely, clearly say the (act) had an overall, positive impact on turnout,” said Romero, the voting researcher, who added that more study was needed.</p><p>Legislative changes can go only so far to boost turnout</p><p>There appears to be an emerging consensus that more needs to be done to connect with and motivate infrequent voters, many of them people of color who are often overlooked by campaigns.</p><p>U.S. Sen. Alex Padilla, a Democrat who was the state’s chief elections officer when the Voter’s Choice Act was signed by Democratic Gov. Jerry Brown, said in a statement that while the state is a leader in voting access “candidates and political parties must do more to motivate voters to get out and vote.”</p><p>Kim Alexander, president of the California Voter Foundation, said part of California’s challenge is simply contending with the scale of voting. California has 23 million-plus registered voters, more than any other state. That number has increased steadily over two decades, even as turnout has not jumped significantly.</p><p>The state has at least made gains registering new voters — nearly 85% of eligible voters are registered, compared with 70% two decades ago. That also means more votes to count, another challenge to the timeliness of results. The state has about 7.5 million more voters than it did in 2006.</p><p>Alexander said a voter’s decision to turn in a ballot can turn on multiple considerations. Primary elections can be seen as optional, with the general election coming in the fall. Misinformation and attacks on the reliability of elections are suppressing turnout. Even California’s notoriously complex ballots with dozens of races overlapping with state and local ballot initiatives can be a turnoff, she said, overwhelming some would-be voters.</p><p>Despite all the state's changes, how people vote can be less important than what motivates them to vote.</p><p>“The public’s level of trust in government and institutions, who and what’s on the ballot and how well-financed their get-out-the-vote campaigns are, have a much greater impact on voter participation than the election model used,” said Bob Page, Orange County's registrar of voters.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MXJ3IIOEWYLRUH2GNPXHKJOFPE.jpg?auth=6b57918d7eff7e29707d67c8dd1748d0412a0abf632a6bebbbda962f4be12814&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker inspects a ballot at the L.A. County Ballot Processing Center during the California primary election on Tuesday, June 2, 2026, in City of Industry, Calif. (AP Photo/William Liang)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/54FYUOHCS76SZFC2H6ADEDFHFA.jpg?auth=6ba93c936b58854cced60f05916463f703d0e6f0b00559e8227d644def5d0127&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Voters cast their ballots at a voting center on the UCLA campus on Tuesday, June 2, 2026, in Los Angeles. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5UN66E4ADKZSCOI6UFNK4ENWKI.jpg?auth=a87cdf024143b3ea6c95a6bab2d8ad9ba34dc761ac7f71462bb5f2159570bc26&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker sorts ballots at the L.A. County Ballot Processing Center during the California primary election on Tuesday, June 2, 2026, in City of Industry, Calif. (AP Photo/William Liang)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QZVDENZM2DMN6BYH65VD7CGERI.jpg?auth=36d2e3c17e3a2dd694ce332739e2c277ae90bedad79adc094fadf7212a23d138&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A ballot is inspected at a ballot processing center during the California primary election on Tuesday, June 2, 2026, in Sacramento, Calif.. (AP Photo/Rich Pedroncelli)]]></media:description><media:credit role="author" scheme="urn:ebu">Rich Pedroncelli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U7GJPAHFU3VLEJSXHDNJOSLUKI.jpg?auth=7687355932c1e6ae3ab6742b50cc5ad9595d0a9820c2c4c9255a6df5440e6085&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California Republican gubernatorial candidate Steve Hilton holds a newspaper while speaking at a news conference at the San Mateo County elections office Friday, June 5, 2026, in San Mateo, Calif. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Grupo de preservación del Faro de Hillsboro lanza campaña de recaudación de fondos para proyecto de restauración de $2 millones USD]]></title><link>https://www.local10.com/espanol/2026/07/02/grupo-de-preservacion-del-faro-de-hillsboro-lanza-campana-de-recaudacion-de-fondos-para-proyecto-de-restauracion-de-2-millones-usd/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/grupo-de-preservacion-del-faro-de-hillsboro-lanza-campana-de-recaudacion-de-fondos-para-proyecto-de-restauracion-de-2-millones-usd/</guid><dc:creator><![CDATA[Jackie Pascale]]></dc:creator><description><![CDATA[El Faro de Hillsboro Inlet ha guiado a los navegantes a lo largo de la costa del condado Broward durante más de un siglo, pero quienes están a cargo de preservar este histórico monumento aseguran que ahora necesita reparaciones importantes para garantizar que permanezca en pie para las futuras generaciones.]]></description><pubDate>Thu, 02 Jul 2026 13:37:50 +0000</pubDate><content:encoded><![CDATA[<p>El Faro de Hillsboro Inlet ha guiado a los navegantes a lo largo de la costa del condado Broward durante más de un siglo, pero quienes están a cargo de preservar este histórico monumento aseguran que ahora necesita reparaciones importantes para garantizar que permanezca en pie para las futuras generaciones.</p><p>A diferencia de lo que muchas personas creen, el icónico faro no recibe fondos del gobierno federal ni de la Guardia Costera de Estados Unidos. En cambio, es mantenido por la <a href="https://www.hillsborolighthouse.org/" target="_blank" rel="noreferrer" title="https://www.hillsborolighthouse.org/">Sociedad para la Preservación del Faro de Hillsboro</a>, una organización sin fines de lucro que depende casi por completo de actividades de recaudación de fondos, membresías y recorridos públicos para cubrir los costos de mantenimiento y restauración.</p><p>“No recibimos ni un dólar de la Guardia Costera. No recibimos ni un dólar del gobierno”, dijo Ralph Krugler, historiador de la Sociedad para la Preservación del Faro de Hillsboro. “La mayor parte del dinero proviene de los eventos de recaudación de fondos y de los recorridos públicos que realizamos para generar ingresos. Por eso está tomando tanto tiempo”.</p><p>El faro comenzó a operar el 8 de marzo de 1907 y se ha convertido en uno de los monumentos más reconocibles del sur de Florida. Krugler, quien dirige muchos de los recorridos mensuales de la organización, afirma que los visitantes suelen quedar cautivados por las vistas panorámicas desde la cima de la estructura de 11 pisos.</p><p>Pero la subida también deja ver el desgaste que más de un siglo de exposición al aire salino ha causado en el faro.</p><p>El óxido ha deteriorado componentes originales de hierro y se pueden observar grietas y corrosión en varias partes de la estructura.</p><p>“Es por el aire salino”, dijo Krugler. “El ambiente es muy agresivo para el hierro”.</p><p>Actualmente, los trabajadores están retirando el material dañado, aplicando nuevos recubrimientos protectores y planean reemplazar las piezas de hierro deterioradas por acero inoxidable, que se espera resista mejor las duras condiciones costeras del sur de Florida durante las próximas décadas.</p><p>Se espera que el proyecto completo de restauración cueste hasta $2 millones USD.</p><p>Hasta ahora, la sociedad de preservación solo ha recaudado una fracción de lo necesario.</p><p>“Nos ha tomado unos 10 años reunir $400,000 USD”, dijo Krugler.</p><p>Para ayudar a acelerar la recaudación de fondos, la organización se ha asociado con la influencer local del mundo de la navegación Camilla Pavan, quien creó la campaña en redes sociales “<a href="https://www.facebook.com/watch/?v=2048352812742620" target="_blank" rel="noreferrer" title="https://www.facebook.com/watch/?v=2048352812742620">Save the Lighthouse</a>” y una página en <a href="https://www.gofundme.com/f/support-hillsboro-lighthouse-preservation?attribution_id=sl:4eebbad3-497b-4817-ad35-c00615d790a8&amp;lang=en_US&amp;ts=1779906733&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp17_tc-amp20_t1&amp;utm_medium=customer&amp;utm_source=copy_link" target="_blank" rel="noreferrer" title="https://www.gofundme.com/f/support-hillsboro-lighthouse-preservation?attribution_id=sl:4eebbad3-497b-4817-ad35-c00615d790a8&amp;lang=en_US&amp;ts=1779906733&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp17_tc-amp20_t1&amp;utm_medium=customer&amp;utm_source=copy_link">GoFundMe</a>.</p><p>Pavan dijo que pasa regularmente frente al faro mientras navega y creyó que las redes sociales podrían ayudar a atraer más atención al esfuerzo de preservación.</p><p>“Sabía que se volvería viral”, dijo.</p><p>También afirmó que la sociedad de preservación tenía muy poca presencia en redes sociales antes de que ella se involucrara.</p><p>“Honestamente, la Asociación del Faro estaba un poco desactualizada cuando se trataba de donaciones y redes sociales”, dijo Pavan. “Fue entonces cuando decidí intervenir e intentar ayudar”.</p><p>La campaña en internet ya ha recaudado miles de dólares, lo que da esperanza a los responsables de la preservación de que podrán generar el impulso suficiente para completar la restauración antes de que los daños empeoren.</p><p>“Estamos tratando de aumentar nuestra presencia y lograr que más personas se den cuenta de que este es parte de la comunidad”, dijo Krugler. “Si de verdad quieren que permanezca aquí, ¿pueden ayudarnos?”.</p><p>El Faro de Hillsboro Inlet solo es accesible por barco. Para obtener información sobre los recorridos o las oportunidades de membresía, <a href="https://www.hillsborolighthouse.org/" target="_blank" rel="noreferrer" title="https://www.hillsborolighthouse.org/">haga clic aquí</a>.</p>]]></content:encoded></item><item><title><![CDATA[Manifestantes denuncian hacinamiento y calor extremo en oficina de ICE en Miramar]]></title><link>https://www.local10.com/espanol/2026/07/01/manifestantes-denuncian-hacinamiento-y-calor-extremo-en-oficina-de-ice-en-miramar/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/manifestantes-denuncian-hacinamiento-y-calor-extremo-en-oficina-de-ice-en-miramar/</guid><dc:creator><![CDATA[Jolena Esperto]]></dc:creator><description><![CDATA[Manifestantes se congregaron este miércoles frente a la oficina de campo del Servicio de Inmigración y Control de Aduanas (ICE) en Miramar tras semanas de alarmantes reportes sobre las condiciones dentro de la instalación.]]></description><pubDate>Wed, 01 Jul 2026 17:49:20 +0000</pubDate><content:encoded><![CDATA[<p>Un grupo de manifestantes se congregó el miércoles frente a la oficina regional del Servicio de Inmigración y Control de Aduanas (ICE) en Miramar, tras semanas de preocupantes reportes sobre las condiciones dentro de la instalación.</p><p>Grupos de derechos de los inmigrantes y organizaciones religiosas han denunciado las condiciones en esta instalación durante años y organizaron las protestas del miércoles. Según los manifestantes, los detenidos están sujetos a hacinamiento y temperaturas excesivas.</p><p>El manifestante Luis Rivera dijo que tiene un amigo cercano de la familia que tenía una cita obligatoria en la oficina. Afirmó sentirse asustado y preocupado.</p><p>“Tienes personas —tu familia, tus amigos— a quienes quieres”, dijo. “Es difícil.”</p><p>Arianne Betancourt contó que su padre estuvo detenido en la instalación durante seis meses. Ahora trabaja a tiempo completo para asegurarse de que las personas tengan condiciones humanas durante su detención.</p><p>“Van a extender la crueldad”, afirmó.</p><p>Betancourt añadió: “Hablo con personas que me dicen que antes de llegar al ‘Alcatraz de los Caimanes’ (en el Condado de Collier) podían caminar, y ahora necesitan silla de ruedas. En estos centros no dan sillas de ruedas, así que estos ancianos ahora están postrados en cama.”</p><p>Un equipo de Local 10 News presenció cómo un camión de bomberos y una ambulancia ingresaron a la instalación y fueron escoltados fuera por las autoridades.</p><p>Rivera dijo que quiere proteger la identidad de su amigo, pero lo describió como un joven de 20 años que llegó a Estados Unidos hace tres años.</p><p>Dijo que su amigo está bien “por el momento, pero continuó en la fila, así que no sé si cuando entre le van a quitar el teléfono.”</p><p>Rivera explicó que ambos viven en Orlando, pero que llevó a su amigo hasta la oficina de Miramar porque ahí era su cita.</p><p>Los manifestantes dijeron que planean continuar con las protestas semanales.</p><p>Un portavoz de ICE emitió el siguiente comunicado a Local 10 News:</p><blockquote><p>“La instalación de Miramar funciona como un lugar de registro para personas incluidas en una lista de casos sin detención y sirve como centro de procesamiento para arrestos operativos diarios. La cantidad de personas retenidas temporalmente en la instalación varía según las necesidades operativas. Después del procesamiento, las personas son trasladadas a centros de detención locales.</p><p>“Estar en detención es una decisión. Alentamos a todos los extranjeros que se encuentran ilegalmente en el país a tomar el control de su salida utilizando la aplicación CBP Home. Estados Unidos está ofreciendo a los extranjeros que están ilegalmente en el país $2,600 USD y un vuelo gratuito para que se autodeporten ahora. Alentamos a todas las personas que se encuentran aquí ilegalmente a aprovechar esta oferta y conservar la oportunidad de regresar a Estados Unidos por la vía legal para vivir el sueño americano. De lo contrario, serán arrestados y deportados sin posibilidad de regresar.</p><p>“ICE garantiza que todas las personas que esperan para registrarse en la instalación de Miramar tengan acceso a baños y agua. Hay baños y bebederos disponibles en el vestíbulo, y las personas solo tienen que solicitar acceso. Las afirmaciones de que las personas que esperan en la fila no tienen acceso a agua o baños son totalmente falsas.”</p><p class="citation">Portavoz de ICE</p></blockquote><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Hillsboro Lighthouse preservation group launches fundraising push for $2 million restoration project]]></title><link>https://www.local10.com/news/local/2026/07/02/hillsboro-lighthouse-preservation-group-launches-fundraising-push-for-2-million-restoration-project/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/hillsboro-lighthouse-preservation-group-launches-fundraising-push-for-2-million-restoration-project/</guid><dc:creator><![CDATA[Jackie Pascale]]></dc:creator><description><![CDATA[The Hillsboro Inlet Lighthouse has guided boaters along Broward County’s coastline for more than a century, but those responsible for preserving the historic landmark say it now needs significant repairs to ensure it remains standing for generations to come.]]></description><pubDate>Thu, 02 Jul 2026 12:23:21 +0000</pubDate><content:encoded><![CDATA[<p>The Hillsboro Inlet Lighthouse has guided boaters along Broward County’s coastline for more than a century, but those responsible for preserving the historic landmark say it now needs significant repairs to ensure it remains standing for generations to come.</p><p><a href="https://www.local10.com/espanol/2026/07/02/grupo-de-preservacion-del-faro-de-hillsboro-lanza-campana-de-recaudacion-de-fondos-para-proyecto-de-restauracion-de-2-millones-usd/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/grupo-de-preservacion-del-faro-de-hillsboro-lanza-campana-de-recaudacion-de-fondos-para-proyecto-de-restauracion-de-2-millones-usd/">Leer en español</a></p><p>Unlike many people assume, the iconic lighthouse is not funded by the federal government or the U.S. Coast Guard. Instead, it is maintained by the <a href="https://www.hillsborolighthouse.org/" target="_self" rel="" title="https://www.hillsborolighthouse.org/">Hillsboro Lighthouse Preservation Society</a>, a nonprofit organization that relies almost entirely on fundraising, memberships and public tours to pay for maintenance and restoration.</p><p>“We get zero dollars from the Coast Guard. We get zero dollars from the government,” said Ralph Krugler, historian for the Hillsboro Lighthouse Preservation Society. “It’s mostly what we do with fundraising events and public tours in order to generate money. That’s why it’s taking so long.”</p><p>The lighthouse first went into service on March 8, 1907, and has become one of South Florida’s most recognizable landmarks. Krugler, who leads many of the organization’s monthly tours, says visitors are often captivated by the sweeping views from the top of the 11-story structure.</p><p>But the climb also reveals the toll more than a century of salt air has taken on the lighthouse.</p><p>Rust has eaten away at original iron components, and cracks and corrosion are visible throughout portions of the structure.</p><p>“Because of the salt air,” Krugler said. “The environment is just so hard on iron.”</p><p>Workers are now removing damaged material, applying new protective coatings and planning to replace deteriorating iron pieces with stainless steel, which is expected to better withstand South Florida’s harsh coastal conditions for decades to come.</p><p>The full restoration project is expected to cost as much as $2 million.</p><p>So far, the preservation society has raised only a fraction of what is needed.</p><p>“It’s taken us like 10 years to get $400,000,” Krugler said.</p><p>To help accelerate fundraising, the organization has partnered with local boating influencer Camilla Pavan, who created the “<a href="https://www.facebook.com/watch/?v=2048352812742620" target="_self" rel="" title="https://www.facebook.com/watch/?v=2048352812742620">Save the Lighthouse</a>” social media campaign and a <a href="https://www.gofundme.com/f/support-hillsboro-lighthouse-preservation?attribution_id=sl:4eebbad3-497b-4817-ad35-c00615d790a8&amp;lang=en_US&amp;ts=1779906733&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp17_tc-amp20_t1&amp;utm_medium=customer&amp;utm_source=copy_link" target="_self" rel="" title="https://www.gofundme.com/f/support-hillsboro-lighthouse-preservation?attribution_id=sl:4eebbad3-497b-4817-ad35-c00615d790a8&amp;lang=en_US&amp;ts=1779906733&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp17_tc-amp20_t1&amp;utm_medium=customer&amp;utm_source=copy_link">GoFundMe page</a>.</p><p>Pavan said she regularly passes the lighthouse while boating and believed social media could help bring more attention to the preservation effort.</p><p>“I knew it would go viral,” she said.</p><p>She said the preservation society had little social media presence before she became involved.</p><p>“Honestly, the Lighthouse Association was kind of not up to date when it came to donations and social media,” Pavan said. “So that’s when I kind of stepped in and tried to help.”</p><p>The online campaign has already raised thousands of dollars, giving preservation leaders hope they can build enough momentum to complete the restoration before the damage worsens.</p><p>“We’re trying to up our presence and get more people to realize that, hey, this is part of the community,” Krugler said. “If you really want it to stick around, can you help us out?”</p><p>The Hillsboro Inlet Lighthouse is accessible only by boat. For information about tours or membership opportunities, <a href="https://www.hillsborolighthouse.org/" target="_self" rel="" title="https://www.hillsborolighthouse.org/">click here.</a></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Where to watch fireworks across South Florida this Fourth of July]]></title><link>https://www.local10.com/features/2026/07/02/where-to-watch-fireworks-across-south-florida-this-fourth-of-july/</link><guid isPermaLink="true">https://www.local10.com/features/2026/07/02/where-to-watch-fireworks-across-south-florida-this-fourth-of-july/</guid><description><![CDATA[Looking for the perfect place to celebrate Independence Day? From dazzling waterfront displays in Miami and Fort Lauderdale to family-friendly celebrations in Broward and the Keys, South Florida is lighting up the sky this Fourth of July. ]]></description><pubDate>Thu, 02 Jul 2026 12:44:24 +0000</pubDate><content:encoded><![CDATA[<p>Looking for the perfect place to celebrate Independence Day? From dazzling waterfront displays in Miami and Fort Lauderdale to family-friendly celebrations in Broward and the Keys, South Florida is lighting up the sky this Fourth of July. </p><p><a href="https://www.local10.com/espanol/2026/07/02/donde-ver-los-fuegos-artificiales-en-el-sur-de-florida-este-4-de-julio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/donde-ver-los-fuegos-artificiales-en-el-sur-de-florida-este-4-de-julio/">Leer en español</a></p><p>We’ve rounded up some of the biggest fireworks shows, live entertainment and festivities happening across the region so you can plan your holiday celebration.</p><h3><u><b>MIAMI-DADE COUNTY</b></u></h3><p><b>Doral: Doral Central Park</b></p><p>3005 NW 92nd Avenue</p><p>Event is from 2 p.m. to 11:30 p.m. and will include a 25-minute fireworks show to close out the night. In addition to fireworks, there will be live entertainment, interactive inflatables, food vendors, and more.</p><p><b>City of Miami: Bayfront Park</b></p><p>301 N Biscayne Blvd.</p><p>America’s 250th Celebration at Bayfront Park -- a free event -- will be held from 1 p.m. to midnight and will feature concerts, food, cocktails and family-friendly activities. Performances will be held by Ashanti and Ja Rule, 112 featuring Slim and Mike, The Fray, Orlando Mendez, Shaggy and Willy Chirino. </p><p>The event also includes a FIFA World Cup Fan Zone with match viewing on a large screen.</p><p><b>City of Miami:</b> <b>Charles Hadley Park</b></p><p>1350 NW 50th Street</p><p>Event is from 4 p.m. to 9 p.m. In addition to a fireworks show, the event will feature free food for kids and seniors on a first come, first served basis, along with rides, games, bounce houses and live music. </p><p><b>City of Miami: Gerry Curtis Park</b> </p><p>1901 NW 24th Avenue</p><p>Event is from 1 p.m. to 9:30 p.m. The event will feature live performances by Oro Sólido, Nia Skyfer, and Aron Luix; FIFA Club World Cup match viewings; family activities; local food vendors and a fireworks show.</p><p><b>Miami Lakes: Veterans Park</b></p><p>15151 NW 82nd Ave</p><p>Event begins at 6:30 p.m., with fireworks at 9 p.m. There will also be live entertainment, food trucks and a kids zone.</p><h3><u><b>BROWARD COUNTY</b></u></h3><p><b>Coconut Creek</b>: <b>Seminole Casino Coconut Creek </b></p><p>5550 NW 40th Street</p><p>The event kicks off at 7 p.m. with live entertainment and food trucks. Fireworks are expected to begin at 9 p.m. </p><p><b>Fort Lauderdale</b>: <b>Las Olas Oceanside Park </b></p><p>3000 E Las Olas Blvd.</p><p>The 4th of July Spectacular at Las Olas Oceanside Park will be held from noon to 9:15 p.m. and features live entertainment, a kids zone, beach games, contests, family activities, and a dazzling fireworks display. At 8:45 p.m., a spectacular drone show will be held prior to fireworks. </p><p><b>Pembroke Pines</b>: <b>Charles F. Dodge City Center</b></p><p>601 City Center Way</p><p>The Independence Day &amp; Fireworks Celebration includes live music, food trucks, a kids’ zone, and a fireworks show. The picnic grounds will be opened at 7 p.m. with fireworks at 9 p.m. The event will be open to Pembroke Pines residents ONLY and tickets will be required to enter the picnic area.</p><p><a href="https://ppines.com/Calendar.aspx?EID=4633&amp;month=7&amp;year=2021&amp;day=5&amp;calType=0" target="_self" rel="" title="https://ppines.com/Calendar.aspx?EID=4633&amp;month=7&amp;year=2021&amp;day=5&amp;calType=0">Click here</a> for more information. </p><p><b>Pompano Beach</b>: <b>Fisher Family Pier</b></p><p>222 N Pompano Beach Blvd.</p><p>The annual July 4th Fireworks Extravaganza will take place at the Fisher Family Pier starting at 5 p.m., with a live DJ and the fireworks spectacular illuminating the oceanfront at 9 p.m. </p><p><b>Sunrise: Amerant Bank Arena</b></p><p>1 Panther Parkway</p><p>The Amerant Bank Arena is hosting a free outdoor celebration starting at 6 p.m. with live concerts by the Higher Ground Band and Light Balance, a kids’ fun zone, a drone show and fireworks. </p><p><b>Tamarac: Tamarac Community Center </b></p><p>8601 W Commercial Blvd.</p><p>The All-American Celebration at the Tamarac Community Center begins at 6:30 p.m. and features live music, food trucks, family activities and a fireworks display. </p><h3><u><b>MONROE COUNTY</b></u></h3><p><b>Islamorada: Founders Park</b></p><p>87000 Overseas Hwy</p><p>The free event starts at 5 p.m. and features family activities, food vendors and a fireworks display at nightfall.</p><p><b>Key Largo:</b> <b>Rowell’s Waterfront Park</b></p><p>104550 Overseas Hwy</p><p>At 10 a.m., a parade will be held at mile marker 98.2, near Anthony’s Clothing Store, followed by a community picnic. </p><p>The main fireworks display launches around 9:15 p.m. at Rowell’s Waterfront Park.</p><p><b>Key West: Edward B. Knight Pier</b></p><p>White Street</p><p>The Rotary Club of Key West is hosting a fireworks show at 9 p.m. There will also be food and drinks to purchase, the proceeds of which will benefit local scholarships. </p><p><b>Marathon: Sombrero Beach</b></p><p>Located at<b> </b>Mile Marker 50</p><p>A parade will start from Marathon High School at 11 a.m., leading to beachside festivities that will last all day, and a fireworks display at about 9 p.m.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DO7Y5L4BEZHQJJMMSMT4O6VJJ4.png?auth=bf52a206b91fb6ab722585e7e737ed5b9b75ec44fe9423e97624d9d344c61c57&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Dónde ver los fuegos artificiales en el sur de Florida este 4 de Julio]]></title><link>https://www.local10.com/espanol/2026/07/02/donde-ver-los-fuegos-artificiales-en-el-sur-de-florida-este-4-de-julio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/donde-ver-los-fuegos-artificiales-en-el-sur-de-florida-este-4-de-julio/</guid><description><![CDATA[¿Buscas el lugar perfecto para celebrar el Día de la Independencia? Desde espectaculares exhibiciones sobre el agua en Miami y Fort Lauderdale hasta celebraciones familiares en Broward y los Cayos, el sur de Florida iluminará el cielo este 4 de Julio.]]></description><pubDate>Thu, 02 Jul 2026 13:43:59 +0000</pubDate><content:encoded><![CDATA[<p>¿Buscas el lugar perfecto para celebrar el Día de la Independencia? Desde espectaculares exhibiciones sobre el agua en Miami y Fort Lauderdale hasta celebraciones familiares en Broward y los Cayos, el sur de Florida iluminará el cielo este 4 de Julio.</p><p>Hemos reunido algunos de los espectáculos de fuegos artificiales, presentaciones en vivo y festividades más importantes que se llevarán a cabo en toda la región para que puedas planificar tu celebración.</p><h3><u><b>CONDADO MIAMI-DADE</b></u></h3><p><b>Doral: Doral Central Park</b></p><p>3005 NW 92nd Avenue</p><p>El evento será de 2 p.m. a 11:30 p.m. e incluirá un espectáculo de fuegos artificiales de 25 minutos para cerrar la noche. Además de los fuegos artificiales, habrá entretenimiento en vivo, inflables interactivos, vendedores de comida y mucho más.</p><p><b>Ciudad de Miami: Bayfront Park</b></p><p>301 N Biscayne Blvd.</p><p>La celebración de los 250 años de Estados Unidos en Bayfront Park, un evento gratuito, se realizará de 1 p.m. a la medianoche e incluirá conciertos, comida, cocteles y actividades para toda la familia. Se presentarán Ashanti y Ja Rule, 112 con Slim y Mike, The Fray, Orlando Mendez, Shaggy y Willy Chirino.</p><p>El evento también contará con una zona para aficionados de la Copa Mundial de la FIFA, donde los partidos podrán verse en una pantalla gigante.</p><p><b>Ciudad de Miami: Charles Hadley Park</b></p><p>1350 NW 50th Street</p><p>El evento será de 4 p.m. a 9 p.m. Además del espectáculo de fuegos artificiales, habrá comida gratuita para niños y adultos mayores, hasta agotar existencias, así como atracciones, juegos, casas inflables y música en vivo.</p><p><b>Ciudad de Miami: Gerry Curtis Park</b></p><p>1901 NW 24th Avenue</p><p>El evento será de 1 p.m. a 9:30 p.m. e incluirá presentaciones en vivo de Oro Sólido, Nia Skyfer y Aron Luix; transmisiones de los partidos de la Copa Mundial de Clubes de la FIFA; actividades familiares; vendedores locales de comida y un espectáculo de fuegos artificiales.</p><p><b>Miami Lakes: Veterans Park</b></p><p>15151 NW 82nd Ave</p><p>El evento comenzará a las 6:30 p.m. y los fuegos artificiales serán a las 9 p.m. También habrá entretenimiento en vivo, camiones de comida y una zona para niños.</p><h3><u><b>CONDADO BROWARD</b></u></h3><p><b>Coconut Creek: Seminole Casino Coconut Creek</b></p><p>5550 NW 40th Street</p><p>El evento comenzará a las 7 p.m. con entretenimiento en vivo y camiones de comida. Se espera que los fuegos artificiales comiencen a las 9 p.m.</p><p><b>Fort Lauderdale: Las Olas Oceanside Park</b></p><p>3000 E Las Olas Blvd.</p><p>El evento “4th of July Spectacular” en Las Olas Oceanside Park se llevará a cabo de mediodía a 9:15 p.m. e incluirá entretenimiento en vivo, una zona para niños, juegos de playa, concursos, actividades familiares y un espectacular show de fuegos artificiales. A las 8:45 p.m. se realizará un espectáculo de drones antes de los fuegos artificiales.</p><p><b>Pembroke Pines: Charles F. Dodge City Center</b></p><p>601 City Center Way</p><p>La celebración del Día de la Independencia y fuegos artificiales incluirá música en vivo, camiones de comida, una zona para niños y un espectáculo de fuegos artificiales. El área de picnic abrirá a las 7 p.m. y los fuegos artificiales comenzarán a las 9 p.m. El evento será exclusivo para residentes de Pembroke Pines y será necesario presentar boletos para ingresar al área de picnic.</p><p>Haga clic aquí para obtener más información.</p><p><b>Pompano Beach: Fisher Family Pier</b></p><p>222 N Pompano Beach Blvd.</p><p>El espectáculo anual de fuegos artificiales del 4 de Julio se llevará a cabo en el Fisher Family Pier a partir de las 5 p.m., con un DJ en vivo y un espectáculo de fuegos artificiales que iluminará la costa a las 9 p.m.</p><p><b>Sunrise: Amerant Bank Arena</b></p><p>1 Panther Parkway</p><p>El Amerant Bank Arena organizará una celebración gratuita al aire libre a partir de las 6 p.m. con conciertos en vivo de Higher Ground Band y Light Balance, una zona de diversión para niños, un espectáculo de drones y fuegos artificiales.</p><p><b>Tamarac: Tamarac Community Center</b></p><p>8601 W Commercial Blvd.</p><p>La celebración “All-American Celebration” en el Tamarac Community Center comenzará a las 6:30 p.m. e incluirá música en vivo, camiones de comida, actividades familiares y un espectáculo de fuegos artificiales.</p><h3><u><b>CONDADO MONROE</b></u></h3><p><b>Islamorada: Founders Park</b></p><p>87000 Overseas Hwy</p><p>El evento gratuito comenzará a las 5 p.m. e incluirá actividades familiares, vendedores de comida y un espectáculo de fuegos artificiales al anochecer.</p><p><b>Key Largo: Rowell’s Waterfront Park</b></p><p>104550 Overseas Hwy</p><p>A las 10 a.m. se realizará un desfile en el marcador de la milla 98.2, cerca de Anthony’s Clothing Store, seguido de un picnic comunitario.</p><p>El principal espectáculo de fuegos artificiales comenzará alrededor de las 9:15 p.m. en Rowell’s Waterfront Park.</p><p><b>Key West: Edward B. Knight Pier</b></p><p>White Street</p><p>El Rotary Club de Key West organizará un espectáculo de fuegos artificiales a las 9 p.m. También habrá comida y bebidas a la venta, cuyos ingresos beneficiarán becas locales.</p><p><b>Marathon: Sombrero Beach</b></p><p>Ubicada en el marcador de la milla 50</p><p>Un desfile partirá de Marathon High School a las 11 a.m. y dará paso a las festividades en la playa durante todo el día, con un espectáculo de fuegos artificiales alrededor de las 9 p.m.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DO7Y5L4BEZHQJJMMSMT4O6VJJ4.png?auth=bf52a206b91fb6ab722585e7e737ed5b9b75ec44fe9423e97624d9d344c61c57&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Champion swimmer dives into Miami River to rescue struggling man]]></title><link>https://www.local10.com/news/local/2026/07/01/swimmer-dives-into-miami-river-to-rescue-struggling-man/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/01/swimmer-dives-into-miami-river-to-rescue-struggling-man/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[A 22-year-old man is being praised after jumping into the Miami River near the Riverwalk in downtown Miami to rescue a man who was struggling in the water.]]></description><pubDate>Thu, 02 Jul 2026 02:34:46 +0000</pubDate><content:encoded><![CDATA[<p>A 22-year-old man is being praised after jumping into the Miami River near the Riverwalk in downtown Miami to rescue a man who was struggling in the water.</p><p><a href="https://www.local10.com/espanol/2026/07/02/nadador-campeon-se-lanza-al-rio-miami-para-rescatar-a-hombre-que-luchaba-por-mantenerse-a-flote/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/nadador-campeon-se-lanza-al-rio-miami-para-rescatar-a-hombre-que-luchaba-por-mantenerse-a-flote/">Leer en español</a></p><p>Awab Metwally, who is an international student and champion swimmer from Egypt, said he didn’t hesitate when it sounded like someone was in danger.</p><p>“I was like flying because I know there’s something going on,” Metwally said. “There was, like, an emergency, so I have to act.”</p><p>Video shows Metwally running from behind the cameraman before jumping into the water to rescue a man who couldn’t hold onto a ring buoy that had been thrown to him.</p><p>“That guy, he was sinking. He was dropping into the water,” Metwally said.</p><p>He said watching others throw a lifesaver without jumping in convinced him he needed to act.</p><p>“Nobody is doing anything. They’re just throwing to him a lifesaver. Nobody jumped. Nobody did anything. So I said, ‘This guy is going to die,’” he said.</p><p>Metwally said it wasn’t easy pushing the man to the back end of the yacht.</p><p>“It was hard for me to grab him and to push him all the way to the top of the water, but I did my best,” he said.</p><p>Metwally said he started swimming at a very young age in Egypt.</p><p>“Thanks to my mom and dad, they put me in swimming training since I was a kid. That paid off today,” he said.</p><p>Those lessons have earned him the title of Good Samaritan.</p><p>“So if I see somebody, I will do it for sure again. I get goosebumps really bad, but I will do it,” he said.</p><p>Metwally said paramedics performed life-saving measures on the man before taking him to a hospital. First responders have not released any information about the man’s condition.</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[Nadador campeón se lanza al río Miami para rescatar a hombre que luchaba por mantenerse a flote]]></title><link>https://www.local10.com/espanol/2026/07/02/nadador-campeon-se-lanza-al-rio-miami-para-rescatar-a-hombre-que-luchaba-por-mantenerse-a-flote/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/nadador-campeon-se-lanza-al-rio-miami-para-rescatar-a-hombre-que-luchaba-por-mantenerse-a-flote/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Un hombre de 22 años está siendo elogiado tras lanzarse al río Miami, cerca del Riverwalk, en el centro de Miami, para rescatar a un hombre que luchaba por mantenerse a flote en el agua.]]></description><pubDate>Thu, 02 Jul 2026 13:31:55 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 22 años está siendo elogiado tras lanzarse al río Miami, cerca del Riverwalk, en el centro de Miami, para rescatar a un hombre que luchaba por mantenerse a flote en el agua.</p><p>Awab Metwally, estudiante internacional y nadador campeón de Egipto, dijo que no dudó cuando le pareció que alguien estaba en peligro.</p><p>“Fue como si estuviera volando porque sabía que algo estaba pasando”, dijo Metwally. “Había una emergencia, así que tenía que actuar”.</p><p>Un video muestra a Metwally corriendo desde detrás de la persona que grababa antes de lanzarse al agua para rescatar a un hombre que no podía sujetarse a un salvavidas circular que le habían lanzado.</p><p>“Ese hombre se estaba hundiendo. Se estaba yendo hacia el fondo”, dijo Metwally.</p><p>Dijo que ver a otras personas lanzar un salvavidas sin meterse al agua lo convenció de que tenía que actuar.</p><p>“Nadie estaba haciendo nada. Solo le estaban lanzando un salvavidas. Nadie se lanzó. Nadie hizo nada. Entonces dije: “Este hombre va a morir””, afirmó.</p><p>Metwally dijo que no fue fácil empujar al hombre hasta la parte trasera del yate.</p><p>“Fue difícil para mí sujetarlo y empujarlo hasta mantenerlo en la superficie del agua, pero hice mi mejor esfuerzo”, dijo.</p><p>Metwally contó que comenzó a nadar desde muy pequeño en Egipto.</p><p>“Gracias a mi mamá y a mi papá, me inscribieron en entrenamiento de natación desde que era un niño. Eso dio resultados hoy”, dijo.</p><p>Esas lecciones le han valido el reconocimiento como un buen samaritano.</p><p>“Si veo a alguien, sin duda lo volveré a hacer. Me da muchísimos escalofríos, pero lo haré”, dijo.</p><p>Metwally dijo que los paramédicos realizaron maniobras para salvarle la vida al hombre antes de trasladarlo a un hospital. Los equipos de primera respuesta no han divulgado información sobre el estado de salud del hombre.</p>]]></content:encoded></item><item><title><![CDATA[Guardia de seguridad es rescatado vivo de un sótano una semana después de los sismos en Venezuela]]></title><link>https://www.local10.com/espanol/2026/07/02/guardia-de-seguridad-es-rescatado-vivo-de-un-sotano-una-semana-despues-de-los-sismos-en-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/guardia-de-seguridad-es-rescatado-vivo-de-un-sotano-una-semana-despues-de-los-sismos-en-venezuela/</guid><dc:creator><![CDATA[Por FERNANDA PESCE y JUAN PABLO ARRAEZ, Associated Press]]></dc:creator><description><![CDATA[CATIA LA MAR, Venezuela (AP) — Un grupo de rescatistas logró liberar el jueves a un guardia de seguridad del sótano derrumbado de un centro comercial, poniendo fin a una extenuante operación de rescate que se convirtió en un símbolo de esperanza en medio de la devastación causada por los terremotos que azotaron a Venezuela la semana pasada.]]></description><pubDate>Thu, 02 Jul 2026 15:02:22 +0000</pubDate><content:encoded><![CDATA[<p>CATIA LA MAR, Venezuela (AP) — Un grupo de rescatistas logró liberar el jueves a un guardia de seguridad del sótano derrumbado de un centro comercial, poniendo fin a una extenuante operación de rescate que se convirtió en un símbolo de esperanza en medio de la devastación causada por los terremotos que azotaron a Venezuela la semana pasada.</p><p>Hernán Alberto Gil Flores, de 43 años, fue rescatado sano y salvo tras permanecer atrapado durante más de una semana bajo los escombros del estacionamiento del centro comercial Galerías Playa Grande en la ciudad de Catia La Mar, en el estado costero de La Guaira.</p><p>Equipos con banderas de todo el mundo vitorearon mientras los rescatistas trasladaban a Gil Flores, con una máscara de oxígeno, en una camilla cubierta con una lona naranja hasta una ambulancia de la Cruz Roja.</p><p>Un grupo de hombres con uniformes rojos de la Cruz Roja de Costa Rica se abrazaron y rieron aliviados, mientras otros estallaron en aplausos.</p><p>El rescate fue considerado un pequeño milagro en medio de la tragedia. Gracias a que los equipos le proporcionaron comida y agua mientras excavaban el hormigón, lograron mantener a Gil Flores con vida mucho más allá del plazo de 48 a 72 horas que suelen dar la mayoría de las operaciones de rescate para encontrar a sobrevivientes de desastres.</p><p>En su cuenta de X, la presidenta encargada Delcy Rodríguez publicó: “Celebramos la grandeza del ser humano cuando se une por un solo fin: salvar a otro”.</p><p>Gil Flores, quien trabajaba como guardia nocturno en el complejo, se encontraba de servicio dentro de su pequeña caseta de seguridad cuando se produjo el primer temblor el 24 de junio. Aunque la estructura de concreto circundante se derrumbó a su alrededor, su caseta se mantuvo en pie, creando una burbuja de aire.</p><p>“Cuando lo encontramos nos pidió que no le dijéramos a su esposa que estaba vivo por si acaso no lo lograba”, declaró a The Associated Press Minyar Collado, rescatista de la Cruz Roja de Costa Rica.</p><p>El derrumbe del edificio fue provocado por los dos terremotos consecutivos de magnitudes de 7,2 y 7,5. Los violentos temblores dañaron o destruyeron cientos de edificios en el norte de Venezuela y causaron la muerte de al menos 2.295 personas y heridas a más de 11.200. El estado de La Guaira fue la región más afectada del país.</p><p>“Fueron días de tristeza, dolor y desesperación porque no lo encontraba, pero cuando me enteré que estaba vivo ya ví un rayito de luz en la oscuridad”, dijo a AP su esposa Gusbimar González. La pareja tiene dos hijos de 8 y 10 años.</p><p>La compleja y arriesgada operación de rescate duró más de 100 horas después de que un equipo especializado de la Cruz Roja de Costa Rica detectara señales de vida y estableciera contacto con él el domingo.</p><p>El operativo fue coordinado por el equipo de búsqueda y rescate urbano de bomberos de Chile, que trabajó sin descanso con equipos especializados de Costa Rica, Estados Unidos, Portugal, México, El Salvador y Venezuela.</p><p>Junto a un contingente de personal de emergencia integrado por decenas, incluida una unidad humanitaria especializada de El Salvador, los rescatistas sortearon condiciones estructurales muy inestables, lluvias torrenciales y réplicas persistentes para excavar un túnel hasta Gil Flores.</p><p>Los equipos utilizaron una cámara telescópica para mantener contacto constante con él y le hicieron llegar agua y nutrientes líquidos a través de un estrecho conducto para mantenerlo hidratado.</p><p>María Paz Campos, bombera veterana de Chile, fue quien lo acompañó durante toda la operación de rescate. Ella vigiló a Gil Flores a través de la cámara y lo guió a un lugar seguro mientras lo tranquilizaba.</p><p>En un video publicado por los bomberos chilenos se vio a Gil Flores dibujando, aparentemente para pasar el tiempo, mientras Campos le indicaba con delicadeza que mirara a la cámara y se pusiera unas gafas protectoras.</p><p>“Los lentes necesito que los mantengas puestos por las pequeñas partículas que están cayendo, no te caiga ninguna en el ojo que ya tienes dañado”, le dijo Campos mientras él miraba a la cámara con un visible derrame en uno de sus ojos.</p><p>————-</p><p>Los videoreporteros Andry Rincón y Brayan Antequero contribuyeron en este reporte.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O25LBKIIHEOLTVHXI2Z3OV2PVM.jpg?auth=659369b7126dab21a552afb954be74bca81be9ce047678cfb8e6ea8bd626eeab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los equipos de rescate atienden a Hernán Gil Flores tras ser sacado de entre los escombros ocho días después de quedar atrapado por los dos terremotos que azotaron Catia La Mar, Venezuela, el jueves 2 de julio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZY73VIX7U6PDENMKP2VQNIPMRU.jpg?auth=605d3f3c580f3b0ce891a79593312fd875a4bf27d507f74c0fefa5b09e879fcc&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 Hernán Gil Flores tras ser rescatado de entre los escombros una semana después de quedar atrapado por los dos terremotos que azotaron Catia La Mar, Venezuela, en Catia La Mar, el jueves 2 de julio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MO5JS2O5RN72JI7CRGOPNXESDY.jpg?auth=0297e70456da6fa6a5d4aace545f824d974835d434e1900a9b167adfe3eefc06&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 Hernán Gil Flores Gil después de que fue sacado de entre los escombros ocho días después de quedar atrapado por los dos terremotos que azotaron Catia La Mar, Venezuela, el jueves 2 de julio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Venezuelan security guard pulled alive from building basement 8 days after twin quakes]]></title><link>https://www.local10.com/news/2026/07/02/venezuelan-security-guard-pulled-alive-from-building-basement-8-days-after-twin-quakes/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/02/venezuelan-security-guard-pulled-alive-from-building-basement-8-days-after-twin-quakes/</guid><dc:creator><![CDATA[By FERNANDA PESCE and JUAN PABLO ARRAEZ, Associated Press]]></dc:creator><description><![CDATA[CATIA LA MAR, Venezuela (AP) — Rescuers pulled a 43-year-old security guard alive from a collapsed basement early Thursday, ending a grueling dayslong operation that became a symbol of hope after the devastation of twin earthquakes that struck Venezuela eight days earlier.]]></description><pubDate>Thu, 02 Jul 2026 16:31:28 +0000</pubDate><content:encoded><![CDATA[<p>CATIA LA MAR, Venezuela (AP) — Rescuers pulled a 43-year-old security guard alive from a collapsed basement early Thursday, ending a grueling dayslong operation that became a symbol of hope after the devastation of twin earthquakes that struck Venezuela eight days earlier.</p><p>Hernán Alberto Gil Flores emerged to safety covered in dust atop a stretcher surrounded by helmet-clad rescue workers after being trapped since June 24 under rubble in the basement of the Galerías Playa Grande shopping center in the coastal town in La Guaira.</p><p>Rescuers, who initially made contact with Gil Flores over the weekend, worked more than 100 hours to free him — navigating a highly unstable structure, torrential rain and persistent aftershocks to tunnel down to the survivor.</p><p>Teams carrying flags from around the world cheered as rescuers carried Gil Flores, wearing an oxygen mask and covered in an orange tarp, through throngs of people to an ambulance where they methodically checked his vital signs.</p><p>One Chilean rescuer carrying his stretcher pumped his fist in joy. A group of men in red Costa Rican Red Cross uniforms embraced and laughed in relief. Others broke out into applause.</p><p>“When we found him, he asked us not to tell his wife that he was alive, just in case he wouldn’t make it,” Costa Rican Red Cross rescuer Minyar Collado told The Associated Press, but she added “We were never going to leave him here.”</p><p>The rescue was considered a small miracle cutting through a week of tragedy. By supplying Gil Flores with food and water while they excavated the concrete, rescue teams were able to keep him alive far longer than the 48- to 72-hour threshold most operations give to find survivors in disasters.</p><p>Gil Flores, who worked as a night-shift security guard at the complex, was inside his small security cabin when the first violent tremor struck. While the surrounding concrete structure collapsed around him, his cabin held ground, shielding him from crushing debris and creating a vital pocket of air.</p><p>A specialized team from the Costa Rican Red Cross first detected signs of life and established contact with him Sunday.</p><p>His wife, Gusbimar González, told the AP that she grappled with despair for days before hearing that rescuers made contact.</p><p>“When I learned he was alive, I saw a ray of light in the darkness," she said. The couple has two children, ages 8 and 10.</p><p>The operation was coordinated by an urban search and rescue team of Chilean firefighters, who worked around the clock with specialized teams from the United States, Portugal, Mexico, Costa Rica, El Salvador and Venezuela.</p><p>Acting Venezuelan President Delcy Rodríguez celebrated the rescue on social media at a time that her government has come under fire for what many Venezuelans say has been an inadequate crisis response.</p><p>“We celebrate the greatness of humanity, when it is united for a single purpose: to save another. Thank you to our rescuers and to the support of the international rescuers,” she wrote on a post on X.</p><p>Teams used a telescopic camera to help maintain constant contact with Gil Flores, passing water and liquid nutrients through a narrow shaft to keep him hydrated during the final three days of the rescue.</p><p>María Paz Campos, a veteran firefighter from Chile, talked him through the entire operation and kept him calm during the final excruciating hours Thursday.</p><p>In a video published by Chilean firefighters in the hours before the rescue, Gil Flores is seen drawing, seemingly to pass the time. Campos then gently tells him to look at the camera and to wear protective goggles.</p><p>“I need you to keep the goggles on, for the small particles that are falling, to avoid them getting into your eye,” Campos told the survivor.</p><p>The collapse of the building was triggered by two back-to-back earthquakes on June 24 that registered magnitudes of 7.2 and 7.5, respectively. The shallow, violent tremors damaged or destroyed tens of thousands of buildings across northern Venezuela, killing more than 2,200 people, injuring over 11,000 and leaving La Guaira state as the hardest-hit region in the country.</p><p>___</p><p>Associated Press video journalists Andry Rincón and Brayan Antequero contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q6DN6ENIZBNCOULQXWY7PCMV7M.jpg?auth=f28c84f5175a43a4202e966bcf9fc02500928e47b57f3e34d3167801f7d3f04e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers attend to Hernán Alberto Gil Flores after he was pulled from the rubble eight days after he was trapped by twin earthquakes that struck Catia La Mar, Venezuela, Thursday, July 2, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XDODKLTDSKHNUBJQP5PNHJEK3Q.jpg?auth=7e31aae68637b32a3333b193addf30743e0b91ba7af87db2fcce37c2be58f35e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chilean rescue workers carry Hernán Alberto Gil Flores after he was pulled from the rubble eight days after he was trapped by twin earthquakes that struck Catia La Mar, Venezuela, Thursday, July 2, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BPQ7W2DVR3PUTRW5KB7PMCZUZE.jpg?auth=2a6e5d9dc1f134c1f68c7969efae743c47f397a527ee9ae95921b029ea46cc19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers carry Hernán Alberto Gil Flores Gil after he was pulled from the rubble eight days after he was trapped by twin earthquakes that struck Catia La Mar, Venezuela, Thursday, July 2, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZLDCX3R4LT7E7QZ3GNTIENTLZE.jpg?auth=4df622023e380d62049a1300082b9385dac5a1639c286623c03b68957d54b1ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers carry Hernán Alberto Gil Flores Gil after he was pulled from the rubble eight days after he was trapped by twin earthquakes that struck Catia La Mar, Venezuela, Thursday, July 2, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5UASFHNWYO2RBE3JB7BSYWS5HE.jpg?auth=eb22b7e21ea2088cc91b81af9459ea9b68faca5c91a668fcf25aa7e32d0a6425&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers carry Hernán Alberto Gil Flores after he was pulled from the rubble eight days after he was trapped by twin earthquakes that struck Catia La Mar, Venezuela, Thursday, July 2, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Arrestan a sospechosa que se entrega tras balacera contra otra mujer en Miami Gardens]]></title><link>https://www.local10.com/espanol/2026/07/01/arrestan-a-sospechosa-que-se-entrega-tras-balacera-contra-otra-mujer-en-miami-gardens/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/arrestan-a-sospechosa-que-se-entrega-tras-balacera-contra-otra-mujer-en-miami-gardens/</guid><dc:creator><![CDATA[Ryan Mackey, Aaron Maybin]]></dc:creator><description><![CDATA[Una mujer de Miami Gardens enfrenta múltiples cargos por delitos graves después de que los investigadores informaran que le disparó a otra mujer a principios de este año.]]></description><pubDate>Wed, 01 Jul 2026 15:06:44 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de Miami Gardens enfrenta múltiples cargos por delitos graves después de que los investigadores informaran que presuntamente le disparó a otra mujer a principios de este año.</p><p>Las autoridades informaron que Milagros De La Caridad Navarro, de 35 años, fue arrestada el martes por el Departamento de Policía de Miami Gardens después de entregarse en relación con la balacera del 22 de febrero.</p><p>Según el informe de arresto, los agentes respondieron a la cuadra 100 de Northwest 202nd Terrace poco después de la 1 a.m. de ese día tras recibir reportes sobre una balacera.</p><p>La Policía de Miami Gardens informó que aproximadamente 30 minutos después fue notificada de que una víctima de un disparo había llegado al Hospital HCA Florida Aventura.</p><p>El informe indica que la conductora que llevó a la víctima al hospital les dijo a los agentes que no conocía el área porque estaba de visita desde Georgia.</p><p>La conductora dijo que escuchó múltiples disparos mientras conducía antes de darse cuenta de que su suegra había sido alcanzada por un disparo y luego la llevó al hospital más cercano, según el informe.</p><p>La conductora les dijo a los investigadores que no sabía quién era responsable de la balacera, según el informe.</p><p>Los investigadores informaron que posteriormente entrevistaron a la víctima después de que le retiraran el tubo de respiración.</p><p>Según el informe, la víctima tenía dificultades para hablar y recordar los hechos, pero recordó haber salido de Hollywood Beach con otra mujer, regresar a casa para bañarse y cocinar, y posteriormente salir de una vivienda donde estaba presente una mujer identificada como “Caridad”.</p><p>El informe indica que la víctima les dijo a los detectives que su siguiente recuerdo fue despertar en el hospital.</p><p>La Policía informó que la investigación incluyó entrevistas con testigos, ruedas de reconocimiento fotográfico y videos de vigilancia.</p><p>Según el informe, un testigo identificó a Navarro durante una rueda de reconocimiento fotográfico realizada el 3 de marzo. Posteriormente, otro testigo identificó a Navarro en una rueda de reconocimiento distinta después de decirles a los investigadores que había dejado su casa al cuidado de Navarro mientras estaba fuera, según el informe.</p><p>Los detectives también obtuvieron un video de vigilancia de un vecino que, según el informe de arresto, muestra a Navarro “disparando múltiples veces en dirección de la víctima”.</p><p>Los investigadores informaron que otro testigo les dijo posteriormente que vio a Navarro sacar una pistola de una riñonera negra antes de que el grupo subiera a un vehículo. Indicaron que ese testigo afirmó que no vio cuando se disparó el arma, pero sí vio a Navarro sosteniendo la pistola en la mano derecha mientras se alejaban en el vehículo.</p><p>Los registros de la cárcel muestran que Navarro enfrenta dos cargos de agresión agravada con un arma mortal y un cargo de agresión agravada con un arma que causó lesiones corporales graves.</p><p>Hasta el miércoles, Navarro permanecía detenida sin derecho a fianza en el Centro Correccional Turner Guilford Knight.</p><p>Por el momento, el motivo de la balacera sigue sin estar claro.</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[Ayudando a Venezuela: Organización sin fines de lucro con sede en Doral envía más de $1 millón USD en ayuda de la comunidad]]></title><link>https://www.local10.com/espanol/2026/07/01/ayudando-a-venezuela-organizacion-sin-fines-de-lucro-con-sede-en-doral-envia-mas-de-1-millon-usd-en-ayuda-de-la-comunidad/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/ayudando-a-venezuela-organizacion-sin-fines-de-lucro-con-sede-en-doral-envia-mas-de-1-millon-usd-en-ayuda-de-la-comunidad/</guid><dc:creator><![CDATA[Gabrielle Arzola, Andrea Torres, Terrell Forney]]></dc:creator><description><![CDATA[Una semana después de los terremotos de magnitud 7.2 y 7.5 en Venezuela, la Global Empowerment Mission había enviado más de $1 millón USD en ayuda, según representantes de la organización sin fines de lucro con sede en Doral.]]></description><pubDate>Wed, 01 Jul 2026 20:04:20 +0000</pubDate><content:encoded><![CDATA[<p>Una semana después de los terremotos de magnitud 7,2 y 7,5 en Venezuela, la <a href="https://www.globalempowermentmission.org/" rel="" title="https://www.globalempowermentmission.org/">Misión de Empoderamiento Global</a> había enviado más de un millón de dólares en ayuda, según representantes de la organización sin fines de lucro con sede en Doral.</p><p>Un equipo formado por donantes, voluntarios y personal de GEM trasladó unos 235.000 libras de donaciones en una operación logística compleja que incluyó dos almacenes en Doral y Valencia, que funcionaban como centro de distribución.</p><p>“Es el peor desastre que jamás hayamos vivido”, dijo Rafael Pineyro, concejal de Doral y voluntario de GEM, nacido en Caracas.</p><p>GEM contó con el apoyo del Departamento de Estado de EE. UU., la agencia a la que el presidente Donald Trump encargó la respuesta estadounidense en Venezuela. El Comando Sur de EE. UU. desplegó todas las ramas de las fuerzas armadas.</p><figure><img src="https://www.local10.com/resizer/v2/UIWQT5REN2DDKJTYNYA37ANIHY.jpg?auth=6d24f47a92a9972d18811ec9f5613081a70d039e817ee62c80580ced717a153d&smart=true&width=1200&height=900" alt="Rescuers search through the rubble of a building that collapsed in the earthquakes in La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Rescuers search through the rubble of a building that collapsed in the earthquakes in La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><p>El Departamento de Estado también activó los grupos de trabajo de Florida, procedentes de Miami y del condado de Miami-Dade. Estos se unieron a otros dos equipos de búsqueda y rescate altamente capacitados de Fairfax, Virginia, y California.</p><p>Hassel Mendoza, un ingeniero venezolano que vive en Tampa, viajó a La Guaira para buscar a su madre, hermana, sobrino y cuñado entre las ruinas de un edificio de apartamentos de nueve pisos que se derrumbó.</p><p>“Perdimos mucho tiempo tratando de encontrar nuevas herramientas para una actividad específica, como cortar acero”, <a href="https://www.cnn.com/2026/07/01/americas/venezuela-earthquake-search-rescue-anger-latam-intl" rel="" title="https://www.cnn.com/2026/07/01/americas/venezuela-earthquake-search-rescue-anger-latam-intl">dijo Mendoza a CNN</a> , y agregó que los equipos gubernamentales y los voluntarios no contaban con equipos como taladros o sensores.</p><figure><img src="https://www.local10.com/resizer/v2/DBCP35VSS2LHNCIDBZXEXKCZSI.jpg?auth=f005d68fb802be7f5b7baa199f2c7c7191ce60f0983ee6817e3261b9fa36fa09&smart=true&width=1200&height=900" alt="Rescue workers stand on the rubble of a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. Houses in the Caribe neighborhood are seen at the top. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Rescue workers stand on the rubble of a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. Houses in the Caribe neighborhood are seen at the top. (AP Photo/Matias Delacroix)</figcaption></figure><p>El martes, Diosdado Cabello, un ex oficial militar venezolano que funge como ministro de Justicia, <a href="https://www.cicpc.gob.ve/" rel="" title="https://www.cicpc.gob.ve/">anunció</a> la detención de miembros de las fuerzas del orden acusados ​​de saqueo en La Guaira.</p><p>Cabello, buscado <a href="https://www.state.gov/diosdado-cabello-rondon" rel="" title="https://www.state.gov/diosdado-cabello-rondon">en Estados Unidos</a> por narcotráfico, identificó a los cuatro sospechosos como Maya Aguilar Reyes, una oficial; Fredy Rafael Lugo Oliveros, Roger Andrés Omaña y Josue Jhonatan Burgos Sánchez.</p><p>Un testigo grabó y compartió un <a href="https://www.facebook.com/watch/?v=1940694919968502" rel="" title="https://www.facebook.com/watch/?v=1940694919968502">video</a> que se hizo viral. En él se veía a Aguilar Reyes, su identificación y a una mujer llorando que lo confrontó, le quitó una bolsa llena de dólares estadounidenses y rompió los billetes en pedazos sobre los escombros cerca de un edificio derrumbado.</p><figure><img src="https://www.local10.com/resizer/v2/RCFU6EJ4AFATRLPIPEETDOG4NM.jpg?auth=a12142c2cd0661fa4873289dcd2109d45d1364ca9ab0ff047d31e54d9f933bde&smart=true&width=1200&height=900" alt="Maya Aguilar Reyes, Fredy Rafael Lugo Oliveros, Roger Andrés Omaña, and Josue Jhonatan Burgos Sánchez, all members of Venezuela's top law enforcement agency, the Cuerpo de Investigaciones Científicas, Penales y Criminalísticas, were arrested on Tuesday after they were accused of looting in La Guaira." height="900" width="1200"/><figcaption>Maya Aguilar Reyes, Fredy Rafael Lugo Oliveros, Roger Andrés Omaña, and Josue Jhonatan Burgos Sánchez, all members of Venezuela's top law enforcement agency, the Cuerpo de Investigaciones Científicas, Penales y Criminalísticas, were arrested on Tuesday after they were accused of looting in La Guaira.</figcaption></figure><p>“Sé que muchos venezolanos sienten dolor y frustración; comparto profundamente esos sentimientos”, <a href="https://www.facebook.com/reel/1037629792290152" rel="" title="https://www.facebook.com/reel/1037629792290152">dijo Delcy Rodríguez</a> , presidenta interina de Venezuela desde que el ejército estadounidense capturó a Nicolás Maduro.</p><p>El hermano de Rodríguez, Jorge Rodríguez, presidente de la Asamblea Nacional, anunció el miércoles que el número de muertos había aumentado a 2.295.</p><p>El Servicio Geológico de Estados Unidos estima que el número de víctimas mortales asciende a decenas de miles, y las Naciones Unidas anunciaron la adquisición de 10.000 bolsas para cadáveres.</p><p>El personal y los colaboradores de GEM solicitan donaciones en efectivo al público <a href="https://www.globalempowermentmission.org/donate/?gem_ga_client_id=1197701428.1782400422&amp;gem_ga_session_id=1782935402" rel="" title="https://www.globalempowermentmission.org/donate/?gem_ga_client_id=1197701428.1782400422&amp;gem_ga_session_id=1782935402">a través de esta página web</a> . El almacén de GEM, ubicado en 1850 NW 84th Ave., en Doral, aún necesita voluntarios para clasificar y empacar las donaciones. Para inscribirse, hay <a href="https://www.globalempowermentmission.org/volunteer/#events" rel="" title="https://www.globalempowermentmission.org/volunteer/#events">una página web disponible.</a></p><p>El almacén, abierto todos los días de 9:00 a 17:00, era uno de los muchos puntos de recogida en el sur de Florida. Entre las necesidades prioritarias se encontraban productos de higiene, alimentos no perecederos y artículos de primeros auxilios.</p><p><b>Lista útil: </b><a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" 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/">Lugares para entregar ayuda en el sur de Florida</a></p><p><b>Más información sobre </b><a href="https://www.local10.com/topic/Helping_Venezuela/" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>cómo ayudar a Venezuela.</b></a></p><figure><img src="https://www.local10.com/resizer/v2/7KDHNH6KA27CL32XR6CFXJLEXU.jpg?auth=031e9d3b6bd79ea9fc5c896b0e1dc60a729d0e42ab948d698ce848e6b8a57b97&smart=true&width=1200&height=900" alt="Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/">Inter Miami, Marlins y Dolphins se suman a los esfuerzos de ayuda.</a></li><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/">Una estrella de la NFL se une al equipo de Global Empowerment Mission; su mensaje para los habitantes del sur de Florida es: “Hagan lo que puedan”.</a></li><li><a href="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/">Más de 100 venezolanos que fueron deportados de Estados Unidos horas antes de los terremotos están desaparecidos.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OQWAZ3LJKZXM4L4YXAR7YACHFY.jpg?auth=9abb79f15a3ca10baf3516333c71c7c70ae6173eae73fec19c0caad20d38e1f7&smart=true&width=1200&height=900" alt="A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/">Food for the Poor celebra las inversiones en reconstrucción.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/">Médicos del condado de Miami-Dade recolectan donaciones de suministros médicos cerca de Doral.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/">Les presentamos al capitán German Leal del Departamento de Bomberos y Rescate de Miami-Dade.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="Los equipos de rescate buscan entre los escombros tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Los equipos de rescate buscan entre los escombros tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Agentes de policía de Pembroke Pines anuncian una campaña de recolección de donaciones.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb se asocia con la organización sin fines de lucro CADENA para proporcionar alojamiento de emergencia.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi tiene como objetivo proteger a los niños vulnerables.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">El equipo de la Fundación Grey Bull Rescue llega a Caracas.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Las autoridades clausuran La Guaira y exigen que los voluntarios se registren en Caracas.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon realiza donaciones a Airlink para ayudar a organizaciones benéficas con la logística.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">El equipo de búsqueda y rescate de Miami se prepara para desplegarse.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE organiza campaña de recolección en Miami-Dade</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Una organización benéfica con sede en Weston se asocia con una farmacia local.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">El proyecto DYNAMO, liderado por veteranos, entrega 20.000 libras de ayuda en las primeras 48 horas.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">El altruismo en El Arepazo alimenta el esfuerzo del equipo de Global Empowerment Mission.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Rescatistas salvadoreños trabajan para liberar a un sobreviviente de 15 años en Caraballeda.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Un coche de juguete yace entre los escombros dos días después de dos terremotos, el viernes 26 de junio de 2026, en Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Un coche de juguete yace entre los escombros dos días después de dos terremotos, el viernes 26 de junio de 2026, en Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor incluye en sus kits de ayuda humanitaria notas escritas a mano con mensajes de esperanza.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">El Comando Sur de Estados Unidos se centra en los daños en los aeropuertos.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">El Departamento de Estado despliega un equipo de búsqueda y rescate en Miami-Dade.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach abre 4 nuevos puntos de entrega de ayuda.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar mantendrá abiertos 6 puntos de entrega de ayuda las 24 horas del día, los 7 días de la semana.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">El recaudador de impuestos de Miami-Dade abre 11 puntos de entrega.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral abre 4 puntos de entrega de ayuda.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Se abre un punto de entrega de ayuda en Homestead.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink ofrece servicio gratuito hasta el 25 de julio, pero un kit cuesta 470 dólares.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps despliega personal y necesita donaciones.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children solicita donaciones para su fondo de emergencia.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse se centra en los “hospitales de campaña de emergencia”.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">La Cruz Roja solicita donaciones para su Fondo de Emergencia para la Respuesta ante Desastres.</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">La ONU solicita donaciones para un programa infantil que carece de fondos suficientes.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision solicita donaciones para su “fondo de ayuda en casos de desastre”.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen solicita donaciones para comidas frescas.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami lanza la ‘Operación Manos Amigas’.</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Tesla sales jumped last quarter in a possible sign the worst of the Musk backlash is behind it]]></title><link>https://www.local10.com/business/2026/07/02/tesla-sales-jumped-last-quarter-in-a-possible-sign-the-worst-of-the-musk-backlash-is-behind-it/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/tesla-sales-jumped-last-quarter-in-a-possible-sign-the-worst-of-the-musk-backlash-is-behind-it/</guid><dc:creator><![CDATA[By BERNARD CONDON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Tesla car sales surged in the past three months in a possible sign damage from a customer revolt over Elon Musk and boycotts are mostly behind it.]]></description><pubDate>Thu, 02 Jul 2026 17:40:03 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Tesla car sales surged in the past three months in a possible sign damage from a customer revolt over Elon Musk and boycotts are mostly behind it.</p><p>The electric vehicle maker run by Musk reported Thursday that it delivered 480,126 cars to customers, a jump of 25% over the 384,122 figure a year ago when many Europeans refused to buy his cars because of his embrace of far-right political candidates there.</p><p>The second-quarter sales, the second straight gain in a row, also came in much higher than the 401,000 that Wall Street analysts had been expecting, according to a FactSet survey.</p><p>It's a big turnaround from just a few months ago when Tesla reported sales had fallen in 2025 for a second year in a row and it had to yield its crown as the world's largest EV maker to China's BYD.</p><p>Tesla’s stock fell sharply in midday trading Thursday, down 6%, an odd development that Seth Goldstein of Morningstar attributed possibly to profit-taking by investors after a recent run-up in its shares.</p><p>For the second-quarter figures, the company didn't break out results by country, but an earlier report from European trade groups reported big sales increases in Europe in May, including a 300% rise in Germany.</p><p>The Austin, Texas, company introduced cheaper Model Y and Model 3 models last year in hopes of boosting sales. In Europe, it also cut the cost of leasing and loans. Sales were also helped by a surge of EV buying in general on the continent as gas and diesel prices have risen due to the Iran war.</p><p>For future quarters, Tesla hopes to lure even more Europeans as countries approve use of its driver assistance feature, available in the U.S., called Full Self-Driving (Supervised). The Netherlands approved the system in April, followed by Estonia, Greece and Lithuania.</p><p>Sales fell last year amid protests at showrooms in Europe and the U.S., a Musk figure burned effigy in Milan and vandalism against Tesla drivers. Customers were angry about him publicly supporting far-right political candidates in elections. In the U.S., too, many of Tesla's traditional buyers stopped buying because of Musk's work heading a Trump administration group cutting government spending.</p><p>Tesla was also hurt in the U.S. by the elimination of a tax break for buying electric vehicles in the fall last year, which added as much as $7,500 to EV costs. That is still keeping EV buyers away even as gas prices have risen.</p><p>Tesla sales in the U.S. weren't broken out in the latest report, but research firm Cox Automotive estimates they are still falling fast, down 20% in the second quarter from the year earlier period.</p><p>Amid Tesla struggles last year, Musk managed to shift the narrative about Tesla's future away from its car business to its robots, automated driving system and self-driving robotaxis.</p><p>Judging from the stock price, investors approve. Shares have fully recovered from a deep dive early last year, rocketing more than 40% in the past 12 months.</p><p>______________</p><p>Business Writer Michelle Chapman contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YAYOOOMJ2SIZ2WL23QFYF7FQC4.jpg?auth=ab5299fa9fdb614a1f9c0d399b7d402482419bcb3988c4c9edf4fecc204a255d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tesla vehicles line a parking lot at the company's Fremont, Calif., factory on Aug. 5, 2025. (AP Photo/Noah Berger, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[BSO: Hombre muere tras ser baleado por mujer en estacionamiento de Walmart en North Lauderdale]]></title><link>https://www.local10.com/espanol/2026/07/01/bso-hombre-muere-tras-ser-baleado-por-mujer-en-estacionamiento-de-walmart-en-north-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/01/bso-hombre-muere-tras-ser-baleado-por-mujer-en-estacionamiento-de-walmart-en-north-lauderdale/</guid><dc:creator><![CDATA[Amanda Batchelor, Rosh Lowe]]></dc:creator><description><![CDATA[Un hombre de 62 años murió después de que una mujer le disparó en el estacionamiento de un Walmart en North Lauderdale el martes, informaron las autoridades el miércoles.]]></description><pubDate>Wed, 01 Jul 2026 17:40:32 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 62 años murió después de que una mujer le disparó en el estacionamiento de un Walmart en North Lauderdale el martes, informaron las autoridades el miércoles.</p><p>La Oficina del Sheriff de Broward identificó al hombre como Bart Diguglielmo, de Lauderhill.</p><p>Según la BSO, <a href="https://www.local10.com/espanol/2026/06/30/bso-una-persona-herida-y-otra-detenida-tras-balacera-frente-a-walmart-de-north-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/30/bso-una-persona-herida-y-otra-detenida-tras-balacera-frente-a-walmart-de-north-lauderdale/">la balacera fue reportada poco antes de las 12:30 p.m. del martes</a> en el estacionamiento del Walmart, ubicado en el 7900 de West McNab Road.</p><p>Agentes y paramédicos de North Lauderdale Fire Rescue respondieron al lugar y encontraron a Diguglielmo con una herida de bala, informaron las autoridades.</p><p>Los agentes informaron que los paramédicos trasladaron a Diguglielmo al Broward Health Medical Center, donde murió.</p><p>Según la BSO, Diguglielmo y una mujer habían discutido por un espacio de estacionamiento antes de la balacera.</p><p>Los agentes informaron que la mujer permaneció en el lugar después de la balacera y aseguró que le disparó a Diguglielmo en defensa propia.</p><p>Los detectives confirmaron que la mujer fue detenida para ser interrogada y que está cooperando con la investigación.</p><p>Indicaron que, una vez concluya la investigación, el caso será presentado ante la Fiscalía Estatal del Condado Broward para determinar si se presentarán cargos penales contra la mujer.</p><p>La identidad de la mujer no ha sido divulgada.</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[Anisimova avoids Wimbledon upset with 20 aces in win over Kenin. Swiatek and Zverev also advance]]></title><link>https://www.local10.com/sports/2026/07/02/anisimova-avoids-wimbledon-upset-with-20-aces-in-win-over-kenin-swiatek-and-zverev-also-advance/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/02/anisimova-avoids-wimbledon-upset-with-20-aces-in-win-over-kenin-swiatek-and-zverev-also-advance/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Amanda Anisimova served three of her 20 aces in the deciding tiebreaker to hold off Sofia Kenin 6-2, 4-6, 7-6 (3) and reach the third round at Wimbledon on Thursday as Kate, the Princess of Wales, visited the All England Club.]]></description><pubDate>Thu, 02 Jul 2026 21:11:43 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Amanda Anisimova served three of her 20 aces in the deciding tiebreaker to hold off Sofia Kenin 6-2, 4-6, 7-6 (3) and reach the third round at Wimbledon on Thursday as Kate, the Princess of Wales, visited the All England Club.</p><p>Anisimova, who was consoled by Kate a year ago after being routed by Iga Swiatek in the final, trailed 3-1 in the third set before she broke back in the sixth game against her fellow American, the 2020 Australian Open champion who is now ranked No. 105.</p><p>“Some moments were really awful. I’m just so happy through to the next round,” Anisimova said on No. 2 Court.</p><p>“I never thought that I’d be saying this — but thank you to my serve today,” she added. “I’m not an amazing server. Now, I can finally say I can serve pretty good.”</p><p>The sixth-seeded Anisimova whacked her racket on her leg at one point in the deciding set.</p><p>“I was down 3-1 and I told myself to just keep fighting and this might be your last moments at Wimbledon ... just try and maybe have fun and enjoy it,” said Anisimova, who will next face 26th-seeded Madison Keys. “I try to remind myself, just have fun, you are playing at Wimbledon. I do get hard on myself sometimes.”</p><p>Swiatek, who beat Anisimova 6-0, 6-0 for the 2025 title on Centre Court, needed just 70 minutes to get past 2021 Wimbledon finalist Karolina Pliskova 6-1, 6-3.</p><p>The defending champion gets Filipino rising star Alexandra Eala, who rallied to beat Maya Joint 3-6, 6-2, 6-0, in the third round. On Tuesday, Joint spoiled Serena Williams' singles comeback.</p><p>Second-seeded Elena Rybakina, the 2022 champion at the All England Club, made quick work of Caty McNally 6-1, 6-2 and will face Belgium's Elise Mertens, seeded 25th, for a spot in the last 16.</p><p>Fritz emulates Tiafoe with tear-away pants</p><p>A well-dressed Taylor Fritz impressed again, beating compatriot Patrick Kypson 6-2, 6-2, 7-5 to reach the third round.</p><p>Fritz's white blazer and NBA-style warmup pants for his walk-on at No. 2 Court drew attention but his play wasn't bad either — he fired 19 aces and avoided getting pushed into a fourth set.</p><p>The sixth-seeded American, a semifinalist last year, emphatically pumped his right fist when he broke Kypson to convert his fourth match point.</p><p>Fritz also won his opener in straight sets and had worn a similar outfit with tear-away warmup pants — designed to easily unbutton as you pull them off in one tug.</p><p>“I took it off slowly in the first round. I kind of actually made a mess of it,” Fritz said in his press conference. “It’s actually just a lot easier to just rip them off. I saw a video of Frances (Tiafoe) doing it. I was just trying to copy him today. ”</p><p>Later, an equally dapper Tiafoe showed how it's done — earning applause for quickly pulling off the bottoms before his match against Jan Choinksi. The 17th-seeded Tiafoe won 4-6, 6-2, 7-5, 6-2.</p><p>“I had a lot of momentum from the end of the third,” the American said in his on-court interview. “I just wanted to try to get an early break and take his soul a little bit, take his belief away, and that’s kind of what happened.”</p><p>Naomi Osaka's fashion statements have made her court walk-ons must-see viewing at Grand Slam tournaments — Wimbledon included.</p><p>Also Thursday, both second-seeded Alexander Zverev and fifth-seeded Alex de Minaur recorded straight-set victories.</p><p>Matteo Berrettini, who lost the 2021 Wimbledon final to Novak Djokovic, beat 20th-seeded Arthur Fils 6-4, 7-5, 3-6, 6-3 on Centre Court.</p><p>Berrettini will next face wild-card entry Grigor Dimitrov, who eliminated 15th-seeded Jakub Mensik 7-6 (5), 4-6, 7-5, 6-3. Last year, Dimitrov was leading his fourth-round match against eventual champion Jannik Sinner but stopped playing because of an injured pectoral muscle.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5EKVCPN5FDADLH7D3YNEA3VMOU.jpg?auth=9c51b0517c9350934757e7d3044d41314edaccc216e2e88a17441f921e3da026&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Amanda Anisimova of the United States celebrates her victory against Sofia Kenin of the United States in their second round women's singles match at the Wimbledon Tennis Championships in London, Thursday, July 2, 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/4SLURO6X7C6CFD2MYKZ7QHMTEI.jpg?auth=b8b68b8d918b0ed18b1863202c07a74a230d33313d574634f8c0f018d5dd8fa6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Taylor Fritz of the United States returns the ball to Patrick Kypson of the United States in their second round men's singles match at the Wimbledon Tennis Championships in London, Thursday, July 2, 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/AXPBCUVTJJX2SNSOBNSIZELH54.jpg?auth=d9c0bae6d078e13087cb81827dc72116b95e2b570796808f4392d007776a581a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alexander Zverev of Germany returns the ball to Valentin Royer of France in their second round men's singles match at the Wimbledon Tennis Championships in London, Thursday, July 2, 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/ILVUAYKFITPRB4ZUZ4P4AHQ4ME.jpg?auth=67e5dc5f59373d5f909442cdb07b6d97c75b49351fd6116441dc7e2f4d42e767&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Frances Tiafoe of the United States reacts after winning a point against Jan Choinski of Britain in their second round men's singles match at the Wimbledon Tennis Championships in London, Thursday, July 2, 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/TCH3ILN2CW2ZMWGIMCCDPCMJOY.jpg?auth=36cb4f6918fc6fb51c2041b13ff77f12318eecaef1773b108a7698252c2e8a13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alexandra Eala of the Philippines serves during the second round women's singles match against Maya Joint of Australia at the Wimbledon Tennis Championships in London, Thursday, July 2, 2026.(AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Explosive device goes off in cafe in Syria's capital, killing at least 9 people]]></title><link>https://www.local10.com/news/world/2026/07/02/explosive-device-goes-off-in-cafe-in-syrias-capital-killing-at-least-9-people/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/explosive-device-goes-off-in-cafe-in-syrias-capital-killing-at-least-9-people/</guid><dc:creator><![CDATA[By GHAITH ALSAYED, Associated Press]]></dc:creator><description><![CDATA[DAMASCUS, Syria (AP) — An explosive device was detonated Thursday in a popular cafe in the Syrian capital of Damascus, killing at least nine people, Syria's Health Ministry said.]]></description><pubDate>Thu, 02 Jul 2026 21:29:25 +0000</pubDate><content:encoded><![CDATA[<p>DAMASCUS, Syria (AP) — An explosive device was detonated Thursday in a popular cafe in the Syrian capital of Damascus, killing at least nine people, Syria's Health Ministry said.</p><p>The explosion near the main courthouse complex left 20 others wounded, the ministry said as reported by Syria's state-run Al-Ikhbariya network.</p><p>No group immediately claimed responsibility. Security forces rushed to the cafe and cordoned off the area as they investigate the attack.</p><p>Syria's Interior Ministry said in a statement that the explosive was a “crude improvised explosive device weighing approximately one kilogram equipped with metal shrapnel.” It said investigators were reviewing security camera footage, collecting forensic evidence and interviewing witnesses.</p><p>“The perpetrators of this terrorist act and those behind it will be brought to justice, and no one involved will escape accountability,” it said.</p><p>A video circulating on social media showed several wounded people lying on the ground, with police officers nearby. Ambulances later rushed to the scene treating people on site and taking the more severely wounded to hospitals in the Syrian capital.</p><p>The cafe is near the Syrian capital's main judicial complex and was frequented by lawyers who worked in the neighborhood.</p><p>Jalal Aljanani, who owns a restaurant next door, ran toward the cafe when he heard the explosion and was horrified by the sight of the bodies on the floor.</p><p>“We carried the victims to the cars until the traffic police arrived,” he told The Associated Press, his shirt covered in blood. "Many of them had suffered severe impact injuries, and almost all of them were bleeding.”</p><p>Since overthrowing the Assad dynasty and taking power in a lightning insurgency in December 2024, Syria’s new rulers have cracked down on militants from the extremist Islamic State group in an attempt to thwart attacks in and around the capital.</p><p>During the uprising-turned war in Syria that began in 2011, Syrian President Ahmad al-Sharaa led the Hayat Tahrir al Sham group, formerly affiliated with al-Qaida, but since coming to power has vowed to protect Syrians of all backgrounds, especially religious and ethnic minorities.</p><p>Al-Sharaa has reasserted the government's full authority across the vast majority of the country, wresting control back from extremist groups or Kurdish-led forces. However, he still contends with security concerns as he tries to stabilize the country.</p><p>Security agencies frequently announce that they have raided IS cells and thwarted attacks reportedly targeting minorities and busy commercial areas. However, several incidents such as a suicide bombing in a church in July 2025 have raised concerns among many Syrians.</p><p>— Associated Press writers Kareem Chehayeb in Beirut and Omar Albam in Damascus contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WZRHB2BGKKDI36QG7WD7OUANFA.jpg?auth=e8c5d00ef648fc1e3b5418a9b3efa5c938e7849046fafc36200759e10a1b0c09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Syrian security inspects the site after an explosive device was detonated in a cafe near the main courthouse complex, in Damascus, Syria, Thursday, July 2, 2026 (AP Photo/Ghaith Alsayed)]]></media:description><media:credit role="author" scheme="urn:ebu">Ghaith Alsayed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VSD6BXVZK3LO6TTHVIH7TXFVNI.jpg?auth=0e9e1cb58485dc4ccafc7981dc47f1bee925876b3ab93aea5f746ae7969f4d9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Syrian security inspects the site after an explosive device was detonated in a cafe near the main courthouse complex, in Damascus, Syria, Thursday, July 2, 2026 (AP Photo/Ghaith Alsayed)]]></media:description><media:credit role="author" scheme="urn:ebu">Ghaith Alsayed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7QFE4BQG6H2VJPZA7NJ6STXJ7E.jpg?auth=fde09a054a47c5b9611ddac55b1ad505189870f829dee29d2b9f17821253c328&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Syrian security inspects the site after an explosive device was detonated in a cafe near the main courthouse complex, in Damascus, Syria, Thursday, July 2, 2026 (AP Photo/Ghaith Alsayed)]]></media:description><media:credit role="author" scheme="urn:ebu">Ghaith Alsayed</media:credit></media:content></item><item><title><![CDATA[Last-minute launch problem delays satellite rescue mission for NASA]]></title><link>https://www.local10.com/tech/2026/07/02/last-minute-launch-problem-delays-satellite-rescue-mission-for-nasa/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/02/last-minute-launch-problem-delays-satellite-rescue-mission-for-nasa/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description><![CDATA[CAPE CANAVERAL, Fla. (AP) — A rush rescue mission to save a NASA space telescope remains grounded, this time because of a last-minute launch problem.]]></description><pubDate>Thu, 02 Jul 2026 15:24:07 +0000</pubDate><content:encoded><![CDATA[<p>CAPE CANAVERAL, Fla. (AP) — A rush rescue mission to save a NASA space telescope remains grounded, this time because of a last-minute launch problem.</p><p>Northrop Grumman ’s rocket-launching plane took off from the Marshall Islands in the Pacific on Thursday, following weather delays all week. While in flight, the team observed a warning in the stream of data and decided against releasing the Pegasus rocket strapped to the plane’s belly, the company said. It was not immediately clear whether the warning came from the rocket or the plane.</p><p>The rocket holds a three-armed robotic spacecraft built by Katalyst Space Technologies to capture the Swift Observatory, which will come crashing down by October if no help arrives. No new launch date has been set.</p><p>NASA paused Swift's science operations earlier this year to preserve its orbit as long as possible. It has detected thousands of gamma ray bursts and exploding stars since its launch in 2004, tipping off other telescopes for more detailed observations.</p><p>Anxious to continue Swift's scanning of the universe, the space agency hired Katalyst Space last September for the $30 million salvage operation.</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[July 2: Another afternoon of thunderstorms producing frequent lightning and gusty winds]]></title><link>https://www.local10.com/weather/2026/07/02/july-2-another-afternoon-of-thunderstorms-producing-frequent-lightning-and-gusty-winds/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/02/july-2-another-afternoon-of-thunderstorms-producing-frequent-lightning-and-gusty-winds/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[We started a stormy weather pattern yesterday and it continues today. ]]></description><pubDate>Thu, 02 Jul 2026 13:04:24 +0000</pubDate><content:encoded><![CDATA[<p>We started a stormy weather pattern yesterday and it continues today. Scattered thunderstorms will develop between noon-2 p.m. The highest chance of storms will be from 2 p.m.-7 p.m. The main threat will be numerous cloud-to-ground lightning strikes, but some could also contain strong wind gusts and minor flooding. Ahead of any rain, expect high temperatures to reach the low 90s with a heat index up to 105°.</p><p>The pattern is on repeat for tomorrow and the holiday weekend. Expect midday heat and humidity followed by spotty thunderstorms. They will be focused on the afternoon, so I’m hopeful that by fireworks time we will have plenty of dry weather.</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[Trump administration proposes a rule it says could save Medicare patients $1.1 billion on drugs]]></title><link>https://www.local10.com/business/2026/07/02/trump-administration-proposes-a-rule-it-says-could-save-medicare-patients-11-billion-on-drugs/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/trump-administration-proposes-a-rule-it-says-could-save-medicare-patients-11-billion-on-drugs/</guid><dc:creator><![CDATA[By JOSH BOAK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Trump administration is proposing a new rule on Thursday to keep hospitals from charging markups on discounted drugs for Medicare patients and says that could save consumers $1.1 billion next year, according to estimates obtained by The Associated Press.]]></description><pubDate>Thu, 02 Jul 2026 16:39:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration is proposing a new rule on Thursday to keep hospitals from charging markups on discounted drugs for Medicare patients and says that could save consumers $1.1 billion next year, according to estimates obtained by The Associated Press.</p><p>The rule would apply to hospitals that serve low-income patients under what is known as the 340B program, which lets hospitals buy outpatient prescription drugs at discounted prices. But in many cases, hospitals can bill insurers at rates that exceed those costs, allowing hospitals to keep the difference and resulting in higher costs to patients.</p><p>Under the proposed rule, the Centers for Medicare & Medicaid Services would change the formula for what hospitals participating in the program can get reimbursed, in an effort to cut costs for patients.</p><p>The Republican administration has sought to show during an election year that it is tackling the challenges of affordability for U.S. families at a time when rising healthcare costs are driving financial strains for households and the government alike. While the administration has taken several steps it says will save money on medical treatment, it is unclear how much savings might ultimately materialize based on the complexity of the country's healthcare system.</p><p>The American Hospital Association said the proposed rule would compound the financial pressures its members face.</p><p>“These proposals will undermine the ability of hospitals to maintain essential services and protect affordable access to care for those who depend on the 340B program,” said Ashley Thompson, the group's senior vice president for public policy analysis and development.</p><p>There is the risk that hospital systems could see their revenues decrease, which could have consequences in the communities they serve. The 340B program was initially designed as a way for healthcare providers to stretch scarce federal resources to better serve more patients. But it has long been at the center of a lobbying battle between hospitals and pharmaceutical companies, with each side attempting to enlist lawmakers in maintaining or changing the benefit.</p><p>The agency estimates that the average older adult with Medicare Part B coverage who is administered one of these drugs would save $800 a year in co-payments. That would work out to a total savings of $1.1 billion for everyone with that coverage.</p><p>The savings over 10 years could total about $20 billion, according to a White House official who requested anonymity to discuss the rule before the official announcement. The official said the proposed rule was not previewed for hospital groups before the release.</p><p>In a policy draft of the rule, the administration gave a specific example of how the current system works for the prostate cancer drug Lupron Depot. Hospitals under the 340B program can acquire a dose for roughly $700, but they can receive about $4,000 in Medicare reimbursement for administering it and an additional $1,000 from the patient co-payment.</p><p>The proposed rule would cut by roughly 40% that amount that hospitals in the discounted drug program could be paid through Medicare programs. If approved, the rule would go into effect at the start of next year.</p><p>In 2018 during President Donald Trump's first term, his administration tried to enact this same type of rule to reduce Medicare payments to hospitals. But the Supreme Court ruled in 2022 that the government could not provide a separate reimbursement plan for 340B hospitals.</p><p>The president signed an executive order in April 2025 to survey how much hospitals spend to buy drugs. The result of that survey led to the proposed rule, which would cap Medicare reimbursement for participating hospitals at the average sales prices, minus 33.4%. The reason why the average reimbursement rate would be cut is because the hospitals acquired the drugs at discounted prices.</p><p>___</p><p>Associated Press writer Ali Swenson in New York contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7PBL6GHD3PJZO6LWWKPEVSPJ5E.jpg?auth=f300d8b9a7b3ec8daf96218651429c2aa6f10d989b22040ab7711a0286022da2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bottles of medications sit on shelves at the Stormont Vail Retail Pharmacy in Topeka, Kan., Tuesday, June 2, 2026. (AP Photo/John Hanna)]]></media:description><media:credit role="author" scheme="urn:ebu">John Hanna</media:credit></media:content></item><item><title><![CDATA[U.S. filings for jobless aid fall to 215,000 as layoffs remain at historically healthy levels]]></title><link>https://www.local10.com/business/2026/07/02/us-filings-for-jobless-aid-fall-to-215000-as-layoffs-remain-at-historically-healthy-levels/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/us-filings-for-jobless-aid-fall-to-215000-as-layoffs-remain-at-historically-healthy-levels/</guid><dc:creator><![CDATA[By MATT OTT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — U.S. applications for jobless aid inched down last week as layoffs remain at historically healthy levels.]]></description><pubDate>Thu, 02 Jul 2026 13:01:06 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — U.S. applications for jobless aid inched down last week as layoffs remain at historically healthy levels.</p><p>The number of Americans filing for unemployment benefits in the week ending June 27 fell by 1,000 to 215,000, the Labor Department reported Thursday. That’s fewer than the 225,000 new applications forecast by analysts surveyed by the data firm FactSet.</p><p>Weekly filings for unemployment benefits are considered representative of U.S. layoffs and are close to a real-time indicator of the health of the job market.</p><p>The government also released its more comprehensive June jobs report on Thursday, a day earlier than usual due to the July 4 holiday.</p><p>That data showed that U.S. employers pulled back on hiring last month, adding only 57,000 jobs. That’s less than half the previous month’s total and a sign companies remain cautious. The unemployment rate dropped to 4.2% from 4.3% in May, though that decline is mostly due to the fact that many out-of-work people gave up looking for jobs and were no longer counted as unemployed.</p><p>June’s tepid hiring comes after a relative surge in job gains the previous three months, countering concerns that the war in Iran would trip up an already wobbly labor market.</p><p>Weekly jobless aid applications have stabilized in a range mostly between 200,000 and 250,000 since the U.S. economy emerged from the pandemic recession. However, hiring began slowing about two years ago and tapered further in 2025 due to President Donald Trump’s tariffs, his purge of the federal workforce and the lingering effects of high interest rates meant to control inflation.</p><p>Among the companies that have cut jobs recently are Verizon, UPS, Amazon, Disney, Starbucks and Walmart.</p><p>Thursday's layoffs data showed that the four-week moving average of jobless claims, which quiets some of the week-to-week noise, fell by 2,500 to 222,000.</p><p>The total number of Americans filing for unemployment benefits for the previous week ending June 20 ticked up by 2,000 by to 1.81 million, also a historically low figure.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HFTHJMVIVKCNONVVRRY6JULU6Y.jpg?auth=4f9ab8cad642e34e034c7ba79c1d5f81b872e9f56f0b8444a3074ab165f28873&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A hiring sign is seen in Buffalo Grove, Ill., Thursday, June 25, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Top EU court dismisses Google appeal of $4.5 billion antitrust fine]]></title><link>https://www.local10.com/business/2026/07/02/top-eu-court-dismisses-google-appeal-of-45-billion-antitrust-fine/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/top-eu-court-dismisses-google-appeal-of-45-billion-antitrust-fine/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BRUSSELS (AP) — Judges at the European Union's top court dismissed an appeal by Google over a landmark, 4.1 billion euro ($4.5 billion) antitrust fine imposed for throttling competition and reducing consumer choice through the dominance of its mobile Android operating system.]]></description><pubDate>Thu, 02 Jul 2026 13:09:39 +0000</pubDate><content:encoded><![CDATA[<p>BRUSSELS (AP) — Judges at the European Union's top court dismissed an appeal by Google over a landmark, 4.1 billion euro ($4.5 billion) antitrust fine imposed for throttling competition and reducing consumer choice through the dominance of its mobile Android operating system.</p><p>The case has been tangled up in courts since the European Commission announced the fine in 2018. But the European Court of Justice dismissal on Thursday marks the end of that process.</p><p>“The appeal brought by Google and its parent company Alphabet against the judgment of the General Court is dismissed, thereby confirming the penalty imposed for Google Search’s abuse of a dominant position in the context of the Android operating system,” the Luxembourg-based judges wrote in their ruling.</p><p>Google previously argued free and open-source Android has resulted in low-cost phones and driven competition with its chief rival, Apple. Android is the most popular mobile operating system, beating even Apple’s iOS.</p><p>The fine is one of three antitrust penalties totaling more than $8 billion that the European Commission slapped on Google between 2017 and 2019, putting the 27-nation bloc at the forefront of the global push to rein in tech giants.</p><p>Since then, the commission has widened its crackdown on digital giants with more antitrust investigations targeting Amazon, Apple and Facebook and sweeping new rules aimed at clamping down on the biggest digital companies.</p><p>Agustín Reyna, director general of the European Consumer Organization, welcomed the court’s ruling and said the EU needs more regulation akin to the Digital Markets Act to “nip unfair practices in the bud” and protect consumers.</p><p>“Today’s judgment sends a very clear message: dominant companies cannot use their power to shut out competition and limit consumer choice,” Reyna said. “Today is a big win for Europe.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HJT33PSCFH4N5JASBRKLTTF6ZA.jpg?auth=163b50f7ca4f0d5c02929744cd09f9c1e4377c8447bd86cda05df96efe7eb56f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man walks by the European Court of Justice in Luxembourg, Oct. 5, 2015. (AP Photo/Geert Vanden Wijngaert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Geert Vanden Wijngaert</media:credit></media:content></item></channel></rss>